Do not access any object in the destructor and only delete animators in the destructor.
[framework/web/webkit-efl.git] / LayoutTests / ChangeLog
1 2013-03-11  Kent Tamura  <tkent@chromium.org>
2
3         Inappropriate validation message for required number/date input elements
4         https://bugs.webkit.org/show_bug.cgi?id=111982
5
6         Reviewed by Kentaro Hara.
7
8         * fast/forms/validationMessage-expected.txt:
9         * fast/forms/validationMessage.html:
10         * platform/chromium/fast/forms/validationMessage-expected.txt:
11
12 2013-03-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
13
14         Unreviewed EFL gardening.
15
16         Unskip most of the websocket hybi test cases on EFL port as they
17         are passing nowadays.
18
19         * platform/efl-wk1/TestExpectations:
20         * platform/efl-wk2/TestExpectations:
21         * platform/efl/TestExpectations:
22
23 2013-03-11  Alan Cutter  <alancutter@chromium.org>
24
25         [Chromium] Mark LayoutTests/html5lib/generated/run-tests16-data.html as slow
26         https://bugs.webkit.org/show_bug.cgi?id=111960
27
28         Reviewed by Eric Seidel.
29
30         Related to V8 performance issue: https://code.google.com/p/v8/issues/detail?id=2567
31
32         * platform/chromium/TestExpectations:
33
34 2013-03-11  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
35
36         [Qt] Unrewieved gardening. Cleaning up some skip.
37
38         * platform/qt-5.0-wk1/TestExpectations:
39         * platform/qt-5.0-wk2/TestExpectations:
40         * platform/qt/TestExpectations:
41         * platform/qt/editing/pasteboard/paste-text-016-expected.txt: Rebaselining after r145296.
42         * platform/qt/fast/dynamic/002-expected.txt: Rebaselining after r145296.
43
44 2013-03-11  Zan Dobersek  <zdobersek@igalia.com>
45
46         Unreviewed GTK gardening.
47
48         * platform/gtk/TestExpectations: Removing a few expectations for tests that were rolled out in r145296.
49         * platform/gtk/editing/pasteboard/paste-text-016-expected.txt: Rebaselining after r145296.
50         * platform/gtk/fast/dynamic/002-expected.txt: Ditto.
51
52 2013-03-07  Alexander Pavlov  <apavlov@chromium.org>
53
54         Web Inspector: [Elements] XSLT transformation result from the xml-stylesheet PI not rendered
55         https://bugs.webkit.org/show_bug.cgi?id=111313
56
57         Reviewed by Vsevolod Vlasov.
58
59         * http/tests/inspector/styles/resources/xsl-transformed.xsl: Added.
60         * http/tests/inspector/styles/xsl-transformed-expected.txt: Added.
61         * http/tests/inspector/styles/xsl-transformed.xml: Added.
62
63 2013-03-10  Matt Falkenhagen  <falken@chromium.org>
64
65         Implement inert subtrees needed for modal <dialog>
66         https://bugs.webkit.org/show_bug.cgi?id=110952
67
68         Reviewed by Hajime Morrita.
69
70         * fast/dom/HTMLDialogElement/closed-dialog-does-not-block-mouse-events-expected.txt: Added.
71         * fast/dom/HTMLDialogElement/closed-dialog-does-not-block-mouse-events.html: Added.
72         * fast/dom/HTMLDialogElement/modal-dialog-blocks-mouse-events-expected.txt: Added.
73         * fast/dom/HTMLDialogElement/modal-dialog-blocks-mouse-events.html: Added.
74         * fast/dom/HTMLDialogElement/non-modal-dialog-does-not-block-mouse-events-expected.txt: Added.
75         * fast/dom/HTMLDialogElement/non-modal-dialog-does-not-block-mouse-events.html: Added.
76
77 2013-03-10  Glenn Adams  <glenn@skynav.com>
78
79         Line breaking opportunities at the end of a text node are missed
80         https://bugs.webkit.org/show_bug.cgi?id=17427
81
82         Reviewed by Darin Adler.
83
84         * fast/text/line-break-between-text-nodes-expected.html: Added.
85         * fast/text/line-break-between-text-nodes.html: Added.
86
87 2013-03-09  Sheriff Bot  <webkit.review.bot@gmail.com>
88
89         Unreviewed, rolling out r145299.
90         http://trac.webkit.org/changeset/145299
91         https://bugs.webkit.org/show_bug.cgi?id=111928
92
93         compilation failure with recent clang
94         (DFGBackwardsPropagationPhase.cpp:132:35: error: comparison of
95         constant 10 with expression of type 'bool' is always false)
96         (Requested by thorton on #webkit).
97
98         * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int-expected.txt: Removed.
99         * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.html: Removed.
100         * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers-expected.txt: Removed.
101         * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.html: Removed.
102         * fast/js/jsc-test-list:
103         * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js: Removed.
104         * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js: Removed.
105
106 2013-03-09  Keishi Hattori  <keishi@webkit.org>
107
108         Add tests for opening the picker with the f4 key
109         https://bugs.webkit.org/show_bug.cgi?id=111811
110
111         Reviewed by Kent Tamura.
112
113         * platform/chromium-win/fast/forms/calendar-picker/date-open-picker-with-f4-key-expected.txt: Added.
114         * platform/chromium-win/fast/forms/calendar-picker/date-open-picker-with-f4-key.html: Added.
115         * platform/chromium-win/fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key-expected.txt: Added.
116         * platform/chromium-win/fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html: Added.
117         * platform/chromium-win/fast/forms/calendar-picker/month-open-picker-with-f4-key-expected.txt: Added.
118         * platform/chromium-win/fast/forms/calendar-picker/month-open-picker-with-f4-key.html: Added.
119         * platform/chromium-win/fast/forms/calendar-picker/week-open-picker-with-f4-key-expected.txt: Added.
120         * platform/chromium-win/fast/forms/calendar-picker/week-open-picker-with-f4-key.html: Added.
121
122 2013-03-09  Keishi Hattori  <keishi@webkit.org>
123
124         Month transition animation is missing in some places
125         https://bugs.webkit.org/show_bug.cgi?id=111908
126
127         Reviewed by Kent Tamura.
128
129         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
130         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
131         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
132         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html:
133         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
134         (isCalendarTableScrollingWithAnimation):
135         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
136         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html:
137
138 2013-03-07  Robert Hogan  <robert@webkit.org>
139
140         REGRESSION(r140907): Incorrect baseline for cells with media content during load
141         https://bugs.webkit.org/show_bug.cgi?id=108357
142
143         Reviewed by Julien Chaffraix.
144
145         * fast/css/vertical-align-baseline-rowspan-012-expected.html: Added.
146         * fast/css/vertical-align-baseline-rowspan-012.html: Added.
147         * http/tests/css/vertical-align-baseline-after-image-load-2-expected.html: Added.
148         * http/tests/css/vertical-align-baseline-after-image-load-2.html: Added.
149         * http/tests/css/vertical-align-baseline-after-image-load-3-expected.html: Added.
150         * http/tests/css/vertical-align-baseline-after-image-load-3.html: Added.
151         * http/tests/css/vertical-align-baseline-after-image-load-expected.html: Added.
152         * http/tests/css/vertical-align-baseline-after-image-load.html: Added.
153
154 2013-03-08  Sheriff Bot  <webkit.review.bot@gmail.com>
155
156         Unreviewed, rolling out r145254, r145264, and r145288.
157         http://trac.webkit.org/changeset/145254
158         http://trac.webkit.org/changeset/145264
159         http://trac.webkit.org/changeset/145288
160         https://bugs.webkit.org/show_bug.cgi?id=111917
161
162         Test breakage hints at conceptual unsoundness (Requested by ap
163         on #webkit).
164
165         * platform/mac-wk2/TestExpectations:
166
167 2013-03-08  Filip Pizlo  <fpizlo@apple.com>
168
169         DFG overflow check elimination is too smart for its own good
170         https://bugs.webkit.org/show_bug.cgi?id=111832
171
172         Reviewed by Oliver Hunt and Gavin Barraclough.
173
174         * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int-expected.txt: Added.
175         * fast/js/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.html: Added.
176         * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers-expected.txt: Added.
177         * fast/js/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.html: Added.
178         * fast/js/jsc-test-list:
179         * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js: Added.
180         (foo):
181         (bar):
182         * fast/js/script-tests/dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js: Added.
183         (foo):
184         (bar):
185
186 2013-03-08  James Robinson  <jamesr@chromium.org>
187
188         Update chromium baselines for transforms/3d/point-mapping
189
190         * platform/chromium-linux-x86/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
191         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
192         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
193         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
194         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
195         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
196         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
197         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png:
198         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
199         * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
200         * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
201         * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
202         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
203         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png:
204         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
205         * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
206         * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
207         * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
208         * platform/chromium-win-xp/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
209         * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
210         * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
211         * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png:
212         * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
213         * platform/chromium/TestExpectations:
214         * platform/chromium/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Removed.
215         * platform/chromium/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Removed.
216
217 2013-03-08  Julien Chaffraix  <jchaffraix@webkit.org>
218
219         [CSS Grid Layout] Resolve grid-{end|after} integer against the end|after edge
220         https://bugs.webkit.org/show_bug.cgi?id=111885
221
222         Reviewed by Tony Chang.
223
224         * fast/css-grid-layout/grid-auto-flow-resolution-expected.txt:
225         Moar passing tests!
226
227 2013-03-08  Sheriff Bot  <webkit.review.bot@gmail.com>
228
229         Unreviewed, rolling out r142015.
230         http://trac.webkit.org/changeset/142015
231         https://bugs.webkit.org/show_bug.cgi?id=111904
232
233         The change caused 2 major regressions (bug 111091 and bug
234         111595) and Pravin doesn't have time to investigate them
235         (Requested by jchaffraix on #webkit).
236
237         * fast/css/first-letter-removed-added-expected.txt:
238         * fast/dynamic/absolute-positioned-to-static-positioned-expected.txt: Removed.
239         * fast/dynamic/absolute-positioned-to-static-positioned.html: Removed.
240         * fast/dynamic/floating-to-non-floating-expected.txt: Removed.
241         * fast/dynamic/floating-to-non-floating.html: Removed.
242         * fast/dynamic/non-floating-to-floating-expected.txt: Removed.
243         * fast/dynamic/non-floating-to-floating.html: Removed.
244         * fast/dynamic/resources/helper-bug91665.js: Removed.
245         * fast/dynamic/resources/style-bug91665.css: Removed.
246         * fast/dynamic/static-positioned-to-absolute-positioned-expected.txt: Removed.
247         * fast/dynamic/static-positioned-to-absolute-positioned.html: Removed.
248         * fullscreen/full-screen-fixed-pos-parent-expected.txt:
249         * platform/chromium-mac/fast/repaint/absolute-position-change-containing-block-expected.png:
250         * platform/chromium-mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png:
251         * platform/chromium-win/fast/dynamic/002-expected.txt:
252         * platform/chromium/fast/dynamic/002-expected.txt:
253         * platform/chromium/fast/repaint/absolute-position-change-containing-block-expected.png: Removed.
254         * platform/chromium/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Removed.
255         * platform/mac/fast/dynamic/002-expected.txt:
256         * platform/mac/fast/repaint/absolute-position-change-containing-block-expected.png: Removed.
257         * platform/mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Removed.
258
259 2013-03-08  Rafael Weinstein  <rafaelw@chromium.org>
260
261         [HTMLTemplateElement] processTemplateEndTag() needs to check for template in html scope
262         https://bugs.webkit.org/show_bug.cgi?id=111880
263
264         Reviewed by Eric Seidel.
265
266         * html5lib/resources/template.dat:
267
268 2013-03-08  Ryosuke Niwa  <rniwa@webkit.org>
269
270         Add a failing test expectation per bug 111901.
271
272         * platform/mac-wk2/TestExpectations:
273
274 2013-03-08  James Robinson  <jamesr@chromium.org>
275
276         Update a few more chromium baselines.
277
278         * platform/chromium-mac-lion/editing/pasteboard/paste-text-016-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt.
279         * platform/chromium-mac/editing/pasteboard/paste-text-016-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt.
280         * platform/chromium-win-xp/editing/pasteboard/paste-text-016-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt.
281         * platform/chromium-win-xp/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
282         * platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt:
283
284 2013-03-08  Harald Alvestrand  <hta@chromium.org>
285
286         Implemented new API for RTCStatsReport object.
287         https://bugs.webkit.org/show_bug.cgi?id=110333
288
289         Reviewed by Adam Barth.
290
291         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
292         * fast/mediastream/RTCPeerConnection-stats.html:
293
294 2013-03-08  James Robinson  <jamesr@chromium.org>
295
296         Chromium rebaselines and expectations updates.
297
298         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
299         * platform/chromium-linux/compositing/tiling/rotated-tiled-clamped-expected.png: Added.
300         * platform/chromium-linux/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
301         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
302         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
303         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
304         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
305         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
306         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
307         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
308         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
309         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
310         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
311         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
312         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
313         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
314         * platform/chromium-mac/compositing/tiling/rotated-tiled-clamped-expected.png: Added.
315         * platform/chromium-mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
316         * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-ne-expected.png: Added.
317         * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-nw-expected.png: Added.
318         * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-se-expected.png: Added.
319         * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-size-change-expected.png: Added.
320         * platform/chromium-mac/platform/chromium/compositing/rubberbanding/transform-overhang-sw-expected.png: Added.
321         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
322         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scroll-expected.txt: Added.
323         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
324         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
325         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
326         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
327         * platform/chromium-win/compositing/tiling/rotated-tiled-clamped-expected.png: Added.
328         * platform/chromium-win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
329         * platform/chromium-win/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
330         * platform/chromium-win/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scroll-expected.txt: Added.
331         * platform/chromium-win/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
332         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
333         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
334         * platform/chromium/TestExpectations:
335         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
336         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Added.
337         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.txt: Added.
338         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Added.
339
340 2013-03-08  James Robinson  <jamesr@chromium.org>
341
342         Update some more chromium compositor pixel baselines.
343
344         * platform/chromium-linux/compositing/masks/simple-composited-mask-expected.png:
345         * platform/chromium-linux/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
346         * platform/chromium-linux/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
347         * platform/chromium-linux/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
348         * platform/chromium-linux/compositing/reflections/load-video-in-reflection-expected.png:
349         * platform/chromium-linux/compositing/reflections/nested-reflection-anchor-point-expected.png:
350         * platform/chromium-mac-lion/compositing/masks/simple-composited-mask-expected.png:
351         * platform/chromium-mac-lion/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
352         * platform/chromium-mac-lion/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
353         * platform/chromium-mac-lion/compositing/reflections/load-video-in-reflection-expected.png:
354         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-anchor-point-expected.png:
355         * platform/chromium-mac-snowleopard/compositing/masks/simple-composited-mask-expected.png:
356         * platform/chromium-mac-snowleopard/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
357         * platform/chromium-mac-snowleopard/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
358         * platform/chromium-mac-snowleopard/compositing/reflections/load-video-in-reflection-expected.png:
359         * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-anchor-point-expected.png:
360         * platform/chromium-mac/compositing/masks/simple-composited-mask-expected.png:
361         * platform/chromium-mac/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
362         * platform/chromium-mac/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
363         * platform/chromium-mac/compositing/reflections/load-video-in-reflection-expected.png:
364         * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
365         * platform/chromium-win/compositing/masks/simple-composited-mask-expected.png:
366         * platform/chromium-win/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
367         * platform/chromium-win/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
368         * platform/chromium-win/compositing/reflections/load-video-in-reflection-expected.png:
369         * platform/chromium-win/compositing/reflections/nested-reflection-anchor-point-expected.png:
370         * platform/chromium/TestExpectations:
371         * platform/chromium/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt.
372         * platform/chromium/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Added.
373         * platform/chromium/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.txt: Added.
374         * platform/efl-wk2/compositing/reflections/nested-reflection-anchor-point-expected.png: Renamed from LayoutTests/platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png.
375
376 2013-03-08  James Robinson  <jamesr@chromium.org>
377
378         Update baselines for a few chromium compositor tests.
379
380         * platform/chromium-linux/compositing/checkerboard-expected.png: Removed.
381         * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
382         * platform/chromium-mac-lion/compositing/checkerboard-expected.png: Removed.
383         * platform/chromium-mac/compositing/checkerboard-expected.png:
384         * platform/chromium-mac/compositing/geometry/vertical-scroll-composited-expected.png:
385         * platform/chromium-win/compositing/checkerboard-expected.png: Removed.
386         * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png:
387         * platform/chromium/TestExpectations:
388
389 2013-03-08  Mike West  <mkwst@chromium.org>
390
391         CSP: 'eval()' is blocked in report-only mode.
392         https://bugs.webkit.org/show_bug.cgi?id=111867
393
394         Reviewed by Adam Barth.
395
396         * http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode-expected.txt: Added.
397         * http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode.html: Added.
398
399 2013-03-08  James Robinson  <jamesr@chromium.org>
400
401         Update baselines for string prototypes fixed by v8-i18n roll 164:171
402
403         * platform/chromium/fast/js/kde/function_length-expected.txt: Removed.
404         * platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt:
405         * platform/chromium/fast/js/string-prototype-properties-expected.txt:
406
407 2013-03-08  Christian Biesinger  <cbiesinger@chromium.org>
408
409         REGRESSION (r143643): <button> should support ::first-line and ::first-letter
410         https://bugs.webkit.org/show_bug.cgi?id=111782
411
412         Reviewed by Ojan Vafai.
413
414         * fast/forms/button-first-line-first-letter-expected.html: Added.
415         * fast/forms/button-first-line-first-letter.html: Added.
416
417 2013-03-08  James Robinson  <jamesr@chromium.org>
418
419         Layout Test fast/dom/HTMLMeterElement/meter-element-crash.html is failing
420         https://bugs.webkit.org/show_bug.cgi?id=88131
421
422         Reviewed by Tony Chang.
423
424         This test was calling setTimeout(..., 0) in a <script> block before the end of the document.
425         The timeout sometimes fired before parsing the rest of the document and sometimes after,
426         depending on when the parser yielded. This moves the <script> block to the end of the document
427         so it always runs after parsing the rest of the test, which is the more common and expected
428         behavior.
429
430         * fast/dom/HTMLMeterElement/meter-element-crash.html:
431
432 2013-03-07  Geoffrey Garen  <ggaren@apple.com>
433
434         Added a regression test for raw parsing speed
435         https://bugs.webkit.org/show_bug.cgi?id=111808
436
437         Reviewed by Oliver Hunt.
438
439         * fast/js/regress/nested-function-parsing-random.html: Added.
440         * fast/js/regress/script-tests/nested-function-parsing-random.js: Added.
441         (randomIdent): Use randomness to defeat caching.
442
443 2013-03-08  James Robinson  <jamesr@chromium.org>
444
445         Chromium gardening.
446
447         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
448         * platform/chromium-linux/editing/pasteboard/paste-text-016-expected.txt: Added.
449         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
450         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-016-expected.txt: Added.
451         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
452         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png: Added.
453         * platform/chromium/TestExpectations:
454
455 2013-03-08  Ryosuke Niwa  <rniwa@webkit.org>
456
457         Mac rebaseline after r145242. I'm really hoping that the optimization didn't mess this up.
458
459         * css1/box_properties/margin_bottom-expected.txt: Replaced.
460         * css1/box_properties/margin_top-expected.txt: Replaced.
461         * css1/box_properties/padding_bottom-expected.txt: Replaced.
462         * css1/box_properties/padding_top-expected.txt: Replaced.
463         * css1/color_and_background/background_attachment-expected.txt: Replaced.
464         * platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
465         * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
466         * platform/mac/css3/flexbox/flexbox-baseline-expected.txt:
467         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
468         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
469         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
470         * platform/mac/tables/mozilla/bugs/bug126742-expected.txt:
471         * platform/mac/tables/mozilla/bugs/bug69187-expected.txt:
472         * platform/win-future/css1: Added.
473         * platform/win-future/css1/box_properties: Added.
474         * platform/win-future/css1/box_properties/margin_bottom-expected.txt: Added.
475         * platform/win-future/css1/box_properties/margin_top-expected.txt: Added.
476         * platform/win-future/css1/box_properties/padding_bottom-expected.txt: Added.
477         * platform/win-future/css1/box_properties/padding_top-expected.txt: Added.
478         * platform/win-future/css1/color_and_background: Added.
479         * platform/win-future/css1/color_and_background/background_attachment-expected.txt: Added.
480
481 2013-03-08  Benjamin Poulain  <benjamin@webkit.org>
482
483         [Mac] Add a feature flag for 'view-mode' Media Feature, disable it on Mac
484         https://bugs.webkit.org/show_bug.cgi?id=111297
485
486         Reviewed by Kenneth Rohde Christiansen.
487
488         * platform/mac/TestExpectations:
489         Mark the view-mode tests as failing to track any regression
490         or crash in this area.
491
492 2013-03-08  Ryosuke Niwa  <rniwa@webkit.org>
493
494         After sending message, Mail changes formatting
495         https://bugs.webkit.org/show_bug.cgi?id=111360
496
497         Reviewed by Enrica Casucci.
498
499         Added a regression test, demonstrating that a paragraph element is not nested after a paste.
500         Also rebaselined multiple tests that had been exhibiting this bug in their expected results.
501
502         * editing/pasteboard/block-wrappers-necessary-expected.txt:
503         * editing/pasteboard/paste-table-001-expected.txt:
504         * editing/pasteboard/paste-text-011-expected.txt:
505         * editing/pasteboard/paste-text-015-expected.txt:
506         * editing/pasteboard/pasting-into-p-should-not-nest-p-expected.txt: Added.
507         * editing/pasteboard/pasting-into-p-should-not-nest-p.html: Added.
508         * editing/pasteboard/pasting-into-h6-should-not-nest-h6-expected.txt: Added.
509         * editing/pasteboard/pasting-into-h6-should-not-nest-h6.html: Added.
510         * platform/mac/editing/pasteboard/paste-text-016-expected.txt:
511
512 2013-03-08  Emil A Eklund  <eae@chromium.org>
513
514         Unreviewed chromium mac/win rebaselines for r145242.
515
516         * css1/basic/inheritance-expected.txt: Added.
517         * css1/box_properties/clear_float-expected.txt: Added.
518         * css1/box_properties/margin-expected.txt: Added.
519         * css1/box_properties/padding-expected.txt: Added.
520         * css1/font_properties/font_weight-expected.txt: Added.
521         * fast/css-generated-content/015-expected.txt: Added.
522         * fast/css/h1-in-section-elements-expected.txt: Added.
523         * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
524         * platform/chromium-mac-lion/css1/box_properties/clear_float-expected.png:
525         * platform/chromium-mac-lion/css1/box_properties/padding-expected.png:
526         * platform/chromium-mac-lion/css1/font_properties/font_weight-expected.png:
527         * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-expected.png:
528         * platform/chromium-mac-lion/fast/css/h1-in-section-elements-expected.png:
529         * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
530         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
531         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
532         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
533         * platform/chromium-mac-lion/tables/mozilla/bugs/bug126742-expected.png:
534         * platform/chromium-mac-lion/tables/mozilla/bugs/bug69187-expected.png:
535         * platform/chromium-mac-lion/tables/mozilla/bugs/bug73321-expected.png:
536         * platform/chromium-mac-lion/tables/mozilla/bugs/bug73321-expected.txt: Added.
537         * platform/chromium-mac-snowleopard/css1/basic/inheritance-expected.png:
538         * platform/chromium-mac-snowleopard/css1/box_properties/padding-expected.png:
539         * platform/chromium-mac-snowleopard/css1/color_and_background/background_attachment-expected.png:
540         * platform/chromium-mac-snowleopard/css1/font_properties/font_weight-expected.png:
541         * platform/chromium-mac-snowleopard/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
542         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
543         * platform/chromium-mac-snowleopard/fast/css/h1-in-section-elements-expected.png:
544         * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
545         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
546         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
547         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
548         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug126742-expected.png:
549         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug69187-expected.png:
550         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug73321-expected.png:
551         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug73321-expected.txt: Added.
552         * platform/chromium-mac/css1/basic/inheritance-expected.txt: Removed.
553         * platform/chromium-mac/css1/box_properties/clear_float-expected.png:
554         * platform/chromium-mac/css1/box_properties/clear_float-expected.txt: Removed.
555         * platform/chromium-mac/css1/box_properties/margin-expected.txt: Removed.
556         * platform/chromium-mac/css1/box_properties/margin_bottom-expected.txt: Added.
557         * platform/chromium-mac/css1/box_properties/margin_top-expected.txt: Added.
558         * platform/chromium-mac/css1/box_properties/padding-expected.png:
559         * platform/chromium-mac/css1/box_properties/padding-expected.txt: Removed.
560         * platform/chromium-mac/css1/box_properties/padding_bottom-expected.txt: Added.
561         * platform/chromium-mac/css1/box_properties/padding_top-expected.txt: Added.
562         * platform/chromium-mac/css1/color_and_background/background_attachment-expected.txt: Added.
563         * platform/chromium-mac/css1/font_properties/font_weight-expected.png:
564         * platform/chromium-mac/css1/font_properties/font_weight-expected.txt: Removed.
565         * platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.txt:
566         * platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
567         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
568         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
569         * platform/chromium-mac/fast/css-generated-content/015-expected.txt: Removed.
570         * platform/chromium-mac/fast/css/h1-in-section-elements-expected.png:
571         * platform/chromium-mac/fast/css/h1-in-section-elements-expected.txt: Removed.
572         * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
573         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
574         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
575         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
576         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
577         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
578         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
579         * platform/chromium-mac/tables/mozilla/bugs/bug126742-expected.png:
580         * platform/chromium-mac/tables/mozilla/bugs/bug126742-expected.txt:
581         * platform/chromium-mac/tables/mozilla/bugs/bug69187-expected.png:
582         * platform/chromium-mac/tables/mozilla/bugs/bug69187-expected.txt:
583         * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.png:
584         * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.txt: Added.
585         * platform/chromium-win/css1/basic/inheritance-expected.png:
586         * platform/chromium-win/css1/box_properties/clear_float-expected.png:
587         * platform/chromium-win/css1/box_properties/margin_top-expected.png:
588         * platform/chromium-win/css1/font_properties/font_weight-expected.png:
589         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
590         * platform/chromium-win/fast/css/h1-in-section-elements-expected.png:
591         * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
592         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
593         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
594         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
595         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
596         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
597         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
598         * platform/chromium-win/tables/mozilla/bugs/bug126742-expected.png:
599         * platform/chromium-win/tables/mozilla/bugs/bug69187-expected.png:
600         * platform/chromium-win/tables/mozilla/bugs/bug73321-expected.png:
601         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed.
602         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
603         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
604         * platform/mac/css1/basic/inheritance-expected.txt: Removed.
605         * platform/mac/css1/box_properties/clear_float-expected.txt: Removed.
606         * platform/mac/css1/box_properties/margin-expected.txt: Removed.
607         * platform/mac/css1/box_properties/padding-expected.txt: Removed.
608         * platform/mac/css1/font_properties/font_weight-expected.txt: Removed.
609         * platform/mac/fast/css-generated-content/015-expected.txt: Removed.
610         * platform/mac/fast/css/h1-in-section-elements-expected.txt: Removed.
611
612 2013-03-08  Emil A Eklund  <eae@chromium.org>
613
614         Unreviewed apple rebaselines for r145242.
615
616         * css1/box_properties/margin_bottom-expected.txt: Added.
617         * css1/box_properties/margin_top-expected.txt: Added.
618         * css1/box_properties/padding_bottom-expected.txt: Added.
619         * css1/box_properties/padding_top-expected.txt: Added.
620         * css1/color_and_background/background_attachment-expected.txt: Added.
621         * platform/chromium-mac/css1/box_properties/margin_bottom-expected.txt: Removed.
622         * platform/chromium-mac/css1/box_properties/margin_top-expected.txt: Removed.
623         * platform/chromium-mac/css1/box_properties/padding_bottom-expected.txt: Removed.
624         * platform/chromium-mac/css1/box_properties/padding_top-expected.txt: Removed.
625         * platform/chromium-mac/css1/color_and_background/background_attachment-expected.txt: Removed.
626         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
627         * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.txt: Removed.
628         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
629         * platform/efl/tables/mozilla/bugs/bug73321-expected.txt: Removed.
630         * platform/mac-lion/css1/box_properties: Removed.
631         * platform/mac/css1/basic/inheritance-expected.txt:
632         * platform/mac/css1/box_properties/clear_float-expected.txt:
633         * platform/mac/css1/box_properties/margin-expected.txt:
634         * platform/mac/css1/box_properties/margin_bottom-expected.txt: Removed.
635         * platform/mac/css1/box_properties/margin_top-expected.txt: Removed.
636         * platform/mac/css1/box_properties/padding-expected.txt:
637         * platform/mac/css1/box_properties/padding_bottom-expected.txt: Removed.
638         * platform/mac/css1/box_properties/padding_top-expected.txt: Removed.
639         * platform/mac/css1/color_and_background/background_attachment-expected.txt: Removed.
640         * platform/mac/css1/font_properties/font_weight-expected.txt:
641         * platform/mac/fast/css-generated-content/015-expected.txt:
642         * platform/mac/fast/css/h1-in-section-elements-expected.txt:
643         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
644         * platform/mac/tables/mozilla/bugs/bug73321-expected.txt:
645         * tables/mozilla/bugs/bug73321-expected.txt: Added.
646
647 2013-03-08  Ryosuke Niwa  <rniwa@webkit.org>
648
649         Skip editing/selection/drag-list-item.html on Mac WebKit2 since drag and drop is not supported
650         in WebKitTestRunner yet.
651
652         * platform/mac-wk2/TestExpectations:
653
654 2013-03-07  Emil A Eklund  <eae@chromium.org>
655
656         [sub-pixel] Rounding error in table cell height calculation causes unnecessary scrollbar
657         https://bugs.webkit.org/show_bug.cgi?id=111794
658
659         Reviewed by Levi Weintraub.
660         
661         Add test for zoomed-in table containing block child.
662
663         * fast/sub-pixel/table-cell-height-expected.html: Added.
664         * fast/sub-pixel/table-cell-height.html: Added.
665
666 2013-03-08  Christian Biesinger  <cbiesinger@chromium.org>
667
668         RenderFullScreen needs to clear override sizes when exiting full screen
669         https://bugs.webkit.org/show_bug.cgi?id=111775
670
671         Reviewed by Ojan Vafai.
672
673         * fullscreen/full-screen-with-flex-item-expected.txt: Added.
674         * fullscreen/full-screen-with-flex-item.html: Added.
675
676 2013-03-08  Julien Chaffraix  <jchaffraix@webkit.org>
677
678         [CSS Grid Layout] Handle 2 positions with one 'auto' properly
679         https://bugs.webkit.org/show_bug.cgi?id=111653
680
681         Reviewed by Tony Chang.
682
683         * fast/css-grid-layout/grid-auto-flow-resolution-expected.txt:
684         * fast/css-grid-layout/grid-auto-flow-resolution.html:
685         * fast/css-grid-layout/grid-item-spanning-resolution-expected.txt: Added.
686         * fast/css-grid-layout/grid-item-spanning-resolution.html: Added.
687         Extended and added a new test. Most of the new testing is failing as it
688         requires other changes to land. This will help us track our progress
689         towards fully supporting the new syntax and padding.
690
691         * fast/css-grid-layout/resources/grid.css:
692         Added the 2 new classes.
693
694 2013-03-08  Dominic Cooney  <dominicc@chromium.org>
695
696         RenderTextControlSingleLine should not assume that its text element has a renderer
697         https://bugs.webkit.org/show_bug.cgi?id=111826
698
699         Reviewed by Ojan Vafai.
700
701         * fast/forms/search/search-autoscroll-hidden-decoration-container-crash-expected.txt: Added.
702         * fast/forms/search/search-autoscroll-hidden-decoration-container-crash.html: Added.
703         * fast/forms/search/search-hide-decoration-container-crash-expected.txt: Added.
704         * fast/forms/search/search-hide-decoration-container-crash.html: Added.
705         * fast/forms/search/search-scroll-hidden-decoration-container-crash-expected.txt: Added.
706         * fast/forms/search/search-scroll-hidden-decoration-container-crash.html: Added.
707
708 2013-03-08  John Mellor  <johnme@chromium.org>
709
710         @media queries do not take zooming into account
711         https://bugs.webkit.org/show_bug.cgi?id=53186
712
713         Reviewed by Kenneth Rohde Christiansen.
714
715         * fast/media/mq-width-pagezoom-expected.html: Added.
716         * fast/media/mq-width-pagezoom.html: Added.
717
718 2013-03-08  Chris Fleizach  <cfleizach@apple.com>
719
720         [Mac] [WK2] platform/mac/accessibility/press-action-is-first.html fails
721         https://bugs.webkit.org/show_bug.cgi?id=111814
722
723         Reviewed by Ryosuke Niwa.
724
725         * platform/mac-wk2/TestExpectations:
726
727 2013-03-08  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
728
729         Unreviewed EFL gardening.
730
731         Update platform expectations for failing tests after r145024 and r145067.
732
733         * platform/efl/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
734         * platform/efl/fast/forms/datalist/input-list-expected.txt:
735         * platform/efl/fast/forms/validationMessage-expected.txt: Added.
736
737 2013-03-08  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
738
739         Unreviewed EFL gardening.
740
741         Skip failing tests on EFL bots.
742
743         * platform/efl/TestExpectations:
744
745 2013-03-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
746
747         [Qt] Unreviewed gardening. Unskip now passing compositing tests.
748
749         * platform/qt-5.0-wk2/TestExpectations:
750         * platform/qt/TestExpectations:
751         * platform/qt/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
752
753 2013-03-08  Vsevolod Vlasov  <vsevik@chromium.org>
754
755         Web Inspector: Get rid of file system ids and use file pathes as uri for file based uiSourceCodes.
756         https://bugs.webkit.org/show_bug.cgi?id=111753
757
758         Reviewed by Pavel Feldman.
759
760         * inspector/file-system-mapping-expected.txt:
761         * inspector/file-system-mapping.html:
762         * inspector/file-system-project-expected.txt:
763         * inspector/workspace-mapping-expected.txt:
764         * inspector/workspace-mapping.html:
765
766 2013-03-08  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
767
768         [Qt] Unreviewed gardening.
769
770         * platform/qt/TestExpectations: Skip test after r145195.
771
772 2013-03-08  Philip Rogers  <pdr@google.com>
773
774         Prevent infinite loop in SVG use cycle detection
775         https://bugs.webkit.org/show_bug.cgi?id=111822
776
777         Reviewed by Stephen Chenney.
778
779         * svg/custom/use-cycle-detection-expected.html: Added.
780         * svg/custom/use-cycle-detection.html: Added.
781
782 2013-03-08  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
783
784         When we set word-wrap: break-word and xml:space="preserve" to svg text element, the text is collapsed.
785         https://bugs.webkit.org/show_bug.cgi?id=111675
786
787         Reviewed by Stephen Chenney.
788
789         Test combination of xml:space="preserve" and word-wrap: break-word to SVG Text.
790         These text should not be collapsed.
791
792         * svg/text/preserve-break-word-expected.html: Added.
793         * svg/text/preserve-break-word.html: Added.
794
795 2013-03-08  Kent Tamura  <tkent@chromium.org>
796
797         Allow platform-dependent strings for validationMessage property
798         https://bugs.webkit.org/show_bug.cgi?id=111846
799
800         Reviewed by Kentaro Hara.
801
802         Do not check matching with fixed strings in validationMessage.html
803         test. We print validationMessage values in the test instead.
804         We'd like to change user-visible strings at our own discretion.
805
806         * fast/forms/validationMessage-expected.txt:
807         Note that many platforms don't have a dedicated message for
808         badInput and uses the same message as typeMismatch for now.
809         * fast/forms/validationMessage.html:
810         * platform/chromium/fast/forms/validationMessage-expected.txt:
811         Chromium has a dedicated one for badInput.
812
813 2013-03-08  Christophe Dumez  <ch.dumez@sisa.samsung.com>
814
815         [EFL] [WK2] Some authentication tests fail in WebKit2
816         https://bugs.webkit.org/show_bug.cgi?id=106407
817
818         Reviewed by Kenneth Rohde Christiansen.
819
820         Unskip several authentication test cases now that we cherry-picked
821         the needed libsoup fix from upstream.
822
823         * platform/efl-wk2/TestExpectations:
824
825 2013-03-08  Zan Dobersek  <zdobersek@igalia.com>
826
827         Unreviewed GTK gardening.
828
829         * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r145200.
830
831 2013-03-08  Zan Dobersek  <zdobersek@igalia.com>
832
833         Unreviewed GTK gardening.
834
835         Skipping the tests in inspector-protocol/layers as they rely on compositing support
836         which is not available on the GTK builders.
837         Adding failure expectations for tests that regressed with r145100.
838
839         * platform/gtk/TestExpectations:
840
841 2013-03-07  Dean Jackson  <dino@apple.com>
842
843         Implement a custom appearance for the snapshotted plugin background
844         https://bugs.webkit.org/show_bug.cgi?id=108368
845
846         Reviewed by Tim Horton.
847
848         Toggles our new snapshotted-plugin-overlay appearance, to make sure it
849         isn't getting applied to non-plugins.
850
851         * plugins/snapshot-appearance-expected.html: Added.
852         * plugins/snapshot-appearance.html: Added.
853
854 2013-03-08  Sergio Villar Senin  <svillar@igalia.com>
855
856         Improve drag&drop of list items in contentEditable divs
857         https://bugs.webkit.org/show_bug.cgi?id=111556
858
859         Reviewed by Ryosuke Niwa.
860
861         Added a new test case. The test performs 2 drag&drops, first of
862         all a selection of a single list item, and secondly a selection of
863         two list items. It checks that both behave the same way, i.e, the
864         whole <li> is moved and not only the text.
865
866         * editing/selection/drag-list-item-expected.txt: Added.
867         * editing/selection/drag-list-item.html: Added.
868
869 2013-03-08  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
870
871         [Qt] Unreviewed gardening.
872
873         * platform/qt/TestExpectations: Skip failing test after r145100.
874         * platform/qt/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Rebaselining after r145067.
875
876 2013-03-07  Keishi Hattori  <keishi@webkit.org>
877
878         Update calendar picker UI
879         https://bugs.webkit.org/show_bug.cgi?id=109439
880
881         Reviewed by Kent Tamura.
882
883         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
884         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
885         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.png:
886         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
887         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
888         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
889         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
890         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
891         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
892         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
893         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
894         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Removed.
895         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt: Removed.
896         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
897         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt:
898         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt:
899         * platform/chromium/TestExpectations:
900         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup-expected.txt:
901         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup.html:
902         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-expected.txt:
903         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step-expected.txt:
904         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html:
905         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime.html:
906         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal-expected.txt:
907         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal.html:
908         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
909         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
910         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations-expected.txt:
911         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html:
912         * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year-expected.txt:
913         * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html:
914         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step-expected.txt:
915         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html:
916         * platform/chromium/fast/forms/calendar-picker/date-picker-events-expected.txt:
917         * platform/chromium/fast/forms/calendar-picker/date-picker-events.html:
918         * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events-expected.txt:
919         * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events.html:
920         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
921         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html:
922         * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations-expected.txt:
923         * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations.html:
924         * platform/chromium/fast/forms/calendar-picker/month-picker-with-step-expected.txt:
925         * platform/chromium/fast/forms/calendar-picker/month-picker-with-step.html:
926         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
927         (currentMonth):
928         (highlightedValue):
929         (selectedValue):
930         (skipAnimation):
931         (hoverOverDayCellAt):
932         (clickDayCellAt):
933         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
934         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html:
935         * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations-expected.txt:
936         * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations.html:
937         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
938         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html:
939         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt:
940         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations.html:
941         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt:
942         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations.html:
943
944 2013-03-07  Hayato Ito  <hayato@chromium.org>
945
946         Unreviewed gardening.
947
948         * platform/chromium/TestExpectations: compositing/rtl/rtl-iframe-absolute-overflow.html
949
950 2013-03-07  Hayato Ito  <hayato@chromium.org>
951
952         Unreviewed gardening.
953
954         * platform/chromium/TestExpectations: fast/js/exception-sequencing-binops2.html
955
956 2013-03-07  Ryosuke Niwa  <rniwa@webkit.org>
957
958         Add Mac WebKit2 test expectations per bugs 111814 and 111815.
959
960         * platform/mac-wk2/TestExpectations:
961
962 2013-03-07  Hajime Morrita  <morrita@google.com>
963
964         Custom Elements: CustomElement constructor shouldn't share function instance
965         https://bugs.webkit.org/show_bug.cgi?id=111807
966
967         Reviewed by Kentaro Hara.
968
969         * fast/dom/custom/document-register-basic-expected.txt:
970         * fast/dom/custom/document-register-basic.html:
971
972 2013-03-07  Hayato Ito  <hayato@chromium.org>
973
974         Unreviewed gardening.
975
976         * platform/chromium/TestExpectations: fast/borders/border-fit-2.html
977
978 2013-03-07  Hayato Ito  <hayato@chromium.org>
979
980         Unreviewed gardening.
981
982         * platform/win/TestExpectations: Remove duplication of svg/custom/foreign-object-skew.svg.
983
984 2013-03-07  Jared Wyles  <wyles@adobe.com>
985
986         Reading border radius from style property returns in wrong order.
987         https://bugs.webkit.org/show_bug.cgi?id=110853
988
989         Reviewed by Ryosuke Niwa
990         
991         * fast/borders/border-radius-parsing-expected.txt:
992         * fast/borders/border-radius-parsing.html:
993         * inspector/elements/elements-panel-styles-expected.txt:
994
995 2013-03-07  Andreas Kling  <akling@apple.com>
996
997         Remove desktop version of -webkit-text-size-adjust property.
998         <http://webkit.org/b/56543>
999         <rdar://problem/9150203>
1000
1001         Reviewed by Simon Fraser.
1002
1003         * editing/pasteboard/5078739.html:
1004         * editing/pasteboard/data-transfer-items-expected.txt:
1005         * editing/pasteboard/onpaste-text-html-expected.txt:
1006         * fast/css/font-size-nan.svg:
1007         * fast/css/getComputedStyle/computed-style-expected.txt:
1008         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1009         * fast/css/getComputedStyle/resources/property-names.js:
1010         * fast/css/ignore-text-zoom.html: Removed.
1011         * fast/css/text-rendering-priority.html:
1012         * fast/events/ondrop-text-html-expected.txt:
1013         * platform/chromium-linux/fast/css/ignore-text-zoom-expected.png: Removed.
1014         * platform/chromium-mac-lion/fast/css/ignore-text-zoom-expected.png: Removed.
1015         * platform/chromium-mac-snowleopard/fast/css/ignore-text-zoom-expected.png: Removed.
1016         * platform/chromium-mac/fast/css/ignore-text-zoom-expected.png: Removed.
1017         * platform/chromium-win/fast/css/ignore-text-zoom-expected.png: Removed.
1018         * platform/chromium-win/fast/css/ignore-text-zoom-expected.txt: Removed.
1019         * platform/chromium/fast/css/ignore-text-zoom-expected.txt: Removed.
1020         * platform/efl/fast/css/ignore-text-zoom-expected.png: Removed.
1021         * platform/efl/fast/css/ignore-text-zoom-expected.txt: Removed.
1022         * platform/gtk/fast/css/ignore-text-zoom-expected.png: Removed.
1023         * platform/gtk/fast/css/ignore-text-zoom-expected.txt: Removed.
1024         * platform/mac/fast/css/ignore-text-zoom-expected.png: Removed.
1025         * platform/mac/fast/css/ignore-text-zoom-expected.txt: Removed.
1026         * platform/qt/fast/css/ignore-text-zoom-expected.png: Removed.
1027         * platform/qt/fast/css/ignore-text-zoom-expected.txt: Removed.
1028
1029 2013-03-07  Aaron Colwell  <acolwell@chromium.org>
1030
1031         Fix commented out code in LayoutTests/http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html
1032         https://bugs.webkit.org/show_bug.cgi?id=111800
1033
1034         Unreviewed.
1035
1036         * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html:
1037
1038 2013-03-07  Aaron Colwell  <acolwell@chromium.org>
1039
1040         Heap-use-after-free in WebCore::HTMLMediaElement::~HTMLMediaElement
1041         https://bugs.webkit.org/show_bug.cgi?id=110623
1042
1043         Reviewed by Kentaro Hara.
1044
1045         * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal-expected.txt: Added.
1046         * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html: Added.
1047         * http/tests/misc/resources/delete-frame-during-readystatechange-frame-with-gc-after-video-removal.html: Added.
1048
1049 2013-03-07  Alexey Proskuryakov  <ap@apple.com>
1050
1051         Roll out an accidentally committed change I made for local testing.
1052
1053         * http/tests/misc/empty-file-formdata.html:
1054
1055 2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
1056
1057         Unreviewed gardening.
1058
1059         * platform/chromium/TestExpectations: fast/events/before-unload-adopt-subframe-to-outside.html
1060
1061 2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
1062
1063         Unreviewed gardening.
1064
1065         * platform/chromium-linux/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
1066         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt: Added.
1067         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
1068
1069 2013-03-07  Li Yin  <li.yin@intel.com>
1070
1071         Adding id attribute test for MediaStream
1072         https://bugs.webkit.org/show_bug.cgi?id=111526
1073
1074         Reviewed by Kentaro Hara.
1075
1076         Spec: http://dev.w3.org/2011/webrtc/editor/getusermedia.html#widl-MediaStream-id
1077         The id strings must only use characters in the ranges U+0021, U+0023 to U+0027,
1078         U+002A to U+002B, U+002D to U+002E, U+0030 to U+0039, U+0041 to U+005A,
1079         U+005E to U+007E, and must be 36 characters long.
1080
1081         * fast/mediastream/MediaStreamConstructor-expected.txt:
1082         * fast/mediastream/MediaStreamConstructor.html:
1083
1084 2013-03-07  Dean Jackson  <dino@apple.com>
1085
1086         border-fit should happen at layout time rather than paint time
1087         https://bugs.webkit.org/show_bug.cgi?id=111606
1088
1089         Unreviewed. Skipping some broken tests.
1090
1091         * platform/mac/TestExpectations:
1092
1093 2013-03-07  Filip Pizlo  <fpizlo@apple.com>
1094
1095         DFG should not get corrupted IR in the case of code that is dead, unreachable, and contains a chain of nodes that use each other in an untyped way
1096         https://bugs.webkit.org/show_bug.cgi?id=111783
1097
1098         Reviewed by Mark Hahnenberg.
1099
1100         * fast/js/dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes-expected.txt: Added.
1101         * fast/js/dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.html: Added.
1102         * fast/js/jsc-test-list:
1103         * fast/js/script-tests/dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.js: Added.
1104         (foo.bar):
1105         (foo):
1106
1107 2013-03-07  Alexey Proskuryakov  <ap@apple.com>
1108
1109         FormData should allow setting filename to empty
1110         https://bugs.webkit.org/show_bug.cgi?id=111687
1111
1112         Reviewed by Brady Eidson.
1113
1114         * http/tests/local/formdata/send-form-data-with-empty-blob-filename-expected.txt: Added.
1115         * http/tests/local/formdata/send-form-data-with-empty-blob-filename.html: Added.
1116         * http/tests/local/formdata/send-form-data-with-empty-file-filename-expected.txt: Added.
1117         * http/tests/local/formdata/send-form-data-with-empty-file-filename.html: Added.
1118         * http/tests/xmlhttprequest/resources/multipart-post-echo-filenames.php: Added.
1119
1120         * platform/wk2/TestExpectations: Skip one of the tests, as it uses beginDragWithFiles.
1121
1122 2013-03-07  Roger Fong  <roger_fong@apple.com>
1123
1124         Unreviewed gardening AppleWin port.
1125
1126         * platform/win/TestExpectations:
1127
1128 2013-03-07  David Hyatt  <hyatt@apple.com>
1129
1130         REGRESSION: fast/border/border-fit-2.html needs updating
1131         https://bugs.webkit.org/show_bug.cgi?id=111776
1132
1133         Reviewed by Simon Fraser.
1134
1135         * platform/mac/fast/borders/border-fit-2-expected.png:
1136         * platform/mac/fast/borders/border-fit-2-expected.txt:
1137
1138 2013-03-07  Antoine Quint  <graouts@apple.com>
1139
1140         Web Inspector: provide reasons why a layer was composited in the LayerTreeAgent
1141         https://bugs.webkit.org/show_bug.cgi?id=111703
1142
1143         New test for LayerTree.reasonsForCompositingLayer(layerId).
1144
1145         Reviewed by Timothy Hatcher.
1146
1147         * inspector-protocol/layers/layers-compositing-reasons-expected.txt: Added.
1148         * inspector-protocol/layers/layers-compositing-reasons.html: Added.
1149
1150 2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
1151
1152         Unreviewed gardening.
1153
1154         * platform/chromium/TestExpectations: http/tests/security/cross-origin-css.html
1155
1156 2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
1157
1158         Unreviewed gardening.
1159
1160         * platform/chromium-mac/fast/repaint/border-fit-lines-expected.txt: Renamed from LayoutTests/platform/chromium/fast/repaint/border-fit-lines-expected.txt.
1161         * platform/chromium-win/fast/repaint/border-fit-lines-expected.txt:
1162
1163 2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
1164
1165         Unreviewed gardening.
1166
1167         * fast/borders/border-fit-expected.txt: Renamed from LayoutTests/platform/chromium/fast/borders/border-fit-expected.txt.
1168         * platform/chromium-mac/fast/borders/border-fit-expected.txt: Renamed from LayoutTests/platform/mac/fast/borders/border-fit-expected.txt.
1169         * platform/chromium-win/fast/borders/border-fit-expected.txt:
1170         * platform/efl/fast/borders/border-fit-expected.txt: Removed.
1171         * platform/gtk/fast/borders/border-fit-expected.txt: Removed.
1172
1173 2013-03-07  Christophe Dumez  <ch.dumez@sisa.samsung.com>
1174
1175         [EFL] Bump libsoup dependency to 2.40.3 to fix regressions
1176         https://bugs.webkit.org/show_bug.cgi?id=111756
1177
1178         Reviewed by Kenneth Rohde Christiansen.
1179
1180         Unskip several tests that are passing after the libsoup dependency
1181         bump to 2.40.3.
1182
1183         * platform/efl/TestExpectations:
1184
1185 2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
1186
1187         Unreviewed gardening.
1188
1189         * platform/chromium/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
1190         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt: Added.
1191         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
1192
1193 2013-03-07  Sheriff Bot  <webkit.review.bot@gmail.com>
1194
1195         Unreviewed, rolling out r145097.
1196         http://trac.webkit.org/changeset/145097
1197         https://bugs.webkit.org/show_bug.cgi?id=111765
1198
1199         Triggers an ASSERT in the Chromium port (Requested by abarth
1200         on #webkit).
1201
1202         * http/tests/local/formdata/send-form-data-with-empty-blob-filename-expected.txt: Removed.
1203         * http/tests/local/formdata/send-form-data-with-empty-blob-filename.html: Removed.
1204         * http/tests/local/formdata/send-form-data-with-empty-file-filename-expected.txt: Removed.
1205         * http/tests/local/formdata/send-form-data-with-empty-file-filename.html: Removed.
1206         * http/tests/xmlhttprequest/resources/multipart-post-echo-filenames.php: Removed.
1207         * platform/wk2/TestExpectations:
1208
1209 2013-03-07  Ojan Vafai  <ojan@chromium.org>
1210
1211         Image rebaselines after r145104.
1212
1213         * platform/chromium-mac/fast/table/border-collapsing/cached-change-row-border-width-expected.png:
1214         * platform/chromium-mac/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png:
1215
1216 2013-03-07  Chris Fleizach  <cfleizach@apple.com>
1217
1218         AX: Can't activate links with VoiceOver in Safari
1219         https://bugs.webkit.org/show_bug.cgi?id=111755
1220
1221         Reviewed by Tim Horton.
1222
1223         * platform/mac/accessibility/press-action-is-first-expected.txt: Added.
1224         * platform/mac/accessibility/press-action-is-first.html: Added.
1225
1226 2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
1227
1228         Unreviewed, rolling out r145083.
1229         http://trac.webkit.org/changeset/145083
1230         https://bugs.webkit.org/show_bug.cgi?id=110733
1231
1232         caused lots crashes in http/tests/security/xssAuditor/* tests
1233
1234         * fast/frames/xss-auditor-handles-file-urls-expected.txt:
1235         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block-expected.txt:
1236         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter-expected.txt:
1237         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid-expected.txt:
1238         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow-expected.txt:
1239         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block-expected.txt:
1240         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter-expected.txt:
1241         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid-expected.txt:
1242         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset-expected.txt:
1243         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow-expected.txt:
1244         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block-expected.txt:
1245         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter-expected.txt:
1246         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid-expected.txt:
1247         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset-expected.txt:
1248         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow-expected.txt:
1249         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block-expected.txt:
1250         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter-expected.txt:
1251         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid-expected.txt:
1252         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset-expected.txt:
1253         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block-expected.txt:
1254         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter-expected.txt:
1255         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid-expected.txt:
1256         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset-expected.txt:
1257         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block-expected.txt:
1258         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty-expected.txt:
1259         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter-expected.txt:
1260         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid-expected.txt:
1261         * http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt:
1262         * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt:
1263         * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt:
1264         * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt:
1265         * http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt:
1266         * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
1267         * http/tests/security/xssAuditor/base-href-expected.txt:
1268         * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
1269         * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
1270         * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
1271         * http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt:
1272         * http/tests/security/xssAuditor/cached-frame-expected.txt:
1273         * http/tests/security/xssAuditor/cookie-injection-expected.txt:
1274         * http/tests/security/xssAuditor/dom-write-URL-expected.txt:
1275         * http/tests/security/xssAuditor/dom-write-location-expected.txt:
1276         * http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt:
1277         * http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt:
1278         * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
1279         * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
1280         * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
1281         * http/tests/security/xssAuditor/embed-tag-expected.txt:
1282         * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
1283         * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
1284         * http/tests/security/xssAuditor/form-action-expected.txt:
1285         * http/tests/security/xssAuditor/formaction-on-button-expected.txt:
1286         * http/tests/security/xssAuditor/formaction-on-input-expected.txt:
1287         * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
1288         * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
1289         * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
1290         * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
1291         * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
1292         * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
1293         * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
1294         * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
1295         * http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt:
1296         * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
1297         * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
1298         * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
1299         * http/tests/security/xssAuditor/iframe-injection-expected.txt:
1300         * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
1301         * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
1302         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
1303         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
1304         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
1305         * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
1306         * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
1307         * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
1308         * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
1309         * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
1310         * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
1311         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
1312         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
1313         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
1314         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
1315         * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
1316         * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
1317         * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
1318         * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
1319         * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
1320         * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
1321         * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
1322         * http/tests/security/xssAuditor/javascript-link-expected.txt:
1323         * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
1324         * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
1325         * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
1326         * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
1327         * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
1328         * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
1329         * http/tests/security/xssAuditor/link-onclick-expected.txt:
1330         * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
1331         * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
1332         * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
1333         * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
1334         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
1335         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
1336         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
1337         * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
1338         * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
1339         * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
1340         * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
1341         * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
1342         * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
1343         * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
1344         * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
1345         * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
1346         * http/tests/security/xssAuditor/object-tag-expected.txt:
1347         * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
1348         * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
1349         * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
1350         * http/tests/security/xssAuditor/open-iframe-src-01-expected.txt:
1351         * http/tests/security/xssAuditor/open-iframe-src-02-expected.txt:
1352         * http/tests/security/xssAuditor/open-iframe-src-03-expected.txt:
1353         * http/tests/security/xssAuditor/open-script-src-01-expected.txt:
1354         * http/tests/security/xssAuditor/open-script-src-02-expected.txt:
1355         * http/tests/security/xssAuditor/open-script-src-03-expected.txt:
1356         * http/tests/security/xssAuditor/open-script-src-04-expected.txt:
1357         * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
1358         * http/tests/security/xssAuditor/property-escape-comment-01-expected.txt:
1359         * http/tests/security/xssAuditor/property-escape-comment-02-expected.txt:
1360         * http/tests/security/xssAuditor/property-escape-comment-03-expected.txt:
1361         * http/tests/security/xssAuditor/property-escape-entity-01-expected.txt:
1362         * http/tests/security/xssAuditor/property-escape-entity-02-expected.txt:
1363         * http/tests/security/xssAuditor/property-escape-entity-03-expected.txt:
1364         * http/tests/security/xssAuditor/property-escape-expected.txt:
1365         * http/tests/security/xssAuditor/property-escape-long-expected.txt:
1366         * http/tests/security/xssAuditor/property-escape-quote-01-expected.txt:
1367         * http/tests/security/xssAuditor/property-escape-quote-02-expected.txt:
1368         * http/tests/security/xssAuditor/property-escape-quote-03-expected.txt:
1369         * http/tests/security/xssAuditor/report-script-tag-expected.txt:
1370         * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt:
1371         * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
1372         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
1373         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
1374         * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
1375         * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
1376         * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
1377         * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
1378         * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
1379         * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
1380         * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
1381         * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
1382         * http/tests/security/xssAuditor/script-tag-expected.txt:
1383         * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
1384         * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
1385         * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
1386         * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
1387         * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
1388         * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
1389         * http/tests/security/xssAuditor/script-tag-post-expected.txt:
1390         * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
1391         * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
1392         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
1393         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
1394         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
1395         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
1396         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
1397         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
1398         * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
1399         * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
1400         * http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt:
1401         * http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt:
1402         * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
1403         * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
1404         * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
1405         * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
1406         * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
1407         * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
1408         * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
1409         * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
1410         * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
1411         * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
1412         * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
1413         * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
1414         * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
1415         * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
1416         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt:
1417         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt:
1418         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt:
1419         * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
1420         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
1421         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
1422         * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
1423         * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
1424         * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
1425         * http/tests/security/xssAuditor/script-tag-with-trailing-comment5-expected.txt:
1426         * http/tests/security/xssAuditor/svg-animate-expected.txt:
1427         * http/tests/security/xssAuditor/svg-script-tag-expected.txt:
1428         * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
1429         * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
1430         * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
1431         * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
1432         * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
1433         * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
1434         * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
1435         * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
1436
1437 2013-03-07  Michelangelo De Simone  <michelangelo@webkit.org>
1438
1439         [CSS Shaders] Implement hue and saturation non-separable blend modes
1440         https://bugs.webkit.org/show_bug.cgi?id=109464
1441
1442         Added relevant tests for the "hue" and "saturation" non-separable blend modes.
1443         These tests are currently skipped on Mac due to a slight color difference; please see relevant bug: http://webkit.org/b/107487.
1444
1445         Reviewed by Dean Jackson.
1446
1447         * css3/filters/custom/custom-filter-nonseparable-blend-mode-hue-expected.html: Added.
1448         * css3/filters/custom/custom-filter-nonseparable-blend-mode-hue.html: Added.
1449         * css3/filters/custom/custom-filter-nonseparable-blend-mode-saturation-expected.html: Added.
1450         * css3/filters/custom/custom-filter-nonseparable-blend-mode-saturation.html: Added.
1451         * platform/mac/TestExpectations:
1452
1453 2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
1454
1455         Unreviewed gardening.
1456
1457         * platform/chromium-mac/fast/borders/border-radius-with-box-shadow-01-expected.png: Added.
1458         * platform/chromium-win/fast/borders/border-radius-with-box-shadow-01-expected.png: Added.
1459
1460 2013-03-07  Joshua Bell  <jsbell@chromium.org>
1461
1462         IndexedDB: Make test behavior deterministic in multiprocess ports
1463         https://bugs.webkit.org/show_bug.cgi?id=111643
1464
1465         Reviewed by Tony Chang.
1466
1467         Root cause is documented in wkbug.com/111642 but as a stop-gap - ensure
1468         that this test doesn't fail flakily in multiprocess ports by moving the
1469         last part of the test out of a limbo zone.
1470
1471         * storage/indexeddb/resources/index-multientry.js: Run subsequent part of
1472         test in open's "success" handler rather than transaction's "complete" handler.
1473
1474 2013-03-06  Ojan Vafai  <ojan@chromium.org>
1475
1476         Recalculate borders at the beginning of table layout
1477         https://bugs.webkit.org/show_bug.cgi?id=111634
1478
1479         Reviewed by Julien Chaffraix.
1480
1481         * fast/table/border-collapsing/cached-change-row-border-width-expected.png:
1482         * fast/table/border-collapsing/cached-change-row-border-width-expected.txt:
1483         * fast/table/border-collapsing/cached-change-tbody-border-width-expected.png:
1484         * fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt:
1485
1486 2013-03-07  Rafael Weinstein  <rafaelw@chromium.org>
1487
1488         Unreviewed gardening.
1489
1490         * platform/chromium/TestExpectations: http/tests/css/shared-stylesheet-mutation-preconstruct.html
1491
1492 2013-03-07  David Hyatt  <hyatt@apple.com>
1493
1494         border-fit should happen at layout time rather than paint time
1495         https://bugs.webkit.org/show_bug.cgi?id=111606
1496         <rdar://problem/13101714>
1497
1498         Reviewed by Antti Koivisto.
1499
1500         * fast/block/border-fit-with-right-alignment-expected.html: Added.
1501         * fast/block/border-fit-with-right-alignment.html: Added.
1502
1503 2013-03-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>
1504
1505         REGRESSION(r143727): Clicking / selecting inside an <embed> is broken
1506         https://bugs.webkit.org/show_bug.cgi?id=111217
1507
1508         Reviewed by Julien Chaffraix.
1509
1510         Test rect and point based hit-testing inside embed and object child frames.
1511
1512         * fast/dom/nodesFromRect/nodesFromRect-embedded-frame-content-expected.txt: Added.
1513         * fast/dom/nodesFromRect/nodesFromRect-embedded-frame-content.html: Added.
1514         * fast/dom/nodesFromRect/resources/nodesFromRect.js:
1515         (checkPoint):
1516
1517 2013-03-07  Alexey Proskuryakov  <ap@apple.com>
1518
1519         FormData should allow setting filename to empty
1520         https://bugs.webkit.org/show_bug.cgi?id=111687
1521
1522         Reviewed by Brady Eidson.
1523
1524         * http/tests/local/formdata/send-form-data-with-empty-blob-filename-expected.txt: Added.
1525         * http/tests/local/formdata/send-form-data-with-empty-blob-filename.html: Added.
1526         * http/tests/local/formdata/send-form-data-with-empty-file-filename-expected.txt: Added.
1527         * http/tests/local/formdata/send-form-data-with-empty-file-filename.html: Added.
1528         * http/tests/xmlhttprequest/resources/multipart-post-echo-filenames.php: Added.
1529
1530         * platform/wk2/TestExpectations: Skip one of the tests, as it uses beginDragWithFiles.
1531
1532 2013-03-07  Dean Jackson  <dino@apple.com>
1533
1534         inspector/debugger/debugger-expand-scope.html sometimes fails on Apple MountainLion Release WK1 (Tests)
1535         https://bugs.webkit.org/show_bug.cgi?id=111754
1536
1537         Skipping this test so that Mac EWS can catch up.
1538
1539         * platform/mac/TestExpectations:
1540
1541 2013-03-07  Dean Jackson  <dino@apple.com>
1542
1543         Chromium, mac-wk2 and mac need new baselines after fixing paint phases for composited scrolling.
1544         https://bugs.webkit.org/show_bug.cgi?id=107952
1545
1546         New baseline for Mac.
1547
1548         * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
1549
1550 2013-03-07  Aaron Colwell  <acolwell@chromium.org>
1551
1552         Remove GC code duplication in http/tests LayoutTests.
1553         https://bugs.webkit.org/show_bug.cgi?id=111589
1554
1555         Reviewed by Kentaro Hara, Alexey Proskuryakov.
1556
1557         Replaced duplicated GC logic in various tests with a function call to the implementation
1558         in /js-test-resources/js-test-pre.js
1559
1560         * http/tests/appcache/destroyed-frame.html:
1561         * http/tests/media/media-source/video-media-source-sourcebufferlist-crash.html:
1562         * http/tests/misc/async-script.html:
1563         * http/tests/misc/embed-image-load-outlives-gc-without-crashing.html:
1564         * http/tests/misc/image-input-type-outlives-gc-without-crashing.html:
1565         * http/tests/misc/image-load-outlives-gc-without-crashing.html:
1566         * http/tests/misc/javascript-url-stop-loaders.html:
1567         * http/tests/misc/object-image-load-outlives-gc-without-crashing.html:
1568         * http/tests/misc/svg-image-load-outlives-gc-without-crashing.html:
1569         * http/tests/misc/video-poster-image-load-outlives-gc-without-crashing.html:
1570         * http/tests/security/detached-sandboxed-frame-access.html:
1571         * http/tests/websocket/tests/hybi/websocket-pending-activity.html:
1572         * http/tests/xmlhttprequest/event-listener-gc.html:
1573
1574 2013-03-07  Mike West  <mkwst@chromium.org>
1575
1576         XSSAuditor should send only one console error when blocking a page.
1577         https://bugs.webkit.org/show_bug.cgi?id=110733
1578
1579         Reviewed by Daniel Bates.
1580
1581         * fast/frames/xss-auditor-handles-file-urls-expected.txt:
1582         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block-expected.txt:
1583         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter-expected.txt:
1584         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid-expected.txt:
1585         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow-expected.txt:
1586         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block-expected.txt:
1587         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter-expected.txt:
1588         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid-expected.txt:
1589         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset-expected.txt:
1590         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow-expected.txt:
1591         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block-expected.txt:
1592         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter-expected.txt:
1593         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid-expected.txt:
1594         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset-expected.txt:
1595         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow-expected.txt:
1596         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block-expected.txt:
1597         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter-expected.txt:
1598         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid-expected.txt:
1599         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset-expected.txt:
1600         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block-expected.txt:
1601         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter-expected.txt:
1602         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid-expected.txt:
1603         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset-expected.txt:
1604         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block-expected.txt:
1605         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty-expected.txt:
1606         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter-expected.txt:
1607         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid-expected.txt:
1608         * http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt:
1609         * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt:
1610         * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt:
1611         * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt:
1612         * http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt:
1613         * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
1614         * http/tests/security/xssAuditor/base-href-expected.txt:
1615         * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
1616         * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
1617         * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
1618         * http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt:
1619         * http/tests/security/xssAuditor/cached-frame-expected.txt:
1620         * http/tests/security/xssAuditor/cookie-injection-expected.txt:
1621         * http/tests/security/xssAuditor/dom-write-URL-expected.txt:
1622         * http/tests/security/xssAuditor/dom-write-location-expected.txt:
1623         * http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt:
1624         * http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt:
1625         * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
1626         * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
1627         * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
1628         * http/tests/security/xssAuditor/embed-tag-expected.txt:
1629         * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
1630         * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
1631         * http/tests/security/xssAuditor/formaction-on-button-expected.txt:
1632         * http/tests/security/xssAuditor/formaction-on-input-expected.txt:
1633         * http/tests/security/xssAuditor/form-action-expected.txt:
1634         * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
1635         * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
1636         * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
1637         * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
1638         * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
1639         * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
1640         * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
1641         * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
1642         * http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt:
1643         * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
1644         * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
1645         * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
1646         * http/tests/security/xssAuditor/iframe-injection-expected.txt:
1647         * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
1648         * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
1649         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
1650         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
1651         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
1652         * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
1653         * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
1654         * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
1655         * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
1656         * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
1657         * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
1658         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
1659         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
1660         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
1661         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
1662         * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
1663         * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
1664         * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
1665         * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
1666         * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
1667         * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
1668         * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
1669         * http/tests/security/xssAuditor/javascript-link-expected.txt:
1670         * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
1671         * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
1672         * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
1673         * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
1674         * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
1675         * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
1676         * http/tests/security/xssAuditor/link-onclick-expected.txt:
1677         * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
1678         * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
1679         * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
1680         * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
1681         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
1682         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
1683         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
1684         * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
1685         * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
1686         * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
1687         * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
1688         * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
1689         * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
1690         * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
1691         * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
1692         * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
1693         * http/tests/security/xssAuditor/object-tag-expected.txt:
1694         * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
1695         * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
1696         * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
1697         * http/tests/security/xssAuditor/open-iframe-src-01-expected.txt:
1698         * http/tests/security/xssAuditor/open-iframe-src-02-expected.txt:
1699         * http/tests/security/xssAuditor/open-script-src-01-expected.txt:
1700         * http/tests/security/xssAuditor/open-script-src-02-expected.txt:
1701         * http/tests/security/xssAuditor/open-script-src-03-expected.txt:
1702         * http/tests/security/xssAuditor/open-script-src-04-expected.txt:
1703         * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
1704         * http/tests/security/xssAuditor/property-escape-comment-01-expected.txt:
1705         * http/tests/security/xssAuditor/property-escape-comment-02-expected.txt:
1706         * http/tests/security/xssAuditor/property-escape-comment-03-expected.txt:
1707         * http/tests/security/xssAuditor/property-escape-entity-01-expected.txt:
1708         * http/tests/security/xssAuditor/property-escape-entity-02-expected.txt:
1709         * http/tests/security/xssAuditor/property-escape-entity-03-expected.txt:
1710         * http/tests/security/xssAuditor/property-escape-expected.txt:
1711         * http/tests/security/xssAuditor/property-escape-long-expected.txt:
1712         * http/tests/security/xssAuditor/property-escape-quote-01-expected.txt:
1713         * http/tests/security/xssAuditor/property-escape-quote-02-expected.txt:
1714         * http/tests/security/xssAuditor/property-escape-quote-03-expected.txt:
1715         * http/tests/security/xssAuditor/report-script-tag-expected.txt:
1716         * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt:
1717         * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
1718         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
1719         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
1720         * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
1721         * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
1722         * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
1723         * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
1724         * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
1725         * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
1726         * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
1727         * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
1728         * http/tests/security/xssAuditor/script-tag-expected.txt:
1729         * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
1730         * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
1731         * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
1732         * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
1733         * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
1734         * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
1735         * http/tests/security/xssAuditor/script-tag-post-expected.txt:
1736         * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
1737         * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
1738         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
1739         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
1740         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
1741         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
1742         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
1743         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
1744         * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
1745         * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
1746         * http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt:
1747         * http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt:
1748         * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
1749         * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
1750         * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
1751         * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
1752         * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
1753         * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
1754         * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
1755         * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
1756         * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
1757         * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
1758         * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
1759         * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
1760         * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
1761         * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
1762         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt:
1763         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt:
1764         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt:
1765         * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
1766         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
1767         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
1768         * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
1769         * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
1770         * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
1771         * http/tests/security/xssAuditor/script-tag-with-trailing-comment5-expected.txt:
1772         * http/tests/security/xssAuditor/svg-script-tag-expected.txt:
1773         * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
1774         * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
1775         * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
1776         * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
1777         * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
1778         * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
1779         * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
1780         * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
1781
1782 2013-03-07  Ian Vollick  <vollick@chromium.org>
1783
1784         Fix painting phases for composited scrolling
1785         https://bugs.webkit.org/show_bug.cgi?id=107618
1786
1787         Reviewed by Simon Fraser.
1788
1789         With composited scrolling, the scrolling contents layer paints the 
1790         foreground and the main graphics layer paints the background. This 
1791         causes a few problems:
1792
1793           1) If we create a foreground layer, we end up with two layers painting 
1794              the foreground phase.
1795           2) Focus rings / outlines paint into the foreground layer, so they end
1796              up moving around with the scrolling contents.
1797           3) Neg z-order descendants paint in the the main graphics layer and
1798              will therefore not scroll.
1799
1800         To deal with 1) we need to stop painting the foreground into both the
1801         foreground and scrolling contents layers. We also need to ensure that
1802         the foreground layer is the right size and has the right offset from
1803         renderer if we're on the composited scrolling path.
1804
1805         To deal with 2) and 3), I have added a new graphics layer painting phase 
1806         flag -- GraphicsLayerPaintCompositedScroll -- and applied it to two
1807         layers in the subtree created by RenderLayerBacking. This ultimately
1808         affects the paint phase passed to RenderLayer::paintLayerContents and
1809         allows us to paint the focus rings, outlines and negative z-order
1810         descendants into the proper layers.
1811
1812         * compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
1813         * compositing/overflow/composited-scrolling-paint-phases.html: Added.
1814         * platform/mac/compositing/overflom/composited-scrolling-paint-phases-expected.txt: Added.
1815           This is a text-based test that checks that the graphics layer
1816           painting phases are correct with composited scrolling + foreground
1817           layers.
1818         * compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents.html: Added.
1819         * compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer.html: Added.
1820           These tests cover cases 2) and 3) above.
1821         * platform/chromium/TestExpectations:
1822         * platform/mac-wk2/TestExpectations:
1823         * platform/mac/TestExpectations:
1824           These have been updated to reflect the missing baselines.
1825
1826 2013-03-07  Antoine Quint  <graouts@apple.com>
1827
1828         Web Inspector: identify layers for CSS generated content in LayerTreeAgent
1829         https://bugs.webkit.org/show_bug.cgi?id=111551
1830
1831         New tests for layers associated with pseudo elements.
1832
1833         Reviewed by Simon Fraser.
1834
1835         * inspector-protocol/layers/layers-generated-content-expected.txt: Added.
1836         * inspector-protocol/layers/layers-generated-content.html: Added.
1837
1838 2013-03-07  Ádám Kallai  <kadam@inf.u-szeged.hu>
1839
1840         [Qt] Unreviewed gardneing. Skipped some failing tests.
1841
1842         * platform/qt-5.0-wk2/TestExpectations:
1843         * platform/qt/TestExpectations:
1844
1845 2013-03-07  Keishi Hattori  <keishi@webkit.org>
1846
1847         Add clear button to date/time input types
1848         https://bugs.webkit.org/show_bug.cgi?id=111319
1849
1850         Reviewed by Kent Tamura.
1851
1852         * fast/forms/date-multiple-fields/date-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
1853         * fast/forms/date-multiple-fields/date-multiple-fields-clearbutton-change-and-input-events.html: Added.
1854         * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events-expected.txt:
1855         * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events.html:
1856         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
1857         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-clearbutton-change-and-input-events.html: Added.
1858         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events-expected.txt:
1859         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events.html:
1860         * fast/forms/month-multiple-fields/month-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
1861         * fast/forms/month-multiple-fields/month-multiple-fields-clearbutton-change-and-input-events.html: Added.
1862         * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events-expected.txt:
1863         * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events.html:
1864         * fast/forms/resources/common-clearbutton-change-and-input-events.js: Added.
1865         (.testInput.onchange):
1866         (.testInput.oninput):
1867         (testClearButtonChangeAndInputEvents):
1868         * fast/forms/time-multiple-fields/time-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
1869         * fast/forms/time-multiple-fields/time-multiple-fields-clearbutton-change-and-input-events.html: Added.
1870         * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events-expected.txt:
1871         * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events.html:
1872         * fast/forms/time-multiple-fields/time-multiple-fields-narrow-width-scroll.html:
1873         * fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-change-and-input-events-expected.txt: Added.
1874         * fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-change-and-input-events.html: Added.
1875         * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events-expected.txt:
1876         * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events.html:
1877         * platform/chromium/TestExpectations:
1878
1879 2013-03-07  Victor Carbune  <vcarbune@chromium.org>
1880
1881         TextTrackRegion Constructor
1882         https://bugs.webkit.org/show_bug.cgi?id=110511
1883
1884         Reviewed by Adam Barth.
1885
1886         * TestExpectations:
1887         * media/track/regions-webvtt/text-track-region-constructor-expected.txt: Added.
1888         * media/track/regions-webvtt/text-track-region-constructor.html: Added.
1889
1890 2013-03-06  Filip Pizlo  <fpizlo@apple.com>
1891
1892         ConvertThis should be turned into Identity based on predictions in Fixup, rather than based on proofs in ConstantFolding
1893         https://bugs.webkit.org/show_bug.cgi?id=111674
1894
1895         Reviewed by Oliver Hunt.
1896
1897         * fast/js/dfg-convert-this-object-then-exit-on-other-expected.txt: Added.
1898         * fast/js/dfg-convert-this-object-then-exit-on-other.html: Added.
1899         * fast/js/dfg-convert-this-other-then-exit-on-object-expected.txt: Added.
1900         * fast/js/dfg-convert-this-other-then-exit-on-object.html: Added.
1901         * fast/js/dfg-convert-this-polymorphic-object-then-exit-on-other-expected.txt: Added.
1902         * fast/js/dfg-convert-this-polymorphic-object-then-exit-on-other.html: Added.
1903         * fast/js/dfg-convert-this-polymorphic-object-then-exit-on-string-expected.txt: Added.
1904         * fast/js/dfg-convert-this-polymorphic-object-then-exit-on-string.html: Added.
1905         * fast/js/jsc-test-list:
1906         * fast/js/script-tests/dfg-convert-this-object-then-exit-on-other.js: Added.
1907         (foo):
1908         * fast/js/script-tests/dfg-convert-this-other-then-exit-on-object.js: Added.
1909         (foo):
1910         * fast/js/script-tests/dfg-convert-this-polymorphic-object-then-exit-on-other.js: Added.
1911         (foo):
1912         * fast/js/script-tests/dfg-convert-this-polymorphic-object-then-exit-on-string.js: Added.
1913         (foo):
1914
1915 2013-03-07  Hayato Ito  <hayato@chromium.org>
1916
1917         Unreviewed gardening.
1918
1919         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
1920
1921 2013-03-07  Vsevolod Vlasov  <vsevik@chromium.org>
1922
1923         Web Inspector: NavigatorView should show (program) for uiSourceCodes with empty name.
1924         https://bugs.webkit.org/show_bug.cgi?id=111691
1925
1926         Reviewed by Alexander Pavlov.
1927
1928         * inspector/debugger/navigator-view-expected.txt:
1929         * inspector/debugger/navigator-view.html:
1930
1931 2013-03-06  Takashi Sakamoto  <tasak@google.com>
1932
1933         Box-shadow displayed improperly with border-radius.
1934         https://bugs.webkit.org/show_bug.cgi?id=111256
1935
1936         Reviewed by Simon Fraser.
1937
1938         * fast/borders/border-radius-with-box-shadow-01-expected.txt: Added.
1939         * fast/borders/border-radius-with-box-shadow-01.html: Added.
1940         * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-01-expected.png: Added.
1941
1942 2013-03-06  Sheriff Bot  <webkit.review.bot@gmail.com>
1943
1944         Unreviewed, rolling out r144726.
1945         http://trac.webkit.org/changeset/144726
1946         https://bugs.webkit.org/show_bug.cgi?id=111681
1947
1948         caused performance regression for Dromaeo attribute tests.
1949         (Requested by arpitab on #webkit).
1950
1951         * fast/dom/Element/getAttribute-case-insensitivity-expected.txt: Removed.
1952         * fast/dom/Element/getAttribute-case-insensitivity.html: Removed.
1953
1954 2013-03-05  Kinuko Yasuda  <kinuko@chromium.org>
1955
1956         File.lastModifiedDate() should return the current date/time if the file date/time is not available
1957         https://bugs.webkit.org/show_bug.cgi?id=111403
1958
1959         Reviewed by Kent Tamura.
1960
1961         * http/tests/local/fileapi/file-last-modified-after-delete-expected.txt: Updated.
1962         * http/tests/local/fileapi/script-tests/file-last-modified-after-delete.js: Updated.
1963
1964 2013-03-06  Jer Noble  <jer.noble@apple.com>
1965
1966         Unreviewed gardening.
1967
1968         * platform/win/TestExpectations:
1969
1970 2013-03-06  Julien Chaffraix  <jchaffraix@webkit.org>
1971
1972         [CSS Grid Layout] Extend our grammar to support 2 positions for grid-{row|column}
1973         https://bugs.webkit.org/show_bug.cgi?id=110777
1974
1975         Reviewed by Tony Chang.
1976
1977         * fast/css-grid-layout/grid-item-column-row-get-set-expected.txt:
1978         * fast/css-grid-layout/grid-item-column-row-get-set.html:
1979         * fast/css-grid-layout/grid-item-end-after-get-set-expected.txt:
1980         * fast/css-grid-layout/grid-item-end-after-get-set.html:
1981         * fast/css-grid-layout/grid-item-start-before-get-set-expected.txt:
1982         * fast/css-grid-layout/grid-item-start-before-get-set.html:
1983         Extended the following test to ensure that grid-{row|column} are a
1984         shortand for resp. grid-{before|after} and grid-{start|end}.
1985
1986         * fast/css/getComputedStyle/computed-style-expected.txt:
1987         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1988         * svg/css/getComputedStyle-basic-expected.txt:
1989         Removed grid-{row|column} as they are now shorthands so they don't appear
1990         in the list of supported properties.
1991
1992 2013-03-06  Hayato Ito  <hayato@chromium.org>
1993
1994         Unreviewed gardening.
1995
1996         * platform/chromium/TestExpectations: fast/js/exception-sequencing-binops.html
1997
1998 2013-03-06  Hayato Ito  <hayato@chromium.org>
1999
2000         Unreviewed gardening.
2001
2002         * platform/chromium/TestExpectations: media/encrypted-media/encrypted-media-events.html
2003
2004 2013-03-06  Roger Fong  <roger_fong@apple.com>
2005
2006         Unreviewed gardening AppleWin port.
2007
2008         * platform/win/TestExpectations:
2009         * platform/win/cssom: Removed.
2010         * platform/win/cssom/cssvalue-comparison-expected.txt: Removed.
2011
2012 2013-03-06  Krzysztof Czech  <k.czech@samsung.com>
2013
2014         [EFL] Missing implementation of AccessibilityControllerEfl and AccessibilityUIElementEfl files
2015         https://bugs.webkit.org/show_bug.cgi?id=110584
2016
2017         Reviewed by Gyuyoung Kim.
2018
2019         Unskipping LayoutTests/accessibility folder.
2020         Added failure tests. Skipping those with missing expected results.
2021
2022         * platform/efl-wk1/TestExpectations:
2023
2024 2013-03-06  Benjamin Poulain  <benjamin@webkit.org>
2025
2026         WebKitTestRunner needs layoutTestController.elementDoesAutoCompleteForElementWithId
2027         https://bugs.webkit.org/show_bug.cgi?id=42696
2028
2029         Reviewed by Andreas Kling.
2030
2031         * security/set-form-autocomplete-attribute.html: Update the test.
2032         * platform/wk2/TestExpectations: Unskip it for WebKit2.
2033
2034 2013-03-06  Dean Jackson  <dino@apple.com>
2035
2036         REGRESSION (r143931): set-cookie-on-redirect.html still breaking subsequent tests
2037         https://bugs.webkit.org/show_bug.cgi?id=111650
2038
2039         Unreviewed gardening.
2040
2041         * platform/mac/TestExpectations:
2042
2043 2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
2044
2045         Unreviewed gardening.
2046
2047         * platform/chromium/TestExpectations: platform/chromium/fast/events/intercept-postmessage.html
2048
2049 2013-03-06  Dean Jackson  <dino@apple.com>
2050
2051         REGRESSION (r144748-r144750): sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.html failing on Apple MountainLion Debug WK1 (Tests)
2052         https://bugs.webkit.org/show_bug.cgi?id=111647
2053
2054         Unreviewed skip in test expectations for Mac.
2055
2056         * platform/mac/TestExpectations:
2057
2058 2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
2059
2060         Unreviewed gardening: rebaselines.
2061
2062         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
2063         * platform/chromium-win/svg/custom/foreign-object-skew-expected.png:
2064         * platform/chromium-win/svg/custom/foreign-object-skew-expected.txt:
2065
2066 2013-01-23  Jer Noble  <jer.noble@apple.com>
2067
2068         Default mouse cursor behavior should be auto-hide for full screen video with custom controls
2069         https://bugs.webkit.org/show_bug.cgi?id=107601
2070
2071         Reviewed by Beth Dakin.
2072
2073         * fullscreen/video-cursor-auto-hide-expected.txt: Added.
2074         * fullscreen/video-cursor-auto-hide.html: Added.
2075
2076         Add an expected failing result in platforms which do not enable CURSOR_VISIBILITY.
2077         * platform/chromium/TestExpectations:
2078         * platform/efl/TestExpectations:
2079         * platform/gtk/TestExpectations:
2080         * platform/qt/TestExpectations:
2081
2082
2083 2013-03-06  Jer Noble  <jer.noble@apple.com>
2084
2085         Full screen from an iframe with a z-index style will allow siblings with higher z-index to overlay full screen content.
2086         https://bugs.webkit.org/show_bug.cgi?id=111637
2087
2088         Reviewed by Simon Fraser.
2089
2090         * fullscreen/full-screen-iframe-zIndex.html:
2091
2092 2013-03-06  Ryosuke Niwa  <rniwa@webkit.org>
2093
2094         editing/pasteboard/paste-4035648-fix.html should be a dump-as-markup test
2095         https://bugs.webkit.org/show_bug.cgi?id=111639
2096
2097         Reviewed by Levi Weintraub.
2098
2099         Converted the test. Also renamed it to line-feed-between-br-and-b-should-not-reorder-pasted-content.html
2100         to reflect the semantics of the test, and also added more description per radar bug.
2101
2102         * editing/pasteboard/line-feed-between-br-and-b-should-not-reorder-pasted-content-expected.txt: Added.
2103         * editing/pasteboard/line-feed-between-br-and-b-should-not-reorder-pasted-content.html: Copied from
2104         LayoutTests/editing/pasteboard/paste-4035648-fix.html.
2105         * editing/pasteboard/paste-4035648-fix.html: Removed.
2106         * platform/chromium-linux/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
2107         * platform/chromium-mac-lion/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
2108         * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
2109         * platform/chromium-win/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
2110         * platform/chromium-win/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
2111         * platform/chromium/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
2112         * platform/gtk/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
2113         * platform/gtk/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
2114         * platform/mac/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
2115         * platform/mac/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
2116         * platform/qt/editing/pasteboard/paste-4035648-fix-expected.png: Removed.
2117         * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt: Removed.
2118
2119 2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
2120
2121         Unreviewed gardening.
2122
2123         * platform/chromium/TestExpectations: fast/dom/Window/window-special-properties.html
2124
2125 2013-03-06  Dean Jackson  <dino@apple.com>
2126
2127         ASSERTION FAILED: m_tokenizer->state() == HTMLTokenizer::DataState
2128         https://bugs.webkit.org/show_bug.cgi?id=110546
2129
2130         Unreviewed change to test expectations while the above bug is open.
2131
2132         * platform/mac/TestExpectations:
2133
2134 2013-03-06  Levi Weintraub  <leviw@chromium.org>
2135
2136         InsertUnorderedList can lead to lost content and assertions in moveParagraphs
2137         https://bugs.webkit.org/show_bug.cgi?id=111228
2138
2139         Reviewed by Ryosuke Niwa.
2140
2141         * editing/deleting/pruning-after-merge-1-expected.txt:
2142         * editing/execCommand/insert-remove-block-list-inside-presentational-inline-expected.txt: Added.
2143         * editing/execCommand/insert-remove-block-list-inside-presentational-inline.html: Added.
2144         * editing/pasteboard/paste-and-sanitize-expected.txt:
2145         * editing/pasteboard/paste-and-sanitize.html:
2146
2147 2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
2148
2149         Unreviewed gardening.
2150
2151         * platform/chromium/TestExpectations: compositing/rtl/..
2152
2153 2013-03-06  Roger Fong  <roger_fong@apple.com>
2154
2155         Unreviewed gardening of AppleWin port.
2156
2157         * platform/win/TestExpectations:
2158
2159 2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
2160
2161         Unreviewed gardening.
2162
2163         * platform/chromium/TestExpectations: svg/css/font-face-crash.html
2164
2165 2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
2166
2167         Unreviewed gardening.
2168
2169         * platform/chromium/TestExpectations: svg/custom/foreign-object-skew.svg
2170
2171 2013-03-06  Victor Costan  <costan@gmail.com>
2172
2173         Cleanup in multipart FormData tests.
2174         https://bugs.webkit.org/show_bug.cgi?id=111603
2175
2176         Reviewed by Alexey Proskuryakov.
2177
2178         * http/tests/local/formdata/resources/send-form-data-common.js:
2179         (sendFormData): JavaScript style cleanup.
2180         (testSendingFormData): JavaScript style, bugfix in checking if
2181         eventSender.beginDragWithFiles needs to be called.
2182         * http/tests/local/formdata/send-form-data-with-filename-expected.txt: Better test description.
2183         * http/tests/local/formdata/send-form-data-with-filename.html: Better test description.
2184
2185 2013-03-06  Ryosuke Niwa  <rniwa@webkit.org>
2186
2187         Add a flaky crash test expectation to platform/mac/fast/speechsynthesis/speech-synthesis-cancel.html
2188         on Mac per 111613.
2189
2190         * platform/mac/TestExpectations:
2191
2192 2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
2193
2194         Unreviewed gardening.
2195
2196         * platform/chromium/TestExpectations: animations/animation-delay-changed.html
2197
2198 2013-03-06  Tony Chang  <tony@chromium.org>
2199
2200         fast/css/hover-update.html is flaky
2201         https://bugs.webkit.org/show_bug.cgi?id=111592
2202
2203         Reviewed by Ryosuke Niwa.
2204
2205         Speculative fix for a flaky test. The test sometimes fails on slower machines (mostly debug).
2206         Re-check the results in a loop for up to 200ms to see if the :hover pseudo style applies.
2207
2208         Also force a layout after changing the style, which should also trigger the :hover style.
2209
2210         * fast/css/hover-update.html:
2211         * platform/chromium/TestExpectations:
2212         * platform/efl/TestExpectations:
2213         * platform/gtk/TestExpectations:
2214         * platform/mac/TestExpectations:
2215
2216 2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
2217
2218         Unreviewed gardening: svg/custom/foreign-object-skew.svg
2219
2220         * platform/chromium/TestExpectations:
2221
2222 2013-03-05  Ryosuke Niwa  <rniwa@webkit.org>
2223
2224         editing/pasteboard/paste-table-cells.html should be a dump-as-markup test
2225         https://bugs.webkit.org/show_bug.cgi?id=111491
2226
2227         Reviewed by Levi Weintraub.
2228
2229         Converted the test.
2230
2231         * editing/pasteboard/paste-table-cells-expected.txt: Added.
2232         * editing/pasteboard/paste-table-cells.html:
2233         * platform/chromium-linux/editing/pasteboard/paste-table-cells-expected.png: Removed.
2234         * platform/chromium-mac-lion/editing/pasteboard/paste-table-cells-expected.png: Removed.
2235         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-table-cells-expected.png: Removed.
2236         * platform/chromium-mac/editing/pasteboard/paste-table-cells-expected.png: Removed.
2237         * platform/chromium-win/editing/pasteboard/paste-table-cells-expected.png: Removed.
2238         * platform/chromium-win/editing/pasteboard/paste-table-cells-expected.txt: Removed.
2239         * platform/chromium/editing/pasteboard/paste-table-cells-expected.txt: Removed.
2240         * platform/gtk/editing/pasteboard/paste-table-cells-expected.png: Removed.
2241         * platform/gtk/editing/pasteboard/paste-table-cells-expected.txt: Removed.
2242         * platform/mac/editing/pasteboard/paste-table-cells-expected.png: Removed.
2243         * platform/mac/editing/pasteboard/paste-table-cells-expected.txt: Removed.
2244         * platform/qt/editing/pasteboard/paste-table-cells-expected.png: Removed.
2245         * platform/qt/editing/pasteboard/paste-table-cells-expected.txt: Removed.
2246
2247 2013-03-06  Emil A Eklund  <eae@chromium.org>
2248
2249         Unreviewed chromium windows rebaselines for r144837.
2250
2251         * platform/chromium-linux/fast/invalid/017-expected.txt: Removed.
2252         * platform/chromium-linux/fast/invalid/018-expected.txt: Removed.
2253         * platform/chromium-linux/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
2254         * platform/chromium-linux/tables/mozilla/bugs/bug9024-expected.txt: Removed.
2255         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
2256         * platform/chromium-mac-lion/tables/mozilla/bugs/bug9024-expected.txt: Removed.
2257         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug9024-expected.txt: Removed.
2258         * platform/chromium-mac/tables/mozilla/bugs/bug9024-expected.txt: Removed.
2259         * platform/chromium-win/fast/invalid/017-expected.txt:
2260         * platform/chromium-win/fast/invalid/018-expected.txt:
2261         * platform/chromium-win/tables/mozilla/bugs/bug113235-2-expected.txt:
2262         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
2263         * platform/chromium/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
2264         * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
2265         * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Removed.
2266         * platform/efl/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
2267         * platform/gtk/tables/mozilla/bugs/bug9024-expected.txt: Removed.
2268         * platform/gtk/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
2269         * platform/mac-lion/tables/mozilla/bugs: Removed.
2270         * platform/mac-lion/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
2271         * platform/mac-lion/tables/mozilla/bugs/bug9024-expected.txt: Removed.
2272         * platform/mac-wk2/tables/mozilla/bugs: Removed.
2273         * platform/mac-wk2/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
2274         * platform/mac-wk2/tables/mozilla/bugs/bug9024-expected.txt: Removed.
2275         * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
2276         * platform/mac/tables/mozilla/bugs/bug9024-expected.txt: Removed.
2277         * platform/mac/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
2278         * platform/qt/tables/mozilla/bugs/bug9024-expected.txt: Removed.
2279         * platform/qt/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
2280         * platform/win-future/tables: Added.
2281         * platform/win-future/tables/mozilla: Added.
2282         * platform/win-future/tables/mozilla/bugs: Added.
2283         * platform/win-future/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
2284         * platform/win-future/tables/mozilla/bugs/bug9024-expected.txt: Added.
2285         * platform/win-future/tables/mozilla_expected_failures: Added.
2286         * platform/win-future/tables/mozilla_expected_failures/bugs: Added.
2287         * platform/win-future/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
2288         * tables/mozilla/bugs/bug113235-2-expected.txt: Replaced.
2289         * tables/mozilla/bugs/bug9024-expected.txt: Replaced.
2290         * tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Replaced.
2291
2292 2013-03-06  Rafael Weinstein  <rafaelw@chromium.org>
2293
2294         Unreviewed, rolling out r144924.
2295         http://trac.webkit.org/changeset/144924
2296         https://bugs.webkit.org/show_bug.cgi?id=109908
2297
2298         caused multiple crashes in inspector/debugger tests
2299
2300         * inspector-protocol/persistent-id-expected.txt: Removed.
2301         * inspector-protocol/persistent-id.html: Removed.
2302         * inspector/console/command-line-api-expected.txt:
2303
2304 2013-03-06  Florin Malita  <fmalita@chromium.org>
2305
2306         SVG pattern to pattern reference does not work if first pattern has a child node
2307         https://bugs.webkit.org/show_bug.cgi?id=111586
2308
2309         Reviewed by Philip Rogers.
2310
2311         * svg/custom/pattern-reference-expected.svg: Added.
2312         * svg/custom/pattern-reference.svg: Added.
2313
2314 2013-03-06  Ryosuke Niwa  <rniwa@webkit.org>
2315
2316         Add a flaky failure expectation to fast/css/hover-update.html on Mac per bug 111592.
2317
2318         * platform/mac/TestExpectations:
2319
2320 2013-03-06  Ádám Kallai  <kadam@inf.u-szeged.hu>
2321
2322         [Qt] Unreviewed gardening. Added new baseline after r144837.
2323
2324         * platform/qt/fast/invalid/017-expected.txt:
2325         * platform/qt/fast/invalid/018-expected.txt:
2326         * platform/qt/tables/mozilla/bugs/bug113235-2-expected.txt:
2327         * platform/qt/tables/mozilla/bugs/bug9024-expected.txt: Added.
2328         * platform/qt/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
2329
2330 2013-03-06  Douglas Stockwell  <dstockwell@chromium.org>
2331
2332         REGRESSION(r111639): delayed animation start can be postponed
2333         https://bugs.webkit.org/show_bug.cgi?id=108582
2334
2335         Reviewed by Darin Adler.
2336
2337         * animations/animation-delay-changed-expected.txt: Added.
2338         * animations/animation-delay-changed.html: Added.
2339
2340 2013-03-06  Zan Dobersek  <zdobersek@igalia.com>
2341
2342         Unreviewed gardening.
2343
2344         * platform/efl/TestExpectations: Adjusting the expectation for fast/workers/shared-worker-load-error.html.
2345         * platform/gtk/TestExpectations: Add an expectation for a test added in r144824.
2346
2347 2013-03-06  Vsevolod Vlasov  <vsevik@chromium.org>
2348
2349         Web Inspector: Update open resource dialog when new uiSourceCodes are loaded.
2350         https://bugs.webkit.org/show_bug.cgi?id=111327
2351
2352         Reviewed by Pavel Feldman.
2353
2354         * inspector/filtered-item-selection-dialog-filtering.html:
2355
2356 2013-03-05  Yury Semikhatsky  <yurys@chromium.org>
2357
2358         Web Inspector: support stable remote object ids
2359         https://bugs.webkit.org/show_bug.cgi?id=109908
2360
2361         Reviewed by Pavel Feldman.
2362
2363         Test that same object will have same id if requested several times.
2364
2365         * inspector-protocol/persistent-id-expected.txt: Added.
2366         * inspector-protocol/persistent-id.html: Added.
2367         * inspector/console/command-line-api-expected.txt:
2368
2369 2013-03-06  Krzysztof Czech  <k.czech@samsung.com>
2370
2371         Unreviewed EFL gardening.
2372         https://bugs.webkit.org/show_bug.cgi?id=111571
2373
2374         Gardening; added accessibility failure tests.
2375
2376         * platform/efl-wk2/TestExpectations:
2377
2378 2013-03-06  Alexis Menard  <alexis@webkit.org>
2379
2380         Do not add CSSPropertyBorderImage shorthand part of the property list when parsing CSS border property
2381         https://bugs.webkit.org/show_bug.cgi?id=111481
2382
2383         Reviewed by Julien Chaffraix.
2384
2385         As now border-image is expanded when we sucessfully parsed a CSS border,
2386         this test needs to be updated to reflect that the longhands are now
2387         part of the declarated style. 
2388
2389         * inspector/styles/styles-new-API-expected.txt:
2390
2391 2013-03-06  Thiago Marcos P. Santos  <thiago.santos@intel.com>
2392
2393         [EFL] Unreviewed gardening
2394
2395         Added new baselines after r144837 and marked as failures
2396         some pasteboard tests that we don't support yet.
2397
2398         * platform/efl/TestExpectations:
2399         * platform/efl/fast/invalid/017-expected.txt:
2400         * platform/efl/fast/invalid/018-expected.txt:
2401         * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt:
2402         * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Added.
2403         * platform/efl/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
2404
2405 2013-03-06  Christophe Dumez  <ch.dumez@sisa.samsung.com>
2406
2407         Unreviewed EFL gardening.
2408
2409         Unskip authentication test that is now passing on EFL port.
2410
2411         * platform/efl/TestExpectations:
2412
2413 2013-03-06  Zan Dobersek  <zdobersek@igalia.com>
2414
2415         Unreviewed GTK gardening.
2416
2417         * platform/gtk/TestExpectations: Adding a failure expectation for a test added in r144877.
2418         * platform/gtk/fast/invalid/017-expected.txt: Rebaselining after r144837.
2419         * platform/gtk/fast/invalid/018-expected.txt: Ditto.
2420         * platform/gtk/tables/mozilla/bugs/bug113235-2-expected.txt: Added. Ditto.
2421         * platform/gtk/tables/mozilla/bugs/bug9024-expected.txt: Added. Ditto.
2422         * platform/gtk/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added. Ditto.
2423
2424 2013-03-06  Allan Sandfeld Jensen  <allan.jensen@digia.com>
2425
2426         REGGRESSION (r142112): It made compositing tests fail on EFL, Qt.
2427         https://bugs.webkit.org/show_bug.cgi?id=109291
2428
2429         Reviewed by Kenneth Rohde Christiansen.
2430
2431         Unskip now passing test, and move baselines specific to having no scrolling-coordinator to WK1.
2432
2433         * platform/qt-5.0-wk1/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Renamed from LayoutTests/platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png.
2434         * platform/qt-5.0-wk1/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Renamed from LayoutTests/platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt.
2435         * platform/qt-5.0-wk1/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Renamed from LayoutTests/platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png.
2436         * platform/qt-5.0-wk1/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Renamed from LayoutTests/platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt.
2437         * platform/qt-5.0-wk2/TestExpectations:
2438
2439 2013-03-06  Hayato Ito  <hayato@chromium.org>
2440
2441         Unreviewed gardening.
2442
2443         * platform/chromium/TestExpectations: Delete http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html
2444
2445 2013-03-06  Sheriff Bot  <webkit.review.bot@gmail.com>
2446
2447         Unreviewed, rolling out r144859.
2448         http://trac.webkit.org/changeset/144859
2449         https://bugs.webkit.org/show_bug.cgi?id=111519
2450
2451         Introduced a test that calls non-exist function on non-
2452         Chromium ports and crash on Chromium (Requested by rniwa on
2453         #webkit).
2454
2455         * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal-expected.txt: Removed.
2456         * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html: Removed.
2457         * http/tests/misc/resources/delete-frame-during-readystatechange-frame-with-gc-after-video-removal.html: Removed.
2458
2459 2013-03-06  Tony Chang  <tony@chromium.org>
2460
2461         Crash during middle mouse click when page is removed
2462         https://bugs.webkit.org/show_bug.cgi?id=111489
2463
2464         Reviewed by Hajime Morrita.
2465
2466         * editing/pasteboard/resources/selection-paste-crash.html: Added.
2467         * editing/pasteboard/selection-paste-crash-expected.txt: Added.
2468         * editing/pasteboard/selection-paste-crash.html: Added.
2469
2470 2013-03-05  Claudio Saavedra  <csaavedra@igalia.com>
2471
2472         Make toggle-unlink.html test Mac specific behaviour
2473         https://bugs.webkit.org/show_bug.cgi?id=111321
2474
2475         Reviewed by Ryosuke Niwa.
2476
2477         A new test for Windows behavior will have to be added once bug
2478         110487 is landed.
2479
2480         * editing/execCommand/script-tests/toggle-unlink-mac.js: Renamed
2481         from
2482         LayoutTests/editing/execCommand/script-tests/toggle-unlink.js.
2483         Also set editing behaviour to Mac.
2484         * editing/execCommand/toggle-unlink-mac-expected.txt: Renamed from
2485         LayoutTests/editing/execCommand/toggle-unlink-expected.txt.
2486         * editing/execCommand/toggle-unlink-mac.html: Renamed from
2487         LayoutTests/editing/execCommand/toggle-unlink.html.
2488
2489 2013-03-05  Vsevolod Vlasov  <vsevik@chromium.org>
2490
2491         Unreviewed chromium test expectations update.
2492
2493         * platform/chromium/TestExpectations:
2494
2495 2013-03-05  Ryosuke Niwa  <rniwa@webkit.org>
2496
2497         Add a flaky crash test expectation to editing/selection/selection-invalid-offset.html
2498         on Mac per bug 111521.
2499
2500         * platform/mac/TestExpectations:
2501
2502 2013-03-05  Filip Pizlo  <fpizlo@apple.com>
2503
2504         Add test coverage for DCE and type checks.
2505
2506         Rubber stamped by Geoffrey Garen.
2507
2508         * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement-expected.txt: Added.
2509         * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement.html: Added.
2510         * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-expected.txt: Added.
2511         * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null.html: Added.
2512         * fast/js/jsc-test-list:
2513         * fast/js/script-tests/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement.js: Added.
2514         (foo):
2515         * fast/js/script-tests/dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null.js: Added.
2516         (foo):
2517
2518 2013-03-05  Hayato Ito  <hayato@chromium.org>
2519
2520         Unreviewed gardening.
2521
2522         * platform/chromium/TestExpectations: fast/dom/HTMLDocument/document-special-properties.html
2523
2524 2013-03-05  Hayato Ito  <hayato@chromium.org>
2525
2526         Unreviewed gardening.
2527
2528         * platform/chromium/TestExpectations: http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html
2529
2530 2013-03-05  Hayato Ito  <hayato@chromium.org>
2531
2532         [Shadow] Implements event re-targeting for Touch Events.
2533         https://bugs.webkit.org/show_bug.cgi?id=107800
2534
2535         Reviewed by Dimitri Glazkov.
2536
2537         * fast/dom/shadow/resources/event-dispatching.js:
2538         (recordEvent):
2539         (dumpTouchList):
2540         (sortDispatchedEvent):
2541         (showSandboxTree):
2542         * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt:
2543         * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html:
2544         * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt:
2545         * fast/dom/shadow/touch-event-retargeting-expected.txt: Added.
2546         * fast/dom/shadow/touch-event-retargeting.html: Added.
2547
2548 2013-03-05  Filip Pizlo  <fpizlo@apple.com>
2549
2550         Add test coverage for DCE and type checks.
2551
2552         Rubber stampted by Geoffrey Garen.
2553
2554         * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof-expected.txt: Added.
2555         * fast/js/dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof.html: Added.
2556         * fast/js/jsc-test-list:
2557         * fast/js/script-tests/dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof.js: Added.
2558         (foo):
2559
2560 2013-03-05  Roger Fong  <roger_fong@apple.com>
2561
2562         Unreviewed gardening. AppleWin port.
2563
2564         * platform/win/TestExpectations:
2565
2566 2013-03-05  Filip Pizlo  <fpizlo@apple.com>
2567
2568         DFG may infer an edge to be a double-using edge and then later experience multiple-personality disorder with respect to that particular decision
2569         https://bugs.webkit.org/show_bug.cgi?id=109393
2570
2571         Rubber stamped by Geoffrey Garen.
2572
2573         * fast/js/dfg-double-addition-simplify-to-int-expected.txt: Added.
2574         * fast/js/dfg-double-addition-simplify-to-int.html: Added.
2575         * fast/js/jsc-test-list:
2576         * fast/js/script-tests/dfg-double-addition-simplify-to-int.js: Added.
2577         (foo):
2578
2579 2013-03-05  Roger Fong  <roger_fong@apple.com>
2580
2581         Unreviewed gardening. AppleWin port.
2582
2583         * platform/win/cssom: Added.
2584         * platform/win/cssom/cssvalue-comparison-expected.txt: Added.
2585
2586 2013-03-05  Roger Fong  <roger_fong@apple.com>
2587
2588         Unreviewed gardening. AppleWin port.
2589
2590         * platform/win/TestExpectations:
2591         * platform/win/fast/forms/number: Added.
2592         * platform/win/fast/forms/number/number-l10n-input-expected.txt: Added.
2593
2594 2013-03-05  Hayato Ito  <hayato@chromium.org>
2595
2596         Unreviewed gardening.
2597
2598         * platform/chromium/TestExpectations: svg/custom/foreign-object-skew.svg
2599
2600 2013-03-05  Hayato Ito  <hayato@chromium.org>
2601
2602         Unreviewed gardening.
2603
2604         * platform/chromium/TestExpectations: plugins/plugin-clip-subframe.html
2605
2606 2013-03-05  Hayato Ito  <hayato@chromium.org>
2607
2608         Unreviewed gardening.
2609
2610         * platform/chromium/TestExpectations: fast/regions/region-style-in-columns.html
2611
2612 2013-03-05  Filip Pizlo  <fpizlo@apple.com>
2613
2614         DFG DCE might eliminate checks unsoundly
2615         https://bugs.webkit.org/show_bug.cgi?id=109389
2616
2617         Reviewed by Oliver Hunt.
2618
2619         * fast/js/dfg-arguments-osr-exit-multiple-blocks-before-exit-expected.txt: Added.
2620         * fast/js/dfg-arguments-osr-exit-multiple-blocks-before-exit.html: Added.
2621         * fast/js/dfg-arguments-osr-exit-multiple-blocks-expected.txt: Added.
2622         * fast/js/dfg-arguments-osr-exit-multiple-blocks.html: Added.
2623         * fast/js/jsc-test-list:
2624         * fast/js/script-tests/dfg-arguments-osr-exit-multiple-blocks-before-exit.js: Added.
2625         (baz):
2626         (foo):
2627         (bar):
2628         * fast/js/script-tests/dfg-arguments-osr-exit-multiple-blocks.js: Added.
2629         (baz):
2630         (foo):
2631         (bar):
2632
2633 2013-03-05  Hayato Ito  <hayato@chromium.org>
2634
2635         Unreviewed gardening.
2636
2637         * platform/chromium/TestExpectations: inspector/console/command-line-api-inspect.html
2638
2639 2013-03-05  Aaron Colwell  <acolwell@chromium.org>
2640
2641         Heap-use-after-free in WebCore::HTMLMediaElement::~HTMLMediaElement
2642         https://bugs.webkit.org/show_bug.cgi?id=110623
2643
2644         Reviewed by Eric Seidel.
2645
2646         * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal-expected.txt: Added.
2647         * http/tests/misc/delete-frame-during-readystatechange-with-gc-after-video-removal.html: Added.
2648         * http/tests/misc/resources/delete-frame-during-readystatechange-frame-with-gc-after-video-removal.html: Added.
2649
2650 2013-03-05  Chris Fleizach  <cfleizach@apple.com>
2651
2652         AX: Support aria-posinset/setsize
2653         https://bugs.webkit.org/show_bug.cgi?id=109725
2654
2655         Reviewed by Tim Horton.
2656
2657         * platform/mac/accessibility/aria-setsize-posinset-expected.txt: Added.
2658         * platform/mac/accessibility/aria-setsize-posinset.html: Added.
2659
2660 2013-03-05  Emil A Eklund  <eae@chromium.org>
2661
2662         Unreviewed apple rebaselines for r144837.
2663
2664         * fast/invalid/017-expected.txt: Added.
2665         * fast/invalid/018-expected.txt: Added.
2666         * platform/chromium-mac/fast/invalid/017-expected.txt: Removed.
2667         * platform/chromium-mac/fast/invalid/018-expected.txt: Removed.
2668         * platform/mac-lion/tables/mozilla/bugs: Added.
2669         * platform/mac-lion/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
2670         * platform/mac-lion/tables/mozilla/bugs/bug9024-expected.txt: Added.
2671         * platform/mac-lion/tables/mozilla_expected_failures: Removed.
2672         * platform/mac-wk2/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
2673         * platform/mac-wk2/tables/mozilla/bugs/bug9024-expected.txt: Added.
2674         * platform/mac/fast/invalid/017-expected.txt: Removed.
2675         * platform/mac/fast/invalid/018-expected.txt: Removed.
2676         * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt:
2677         * platform/mac/tables/mozilla/bugs/bug9024-expected.txt: Added.
2678         * platform/mac/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
2679
2680 2013-03-05  Emil A Eklund  <eae@chromium.org>
2681
2682         Unreviewed chromium rebaselines for r144837.
2683
2684         * platform/chromium-linux/fast/invalid/017-expected.txt: Added.
2685         * platform/chromium-linux/fast/invalid/018-expected.txt: Added.
2686         * platform/chromium-linux/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
2687         * platform/chromium-linux/tables/mozilla/bugs/bug9024-expected.txt: Added.
2688         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
2689         * platform/chromium-mac-lion/tables/mozilla/bugs/bug9024-expected.txt: Added.
2690         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug9024-expected.txt: Added.
2691         * platform/chromium-mac/fast/invalid/017-expected.txt: Added.
2692         * platform/chromium-mac/fast/invalid/018-expected.txt: Added.
2693         * platform/chromium-mac/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
2694         * platform/chromium-mac/tables/mozilla/bugs/bug9024-expected.txt: Added.
2695         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
2696         * platform/chromium/fast/invalid/017-expected.txt: Removed.
2697         * platform/chromium/fast/invalid/018-expected.txt: Removed.
2698         * platform/chromium/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
2699         * platform/chromium/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Replaced.
2700
2701 2013-03-05  Peter Nelson  <peter@peterdn.com>
2702
2703         [WinCairo] Support for cookies is incomplete
2704         https://bugs.webkit.org/show_bug.cgi?id=110147
2705
2706         Reviewed by Brent Fulgham.
2707         
2708         Re-enabled cookie tests for WinCairo.
2709         Added test to check whether cookie set in HTTP response is accessible in JS.
2710
2711         * http/tests/cookies/http-get-cookie-set-in-js-expected.txt: Added.
2712         * http/tests/cookies/http-get-cookie-set-in-js.html: Added.
2713         * http/tests/cookies/resources/cookies-test-pre.js:
2714         (clearAllCookies): Cookies set in JS now correctly cleared.
2715         * platform/wincairo/TestExpectations:
2716
2717 2013-03-05  Roger Fong  <roger_fong@apple.com>
2718
2719         Unreviewed. AppleWin gardening.
2720
2721         * platform/win/TestExpectations:
2722         * platform/win/css3/filters/effect-reference-expected.txt:
2723         * platform/win/css3/filters/effect-reference-hw-expected.txt:
2724
2725 2013-03-05  Andrew Scherkus  <scherkus@chromium.org>
2726
2727         Unreviewed rebaseline of media/track/track-cue-rendering-*.html
2728         https://bugs.webkit.org/show_bug.cgi?id=111388
2729
2730         * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.png:
2731         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.png:
2732         * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png:
2733         * platform/chromium-mac-lion/media/track/track-cue-rendering-vertical-expected.png:
2734         * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png:
2735         * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.png:
2736         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
2737         * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png:
2738         * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.png:
2739         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png:
2740         * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.png:
2741         * platform/chromium/TestExpectations:
2742
2743 2013-03-05  Rafael Weinstein  <rafaelw@chromium.org>
2744
2745         Unreviewed gardening.
2746
2747         * platform/chromium/TestExpectations: /inspector/debugger/debugger-script-preprocessor.html
2748
2749 2013-03-05  Emil A Eklund  <eae@chromium.org>
2750
2751         ASSERTION FAILED: i < size(), UNKNOWN in WebCore::RenderTableSection::layout
2752         https://bugs.webkit.org/show_bug.cgi?id=108838
2753
2754         Reviewed by Levi Weintraub.
2755         
2756         Add test for calling requestFullscreen on an element with a
2757         table-section display type.
2758
2759         * fullscreen/full-screen-table-section-expected.txt: Added.
2760         * fullscreen/full-screen-table-section.html: Added.
2761
2762 2013-03-05  Roger Fong  <roger_fong@apple.com>
2763
2764                 Unreviewed. Skip tests on Windows to make EWS bots happier.
2765
2766                 * platform/win/TestExpectations:
2767
2768 2013-03-05  Rafael Weinstein  <rafaelw@chromium.org>
2769
2770         Unreviewed gardening.
2771
2772         * platform/chromium/TestExpectations: fullscreen/full-screen-iframe-allowed-prexied.
2773
2774 2013-03-05  Ryosuke Niwa  <rniwa@webkit.org>
2775
2776         Remove old Mac test expectations for the bug 106412.
2777
2778         * platform/mac/TestExpectations:
2779
2780 2013-03-05  Stephen Chenney  <schenney@chromium.org>
2781
2782         Crash when ImageLoader deletes Element inside SVGImageElement
2783         https://bugs.webkit.org/show_bug.cgi?id=111085
2784
2785         Reviewed by Abhishek Arya.
2786
2787         * svg/custom/image-with-attr-change-after-delete-crash-expected.txt: Added.
2788         * svg/custom/image-with-attr-change-after-delete-crash.html: Added.
2789
2790 2013-03-05  Antoine Quint  <graouts@apple.com>
2791
2792         Web Inspector: identify reflection layers in LayerTreeAgent
2793         https://bugs.webkit.org/show_bug.cgi?id=111419
2794
2795         New test for reflection layers and an updated output for the
2796         existing layersForNode() test since we changed the coordinates
2797         for the "bounds" property to be absolute instead of local.
2798
2799         Reviewed by Dean Jackson.
2800
2801         * inspector-protocol/layers/layers-for-node-expected.txt:
2802         * inspector-protocol/layers/layers-reflected-content-expected.txt: Added.
2803         * inspector-protocol/layers/layers-reflected-content.html: Added.
2804
2805 2013-03-05  Alok Priyadarshi  <alokp@chromium.org>
2806
2807         Rebaseline text output for opaque GraphicsLayers
2808         https://bugs.webkit.org/show_bug.cgi?id=109507
2809
2810         Unreviewed rebaseline.
2811
2812         * compositing/contents-opaque/contents-opaque-background-color-expected.txt:
2813         * compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt:
2814         * compositing/contents-opaque/contents-opaque-layer-transform-expected.txt:
2815         * platform/chromium/TestExpectations:
2816         * platform/chromium/compositing/contents-opaque/contents-opaque-background-color-expected.txt: Copied from LayoutTests/compositing/contents-opaque/contents-opaque-background-color-expected.txt.
2817         * platform/chromium/compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt: Copied from LayoutTests/compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt.
2818         * platform/chromium/compositing/contents-opaque/contents-opaque-layer-transform-expected.txt: Copied from LayoutTests/compositing/contents-opaque/contents-opaque-layer-transform-expected.txt.
2819         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Renamed from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt.
2820         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Renamed from LayoutTests/platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt.
2821         * platform/efl/TestExpectations:
2822         * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
2823         * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
2824         * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
2825         * platform/mac/TestExpectations:
2826         * platform/qt/TestExpectations:
2827
2828 2013-03-05  Ryosuke Niwa  <rniwa@webkit.org>
2829
2830         editing/pasteboard/paste-text-005.html, paste-text-006.html, and paste-text-007.html should be dump-as-markup tests
2831         https://bugs.webkit.org/show_bug.cgi?id=111466
2832
2833         Reviewed by Levi Weintraub.
2834
2835         * editing/pasteboard/paste-text-005-expected.txt: Added.
2836         * editing/pasteboard/paste-text-005.html:
2837         * editing/pasteboard/paste-text-006-expected.txt: Added.
2838         * editing/pasteboard/paste-text-006.html:
2839         * editing/pasteboard/paste-text-007-expected.txt: Added.
2840         * editing/pasteboard/paste-text-007.html:
2841         * platform/chromium-linux/editing/pasteboard/paste-text-005-expected.png: Removed.
2842         * platform/chromium-linux/editing/pasteboard/paste-text-006-expected.png: Removed.
2843         * platform/chromium-linux/editing/pasteboard/paste-text-007-expected.png: Removed.
2844         * platform/chromium-mac-lion/editing/pasteboard/paste-text-005-expected.png: Removed.
2845         * platform/chromium-mac-lion/editing/pasteboard/paste-text-006-expected.png: Removed.
2846         * platform/chromium-mac-lion/editing/pasteboard/paste-text-007-expected.png: Removed.
2847         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-005-expected.txt: Removed.
2848         * platform/chromium-mac/editing/pasteboard/paste-text-005-expected.png: Removed.
2849         * platform/chromium-mac/editing/pasteboard/paste-text-006-expected.png: Removed.
2850         * platform/chromium-mac/editing/pasteboard/paste-text-007-expected.png: Removed.
2851         * platform/chromium-win/editing/pasteboard/paste-text-005-expected.png: Removed.
2852         * platform/chromium-win/editing/pasteboard/paste-text-005-expected.txt: Removed.
2853         * platform/chromium-win/editing/pasteboard/paste-text-006-expected.png: Removed.
2854         * platform/chromium-win/editing/pasteboard/paste-text-006-expected.txt: Removed.
2855         * platform/chromium-win/editing/pasteboard/paste-text-007-expected.png: Removed.
2856         * platform/chromium-win/editing/pasteboard/paste-text-007-expected.txt: Removed.
2857         * platform/chromium/editing/pasteboard/paste-text-005-expected.txt: Removed.
2858         * platform/chromium/editing/pasteboard/paste-text-006-expected.txt: Removed.
2859         * platform/chromium/editing/pasteboard/paste-text-007-expected.txt: Removed.
2860         * platform/gtk/editing/pasteboard/paste-text-005-expected.txt: Removed.
2861         * platform/gtk/editing/pasteboard/paste-text-006-expected.txt: Removed.
2862         * platform/gtk/editing/pasteboard/paste-text-007-expected.txt: Removed.
2863         * platform/mac/editing/pasteboard/paste-text-005-expected.png: Removed.
2864         * platform/mac/editing/pasteboard/paste-text-005-expected.txt: Removed.
2865         * platform/mac/editing/pasteboard/paste-text-006-expected.png: Removed.
2866         * platform/mac/editing/pasteboard/paste-text-006-expected.txt: Removed.
2867         * platform/mac/editing/pasteboard/paste-text-007-expected.png: Removed.
2868         * platform/mac/editing/pasteboard/paste-text-007-expected.txt: Removed.
2869         * platform/qt/editing/pasteboard/paste-text-005-expected.png: Removed.
2870         * platform/qt/editing/pasteboard/paste-text-005-expected.txt: Removed.
2871         * platform/qt/editing/pasteboard/paste-text-006-expected.png: Removed.
2872         * platform/qt/editing/pasteboard/paste-text-006-expected.txt: Removed.
2873         * platform/qt/editing/pasteboard/paste-text-007-expected.png: Removed.
2874         * platform/qt/editing/pasteboard/paste-text-007-expected.txt: Removed.
2875         * platform/win/editing/pasteboard/paste-text-005-expected.txt: Removed.
2876
2877 2013-03-04  Ryosuke Niwa  <rniwa@webkit.org>
2878
2879         editing/pasteboard/paste-table-003.html should be a dump-as-text test
2880         https://bugs.webkit.org/show_bug.cgi?id=111400
2881
2882         Reviewed by Levi Weintraub.
2883
2884         Convert the test to a dump-as-text test. The output is much easier to understand now.
2885         Also moved the test description out of the root element so that it won't be repeated
2886         multiple times in the output.
2887
2888         * editing/pasteboard/paste-table-003-expected.txt: Added.
2889         * editing/pasteboard/paste-table-003.html:
2890         * platform/chromium-linux/editing/pasteboard/paste-table-003-expected.png: Removed.
2891         * platform/chromium-mac-lion/editing/pasteboard/paste-table-003-expected.png: Removed.
2892         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-table-003-expected.png: Removed.
2893         * platform/chromium-mac/editing/pasteboard/paste-table-003-expected.png: Removed.
2894         * platform/chromium-win/editing/pasteboard/paste-table-003-expected.png: Removed.
2895         * platform/chromium-win/editing/pasteboard/paste-table-003-expected.txt: Removed.
2896         * platform/chromium/editing/pasteboard/paste-table-003-expected.txt: Removed.
2897         * platform/gtk/editing/pasteboard/paste-table-003-expected.png: Removed.
2898         * platform/gtk/editing/pasteboard/paste-table-003-expected.txt: Removed.
2899         * platform/mac/editing/pasteboard/paste-table-003-expected.png: Removed.
2900         * platform/mac/editing/pasteboard/paste-table-003-expected.txt: Removed.
2901         * platform/qt/editing/pasteboard/paste-table-003-expected.png: Removed.
2902         * platform/qt/editing/pasteboard/paste-table-003-expected.txt: Removed.
2903
2904 2013-03-05  Victor Carbune  <vcarbune@chromium.org>
2905
2906         Cue line-height property shouldn't be inherited from the video element
2907         https://bugs.webkit.org/show_bug.cgi?id=111262
2908
2909         Reviewed by Eric Carlson.
2910
2911         * media/track/captions-webvtt/captions-snap-to-lines-set.vtt: Updated.
2912         * media/track/track-cue-rendering-on-resize-expected.txt: Added.
2913         * media/track/track-cue-rendering-on-resize.html: Added.
2914
2915 2013-03-05  Zan Dobersek  <zdobersek@igalia.com>
2916
2917         Unreviewed gardening.
2918
2919         * platform/efl/TestExpectations: Unskipping the fast/workers/shared-worker-load-error.html layout test
2920         and adding a flaky timeout expectation for it. Looking for testing data from the EFL port on this test.
2921         * platform/gtk-wk1/TestExpectations: Removed an expectation for a test that was removed in r144624.
2922         * platform/gtk/TestExpectations: Adding failure expectations for tests introduced in r144714 and r144747.
2923
2924 2013-03-05  Tommy Widenflycht  <tommyw@google.com>
2925
2926         MediaStream API: Allow local and remote descriptions to be accessed after close
2927         https://bugs.webkit.org/show_bug.cgi?id=111437
2928
2929         Reviewed by Adam Barth.
2930
2931         Expanding tests to check the new behaviour.
2932
2933         * fast/mediastream/RTCPeerConnection-localDescription-expected.txt:
2934         * fast/mediastream/RTCPeerConnection-localDescription.html:
2935         * fast/mediastream/RTCPeerConnection-remoteDescription-expected.txt:
2936         * fast/mediastream/RTCPeerConnection-remoteDescription.html:
2937
2938 2013-03-05  Eric Seidel  <eric@webkit.org>
2939
2940         Multiple html5lib Layout Tests are slow since r144032
2941         https://bugs.webkit.org/show_bug.cgi?id=110876
2942
2943         Reviewed by Tony Chang.
2944
2945         Skip the html5lib tests when in debug mode.  The -data variants
2946         almost always timeout due to v8 boot-up time:
2947         https://code.google.com/p/v8/issues/detail?id=2567
2948
2949         These timeouts sometimes manifest as failures, and we've even
2950         seen crashes (with empty stacks!?) of these tests on Win and Mac in Debug, so
2951         skipping them until they run in a reasonable time and can
2952         be debugged further.
2953
2954         * platform/chromium/TestExpectations:
2955
2956 2013-03-05  Rafael Weinstein  <rafaelw@chromium.org>
2957
2958         Unreviewed gardening.
2959
2960         * platform/chromium/TestExpectations: expectations for transitions/transitions-parsing.html
2961
2962 2013-03-05  Terry Anderson  <tdanderson@chromium.org>
2963
2964         [chromium] Unreviewed gardening
2965
2966         Unreviewed gardening 
2967
2968         * platform/chromium/TestExpectations:
2969
2970 2013-03-04  Ryosuke Niwa  <rniwa@webkit.org>
2971
2972         editing/pasteboard/5247341.html should be a dump-as-markup test
2973         https://bugs.webkit.org/show_bug.cgi?id=111397
2974
2975         Reviewed by Darin Adler.
2976
2977         Convert the test to use dump-as-markup.js. Also rename it to preserve-line-break-at-end-of-pasted-content
2978         to reflect the content of the test.
2979
2980         * editing/pasteboard/5247341.html: Removed.
2981         * editing/pasteboard/preserve-line-break-at-end-of-pasted-content-expected.txt: Added.
2982         * editing/pasteboard/preserve-line-break-at-end-of-pasted-content.html: Copied from LayoutTests/editing/pasteboard/5247341.html.
2983         * platform/chromium-linux/editing/pasteboard/5247341-expected.png: Removed.
2984         * platform/chromium-mac-lion/editing/pasteboard/5247341-expected.png: Removed.
2985         * platform/chromium-mac-snowleopard/editing/pasteboard/5247341-expected.png: Removed.
2986         * platform/chromium-mac/editing/pasteboard/5247341-expected.png: Removed.
2987         * platform/chromium-win/editing/pasteboard/5247341-expected.png: Removed.
2988         * platform/chromium-win/editing/pasteboard/5247341-expected.txt: Removed.
2989         * platform/chromium/editing/pasteboard/5247341-expected.txt: Removed.
2990         * platform/gtk/editing/pasteboard/5247341-expected.png: Removed.
2991         * platform/gtk/editing/pasteboard/5247341-expected.txt: Removed.
2992         * platform/mac/editing/pasteboard/5247341-expected.png: Removed.
2993         * platform/mac/editing/pasteboard/5247341-expected.txt: Removed.
2994         * platform/qt/editing/pasteboard/5247341-expected.png: Removed.
2995         * platform/qt/editing/pasteboard/5247341-expected.txt: Removed.
2996
2997 2013-03-05  Tony Chang  <tony@chromium.org>
2998
2999         Fix some crashes in render sliders
3000         https://bugs.webkit.org/show_bug.cgi?id=111458
3001
3002         Reviewed by Ojan Vafai.
3003
3004         * fast/forms/range/slider-inline-crash-expected.txt: Added.
3005         * fast/forms/range/slider-inline-crash.html: Added.
3006
3007 2013-03-04  Andrew Scherkus  <scherkus@chromium.org>
3008
3009         REGRESSION(r142191): Fix closed caption buttons for ports still using the painting path.
3010         https://bugs.webkit.org/show_bug.cgi?id=111109
3011
3012         Reviewed by Eric Carlson.
3013
3014         * platform/chromium/TestExpectations:
3015
3016 2013-03-05  Bem Jones-Bey  <bjonesbe@adobe.com>
3017
3018         [CSS Exclusions] shape-outside on floats for polygon shapes
3019         https://bugs.webkit.org/show_bug.cgi?id=98676
3020
3021         Reviewed by David Hyatt.
3022
3023         Simple test for floats with polygonal shape-outside.
3024
3025         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-polygon-expected.html: Added.
3026         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-polygon.html: Added.
3027
3028 2013-03-05  Chris Fleizach  <cfleizach@apple.com>
3029
3030         AX: aria-label does not override text content on iOS
3031         https://bugs.webkit.org/show_bug.cgi?id=111222
3032
3033         Reviewed by David Kilzer.
3034
3035         * platform/iphone-simulator/accessibility/aria-label-with-internal-text-expected.txt: Added.
3036         * platform/iphone-simulator/accessibility/aria-label-with-internal-text.html: Added.
3037
3038 2013-03-05  Julien Chaffraix  <jchaffraix@webkit.org>
3039
3040         [CSS Grid Layout] Add parsing for grid-{end|after}
3041         https://bugs.webkit.org/show_bug.cgi?id=111372
3042
3043         Reviewed by Tony Chang.
3044
3045         * fast/css-grid-layout/grid-item-end-after-get-set-expected.txt: Added.
3046         * fast/css-grid-layout/grid-item-end-after-get-set.html: Added.
3047         Note that some of the test fails as we don't treat grid-{row|column} as a shorthand.
3048
3049 2013-03-05  Mark Lam  <mark.lam@apple.com>
3050
3051         Improve robustness of WebSQL quota management.
3052         https://bugs.webkit.org/show_bug.cgi?id=110600.
3053
3054         Reviewed by Geoffrey Garen.
3055
3056         * storage/websql/multiple-databases-garbage-collection.js:
3057         - This test runs 2 transactions on 2 databases (1 each). The 2 databases
3058           are named "persistent" and "forgotten". The test executes the
3059           transaction on "persistent" first, but expects the transaction on
3060           "forgotten" to finish first. This is because "forgotten"'s transaction
3061           is a smaller one. The new changes to SQLTransactionCoordinator now
3062           ensures that a write transaction must completes before another is
3063           started for databases in the same origin. Hence, the previously expected
3064           result will no longer be true.
3065
3066           Regardless, the purpose of the test is not to test the order of
3067           completion but that resources are reclaimed. So, I'm changing the test
3068           to start the "forgotten" transaction first followed by the "persistent"
3069           transaction. This ensures that the test will yield consistent results
3070           even when run on ports that may allow more than one write transaction
3071           to run at the same time.
3072
3073 2013-03-05  Andrey Kosyakov  <caseq@chromium.org>
3074
3075         Web Inspector: remove length parameter from Parse HTML timeline event
3076         https://bugs.webkit.org/show_bug.cgi?id=111421
3077
3078         Reviewed by Yury Semikhatsky.
3079
3080         - removed length field from ParseHTML data in expectations.
3081
3082         * inspector/timeline/timeline-parse-html-expected.txt:
3083
3084 2013-03-05  Tim Horton  <timothy_horton@apple.com>, Grzegorz Czajkowski  <g.czajkowski@samsung.com>
3085
3086         [WK2] WTR needs an implementation of setAsynchronousSpellCheckingEnabled
3087         https://bugs.webkit.org/show_bug.cgi?id=81042
3088
3089         Reviewed by Enrica Casucci.
3090
3091         Gardening of the asynchronous spell checking tests.
3092
3093         * platform/efl-wk2/TestExpectations:
3094         * platform/efl/TestExpectations:
3095         Some tests need to be skipped as they require features not
3096         implemented for EFL yet (pasteboard, grammar checking, text replacement).
3097
3098         * platform/gtk-wk2/TestExpectations:
3099         * platform/mac-wk2/TestExpectations:
3100         * platform/qt-5.0-wk2/TestExpectations:
3101         Skip asynchronous spell checking for GTK+, Mac, Qt unless
3102         they implement TextChecker::requestCheckingOfText.
3103
3104         * platform/wk2/TestExpectations:
3105         Remove asynchronous spell checking tests from global wk2's
3106         as they are passing for EFL.
3107
3108 2013-03-05  Tommy Widenflycht  <tommyw@google.com>
3109
3110         MediaStream API: Add the getStreamById method on RTCPeerConnection
3111         https://bugs.webkit.org/show_bug.cgi?id=111311
3112
3113         Reviewed by Adam Barth.
3114
3115         * fast/mediastream/MediaStream-add-remove-tracks.html:
3116         * fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt:
3117         * fast/mediastream/RTCPeerConnection-AddRemoveStream.html:
3118
3119 2013-03-05  Antoine Quint  <graouts@apple.com>
3120
3121         Web Inspector: allow retrieval of composited layers in a given DOM subtree
3122         https://bugs.webkit.org/show_bug.cgi?id=111312
3123
3124         New test for the LayerTree.layersForNode() method.
3125
3126         Reviewed by Simon Fraser.
3127
3128         * inspector-protocol/layers/layers-for-node-expected.txt: Added.
3129         * inspector-protocol/layers/layers-for-node.html: Added.
3130
3131 2013-03-05  Andrei Bucur  <abucur@adobe.com>
3132
3133         [CSS Regions] Crash when MathML used in CSS Regions
3134         https://bugs.webkit.org/show_bug.cgi?id=110686
3135
3136         Reviewed by David Hyatt.
3137
3138         Add a test to verify regions and MathML do not crash.
3139
3140         * fast/regions/mathml-crash-expected.txt: Added.
3141         * fast/regions/mathml-crash.html: Added.
3142
3143 2013-03-05  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
3144
3145         Unreviewed, EFL gardening.
3146
3147         Skip failing tests on EFL bots.
3148
3149         * platform/efl/TestExpectations:
3150
3151 2013-03-05  Kinuko Yasuda  <kinuko@chromium.org>
3152
3153         Unreviewed; updating test expectations.
3154
3155         fast/regions/seamless-iframe-flowed-into-regions.html is failing not only with debug build.
3156
3157         * platform/chromium/TestExpectations:
3158
3159 2013-03-04  Kinuko Yasuda  <kinuko@chromium.org>
3160
3161         Unreviewed, adding crashing test to the expectations.
3162
3163         * platform/chromium/TestExpectations:
3164
3165 2013-03-04  Uday Kiran  <udaykiran@motorola.com>
3166
3167         getPropertyValue for -webkit-text-stroke returns null, should compute the shorthand value
3168         https://bugs.webkit.org/show_bug.cgi?id=111018
3169
3170         Reviewed by Alexander Pavlov.
3171
3172         Added test for getPropertyValue("-webkit-text-stroke").
3173
3174         * fast/css/getPropertyValue-webkit-text-stroke-expected.txt: Added.
3175         * fast/css/getPropertyValue-webkit-text-stroke.html: Added.
3176
3177 2013-03-04  Uday Kiran  <udaykiran@motorola.com>
3178
3179         getPropertyValue for -webkit-columns returns null, should compute the shorthand value
3180         https://bugs.webkit.org/show_bug.cgi?id=111011
3181
3182         Reviewed by Alexander Pavlov.
3183
3184         Added test for getPropertyValue("-webkit-columns").
3185
3186         * fast/css/getPropertyValue-columns-expected.txt: Added.
3187         * fast/css/getPropertyValue-columns.html: Added.
3188
3189 2013-03-04  Vsevolod Vlasov  <vsevik@chromium.org>
3190
3191         Web Inspector: Do not accumulate file system files, add them to workspace immediately
3192         https://bugs.webkit.org/show_bug.cgi?id=111325
3193
3194         Reviewed by Pavel Feldman.
3195
3196         * inspector/file-system-project.html:
3197
3198 2013-03-04  Chris Fleizach  <cfleizach@apple.com>
3199
3200         AX: cellForColumnAndRow fails for tables with hidden table cells
3201         https://bugs.webkit.org/show_bug.cgi?id=110050
3202
3203         Reviewed by Tim Horton.
3204
3205         * accessibility/table-with-hidden-head-section-expected.txt: Added.
3206         * accessibility/table-with-hidden-head-section.html: Added.
3207         * platform/chromium/TestExpectations:
3208
3209 2013-03-04  Arpita Bahuguna  <a.bah@samsung.com>
3210
3211         getAttribute does not behave correctly for mixed-case attributes on HTML elements
3212         https://bugs.webkit.org/show_bug.cgi?id=105713
3213
3214         Reviewed by Andreas Kling.
3215
3216         * fast/dom/Element/getAttribute-case-insensitivity-expected.txt: Added.
3217         * fast/dom/Element/getAttribute-case-insensitivity.html: Added.
3218         Layout test added for verifying that getAttribute() and getAttributeNode()
3219         APIs convert the passed attribute name to lowercase before comparing
3220         against the existing attributes.
3221
3222 2013-03-04  Joshua Bell  <jsbell@chromium.org>
3223
3224         [V8] Add LayoutTests for SerializedScriptValue Int32/Uint32 cases
3225         https://bugs.webkit.org/show_bug.cgi?id=111364
3226
3227         Reviewed by Kentaro Hara.
3228
3229         A lack of layout tests for SerializedScriptValue special cases let
3230         crbug.com/179280 slip in and out un-noticed. Rectify the situation.
3231
3232         * platform/chromium/fast/storage/serialized-script-value-expected.txt:
3233         * platform/chromium/fast/storage/serialized-script-value.html:
3234         * storage/indexeddb/structured-clone-expected.txt:
3235         * storage/indexeddb/structured-clone.html:
3236
3237 2013-03-04  Brandon Jones  <bajones@google.com>
3238
3239         WEBGL_compressed_texture_atc implementation
3240         https://bugs.webkit.org/show_bug.cgi?id=110496
3241
3242         Reviewed by Kenneth Russell.
3243
3244         * webgl/conformance/extensions/webgl-compressed-texture-atc-expected.txt: Added.
3245         * webgl/conformance/extensions/webgl-compressed-texture-atc.html: Added.
3246         * webgl/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-atc.html: Added.
3247
3248 2013-03-04  Eugene Klyuchnikov  <eustas@chromium.org>
3249
3250         Web Inspector: Exceptions when WebInspector run in hosted mode.
3251         https://bugs.webkit.org/show_bug.cgi?id=111326
3252
3253         Reviewed by Pavel Feldman.
3254
3255         Test runtime commands code generator output.
3256
3257         * inspector/inspector-backend-commands-generation-expected.txt: Added.
3258         * inspector/inspector-backend-commands-generation.html: Added.
3259
3260 2013-03-04  Kinuko Yasuda  <kinuko@chromium.org>
3261
3262         Rebaseline 4 virtual/softwarecompositing tests.
3263
3264         Unreviewed rebaseline of test expectations.
3265
3266         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
3267         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
3268         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png:
3269         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
3270         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
3271         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
3272         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
3273         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
3274         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
3275         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
3276         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
3277         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
3278         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png:
3279         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
3280         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
3281         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png:
3282         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png:
3283         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
3284
3285 2013-03-04  Adam Barth  <abarth@webkit.org>
3286
3287         Background HTML parser can rewind the tokenizer after end-of-file
3288         https://bugs.webkit.org/show_bug.cgi?id=111365
3289
3290         Reviewed by Eric Seidel.
3291
3292         * fast/parser/document-write-fighting-eof.html: Added.
3293
3294 2013-03-04  Tim 'mithro' Ansell  <mithro@mithis.com>
3295
3296         Make sure that clearOwnerNode also clears StyleResolver references (via didMutate).
3297         https://bugs.webkit.org/show_bug.cgi?id=109446
3298
3299         Reviewed by Eric Seidel.
3300
3301         * fast/css/stylesheet.innerHTML-calls-didmutate-expected.txt: Added.
3302         * fast/css/stylesheet.innerHTML-calls-didmutate.html: Added.
3303
3304 2013-03-04  Christian Biesinger  <cbiesinger@chromium.org>
3305
3306         REGRESSION (r143643): Buttons containing floats render differently
3307         https://bugs.webkit.org/show_bug.cgi?id=110933
3308
3309         Reviewed by Ojan Vafai.
3310
3311         * css3/flexbox/float-inside-flexitem-expected.html: Added.
3312         * css3/flexbox/float-inside-flexitem.html: Added.
3313         * fast/forms/button-with-float-expected.html: Added.
3314         * fast/forms/button-with-float.html: Added.
3315
3316 2013-03-04  Rafael Weinstein  <rafaelw@chromium.org>
3317
3318         Unreviewed, rolling out r144595.
3319         http://trac.webkit.org/changeset/144595
3320         https://bugs.webkit.org/show_bug.cgi?id=90341
3321
3322         Causing multiple crashes in fast/dom/Element/* tests (hits
3323         assert in Attr.cp:215)
3324
3325         * fast/dom/Element/setAttributeNode-case-insensitivity-expected.txt: Removed.
3326         * fast/dom/Element/setAttributeNode-case-insensitivity.html: Removed.
3327
3328 2013-03-04  Rafael Weinstein  <rafaelw@chromium.org>
3329
3330         Unreviewed gardening.
3331
3332         * platform/chromium/TestExpectations: touch-gesture-noscroll-body-* are failing on mac.
3333
3334 2013-03-04  Chris Fleizach  <cfleizach@apple.com>
3335
3336         Support WebSpeech - Speech Synthesis
3337         https://bugs.webkit.org/show_bug.cgi?id=106742
3338
3339         Reviewed by Simon Fraser.
3340
3341         Unskip speech synthesis tests.
3342
3343         * fast/dom/script-tests/constructed-objects-prototypes.js:
3344         (constructorPropertiesOnWindow):
3345         * platform/mac/TestExpectations:
3346
3347 2013-03-04  Ruslan Abdikeev  <aruslan@chromium.org>
3348
3349         <link rel="apple-touch-icon"> tag is not honored on CNN.com, workflowy.com etc
3350         https://bugs.webkit.org/show_bug.cgi?id=109061
3351
3352         Reviewed by Adam Barth.
3353
3354         Added test for apple-touch-icon in allIconURLs().
3355         Changed iconURLs() to shortcutIconURLs().
3356
3357         * fast/dom/icon-url-change.html:
3358         * fast/dom/icon-url-list-apple-touch-expected.txt: Added.
3359         * fast/dom/icon-url-list-apple-touch.html: Added.
3360         * fast/dom/icon-url-list.html:
3361         * fast/dom/icon-url-property.html:
3362
3363 2013-02-27  Jeffrey Pfau  <jpfau@apple.com>
3364
3365         Cache partitioning does not affect iframe MainResources
3366         https://bugs.webkit.org/show_bug.cgi?id=111022
3367
3368         Reviewed by David Kilzer.
3369
3370         These tests results are for the case in which the cache is not
3371         partitioned, as no shipping ports have cache partitioning enabled
3372
3373         * http/tests/cache/partitioned-cache-iframe-expected.txt: Added.
3374         * http/tests/cache/partitioned-cache-iframe.html: Added.
3375         * http/tests/cache/resources/random-cached-iframe.cgi: Added.
3376
3377 2013-03-04  Rafael Weinstein  <rafaelw@chromium.org>
3378
3379         Unreviewed gardening.
3380
3381         * platform/chromium/TestExpectations: Marking all html5lib/generated/ as crashing.
3382
3383 2013-03-04  Alan Cutter  <alancutter@chromium.org>
3384
3385         CSS3 calc: identify divide by zero cases at parse time
3386         https://bugs.webkit.org/show_bug.cgi?id=80411
3387
3388         Reviewed by Tony Chang.
3389
3390         Added tests to check whether divide by 0 cases are caught.
3391
3392         * css3/calc/catch-divide-by-0-expected.txt: Added.
3393         * css3/calc/catch-divide-by-0.html: Added.
3394
3395 2013-03-04  Julien Chaffraix  <jchaffraix@webkit.org>
3396
3397         [CSS Grid Layout] Add parsing for grid-{start|before}
3398         https://bugs.webkit.org/show_bug.cgi?id=110988
3399
3400         Reviewed by Tony Chang.
3401
3402         * fast/css-grid-layout/grid-item-column-row-get-set-expected.txt:
3403         * fast/css-grid-layout/grid-item-column-row-get-set.html:
3404         Extended the test to make sure that both grid-column (resp. grid-row) and grid-start (resp. grid-before) are
3405         in sync.
3406
3407         * fast/css-grid-layout/grid-item-start-before-get-set-expected.txt: Added.
3408         * fast/css-grid-layout/grid-item-start-before-get-set.html: Added
3409         Add this test for grid-{start|before}, similar to LayoutTests/fast/css-grid-layout/grid-item-column-row-get-set.html.
3410
3411 2013-03-04  Chris Fleizach  <cfleizach@apple.com>
3412
3413         WebSpeech: change voiceURI to voice
3414         https://bugs.webkit.org/show_bug.cgi?id=110773
3415
3416         Reviewed by Tim Horton.
3417
3418         * platform/mac/fast/speechsynthesis/speech-synthesis-utterance-uses-voice-expected.txt: Added.
3419         * platform/mac/fast/speechsynthesis/speech-synthesis-utterance-uses-voice.html: Added.
3420
3421 2013-03-04  Victor Costan <costan@gmail.com>
3422
3423         Filename passed to FormData.append() takes precedence over filename in
3424         File.
3425         https://bugs.webkit.org/show_bug.cgi?id=111255
3426
3427         Reviewed by Alexey Proskuryakov.
3428
3429         (runTest):
3430         * http/tests/local/formdata/send-form-data-with-filename-expected.txt: Added.
3431         * http/tests/local/formdata/send-form-data-with-filename.html: Added.
3432         * http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt: Updated
3433         to reflect the behavior specified in the XMLHttpRequest W3C spec.
3434         * platform/wk2/TestExpectations: newly added test doesn't work in
3435         WebKit2 because beginDragWithFiles is not implemented
3436
3437 2013-03-04  Alexis Hetu  <sugoi@chromium.org>
3438
3439         Canvas and DOM go out of sync
3440         https://bugs.webkit.org/show_bug.cgi?id=107701
3441
3442         Reviewed by Simon Fraser.
3443
3444         Added a new layout test for moving an object (a div) within a div that
3445         has the "overflow:hidden" property.
3446
3447         * fast/canvas/canvas-overflow-hidden-animation-expected.html: Added.
3448         * fast/canvas/canvas-overflow-hidden-animation.html: Added.
3449
3450 2013-03-04  Tom Sepez  <tsepez@chromium.org>
3451
3452         XSSAuditor bypass with --> comment syntax.
3453         https://bugs.webkit.org/show_bug.cgi?id=111349
3454
3455         Reviewed by Adam Barth.
3456
3457         * http/tests/security/xssAuditor/open-iframe-src-03-expected.txt: Added.
3458         * http/tests/security/xssAuditor/open-iframe-src-03.html: Added.
3459
3460 2013-03-04  Christian Biesinger  <cbiesinger@chromium.org>
3461
3462         (tests) flexbox/resources.css should use unprefixed properties, for firefox
3463         https://bugs.webkit.org/show_bug.cgi?id=111010
3464
3465         Reviewed by Tony Chang.
3466
3467         Search & replace to remove -moz- prefixes, as per
3468         https://developer.mozilla.org/en-US/docs/CSS/Using_CSS_flexible_boxes:
3469         "Gecko implementation is unprefixed (and is no longer behind a
3470         preference as of Firefox 20)"
3471
3472         * css3/flexbox/resources/flexbox.css:
3473         (.flexbox):
3474         (.inline-flexbox):
3475         (.flex-none):
3476         (.flex-auto):
3477         (.flex-one):
3478         (.row):
3479         (.row-reverse):
3480         (.column):
3481         (.column-reverse):
3482         (.wrap):
3483         (.wrap-reverse):
3484         (.align-content-flex-start):
3485         (.align-content-flex-end):
3486         (.align-content-center):
3487         (.align-content-space-between):
3488         (.align-content-space-around):
3489         (.align-content-stretch):
3490         (.align-items-flex-start):
3491         (.align-items-flex-end):
3492         (.align-items-center):
3493         (.align-items-baseline):
3494         (.align-items-stretch):
3495         (.align-self-auto):
3496         (.align-self-flex-start):
3497         (.align-self-flex-end):
3498         (.align-self-center):
3499         (.align-self-baseline):
3500         (.align-self-stretch):
3501         (.justify-content-flex-start):
3502         (.justify-content-flex-end):
3503         (.justify-content-center):
3504         (.justify-content-space-between):
3505         (.justify-content-space-around):
3506
3507 2013-03-04  Uday Kiran  <udaykiran@motorola.com>
3508
3509         getComputedStyle not implemented for -webkit-columns shorthand
3510         https://bugs.webkit.org/show_bug.cgi?id=111236
3511
3512         Reviewed by Alexis Menard.
3513
3514         Add test to check getComputedStyle for -webkit-columns.
3515
3516         * fast/css/getComputedStyle/getComputedStyle-webkit-columns-shorthand-expected.txt: Added.
3517         * fast/css/getComputedStyle/getComputedStyle-webkit-columns-shorthand.html: Added.
3518
3519 2013-03-04  Alexis Menard  <alexis@webkit.org>
3520
3521         transition-property property and transition shorthand property doesn't accept "all, all".
3522         https://bugs.webkit.org/show_bug.cgi?id=111201
3523
3524         Reviewed by Simon Fraser.
3525
3526         Updated the tests to cover the bug.
3527
3528         * transitions/transitions-parsing-expected.txt:
3529         * transitions/transitions-parsing.html:
3530
3531 2013-03-04  Ian Vollick  <vollick@chromium.org>
3532
3533         ASSERTION FAILED: m_clipRectsCache->m_respectingOverflowClip[clipRectsType] == (clipRectsContext.respectOverflowClip == RespectOverflowClip) in RenderLayer.
3534         https://bugs.webkit.org/show_bug.cgi?id=108257
3535
3536         Reviewed by David Hyatt.
3537
3538         * platform/efl-wk2/TestExpectations:
3539         * platform/mac/TestExpectations:
3540         * platform/qt-5.0-wk2/TestExpectations:
3541
3542 2013-03-03  David Hyatt  <hyatt@apple.com>
3543
3544         [New Multicolumn] Make sure region styling works for columns inside regions.
3545         https://bugs.webkit.org/show_bug.cgi?id=111276
3546
3547         Reviewed by Sam Weinig.
3548
3549         * fast/regions/region-style-in-columns-expected.html: Added.
3550         * fast/regions/region-style-in-columns.html: Added.
3551
3552 2013-03-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
3553
3554         [Qt][WK2] Unreviewed gardening. Updated platform specific expected files and png results.
3555
3556         * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.png: Added.
3557         * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
3558         * platform/qt-5.0-wk2/css3/compositing/effect-background-blend-mode-expected.png: Added.
3559         * platform/qt-5.0-wk2/css3/compositing/effect-background-blend-mode-expected.txt: Added.
3560         * platform/qt-5.0-wk2/css3/filters/composited-reflected-expected.png:
3561         * platform/qt-5.0-wk2/css3/filters/composited-reflected-expected.txt: Added.
3562         * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png:
3563         * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.txt: Added.
3564         * platform/qt-5.0-wk2/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
3565         * platform/qt-5.0-wk2/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
3566         * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-composited-expected.png: Added.
3567         * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-composited-expected.txt: Added.
3568         * platform/qt-5.0-wk2/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
3569         * platform/qt-5.0-wk2/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
3570         * platform/qt-5.0-wk2/fast/overflow/position-fixed-transform-clipping-expected.png: Added.
3571         * platform/qt-5.0-wk2/fast/overflow/position-fixed-transform-clipping-expected.txt: Added.
3572         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.png:
3573         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.txt: Added.
3574         * platform/qt-5.0-wk2/fast/repaint/reflection-repaint-test-expected.png:
3575         * platform/qt-5.0-wk2/fast/repaint/reflection-repaint-test-expected.txt: Added.
3576         * platform/qt-5.0-wk2/fast/repaint/region-painting-invalidation-expected.png:
3577         * platform/qt-5.0-wk2/fast/repaint/region-painting-invalidation-expected.txt: Added.
3578         * platform/qt-5.0-wk2/fast/repaint/region-painting-via-layout-expected.png:
3579         * platform/qt-5.0-wk2/fast/repaint/region-painting-via-layout-expected.txt: Added.
3580         * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png:
3581         * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.txt: Added.
3582         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png:
3583         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.txt: Added.
3584         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png:
3585         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.txt: Added.
3586         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
3587         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.txt: Added.
3588         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png:
3589         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.txt: Added.
3590         * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png:
3591         * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.txt: Added.
3592         * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
3593         * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.txt: Added.
3594         * platform/qt-5.0-wk2/fast/replaced/width100percent-image-expected.png: Added.
3595         * platform/qt-5.0-wk2/fast/replaced/width100percent-image-expected.txt: Added.
3596         * platform/qt-5.0-wk2/fast/ruby/position-after-expected.png: Added.
3597         * platform/qt-5.0-wk2/fast/ruby/position-after-expected.txt: Added.
3598         * platform/qt-5.0-wk2/fast/table/border-collapsing/004-vertical-expected.png: Added.
3599         * platform/qt-5.0-wk2/fast/table/border-collapsing/004-vertical-expected.txt: Added.
3600         * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Added.
3601         * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt: Added.
3602         * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-same-image-expected.png: Added.
3603         * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-same-image-expected.txt: Added.
3604         * platform/qt-5.0-wk2/svg/custom/visibility-override-filter-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png.
3605         * platform/qt-5.0-wk2/svg/custom/visibility-override-filter-expected.txt: Added.
3606         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
3607         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.txt: Added.
3608         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
3609         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.txt: Added.
3610         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
3611         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.txt: Added.
3612         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
3613         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.txt: Added.
3614         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
3615         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.txt: Added.
3616         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
3617         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.txt: Added.
3618         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
3619         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.txt: Added.
3620         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
3621         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.txt: Added.
3622         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
3623         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.txt: Added.
3624         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
3625         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.txt: Added.
3626         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
3627         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.txt: Added.
3628         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
3629         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.txt: Added.
3630         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
3631         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.txt: Added.
3632         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
3633         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.txt: Added.
3634         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
3635         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.txt: Added.
3636         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
3637         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.txt: Added.
3638         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
3639         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.txt: Added.
3640         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
3641         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.txt: Added.
3642         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
3643         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.txt: Added.
3644         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
3645         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.txt: Added.
3646         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
3647         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.txt: Added.
3648         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added.
3649         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.txt: Added.
3650         * platform/qt-5.0-wk2/svg/filters/big-sized-filter-2-expected.png: Added.
3651         * platform/qt-5.0-wk2/svg/filters/big-sized-filter-2-expected.txt: Added.
3652         * platform/qt-5.0-wk2/svg/filters/filterRes1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png.
3653         * platform/qt-5.0-wk2/svg/filters/filterRes1-expected.txt: Added.
3654         * platform/qt-5.0-wk2/svg/filters/filterRes3-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png.
3655         * platform/qt-5.0-wk2/svg/filters/filterRes3-expected.txt: Added.
3656         * platform/qt-5.0-wk2/svg/filters/parent-children-with-same-filter-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png.
3657         * platform/qt-5.0-wk2/svg/filters/parent-children-with-same-filter-expected.txt: Added.
3658         * platform/qt-5.0-wk2/svg/filters/shadow-on-filter-expected.png: Added.
3659         * platform/qt-5.0-wk2/svg/filters/shadow-on-filter-expected.txt: Added.
3660         * platform/qt-5.0-wk2/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
3661         * platform/qt-5.0-wk2/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
3662         * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
3663         * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: Added.
3664         * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.png:
3665         * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Added.
3666         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: Added.
3667         * platform/qt-5.0-wk2/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt: Added.
3668
3669 2013-03-04  Alexis Menard  <alexis@webkit.org>
3670
3671         transition properties can't be found in CSSStyleDeclaration
3672         https://bugs.webkit.org/show_bug.cgi?id=110011
3673
3674         Reviewed by Antti Koivisto.
3675
3676         Updated layout test to cover the bug.
3677
3678         * transitions/transitions-parsing-expected.txt:
3679         * transitions/transitions-parsing.html:
3680
3681 2013-03-04  Antoine Quint  <graouts@apple.com>
3682
3683         Web Inspector: remove existing LayerTreeAgent protocol APIs
3684         https://bugs.webkit.org/show_bug.cgi?id=111251
3685
3686         Remove existing tests since they're testing API that we're
3687         removing.
3688
3689         Reviewed by Timothy Hatcher.
3690
3691         * inspector-protocol/layer-tree-expected.txt: Removed.
3692         * inspector-protocol/layer-tree-generated-content-expected.txt: Removed.
3693         * inspector-protocol/layer-tree-generated-content.html: Removed.
3694         * inspector-protocol/layer-tree.html: Removed.
3695
3696 2013-03-04  Li Yin  <li.yin@intel.com>
3697
3698         MediaStream.ended must return true when it is created with ended tracks.
3699         https://bugs.webkit.org/show_bug.cgi?id=111293
3700
3701         Reviewed by Kentaro Hara.
3702
3703         * fast/mediastream/MediaStreamConstructor-expected.txt:
3704         * fast/mediastream/MediaStreamConstructor.html:
3705
3706 2013-03-04  Alexander Pavlov  <apavlov@chromium.org>
3707
3708         Web Inspector: Adding new rules broken if a <style> tag is added to document dynamically
3709         https://bugs.webkit.org/show_bug.cgi?id=111299
3710
3711         Reviewed by Pavel Feldman.
3712
3713         * inspector/styles/add-new-rule-with-style-after-body-expected.txt: Added.
3714         * inspector/styles/add-new-rule-with-style-after-body.html: Added.
3715
3716 2013-03-04  Kinuko Yasuda  <kinuko@chromium.org>
3717
3718         [Chromium] Unreviewed, removing failure test expectations for passing softwarecompositing tests.
3719
3720         * platform/chromium/TestExpectations:
3721
3722 2013-03-04  Mike West  <mkwst@chromium.org>
3723
3724         XSSAuditor should strip dangerous attributes from SMIL animation elements.
3725         https://bugs.webkit.org/show_bug.cgi?id=111071
3726
3727         Reviewed by Adam Barth.
3728
3729         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
3730             Add a new mode that dumps an element and its attributes, which is a
3731             bit more robust than adding a new mode for each attribute type we're
3732             interested in.
3733         * http/tests/security/xssAuditor/svg-animate-expected.txt: Added.
3734         * http/tests/security/xssAuditor/svg-animate.html: Added.
3735
3736 2013-03-04  Zan Dobersek  <zdobersek@igalia.com>
3737
3738         Unreviewed GTK gardening.
3739
3740         * platform/gtk/TestExpectations: Marking a few layout tests as flaky.
3741
3742 2013-03-04  Adam Bergkvist  <adam.bergkvist@ericsson.com>
3743
3744         MediaStream API: local addTrack() and removeTrack() operations should not fire events.
3745         https://bugs.webkit.org/show_bug.cgi?id=111079
3746
3747         Reviewed by Adam Barth.
3748
3749         Replaced the test since the old test was driven by the event firing
3750         removed by this patch.
3751
3752         * fast/mediastream/MediaStream-add-remove-tracks-expected.txt: Added.
3753         * fast/mediastream/MediaStream-add-remove-tracks.html: Added.
3754         * fast/mediastream/MediaStreamTrackList-expected.txt: Removed.
3755         * fast/mediastream/MediaStreamTrackList.html: Removed.
3756
3757 2013-03-04  Alexander Pavlov  <apavlov@chromium.org>
3758
3759         Web Inspector: touchmove not emulated inside iframe
3760         https://bugs.webkit.org/show_bug.cgi?id=111292
3761
3762         Reviewed by Vsevolod Vlasov.
3763
3764         * fast/events/touch/emulated-touch-iframe.html:
3765         * fast/events/touch/resources/emulated-touch-iframe2.html:
3766
3767 2013-03-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
3768
3769         [Qt] Unreviewed gardening.
3770         https://bugs.webkit.org/show_bug.cgi?id=111290
3771
3772         * platform/qt/TestExpectations: Skipped failing test after r144461.
3773
3774 2013-03-03  Alexander Pavlov  <apavlov@chromium.org>
3775
3776         Unreviewed, rolling out r144455.
3777         http://trac.webkit.org/changeset/144455
3778         https://bugs.webkit.org/show_bug.cgi?id=111165
3779
3780         A simpler solution to the SecurityOrigin -> localStorage
3781         lookup exists
3782
3783         * http/tests/inspector-enabled/dom-storage-open.html:
3784         * http/tests/inspector/filesystem/delete-entry.html:
3785         * http/tests/inspector/filesystem/request-filesystem-root.html:
3786         * http/tests/inspector/indexeddb/database-data.html:
3787         * http/tests/inspector/indexeddb/database-names.html:
3788         * http/tests/inspector/indexeddb/database-structure.html:
3789         * http/tests/inspector/resource-tree/resource-tree-events.html:
3790
3791 2013-03-03  Takashi Toyoshima  <toyoshim@chromium.org>
3792
3793         Unreviewed chromium gardening
3794
3795         Remove failure annotation on tests which was already fixed.
3796
3797         * platform/chromium/TestExpectations:
3798
3799 2013-03-03  Arpita Bahuguna  <a.bah@samsung.com>
3800
3801         createAttribute/setAttributeNode does not properly normalize case
3802         https://bugs.webkit.org/show_bug.cgi?id=90341
3803
3804         Reviewed by Darin Adler.
3805
3806         * fast/dom/Element/setAttributeNode-case-insensitivity-expected.txt: Added.
3807         * fast/dom/Element/setAttributeNode-case-insensitivity.html: Added.
3808         Testcase for verifying that setAttributeNode() checks against existing
3809         attributes in a case insensitive manner. It updates the value of an
3810         existing attribute (in lower case) with that of the one set using
3811         setAttributeNode() (in upper case).
3812         The test also verifies the behavior of attributes when specified with
3813         namespace and prefix.
3814
3815 2013-03-03  Ryosuke Niwa  <rniwa@webkit.org>
3816
3817         Some perf. tests have variances that differ greatly between runs
3818         https://bugs.webkit.org/show_bug.cgi?id=97510
3819
3820         Reviewed by Benjamin Poulain.
3821
3822         Use dromaeoIterationCount now that we no longer support iterationCount.
3823
3824         * fast/harness/perftests/runs-per-second-iterations.html:
3825
3826 2013-03-03  Sheriff Bot  <webkit.review.bot@gmail.com>
3827
3828         Unreviewed, rolling out r144567.
3829         http://trac.webkit.org/changeset/144567
3830         https://bugs.webkit.org/show_bug.cgi?id=111266
3831
3832         Does not compile on apple-win (Requested by abarth on
3833         #webkit).
3834
3835         * fast/dom/icon-url-change.html:
3836         * fast/dom/icon-url-list-apple-touch-expected.txt: Removed.
3837         * fast/dom/icon-url-list-apple-touch.html: Removed.
3838         * fast/dom/icon-url-list.html:
3839         * fast/dom/icon-url-property.html:
3840         * platform/chromium-android/fast/dom/icon-url-list-apple-touch-expected.txt: Removed.
3841
3842 2013-03-03  Ruslan Abdikeev  <aruslan@chromium.org>
3843
3844         <link rel="apple-touch-icon"> tag is not honored on CNN.com, workflowy.com etc
3845         https://bugs.webkit.org/show_bug.cgi?id=109061
3846
3847         Reviewed by Adam Barth.
3848
3849         Added test for apple-touch-icon in allIconURLs().
3850         Changed iconURLs() to shortcutIconURLs().
3851
3852         * fast/dom/icon-url-change.html:
3853         * fast/dom/icon-url-list-apple-touch-expected.txt: Added.
3854         * fast/dom/icon-url-list-apple-touch.html: Added.
3855         * fast/dom/icon-url-list.html:
3856         * fast/dom/icon-url-property.html:
3857
3858 2013-03-03  Mike West  <mkwst@chromium.org>
3859
3860         CSP: Throw a warning when a '*-report-only' header doesn't contain a 'report-uri' directive.
3861         https://bugs.webkit.org/show_bug.cgi?id=111208
3862
3863         Reviewed by Adam Barth.
3864
3865         * http/tests/security/contentSecurityPolicy/report-only-report-uri-missing-expected.txt: Added.
3866         * http/tests/security/contentSecurityPolicy/report-only-report-uri-missing.html: Added.
3867
3868 2013-03-02  Zan Dobersek  <zdobersek@igalia.com>
3869
3870         REGRESSION (r144517): IndexedDB layout test failures on GTK
3871         https://bugs.webkit.org/show_bug.cgi?id=111243
3872
3873         Reviewed by Martin Robinson.
3874
3875         * platform/gtk/TestExpectations: Removing failure expectations for IDB tests that again pass.
3876
3877 2013-03-02  Benjamin Poulain  <bpoulain@apple.com>
3878
3879         Move computedStyleIncludingVisitedInfo from TestRunner to Internals
3880         https://bugs.webkit.org/show_bug.cgi?id=109772
3881
3882         Reviewed by Andreas Kling.
3883
3884         Update the tests.
3885
3886         * fast/history/multiple-classes-visited.html:
3887         * fast/history/nested-visited-test.html:
3888         * fast/history/self-is-visited.html:
3889         * fast/history/sibling-visited-test.html:
3890         * fast/loader/stateobjects/state-url-sets-links-visited.html:
3891         * platform/win/TestExpectations: unskip the tests.
3892         * platform/chromium/TestExpectations:
3893
3894 2013-03-02  Rob Buis  <rbuis@rim.com>
3895
3896         Text overflow ellipsis wrong color when using webkit-text-fill-color
3897         https://bugs.webkit.org/show_bug.cgi?id=54841
3898
3899         Reviewed by David Hyatt.
3900
3901         Add reftest for using -webkit-text-fill-color in combination with text-overflow:ellipsis.
3902
3903         * fast/css/text-overflow-ellipsis-color-expected.html: Added.
3904         * fast/css/text-overflow-ellipsis-color.html: Added.
3905
3906 2013-03-02  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
3907
3908         [EFL] Unskip some passing tests.
3909
3910         * platform/efl/TestExpectations: Remove tests that pass after
3911         r140006 and r139217.
3912
3913 2013-03-02  Nayan Kumar K  <nayankk@motorola.com>
3914
3915         [WebGL] Support for texImage2D of type HALF_FLOAT_OES with ArrayBufferView.
3916         https://bugs.webkit.org/show_bug.cgi?id=110818
3917
3918         Reviewed by Kenneth Russell.
3919
3920         As per OES_texture_half_float specification texImage2D and texSubImage2D entry
3921         points taking ArrayBufferView should extended to accept null with the pixel type
3922         HALF_FLOAT_OES.
3923
3924         * fast/canvas/webgl/constants.html:
3925         * fast/canvas/webgl/oes-texture-half-float-expected.txt: Added.
3926         * fast/canvas/webgl/oes-texture-half-float-not-supported-expected.txt: Added.
3927         * fast/canvas/webgl/oes-texture-half-float-not-supported.html: Added.
3928         * fast/canvas/webgl/oes-texture-half-float.html: Added.
3929
3930 2013-03-01  Zan Dobersek  <zdobersek@igalia.com>
3931
3932         Unreviewed GTK gardening.
3933
3934         * platform/gtk/TestExpectations: Adding failure expectations for IndexedDB tests
3935         that regressed on platforms using JavaScriptCore with r144517.
3936
3937 2013-03-01  David Hyatt  <hyatt@apple.com>
3938
3939         [New Multicolumn] Transformed objects inside fragmented transparent objects don't render
3940         https://bugs.webkit.org/show_bug.cgi?id=111221.
3941
3942         Reviewed by Simon Fraser.
3943
3944         * fast/multicol/mixed-opacity-fixed-test-expected.html: Added.
3945         * fast/multicol/mixed-opacity-fixed-test.html: Added.
3946         * fast/multicol/mixed-opacity-test-expected.html: Added.
3947         * fast/multicol/mixed-opacity-test.html: Added.
3948         * fast/multicol/transform-inside-opacity-expected.html: Added.
3949         * fast/multicol/transform-inside-opacity.html: Added.
3950
3951 2013-03-01  Kentaro Hara  <haraken@chromium.org>
3952
3953         Style recalculation takes too long when adding whitespace text nodes
3954         https://bugs.webkit.org/show_bug.cgi?id=110786
3955
3956         Reviewed by Darin Adler.
3957
3958         * fast/html/details-nested-2-expected.txt: Sometimes anonymous blocks are left without
3959         being cleaned up (for some reason). With this patch, one anonymouse block is removed at
3960         the clean-up phase (for some reason). Anyway the new behavior is an expected behavior.
3961         * platform/chromium-mac/fast/html/details-nested-2-expected.txt: Ditto.
3962         * platform/chromium-win/fast/html/details-nested-2-expected.txt: Ditto.
3963         * platform/efl/fast/html/details-nested-2-expected.txt: Ditto.
3964         * platform/mac/fast/html/details-nested-2-expected.txt: Ditto.
3965         * platform/qt/fast/html/details-nested-2-expected.txt: Ditto.
3966         * perf/append-text-nodes-without-renderers-expected.txt: Added. For performance test.
3967         * perf/append-text-nodes-without-renderers.html: Added. Ditto.
3968
3969 2013-03-01  Jason Anderssen  <janderssen@gmail.com>
3970
3971         Move markerTextForListItem from TestRunner to Internals
3972         https://bugs.webkit.org/show_bug.cgi?id=110939
3973
3974         Reviewed by Benjamin Poulain.
3975
3976         * fast/lists/resources/dump-list.js:
3977         (dumpListItemAsHTML):
3978         (testListItemMarkerEqualsListItemText):
3979         * fast/lists/w3-css3-list-styles-numeric.html:
3980
3981 2013-03-01  Terry Anderson  <tdanderson@chromium.org>
3982
3983         EventHandler::handleGestureScrollUpdate() should invoke the user-generated scroll routines 
3984         so its behavior matches other user-initiated scrolls
3985         https://bugs.webkit.org/show_bug.cgi?id=109769
3986
3987         Reviewed by James Robinson.
3988
3989         Four new layout tests have been added and touch-gesture-scroll-page.html has been
3990         modified to demonstrate that this patch fixes two existing bugs. See the inline
3991         comments below for details.
3992
3993         Because I am now using the existing user-generated scroll logic, the delta for a single
3994         GestureScrollUpdate event will not be propagated to the parent of the targeted node
3995         unless the targeted node has no remaining scrollable area. So the changes to the
3996         existing layout tests have been made to ensure that the targeted node has been fully
3997         scrolled before subsequent GestureScrollUpdate events will scroll the parent(s) of
3998         the targeted node.
3999
4000         I have also removed the function recordScroll() from the existing layout tests
4001         because this function already exists in the included file resources/gesture-helpers.js.
4002
4003         * fast/events/touch/gesture/touch-gesture-noscroll-body-expected.txt: Added.
4004         * fast/events/touch/gesture/touch-gesture-noscroll-body-propagated-expected.txt: Added.
4005         * fast/events/touch/gesture/touch-gesture-noscroll-body-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
4006         * fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden-expected.txt: Added.
4007         * fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
4008         * fast/events/touch/gesture/touch-gesture-noscroll-body-yhidden-expected.txt: Added.
4009         * fast/events/touch/gesture/touch-gesture-noscroll-body-yhidden.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
4010         * fast/events/touch/gesture/touch-gesture-noscroll-body.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
4011         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html:
4012         * fast/events/touch/gesture/touch-gesture-scroll-div-propagated.html:
4013         * fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated.html:
4014         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html:
4015         * fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated.html:
4016         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html:
4017         * fast/events/touch/gesture/touch-gesture-scroll-page-propagated.html:
4018         * fast/events/touch/gesture/touch-gesture-scroll-page.html:
4019               I modified this layout test in order to add test coverage for another bug
4020               which is fixed by this patch: if the hit test performed on a GestureScrollBegin
4021               does not target a specific node, the subsequent GestureScrollUpdate events should
4022               still attempt to scroll the page itself. This is consistent with how mousewheel
4023               events behave.
4024         * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-body-expected.txt: Added.
4025         * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-body-propagated-expected.txt: Added.
4026         * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden-expected.txt: Added.
4027         * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-body-yhidden-expected.txt: Added.
4028               These four new layout tests verify that a non-scrollable body will not scroll,
4029               as reported in https://bugs.webkit.org/show_bug.cgi?id=109316.
4030
4031 2013-03-01  Roger Fong  <roger_fong@apple.com>
4032
4033                 Unreviewed gardening of AppleWin port.
4034
4035                 * platform/win/TestExpectations:
4036
4037 2013-03-01  Roger Fong  <roger_fong@apple.com>
4038
4039                 Unreviewed gardening of AppleWin port.
4040
4041                 * platform/win/TestExpectations:
4042
4043 2013-03-01  Roger Fong  <roger_fong@apple.com>
4044
4045                 Unreviewed gardening of AppleWin port.
4046
4047                 * platform/win/TestExpectations:
4048
4049 2013-03-01  James Robinson  <jamesr@chromium.org>
4050
4051         [chromium] Mark some software compositing tests as failing before landing anti-aliasing changes
4052         https://bugs.webkit.org/show_bug.cgi?id=111224
4053
4054         * platform/chromium/TestExpectations:
4055
4056 2013-03-01  Adrienne Walker  <enne@chromium.org>
4057
4058         [chromium] Mark more flaky tests related to scrollbar ordering
4059         https://bugs.webkit.org/show_bug.cgi?id=111199
4060
4061         Unreviewed gardening.
4062
4063         * platform/chromium/TestExpectations:
4064
4065 2013-03-01  Victor Carbune  <vcarbune@chromium.org>
4066
4067         Support padding, margin and border for internal UA cue styling
4068         https://bugs.webkit.org/show_bug.cgi?id=110703
4069
4070         Reviewed by Eric Carlson.
4071
4072         * media/track/track-cue-rendering-with-padding-expected.txt: Added.
4073         * media/track/track-cue-rendering-with-padding.html: Added.
4074
4075 2013-03-01  Chris Fleizach  <cfleizach@apple.com>
4076
4077         AX: Upstream iOS Accessibility layout tests
4078         https://bugs.webkit.org/show_bug.cgi?id=111187
4079
4080         Reviewed by David Kilzer.
4081
4082         Upstream the latest iOS Accessibility layout tests.
4083
4084         * platform/iphone-simulator: Added.
4085         * platform/iphone-simulator/accessibility: Added.
4086         * platform/iphone-simulator/accessibility/accessibility-aria-table-children-expected.txt: Added.
4087         * platform/iphone-simulator/accessibility/accessibility-aria-table-children.html: Added.
4088         * platform/iphone-simulator/accessibility/accessibility-crash-in-axcontainer-expected.txt: Added.
4089         * platform/iphone-simulator/accessibility/accessibility-crash-in-axcontainer.html: Added.
4090         * platform/iphone-simulator/accessibility/accessibility-hint-expected.txt: Added.
4091         * platform/iphone-simulator/accessibility/accessibility-hint.html: Added.
4092         * platform/iphone-simulator/accessibility/aria-pressed-state-expected.txt: Added.
4093         * platform/iphone-simulator/accessibility/aria-pressed-state.html: Added.
4094         * platform/iphone-simulator/accessibility/centerpoint-expected.txt: Added.
4095         * platform/iphone-simulator/accessibility/centerpoint.html: Added.
4096         * platform/iphone-simulator/accessibility/dom-focus-fires-on-correct-element-expected.txt: Added.
4097         * platform/iphone-simulator/accessibility/dom-focus-fires-on-correct-element.html: Added.
4098         * platform/iphone-simulator/accessibility/focus-change-notifications-expected.txt: Added.
4099         * platform/iphone-simulator/accessibility/focus-change-notifications.html: Added.
4100         * platform/iphone-simulator/accessibility/header-elements-expected.txt: Added.
4101         * platform/iphone-simulator/accessibility/header-elements.html: Added.
4102         * platform/iphone-simulator/accessibility/identifier-expected.txt: Added.
4103         * platform/iphone-simulator/accessibility/identifier.html: Added.
4104         * platform/iphone-simulator/accessibility/internal-link-expected.txt: Added.
4105         * platform/iphone-simulator/accessibility/internal-link.html: Added.
4106         * platform/iphone-simulator/accessibility/link-with-images-text-expected.txt: Added.
4107         * platform/iphone-simulator/accessibility/link-with-images-text.html: Added.
4108         * platform/iphone-simulator/accessibility/link-with-only-image-expected.txt: Added.
4109         * platform/iphone-simulator/accessibility/link-with-only-image.html: Added.
4110         * platform/iphone-simulator/accessibility/math-expected.txt: Added.
4111         * platform/iphone-simulator/accessibility/math.html: Added.
4112         * platform/iphone-simulator/accessibility/mixed-checkboxes-expected.txt: Added.
4113         * platform/iphone-simulator/accessibility/mixed-checkboxes.html: Added.
4114         * platform/iphone-simulator/accessibility/no-child-link-header-expected.txt: Added.
4115         * platform/iphone-simulator/accessibility/no-child-link-header.html: Added.
4116         * platform/iphone-simulator/accessibility/non-contiguous-link-expected.txt: Added.
4117         * platform/iphone-simulator/accessibility/non-contiguous-link.html: Added.
4118         * platform/iphone-simulator/accessibility/password-value-expected.txt: Added.
4119         * platform/iphone-simulator/accessibility/password-value.html: Added.
4120         * platform/iphone-simulator/accessibility/placeholder-value-expected.txt: Added.
4121         * platform/iphone-simulator/accessibility/placeholder-value.html: Added.
4122         * platform/iphone-simulator/accessibility/popup-button-value-label-expected.txt: Added.
4123         * platform/iphone-simulator/accessibility/popup-button-value-label.html: Added.
4124         * platform/iphone-simulator/accessibility/radio-button-expected.txt: Added.
4125         * platform/iphone-simulator/accessibility/radio-button.html: Added.
4126         * platform/iphone-simulator/accessibility/secure-text-field-expected.txt: Added.
4127         * platform/iphone-simulator/accessibility/secure-text-field.html: Added.
4128         * platform/iphone-simulator/accessibility/selected-buttons-expected.txt: Added.
4129         * platform/iphone-simulator/accessibility/selected-buttons.html: Added.
4130         * platform/iphone-simulator/accessibility/selected-text-expected.txt: Added.
4131         * platform/iphone-simulator/accessibility/selected-text.html: Added.
4132         * platform/iphone-simulator/accessibility/tab-role-expected.txt: Added.
4133         * platform/iphone-simulator/accessibility/tab-role.html: Added.
4134         * platform/iphone-simulator/accessibility/table-cell-for-row-col-expected.txt: Added.
4135         * platform/iphone-simulator/accessibility/table-cell-for-row-col.html: Added.
4136         * platform/iphone-simulator/accessibility/table-cell-ranges-expected.txt: Added.
4137         * platform/iphone-simulator/accessibility/table-cell-ranges.html: Added.
4138         * platform/iphone-simulator/accessibility/tables-lists-expected.txt: Added.
4139         * platform/iphone-simulator/accessibility/tables-lists.html: Added.
4140         * platform/iphone-simulator/accessibility/text-line-no-ignored-elements-expected.txt: Added.
4141         * platform/iphone-simulator/accessibility/text-line-no-ignored-elements.html: Added.
4142         * platform/iphone-simulator/accessibility/text-marker-list-item-expected.txt: Added.
4143         * platform/iphone-simulator/accessibility/text-marker-list-item.html: Added.
4144         * platform/iphone-simulator/accessibility/text-marker-validation-expected.txt: Added.
4145         * platform/iphone-simulator/accessibility/text-marker-validation.html: Added.
4146         * platform/iphone-simulator/accessibility/text-role-expected.txt: Added.
4147         * platform/iphone-simulator/accessibility/text-role.html: Added.
4148         * platform/iphone-simulator/accessibility/textfield-in-axvalue-expected.txt: Added.
4149         * platform/iphone-simulator/accessibility/textfield-in-axvalue.html: Added.
4150         * platform/iphone-simulator/accessibility/url-test-expected.txt: Added.
4151         * platform/iphone-simulator/accessibility/url-test.html: Added.
4152
4153 2013-03-01  David Hyatt  <hyatt@apple.com>
4154
4155         [New Multicolumn] Change inRenderFlowThread to follow containing block chain
4156         https://bugs.webkit.org/show_bug.cgi?id=111206
4157
4158         Reviewed by Simon Fraser.
4159
4160         * fast/multicol/positioned-outside-of-columns-expected.html: Added.
4161         * fast/multicol/positioned-outside-of-columns.html: Added.
4162
4163 2013-03-01  Bear Travis  <betravis@adobe.com>
4164
4165         [css exclusions] setting shape-inside on a parent does not relayout child blocks' inline content
4166         https://bugs.webkit.org/show_bug.cgi?id=108128
4167
4168         Reviewed by David Hyatt.
4169
4170         Test that setting and resetting shape-inside and shape-outside correctly lay out
4171         content inside of child blocks.
4172
4173         * fast/exclusions/shape-inside/shape-inside-dynamic-nested-expected.html: Added.
4174         * fast/exclusions/shape-inside/shape-inside-dynamic-nested.html: Added.
4175
4176 2013-03-01  Uday Kiran  <udaykiran@motorola.com>
4177
4178         getComputedStyle not implemented for -webkit-column-rule shorthand
4179         https://bugs.webkit.org/show_bug.cgi?id=111203
4180
4181         Reviewed by Alexis Menard.
4182
4183         Add test to check getComputedStyle for -webkit-column-rule.
4184
4185         * fast/css/getComputedStyle/getComputedStyle-column-rule-expected.txt: Added.
4186         * fast/css/getComputedStyle/getComputedStyle-column-rule.html: Added.
4187
4188 2013-03-01  Adrienne Walker  <enne@chromium.org>
4189
4190         [chromium] Mark rtl-iframe-absolute-overflow-scrolled as flaky.
4191         https://bugs.webkit.org/show_bug.cgi?id=111199
4192
4193         Unreviewed gardening.
4194
4195         * platform/chromium/TestExpectations:
4196
4197 2013-03-01  Vsevolod Vlasov  <vsevik@chromium.org>
4198
4199         Web Inspector: Navigator should show tree element for each folder in the source path.
4200         https://bugs.webkit.org/show_bug.cgi?id=108943
4201
4202         Reviewed by Pavel Feldman.
4203
4204         * http/tests/inspector/debugger-test.js:
4205         (initialize_DebuggerTest.):
4206         (initialize_DebuggerTest):
4207         * http/tests/inspector/workspace-test.js:
4208         (initialize_WorkspaceTest.InspectorTest.createWorkspace):
4209         * inspector/debugger/navigator-view-expected.txt: Added.
4210         * inspector/debugger/navigator-view.html: Added.
4211         * inspector/debugger/scripts-file-selector-expected.txt: Removed.
4212         * inspector/debugger/scripts-file-selector.html: Removed.
4213         * inspector/debugger/scripts-panel-expected.txt:
4214         * inspector/debugger/scripts-panel.html:
4215         * inspector/debugger/scripts-sorting-expected.txt:
4216         * inspector/debugger/scripts-sorting.html:
4217
4218 2013-03-01  Vsevolod Vlasov  <vsevik@chromium.org>
4219
4220         Web Inspector: [Regression] Snippets renaming is broken.
4221         https://bugs.webkit.org/show_bug.cgi?id=111181
4222
4223         Reviewed by Alexander Pavlov.
4224
4225         * inspector/debugger/script-snippet-model.html:
4226
4227 2013-03-01  Ádám Kallai  <kadam@inf.u-szeged.hu>
4228
4229         [Qt] Unreviewed gardening.
4230
4231         * platform/qt/TestExpectations: Skipped failing test.
4232
4233 2013-03-01  Alexander Pavlov  <apavlov@chromium.org>
4234
4235         Web Inspector: Introduce opaque SecurityOrigin string identifiers in the frontend
4236         https://bugs.webkit.org/show_bug.cgi?id=111165
4237
4238         Reviewed by Vsevolod Vlasov.
4239
4240         Follow the string -> object conversion of the security origin.
4241
4242         * http/tests/inspector-enabled/dom-storage-open.html:
4243         * http/tests/inspector/filesystem/delete-entry.html:
4244         * http/tests/inspector/filesystem/request-filesystem-root.html:
4245         * http/tests/inspector/indexeddb/database-data.html:
4246         * http/tests/inspector/indexeddb/database-names.html:
4247         * http/tests/inspector/indexeddb/database-structure.html:
4248         * http/tests/inspector/resource-tree/resource-tree-events.html:
4249
4250 2013-03-01  Takashi Toyoshima  <toyoshim@chromium.org>
4251
4252         Unreviewed chromium gardening, update image expectation again
4253
4254         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
4255
4256 2013-03-01  Sheriff Bot  <webkit.review.bot@gmail.com>
4257
4258         Unreviewed, rolling out r144443.
4259         http://trac.webkit.org/changeset/144443
4260         https://bugs.webkit.org/show_bug.cgi?id=111169
4261
4262         Caused 2 tests to crash by segv on Chromium Mac10.6 (Requested
4263         by toyoshim on #webkit).
4264
4265         * media/track/track-cue-rendering-with-padding-expected.txt: Removed.
4266         * media/track/track-cue-rendering-with-padding.html: Removed.
4267
4268 2013-03-01  Takashi Toyoshima  <toyoshim@chromium.org>
4269
4270         Unreviewed chromium gardening, cleanup lint errors #2
4271         Remove duplicated entries.
4272
4273         * platform/chromium/TestExpectations:
4274
4275 2013-03-01  Victor Carbune  <vcarbune@chromium.org>
4276
4277         Support padding, margin and border for internal UA cue styling
4278         https://bugs.webkit.org/show_bug.cgi?id=110703
4279
4280         Reviewed by Eric Carlson.
4281
4282         * media/track/track-cue-rendering-with-padding-expected.txt: Added.
4283         * media/track/track-cue-rendering-with-padding.html: Added.
4284
4285 2013-03-01  Takashi Toyoshima  <toyoshim@chromium.org>
4286
4287         Unreviewed chromium gardening
4288
4289         * platform/chromium/TestExpectations:
4290
4291 2013-03-01  Allan Sandfeld Jensen  <allan.jensen@digia.com>
4292
4293         [Qt] Enable LINK_PREFETCH
4294         https://bugs.webkit.org/show_bug.cgi?id=111158
4295
4296         Reviewed by Simon Hausmann.
4297
4298         Unskip tests depending on LINK_PREFETCH.
4299
4300         * platform/qt/TestExpectations:
4301
4302 2013-03-01  Vsevolod Vlasov  <vsevik@chromium.org>
4303
4304         Flaky test: http/tests/inspector/resource-tree/resource-request-content-while-loading.html
4305         https://bugs.webkit.org/show_bug.cgi?id=111123
4306
4307         Reviewed by Alexander Pavlov.
4308
4309         * TestExpectations:
4310         * http/tests/inspector/resource-tree/resource-request-content-while-loading.html:
4311         * platform/chromium/TestExpectations:
4312
4313 2013-02-28  Alexander Pavlov  <apavlov@chromium.org>
4314
4315         Web Inspector: Selector's raw start position in its line is considered to be 0 when computing UILocation
4316         https://bugs.webkit.org/show_bug.cgi?id=110732
4317
4318         Reviewed by Vsevolod Vlasov.
4319
4320         Changed tests have been rebaselined to follow the new source range structure.
4321
4322         * http/tests/inspector/elements-test.js:
4323         (initialize_ElementTest.InspectorTest.rangeText): Fix source range dumping format.
4324         * inspector/audits/audits-panel-functional-expected.txt:
4325         * inspector/audits/audits-panel-noimages-functional-expected.txt:
4326         * inspector/styles/get-set-stylesheet-text-expected.txt:
4327         * inspector/styles/parse-stylesheet-errors-expected.txt:
4328         * inspector/styles/resources/selector-line.css: Added.
4329         * inspector/styles/resources/selector-line.css.map: Added.
4330         * inspector/styles/resources/selector-line.scss: Added.
4331         * inspector/styles/selector-line-expected.txt: Added.
4332         * inspector/styles/selector-line.html: Added.
4333         * inspector/styles/styles-new-API-expected.txt:
4334         * inspector/styles/styles-source-offsets-expected.txt:
4335         * inspector/styles/styles-source-offsets.html:
4336
4337 2013-03-01  Mike West  <mkwst@chromium.org>
4338
4339         [Mac] [WK1] http/tests/xmlhttprequest/navigation-should-abort.html fails
4340         https://bugs.webkit.org/show_bug.cgi?id=111052
4341
4342         Reviewed by Alexey Proskuryakov.
4343
4344         Currently, this test is failing to output the textual content of the
4345         'data:' URL to which the test navigates. Replacing this 'data:' URL
4346         with a "real" HTML file ensures that Mac WK1 behaves the same way as
4347         the other ports for this test.
4348
4349         This doesn't really address the issue raised: navigation to a 'data:'
4350         URL should behave in the same way as a "real" URL; filed
4351         http://wkbug.com/111152 to track that issue.
4352
4353         * http/tests/xmlhttprequest/resources/navigation-target.html: Added.
4354             Add an actual file to which we can navigate.
4355         * http/tests/xmlhttprequest/navigation-should-abort-expected.txt:
4356         * http/tests/xmlhttprequest/navigation-should-abort.html:
4357             Navigate to the new HTML file during the test rather than an inlined
4358             data: URL.
4359         * platform/mac-wk2/TestExpectations:
4360         * platform/mac/TestExpectations:
4361             Remove the expectations set in r144277.
4362
4363 2013-03-01  Zan Dobersek  <zdobersek@igalia.com>
4364
4365         Unreviewed GTK gardening.
4366
4367         * platform/gtk-wk1/TestExpectations: Removing expectation for the fast/canvas/canvas-currentPath-crash.html test.
4368         * platform/gtk/media/video-playing-and-pause-expected.txt: Rebaselining.
4369
4370 2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>
4371
4372         Unreviewed chromium gardening
4373         https://bugs.webkit.org/show_bug.cgi?id=111141
4374
4375         * platform/chromium/TestExpectations:
4376
4377 2013-02-28  Seokju Kwon  <seokju.kwon@gmail.com>
4378
4379         [EFL] Gardening for some inspector tests
4380         https://bugs.webkit.org/show_bug.cgi?id=111131
4381
4382         Unreviewed gardening.
4383
4384         * platform/efl-wk1/TestExpectations:
4385
4386 2013-02-28  Sheriff Bot  <webkit.review.bot@gmail.com>
4387
4388         Unreviewed, rolling out r144370.
4389         http://trac.webkit.org/changeset/144370
4390         https://bugs.webkit.org/show_bug.cgi?id=111136
4391
4392         Caused 21 assertion failure at DocumentLoader.cpp(436)
4393         (Requested by toyoshim on #webkit).
4394
4395         * platform/mac/TestExpectations:
4396
4397 2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>
4398
4399         Unreviewed, chromium gardening; update expected image for Snow Leopard
4400
4401         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
4402         * platform/chromium/TestExpectations:
4403
4404 2013-02-28  Stephen Chenney  <schenney@chromium.org>
4405
4406         [Chromium] Rebaselines for Win decorations-with-text-combine.html
4407
4408         Unreviewed expectations update.
4409
4410         * platform/chromium-win-xp/fast/text/decorations-with-text-combine-expected.png:
4411         * platform/chromium-win/fast/text/decorations-with-text-combine-expected.png:
4412
4413 2013-02-28  Eberhard Graether  <egraether@google.com>
4414
4415         WebInspector: Switch hide element shortcut in ElementsPanel to use a selector
4416         https://bugs.webkit.org/show_bug.cgi?id=110641
4417
4418         Reviewed by Pavel Feldman.
4419
4420         This change switches the shortcut for adding visibility:hidden to an element's style
4421         to toggling a class name on the element and injecting a style rule into the element's
4422         document instead. This way it is possible to change the visibility of all child
4423         elements as well.
4424
4425         Test: inspector/elements/hide-shortcut.html
4426
4427         * inspector/elements/hide-shortcut-expected.txt: Added.
4428         * inspector/elements/hide-shortcut.html: Added.
4429         * inspector/elements/resources/hide-shortcut-iframe.html: Added.
4430
4431 2013-02-28  Seokju Kwon  <seokju.kwon@gmail.com>
4432
4433         [EFL] Focus problem in inspector/extensions/extensions-panel.html
4434         https://bugs.webkit.org/show_bug.cgi?id=97077
4435
4436         Reviewed by Laszlo Gombos.
4437
4438         Remove inspector/extensions/extensions-panel.html from TestExpectations.
4439
4440         * platform/efl-wk1/TestExpectations:
4441
4442 2013-02-28  Levi Weintraub  <leviw@chromium.org>
4443
4444         Stale FrameSelection in removed iframe causes crash
4445         https://bugs.webkit.org/show_bug.cgi?id=108696
4446
4447         Reviewed by Ryosuke Niwa.
4448
4449         * editing/selection/selection-in-iframe-removed-crash-expected.txt: Added.
4450         * editing/selection/selection-in-iframe-removed-crash.html: Added.
4451
4452 2013-02-28  Stephen Chenney  <schenney@chromium.org>
4453
4454         [Chromium] Rebaselines for Mac decorations-with-text-combine.html
4455
4456         Unreviewed expectations update.
4457
4458         * platform/chromium-mac-lion/fast/text/decorations-with-text-combine-expected.png:
4459         * platform/chromium-mac/fast/text/decorations-with-text-combine-expected.png:
4460
4461 2013-02-28  Roger Fong  <roger_fong@apple.com>
4462
4463         Unreviewed gardening. Skip storage tests on Windows.
4464
4465         * platform/win/TestExpectations:
4466
4467 2013-02-28  Ryosuke Niwa  <rniwa@webkit.org>
4468
4469         Add a flaky failure expectation to http/tests/inspector/resource-tree/resource-request-content-while-loading.html
4470         on all platforms per bug 111123.
4471
4472         * TestExpectations:
4473
4474 2013-02-28  Dirk Pranke  <dpranke@chromium.org>
4475
4476         Unreviewed, rebaselining fast/forms/date-appearance/basic.html for chromium.
4477
4478         * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
4479         * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
4480         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
4481         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
4482         * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
4483         * platform/chromium/TestExpectations:
4484
4485 2013-02-28  Dirk Pranke  <dpranke@chromium.org>
4486
4487         Unreviewed, rebaselining media/track/track-cue-rendering-vertical.html on chromium
4488
4489         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt: Removed.
4490         * platform/chromium-mac-lion/media/track/track-cue-rendering-vertical-expected.png: Added.
4491         * platform/chromium-mac-lion/media/track/track-cue-rendering-vertical-expected.txt: Added.
4492         * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.png:
4493         * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.png:
4494         * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.png:
4495         * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.txt:
4496         * platform/chromium/TestExpectations:
4497
4498 2013-02-28  Dirk Pranke  <dpranke@chromium.org>
4499
4500         Unreviewed, updating chromium TestExpectations to remove passing tests.
4501
4502         * platform/chromium/TestExpectations:
4503
4504 2013-02-28  Kaustubh Atrawalkar  <kaustubh@motorola.com>
4505
4506         Notification.requestPermission callback should be optional
4507         https://bugs.webkit.org/show_bug.cgi?id=108196
4508
4509         Reviewed by Kentaro Hara.
4510
4511         Spec says it should be optional.
4512         http://notifications.spec.whatwg.org/#notification
4513
4514         * fast/notifications/notifications-request-permission-optional-expected.txt: Added.
4515         * fast/notifications/notifications-request-permission-optional.html: Added.
4516
4517 2013-02-28  Stephen Chenney  <schenney@chromium.org>
4518
4519         [Chromium] Move html5linb tests to be Slow rather than Timeout
4520
4521         Unreviewed expectations. Requested by Eric Seidel.
4522
4523         * platform/chromium/TestExpectations:
4524
4525 2013-02-28  Jochen Eisinger  <jochen@chromium.org>
4526
4527         Meta referrer isn't honored for window.open
4528         https://bugs.webkit.org/show_bug.cgi?id=111076
4529
4530         Reviewed by Adam Barth.
4531
4532         * http/tests/security/referrer-policy-window-open-expected.txt: Added.
4533         * http/tests/security/referrer-policy-window-open.html: Added.
4534
4535 2013-02-28  Kondapally Kalyan  <kalyan.kondapally@intel.com>
4536
4537         [EFL][WebGL] Enable compositing/webgl/webgl-reflection.html.
4538         https://bugs.webkit.org/show_bug.cgi?id=110688
4539
4540         Reviewed by Laszlo Gombos.
4541
4542         This patch adds platform specific test expectation files for the
4543         test and enables it for efl port.
4544
4545         * platform/efl/TestExpectations:
4546         * platform/efl/compositing/webgl/webgl-reflection-expected.png: Added.
4547         * platform/efl/compositing/webgl/webgl-reflection-expected.txt: Added.
4548
4549 2013-02-28  Kent Tamura  <tkent@chromium.org>
4550
4551         REGRESSION: INPUT_MULTIPLE_FIELDS_UI: Changing CSS display property on input[type=date] unexpectedly makes another line for ::-webkit-calendar-picker-indicator
4552         https://bugs.webkit.org/show_bug.cgi?id=110974
4553
4554         Reviewed by Kentaro Hara.
4555
4556         * fast/forms/date/date-appearance-basic-expected.txt:
4557         * fast/forms/date/date-appearance-basic.html:
4558         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
4559         * platform/chromium/TestExpectations:
4560
4561 2013-02-28  Xianzhu Wang  <wangxianzhu@chromium.org>
4562
4563         Focus ring for a child layer is incorrectly offset by ancestor composited layer's position
4564         https://bugs.webkit.org/show_bug.cgi?id=110895
4565
4566         Reviewed by Simon Fraser.
4567
4568         New ref test for the bug.
4569
4570         * compositing/sub-layer-focus-ring-expected.html: Added.
4571         * compositing/sub-layer-focus-ring.html: Added.
4572
4573 2013-02-28  Justin Novosad  <junov@google.com>
4574
4575         Re-baselining expected pixels for fast/borders/border-radius-percent.html on linux
4576         https://bugs.webkit.org/show_bug.cgi?id=110889
4577
4578         Unreviewed
4579
4580         * TestExpectations:
4581         * platform/chromium-linux/fast/borders/border-radius-percent-expected.png:
4582
4583 2013-02-28  Stephen Chenney  <schenney@chromium.org>
4584
4585         [Chromium] Unreviewed gardening, update expectation
4586
4587         * platform/chromium/TestExpectations: Add Win modifier for compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html
4588             and remove modifiers for fast/forms/textarea/textarea-state-restore.html
4589
4590 2013-02-28  Adam Barth  <abarth@webkit.org>
4591
4592         Remove these supressions now that we've reverted http://trac.webkit.org/changeset/144126.
4593
4594         * platform/chromium/TestExpectations:
4595
4596 2013-02-28  Sheriff Bot  <webkit.review.bot@gmail.com>
4597
4598         Unreviewed, rolling out r144126 and r144176.
4599         http://trac.webkit.org/changeset/144126
4600         http://trac.webkit.org/changeset/144176
4601         https://bugs.webkit.org/show_bug.cgi?id=111096
4602
4603         Caused fast/notifications/notifications-request-
4604         permission.html to crash (Requested by abarth on #webkit).
4605
4606         * fast/notifications/notifications-request-permission-optional-expected.txt: Removed.
4607         * fast/notifications/notifications-request-permission-optional.html: Removed.
4608
4609 2013-02-28  Nate Chapin  <japhet@chromium.org>
4610
4611         Test for https://bugs.webkit.org/show_bug.cgi?id=110482
4612
4613         Reviewed by Adam Barth.
4614
4615         * http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt: Added.
4616         * http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html: Added.
4617         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt: Added.
4618
4619 2013-02-28  Chris Fleizach  <cfleizach@apple.com>
4620
4621         WebSpeech: support the boundary event
4622         https://bugs.webkit.org/show_bug.cgi?id=107350
4623
4624         Reviewed by Beth Dakin.
4625
4626         * platform/mac/fast/speechsynthesis/speech-synthesis-boundary-events-expected.txt: Added.
4627         * platform/mac/fast/speechsynthesis/speech-synthesis-boundary-events.html: Added.
4628
4629 2013-02-28  Adam Barth  <abarth@webkit.org>
4630
4631         This timeout also happens in Release.
4632
4633         * platform/chromium/TestExpectations:
4634
4635 2013-02-28  Stephen Chenney  <schenney@chromium.org>
4636
4637         [Chromium] Marking one more html5 test as timeout
4638
4639         Unreviewed expectations, removing a Debug modifier.
4640
4641         * platform/chromium/TestExpectations:
4642
4643 2013-02-26  David Hyatt  <hyatt@apple.com>
4644
4645         [New Multicolumn] Rewrite the painting/stacking model to be spec compliant.
4646         https://bugs.webkit.org/show_bug.cgi?id=110624.
4647
4648         Reviewed by Simon Fraser.
4649
4650         * fast/multicol/mixed-positioning-stacking-order-expected.html: Added.
4651         * fast/multicol/mixed-positioning-stacking-order.html: Added.
4652
4653 2013-02-28  Ádám Kallai  <kadam@inf.u-szeged.hu>
4654
4655         [Qt] Unreviewed gardening.
4656         https://bugs.webkit.org/show_bug.cgi?id=111058.
4657
4658         * platform/qt/TestExpectations: Skipped failing test after r144236.
4659
4660 2013-02-28  Stephen Chenney  <schenney@chromium.org>
4661
4662         Unreviewed gardening, update expectation
4663
4664         * platform/chromium/TestExpectations: Add ImageOnlyFailure for compositing/rtl/rtl-iframe-fixed-overflow.html
4665
4666 2013-02-28  Allan Sandfeld Jensen  <allan.jensen@digia.com>
4667
4668         [Qt] Enable CANVAS_PATH flag
4669         https://bugs.webkit.org/show_bug.cgi?id=108508
4670
4671         Reviewed by Simon Hausmann.
4672
4673         Unskip CANVAS_PATH tests.
4674
4675         * platform/qt/TestExpectations:
4676
4677 2013-02-28  Ádám Kallai  <kadam@inf.u-szeged.hu>
4678
4679         [Qt] Unreviewed gardening.
4680
4681         * platform/qt/TestExpectations: Skipped failing test after r144265.
4682
4683 2013-02-28  Pavel Feldman  <pfeldman@chromium.org>
4684
4685         Web Inspector: class console-formatted-string renamed to console-formatted- ?
4686         https://bugs.webkit.org/show_bug.cgi?id=110881
4687
4688         Reviewed by Vsevolod Vlasov.
4689
4690         * http/tests/inspector/console-test.js:
4691         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessages):
4692         * inspector/console/console-object-preview-expected.txt:
4693         * inspector/console/console-object-preview.html:
4694
4695 2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>
4696
4697         Unreviewed gardening, update expectation
4698
4699         * platform/chromium/TestExpectations:
4700
4701 2013-02-28  Mike West  <mkwst@chromium.org>
4702
4703         XSSAuditor should strip formaction attributes from input and button elements.
4704         https://bugs.webkit.org/show_bug.cgi?id=110975
4705
4706         Reviewed by Daniel Bates.
4707
4708         * http/tests/security/xssAuditor/formaction-on-button-expected.txt: Added.
4709         * http/tests/security/xssAuditor/formaction-on-button.html: Added.
4710         * http/tests/security/xssAuditor/formaction-on-input-expected.txt: Added.
4711         * http/tests/security/xssAuditor/formaction-on-input.html: Added.
4712         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
4713             Support 'showFormaction' as a new option to write out formaction values.
4714
4715 2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>
4716
4717         Unreviewed gardening, clean up expectations to remove lint errors #1.
4718
4719         * platform/chromium/TestExpectations:
4720
4721 2013-02-28  Mike West  <mkwst@chromium.org>
4722
4723         Web Inspector: Make it obvious where command line functions come from
4724         https://bugs.webkit.org/show_bug.cgi?id=62367
4725
4726         Reviewed by Pavel Feldman.
4727
4728         * inspector/console/console-native-function-to-string-expected.txt: Added.
4729         * inspector/console/console-native-function-to-string.html: Added.
4730
4731 2013-02-28  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
4732
4733         [Qt] Unreviwed gardening. Skip test that made to crash other test.
4734
4735         * platform/qt-5.0-wk1/TestExpectations:
4736
4737 2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>
4738
4739         Unreviewed gardening, update test expectation
4740
4741         * platform/chromium/TestExpectations:
4742
4743 2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>
4744
4745         Unreviewed, gardening.
4746         https://bugs.webkit.org/show_bug.cgi?id=111062
4747
4748         * platform/chromium/TestExpectations:
4749
4750 2013-02-28  Zan Dobersek  <zdobersek@igalia.com>
4751
4752         Unreviewed GTK gardening.
4753
4754         Generating missing baselines for an octet of media tests and removing related expectations.
4755
4756         * platform/gtk/TestExpectations: Also removing expectation for
4757         fast/multicol/newmulticol/column-rules-fixed-height.html, the test is now passing.
4758         * platform/gtk/media/audio-controls-rendering-expected.png: Added.
4759         * platform/gtk/media/audio-controls-rendering-expected.txt: Added.
4760         * platform/gtk/media/controls-after-reload-expected.png: Added.
4761         * platform/gtk/media/controls-after-reload-expected.txt:
4762         * platform/gtk/media/controls-strict-expected.png: Added.
4763         * platform/gtk/media/controls-strict-expected.txt:
4764         * platform/gtk/media/controls-styling-strict-expected.txt:
4765         * platform/gtk/media/controls-without-preload-expected.png: Added.
4766         * platform/gtk/media/controls-without-preload-expected.txt:
4767         * platform/gtk/media/video-controls-rendering-expected.png:
4768         * platform/gtk/media/video-controls-rendering-expected.txt:
4769         * platform/gtk/media/video-display-toggle-expected.png: Added.
4770         * platform/gtk/media/video-display-toggle-expected.txt:
4771         * platform/gtk/media/video-playing-and-pause-expected.png: Added.
4772         * platform/gtk/media/video-playing-and-pause-expected.txt:
4773
4774 2013-02-28  Zan Dobersek  <zdobersek@igalia.com>
4775
4776         Unreviewed GTK gardening.
4777
4778         * platform/gtk/TestExpectations: Adding failure expectations for tests added in r144236 and r144258.
4779
4780 2013-02-28  Mike West  <mkwst@chromium.org>
4781
4782         Cleanup: XSSAuditor's form[action] tests should be manually executable.
4783         https://bugs.webkit.org/show_bug.cgi?id=111049
4784
4785         Reviewed by Daniel Bates.
4786
4787         We currently check whether we're running in a DRT-like world before
4788         creating user-visible output for XSSAuditor's form[action] tests. This
4789         patch removes that restriction in order to allow manually-run tests
4790         to show some reasonable output.
4791
4792         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
4793             Drop the 'if (window.testRunner)' from the 'showAction' branch in
4794             order to allow manually running the test.
4795
4796 2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>
4797
4798         Unreviewed gardening
4799         https://bugs.webkit.org/show_bug.cgi?id=111054
4800
4801         * platform/chromium/TestExpectations:
4802
4803 2013-02-28  Ádám Kallai  <kadam@inf.u-szeged.hu>
4804
4805         [Qt] Unreviewed gardening. Skipped failing ref html tests.
4806
4807         * platform/qt/TestExpectations:
4808
4809 2013-02-28  Ryosuke Niwa  <rniwa@webkit.org>
4810
4811         Add a failing test expectation to navigation-should-abort.html on Mac WebKit1.
4812         The failure is tracked by the bug 111052.
4813
4814         * platform/mac-wk2/TestExpectations:
4815         * platform/mac/TestExpectations:
4816
4817 2013-02-28  Adam Barth  <abarth@webkit.org>
4818
4819         A couple more tweaks to TestExpectations after the threaded parser.
4820
4821         * platform/chromium/TestExpectations:
4822
4823 2013-02-28  Kent Tamura  <tkent@chromium.org>
4824
4825         Unreviewed, rolling out r144184.
4826         http://trac.webkit.org/changeset/144184
4827         https://bugs.webkit.org/show_bug.cgi?id=110974
4828
4829         The change didn't fix all of the problems.
4830
4831         * fast/forms/date/date-appearance-basic-expected.txt:
4832         * fast/forms/date/date-appearance-basic.html:
4833         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
4834         * platform/chromium/TestExpectations:
4835
4836 2013-02-28  Takashi Toyoshima  <toyoshim@chromium.org>
4837
4838         Unreviewed gardening, mark two tests as slow.
4839         https://bugs.webkit.org/show_bug.cgi?id=111038
4840         https://bugs.webkit.org/show_bug.cgi?id=111046
4841
4842         * platform/chromium/TestExpectations:
4843
4844 2013-02-28  Adam Barth  <abarth@webkit.org>
4845
4846         Apparently Failure does not include ImageOnlyFailure.
4847
4848         * platform/chromium/TestExpectations:
4849
4850 2013-02-28  Adam Barth  <abarth@webkit.org>
4851
4852         Unreviewed.
4853
4854         The version of this file I landed in
4855         http://trac.webkit.org/changeset/144262 appears to have been
4856         ever-so-slightly incorrect.
4857
4858         * platform/chromium/inspector/timeline/timeline-script-tag-1-expected.txt:
4859
4860 2013-02-27  Sheriff Bot  <webkit.review.bot@gmail.com>
4861
4862         Unreviewed, rolling out r144224.
4863         http://trac.webkit.org/changeset/144224
4864         https://bugs.webkit.org/show_bug.cgi?id=111045
4865
4866         Caused plugins/pass-different-npp-struct.html to time out
4867         (Requested by abarth on #webkit).
4868
4869         * platform/mac-wk2/plugins/netscape-plugin-setwindow-size-2-expected.txt: Added.
4870         * plugins/netscape-plugin-setwindow-size-2.html:
4871         * plugins/netscape-plugin-setwindow-size.html:
4872         * plugins/pass-different-npp-struct.html:
4873
4874 2013-02-27  Adam Barth  <abarth@webkit.org>
4875
4876         Unreviewed.
4877
4878         Update some test expectations based on the threaded parser behavior.
4879         These look like test integration issues rather than actual bugs in the
4880         parser. We will investigate them offline.
4881
4882         * platform/chromium/TestExpectations:
4883
4884 2013-02-27  Kunihiko Sakamoto  <ksakamoto@chromium.org>
4885
4886         INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of hour field should respect min/max attributes
4887         https://bugs.webkit.org/show_bug.cgi?id=109555
4888
4889         Reviewed by Kent Tamura.
4890
4891         Added test cases with min/max attributes.
4892
4893         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield-expected.txt:
4894         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield.html:
4895         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
4896         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-stepup-stepdown-from-renderer.html: Added.
4897         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt:
4898         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html:
4899         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
4900         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
4901
4902 2013-02-27  Adam Barth  <abarth@webkit.org>
4903
4904         [Chromium] Enable threaded HTML parser by default in DumpRenderTree
4905         https://bugs.webkit.org/show_bug.cgi?id=110907
4906
4907         Reviewed by Eric Seidel.
4908
4909         Update test results to show subtle differences in FrameLoaderClient callbacks.
4910
4911         * platform/chromium-mac/security/block-test-no-port-expected.txt: Removed.
4912         * platform/chromium-win/fast/images/support-broken-image-delegate-expected.txt:
4913         * platform/chromium-win/security/block-test-no-port-expected.txt: Removed.
4914         * platform/chromium/fast/images/support-broken-image-delegate-expected.txt:
4915         * platform/chromium/fast/loader/main-document-url-for-non-http-loads-expected.txt: Added.
4916         * platform/chromium/http/tests/loading/307-after-303-after-post-expected.txt: Added.
4917         * platform/chromium/http/tests/misc/favicon-loads-with-images-disabled-expected.txt: Added.
4918         * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
4919         * platform/chromium/http/tests/misc/window-dot-stop-expected.txt: Added.
4920         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added.
4921         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Added.
4922         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Added.
4923         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow-expected.txt: Added.
4924         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added.
4925         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added.
4926         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow-expected.txt: Added.
4927         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added.
4928         * platform/chromium/inspector/debugger/pause-in-inline-script-expected.txt: Added.
4929         * platform/chromium/inspector/timeline/timeline-script-tag-1-expected.txt: Added.
4930         * platform/chromium/security/block-test-no-port-expected.txt:
4931
4932 2013-02-27  Tien-Ren Chen  <trchen@chromium.org>
4933
4934         Need to re-layout fixed position elements after scale when using settings()->fixedElementsLayoutRelativeToFrame()
4935         https://bugs.webkit.org/show_bug.cgi?id=105486
4936
4937         Reviewed by James Robinson.
4938
4939         In settings()->fixedElementsLayoutRelativeToFrame() mode, fixed-position
4940         elements are layout relative to the current visible viewport, which can
4941         be different from the layout viewport when using fixed-layout mode.
4942         We need to re-layout fixed-position elements in case of visible content
4943         size changes.
4944
4945         The test is currently chromium-specific due to difficulties to make this
4946         test works on Mac. The mac port seems to work very differently with
4947         visible content size when a page is scaled. And there is no reliable way
4948         to hide scrollbars in mac-wk1 that doesn't cause a side effect.
4949
4950         * platform/chromium/fast/repaint/relayout-fixed-position-after-scale-expected.html: Added.
4951         * platform/chromium/fast/repaint/relayout-fixed-position-after-scale.html: Added.
4952
4953 2013-02-27  Hans Muller  <hmuller@adobe.com>
4954
4955         [CSS Exclusions] Enable shape-inside rectangle support for shape-padding
4956         https://bugs.webkit.org/show_bug.cgi?id=110500
4957
4958         Reviewed by Dirk Schulze.
4959
4960         Added one shape-inside, shape-padding test for each CSS shape type.
4961
4962         * fast/exclusions/shape-inside/shape-inside-circle-padding-expected.html: Added.
4963         * fast/exclusions/shape-inside/shape-inside-circle-padding.html: Added.
4964         * fast/exclusions/shape-inside/shape-inside-ellipse-padding-expected.html: Added.
4965         * fast/exclusions/shape-inside/shape-inside-ellipse-padding.html: Added.
4966         * fast/exclusions/shape-inside/shape-inside-rectangle-padding-expected.html: Added.
4967         * fast/exclusions/shape-inside/shape-inside-rectangle-padding.html: Added.
4968         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-padding-expected.html: Added.
4969         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-padding.html: Added.
4970
4971 2013-02-27  Stephen Chenney  <schenney@chromium.org>
4972
4973         [Chromium] Rebaseline after r144236
4974         https://bugs.webkit.org/show_bug.cgi?id=109879
4975
4976         Unreviewed expectations update
4977
4978         * platform/chromium-linux/plugins/plugin-clip-subframe-expected.txt: Added.
4979
4980 2013-02-27  Stephen Chenney  <schenney@chromium.org>
4981
4982         [Chromium] Rebaseline after r144236
4983         https://bugs.webkit.org/show_bug.cgi?id=109879
4984
4985         Unreviewed expectations update
4986
4987         * platform/chromium-mac/plugins/plugin-clip-subframe-expected.txt: Added.
4988         * platform/chromium-win-xp/plugins: Removed.
4989         * platform/chromium-win/plugins/plugin-clip-subframe-expected.txt: Added.
4990
4991 2013-02-27  James Simonsen  <simonjam@chromium.org>
4992
4993         [chromium] Lower priority of preloaded images
4994         https://bugs.webkit.org/show_bug.cgi?id=110527
4995
4996         Reviewed by Nate Chapin.
4997
4998         * http/tests/loading/promote-img-preload-priority-expected.txt: Added.
4999         * http/tests/loading/promote-img-preload-priority.html: Added.
5000
5001 2013-02-27  Philip Rogers  <pdr@google.com>
5002
5003         Rebaseline 2 SVG tests after WK108429
5004
5005         This patch rebaselines svg/repaint after WK108429 and removes a stale
5006         test expectations entry for svg/custom/text-ctm.
5007
5008         Unreviewed update of test expectations.
5009
5010         * platform/chromium-win/svg/repaint/svgsvgelement-repaint-children-expected.png: Added.
5011         * platform/chromium-win/svg/repaint/svgsvgelement-repaint-children-expected.txt: Added.
5012         * platform/chromium/TestExpectations:
5013
5014 2013-02-27  Chris Fleizach  <cfleizach@apple.com>
5015
5016         WebSpeech: support speech cancel
5017         https://bugs.webkit.org/show_bug.cgi?id=107349
5018
5019         Reviewed by Beth Dakin.
5020
5021         * platform/mac/fast/speechsynthesis/speech-synthesis-cancel-expected.txt: Added.
5022         * platform/mac/fast/speechsynthesis/speech-synthesis-cancel.html: Added.
5023
5024 2013-02-27  Kenneth Russell  <kbr@google.com>
5025
5026         Insufficient validation when uploading depth textures to WebGL
5027         https://bugs.webkit.org/show_bug.cgi?id=110931
5028
5029         Reviewed by Abhishek Arya.
5030
5031         Updated webgl/conformance/extensions/webgl-depth-texture.html
5032         layout test with additional test cases. These changes will be
5033         added to the Khronos repository.
5034
5035         * webgl/resources/webgl_test_files/conformance/extensions/webgl-depth-texture.html:
5036             Added more test cases.
5037
5038 2013-02-27  Chris Fleizach  <cfleizach@apple.com>
5039  
5040         AX: Mac platform should support ability to scroll an element into visible
5041         https://bugs.webkit.org/show_bug.cgi?id=109860
5042
5043         Reviewed by Beth Dakin.
5044
5045         * platform/mac/accessibility/scroll-to-visible-action.html: Added.
5046         * platform/mac/accessibility/scroll-to-visible-action-expected.txt: Added.
5047
5048 2013-02-27  John Bauman  <jbauman@chromium.org>
5049
5050         Plugin in iframe may not display
5051         https://bugs.webkit.org/show_bug.cgi?id=109879
5052
5053         Reviewed by Simon Fraser.
5054
5055         Use log-npp-set-window to ensure plugin clip changes correctly.
5056
5057         * platform/mac-wk2/plugins/plugin-clip-subframe-expected.txt: Added.
5058         * platform/mac/plugins/plugin-clip-subframe-expected.txt: Added.
5059         * plugins/plugin-clip-subframe-expected.txt: Added.
5060         * plugins/plugin-clip-subframe.html: Added.
5061         * plugins/resources/plugin-clip-subframe-iframe.html: Added.
5062
5063 2013-02-27  Chris Rogers  <crogers@google.com>
5064
5065         Implement channel up-mixing and down-mixing rules
5066         https://bugs.webkit.org/show_bug.cgi?id=110812
5067
5068         Reviewed by Kenneth Russell.
5069
5070         * webaudio/audionode-channel-rules-expected.txt: Added.
5071         * webaudio/audionode-channel-rules.html: Added.
5072
5073 2013-02-27  Jochen Eisinger  <jochen@chromium.org>
5074
5075         Skip media tests that fail on content_shell
5076
5077         Unreviewed gardening.
5078
5079         * platform/chromium/ContentShellTestExpectations:
5080
5081 2013-02-27  Jochen Eisinger  <jochen@chromium.org>
5082
5083         plugins/netscape-plugin-setwindow-size*.html and plugins/pass-different-npp-struct.html should be async
5084         https://bugs.webkit.org/show_bug.cgi?id=110973
5085
5086         Reviewed by Adam Barth.
5087
5088         There is nothing that ensures that the log messages from the plugin
5089         come in before the layout test finished loading.
5090
5091         * platform/mac-wk2/plugins/netscape-plugin-setwindow-size-2-expected.txt: Removed.
5092         * plugins/netscape-plugin-setwindow-size-2.html:
5093         * plugins/netscape-plugin-setwindow-size.html:
5094         * plugins/pass-different-npp-struct.html:
5095
5096 2013-02-27  Manuel Rego Casasnovas  <rego@igalia.com>
5097
5098         Add smartInsertDeleteEnabled setting to WebCore::Page
5099         https://bugs.webkit.org/show_bug.cgi?id=107840
5100
5101         Reviewed by Ryosuke Niwa.
5102
5103         Replace testRunner.setSmartInsertDeleteEnabled by
5104         internals.settings.setSmartInsertDeleteEnabled in tests.
5105
5106         * editing/deleting/smart-editing-disabled.html:
5107         * editing/selection/doubleclick-beside-cr-span.html:
5108         * editing/selection/doubleclick-whitespace-crash.html:
5109         * editing/selection/doubleclick-whitespace-img-crash.html:
5110         * editing/selection/doubleclick-whitespace.html:
5111         * platform/wk2/TestExpectations: Unflag
5112         editing/deleting/smart-editing-disabled.html as it passes now.
5113
5114 2013-02-27  Chris Fleizach  <cfleizach@apple.com>
5115
5116         WebSpeech: Support pause/resume ability
5117         https://bugs.webkit.org/show_bug.cgi?id=107345
5118
5119         Reviewed by Beth Dakin.
5120
5121         * platform/mac/fast/speechsynthesis/speech-synthesis-pause-resume-expected.txt: Added.
5122         * platform/mac/fast/speechsynthesis/speech-synthesis-pause-resume.html: Added.
5123
5124 2013-02-27  Stephen Chenney  <schenney@chromium.org>
5125
5126         [Chromium] Test expectations updates
5127
5128         Unreviewed expectations after recent bug fixes.
5129
5130         * platform/chromium-mac-lion/fast/borders/border-radius-percent-expected.png: Added.
5131         * platform/chromium-mac-lion/svg/css/text-shadow-multiple-expected.png:
5132         * platform/chromium-mac-snowleopard/fast/borders/border-radius-percent-expected.png: Added.
5133         * platform/chromium-mac-snowleopard/svg/css/text-shadow-multiple-expected.png:
5134         * platform/chromium-mac/fast/borders/border-radius-percent-expected.png: Added.
5135         * platform/chromium-mac/svg/css/text-shadow-multiple-expected.png:
5136         * platform/chromium-mac/svg/custom/transform-with-shadow-and-gradient-expected.png:
5137         * platform/chromium-win/fast/borders/border-radius-percent-expected.png: Added.
5138         * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
5139         * platform/chromium-win/svg/custom/transform-with-shadow-and-gradient-expected.png:
5140         * platform/chromium/TestExpectations:
5141
5142 2013-02-27  Andrei Bucur  <abucur@adobe.com>
5143
5144         REGRESSION(r124739): fast/lists/list-marker-remove-crash.html hits an assertion in MoveParagraphs
5145         https://bugs.webkit.org/show_bug.cgi?id=93247
5146
5147         Reviewed by Darin Adler.
5148
5149         Update TestExpectations because the test doesn't crash any more.
5150
5151         * platform/chromium/TestExpectations:
5152         * platform/efl/TestExpectations:
5153         * platform/gtk/TestExpectations:
5154         * platform/mac/TestExpectations:
5155         * platform/qt-4.8/TestExpectations:
5156         * platform/qt-mac/TestExpectations:
5157         * platform/qt/TestExpectations:
5158
5159 2013-02-27  Aaron Colwell  <acolwell@chromium.org>
5160
5161         Fix SourceBufferList so SourceBuffer.append() calls are always rejected after the MediaSource is closed.
5162         https://bugs.webkit.org/show_bug.cgi?id=110917
5163
5164         Reviewed by Eric Carlson.
5165
5166         * http/tests/media/media-source/video-media-source-reject-append-after-reopening-expected.txt: Added.
5167         * http/tests/media/media-source/video-media-source-reject-append-after-reopening.html: Added.
5168
5169 2013-02-27  Ádám Kallai  <kadam@inf.u-szeged.hu>
5170
5171         [Qt] Unreviewed gardening. Unskipp inspector tests after r144071.
5172
5173         * platform/qt/TestExpectations:
5174
5175 2013-02-27  Justin Novosad  <junov@google.com>
5176
5177         REGRESSION (r134631) of border-radius percentage with border pixel
5178         https://bugs.webkit.org/show_bug.cgi?id=110889
5179
5180         Reviewed by Simon Fraser.
5181
5182         Adding new pixel test to verify the correct rendering of
5183         rounded rectangle backgrounds with inner border radii that
5184         exceed the dimensions of the inner edge of the border.
5185
5186         * fast/borders/border-radius-percent-expected.txt: Added.
5187         * fast/borders/border-radius-percent.html: Added.
5188         * platform/chromium-linux/fast/borders/border-radius-percent-expected.png: Added.
5189         * platform/chromium/TestExpectations:
5190
5191 2013-02-27  Florin Malita  <fmalita@chromium.org>
5192
5193         [Chromium] Layout Test svg/custom/transform-with-shadow-and-gradient.svg is failing
5194         https://bugs.webkit.org/show_bug.cgi?id=76557
5195
5196         Reviewed by Stephen Chenney.
5197
5198         * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png:
5199         * platform/chromium-linux/svg/custom/transform-with-shadow-and-gradient-expected.png:
5200         * platform/chromium/TestExpectations:
5201
5202 2013-02-27  No'am Rosenthal  <noam@webkit.org>
5203
5204         [Texmap] TextureMapper is too eager to use intermediate surfaces
5205         https://bugs.webkit.org/show_bug.cgi?id=110762
5206
5207         Reviewed by Allan Sandfeld Jensen.
5208
5209         Added a few ref-tests for correct overlap blending in accelearated compositing mode. 
5210         Skipping the new reflection test on Mac/Chromium since it's not rendered
5211         properly on those platforms.
5212
5213         * compositing/overlap-blending/children-opacity-huge-expected.html: Added.
5214         * compositing/overlap-blending/children-opacity-huge.html: Added.
5215         * compositing/overlap-blending/children-opacity-no-overlap-expected.html: Added.
5216         * compositing/overlap-blending/children-opacity-no-overlap.html: Added.
5217         * compositing/overlap-blending/reflection-opacity-huge-expected.html: Added.
5218         * compositing/overlap-blending/reflection-opacity-huge.html: Added.
5219
5220 2013-02-27  Zan Dobersek  <zdobersek@igalia.com>
5221
5222         Unreviewed GTK gardening.
5223
5224         * platform/gtk/TestExpectations: Template element support is already enabled in
5225         development builds. Removing skip entries for related tests as they all pass.
5226
5227 2013-02-27  Zan Dobersek  <zdobersek@igalia.com>
5228
5229         Unreviewed GTK gardening.
5230
5231         Rebaselining after r144096.
5232
5233         * platform/gtk/TestExpectations:
5234         * platform/gtk/css2.1/20110323/replaced-elements-001-expected.txt:
5235         * platform/gtk/css2.1/replaced-elements-001-expected.png: Added.
5236         * platform/gtk/css3/flexbox/button-expected.png: Added.
5237         * platform/gtk/css3/flexbox/button-expected.txt: Added.
5238         * platform/gtk/svg/custom/foreign-object-skew-expected.txt:
5239         * platform/gtk/tables/mozilla/bugs/bug92647-2-expected.txt:
5240
5241 2013-02-27  Jochen Eisinger  <jochen@chromium.org>
5242
5243         Add plugins test expectations for content_shell
5244
5245         Unreviewed gardening.
5246
5247         * platform/chromium/ContentShellTestExpectations:
5248
5249 2013-02-27  Kent Tamura  <tkent@chromium.org>
5250
5251         REGRESSION: INPUT_MULTIPLE_FIELDS_UI: Changing CSS display property on input[type=date] unexpectedly makes another line for ::-webkit-calendar-picker-indicator
5252         https://bugs.webkit.org/show_bug.cgi?id=110974
5253
5254         Reviewed by Kentaro Hara.
5255
5256         * fast/forms/date/date-appearance-basic-expected.txt:
5257         * fast/forms/date/date-appearance-basic.html:
5258         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
5259         * platform/chromium/TestExpectations:
5260
5261 2013-02-27  Vivek Galatage  <vivek.vg@samsung.com>
5262
5263         Web Inspector: Refactor AuditsPanel with AuditController as newly introduced entity
5264         https://bugs.webkit.org/show_bug.cgi?id=110866
5265
5266         Reviewed by Alexander Pavlov.
5267
5268         * inspector/extensions/extensions-audits-tests.js:
5269
5270 2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>
5271
5272         Unreviewed chromium test expectations update.
5273
5274         * platform/chromium/TestExpectations:
5275
5276 2013-02-27  Mihai Maerean  <mmaerean@adobe.com>
5277
5278         [CSS Regions] Region overset property is not properly computed when there is a region break
5279         https://bugs.webkit.org/show_bug.cgi?id=92497
5280
5281         Reviewed by David Hyatt.
5282
5283         * fast/multicol/break-after-always-bottom-margin-expected.txt: Added.
5284         * fast/multicol/break-after-always-bottom-margin.html: Added.
5285         * fast/regions/overset-break-expected.txt: Added.
5286         * fast/regions/overset-break-nested-expected.txt: Added.
5287         * fast/regions/overset-break-nested.html: Added.
5288         * fast/regions/overset-break-with-sibling-expected.txt: Added.
5289         * fast/regions/overset-break-with-sibling.html: Added.
5290         * fast/regions/overset-break.html: Added.
5291
5292 2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>
5293
5294         Unreviewed chromium test expectations update.
5295
5296         * platform/chromium/TestExpectations:
5297
5298 2013-02-27  Michael Starzinger  <mstarzinger@chromium.org>
5299
5300         [chromium] Adapt test expectations to V8 __proto__ changes.
5301         https://bugs.webkit.org/show_bug.cgi?id=110887
5302
5303         Reviewed by Stephen Chenney.
5304
5305         ad window-custom-prototype) This is expected bahavior, consistent with
5306         SpiderMonkey. The test expectation is broken. Assigning 'null' to
5307         '__proto__' makes the accessor installed on Object.prototype disappear.
5308
5309         ad JSON-parse) The result of JSON.parse() doesn't match the result we
5310         get when evaluating the same string through eval() as V8 still has
5311         special handling of the __proto__ property for object literals.
5312
5313         ad cyclic-prototypes) Test fully matches the WebKit expectation now and
5314         no longer fails. However the exception message has a slightly different
5315         format and hence causes a text diff.
5316
5317         * platform/chromium/TestExpectations: Temporary mark tests failing.
5318         * platform/chromium/fast/dom/Window/window-custom-prototype-expected.txt:
5319         * platform/chromium/fast/js/JSON-parse-expected.txt:
5320         * platform/chromium/fast/js/cyclic-prototypes-expected.txt:
5321
5322 2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>
5323
5324         Unreviewed chromium test expectations update.
5325
5326         * platform/chromium/TestExpectations:
5327
5328 2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>
5329
5330         Unreviewed chromium test expectations update.
5331
5332         * platform/chromium/TestExpectations:
5333
5334 2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>
5335
5336         Unreviewed chromium test expectations update.
5337
5338         * platform/chromium/TestExpectations:
5339
5340 2013-02-27  Li Yin  <li.yin@intel.com>
5341
5342         MediaStream constructor test should cover ended MediaStreamTrack.
5343         https://bugs.webkit.org/show_bug.cgi?id=110941
5344
5345         Reviewed by Kentaro Hara.
5346
5347         Spec: http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastream
5348         If tracks has ended, it should skip these tracks and continue with the next one.
5349
5350         * fast/mediastream/MediaStreamConstructor-expected.txt:
5351         * fast/mediastream/MediaStreamConstructor.html:
5352
5353 2013-02-27  Thiago Marcos P. Santos  <thiago.santos@intel.com>
5354
5355         [EFL] Unreviewed gardening
5356
5357         Updated tests baselines.
5358
5359         * platform/efl/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added.
5360
5361 2013-02-27  Mike West  <mkwst@chromium.org>
5362
5363         XHR should fire 'abort' event when navigation interrupts a request.
5364         https://bugs.webkit.org/show_bug.cgi?id=110867
5365
5366         Reviewed by Alexey Proskuryakov.
5367
5368         Adding a layout test to ensure that navigation-canceled XMLHttpRequests
5369         fire an 'abort' event rather than an 'error' event.
5370
5371         * http/tests/xmlhttprequest/navigation-should-abort-expected.txt: Added.
5372         * http/tests/xmlhttprequest/navigation-should-abort.html: Added.
5373
5374 2013-02-27  Thiago Marcos P. Santos  <thiago.santos@intel.com>
5375
5376         [EFL] Unreviewed gardening
5377
5378         Mark custom elements tests as failures until we enable them.
5379
5380         * platform/efl/TestExpectations:
5381
5382 2013-02-27  Seokju Kwon  <seokju.kwon@gmail.com>
5383
5384         [EFL] Remove test related to html5lib after r144032
5385         https://bugs.webkit.org/show_bug.cgi?id=110946
5386
5387         Unreviewed, EFL gardening.
5388
5389         Test was removed after r144032. And remove it from TestExpectations.
5390         html5lib/generated/run-template.html.
5391
5392         * platform/efl/TestExpectations:
5393
5394 2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>
5395
5396         Unreviewed chromium test expectations update.
5397
5398         * platform/chromium/TestExpectations:
5399
5400 2013-02-27  Vsevolod Vlasov  <vsevik@chromium.org>
5401
5402         Unreviewed chromium test expectations update.
5403
5404         * platform/chromium/TestExpectations:
5405
5406 2013-02-26  Benjamin Poulain  <benjamin@webkit.org>
5407
5408         Fix the tests based on computedStyleIncludingVisitedInfo for asynchronous update of the visited style
5409         https://bugs.webkit.org/show_bug.cgi?id=110708
5410
5411         Reviewed by Ryosuke Niwa.
5412
5413         The tests using computedStyleIncludingVisitedInfo were using the asumption that visited style
5414         is updated synchronously with the loading of resources.
5415         This assumption is valid for Mac WebKit1, but does not hold for multiprocess
5416         WebKit because the list of visited URLs is maintained outside the WebProcess.
5417
5418         This patch changes the tests to use the 'shouldBecomeXXX' test functions in order to wait
5419         for the asynchronous update. With the change, all the tests succeed reliably on WebKit2.
5420
5421         * fast/history/multiple-classes-visited-expected.txt:
5422         * fast/history/multiple-classes-visited.html:
5423         * fast/history/nested-visited-test-expected.txt:
5424         * fast/history/nested-visited-test.html:
5425         * fast/history/self-is-visited-expected.txt:
5426         * fast/history/self-is-visited.html:
5427         * fast/history/sibling-visited-test-expected.txt:
5428         * fast/history/sibling-visited-test.html:
5429         * fast/js/resources/js-test-pre.js:
5430         (.condition):
5431         (.failureHandler):
5432         (shouldBecomeDifferent):
5433         * platform/wk2/TestExpectations:
5434         * platform/chromium/TestExpectations: The tests can now also timeout due to
5435         computedStyleIncludingVisitedInfo missing from Chromium's DRT.
5436
5437 2013-02-27  Zan Dobersek  <zdobersek@igalia.com>
5438
5439         Unreviewed gardening.
5440
5441         * platform/efl/TestExpectations: Removing expectation for html5lib/runner.html, the test was removed in r144032.
5442         * platform/gtk/TestExpectations: Ditto.
5443         * platform/gtk/http/tests/security/XFrameOptions/x-frame-options-allowall-expected.txt: Added. Required after r144105.
5444
5445 2013-02-27  Sheriff Bot  <webkit.review.bot@gmail.com>
5446
5447         Unreviewed, rolling out r144136, r144143, and r144147.
5448         http://trac.webkit.org/changeset/144136
5449         http://trac.webkit.org/changeset/144143
5450         http://trac.webkit.org/changeset/144147
5451         https://bugs.webkit.org/show_bug.cgi?id=110950
5452
5453         Caused some timeouts and flaky crashes (Requested by abarth on
5454         #webkit).
5455
5456         * platform/chromium-mac/security/block-test-no-port-expected.txt: Copied from LayoutTests/platform/chromium/security/block-test-no-port-expected.txt.
5457         * platform/chromium-win/fast/images/support-broken-image-delegate-expected.txt:
5458         * platform/chromium-win/http/tests/loading/redirect-methods-expected.txt:
5459         * platform/chromium-win/security/block-test-no-port-expected.txt: Copied from LayoutTests/platform/chromium/security/block-test-no-port-expected.txt.
5460         * platform/chromium/TestExpectations:
5461         * platform/chromium/fast/images/support-broken-image-delegate-expected.txt:
5462         * platform/chromium/fast/loader/main-document-url-for-non-http-loads-expected.txt: Removed.
5463         * platform/chromium/http/tests/loading/307-after-303-after-post-expected.txt: Removed.
5464         * platform/chromium/http/tests/misc/favicon-loads-with-images-disabled-expected.txt: Removed.
5465         * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
5466         * platform/chromium/http/tests/misc/window-dot-stop-expected.txt: Removed.
5467         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-allowall-expected.txt: Removed.
5468         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Removed.
5469         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Removed.
5470         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Removed.
5471         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow-expected.txt: Removed.
5472         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Removed.
5473         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Removed.
5474         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow-expected.txt: Removed.
5475         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Removed.
5476         * platform/chromium/inspector/debugger/pause-in-inline-script-expected.txt: Removed.
5477         * platform/chromium/inspector/timeline/timeline-script-tag-1-expected.txt: Removed.
5478         * platform/chromium/security/block-test-no-port-expected.txt:
5479
5480 2013-02-26  Csaba Osztrogonác  <ossy@webkit.org>
5481
5482         One more unreviewed fix after r144032 and r144051.
5483         https://bugs.webkit.org/show_bug.cgi?id=110734
5484
5485         * TestExpectations: Unskip tests.
5486         * html5lib/generated/run-template-write.html: Revert an accidental change by r144051.
5487         * platform/gtk/TestExpectations: Skip run-template-data.html and run-template-write.html instead of run-template.html
5488         * platform/mac/TestExpectations: Ditto.
5489         * platform/qt/TestExpectations: Ditto.
5490         * platform/win/TestExpectations: Ditto.
5491         * platform/wincairo/TestExpectations: Ditto.
5492
5493 2013-02-26  Adam Barth  <abarth@webkit.org>
5494
5495         Unreviewed.
5496
5497         Note another multipart failure to work through.
5498
5499         * platform/chromium/TestExpectations:
5500
5501 2013-02-26  Uday Kiran  <udaykiran@motorola.com>
5502
5503         getPropertyValue for -webkit-column-rule returns null, should compute the shorthand value
5504         https://bugs.webkit.org/show_bug.cgi?id=110698
5505
5506         Reviewed by Alexander Pavlov.
5507
5508         * fast/css/getPropertyValue-column-rule-expected.txt: Added.
5509         * fast/css/getPropertyValue-column-rule.html: Added.
5510
5511 2013-02-26  Uday Kiran  <udaykiran@motorola.com>
5512
5513         getPropertyValue for -webkit-margin-collapse returns null, should compute the shorthand value
5514         https://bugs.webkit.org/show_bug.cgi?id=110903
5515
5516         Reviewed by Alexander Pavlov.
5517
5518         Added test for getPropertyValue("-webkit-margin-collapse").
5519
5520         * fast/css/getPropertyValue-webkit-margin-collapse-expected.txt: Added.
5521         * fast/css/getPropertyValue-webkit-margin-collapse.html: Added.
5522
5523 2013-02-26  Uday Kiran  <udaykiran@motorola.com>
5524
5525         getPropertyValue for -webkit-marquee returns null, should compute the shorthand value
5526         https://bugs.webkit.org/show_bug.cgi?id=110816
5527
5528         Reviewed by Alexander Pavlov.
5529
5530         Added testcases to check getPropertyValue for -webkit-marquee shorthand.
5531
5532         * fast/css/getPropertyValue-webkit-marquee-expected.txt: Added.
5533         * fast/css/getPropertyValue-webkit-marquee.html: Added.
5534
5535 2013-02-26  Adam Barth  <abarth@webkit.org>
5536
5537         Unreviewed.
5538
5539         Update expectations to show new FrameLoaderClient callbacks. I missed
5540         this test earlier because it doesn't run on Linux.
5541
5542         * platform/chromium-win/http/tests/loading/redirect-methods-expected.txt:
5543
5544 2013-02-26  Filip Pizlo  <fpizlo@apple.com>
5545
5546         DFG OSR exit doesn't know which virtual register to use for the last result register for post_inc and post_dec
5547         https://bugs.webkit.org/show_bug.cgi?id=109036
5548         <rdar://problem/13292139>
5549
5550         Reviewed by Gavin Barraclough.
5551
5552         * fast/js/dfg-post-inc-then-exit-expected.txt: Added.
5553         * fast/js/dfg-post-inc-then-exit.html: Added.
5554         * fast/js/jsc-test-list:
5555         * fast/js/script-tests/dfg-post-inc-then-exit.js: Added.
5556         (foo):
5557
5558 2013-02-26  Adam Barth  <abarth@webkit.org>
5559
5560         [Chromium] Enable threaded HTML parser by default in DumpRenderTree
5561         https://bugs.webkit.org/show_bug.cgi?id=110907
5562
5563         Reviewed by Eric Seidel.
5564
5565         Update test results to show subtle differences in FrameLoaderClient callbacks.
5566
5567         * platform/chromium-mac/security/block-test-no-port-expected.txt: Removed.
5568         * platform/chromium-win/fast/images/support-broken-image-delegate-expected.txt:
5569         * platform/chromium-win/security/block-test-no-port-expected.txt: Removed.
5570         * platform/chromium/fast/images/support-broken-image-delegate-expected.txt:
5571         * platform/chromium/fast/loader/main-document-url-for-non-http-loads-expected.txt: Added.
5572         * platform/chromium/http/tests/loading/307-after-303-after-post-expected.txt: Added.
5573         * platform/chromium/http/tests/misc/favicon-loads-with-images-disabled-expected.txt: Added.
5574         * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
5575         * platform/chromium/http/tests/misc/window-dot-stop-expected.txt: Added.
5576         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added.
5577         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Added.
5578         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Added.
5579         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow-expected.txt: Added.
5580         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added.
5581         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added.
5582         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow-expected.txt: Added.
5583         * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added.
5584         * platform/chromium/inspector/debugger/pause-in-inline-script-expected.txt: Added.
5585         * platform/chromium/inspector/timeline/timeline-script-tag-1-expected.txt: Added.
5586         * platform/chromium/security/block-test-no-port-expected.txt:
5587
5588 2013-02-26  Stephen Chenney  <schenney@chromium.org>
5589
5590         Crashes in fast/notifications/notifications-request-permission.html after r144126
5591         https://bugs.webkit.org/show_bug.cgi?id=108196
5592
5593         Unreviewed expectations update.
5594
5595         * platform/chromium/TestExpectations:
5596
5597 2013-02-26  Stephen Chenney  <schenney@chromium.org>
5598
5599         Deleting extraneous baseline after feDisplacementMap fix
5600         https://bugs.webkit.org/show_bug.cgi?id=10592
5601
5602         Unreviewed expectations update. Slow build bot to blame.
5603
5604         * platform/chromium-win-xp/svg/filters/feDisplacementMap-expected.png: Removed.
5605
5606 2013-02-26  Adam Klein  <adamk@chromium.org>
5607
5608         Parsing of HTML tags in MathML Text Insertion Points leads to bogus parser behavior
5609         https://bugs.webkit.org/show_bug.cgi?id=110808
5610
5611         Reviewed by Adam Barth.
5612
5613         * html5lib/generated/run-math-data-expected.txt: Added.
5614         * html5lib/generated/run-math-data.html: Added.
5615         * html5lib/generated/run-math-write-expected.txt: Added.
5616         * html5lib/generated/run-math-write.html: Added.
5617         * html5lib/resources/math.dat: Added.
5618
5619 2013-02-26  Kaustubh Atrawalkar  <kaustubh@motorola.com>
5620
5621         Notification.requestPermission callback should be optional
5622         https://bugs.webkit.org/show_bug.cgi?id=108196
5623
5624         Reviewed by Adam Barth.
5625
5626         Specs says it should be optional.
5627         http://notifications.spec.whatwg.org/#notification
5628
5629         * fast/notifications/notifications-request-permission-optional-expected.txt: Added.
5630         * fast/notifications/notifications-request-permission-optional.html: Added.
5631
5632 2013-02-26  Stephen Chenney  <schenney@chromium.org>
5633
5634         [Chromium] TestExpectations addition
5635
5636         Unreviewed addition of fast/js/regress/inlined-put-by-id-transition.html which crashes occasionally.
5637
5638         * platform/chromium/TestExpectations:
5639
5640 2013-02-26  Stephen Chenney  <schenney@chromium.org>
5641
5642         New baselines after feDisplacementMap fix
5643         https://bugs.webkit.org/show_bug.cgi?id=10592
5644
5645         Unreviewed expectations update.
5646
5647         * platform/chromium-linux-x86/svg/filters/feDisplacementMap-expected.png: Removed.
5648         * platform/chromium-linux/svg/filters/feDisplacementMap-expected.png: Removed.
5649         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
5650         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
5651         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
5652         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
5653         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
5654         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
5655         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
5656         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
5657         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
5658         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
5659         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
5660         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
5661         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
5662         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
5663         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
5664         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
5665         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
5666         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
5667         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
5668         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
5669         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
5670         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
5671         * platform/chromium-mac-snowleopard/svg/filters/feDisplacementMap-expected.png: Removed.
5672         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
5673         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
5674         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
5675         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
5676         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
5677         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
5678         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
5679         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
5680         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
5681         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
5682         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
5683         * platform/chromium-mac/svg/filters/feDisplacementMap-expected.png:
5684         * platform/chromium-mac/svg/filters/filterRes-expected.png:
5685         * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
5686         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
5687         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
5688         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
5689         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
5690         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
5691         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
5692         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
5693         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
5694         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
5695         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
5696         * platform/chromium-win/svg/filters/feDisplacementMap-expected.png:
5697         * platform/chromium-win/svg/filters/filterRes-expected.png:
5698         * platform/chromium/TestExpectations:
5699
5700 2013-02-26  Michelangelo De Simone  <michelangelo@webkit.org>
5701
5702         [CSS Shaders] Implement color and luminosity non-separable blend modes
5703         https://bugs.webkit.org/show_bug.cgi?id=106226
5704
5705         Added relevant tests for the "color" and "luminosity" non-separable blend modes.
5706         These tests are currently skipped on Mac due to a slight color difference; please
5707         see relevant bug: http://webkit.org/b/107487.
5708
5709         Reviewed by Dean Jackson.
5710
5711         * css3/filters/custom/custom-filter-nonseparable-blend-mode-color-expected.html: Added.
5712         * css3/filters/custom/custom-filter-nonseparable-blend-mode-color.html: Added.
5713         * css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity-expected.html: Added.
5714         * css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity.html: Added.
5715
5716 2013-02-26  Dirk Pranke  <dpranke@chromium.org>
5717
5718         [chromium] Re-enable the fixed version of freetype on linux
5719         https://bugs.webkit.org/show_bug.cgi?id=110542
5720
5721         Reviewed by Tony Chang.
5722
5723         Re-add entries for two tests that pass on Lucid but fail on Precise
5724         even with the Freetype change. This isn't worth adding in
5725         Lucid and Precise keywords for just these two tests.
5726
5727         * platform/chromium/TestExpectations:
5728
5729 2013-02-26  Stephen Chenney  <schenney@chromium.org>
5730
5731         feDisplacementMap filter gets color space wrong
5732         https://bugs.webkit.org/show_bug.cgi?id=105929
5733
5734         Reviewed by Dirk Schulze.
5735
5736        Add two new feDisplacementMap tests to get better coverage. And update some results.
5737
5738         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
5739         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
5740         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
5741         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
5742         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
5743         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
5744         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
5745         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
5746         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
5747         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
5748         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
5749         * platform/chromium-linux/svg/filters/feDisplacementMap-expected.png:
5750         * platform/chromium-linux/svg/filters/filterRes-expected.png:
5751         * svg/filters/feDisplacementMap-color-interpolation-filters-expected.svg: Added.
5752         * svg/filters/feDisplacementMap-color-interpolation-filters.svg: Added.
5753         * svg/filters/feDisplacementMap-filterUnits-expected.svg: Added.
5754         * svg/filters/feDisplacementMap-filterUnits.svg: Added.
5755
5756 2013-02-26  Mike West  <mkwst@chromium.org>
5757
5758         X-Frame-Options should accept ALLOWALL as a valid value.
5759         https://bugs.webkit.org/show_bug.cgi?id=110857
5760
5761         Reviewed by Adam Barth.
5762
5763         * http/tests/security/XFrameOptions/resources/x-frame-options-allowall.cgi: Added.
5764         * http/tests/security/XFrameOptions/x-frame-options-allowall-expected.txt: Added.
5765         * http/tests/security/XFrameOptions/x-frame-options-allowall.html: Added.
5766             Exciting new test!
5767         * http/tests/security/XFrameOptions/x-frame-options-cached-expected.txt:
5768             Exciting new baseline for an old test that was already using ALLOWALL!
5769
5770 2013-02-26  Tony Chang  <tony@chromium.org>
5771
5772         CSS Flexbox: dynamically applied align-items doesn't affect item alignment
5773         https://bugs.webkit.org/show_bug.cgi?id=110341
5774
5775         Reviewed by Ojan Vafai.
5776
5777         Also fix a typo causing align-self-* classes from not applying. There
5778         was only one test that tried to use the align-self classes and it was
5779         testing all values behaved the same.
5780
5781         * css3/flexbox/relayout-align-items-expected.txt: Added.
5782         * css3/flexbox/relayout-align-items.html: Added.
5783         * css3/flexbox/resources/flexbox.css:
5784         (.align-self-auto):
5785         (.align-self-flex-start):
5786         (.align-self-flex-end):
5787         (.align-self-center):
5788         (.align-self-baseline):
5789         (.align-self-stretch):
5790
5791 2013-02-26  Christian Biesinger  <cbiesinger@chromium.org>
5792
5793         Empty <button>s should collapse; empty <input type="button"> should not collapse
5794         https://bugs.webkit.org/show_bug.cgi?id=110654
5795
5796         Reviewed by Ojan Vafai.
5797
5798         * css3/flexbox/button-expected.png: Added.
5799         * css3/flexbox/button-expected.txt: Added.
5800         * css3/flexbox/button.html: Added.
5801         Test empty buttons, <input type=button>, and buttons with
5802         overflow:scroll;
5803
5804         * css3/flexbox/position-absolute-child-with-contenteditable-expected.html: Added.
5805         * css3/flexbox/position-absolute-child-with-contenteditable.html: Added.
5806         Test flex boxes with hasLineIfEmpty()=true and absolute positioned
5807         children. Uses contenteditable=true to get that effect.
5808
5809         * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.png:
5810         * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.txt:
5811         * platform/chromium-linux/svg/custom/foreign-object-skew-expected.png:
5812         * platform/chromium-linux/svg/custom/foreign-object-skew-expected.txt:
5813         * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
5814         * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.txt:
5815         Regenerate test cases that use <input type=button>.
5816
5817         * platform/chromium/TestExpectations:
5818         * platform/efl/TestExpectations:
5819         * platform/gtk/TestExpectations:
5820         * platform/mac/TestExpectations:
5821         * platform/qt/TestExpectations:
5822         * platform/win/TestExpectations:
5823         Mark tests for rebaselining.
5824
5825 2013-02-26  Zan Dobersek  <zdobersek@igalia.com>
5826
5827         Unreviewed gardening.
5828
5829         Adding failure expectations for three html5lib tests that are failing after r144032
5830         on EFL and GTK, most likely due to the ports sharing Libsoup as the network backend.
5831
5832         * platform/efl/TestExpectations:
5833         * platform/gtk/TestExpectations:
5834
5835 2013-02-26  Joshua Bell  <jsbell@chromium.org>
5836
5837         IndexedDB: IDBObjectStore.index() doesn't report errors after deleteIndex()
5838         https://bugs.webkit.org/show_bug.cgi?id=110792
5839
5840         Reviewed by Tony Chang.
5841
5842         Added regression test for bug.
5843
5844         * storage/indexeddb/deleteIndex-bug110792-expected.txt: Added.
5845         * storage/indexeddb/deleteIndex-bug110792.html: Added.
5846
5847 2013-02-26  Sheriff Bot  <webkit.review.bot@gmail.com>
5848
5849         Unreviewed, rolling out r144019.
5850         http://trac.webkit.org/changeset/144019
5851         https://bugs.webkit.org/show_bug.cgi?id=110892
5852
5853         due to 8% perf regression on chromium-win7 intl1 page cycler,
5854         see https://bugs.webkit.org/show_bug.cgi?id=110872 (Requested
5855         by gasubic on #webkit).
5856
5857         * platform/mac/TestExpectations:
5858
5859 2013-02-26  Stephen Chenney  <schenney@chromium.org>
5860
5861         [Chromium] New baselines for css3-modsel-15c
5862
5863         Unreviewed test expectations update.
5864
5865         * platform/chromium-linux-x86/css3/selectors3/xml: Removed.
5866         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-15c-expected.png: Added.
5867         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-15c-expected.png: Added.
5868         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-15c-expected.png: Added.
5869         * platform/chromium-win/css3/selectors3/xml/css3-modsel-15c-expected.png: Added.
5870         * platform/chromium-win/css3/selectors3/xml/css3-modsel-15c-expected.txt: Added.
5871         * platform/chromium/css3/selectors3/xml/css3-modsel-15c-expected.png: Removed.
5872         * platform/chromium/css3/selectors3/xml/css3-modsel-15c-expected.txt: Removed.
5873
5874 2013-02-25  Antoine Quint  <graouts@apple.com>
5875
5876         Web Inspector: Cannot deep expand an element that has previously been partially expanded
5877         https://bugs.webkit.org/show_bug.cgi?id=110424
5878
5879         Update existing test for InspectorDOMAgent::requestChildNodes to cover the case
5880         where we want to request children for a node that already has had children pushed
5881         but may not have pushed children at the depth requested.
5882
5883         Reviewed by Pavel Feldman.
5884
5885         * inspector-protocol/dom-request-child-nodes-depth-expected.txt:
5886         * inspector-protocol/dom-request-child-nodes-depth.html:
5887
5888 2013-02-26  Martin Robinson  <mrobinson@igalia.com>
5889
5890         REGRESSION (r143619): Crashes in three layout tests
5891         https://bugs.webkit.org/show_bug.cgi?id=110588
5892
5893         Reviewed by Gustavo Noronha Silva.
5894
5895         * platform/gtk/TestExpectations: Unskip some tests which are no longer
5896         crashing.
5897
5898 2013-02-26  Andrey Kosyakov  <caseq@chromium.org>
5899
5900         Unreviewed, rolling out r144041, r144044, and r144048.
5901         http://trac.webkit.org/changeset/144041
5902         http://trac.webkit.org/changeset/144044
5903         http://trac.webkit.org/changeset/144048
5904         https://bugs.webkit.org/show_bug.cgi?id=105796
5905
5906         Broke build
5907
5908         * inspector/timeline/timeline-enum-stability-expected.txt:
5909
5910 2013-02-26  Vsevolod Vlasov  <vsevik@chromium.org>
5911
5912         Web Inspector: Migrate IndexedDB support to ResourceTreeModel's SecurityOriginAdded/Removed events.
5913         https://bugs.webkit.org/show_bug.cgi?id=110863
5914
5915         Reviewed by Alexander Pavlov.
5916
5917         * http/tests/inspector/indexeddb/database-names-expected.txt:
5918         * http/tests/inspector/indexeddb/database-names.html:
5919
5920 2013-02-26  Csaba Osztrogonác  <ossy@webkit.org>
5921
5922         Unreviewed fix after r144032.
5923         https://bugs.webkit.org/show_bug.cgi?id=110734
5924
5925         Update expected files due to JSC/V8 differences.
5926
5927         * TestExpectations: Skip 2 failing tests until proper fix.
5928         * html5lib/generated/run-template-write.html:
5929         * html5lib/generated/run-tests1-data-expected.txt:
5930         * html5lib/generated/run-tests1-write-expected.txt:
5931         * html5lib/generated/run-tests18-data-expected.txt:
5932         * html5lib/generated/run-tests18-write-expected.txt:
5933         * html5lib/generated/run-tests7-data-expected.txt:
5934         * html5lib/generated/run-tests7-write-expected.txt:
5935         * platform/chromium/html5lib/generated/run-tests1-data-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests1-data-expected.txt.
5936         * platform/chromium/html5lib/generated/run-tests1-write-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests1-write-expected.txt.
5937         * platform/chromium/html5lib/generated/run-tests18-data-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests18-data-expected.txt.
5938         * platform/chromium/html5lib/generated/run-tests18-write-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests18-write-expected.txt.
5939         * platform/chromium/html5lib/generated/run-tests7-data-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests7-data-expected.txt.
5940         * platform/chromium/html5lib/generated/run-tests7-write-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests7-write-expected.txt.
5941
5942 2013-02-26  Vsevolod Vlasov  <vsevik@chromium.org>
5943
5944         Unreviewed chromium test expectations update.
5945
5946         * platform/chromium/TestExpectations:
5947
5948 2013-02-26  Stephen Chenney  <schenney@chromium.org>
5949
5950         [Chromium] TestExpectations cleanup.
5951
5952         Unreviewed removal of expectations for tests that are now passing.
5953
5954         * platform/chromium/TestExpectations:
5955
5956 2013-02-26  Sergio Villar Senin  <svillar@igalia.com>
5957
5958         REGRESSION (r143931): set-cookie-on-redirect.html breaks subsequent tests
5959         https://bugs.webkit.org/show_bug.cgi?id=110844
5960
5961         Reviewed by Alexey Proskuryakov.
5962
5963         Clean up cookies at the beginning and after finishing the test in
5964         order not to break other tests behavior.
5965
5966         * http/tests/cookies/resources/set-cookie-on-redirect.php: clear cookie before returning.
5967         * http/tests/cookies/set-cookie-on-redirect.html: clear all cookies before starting the test.
5968
5969 2013-02-26  Andrey Kosyakov  <caseq@chromium.org>
5970
5971         Web Inspector: show deferred paints on Timeline
5972         https://bugs.webkit.org/show_bug.cgi?id=105851
5973
5974         Reviewed by Pavel Feldman.
5975
5976         * inspector/timeline/timeline-enum-stability-expected.txt: Added "Rasterize" record type.
5977
5978 2013-02-26  Takashi Toyoshima  <toyoshim@chromium.org>
5979
5980         Add User-Agent header in opening handshake headers.
5981         https://bugs.webkit.org/show_bug.cgi?id=110601
5982
5983         Reviewed by Alexey Proskuryakov.
5984
5985         RFC-6455 doesn't require to send User-Agent header, but allow it.
5986         Many web application developers want to have it, and Firefox already
5987         did it. This patch adds User-Agent header in opening handshake also in
5988         WebKit ports.
5989
5990         Test: http/tests/websocket/tests/hybi/useragent-in-openinghandshake.html
5991
5992         * http/tests/websocket/tests/hybi/sendback_ua_wsh.py: Added.
5993         (web_socket_do_extra_handshake):
5994         (web_socket_transfer_data):
5995         * http/tests/websocket/tests/hybi/useragent-in-openinghandshake-expected.txt: Added.
5996         * http/tests/websocket/tests/hybi/useragent-in-openinghandshake.html: Added.
5997
5998 2013-02-26  Zan Dobersek  <zdobersek@igalia.com>
5999
6000         Unreviewed GTK gardening.
6001
6002         * platform/gtk/TestExpectations: Updating expectations for two inspector tests.
6003         Expanding expectation for media/encrypted-media/encrypted-media-syntax.html to expect timeouts as well.
6004         Adding a flaky failure expectation for svg/custom/animation-currentColor.svg.
6005
6006 2013-02-26  Jochen Eisinger  <jochen@chromium.org>
6007
6008         [chromium] add content shell specific TestExpectations
6009         https://bugs.webkit.org/show_bug.cgi?id=110710
6010
6011         Reviewed by Eric Seidel.
6012
6013         For now, add tests that pass on content shell but fail on DRT.
6014         Next, I will file bugs for all the remaining failing tests and skip
6015         them here to ease the transition from DRT.
6016
6017         * platform/chromium/ContentShellTestExpectations: Added.
6018
6019 2013-02-26  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
6020
6021         [Qt] Unreviewed gardening.
6022
6023         * platform/qt-5.0-wk1/http/tests/navigation/forward-and-cancel-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/navigation/forward-and-cancel-expected.txt.
6024         * platform/qt-5.0-wk1/http/tests/navigation/postredirect-frames-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/navigation/postredirect-frames-expected.txt.
6025         * platform/qt-5.0-wk1/http/tests/navigation/postredirect-goback2-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/navigation/postredirect-goback2-expected.txt.
6026
6027 2013-02-26  Eric Seidel  <eric@webkit.org>
6028
6029         Layout Test Multiple html5lib/ tests are too slow and should be split.
6030         https://bugs.webkit.org/show_bug.cgi?id=110734
6031
6032         Reviewed by Adam Barth.
6033
6034         Split all of the html5lib tests into write and data variants
6035         instead of running both in sequence in each test.
6036         I added a script to autogenerate all of the test harness files
6037         from the *.dat files in resources/ (which we sync with the
6038         upstream html5lib tests.
6039
6040         I removed all the old tests and expectations as well as TestExpectation entries.
6041         All of these tests should now be fast enough to avoid timeout on all platforms.
6042         I set the expectations from my chromium-linux (v8) machine, thus someone
6043         from a jsc port will need to rebaseline appropriately from their machine.
6044
6045         * TestExpectations:
6046         * html5lib/generate-test-wrappers.py: Added.
6047         (WrapperGenerator):
6048         (_files_in_directory_with_suffix):
6049         (_last_path_component_removing_suffix):
6050         (_remove_harness_prefix):
6051         (_remove_harness_type):
6052         (_test_name_from_harness_name):
6053         (_remove_stale_tests):
6054         (_input_path):
6055         (_harness_path):
6056         (_harness_content):
6057         (_write_harness):
6058         (main):
6059         * html5lib/generated/run-adoption01-data-expected.txt: Added.
6060         * html5lib/generated/run-adoption01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6061         * html5lib/generated/run-adoption01-write-expected.txt: Added.
6062         * html5lib/generated/run-adoption01-write.html: Renamed from LayoutTests/html5lib/generated/run-template.html.
6063         * html5lib/generated/run-adoption02-data-expected.txt: Added.
6064         * html5lib/generated/run-adoption02-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6065         * html5lib/generated/run-adoption02-write-expected.txt: Added.
6066         * html5lib/generated/run-adoption02-write.html: Renamed from LayoutTests/html5lib/generated/run-tests11.html.
6067         * html5lib/generated/run-comments01-data-expected.txt: Added.
6068         * html5lib/generated/run-comments01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6069         * html5lib/generated/run-comments01-write-expected.txt: Added.
6070         * html5lib/generated/run-comments01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6071         * html5lib/generated/run-doctype01-data-expected.txt: Added.
6072         * html5lib/generated/run-doctype01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6073         * html5lib/generated/run-doctype01-write-expected.txt: Added.
6074         * html5lib/generated/run-doctype01-write.html: Renamed from LayoutTests/html5lib/generated/run-tests10.html.
6075         * html5lib/generated/run-domjs-unsafe-data-expected.txt: Added.
6076         * html5lib/generated/run-domjs-unsafe-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6077         * html5lib/generated/run-domjs-unsafe-write-expected.txt: Added.
6078         * html5lib/generated/run-domjs-unsafe-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6079         * html5lib/generated/run-entities01-data-expected.txt: Added.
6080         * html5lib/generated/run-entities01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6081         * html5lib/generated/run-entities01-write-expected.txt: Added.
6082         * html5lib/generated/run-entities01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6083         * html5lib/generated/run-entities02-data-expected.txt: Added.
6084         * html5lib/generated/run-entities02-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6085         * html5lib/generated/run-entities02-write-expected.txt: Added.
6086         * html5lib/generated/run-entities02-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6087         * html5lib/generated/run-html5test-com-data-expected.txt: Added.
6088         * html5lib/generated/run-html5test-com-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6089         * html5lib/generated/run-html5test-com-write-expected.txt: Added.
6090         * html5lib/generated/run-html5test-com-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6091         * html5lib/generated/run-inbody01-data-expected.txt: Added.
6092         * html5lib/generated/run-inbody01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6093         * html5lib/generated/run-inbody01-write-expected.txt: Added.
6094         * html5lib/generated/run-inbody01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6095         * html5lib/generated/run-isindex-data-expected.txt: Added.
6096         * html5lib/generated/run-isindex-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6097         * html5lib/generated/run-isindex-write-expected.txt: Added.
6098         * html5lib/generated/run-isindex-write.html: Renamed from LayoutTests/html5lib/generated/run-tests2.html.
6099         * html5lib/generated/run-pending-spec-changes-data-expected.txt: Added.
6100         * html5lib/generated/run-pending-spec-changes-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6101         * html5lib/generated/run-pending-spec-changes-plain-text-unsafe-data-expected.txt: Added.
6102         * html5lib/generated/run-pending-spec-changes-plain-text-unsafe-data.html: Added.
6103         * html5lib/generated/run-pending-spec-changes-plain-text-unsafe-write-expected.txt: Added.
6104         * html5lib/generated/run-pending-spec-changes-plain-text-unsafe-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6105         * html5lib/generated/run-pending-spec-changes-write-expected.txt: Added.
6106         * html5lib/generated/run-pending-spec-changes-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6107         * html5lib/generated/run-plain-text-unsafe-data-expected.txt: Added.
6108         * html5lib/generated/run-plain-text-unsafe-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6109         * html5lib/generated/run-plain-text-unsafe-write-expected.txt: Added.
6110         * html5lib/generated/run-plain-text-unsafe-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6111         * html5lib/generated/run-scriptdata01-data-expected.txt: Added.
6112         * html5lib/generated/run-scriptdata01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6113         * html5lib/generated/run-scriptdata01-write-expected.txt: Added.
6114         * html5lib/generated/run-scriptdata01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6115         * html5lib/generated/run-tables01-data-expected.txt: Added.
6116         * html5lib/generated/run-tables01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6117         * html5lib/generated/run-tables01-write-expected.txt: Added.
6118         * html5lib/generated/run-tables01-write.html: Renamed from LayoutTests/html5lib/generated/run-tests22.html.
6119         * html5lib/generated/run-template-data-expected.txt: Added.
6120         * html5lib/generated/run-template-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6121         * html5lib/generated/run-template-expected.txt: Removed.
6122         * html5lib/generated/run-template-write-expected.txt: Added.
6123         * html5lib/generated/run-template-write.html: Renamed from LayoutTests/html5lib/generated/run-tests3.html.
6124         * html5lib/generated/run-tests1-data-expected.txt: Added.
6125         * html5lib/generated/run-tests1-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6126         * html5lib/generated/run-tests1-expected.txt: Removed.
6127         * html5lib/generated/run-tests1-write-expected.txt: Added.
6128         * html5lib/generated/run-tests1-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6129         * html5lib/generated/run-tests10-data-expected.txt: Added.
6130         * html5lib/generated/run-tests10-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6131         * html5lib/generated/run-tests10-expected.txt: Removed.
6132         * html5lib/generated/run-tests10-write-expected.txt: Added.
6133         * html5lib/generated/run-tests10-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6134         * html5lib/generated/run-tests11-data-expected.txt: Added.
6135         * html5lib/generated/run-tests11-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6136         * html5lib/generated/run-tests11-expected.txt: Removed.
6137         * html5lib/generated/run-tests11-write-expected.txt: Added.
6138         * html5lib/generated/run-tests11-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6139         * html5lib/generated/run-tests12-data-expected.txt: Added.
6140         * html5lib/generated/run-tests12-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6141         * html5lib/generated/run-tests12-expected.txt: Removed.
6142         * html5lib/generated/run-tests12-write-expected.txt: Added.
6143         * html5lib/generated/run-tests12-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6144         * html5lib/generated/run-tests12.html: Removed.
6145         * html5lib/generated/run-tests14-data-expected.txt: Added.
6146         * html5lib/generated/run-tests14-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6147         * html5lib/generated/run-tests14-expected.txt: Removed.
6148         * html5lib/generated/run-tests14-write-expected.txt: Added.
6149         * html5lib/generated/run-tests14-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6150         * html5lib/generated/run-tests14.html: Removed.
6151         * html5lib/generated/run-tests15-data-expected.txt: Added.
6152         * html5lib/generated/run-tests15-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6153         * html5lib/generated/run-tests15-expected.txt: Removed.
6154         * html5lib/generated/run-tests15-write-expected.txt: Added.
6155         * html5lib/generated/run-tests15-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6156         * html5lib/generated/run-tests15.html: Removed.
6157         * html5lib/generated/run-tests16-data-expected.txt: Added.
6158         * html5lib/generated/run-tests16-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6159         * html5lib/generated/run-tests16-expected.txt: Removed.
6160         * html5lib/generated/run-tests16-write-expected.txt: Added.
6161         * html5lib/generated/run-tests16-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6162         * html5lib/generated/run-tests16.html: Removed.
6163         * html5lib/generated/run-tests17-data-expected.txt: Added.
6164         * html5lib/generated/run-tests17-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6165         * html5lib/generated/run-tests17-expected.txt: Removed.
6166         * html5lib/generated/run-tests17-write-expected.txt: Added.
6167         * html5lib/generated/run-tests17-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6168         * html5lib/generated/run-tests17.html: Removed.
6169         * html5lib/generated/run-tests18-data-expected.txt: Added.
6170         * html5lib/generated/run-tests18-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6171         * html5lib/generated/run-tests18-expected.txt: Removed.
6172         * html5lib/generated/run-tests18-write-expected.txt: Added.
6173         * html5lib/generated/run-tests18-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6174         * html5lib/generated/run-tests18.html: Removed.
6175         * html5lib/generated/run-tests19-data-expected.txt: Added.
6176         * html5lib/generated/run-tests19-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6177         * html5lib/generated/run-tests19-expected.txt: Removed.
6178         * html5lib/generated/run-tests19-write-expected.txt: Added.
6179         * html5lib/generated/run-tests19-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6180         * html5lib/generated/run-tests19.html: Removed.
6181         * html5lib/generated/run-tests2-data-expected.txt: Added.
6182         * html5lib/generated/run-tests2-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6183         * html5lib/generated/run-tests2-expected.txt: Removed.
6184         * html5lib/generated/run-tests2-write-expected.txt: Added.
6185         * html5lib/generated/run-tests2-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6186         * html5lib/generated/run-tests20-data-expected.txt: Added.
6187         * html5lib/generated/run-tests20-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6188         * html5lib/generated/run-tests20-expected.txt: Removed.
6189         * html5lib/generated/run-tests20-write-expected.txt: Added.
6190         * html5lib/generated/run-tests20-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6191         * html5lib/generated/run-tests20.html: Removed.
6192         * html5lib/generated/run-tests21-data-expected.txt: Added.
6193         * html5lib/generated/run-tests21-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6194         * html5lib/generated/run-tests21-expected.txt: Removed.
6195         * html5lib/generated/run-tests21-write-expected.txt: Added.
6196         * html5lib/generated/run-tests21-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6197         * html5lib/generated/run-tests21.html: Removed.
6198         * html5lib/generated/run-tests22-data-expected.txt: Added.
6199         * html5lib/generated/run-tests22-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6200         * html5lib/generated/run-tests22-expected.txt: Removed.
6201         * html5lib/generated/run-tests22-write-expected.txt: Added.
6202         * html5lib/generated/run-tests22-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6203         * html5lib/generated/run-tests23-data-expected.txt: Added.
6204         * html5lib/generated/run-tests23-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6205         * html5lib/generated/run-tests23-expected.txt: Removed.
6206         * html5lib/generated/run-tests23-write-expected.txt: Added.
6207         * html5lib/generated/run-tests23-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6208         * html5lib/generated/run-tests23.html: Removed.
6209         * html5lib/generated/run-tests24-data-expected.txt: Added.
6210         * html5lib/generated/run-tests24-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6211         * html5lib/generated/run-tests24-expected.txt: Removed.
6212         * html5lib/generated/run-tests24-write-expected.txt: Added.
6213         * html5lib/generated/run-tests24-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6214         * html5lib/generated/run-tests24.html: Removed.
6215         * html5lib/generated/run-tests25-data-expected.txt: Added.
6216         * html5lib/generated/run-tests25-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6217         * html5lib/generated/run-tests25-expected.txt: Removed.
6218         * html5lib/generated/run-tests25-write-expected.txt: Added.
6219         * html5lib/generated/run-tests25-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6220         * html5lib/generated/run-tests25.html: Removed.
6221         * html5lib/generated/run-tests26-data-expected.txt: Added.
6222         * html5lib/generated/run-tests26-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6223         * html5lib/generated/run-tests26-expected.txt: Removed.
6224         * html5lib/generated/run-tests26-write-expected.txt: Added.
6225         * html5lib/generated/run-tests26-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6226         * html5lib/generated/run-tests26.html: Removed.
6227         * html5lib/generated/run-tests3-data-expected.txt: Added.
6228         * html5lib/generated/run-tests3-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6229         * html5lib/generated/run-tests3-expected.txt: Removed.
6230         * html5lib/generated/run-tests3-write-expected.txt: Added.
6231         * html5lib/generated/run-tests3-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6232         * html5lib/generated/run-tests4-data-expected.txt: Added.
6233         * html5lib/generated/run-tests4-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6234         * html5lib/generated/run-tests4-expected.txt: Removed.
6235         * html5lib/generated/run-tests4-write-expected.txt: Added.
6236         * html5lib/generated/run-tests4-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6237         * html5lib/generated/run-tests4.html: Removed.
6238         * html5lib/generated/run-tests5-data-expected.txt: Added.
6239         * html5lib/generated/run-tests5-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6240         * html5lib/generated/run-tests5-expected.txt: Removed.
6241         * html5lib/generated/run-tests5-write-expected.txt: Added.
6242         * html5lib/generated/run-tests5-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6243         * html5lib/generated/run-tests5.html: Removed.
6244         * html5lib/generated/run-tests6-data-expected.txt: Added.
6245         * html5lib/generated/run-tests6-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6246         * html5lib/generated/run-tests6-expected.txt: Removed.
6247         * html5lib/generated/run-tests6-write-expected.txt: Added.
6248         * html5lib/generated/run-tests6-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6249         * html5lib/generated/run-tests6.html: Removed.
6250         * html5lib/generated/run-tests7-data-expected.txt: Added.
6251         * html5lib/generated/run-tests7-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6252         * html5lib/generated/run-tests7-expected.txt: Removed.
6253         * html5lib/generated/run-tests7-write-expected.txt: Added.
6254         * html5lib/generated/run-tests7-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6255         * html5lib/generated/run-tests7.html: Removed.
6256         * html5lib/generated/run-tests8-data-expected.txt: Added.
6257         * html5lib/generated/run-tests8-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6258         * html5lib/generated/run-tests8-expected.txt: Removed.
6259         * html5lib/generated/run-tests8-write-expected.txt: Added.
6260         * html5lib/generated/run-tests8-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6261         * html5lib/generated/run-tests8.html: Removed.
6262         * html5lib/generated/run-tests9-data-expected.txt: Added.
6263         * html5lib/generated/run-tests9-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6264         * html5lib/generated/run-tests9-expected.txt: Removed.
6265         * html5lib/generated/run-tests9-write-expected.txt: Added.
6266         * html5lib/generated/run-tests9-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6267         * html5lib/generated/run-tests9.html: Removed.
6268         * html5lib/generated/run-tests_innerHTML_1-data-expected.txt: Added.
6269         * html5lib/generated/run-tests_innerHTML_1-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6270         * html5lib/generated/run-tests_innerHTML_1-write-expected.txt: Added.
6271         * html5lib/generated/run-tests_innerHTML_1-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6272         * html5lib/generated/run-tricky01-data-expected.txt: Added.
6273         * html5lib/generated/run-tricky01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6274         * html5lib/generated/run-tricky01-write-expected.txt: Added.
6275         * html5lib/generated/run-tricky01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6276         * html5lib/generated/run-webkit01-data-expected.txt: Added.
6277         * html5lib/generated/run-webkit01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6278         * html5lib/generated/run-webkit01-write-expected.txt: Added.
6279         * html5lib/generated/run-webkit01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6280         * html5lib/generated/run-webkit02-data-expected.txt: Added.
6281         * html5lib/generated/run-webkit02-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html.
6282         * html5lib/generated/run-webkit02-write-expected.txt: Added.
6283         * html5lib/generated/run-webkit02-write.html: Renamed from LayoutTests/html5lib/generated/run-tests1.html.
6284         * html5lib/resources/runner.js:
6285         (window.onload):
6286         * html5lib/runner-expected.txt: Removed.
6287         * html5lib/runner.html: Removed.
6288         * platform/chromium/TestExpectations:
6289         * platform/chromium/html5lib/generated/run-tests1-expected.txt: Removed.
6290         * platform/chromium/html5lib/generated/run-tests18-expected.txt: Removed.
6291         * platform/chromium/html5lib/generated/run-tests7-expected.txt: Removed.
6292
6293 2013-02-26  Takashi Sakamoto  <tasak@google.com>
6294
6295         Shadow DOM styles appear to be over-eagerly shared
6296         https://bugs.webkit.org/show_bug.cgi?id=110797
6297
6298         Reviewed by Dimitri Glazkov.
6299
6300         * fast/dom/shadow/no-style-sharing-with-distributed-nodes-expected.html: Added.
6301         * fast/dom/shadow/no-style-sharing-with-distributed-nodes.html: Added.
6302
6303 2013-02-26  Ádám Kallai  <kadam@inf.u-szeged.hu>
6304
6305         [Qt] Unreviewed gardening. Update platform specific expected file after r143836.
6306
6307         * platform/qt/TestExpectations: Skipped after r143300.
6308         * platform/qt/fast/forms/select-baseline-expected.txt: Update after r143836.
6309
6310 2013-02-26  Alexander Pavlov  <apavlov@chromium.org>
6311
6312         Web Inspector: CSSAgent.setStyleSheetText crashes on inline styles
6313         https://bugs.webkit.org/show_bug.cgi?id=110359
6314
6315         Reviewed by Pavel Feldman.
6316
6317         * inspector/styles/styles-new-API-expected.txt:
6318         * inspector/styles/styles-new-API.html:
6319
6320 2013-02-26  Tien-Ren Chen  <trchen@chromium.org>
6321
6322         Implement coordinated scrollbar for subframes and overflow:scroll
6323         https://bugs.webkit.org/show_bug.cgi?id=109560
6324
6325         Reviewed by James Robinson.
6326
6327         Coordinated scrollbars changes drawsContent flag on scrollbar GraphicsLayers,
6328         test expectation are updated.
6329
6330         * platform/chromium-linux/compositing/iframes/become-overlapped-iframe-expected.txt: Added.
6331         * platform/chromium-linux/compositing/iframes/composited-parent-iframe-expected.txt: Added.
6332         * platform/chromium-linux/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added.
6333         * platform/chromium-linux/compositing/iframes/connect-compositing-iframe-expected.txt: Added.
6334         * platform/chromium-linux/compositing/iframes/connect-compositing-iframe2-expected.txt: Added.
6335         * platform/chromium-linux/compositing/iframes/connect-compositing-iframe3-expected.txt: Added.
6336         * platform/chromium-linux/compositing/iframes/enter-compositing-iframe-expected.txt: Added.
6337         * platform/chromium-linux/compositing/iframes/iframe-resize-expected.txt: Added.
6338         * platform/chromium-linux/compositing/iframes/iframe-size-from-zero-expected.txt: Added.
6339         * platform/chromium-linux/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
6340         * platform/chromium-linux/compositing/iframes/overlapped-iframe-expected.txt: Added.
6341         * platform/chromium-linux/compositing/iframes/resizer-expected.txt: Added.
6342         * platform/chromium-linux/compositing/iframes/scrolling-iframe-expected.txt: Added.
6343         * platform/chromium-linux/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
6344         * platform/chromium-linux/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
6345         * platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt:
6346         * platform/chromium-linux/compositing/overflow/textarea-scroll-touch-expected.txt: Added.
6347         * platform/chromium-linux/compositing/overflow/updating-scrolling-content-expected.txt:
6348         * platform/chromium-linux/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
6349         * platform/chromium-linux/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
6350         * platform/chromium-linux/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
6351         * platform/chromium-linux/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
6352         * platform/chromium-linux/platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt: Added.
6353         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
6354         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
6355         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
6356         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-overlay-with-touch-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
6357         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-content-clip-to-viewport-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
6358         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt:
6359         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt: Added.
6360         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt:
6361         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/become-overlapped-iframe-expected.txt: Added.
6362         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-parent-iframe-expected.txt: Added.
6363         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added.
6364         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe-expected.txt: Added.
6365         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe2-expected.txt: Added.
6366         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe3-expected.txt: Added.
6367         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/enter-compositing-iframe-expected.txt: Added.
6368         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/iframe-resize-expected.txt: Added.
6369         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/iframe-size-from-zero-expected.txt: Added.
6370         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
6371         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/overlapped-iframe-expected.txt: Added.
6372         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/resizer-expected.txt: Added.
6373         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/scrolling-iframe-expected.txt: Added.
6374         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
6375         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt.
6376         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scrolling-without-painting-expected.txt:
6377         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt: Added.
6378         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/updating-scrolling-content-expected.txt:
6379         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
6380         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
6381         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
6382         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
6383         * platform/chromium/TestExpectations:
6384
6385 2013-02-26  Glenn Adams  <glenn@skynav.com>
6386
6387         CSS3: line-break property support
6388         https://bugs.webkit.org/show_bug.cgi?id=89235
6389
6390         Reviewed by Eric Seidel.
6391
6392         * platform/mac/TestExpectations: Mark css3/line-break tests as passing.
6393
6394 2013-02-26  Ádám Kallai  <kadam@inf.u-szeged.hu>
6395
6396         [Qt] Unreviewed gardening. Unskipp now passing tests after r144005.
6397         https://bugs.webkit.org/show_bug.cgi?id=110756.
6398
6399         Reviewed by Geoffrey Garen.
6400
6401         * platform/qt/TestExpectations:
6402
6403 2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
6404
6405         Unreviewed chromium test expectations update.
6406
6407         * platform/chromium/TestExpectations:
6408
6409 2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
6410
6411         Unreviewed chromium test expectations update.
6412
6413         * platform/chromium/TestExpectations:
6414
6415 2013-02-25  Xueqing Huang  <huangxueqing@baidu.com>
6416
6417         Flexbox should ignore firstLetter pseudo element.
6418         https://bugs.webkit.org/show_bug.cgi?id=105126
6419
6420         Reviewed by Tony Chang.
6421
6422         The CSS WG decided that first-line and first-letter should not
6423         apply to flex containers.
6424         http://dev.w3.org/csswg/css3-flexbox/issues-cr-2012#issue-13
6425
6426         * css3/flexbox/flexbox-ignore-container-firstLetter-expected.txt: Added.
6427         * css3/flexbox/flexbox-ignore-container-firstLetter.html: Added.
6428         * css3/flexbox/flexbox-ignore-firstLetter-expected.txt: Added.
6429         * css3/flexbox/flexbox-ignore-firstLetter.html: Added.
6430         * css3/flexbox/inline-flex-crash-expected.txt:
6431         * css3/flexbox/inline-flex-crash2-expected.txt:
6432
6433 2013-02-25  James Simonsen  <simonjam@chromium.org>
6434
6435         [Resource Timing] Update test suite so it can be exported to the W3C
6436         https://bugs.webkit.org/show_bug.cgi?id=107343
6437
6438         Reviewed by Tony Gentilcore.
6439
6440         * http/tests/w3c/webperf/resources/webperftestharness.js: Removed unneeded functions and moved new ones to extension.
6441         * http/tests/w3c/webperf/resources/webperftestharnessextension.js:
6442         (test_resource_entries):
6443         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_attribute_order-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order-expected.txt.
6444         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_attribute_order.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order.html.
6445         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_cached-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached-expected.txt.
6446         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_cached.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached.html.
6447         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_connection_reuse-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse-expected.txt.
6448         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_connection_reuse.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse.html.
6449         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_dynamic_insertion-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion-expected.txt.
6450         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_dynamic_insertion.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion.html.
6451         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_frame_initiator_type-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type-expected.txt.
6452         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_frame_initiator_type.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type.html.
6453         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_data_url-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url-expected.txt.
6454         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_data_url.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url.html.
6455         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_failures-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures-expected.txt.
6456         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_failures.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures.html.
6457         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_initiator_types-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types-expected.txt.
6458         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_initiator_types.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types.html.
6459         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_redirects-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects-expected.txt.
6460         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_redirects.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects.html.
6461         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_reparenting-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting-expected.txt.
6462         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_reparenting.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting.html.
6463         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_script_types-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types-expected.txt.
6464         * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_script_types.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types.html.
6465         * platform/chromium/TestExpectations: Moved directories...
6466         * platform/efl/TestExpectations:
6467         * platform/gtk/TestExpectations:
6468         * platform/qt/TestExpectations:
6469
6470 2013-02-21  Jeffrey Pfau  <jpfau@apple.com>
6471
6472         Optionally partition cache to prevent using cache for tracking
6473         https://bugs.webkit.org/show_bug.cgi?id=110269
6474
6475         Reviewed by Maciej Stachowiak.
6476
6477         Added tests for ensuring the cache partitioning functions
6478
6479         * http/tests/cache/partitioned-cache-expected.txt: Added.
6480         * http/tests/cache/partitioned-cache.html: Added.
6481         * http/tests/cache/resources/echo-cookie.cgi: Added.
6482         * http/tests/cache/resources/partitioned-cache-loader.html: Added.
6483
6484 2013-02-25  Eric Seidel  <eric@webkit.org>
6485
6486         Move html5lib/run-test* into html5lib/generated in preparation for generating these harnesses
6487         https://bugs.webkit.org/show_bug.cgi?id=110795
6488
6489         Reviewed by Ojan Vafai.
6490
6491         * html5lib/generated/run-template-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6492         * html5lib/generated/run-template.html: Added.
6493         * html5lib/generated/run-tests1-expected.txt: Renamed from LayoutTests/html5lib/run-test7-expected.txt.
6494         * html5lib/generated/run-tests1.html: Added.
6495         * html5lib/generated/run-tests10-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6496         * html5lib/generated/run-tests10.html: Added.
6497         * html5lib/generated/run-tests11-expected.txt: Renamed from LayoutTests/html5lib/run-test11-expected.txt.
6498         * html5lib/generated/run-tests11.html: Added.
6499         * html5lib/generated/run-tests12-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6500         * html5lib/generated/run-tests12.html: Added.
6501         * html5lib/generated/run-tests14-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6502         * html5lib/generated/run-tests14.html: Added.
6503         * html5lib/generated/run-tests15-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6504         * html5lib/generated/run-tests15.html: Added.
6505         * html5lib/generated/run-tests16-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6506         * html5lib/generated/run-tests16.html: Added.
6507         * html5lib/generated/run-tests17-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6508         * html5lib/generated/run-tests17.html: Added.
6509         * html5lib/generated/run-tests18-expected.txt: Renamed from LayoutTests/html5lib/run-test18-expected.txt.
6510         * html5lib/generated/run-tests18.html: Added.
6511         * html5lib/generated/run-tests19-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6512         * html5lib/generated/run-tests19.html: Added.
6513         * html5lib/generated/run-tests2-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6514         * html5lib/generated/run-tests2.html: Added.
6515         * html5lib/generated/run-tests20-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6516         * html5lib/generated/run-tests20.html: Added.
6517         * html5lib/generated/run-tests21-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6518         * html5lib/generated/run-tests21.html: Added.
6519         * html5lib/generated/run-tests22-expected.txt: Renamed from LayoutTests/html5lib/run-test10-expected.txt.
6520         * html5lib/generated/run-tests22.html: Added.
6521         * html5lib/generated/run-tests23-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6522         * html5lib/generated/run-tests23.html: Added.
6523         * html5lib/generated/run-tests24-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6524         * html5lib/generated/run-tests24.html: Added.
6525         * html5lib/generated/run-tests25-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6526         * html5lib/generated/run-tests25.html: Added.
6527         * html5lib/generated/run-tests26-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6528         * html5lib/generated/run-tests26.html: Added.
6529         * html5lib/generated/run-tests3-expected.txt: Renamed from LayoutTests/html5lib/run-test14-expected.txt.
6530         * html5lib/generated/run-tests3.html: Added.
6531         * html5lib/generated/run-tests4-expected.txt: Renamed from LayoutTests/html5lib/run-test12-expected.txt.
6532         * html5lib/generated/run-tests4.html: Added.
6533         * html5lib/generated/run-tests5-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6534         * html5lib/generated/run-tests5.html: Added.
6535         * html5lib/generated/run-tests6-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6536         * html5lib/generated/run-tests6.html: Added.
6537         * html5lib/generated/run-tests7-expected.txt: Renamed from LayoutTests/html5lib/run-test1-expected.txt.
6538         * html5lib/generated/run-tests7.html: Added.
6539         * html5lib/generated/run-tests8-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt.
6540         * html5lib/generated/run-tests8.html: Added.
6541         * html5lib/generated/run-tests9-expected.txt: Renamed from LayoutTests/html5lib/run-template-expected.txt.
6542         * html5lib/generated/run-tests9.html: Added.
6543         * html5lib/run-template.html: Removed.
6544         * html5lib/run-test1.html: Removed.
6545         * html5lib/run-test10.html: Removed.
6546         * html5lib/run-test11.html: Removed.
6547         * html5lib/run-test12.html: Removed.
6548         * html5lib/run-test14.html: Removed.
6549         * html5lib/run-test15-expected.txt: Removed.
6550         * html5lib/run-test15.html: Removed.
6551         * html5lib/run-test16-expected.txt: Removed.
6552         * html5lib/run-test16.html: Removed.
6553         * html5lib/run-test17-expected.txt: Removed.
6554         * html5lib/run-test17.html: Removed.
6555         * html5lib/run-test18.html: Removed.
6556         * html5lib/run-test19-expected.txt: Removed.
6557         * html5lib/run-test19.html: Removed.
6558         * html5lib/run-test2-expected.txt: Removed.
6559         * html5lib/run-test2.html: Removed.
6560         * html5lib/run-test20-expected.txt: Removed.
6561         * html5lib/run-test20.html: Removed.
6562         * html5lib/run-test21-expected.txt: Removed.
6563         * html5lib/run-test21.html: Removed.
6564         * html5lib/run-test22-expected.txt: Removed.
6565         * html5lib/run-test22.html: Removed.
6566         * html5lib/run-test23-expected.txt: Removed.
6567         * html5lib/run-test23.html: Removed.
6568         * html5lib/run-test24-expected.txt: Removed.
6569         * html5lib/run-test24.html: Removed.
6570         * html5lib/run-test25-expected.txt: Removed.
6571         * html5lib/run-test25.html: Removed.
6572         * html5lib/run-test26-expected.txt: Removed.
6573         * html5lib/run-test26.html: Removed.
6574         * html5lib/run-test3-expected.txt: Removed.
6575         * html5lib/run-test3.html: Removed.
6576         * html5lib/run-test4-expected.txt: Removed.
6577         * html5lib/run-test4.html: Removed.
6578         * html5lib/run-test5-expected.txt: Removed.
6579         * html5lib/run-test5.html: Removed.
6580         * html5lib/run-test6-expected.txt: Removed.
6581         * html5lib/run-test6.html: Removed.
6582         * html5lib/run-test7.html: Removed.
6583         * html5lib/run-test8-expected.txt: Removed.
6584         * html5lib/run-test8.html: Removed.
6585         * html5lib/run-test9-expected.txt: Removed.
6586         * html5lib/run-test9.html: Removed.
6587         * platform/chromium/TestExpectations:
6588         * platform/chromium/html5lib/generated/run-tests1-expected.txt: Renamed from LayoutTests/platform/chromium/html5lib/run-test7-expected.txt.
6589         * platform/chromium/html5lib/generated/run-tests18-expected.txt: Renamed from LayoutTests/platform/chromium/html5lib/run-test18-expected.txt.
6590         * platform/chromium/html5lib/generated/run-tests7-expected.txt: Renamed from LayoutTests/platform/chromium/html5lib/run-test1-expected.txt.
6591         * platform/efl/TestExpectations:
6592         * platform/gtk/TestExpectations:
6593         * platform/mac/TestExpectations:
6594         * platform/qt/TestExpectations:
6595         * platform/win/TestExpectations:
6596         * platform/wincairo/TestExpectations:
6597
6598 2013-02-25  Philip Rogers  <pdr@google.com>
6599
6600         Remove two stale entries from TestExpectations
6601
6602         Unreviewed patch of test expectations.
6603
6604         * platform/chromium/TestExpectations:
6605
6606 2013-02-25  Philip Rogers  <pdr@google.com>
6607
6608         Rebaseline 3 svg/as-image/ tests
6609
6610         Unreviewed rebaseline of test expectations.
6611
6612         * platform/chromium-linux/svg/as-image/animated-svg-as-image-expected.png:
6613         * platform/chromium-linux/svg/as-image/animated-svg-as-image-same-image-expected.png:
6614         * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
6615         * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-expected.png:
6616         * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-same-image-expected.png:
6617         * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
6618         * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-expected.png:
6619         * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-same-image-expected.png:
6620         * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
6621         * platform/chromium-mac/svg/as-image/animated-svg-as-image-expected.png:
6622         * platform/chromium-mac/svg/as-image/animated-svg-as-image-same-image-expected.png:
6623         * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
6624         * platform/chromium-win/svg/as-image/animated-svg-as-image-expected.png:
6625         * platform/chromium-win/svg/as-image/animated-svg-as-image-same-image-expected.png:
6626         * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
6627
6628 2013-02-25  Alexis Menard  <alexis@webkit.org>
6629
6630         transition-property property doesn't accept "all, <IDENT>".
6631         https://bugs.webkit.org/show_bug.cgi?id=110074
6632
6633         Reviewed by Dean Jackson.
6634
6635         Extend exising test to cover the bug.
6636
6637         * transitions/transitions-parsing-expected.txt:
6638         * transitions/transitions-parsing.html:
6639
6640 2013-02-25  Sergio Villar Senin  <svillar@igalia.com>
6641
6642         [soup] "Too many redirects" error loading chat in plus.google.com
6643         https://bugs.webkit.org/show_bug.cgi?id=64575
6644
6645         Reviewed by Martin Robinson.
6646
6647         This new test checks firstPartyForCookies is properly set to the
6648         new URL on redirects.
6649
6650         * http/tests/cookies/resources/set-cookie-on-redirect.php: Added.
6651         * http/tests/cookies/set-cookie-on-redirect-expected.txt: Added.
6652         * http/tests/cookies/set-cookie-on-redirect.html: Added.
6653
6654 2013-02-25  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
6655
6656         [Qt] Unreviewed gardening. Skip asserting tests.
6657         https://bugs.webkit.org/show_bug.cgi?id=110756
6658
6659         * platform/qt/TestExpectations:
6660
6661 2013-02-25  Alexei Filippov  <alph@chromium.org>
6662
6663         Web Inspector: Remove CPU profile from a group causes exception
6664         https://bugs.webkit.org/show_bug.cgi?id=110466
6665
6666         Reviewed by Yury Semikhatsky.
6667
6668         WebInspector.ProfilesPanel._removeProfileHandle did not handle
6669         profile removal from a group. The fix takes care of this case.
6670
6671         Test: inspector/profiler/cpu-profiler-profile-removal.html
6672
6673         * inspector/profiler/cpu-profiler-profile-removal-expected.txt: Added.
6674         * inspector/profiler/cpu-profiler-profile-removal.html: Added.
6675
6676 2013-02-25  Mike West  <mkwst@chromium.org>
6677
6678         XSSAuditor tests shouldn't depend on IFrames's load order.
6679         https://bugs.webkit.org/show_bug.cgi?id=110737
6680
6681         Reviewed by Jochen Eisinger.
6682
6683         Various tests under http/tests/security/xssAuditor actually wrap up
6684         multiple test cases under a single HTML file by loading a variety of
6685         IFrames. Currently, the error messages that these tests expect aren't
6686         detailed enough to distinguish between the order in which the IFrames
6687         load: they all generate the same error, so the ordering is irrelevant.
6688
6689         Before we increase the error message detail in webkit.org/b/110733, we
6690         need to ensure that these tests don't rely on load order. One option
6691         is to serialize the IFrame loading by chaining onload events, but that
6692         seems like a slow way of doing things. This patch takes a different
6693         approach, breaking the multiple-IFrame tests into many single-IFrame
6694         tests (which should be more shardable, and actually execute more quickly
6695         in the long run).
6696
6697         * http/tests/security/xssAuditor/open-iframe-src-expected.txt: Removed.
6698         * http/tests/security/xssAuditor/open-iframe-src.html: Removed.
6699         * http/tests/security/xssAuditor/open-script-src-expected.txt: Removed.
6700         * http/tests/security/xssAuditor/open-script-src.html: Removed.
6701         * http/tests/security/xssAuditor/property-escape-comment-expected.txt: Removed.
6702         * http/tests/security/xssAuditor/property-escape-comment.html: Removed.
6703         * http/tests/security/xssAuditor/property-escape-entity-expected.txt: Removed.
6704         * http/tests/security/xssAuditor/property-escape-entity.html: Removed.
6705         * http/tests/security/xssAuditor/property-escape-quote-expected.txt: Removed.
6706         * http/tests/security/xssAuditor/property-escape-quote.html: Removed.
6707         * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt: Removed.
6708         * http/tests/security/xssAuditor/script-tag-with-comma.html: Removed.
6709         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt: Removed.
6710         * http/tests/security/xssAuditor/script-tag-with-source-unterminated.html: Removed.
6711             Removed these tests, breaking them into multiple single-IFrame HTML files.
6712         * http/tests/security/xssAuditor/open-iframe-src-01.html: Added.
6713         * http/tests/security/xssAuditor/open-iframe-src-02.html: Added.
6714         * http/tests/security/xssAuditor/open-script-src-01-expected.txt: Added.
6715         * http/tests/security/xssAuditor/open-script-src-01.html: Added.
6716         * http/tests/security/xssAuditor/open-script-src-02-expected.txt: Added.
6717         * http/tests/security/xssAuditor/open-script-src-02.html: Added.
6718         * http/tests/security/xssAuditor/open-script-src-03-expected.txt: Added.
6719         * http/tests/security/xssAuditor/open-script-src-03.html: Added.
6720         * http/tests/security/xssAuditor/open-script-src-04-expected.txt: Added.
6721         * http/tests/security/xssAuditor/open-script-src-04.html: Added.
6722         * http/tests/security/xssAuditor/property-escape-comment-01-expected.txt: Added.
6723         * http/tests/security/xssAuditor/property-escape-comment-01.html: Added.
6724         * http/tests/security/xssAuditor/property-escape-comment-02-expected.txt: Added.
6725         * http/tests/security/xssAuditor/property-escape-comment-02.html: Added.
6726         * http/tests/security/xssAuditor/property-escape-comment-03-expected.txt: Added.
6727         * http/tests/security/xssAuditor/property-escape-comment-03.html: Added.
6728         * http/tests/security/xssAuditor/property-escape-entity-01-expected.txt: Added.
6729         * http/tests/security/xssAuditor/property-escape-entity-01.html: Added.
6730         * http/tests/security/xssAuditor/property-escape-entity-02-expected.txt: Added.
6731         * http/tests/security/xssAuditor/property-escape-entity-02.html: Added.
6732         * http/tests/security/xssAuditor/property-escape-entity-03-expected.txt: Added.
6733         * http/tests/security/xssAuditor/property-escape-entity-03.html: Added.
6734         * http/tests/security/xssAuditor/property-escape-quote-01.html: Added.
6735         * http/tests/security/xssAuditor/property-escape-quote-02.html: Added.
6736         * http/tests/security/xssAuditor/property-escape-quote-03.html: Added.
6737         * http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt: Added.
6738         * http/tests/security/xssAuditor/script-tag-with-comma-01.html: Added.
6739         * http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt: Added.
6740         * http/tests/security/xssAuditor/script-tag-with-comma-02.html: Added.
6741         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt: Added.
6742         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01.html: Added.
6743         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt: Added.
6744         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02.html: Added.
6745         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt: Added.
6746         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03.html: Added.
6747         * http/tests/security/xssAuditor/script-tag-with-trailing-comment5.html: Added.
6748             These tests perform the same validation as the combined tests, they
6749             simply do it without introducing load-order dependencies.
6750
6751 2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
6752
6753         Unreviewed chromium test expectations update.
6754
6755         * platform/chromium/TestExpectations:
6756
6757 2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
6758
6759         Unreviewed chromium test expectations update.
6760
6761         * platform/chromium/TestExpectations:
6762
6763 2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
6764
6765         Unreviewed chromium test expectations update.
6766
6767         * platform/chromium/TestExpectations:
6768
6769 2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
6770
6771         Unreviewed chromium test expectations update.
6772
6773         * platform/chromium/TestExpectations:
6774
6775 2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
6776
6777         Unreviewed chromium test expectations update.
6778
6779         * platform/chromium/TestExpectations:
6780
6781 2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
6782
6783         Unreviewed chromium test expectations update.
6784
6785         * platform/chromium/TestExpectations:
6786
6787 2013-02-25  Alexei Filippov  <alph@chromium.org>
6788
6789         Web Inspector: move profile type specific code out of ProfilesPanel (refactor)
6790         https://bugs.webkit.org/show_bug.cgi?id=110597
6791
6792         Reviewed by Yury Semikhatsky.
6793
6794         Move profile type specific functionality out of ProfilesPanel class.
6795         This is a first part of WebInspector.ProfilesPanel refactoring.
6796
6797         No new tests as the functionality isn't changed.
6798
6799         * inspector/profiler/canvas2d/canvas-replay-log-grid.html:
6800         * inspector/profiler/heap-snapshot-inspect-dom-wrapper-expected.txt:
6801         * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html:
6802         * inspector/profiler/heap-snapshot-loader.html:
6803         * inspector/profiler/heap-snapshot-test.js:
6804         (initialize_HeapSnapshotTest.):
6805         (initialize_HeapSnapshotTest):
6806         * inspector/profiler/profiler-test.js:
6807         (initialize_ProfilerTest.InspectorTest.startProfilerTest.startTest):
6808         (initialize_ProfilerTest.InspectorTest.startProfilerTest):
6809
6810 2013-02-25  Ádám Kallai  <kadam@inf.u-szeged.hu>
6811
6812         [Qt] Unreviewed gardening. Skipped failing tests.
6813
6814         * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.png: Removed.
6815         * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.txt: Removed.
6816         * platform/qt-5.0/fast/forms/select-baseline-expected.png: Removed.
6817         * platform/qt-5.0/fast/forms/select-baseline-expected.txt: Removed.
6818         * platform/qt/TestExpectations:
6819         * platform/qt/fast/forms/select-baseline-expected.png: Update after r143836.
6820         * platform/qt/fast/forms/select-baseline-expected.txt: Update after r143836.
6821
6822 2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
6823
6824         Unreviewed chromium test expectations update.
6825
6826         * platform/chromium/TestExpectations:
6827
6828 2013-02-25  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
6829
6830         [Qt] Unreviewed gardening. Unskip tests after r143800.
6831
6832         * platform/qt/TestExpectations:
6833
6834 2013-02-25  Zan Dobersek  <zdobersek@igalia.com>
6835
6836         Unreviewed GTK gardening.
6837
6838         * platform/gtk/TestExpectations: Giving up on individually listing slow sputnik tests, replaced all
6839         the expectations with a single one covering the whole directory in both release and debug builds.
6840         Also removing duplicate expectations and adding an expectation for tests that require custom elements support.
6841         * platform/gtk/editing/selection/extend-by-sentence-001-expected.txt: Rebaselining.
6842         * platform/gtk/media/audio-controls-rendering-expected.png: Removed. Requires a new baseline.
6843         * platform/gtk/media/audio-controls-rendering-expected.txt: Removed. Ditto.
6844
6845 2013-02-25  Vsevolod Vlasov  <vsevik@chromium.org>
6846
6847         Unreviewed chromium test expectations update.
6848
6849         * platform/chromium/TestExpectations:
6850
6851 2013-02-25  Ilya Tikhonovsky  <loislo@chromium.org>
6852
6853         Web Inspector: Improve speed of Linkifier.reset operation.
6854         https://bugs.webkit.org/show_bug.cgi?id=110696
6855
6856         Reviewed by Yury Semikhatsky.
6857
6858         Linkifier calls Location.dispose N times and each dispose method calls Array.remove
6859         which scans entire array and does splice. So the complexity of Linkifier.reset
6860         is O(N^2). I replaced the arrays with Set and got O(N) complexity.
6861
6862         Drive by fix: The identifier generator was slightly changed.
6863         Now it produces identifiers that couldn't be converted into a number.
6864         So the engine will never convert Set/Map object into an array.
6865
6866         * inspector/debugger/callstack-placards-discarded.html:
6867         * inspector/debugger/linkifier.html:
6868
6869 2013-02-24  Kihong Kwon  <kihong.kwon@samsung.com>
6870
6871         Add an ASSERT to didChangeDeviceProximity
6872         https://bugs.webkit.org/show_bug.cgi?id=110317
6873
6874         Reviewed by Hajime Morrita.
6875
6876         Fix wrong test cases which are found by ASSERT insertion.
6877
6878         * proximity/basic-operation-expected.txt:
6879         * proximity/basic-operation.html:
6880         * proximity/resources/event-after-navigation-new.html:
6881
6882 2013-02-24  Mike West  <mkwst@chromium.org>
6883
6884         CSP 1.1: Experiment with 'reflected-xss' directive.
6885         https://bugs.webkit.org/show_bug.cgi?id=104479
6886
6887         Reviewed by Adam Barth.
6888
6889         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-allow-expected.txt: Added.
6890         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-allow.html: Added.
6891         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-allow-expected.txt: Added.
6892         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-allow.html: Added.
6893         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block-expected.txt: Added.
6894         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block.html: Added.
6895         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter-expected.txt: Added.
6896         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter.html: Added.
6897         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid-expected.txt: Added.
6898         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid.html: Added.
6899         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-unset-expected.txt: Added.
6900         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-unset.html: Added.
6901         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow-expected.txt: Added.
6902         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow.html: Added.
6903         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block-expected.txt: Added.
6904         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block.html: Added.
6905         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter-expected.txt: Added.
6906         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter.html: Added.
6907         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid-expected.txt: Added.
6908         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid.html: Added.
6909         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset-expected.txt: Added.
6910         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset.html: Added.
6911         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow-expected.txt: Added.
6912         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow.html: Added.
6913         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block-expected.txt: Added.
6914         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block.html: Added.
6915         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter-expected.txt: Added.
6916         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter.html: Added.
6917         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid-expected.txt: Added.
6918         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid.html: Added.
6919         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset-expected.txt: Added.
6920         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset.html: Added.
6921         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow-expected.txt: Added.
6922         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow.html: Added.
6923         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block-expected.txt: Added.
6924         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block.html: Added.
6925         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter-expected.txt: Added.
6926         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter.html: Added.
6927         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid-expected.txt: Added.
6928         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid.html: Added.
6929         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset-expected.txt: Added.
6930         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset.html: Added.
6931         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-allow-expected.txt: Added.
6932         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-allow.html: Added.
6933         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block-expected.txt: Added.
6934         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block.html: Added.
6935         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter-expected.txt: Added.
6936         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter.html: Added.
6937         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid-expected.txt: Added.
6938         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid.html: Added.
6939         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset-expected.txt: Added.
6940         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset.html: Added.
6941         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block-expected.txt: Added.
6942         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block.html: Added.
6943         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty-expected.txt: Added.
6944         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty.html: Added.
6945         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter-expected.txt: Added.
6946         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter.html: Added.
6947         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid-expected.txt: Added.
6948         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid.html: Added.
6949         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-parsing-expected.txt: Added.
6950         * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-parsing.html: Added.
6951         * http/tests/security/contentSecurityPolicy/resources/reflected-xss-and-xss-protection.js: Added.
6952         (testMixedHeader):
6953         (frameLoaded):
6954         (frameErrored):
6955         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
6956             Added the ability to send an 'X-WebKit-CSP' header to test 'reflected-xss' behavior.
6957
6958 2013-02-24  Keishi Hattori  <keishi@webkit.org>
6959
6960         Add methods to date types for new calendar picker
6961         https://bugs.webkit.org/show_bug.cgi?id=110454
6962
6963         Reviewed by Kent Tamura.
6964
6965         * platform/chromium/fast/forms/calendar-picker/calendar-picker-date-types-expected.txt: Added.
6966         * platform/chromium/fast/forms/calendar-picker/calendar-picker-date-types.html: Added. Unit tests for date types.
6967
6968 2013-02-24  Hajime Morrita  <morrita@google.com>
6969
6970         [Custom Elements] Implement bare-bone document.register()
6971         https://bugs.webkit.org/show_bug.cgi?id=100229
6972
6973         Reviewed by Adam Barth.
6974
6975         * fast/dom/custom/document-register-basic-expected.txt: Added.
6976         * fast/dom/custom/document-register-basic.html: Added.
6977         * fast/dom/custom/document-register-reentrant-null-constructor-expected.txt: Added.
6978         * fast/dom/custom/document-register-reentrant-null-constructor.html: Added.
6979         * fast/dom/custom/document-register-reentrant-returning-fake-expected.txt: Added.
6980         * fast/dom/custom/document-register-reentrant-returning-fake.html: Added.
6981         * fast/dom/custom/document-register-reentrant-throwing-constructor-expected.txt: Added.
6982         * fast/dom/custom/document-register-reentrant-throwing-constructor.html: Added.
6983         * fast/dom/custom/resources/document-register-fuzz.js: Added.
6984         * platform/mac/TestExpectations:
6985
6986 2013-02-24  Benjamin Poulain  <benjamin@webkit.org>
6987
6988         Add timeout to the Chromium expectation of state-url-sets-links-visited.html
6989
6990         Unreviewed.
6991
6992         * platform/chromium/TestExpectations: Since Chromium's DRT does not support
6993         computedStyleIncludingVisitedInfo, the test can also timeout as it will
6994         raise an exception before invoking finishJSTest.
6995
6996 2013-02-23  Benjamin Poulain  <benjamin@webkit.org>
6997
6998         Add support for testing states changing asynchronously. Apply it to state-url-sets-links-visited.html.
6999         https://bugs.webkit.org/show_bug.cgi?id=109883
7000
7001         Reviewed by Antti Koivisto.
7002
7003         Some tests depends on state change happening asynchronously. This is typically solved by using
7004         timers with a long enough interval.
7005
7006         Timers have the general pitfalls of causing unreliable tests, and forcing unnecessary delays
7007         in the tests.
7008
7009         This patch introduces new testing helpers, shouldBecomeEqual and shouldBecomeEqualToString, to
7010         test a change of state repetively until it succeed (or timeout). Those test functions execute
7011         the condition every 5ms until the test succeed.
7012
7013         The helper shouldBecomeEqualToString is applied on state-url-sets-links-visited.html to illustrate
7014         the concept.
7015
7016         * fast/js/resources/js-test-pre.js:
7017         (_waitForCondition): Generic helper function for the familly shouldBecomeXXX.
7018         (.condition):
7019         (.failureHandler):
7020         (shouldBecomeEqual):
7021         (shouldBecomeEqualToString):
7022
7023         * fast/loader/stateobjects/state-url-sets-links-visited.html:
7024         * platform/wk2/TestExpectations:
7025         state-url-sets-links-visited.html failed on WebKit2 because the visited links table is updated
7026         asynchronously, and the style is only updated after 1 IPC message + 1 timer + 1 IPC message.
7027
7028         The test is changed to use shouldBecomeEqualToString in order to become reliable. If the UIProcess
7029         does not update the style in a reasonable amount of time, the test fails.
7030
7031         * platform/chromium/TestExpectations: Make the test as failing on Chromium until proper test support is added
7032         to DRT or Internals.
7033
7034 2013-02-23  Philip Rogers  <pdr@google.com>
7035
7036         Prevent crash in animated transform lists
7037         https://bugs.webkit.org/show_bug.cgi?id=110704
7038
7039         Reviewed by Abhishek Arya.
7040
7041         * svg/animations/animateTransform-list-crash-expected.txt: Added.
7042         * svg/animations/animateTransform-list-crash.html: Added.
7043
7044 2013-02-23  Ryosuke Niwa  <rniwa@webkit.org>
7045
7046         Skip javascriptDialogEvents.html since its result bleed into other tests non-deterministically per bug 110186.
7047
7048         * platform/mac/TestExpectations:
7049
7050 2013-02-23  Zan Dobersek  <zdobersek@igalia.com>
7051
7052         Unreviewed gardening.
7053
7054         * platform/efl/TestExpectations: Adding a failure expectation for the html5lib/runner.html test
7055         that started failing with r143804.
7056         * platform/gtk/TestExpectations: Ditto. Also adding flaky crasher expectations for two http tests,
7057         crashes are originating from IDB code and starter appearing with r143694.
7058
7059 2013-02-23  Martin Robinson  <mrobinson@igalia.com>
7060
7061         Remove some tests needing to be rebaselined from TestExpectations
7062
7063         * platform/gtk/TestExpectations: Update the list of tests needing new baselines
7064         and skip some that are timing out on my machine.
7065         * platform/gtk/accessibility/color-well-expected.txt: Added.
7066         * platform/gtk/accessibility/image-link-expected.txt: Added.
7067         * platform/gtk/accessibility/image-map1-expected.txt: Added.
7068         * platform/gtk/accessibility/image-map2-expected.txt: Added.
7069         * platform/gtk/accessibility/menu-list-sends-change-notification-expected.txt: Added.
7070         * platform/gtk/accessibility/multiselect-list-reports-active-option-expected.txt: Added.
7071         * platform/gtk/accessibility/notification-listeners-expected.txt: Added.
7072         * platform/gtk/css2.1/t0505-c16-descendant-01-e-expected.png:
7073         * platform/gtk/css2.1/t0505-c16-descendant-01-e-expected.txt:
7074         * platform/gtk/editing/selection/extend-by-sentence-001-expected.png:
7075         * platform/gtk/editing/selection/extend-by-sentence-001-expected.txt: Added.
7076         * platform/gtk/fast/block/float/024-expected.png:
7077         * platform/gtk/fast/block/float/024-expected.txt: Added.
7078         * platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.png:
7079         * platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Added.
7080         * platform/gtk/fast/css/resize-corner-tracking-expected.png:
7081         * platform/gtk/fast/css/resize-corner-tracking-expected.txt:
7082         * platform/gtk/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
7083         * platform/gtk/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
7084         * platform/gtk/fast/inline/drawStyledEmptyInlines-expected.png:
7085         * platform/gtk/fast/inline/drawStyledEmptyInlines-expected.txt:
7086         * platform/gtk/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
7087         * platform/gtk/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
7088         * platform/gtk/fast/inline/justify-emphasis-inline-box-expected.png: Added.
7089         * platform/gtk/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
7090         * platform/gtk/fast/repaint/caret-with-transformation-expected.png: Added.
7091         * platform/gtk/fast/repaint/caret-with-transformation-expected.txt: Added.
7092         * platform/gtk/fast/text/capitalize-empty-generated-string-expected.png:
7093         * platform/gtk/fast/text/capitalize-empty-generated-string-expected.txt:
7094         * platform/gtk/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
7095         * platform/gtk/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
7096         * platform/gtk/fast/text/whitespace/006-expected.png:
7097         * platform/gtk/fast/text/whitespace/006-expected.txt:
7098         * platform/gtk/fast/text/whitespace/007-expected.png:
7099         * platform/gtk/fast/text/whitespace/007-expected.txt:
7100         * platform/gtk/media/audio-controls-rendering-expected.png: Added.
7101         * platform/gtk/media/audio-controls-rendering-expected.txt:
7102         * platform/gtk/media/controls-after-reload-expected.txt:
7103         * platform/gtk/media/controls-strict-expected.txt:
7104         * platform/gtk/media/controls-styling-strict-expected.txt:
7105         * platform/gtk/media/controls-without-preload-expected.txt:
7106         * platform/gtk/media/video-controls-rendering-expected.txt:
7107         * platform/gtk/media/video-display-toggle-expected.txt:
7108         * platform/gtk/media/video-playing-and-pause-expected.txt:
7109         * platform/gtk/svg/as-image/image-preserveAspectRatio-all-expected.png: Added.
7110         * platform/gtk/svg/as-image/image-preserveAspectRatio-all-expected.txt: Added.
7111         * platform/gtk/svg/batik/text/xmlSpace-expected.png:
7112         * platform/gtk/svg/batik/text/xmlSpace-expected.txt:
7113         * platform/gtk/svg/carto.net/combobox-expected.png:
7114         * platform/gtk/svg/carto.net/combobox-expected.txt:
7115         * platform/gtk/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
7116         * platform/gtk/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.txt: Added.
7117         * platform/gtk/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
7118         * platform/gtk/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.txt: Added.
7119         * platform/gtk/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
7120         * platform/gtk/svg/filters/feImage-preserveAspectRatio-all-expected.txt: Added.
7121         * platform/gtk/svg/filters/filter-hidden-content-expected.png: Added.
7122         * platform/gtk/svg/filters/filter-hidden-content-expected.txt: Added.
7123         * platform/gtk/tables/mozilla/bugs/bug113235-3-expected.png:
7124         * platform/gtk/tables/mozilla/bugs/bug113235-3-expected.txt:
7125         * platform/gtk/tables/mozilla/bugs/bug1188-expected.png:
7126         * platform/gtk/tables/mozilla/bugs/bug1188-expected.txt:
7127         * platform/gtk/tables/mozilla/bugs/bug1318-expected.png:
7128         * platform/gtk/tables/mozilla/bugs/bug1318-expected.txt:
7129
7130 2013-02-23  Jason Anderssen  <janderssen@gmail.com>
7131
7132         Moved setAutofilled from TestRunner to WebCore
7133         https://bugs.webkit.org/show_bug.cgi?id=110521
7134
7135         Reviewed by Benjamin Poulain.
7136
7137         * fast/forms/input-autofilled.html:
7138         * fast/forms/reset-autofilled.html:
7139         * platform/wk2/TestExpectations:
7140
7141 2013-02-22  Christian Biesinger  <cbiesinger@chromium.org>
7142
7143         Rebaseline ports after bug 109994
7144         https://bugs.webkit.org/show_bug.cgi?id=110551
7145
7146         Unreviewed rebaseline of test expectations.
7147
7148         * css2.1/20110323/replaced-elements-001-expected.txt: Renamed from LayoutTests/platform/mac/css2.1/20110323/replaced-elements-001-expected.txt.
7149         * fast/forms/button-generated-content-expected.txt:
7150         * fast/forms/select-baseline-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/select-baseline-expected.txt.
7151         * platform/chromium-mac-lion/css2.1/20110323/replaced-elements-001-expected.png:
7152         * platform/chromium-mac-lion/fast/forms/button-generated-content-expected.png:
7153         * platform/chromium-mac-lion/fast/forms/select-baseline-expected.png:
7154         * platform/chromium-mac-lion/svg/custom/foreign-object-skew-expected.png:
7155         * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-elements-001-expected.png:
7156         * platform/chromium-mac-snowleopard/fast/forms/button-generated-content-expected.png:
7157         * platform/chromium-mac-snowleopard/fast/forms/select-baseline-expected.png:
7158         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
7159         * platform/chromium-mac/css2.1/20110323/replaced-elements-001-expected.png:
7160         * platform/chromium-mac/fast/forms/button-generated-content-expected.png:
7161         * platform/chromium-mac/fast/forms/select-baseline-expected.png:
7162         * platform/chromium-mac/svg/custom/foreign-object-skew-expected.png:
7163         * platform/chromium-win/css2.1/20110323/replaced-elements-001-expected.png:
7164         * platform/chromium-win/css2.1/20110323/replaced-elements-001-expected.txt:
7165         * platform/chromium-win/fast/forms/button-generated-content-expected.png:
7166         * platform/chromium-win/fast/forms/button-generated-content-expected.txt:
7167         * platform/chromium-win/fast/forms/select-baseline-expected.png:
7168         * platform/chromium-win/fast/forms/select-baseline-expected.txt:
7169         * platform/chromium-win/svg/custom/foreign-object-skew-expected.png:
7170         * platform/chromium-win/svg/custom/foreign-object-skew-expected.txt:
7171         * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.png:
7172         * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.txt:
7173         * platform/chromium/TestExpectations:
7174         * platform/chromium/css2.1/20110323/replaced-elements-001-expected.txt: Removed.
7175         * platform/efl/TestExpectations:
7176         * platform/efl/css2.1/20110323/replaced-elements-001-expected.txt:
7177         * platform/efl/fast/forms/button-generated-content-expected.txt:
7178         * platform/efl/fast/forms/select-baseline-expected.txt:
7179         * platform/efl/svg/custom/foreign-object-skew-expected.txt: Renamed from LayoutTests/platform/mac/svg/custom/foreign-object-skew-expected.txt.
7180         * platform/efl/tables/mozilla/bugs/bug92647-2-expected.txt:
7181         * platform/gtk/TestExpectations:
7182         * platform/gtk/css2.1/20110323/replaced-elements-001-expected.txt:
7183         * platform/gtk/fast/forms/button-generated-content-expected.txt:
7184         * platform/gtk/fast/forms/select-baseline-expected.txt:
7185         * platform/gtk/svg/custom/foreign-object-skew-expected.txt:
7186         * platform/gtk/tables/mozilla/bugs/bug92647-2-expected.txt:
7187         * platform/mac/TestExpectations:
7188         * platform/mac/fast/forms/select-baseline-expected.txt: Removed.
7189         * platform/mac/tables/mozilla/bugs/bug92647-2-expected.txt: Removed.
7190         * platform/qt/TestExpectations:
7191         * platform/qt/css2.1/20110323/replaced-elements-001-expected.txt:
7192         * platform/qt/fast/forms/button-generated-content-expected.txt:
7193         * platform/qt/fast/forms/select-baseline-expected.txt:
7194         * platform/qt/svg/custom/foreign-object-skew-expected.txt:
7195         * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
7196         * platform/win-future/fast/forms/button-generated-content-expected.txt: Copied from LayoutTests/fast/forms/button-generated-content-expected.txt.
7197         * svg/custom/foreign-object-skew-expected.txt: Renamed from LayoutTests/platform/chromium/svg/custom/foreign-object-skew-expected.txt.
7198         * tables/mozilla/bugs/bug92647-2-expected.txt: Renamed from LayoutTests/platform/chromium/tables/mozilla/bugs/bug92647-2-expected.txt.
7199
7200 2013-02-22  Ryosuke Niwa  <rniwa@webkit.org>
7201
7202         More rebaselines after http://trac.webkit.org/changeset/143804.
7203
7204         * html5lib/run-test1-expected.txt:
7205         * html5lib/run-test18-expected.txt:
7206         * html5lib/run-test7-expected.txt:
7207
7208 2013-02-22  Ryosuke Niwa  <rniwa@webkit.org>
7209
7210         WebKit can erroneously strip font-size CSS property from font element with size attribute
7211         https://bugs.webkit.org/show_bug.cgi?id=110657
7212
7213         Reviewed by Justin Garcia.
7214
7215         Added two regression tests to ensure WebKit doesn't erroneously remove inline styles of an element
7216         when its implicit styles differ from the inline styles. Also rebaselined some tests as their results
7217         have progressed.
7218
7219         * editing/pasteboard/insert-u-with-text-decoration-none-expected.txt: Added.
7220         * editing/pasteboard/insert-u-with-text-decoration-none.html: Added.
7221         * editing/pasteboard/insert-font-with-size-and-css-expected.txt: Added.
7222         * editing/pasteboard/insert-font-with-size-and-css.html: Added.
7223         * editing/pasteboard/4744008-expected.txt:
7224         * editing/pasteboard/paste-text-with-style-5-expected.txt:
7225         * editing/pasteboard/paste-text-with-style-5.html:
7226         * editing/pasteboard/style-from-rules-expected.txt:
7227         * editing/pasteboard/style-from-rules.html:
7228
7229 2013-02-22  Nils Barth  <nbarth@chromium.org>
7230
7231         REGRESSION(r130089): Scrollbar thumb no longer re-rendered on hover
7232         https://bugs.webkit.org/show_bug.cgi?id=109230
7233
7234         Reviewed by Eric Seidel.
7235
7236         * fast/css/pseudo-element-selector-scrollbar-hover-expected.html: Added.
7237         * fast/css/pseudo-element-selector-scrollbar-hover.html: Added.
7238
7239 2013-02-22  Levi Weintraub  <leviw@chromium.org>
7240
7241         Unreviewed gardening, updating test expecations after r140374.
7242
7243         * platform/chromium-mac-snowleopard/platform/chromium/fast/events/touch: Removed.
7244         * platform/chromium-mac/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
7245         * platform/chromium-win-xp/platform/chromium/fast/events/touch: Removed.
7246         * platform/chromium-win/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
7247
7248 2013-02-22  Dirk Pranke  <dpranke@chromium.org>
7249
7250         Unreviewed, rolling out r143794.
7251         http://trac.webkit.org/changeset/143794
7252         https://bugs.webkit.org/show_bug.cgi?id=110542
7253
7254         debug linux builds broken?
7255
7256         * platform/chromium/TestExpectations:
7257
7258 2013-02-22  Stephen Chenney  <schenney@chromium.org>
7259
7260         [Chromium] Test expectations for newish tests
7261
7262         Unreviewed test expectations addition.
7263
7264         * platform/chromium-linux-x86/fast/text/decorations-with-text-combine-expected.txt: Added.
7265         * platform/chromium-linux-x86/fast/text/orientation-sideways-expected.txt: Added.
7266         * platform/chromium-linux/fast/text/decorations-with-text-combine-expected.png: Added.
7267         * platform/chromium-linux/fast/text/decorations-with-text-combine-expected.txt: Added.
7268         * platform/chromium-linux/fast/text/orientation-sideways-expected.png: Added.
7269         * platform/chromium-linux/fast/text/orientation-sideways-expected.txt: Added.
7270         * platform/chromium-mac-lion/fast/text/decorations-with-text-combine-expected.png: Added.
7271         * platform/chromium-mac-lion/fast/text/decorations-with-text-combine-expected.txt: Added.
7272         * platform/chromium-mac-lion/fast/text/orientation-sideways-expected.png: Added.
7273         * platform/chromium-mac-lion/fast/text/orientation-sideways-expected.txt: Added.
7274         * platform/chromium-mac-snowleopard/fast/text/decorations-with-text-combine-expected.txt: Added.
7275         * platform/chromium-mac-snowleopard/fast/text/orientation-sideways-expected.txt: Added.
7276         * platform/chromium-mac/fast/text/decorations-with-text-combine-expected.png: Added.
7277         * platform/chromium-mac/fast/text/decorations-with-text-combine-expected.txt: Added.
7278         * platform/chromium-mac/fast/text/orientation-sideways-expected.png: Added.
7279         * platform/chromium-mac/fast/text/orientation-sideways-expected.txt: Added.
7280         * platform/chromium-win-xp/fast/text/decorations-with-text-combine-expected.png: Added.
7281         * platform/chromium-win-xp/fast/text/decorations-with-text-combine-expected.txt: Added.
7282         * platform/chromium-win-xp/fast/text/orientation-sideways-expected.png: Added.
7283         * platform/chromium-win-xp/fast/text/orientation-sideways-expected.txt: Added.
7284         * platform/chromium-win/fast/text/decorations-with-text-combine-expected.png: Added.
7285         * platform/chromium-win/fast/text/decorations-with-text-combine-expected.txt: Added.
7286         * platform/chromium-win/fast/text/orientation-sideways-expected.png: Added.
7287         * platform/chromium-win/fast/text/orientation-sideways-expected.txt: Added.
7288         * platform/chromium/TestExpectations:
7289
7290 2013-02-22  Eric Seidel  <eric@webkit.org>
7291
7292         Teach the html5lib tests how to test the threaded HTML parser
7293         https://bugs.webkit.org/show_bug.cgi?id=110643
7294
7295         Reviewed by Adam Barth.
7296
7297         * TestExpectations:
7298         * html5lib/resources/runner.js:
7299         (window.onload):
7300         * html5lib/run-template-expected.txt:
7301         * html5lib/run-test10-expected.txt:
7302         * html5lib/run-test11-expected.txt:
7303         * html5lib/run-test12-expected.txt:
7304         * html5lib/run-test14-expected.txt:
7305         * html5lib/run-test15-expected.txt:
7306         * html5lib/run-test16-expected.txt:
7307         * html5lib/run-test17-expected.txt:
7308         * html5lib/run-test19-expected.txt:
7309         * html5lib/run-test2-expected.txt:
7310         * html5lib/run-test20-expected.txt:
7311         * html5lib/run-test21-expected.txt:
7312         * html5lib/run-test22-expected.txt:
7313         * html5lib/run-test23-expected.txt:
7314         * html5lib/run-test24-expected.txt:
7315         * html5lib/run-test25-expected.txt:
7316         * html5lib/run-test26-expected.txt:
7317         * html5lib/run-test3-expected.txt:
7318         * html5lib/run-test4-expected.txt:
7319         * html5lib/run-test5-expected.txt:
7320         * html5lib/run-test6-expected.txt:
7321         * html5lib/run-test8-expected.txt:
7322         * html5lib/run-test9-expected.txt:
7323         * html5lib/runner-expected.txt:
7324         * platform/chromium/html5lib/run-test1-expected.txt:
7325         * platform/chromium/html5lib/run-test18-expected.txt:
7326         * platform/chromium/html5lib/run-test7-expected.txt:
7327
7328 2013-02-22  Adam Barth  <abarth@webkit.org>
7329
7330         fast/parser/parser-yield-timing.html doesn't integrate with js-test-pre correctly
7331         https://bugs.webkit.org/show_bug.cgi?id=110645
7332
7333         Reviewed by Eric Seidel.
7334
7335         * fast/parser/parser-yield-timing.html:
7336
7337 2013-02-21  Ojan Vafai  <ojan@chromium.org>
7338
7339         Increase the max preferred width of tables to 1000000
7340         https://bugs.webkit.org/show_bug.cgi?id=110545
7341
7342         Reviewed by Emil A Eklund.
7343
7344         * fast/table/large-shrink-wrapped-width-expected.txt: Added.
7345         * fast/table/large-shrink-wrapped-width.html: Added.
7346
7347 2013-02-22  Ian Vollick  <vollick@chromium.org>
7348
7349         [chromium] Update test expectations for XP after 143554
7350         https://bugs.webkit.org/show_bug.cgi?id=110636
7351
7352         Unreviewed gardening.
7353
7354         * platform/chromium/TestExpectations:
7355
7356 2013-02-22  Dirk Pranke  <dpranke@chromium.org>
7357
7358         [chromium] enable the fixed version of freetype on linux
7359         https://bugs.webkit.org/show_bug.cgi?id=110542
7360
7361         Reviewed by Tony Chang.
7362
7363         Add entries for two tests that pass on Lucid but fail on Precise
7364         even with the Freetype change. This isn't worth adding in
7365         Lucid and Precise keywords for just these two tests.
7366
7367         * platform/chromium/TestExpectations:
7368
7369 2013-02-22  Kenneth Russell  <kbr@google.com>
7370
7371         Uint8ClampedArray constructor is wrong in WorkerContext.idl
7372         https://bugs.webkit.org/show_bug.cgi?id=110634
7373
7374         Reviewed by Adam Barth.
7375
7376         Added copy of new WebGL conformance test both in old location
7377         (fast/canvas/webgl) and new location (webgl -- not yet being run
7378         on any ports) to avoid losing test coverage after cutover.
7379
7380         * fast/canvas/webgl/array-unit-tests.html:
7381         * fast/canvas/webgl/resources/typed-array-test-cases.js: Added.
7382         * fast/canvas/webgl/resources/typed-array-worker.js: Added.
7383         (constructTypedArray):
7384         (constructDataView):
7385         (onmessage):
7386         * fast/canvas/webgl/typed-arrays-in-workers-expected.txt: Added.
7387         * fast/canvas/webgl/typed-arrays-in-workers.html: Added.
7388         * webgl/conformance/typedarrays/typed-arrays-in-workers-expected.txt: Added.
7389         * webgl/conformance/typedarrays/typed-arrays-in-workers.html: Added.
7390         * webgl/resources/webgl_test_files/conformance/typedarrays/00_test_list.txt:
7391         * webgl/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html:
7392         * webgl/resources/webgl_test_files/conformance/typedarrays/resources/typed-array-test-cases.js: Added.
7393         * webgl/resources/webgl_test_files/conformance/typedarrays/resources/typed-array-worker.js: Added.
7394         (constructTypedArray):
7395         (constructDataView):
7396         (onmessage):
7397         * webgl/resources/webgl_test_files/conformance/typedarrays/typed-arrays-in-workers.html: Added.
7398
7399 2013-02-22  James Simonsen  <simonjam@chromium.org>
7400
7401         Preloads should be cleared when JavaScript cancels loading prematurely.
7402         https://bugs.webkit.org/show_bug.cgi?id=110388
7403
7404         Reviewed by Antti Koivisto.
7405
7406         * http/tests/cache/preload-cleared-after-parrsing-canceled-by-js-expected.txt: Added.
7407         * http/tests/cache/preload-cleared-after-parrsing-canceled-by-js.html: Added.
7408
7409 2013-02-22  Rouslan Solomakhin  <rouslan@chromium.org>
7410
7411         Expect editing/spelling/spelling-changed-text.html to fail on Qt and GTK
7412         https://bugs.webkit.org/show_bug.cgi?id=110447
7413
7414         Reviewed by Ryosuke Niwa.
7415
7416         Qt and GTK layout tests do not mark the word "wellcome" as a misspelling in
7417         editing/spelling/spelling-changed-text.html layout test. This patch disables
7418         editing/spelling/spelling-changed-text.html on Qt and GTK platforms.
7419
7420         * platform/gtk/TestExpectations: Mark editing/spelling/spelling-changed-text.html as [ Failure ].
7421         * platform/qt/TestExpectations: Mark editing/spelling/spelling-changed-text.html as [ Failure ].
7422
7423 2013-02-22  Gregg Tavares  <gman@chromium.org>
7424
7425         Add script to generate LayoutTests from WebGL Conformance Tests
7426         https://bugs.webkit.org/show_bug.cgi?id=110525
7427
7428         Reviewed by Kenneth Russell.
7429
7430         Adds the script generate-webgl-tests.py which given a path
7431         to the WebGL Conformance 'sdk/tests' folder generates and
7432         or updates LayoutTests for WebGL.  Example
7433
7434         git clone git://github.com/KhronosGroup/WebGL.git
7435         generate-webgl-tests.py -w WebGL/sdk/tests -e
7436
7437         * webgl/generate-webgl-tests.py: Added.
7438         (ReadFile):
7439         (WriteFile):
7440         (CopyTree):
7441         (FileReader):
7442         (GreaterThanOrEqualToVersion):
7443         (GetTestList):
7444         (main):
7445         * webgl/resources/webgl-expectation-template.txt: Added.
7446         * webgl/resources/webgl-wrapper-template.html: Added.
7447
7448 2013-02-22  Zan Dobersek  <zdobersek@igalia.com>
7449
7450         Unreviewed GTK gardening.
7451
7452         Removed expectations for tests that now pass. Adjusted an expectation for a flaky crasher.
7453         Marked a few more sputnik tests as slow.
7454
7455         * platform/gtk-wk1/TestExpectations:
7456         * platform/gtk/TestExpectations:
7457
7458 2013-02-22  Ryosuke Niwa  <rniwa@webkit.org>
7459
7460         Mac WebKit2 rebaselines.
7461
7462         Partially revert http://trac.webkit.org/changeset/143709 since the expected result for
7463         cross-origin-local-storage-wk1-expected.txt is different on Mac WebKit on the contrary to
7464         the change log description in the changeset.
7465
7466         Also skip editing/spelling/spelling-changed-text.html on Mac since the test requires
7467         the support for asynchronous spellchecking.
7468
7469         * platform/mac-wk2/http/tests/security/cross-origin-local-storage-wk1-expected.txt: Copied
7470             from platform/mac/http/tests/security/cross-origin-local-storage-wk1-expected.txt.
7471         * platform/mac/TestExpectations:
7472
7473 2013-02-22  Ryosuke Niwa  <rniwa@webkit.org>
7474
7475         Add a Mac baseline for the test added in r142955.
7476
7477         * platform/mac/TestExpectations:
7478         * platform/mac/svg/filters/filter-hidden-content-expected.png: Added.
7479         * platform/mac/svg/filters/filter-hidden-content-expected.txt: Added.
7480
7481 2013-02-22  Zan Dobersek  <zdobersek@igalia.com>
7482
7483         Unreviewed GTK gardening.
7484
7485         * platform/gtk/TestExpectations: Marking a bunch of (mostly Sputnik) tests as slow.
7486
7487 2013-02-22  Kunihiko Sakamoto  <ksakamoto@chromium.org>
7488
7489         INPUT_MULTIPLE_FIELDS_UI: Unable to enter "24" to hour field
7490         https://bugs.webkit.org/show_bug.cgi?id=110431
7491
7492         Reviewed by Kent Tamura.
7493
7494         Added test cases for hour formats 0-11 and 1-24.
7495
7496         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
7497         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
7498
7499 2013-02-21  Zoltan Horvath  <zoltan@webkit.org>
7500
7501         [CSS Regions] Region boxes should respect -shape-inside CSS property
7502         https://bugs.webkit.org/show_bug.cgi?id=107880
7503
7504         Reviewed by David Hyatt.
7505
7506         The shape-inside CSS property modifies the shape of the inner inline flow content from rectangular content box
7507         to an arbitrary geometry. The detailed documentation is located in the CSS-Exclusions specification:
7508         http://dev.w3.org/csswg/css3-exclusions/#shape-inside-property. This change adds support for the shape-inside property
7509         on CSS Regions.
7510
7511         * fast/regions/shape-inside-on-regions-expected.html: Added.
7512         * fast/regions/shape-inside-on-regions.html: Added.
7513
7514 2013-02-22  Bem Jones-Bey  <bjonesbe@adobe.com>
7515
7516         text-overflow:ellipsis is not applied when the block contains nested blocks
7517         https://bugs.webkit.org/show_bug.cgi?id=101879
7518
7519         Reviewed by Eric Seidel.
7520
7521         Use the test from the specification that is supplied as part of the
7522         bug.
7523
7524         * fast/css/text-overflow-ellipsis-anonymous-blocks-expected.html: Added.
7525         * fast/css/text-overflow-ellipsis-anonymous-blocks.html: Added.
7526
7527 2013-02-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
7528
7529         [WTR] Do not dump information about empty subframes.
7530         https://bugs.webkit.org/show_bug.cgi?id=110585
7531
7532         Reviewed by Simon Fraser.
7533
7534         Remove some platform-specific expectations now that the results match
7535         the base expectations.
7536
7537         * platform/efl/TestExpectations: Unskip tests that are now passing.
7538         * platform/mac-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
7539         * platform/mac-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed.
7540         * platform/qt-5.0-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
7541         * platform/qt-5.0-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed.
7542         * platform/win-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
7543         * platform/win-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed.
7544
7545 2013-02-22  Sheriff Bot  <webkit.review.bot@gmail.com>
7546
7547         Unreviewed, rolling out r143678 and r143702.
7548         http://trac.webkit.org/changeset/143678
7549         http://trac.webkit.org/changeset/143702
7550         https://bugs.webkit.org/show_bug.cgi?id=110613
7551
7552         Breaks fast/loader/stateobjects/state-url-sets-links-
7553         visited.html in Chromium (Requested by abarth on #webkit).
7554
7555         * fast/js/resources/js-test-pre.js:
7556         * fast/loader/stateobjects/state-url-sets-links-visited-expected.txt:
7557         * fast/loader/stateobjects/state-url-sets-links-visited.html:
7558         * platform/chromium-win/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt: Copied from LayoutTests/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt.
7559         * platform/chromium/TestExpectations:
7560         * platform/win/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt: Copied from LayoutTests/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt.
7561         * platform/wk2/TestExpectations:
7562
7563 2013-02-22  Ádám Kallai  <kadam@inf.u-szeged.hu>
7564
7565         [Qt] Unreviewed gardening. Added platform specific expected files after 143626.
7566
7567         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
7568         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
7569         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
7570         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
7571         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
7572         * platform/qt/TestExpectations:
7573
7574 2013-02-22  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
7575
7576         Unreviewed EFL gardening.
7577
7578         Skip failing tests on EFL bots.
7579
7580         * platform/efl/TestExpectations:
7581
7582 2013-02-22  Allan Sandfeld Jensen  <allan.jensen@digia.com>
7583
7584         Allow child-frame content in hit-tests.
7585         https://bugs.webkit.org/show_bug.cgi?id=95204
7586
7587         Reviewed by Julien Chaffraix.
7588
7589         A new tests for nodesFromRect that returns result from child frames.
7590
7591         * fast/dom/nodesFromRect/nodesFromRect-child-frame-content-expected.txt: Added.
7592         * fast/dom/nodesFromRect/nodesFromRect-child-frame-content.html: Added.
7593         * fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html:
7594         * fast/dom/nodesFromRect/resources/child-frame.html: Added.
7595         * fast/dom/nodesFromRect/resources/nodesFromRect.js:
7596         (check):
7597         (checkShadowContent):
7598         (nodesFromRectAsString):
7599
7600 2013-02-22  Zan Dobersek  <zdobersek@igalia.com>
7601
7602         Unreviewed GTK gardening.
7603
7604         * platform/gtk/TestExpectations: Adding crash expectations for tests that regressed with r143624.
7605         * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining.
7606
7607 2013-02-22  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
7608
7609         [Qt] Unreviewed gardening. Skip tests until regressions (r143470, r143654) fixed.
7610
7611         * platform/qt/TestExpectations:
7612
7613 2013-02-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
7614
7615         Unreviewed gardening.
7616
7617         Remove some platform expectations which are identical to the
7618         original ones.
7619
7620         * platform/efl/http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked-expected.txt: Removed.
7621         * platform/gtk/http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt: Removed.
7622         * platform/mac-wk2/http/tests/security/cross-origin-local-storage-wk1-expected.txt: Removed.
7623         * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt: Removed.
7624         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-frames-expected.txt: Removed.
7625         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback2-expected.txt: Removed.
7626
7627 2013-02-22  Kondapally Kalyan  <kalyan.kondapally@intel.com>
7628
7629         [WebGL][EFL] Support for creating surface with alpha disabled.
7630         https://bugs.webkit.org/show_bug.cgi?id=110067
7631
7632         Reviewed by Kenneth Rohde Christiansen.
7633
7634         Enabled compositing/webgl/webgl-no-alpha.html for Efl port.
7635
7636         * platform/efl/TestExpectations:
7637         * platform/efl/compositing/webgl/webgl-no-alpha-expected.png: Added.
7638         * platform/efl/compositing/webgl/webgl-no-alpha-expected.txt: Added.
7639
7640 2013-02-22  Vsevolod Vlasov  <vsevik@chromium.org>
7641
7642         Layout Test fast/multicol/newmulticol/positioned-split.html is failing on chromium mac 10.8 since it was added
7643         https://bugs.webkit.org/show_bug.cgi?id=110568
7644
7645         Unreviewed test expectation update.
7646
7647         * platform/chromium/TestExpectations:
7648
7649 2013-02-22  Vsevolod Vlasov  <vsevik@chromium.org>
7650
7651         Layout Test fast/loader/stateobjects/state-url-sets-links-visited.html is timing out in chromium
7652         https://bugs.webkit.org/show_bug.cgi?id=110566
7653
7654         Unreviewed test expectation update.
7655
7656         * platform/chromium/TestExpectations:
7657
7658 2013-02-22  Vsevolod Vlasov  <vsevik@chromium.org>
7659
7660         Unreviewed tests rebaseline.
7661
7662         * platform/chromium-linux-x86/fast/images/favicon-as-image-expected.png: Added.
7663         * platform/chromium-linux/fast/images/favicon-as-image-expected.png:
7664         * platform/chromium-linux/http/tests/misc/favicon-as-image-expected.png: Added.
7665         * platform/chromium-linux/http/tests/misc/favicon-as-image-expected.txt: Added.
7666         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added.
7667         * platform/chromium-mac-lion/fast/images/favicon-as-image-expected.png:
7668         * platform/chromium-mac-lion/fast/images/favicon-as-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/images/favicon-as-image-expected.txt.
7669         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png:
7670         * platform/chromium-mac-snowleopard/fast/images/favicon-as-image-expected.png:
7671         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added.
7672         * platform/chromium-mac/fast/images/favicon-as-image-expected.png:
7673         * platform/chromium-mac/fast/images/favicon-as-image-expected.txt:
7674         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png:
7675         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/images/favicon-as-image-expected.txt.
7676         * platform/chromium/TestExpectations:
7677
7678 2013-02-21  Takashi Sakamoto  <tasak@google.com>
7679
7680         RenderTable::paintBoxDecorations sometimes draws box-shadow twice.
7681         https://bugs.webkit.org/show_bug.cgi?id=110196
7682
7683         Reviewed by Simon Fraser.
7684
7685         * fast/css/table-border-radius-with-box-shadow-expected.html: Added.
7686         * fast/css/table-border-radius-with-box-shadow.html: Added.
7687
7688 2013-02-21  Ryosuke Niwa  <rniwa@webkit.org>
7689
7690         Add failing test expectations for bugs 110554 and 110555.
7691
7692         * platform/mac/TestExpectations:
7693
7694 2013-02-21  Benjamin Poulain  <benjamin@webkit.org>
7695
7696         Add support for testing states changing asynchronously. Apply it to state-url-sets-links-visited.html.
7697         https://bugs.webkit.org/show_bug.cgi?id=109883
7698
7699         Reviewed by Antti Koivisto.
7700
7701         Some tests depends on state change happening asynchronously. This is typically solved by using
7702         timers with a long enough interval.
7703
7704         Timers have the general pitfalls of causing unreliable tests, and forcing unnecessary delays
7705         in the tests.
7706
7707         This patch introduces new testing helpers, shouldBecomeEqual and shouldBecomeEqualToString, to
7708         test a change of state repetively until it succeed (or timeout). Those test functions execute
7709         the condition every 5ms until the test succeed.
7710
7711         The helper shouldBecomeEqualToString is applied on state-url-sets-links-visited.html to illustrate
7712         the concept.
7713
7714         * fast/js/resources/js-test-pre.js:
7715         (_waitForCondition): Generic helper function for the familly shouldBecomeXXX.
7716         (.condition):
7717         (.failureHandler):
7718         (shouldBecomeEqual):
7719         (shouldBecomeEqualToString):
7720
7721         * fast/loader/stateobjects/state-url-sets-links-visited.html:
7722         * platform/wk2/TestExpectations:
7723         state-url-sets-links-visited.html fails on WebKit2 because the visited links table is updated
7724         asynchronously, and the style is only updated after 1 IPC message + 1 timer + 1 IPC message.
7725
7726         The test is changed to use shouldBecomeEqualToString in order to become reliable. If the UIProcess
7727         does not update the style in a reasonable amount of time, the test fails.
7728
7729 2013-02-21  Adam Barth  <abarth@webkit.org>
7730
7731         Threaded HTML Parser fails fast/dom/Document/readystate.html
7732         https://bugs.webkit.org/show_bug.cgi?id=110529
7733
7734         Reviewed by Eric Seidel.
7735
7736         This test is a reduction of the original issue.
7737
7738         * fast/parser/body-should-exist-after-open-close-expected.txt: Added.
7739         * fast/parser/body-should-exist-after-open-close.html: Added.
7740
7741 2013-02-21  Rouslan Solomakhin  <rouslan@chromium.org>
7742
7743         Fix editing/spelling/spelling-changed-text.html on Qt and GTK
7744         https://bugs.webkit.org/show_bug.cgi?id=110447
7745
7746         Reviewed by Tony Chang.
7747
7748         After r143470 editing/spelling/spelling-changed-text.html fails on Qt and GTK,
7749         because Qt and Gtk spelling tests do not mark "cheher" as a misspelling. This
7750         patch changes the test to use the misspelling "wellcome" instead.
7751
7752         * editing/spelling/spelling-changed-text-expected.txt: Changed "cheher" to "wellcome".
7753         * editing/spelling/spelling-changed-text.html: Changed "cheher" to "wellcome".
7754         * platform/gtk/TestExpectations: Enabled editing/spelling/spelling-changed-text.html test.
7755         * platform/qt/TestExpectations: Enabled editing/spelling/spelling-changed-text.html test.
7756
7757 2013-02-21  Eric Seidel  <eric@webkit.org>
7758
7759         LayoutTests/fast/encoding/parser-tests-*.html timeout with threaded HTML parser
7760         https://bugs.webkit.org/show_bug.cgi?id=109995
7761
7762         Reviewed by Adam Barth.
7763
7764         Mark http/tests/security/feed-urls-from-remote.html as timeout on chromium.
7765         I believe this is due to a bug in our DRT implementation in the policyDelegate case
7766         (which AFAIK is not a codepath which Chromium actually uses in the wild).
7767         The test already times out on TOT if you remove the setCustomPolicyDelegate calls.
7768
7769         * platform/chromium/TestExpectations:
7770
7771 2013-02-21  Erik Arvidsson  <arv@chromium.org>
7772
7773         Nodes should not have attributes property
7774         https://bugs.webkit.org/show_bug.cgi?id=110510
7775
7776         Reviewed by Adam Barth.
7777
7778         * fast/dom/Node/initial-values-expected.txt:
7779         * fast/dom/Node/script-tests/initial-values.js:
7780         * fast/dom/Text/text-should-not-have-attributes-expected.txt: Added.
7781         * fast/dom/Text/text-should-not-have-attributes.html: Added.
7782
7783 2013-02-21  Alok Priyadarshi  <alokp@chromium.org>
7784
7785         Suppressed failing tests after r143626.
7786         These tests need to be rebaselined.
7787
7788         Unreviewed gardening of TestExpectations.
7789
7790         * platform/efl/TestExpectations:
7791         * platform/mac/TestExpectations:
7792         * platform/qt/TestExpectations:
7793
7794 2013-02-21  Simon Fraser  <simon.fraser@apple.com>
7795
7796         [Safari] Crash with opacity + drop shadow filter + child element extending beyond filter outsets
7797         https://bugs.webkit.org/show_bug.cgi?id=107467
7798
7799         Reviewed by Dean Jackson.
7800         
7801         Testcase with filtered element with opacity, and layer child.
7802
7803         * css3/filters/filter-with-opacity-and-children-expected.txt: Added.
7804         * css3/filters/filter-with-opacity-and-children.html: Added.
7805
7806 2013-02-21  Philip Rogers  <pdr@google.com>
7807
7808         Rebaseline 4 SVG tests after an aspect ratio change in r143389
7809
7810         These 4 SVG tests needed a rebaseline after fixing WK99984.
7811
7812         Unreviewed rebaseline of test expectations.
7813
7814         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
7815         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
7816         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
7817         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
7818         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
7819         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
7820         * platform/chromium-mac/svg/as-image/image-preserveAspectRatio-all-expected.png: Added.
7821         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
7822         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
7823         * platform/chromium-mac/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
7824         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
7825         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
7826         * platform/chromium/TestExpectations:
7827
7828 2013-02-21  Philip Rogers  <pdr@google.com>
7829
7830         Fix duplicate TestExpecataions entry for svg/custom/foreign-object-skew.svg
7831
7832         Unreviewed gardening of TestExpecations
7833
7834         * platform/chromium/TestExpectations:
7835
7836 2013-02-21  Filip Pizlo  <fpizlo@apple.com>
7837
7838         Rebalance the running times of JSRegress somewhat.
7839
7840         Rubber stamped by Mark Hahnenberg.
7841
7842         * fast/js/regress/script-tests/adapt-to-double-divide.js:
7843         (foo):
7844         * fast/js/regress/script-tests/array-access-polymorphic-structure.js:
7845         * fast/js/regress/script-tests/int-overflow-local.js:
7846         * fast/js/regress/script-tests/method-on-number.js:
7847         (foo):
7848         * fast/js/regress/script-tests/rare-osr-exit-on-local.js:
7849         * fast/js/regress/script-tests/slow-convergence.js:
7850
7851 2013-02-21  Sheriff Bot  <webkit.review.bot@gmail.com>
7852
7853         Unreviewed, rolling out r143419.
7854         http://trac.webkit.org/changeset/143419
7855         https://bugs.webkit.org/show_bug.cgi?id=110507
7856
7857         Broke border-image on Mac (Requested by jpfau on #webkit).
7858
7859         * fast/borders/border-image-02.html: Removed.
7860         * platform/chromium-linux/fast/borders/border-image-02-expected.png: Removed.
7861         * platform/chromium/TestExpectations:
7862         * platform/chromium/fast/borders/border-image-02-expected.txt: Removed.
7863         * platform/efl/TestExpectations:
7864         * platform/gtk/fast/borders/border-image-02-expected.png: Removed.
7865         * platform/gtk/fast/borders/border-image-02-expected.txt: Removed.
7866         * platform/mac-wk2/TestExpectations:
7867         * platform/mac/TestExpectations:
7868         * platform/qt/TestExpectations:
7869         * platform/win/TestExpectations:
7870
7871 2013-02-21  Filip Pizlo  <fpizlo@apple.com>
7872
7873         Add Apache's HashMap.java translated into JavaScript as a JSRegress test
7874
7875         Rubber stamped by Geoffrey Garen.
7876         
7877         * fast/js/regress/HashMap-put-get-iterate-keys.html: Added.
7878         * fast/js/regress/HashMap-put-get-iterate.html: Added.
7879         * fast/js/regress/HashMap-string-put-get-iterate.html: Added.
7880         * fast/js/regress/script-tests/HashMap-put-get-iterate-keys.js: Added.
7881         (HashMap):
7882         (HashMap.):
7883         (get var):
7884         * fast/js/regress/script-tests/HashMap-put-get-iterate.js: Added.
7885         (HashMap):
7886         (HashMap.):
7887         (get var):
7888         * fast/js/regress/script-tests/HashMap-string-put-get-iterate.js: Added.
7889         (HashMap):
7890         (HashMap.):
7891         (get var):
7892
7893 2013-02-21  Tom Sepez  <tsepez@chromium.org>
7894
7895         XSSAuditor should block pages by redirecting to a sandboxed data: URL.
7896         https://bugs.webkit.org/show_bug.cgi?id=110406
7897
7898         Reviewed by Adam Barth.
7899
7900         * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt: Added.
7901         * http/tests/security/xssAuditor/block-does-not-leak-location.html: Added.
7902         * http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt: Added.
7903         * http/tests/security/xssAuditor/block-does-not-leak-referrer.html: Added.
7904         * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
7905         * http/tests/security/xssAuditor/full-block-base-href.html:
7906         * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
7907         * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
7908         * http/tests/security/xssAuditor/full-block-iframe-javascript-url.html:
7909         * http/tests/security/xssAuditor/full-block-iframe-no-inherit.php:
7910         * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
7911         * http/tests/security/xssAuditor/full-block-javascript-link.html:
7912         * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
7913         * http/tests/security/xssAuditor/full-block-link-onclick.html:
7914         * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
7915         * http/tests/security/xssAuditor/full-block-object-tag.html:
7916         * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
7917         * http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt: Added.
7918         * http/tests/security/xssAuditor/full-block-script-tag-cross-domain.html: Added.
7919         * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
7920         * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
7921         * http/tests/security/xssAuditor/full-block-script-tag-with-source.html:
7922         * http/tests/security/xssAuditor/full-block-script-tag.html:
7923         * http/tests/security/xssAuditor/malformed-xss-protection-header-1.html:
7924         * http/tests/security/xssAuditor/malformed-xss-protection-header-2.html:
7925         * http/tests/security/xssAuditor/malformed-xss-protection-header-3.html:
7926         * http/tests/security/xssAuditor/malformed-xss-protection-header-4.html:
7927         * http/tests/security/xssAuditor/malformed-xss-protection-header-5.html:
7928         * http/tests/security/xssAuditor/malformed-xss-protection-header-6.html:
7929         * http/tests/security/xssAuditor/malformed-xss-protection-header-7.html:
7930         * http/tests/security/xssAuditor/malformed-xss-protection-header-8.html:
7931         * http/tests/security/xssAuditor/malformed-xss-protection-header-9.html:
7932         * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt:
7933         * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
7934         * http/tests/security/xssAuditor/xss-protection-parsing-02.html:
7935         * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
7936         * http/tests/security/xssAuditor/xss-protection-parsing-03.html:
7937         * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
7938         * http/tests/security/xssAuditor/xss-protection-parsing-04.html:
7939             Rebaselined tests. Can no longer use final location of about:blank to 
7940             indicate success.
7941
7942         * http/tests/security/xssAuditor/resources/utilities.js:
7943         (checkIfFrameLocationMatchesSrcAndCallDone):
7944             Check final location against frame source (should only match when same
7945             origin and not blocked).
7946
7947         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
7948             Clean up noise in httpd error log about undefined values.
7949
7950 2013-02-21  Christian Biesinger  <cbiesinger@chromium.org>
7951
7952         Convert buttons from DeprecatedFlexBox to nondeprecated FlexibleBox
7953         https://bugs.webkit.org/show_bug.cgi?id=109994
7954
7955         Reviewed by Ojan Vafai.
7956
7957         * fast/flexbox/box-orient-button.html: Change -webkit-box to
7958         -webkit-flex, and related changes.
7959         * fast/flexbox/resources/box-orient-button.js:
7960         (setFlexDirection): webkitBoxOrient -> webkitFlexDirection
7961
7962         * fast/replaced/table-percent-height.html: Give a value to the
7963         <input type="button"> so that the layout doesn't change. No need to
7964         change expectations because this test uses dumpAsText() and just
7965         compares one button's height to another.
7966
7967         * http/tests/security/isolatedWorld/userGestureEvents.html: Add text
7968         to the button so that sending the click event doesn't miss the
7969         now-smaller button.
7970         * http/tests/security/isolatedWorld/userGestureEvents-expected.txt:
7971         Add that text to the expectation too.
7972
7973         * fast/forms/button-generated-content-expected.txt:
7974         * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.png:
7975         * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.txt:
7976         * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
7977         * platform/chromium-linux/fast/forms/button-generated-content-expected.txt:
7978         * platform/chromium-linux/fast/forms/select-baseline-expected.png:
7979         * platform/chromium-linux/fast/forms/select-baseline-expected.txt:
7980         * platform/chromium-linux/svg/custom/foreign-object-skew-expected.png:
7981         * platform/chromium-linux/svg/custom/foreign-object-skew-expected.txt:
7982         * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
7983         * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.txt:
7984         * platform/mac/css2.1/20110323/replaced-elements-001-expected.txt:
7985         * platform/mac/fast/forms/select-baseline-expected.txt:
7986         * platform/mac/svg/custom/foreign-object-skew-expected.txt:
7987         Rebaseline. Most changes come from the fact that an empty button now
7988         consistently has a small height, when previously it would sometimes
7989         have the height of the line. See this testcase:
7990         https://bugs.webkit.org/attachment.cgi?id=188679
7991         The new behavior is consistent with Firefox.
7992
7993         The only other difference is fast/forms/button-generated-content.html:
7994         The empty buttons are now aligned on the baseline instead of being
7995         vertically centered in the line. This is consistent with Firefox.
7996
7997         * platform/chromium/TestExpectations:
7998         * platform/efl/TestExpectations:
7999         * platform/gtk/TestExpectations:
8000         * platform/qt/TestExpectations:
8001         * platform/win/TestExpectations:
8002         Mark tests for rebaselining.
8003
8004 2013-02-21  Beth Dakin  <bdakin@apple.com>
8005
8006         Out-of-view fixed position check should not be affected by page scale at all on Mac
8007         https://bugs.webkit.org/show_bug.cgi?id=110294
8008         -and corresponding-
8009         <rdar://problem/13247582>
8010
8011         Reviewed by Simon Fraser.
8012
8013         These layer results should be the same regardless of the scale factor.
8014
8015         * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
8016         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
8017         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html:
8018         * compositing/layer-creation/fixed-position-out-of-view-scaled.html:
8019         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Removed.
8020         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Removed.
8021         * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
8022
8023         Skip these on Chromium for now.
8024         * platform/chromium/TestExpectations:
8025
8026 2013-02-21  Philip Rogers  <pdr@google.com>
8027
8028         Stop starting animations when leaving a page
8029         https://bugs.webkit.org/show_bug.cgi?id=110257
8030
8031         Reviewed by Stephen Chenney.
8032
8033         * svg/animations/reset-animation-crash-expected.html: Added.
8034         * svg/animations/reset-animation-crash.html: Added.
8035
8036 2013-02-21  Nate Chapin  <japhet@chromium.org>
8037
8038         REGRESSION: Crash in MainResourceLoader::setDataBufferingPolicy when sharing an html5 video via email
8039         https://bugs.webkit.org/show_bug.cgi?id=110075
8040
8041         Reviewed by Alexey Proskuryakov.
8042
8043         * webarchive/loading/resources/video-in-webarchive.webarchive: Added.
8044         * webarchive/loading/video-in-webarchive-expected.txt: Added.
8045         * webarchive/loading/video-in-webarchive.html: Added.
8046
8047 2013-02-21  Sheriff Bot  <webkit.review.bot@gmail.com>
8048
8049         Unreviewed, rolling out r143616.
8050         http://trac.webkit.org/changeset/143616
8051         https://bugs.webkit.org/show_bug.cgi?id=110491
8052
8053         Caused a test failure on Chromium Mac. (Requested by vollick
8054         on #webkit).
8055
8056         * platform/chromium/fast/repaint/relayout-fixed-position-after-scale-expected.html: Removed.
8057         * platform/chromium/fast/repaint/relayout-fixed-position-after-scale.html: Removed.
8058
8059 2013-02-21  Alok Priyadarshi  <alokp@chromium.org>
8060
8061         Mark GraphicsLayers as opaque when possible
8062         https://bugs.webkit.org/show_bug.cgi?id=70634
8063
8064         Reviewed by Simon Fraser.
8065
8066         * compositing/absolute-inside-out-of-view-fixed-expected.txt:
8067         * compositing/backing/no-backing-for-clip-expected.txt:
8068         * compositing/backing/no-backing-for-clip-overlap-expected.txt:
8069         * compositing/backing/no-backing-for-perspective-expected.txt:
8070         * compositing/clip-child-by-non-stacking-ancestor-expected.txt:
8071         * compositing/columns/composited-in-paginated-expected.txt:
8072         * compositing/contents-opaque/contents-opaque-background-clip-expected.txt: Copied from LayoutTests/platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt.
8073         * compositing/contents-opaque/contents-opaque-background-clip.html: Added.
8074         * compositing/contents-opaque/contents-opaque-background-color-expected.txt: Copied from LayoutTests/platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt.
8075         * compositing/contents-opaque/contents-opaque-background-color.html: Added.
8076         * compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt: Copied from LayoutTests/compositing/clip-child-by-non-stacking-ancestor-expected.txt.
8077         * compositing/contents-opaque/contents-opaque-layer-opacity.html: Added.
8078         * compositing/contents-opaque/contents-opaque-layer-transform-expected.txt: Copied from LayoutTests/compositing/clip-child-by-non-stacking-ancestor-expected.txt.
8079         * compositing/contents-opaque/contents-opaque-layer-transform.html: Added.
8080         * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
8081         * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
8082         * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
8083         * compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt:
8084         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
8085         * compositing/geometry/bounds-ignores-hidden-expected.txt:
8086         * compositing/geometry/clip-expected.txt:
8087         * compositing/geometry/clip-inside-expected.txt:
8088         * compositing/geometry/fixed-position-composited-switch-expected.txt:
8089         * compositing/geometry/flipped-writing-mode-expected.txt:
8090         * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
8091         * compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
8092         * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
8093         * compositing/geometry/limit-layer-bounds-fixed-expected.txt:
8094         * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
8095         * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
8096         * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
8097         * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
8098         * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
8099         * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
8100         * compositing/geometry/preserve-3d-switching-expected.txt:
8101         * compositing/iframes/become-composited-nested-iframes-expected.txt:
8102         * compositing/iframes/become-overlapped-iframe-expected.txt:
8103         * compositing/iframes/composited-parent-iframe-expected.txt:
8104         * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
8105         * compositing/iframes/connect-compositing-iframe-expected.txt:
8106         * compositing/iframes/connect-compositing-iframe2-expected.txt:
8107         * compositing/iframes/connect-compositing-iframe3-expected.txt:
8108         * compositing/iframes/enter-compositing-iframe-expected.txt:
8109         * compositing/iframes/iframe-resize-expected.txt:
8110         * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
8111         * compositing/iframes/invisible-nested-iframe-show-expected.txt:
8112         * compositing/iframes/overlapped-iframe-expected.txt:
8113         * compositing/iframes/overlapped-iframe-iframe-expected.txt:
8114         * compositing/iframes/overlapped-nested-iframes-expected.txt:
8115         * compositing/iframes/page-cache-layer-tree-expected.txt:
8116         * compositing/iframes/scrolling-iframe-expected.txt:
8117         * compositing/layer-creation/animation-overlap-with-children-expected.txt:
8118         * compositing/layer-creation/fixed-position-and-transform-expected.txt:
8119         * compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
8120         * compositing/layer-creation/fixed-position-out-of-view-expected.txt:
8121         * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
8122         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
8123         * compositing/layer-creation/fixed-position-under-transform-expected.txt:
8124         * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
8125         * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
8126         * compositing/layer-creation/overlap-animation-clipping-expected.txt:
8127         * compositing/layer-creation/overlap-animation-expected.txt:
8128         * compositing/layer-creation/overlap-child-layer-expected.txt:
8129         * compositing/layer-creation/overlap-clipping-expected.txt:
8130         * compositing/layer-creation/overlap-transformed-3d-expected.txt:
8131         * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
8132         * compositing/layer-creation/overlap-transformed-layer-expected.txt:
8133         * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
8134         * compositing/layer-creation/overlap-transforms-expected.txt:
8135         * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
8136         * compositing/layer-creation/stacking-context-overlap-expected.txt:
8137         * compositing/layer-creation/translatez-overlap-expected.txt:
8138         * compositing/masks/mask-layer-size-expected.txt:
8139         * compositing/overflow-trumps-transform-style-expected.txt:
8140         * compositing/overflow/clip-descendents-expected.txt:
8141         * compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
8142         * compositing/overflow/textarea-scroll-touch-expected.txt:
8143         * compositing/plugins/no-backing-store-expected.txt:
8144         * compositing/repaint/invalidations-on-composited-layers-expected.txt:
8145         * compositing/rtl/rtl-absolute-expected.txt:
8146         * compositing/rtl/rtl-absolute-overflow-expected.txt:
8147         * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
8148         * compositing/rtl/rtl-fixed-expected.txt:
8149         * compositing/rtl/rtl-fixed-overflow-expected.txt:
8150         * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
8151         * compositing/rtl/rtl-iframe-absolute-expected.txt:
8152         * compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
8153         * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
8154         * compositing/rtl/rtl-iframe-fixed-expected.txt:
8155         * compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
8156         * compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
8157         * compositing/rtl/rtl-iframe-relative-expected.txt:
8158         * compositing/rtl/rtl-relative-expected.txt:
8159         * compositing/tiled-layers-hidpi-expected.txt:
8160         * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
8161         * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
8162         * compositing/tiling/huge-layer-add-remove-child-expected.txt:
8163         * compositing/tiling/huge-layer-with-layer-children-expected.txt:
8164         * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
8165         * compositing/tiling/rotated-tiled-clamped-expected.txt:
8166         * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
8167         * compositing/tiling/tile-cache-zoomed-expected.txt:
8168         * compositing/tiling/tiled-layer-resize-expected.txt:
8169         * compositing/visible-rect/2d-transformed-expected.txt:
8170         * compositing/visible-rect/3d-transform-style-expected.txt:
8171         * compositing/visible-rect/3d-transformed-expected.txt:
8172         * compositing/visible-rect/animated-expected.txt:
8173         * compositing/visible-rect/animated-from-none-expected.txt:
8174         * compositing/visible-rect/clipped-by-viewport-expected.txt:
8175         * compositing/visible-rect/clipped-visible-rect-expected.txt:
8176         * compositing/visible-rect/iframe-and-layers-expected.txt:
8177         * compositing/visible-rect/iframe-no-layers-expected.txt:
8178         * compositing/visible-rect/nested-transform-expected.txt:
8179         * compositing/visible-rect/scrolled-expected.txt:
8180         * css3/filters/filtered-compositing-descendant-expected.txt:
8181         * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
8182         * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
8183         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
8184         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
8185         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
8186         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
8187         * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
8188         * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
8189         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
8190         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
8191         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
8192         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
8193         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
8194         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
8195         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
8196         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
8197         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
8198         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
8199         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
8200         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
8201         * platform/chromium-mac/compositing/iframes/invisible-nested-iframe-show-expected.txt:
8202         * platform/chromium-mac/compositing/overflow/textarea-scroll-touch-expected.txt:
8203         * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
8204         * platform/chromium-mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
8205         * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
8206         * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
8207         * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
8208         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
8209         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt:
8210         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt:
8211         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
8212         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
8213         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
8214         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
8215         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt:
8216         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt:
8217         * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
8218         * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
8219         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
8220         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
8221         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
8222         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
8223         * platform/chromium-win/compositing/backing/no-backing-for-clip-expected.txt:
8224         * platform/chromium-win/compositing/backing/no-backing-for-clip-overlap-expected.txt:
8225         * platform/chromium-win/compositing/backing/no-backing-for-perspective-expected.txt:
8226         * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
8227         * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
8228         * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
8229         * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
8230         * platform/chromium-win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
8231         * platform/chromium-win/compositing/geometry/preserve-3d-switching-expected.txt:
8232         * platform/chromium-win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
8233         * platform/chromium-win/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
8234         * platform/chromium-win/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
8235         * platform/chromium-win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
8236         * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-expected.txt:
8237         * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
8238         * platform/chromium/TestExpectations:
8239         * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt:
8240         * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt:
8241         * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt:
8242         * platform/chromium/compositing/columns/composited-in-paginated-expected.txt:
8243         * platform/chromium/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
8244         * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
8245         * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
8246         * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
8247         * platform/chromium/compositing/geometry/clip-expected.txt:
8248         * platform/chromium/compositing/geometry/clip-inside-expected.txt:
8249         * platform/chromium/compositing/geometry/fixed-position-composited-switch-expected.txt:
8250         * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt:
8251         * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
8252         * platform/chromium/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
8253         * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
8254         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt:
8255         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
8256         * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt:
8257         * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
8258         * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt:
8259         * platform/chromium/compositing/iframes/become-composited-nested-iframes-expected.txt:
8260         * platform/chromium/compositing/iframes/become-overlapped-iframe-expected.txt:
8261         * platform/chromium/compositing/iframes/composited-parent-iframe-expected.txt:
8262         * platform/chromium/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
8263         * platform/chromium/compositing/iframes/connect-compositing-iframe-expected.txt:
8264         * platform/chromium/compositing/iframes/connect-compositing-iframe2-expected.txt:
8265         * platform/chromium/compositing/iframes/connect-compositing-iframe3-expected.txt:
8266         * platform/chromium/compositing/iframes/enter-compositing-iframe-expected.txt:
8267         * platform/chromium/compositing/iframes/iframe-resize-expected.txt:
8268         * platform/chromium/compositing/iframes/iframe-size-from-zero-expected.txt:
8269         * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt:
8270         * platform/chromium/compositing/iframes/overlapped-iframe-expected.txt:
8271         * platform/chromium/compositing/iframes/overlapped-iframe-iframe-expected.txt:
8272         * platform/chromium/compositing/iframes/overlapped-nested-iframes-expected.txt:
8273         * platform/chromium/compositing/iframes/resizer-expected.txt:
8274         * platform/chromium/compositing/iframes/scrolling-iframe-expected.txt:
8275         * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt:
8276         * platform/chromium/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
8277         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
8278         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
8279         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
8280         * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt:
8281         * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
8282         * platform/chromium/compositing/layer-creation/overflow-scroll-overlap-expected.txt:
8283         * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
8284         * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt:
8285         * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt:
8286         * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt:
8287         * platform/chromium/compositing/layer-creation/overlap-transformed-3d-expected.txt:
8288         * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
8289         * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt:
8290         * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
8291         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
8292         * platform/chromium/compositing/layer-creation/spanOverlapsCanvas-expected.txt:
8293         * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt:
8294         * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt:
8295         * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt:
8296         * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
8297         * platform/chromium/compositing/rtl/rtl-absolute-expected.txt:
8298         * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt:
8299         * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
8300         * platform/chromium/compositing/rtl/rtl-fixed-expected.txt:
8301         * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt:
8302         * platform/chromium/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
8303         * platform/chromium/compositing/rtl/rtl-iframe-absolute-expected.txt:
8304         * platform/chromium/compositing/rtl/rtl-iframe-fixed-expected.txt:
8305         * platform/chromium/compositing/rtl/rtl-iframe-relative-expected.txt:
8306         * platform/chromium/compositing/rtl/rtl-relative-expected.txt:
8307         * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:
8308         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
8309         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt:
8310         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
8311         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
8312         * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt:
8313         * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
8314         * platform/mac/TestExpectations:
8315         * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
8316         * platform/mac/compositing/iframes/resizer-expected.txt:
8317         * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
8318         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
8319         * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt:
8320         * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
8321         * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
8322         * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
8323         * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
8324         * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
8325         * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
8326         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
8327         * platform/mac/compositing/tiling/tiled-layer-resize-expected.txt:
8328         * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
8329         * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
8330         * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
8331         * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
8332         * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
8333         * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
8334         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
8335         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
8336         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
8337         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
8338         * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
8339         * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
8340         * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
8341         * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
8342         * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
8343         * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt:
8344         * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
8345         * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
8346         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
8347         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
8348         * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
8349         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
8350         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
8351         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
8352         * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
8353         * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
8354         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
8355         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
8356         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
8357         * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
8358         * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
8359         * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
8360         * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
8361         * platform/qt/compositing/iframes/invisible-nested-iframe-show-expected.txt:
8362         * platform/qt/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
8363         * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
8364         * platform/win/compositing/iframes/overlapped-iframe-iframe-expected.txt:
8365         * platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
8366         * platform/win/compositing/tiling/rotated-tiled-clamped-expected.txt:
8367         * platform/win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
8368
8369 2013-02-21  Julien Chaffraix  <jchaffraix@webkit.org>
8370
8371         [CSS Grid Layout] Implement grid growth during auto placement
8372         https://bugs.webkit.org/show_bug.cgi?id=110418
8373
8374         Reviewed by Ojan Vafai.
8375
8376         * fast/css-grid-layout/grid-item-addition-auto-placement-update-expected.txt:
8377         * fast/css-grid-layout/grid-item-removal-auto-placement-update-expected.txt:
8378
8379 2013-02-21  Andrei Bucur  <abucur@adobe.com>
8380
8381         -webkit-margin-collapse: separate doesn't work correctly for before margins
8382         https://bugs.webkit.org/show_bug.cgi?id=109956
8383
8384         Reviewed by David Hyatt.
8385
8386         The test verifies a child specifying "-webkit-margin-collapse: separate" is correctly positioned inside
8387         its container, at a value equal with the top margin of the child. The container also need to be sized
8388         accordingly.
8389
8390         * fast/block/margin-collapse/webkit-margin-collapse-separate-position-expected.txt: Added.
8391         * fast/block/margin-collapse/webkit-margin-collapse-separate-position.html: Added.
8392
8393 2013-02-21  Tien-Ren Chen  <trchen@chromium.org>
8394
8395         Need to re-layout fixed position elements after scale when using settings()->fixedElementsLayoutRelativeToFrame()
8396         https://bugs.webkit.org/show_bug.cgi?id=105486
8397
8398         Reviewed by James Robinson.
8399
8400         In settings()->fixedElementsLayoutRelativeToFrame() mode, fixed-position
8401         elements are layout relative to the current visible viewport, which can
8402         be different from the layout viewport when using fixed-layout mode.
8403         We need to re-layout fixed-position elements in case of visible content
8404         size changes.
8405
8406         The test is currently chromium-specific due to difficulties to make this
8407         test works on Mac. The mac port seems to work very differently with
8408         visible content size when a page is scaled. And there is no reliable way
8409         to hide scrollbars in mac-wk1 that doesn't cause a side effect.
8410
8411         * platform/chromium/fast/repaint/relayout-fixed-position-after-scale-expected.html: Added.
8412         * platform/chromium/fast/repaint/relayout-fixed-position-after-scale.html: Added.
8413
8414 2013-02-21  Mihnea Ovidenie  <mihnea@adobe.com>
8415
8416         [CSS Regions]  border-radius on a region causes overflow to be hidden
8417         https://bugs.webkit.org/show_bug.cgi?id=103684
8418
8419         Reviewed by Tony Chang.
8420
8421         The fix for https://bugs.webkit.org/show_bug.cgi?id=74132, making RenderRegion
8422         inherit from RenderBlock instead of RenderReplaced, also fixed this bug.
8423         Still, it deserves a test.
8424
8425         * fast/regions/last-region-border-radius-expected.html: Added.
8426         * fast/regions/last-region-border-radius.html: Added.
8427
8428 2013-02-21  David Hyatt  <hyatt@apple.com>
8429
8430         [New Multicolumn] Add a positioned object pagination test.
8431         https://bugs.webkit.org/show_bug.cgi?id=110480.
8432
8433         Reviewed by Antti Koivisto.
8434
8435         * fast/multicol/newmulticol/positioned-split-expected.html: Added.
8436         * fast/multicol/newmulticol/positioned-split.html: Added.
8437
8438 2013-02-21  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
8439
8440         [EFL] Gardening; unskip test that is now passing on the bots.
8441
8442         * platform/efl/TestExpectations:
8443
8444 2013-02-21  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
8445
8446         [EFL] Unreviewed gardening.
8447
8448         Unskip some tests which are passing; too bad nobody cared to file
8449         bugs for them in the first place.
8450
8451         * platform/efl/TestExpectations:
8452
8453 2013-02-21  Andrey Adaikin  <aandrey@chromium.org>
8454
8455         Web Inspector: [Canvas] UI: more intuitive control buttons
8456         https://bugs.webkit.org/show_bug.cgi?id=110327
8457
8458         Reviewed by Pavel Feldman.
8459
8460         * inspector/profiler/canvas2d/canvas-replay-log-grid.html:
8461
8462 2013-02-21  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
8463
8464         [EFL] Unreviewed gardening.
8465
8466         * platform/efl/fast/dom/constructed-objects-prototypes-expected.txt: Rebaselining after r143505.
8467         * platform/efl/fast/js/global-constructors-expected.txt: Ditto.
8468         * platform/efl/TestExpectations: Added editing/spelling/spelling-changed-text.html after r143470.
8469
8470 2013-02-21  Alexander Pavlov  <apavlov@chromium.org>
8471
8472         Web Inspector: Local/session storage tree items in the Resources panel after page refresh are not shown
8473         https://bugs.webkit.org/show_bug.cgi?id=109572
8474
8475         Reviewed by Vsevolod Vlasov.
8476
8477         * http/tests/inspector-enabled/dom-storage-open-expected.txt:
8478         * http/tests/inspector-enabled/dom-storage-open.html:
8479
8480 2013-02-21  Sheriff Bot  <webkit.review.bot@gmail.com>
8481
8482         Unreviewed, rolling out r143581.
8483         http://trac.webkit.org/changeset/143581
8484         https://bugs.webkit.org/show_bug.cgi?id=110457
8485
8486         Breaks Windows builds (compile + link) (Requested by apavlov
8487         on #webkit).
8488
8489         * http/tests/inspector-enabled/dom-storage-open-expected.txt:
8490         * http/tests/inspector-enabled/dom-storage-open.html:
8491
8492 2013-02-21  Vsevolod Vlasov  <vsevik@chromium.org>
8493
8494         Web Inspector: Get rid of parsedURL in uiSourceCode, use name and path for displayName instead.
8495         https://bugs.webkit.org/show_bug.cgi?id=110335
8496
8497         Reviewed by Alexander Pavlov.
8498
8499         * http/tests/inspector-enabled/dynamic-scripts.html:
8500         * http/tests/inspector/debugger-test.js:
8501         (initialize_DebuggerTest):
8502         * inspector/debugger/dynamic-scripts.html:
8503         * inspector/debugger/scripts-file-selector-expected.txt:
8504         * inspector/debugger/source-url-comment.html:
8505         * inspector/styles/edit-inspector-stylesheet.html:
8506         * inspector/styles/styles-add-new-rule.html:
8507
8508 2013-02-21  Alexander Pavlov  <apavlov@chromium.org>
8509
8510         Web Inspector: Local/session storage tree items in the Resources panel after page refresh are not shown
8511         https://bugs.webkit.org/show_bug.cgi?id=109572
8512
8513         Reviewed by Vsevolod Vlasov.
8514
8515         * http/tests/inspector-enabled/dom-storage-open-expected.txt:
8516         * http/tests/inspector-enabled/dom-storage-open.html:
8517
8518 2013-02-21  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
8519
8520         [Qt] Unreviewed gardening.
8521
8522         * platform/qt-5.0-wk2/TestExpectations: Skip failing reftests.
8523         * platform/qt/TestExpectations: Skip failing tests after r143541 and r110447.
8524         * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: Rebaselining after r143505.
8525         * platform/qt/fast/js/global-constructors-expected.txt: Rebaselining after r143505.
8526
8527 2013-02-21  Zan Dobersek  <zdobersek@igalia.com>
8528
8529         Unreviewed GTK gardening.
8530
8531         * platform/gtk/TestExpectations: Adding failure expectations for tests introduced in r143470 and r143541.
8532         * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Rebaselining after r143505.
8533         * platform/gtk/fast/js/global-constructors-expected.txt: Ditto.
8534
8535 2013-02-21  Ádám Kallai  <kadam@inf.u-szeged.hu>
8536
8537         [Qt] Unreviewed gardening. Skipped failing inpector tests after r143300.
8538         https://bugs.webkit.org/show_bug.cgi?id=110440.
8539
8540         * platform/qt/TestExpectations:
8541
8542 2013-02-21  Ken Kania  <kkania@chromium.org>
8543
8544         Web Inspector: Add command for selecting files for file input element
8545         https://bugs.webkit.org/show_bug.cgi?id=109308
8546
8547         Reviewed by Pavel Feldman.
8548
8549         * inspector-protocol/dom/setFileInputFiles-expected.txt: Added.
8550         * inspector-protocol/dom/setFileInputFiles.html: Added.
8551         * platform/chromium/inspector-protocol/dom/setFileInputFiles-expected.txt: Added.
8552
8553 2013-02-21  Pan Deng  <pan.deng@intel.com>
8554
8555         [Web Inspector]Add WebSocket networking events in WebInspector Timeline panel.
8556         https://bugs.webkit.org/show_bug.cgi?id=105527.
8557
8558         Reviewed by Pavel Feldman.
8559
8560         This change add the record event type to test expections. The Events are CreateWebSocket, 
8561         SendWebSocketHandshakeRequest, ReceiveWebSocketHandShakeResponse and DestoryWebSocket.
8562         timeline-test.js was moved to http folder, since new added websocket test need it from server side.
8563
8564         * http/tests/inspector/timeline-test.js: Renamed from LayoutTests/inspector/timeline/timeline-test.js.
8565         (initialize_Timeline.InspectorTest.startTimeline.addRecord):
8566         (initialize_Timeline.InspectorTest.startTimeline):
8567         (initialize_Timeline.addRecord):
8568         (initialize_Timeline.InspectorTest.waitForRecordType):
8569         (initialize_Timeline.InspectorTest.stopTimeline):
8570         (initialize_Timeline.step1):
8571         (initialize_Timeline.step2):
8572         (initialize_Timeline.InspectorTest.evaluateWithTimeline):
8573         (initialize_Timeline.):
8574         (initialize_Timeline.InspectorTest.performActionsAndPrint):
8575         (initialize_Timeline.InspectorTest.printTimelineRecords):
8576         (initialize_Timeline.InspectorTest.printTimestampRecords):
8577         (initialize_Timeline.InspectorTest.innerPrintTimelineRecords):
8578         (initialize_Timeline.InspectorTest.dumpTimelineRecord):
8579         (initialize_Timeline.InspectorTest.dumpTimelineRecords):
8580         (initialize_Timeline.InspectorTest.printTimelineRecordProperties):
8581         (initialize_Timeline.InspectorTest._timelineAgentTypeToString):
8582         (initialize_Timeline.InspectorTest.findPresentationRecord.findByType):
8583         (initialize_Timeline.InspectorTest.findPresentationRecord):
8584         (initialize_Timeline.InspectorTest.FakeFileReader):
8585         (initialize_Timeline.InspectorTest.FakeFileReader.prototype.start):
8586         (initialize_Timeline.InspectorTest.FakeFileReader.prototype.cancel):
8587         (initialize_Timeline.InspectorTest.FakeFileReader.prototype.loadedSize):
8588         (initialize_Timeline.InspectorTest.FakeFileReader.prototype.fileSize):
8589         (initialize_Timeline.InspectorTest.FakeFileReader.prototype.fileName):
8590         (initialize_Timeline.InspectorTest):
8591         (initialize_Timeline):
8592         * http/tests/inspector/websocket/timeline-websocket-event-expected.txt: Added.
8593         * http/tests/inspector/websocket/timeline-websocket-event.html: Added.
8594         * inspector/timeline/timeline-animation-frame.html: Modify address of script "timeline-test.js"
8595         * inspector/timeline/timeline-decode-resize.html:
8596         * inspector/timeline/timeline-dom-content-loaded-event.html:
8597         * inspector/timeline/timeline-enum-stability-expected.txt:
8598         * inspector/timeline/timeline-event-dispatch.html:
8599         * inspector/timeline/timeline-frames.html:
8600         * inspector/timeline/timeline-injected-script-eval.html:
8601         * inspector/timeline/timeline-layout-reason.html:
8602         * inspector/timeline/timeline-layout.html:
8603         * inspector/timeline/timeline-load-event.html:
8604         * inspector/timeline/timeline-load.html:
8605         * inspector/timeline/timeline-mark-timeline.html:
8606         * inspector/timeline/timeline-network-received-data.html:
8607         * inspector/timeline/timeline-network-resource.html:
8608         * inspector/timeline/timeline-paint.html:
8609         * inspector/timeline/timeline-parse-html.html:
8610         * inspector/timeline/timeline-recalculate-styles.html:
8611         * inspector/timeline/timeline-receive-response-event.html:
8612         * inspector/timeline/timeline-script-tag-1.html:
8613         * inspector/timeline/timeline-script-tag-2.html:
8614         * inspector/timeline/timeline-start-time.html:
8615         * inspector/timeline/timeline-time-stamp.html:
8616         * inspector/timeline/timeline-time.html:
8617         * inspector/timeline/timeline-timer-fired-from-eval-call-site.html:
8618         * inspector/timeline/timeline-timer.html:
8619         * inspector/timeline/timeline-trivial.html:
8620
8621 2013-02-21  Nils Barth  <nbarth@google.com>
8622
8623         File upload control doesn't apply CSS vertical padding or border to file name
8624         https://bugs.webkit.org/show_bug.cgi?id=109011
8625
8626         Reviewed by Hajime Morrita.
8627
8628         * fast/forms/file/file-vertical-padding-border.html: Added.
8629         * fast/forms/file/file-vertical-padding-border-expected.html: Added.
8630
8631 2013-02-20  Vsevolod Vlasov  <vsevik@chromium.org>
8632
8633         Web Inspector: TabbedEditorContainer and OpenResourceDialog should show uiSourceCode path and name instead of parsedURL
8634         https://bugs.webkit.org/show_bug.cgi?id=110334
8635
8636         Reviewed by Alexander Pavlov.
8637
8638         * inspector/debugger/scripts-file-selector-expected.txt:
8639         * inspector/debugger/ui-source-code-display-name-expected.txt:
8640         * inspector/debugger/ui-source-code-display-name.html:
8641
8642 2013-02-20  Mike West  <mkwst@chromium.org>
8643
8644         Mouseup event does not fire on Scroll Bar
8645         https://bugs.webkit.org/show_bug.cgi?id=25811
8646
8647         Reviewed by Tony Chang.
8648
8649         * fast/scrolling/scrollbar-mousedown-mouseup-expected.txt: Added.
8650         * fast/scrolling/scrollbar-mousedown-mouseup.html: Added.
8651         * fast/scrolling/scrollbar-mousedown-move-mouseup-expected.txt: Added.
8652         * fast/scrolling/scrollbar-mousedown-move-mouseup.html: Added.
8653
8654 2013-02-20  Takashi Toyoshima  <toyoshim@chromium.org>
8655
8656         Unreviewed gardening, update TestExpectations.
8657
8658         * platform/chromium/TestExpectations:
8659
8660 2013-02-20  Takashi Toyoshima  <toyoshim@chromium.org>
8661
8662         Unreviewed gardening, add chromium-mac specific expectation image.
8663
8664         * platform/chromium-mac/fast/repaint/paint-caret-in-div-with-negative-indent-expected.png: Added.
8665
8666 2013-02-20  Dirk Schulze  <krit@webkit.org>
8667
8668         Enable CANVAS_PATH flag
8669         https://bugs.webkit.org/show_bug.cgi?id=108508
8670
8671         Reviewed by Simon Fraser.
8672
8673         Unreviewed rebaseline after landing patch.
8674
8675         * fast/dom/constructed-objects-prototypes-expected.txt:
8676
8677 2013-02-20  Filip Pizlo  <fpizlo@apple.com>
8678
8679         DFG inlines Resolves that it doesn't know how to handle correctly
8680         https://bugs.webkit.org/show_bug.cgi?id=110405
8681
8682         Reviewed by Geoffrey Garen.
8683
8684         * fast/js/dfg-inline-resolve-expected.txt: Added.
8685         * fast/js/dfg-inline-resolve.html: Added.
8686
8687 2013-02-20  Christian Biesinger  <cbiesinger@chromium.org>
8688
8689         Convert residual-style.html test to a reftest (and fix typos)
8690         https://bugs.webkit.org/show_bug.cgi?id=109981
8691
8692         Reviewed by Darin Adler.
8693
8694         * fast/flexbox/box-orient-button.html: clsas->class
8695         * fast/flexbox/resources/box-orient-button.js: DTR->DRT
8696         * fast/invalid/residual-style-expected.html: Added. New reftest
8697         version. Note that some lines are red, which is
8698         https://bugs.webkit.org/show_bug.cgi?id=109984
8699         * fast/invalid/residual-style.html: Add missing semicolon in <style>.
8700         Also close a few more <font> tags, so that the descriptive text is
8701         in black as it should be.
8702
8703         * platform/chromium-android/fast/invalid/residual-style-expected.png: Removed.
8704         * platform/chromium-android/fast/invalid/residual-style-expected.txt: Removed.
8705         * platform/chromium-linux/fast/invalid/residual-style-expected.png: Removed.
8706         * platform/chromium-linux/fast/invalid/residual-style-expected.txt: Removed.
8707         * platform/chromium-mac-lion/fast/invalid/residual-style-expected.png: Removed.
8708         * platform/chromium-mac-snowleopard/fast/invalid/residual-style-expected.png: Removed.
8709         * platform/chromium-mac/fast/invalid/residual-style-expected.png: Removed.
8710         * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Removed.
8711         * platform/chromium-win/fast/invalid/residual-style-expected.png: Removed.
8712         * platform/chromium-win/fast/invalid/residual-style-expected.txt: Removed.
8713         * platform/efl/fast/invalid/residual-style-expected.png: Removed.
8714         * platform/efl/fast/invalid/residual-style-expected.txt: Removed.
8715         * platform/gtk/fast/invalid/residual-style-expected.png: Removed.
8716         * platform/gtk/fast/invalid/residual-style-expected.txt: Removed.
8717         * platform/mac/fast/invalid/residual-style-expected.png: Removed.
8718         * platform/mac/fast/invalid/residual-style-expected.txt: Removed.
8719         Removed old expectation files.
8720
8721 2013-02-20  David Hyatt  <hyatt@apple.com>
8722
8723         [New Multicolumn] Fix overflow computation for column blocks.
8724         https://bugs.webkit.org/show_bug.cgi?id=110392.
8725
8726         Reviewed by Simon Fraser.
8727
8728         * fast/multicol/newmulticol/column-rules-fixed-height-expected.html:
8729         * fast/multicol/newmulticol/column-rules-fixed-height.html:
8730
8731 2013-02-20  Christian Biesinger  <cbiesinger@chromium.org>
8732
8733         Incorrect rendering for flex boxes with percentage height in a table cell
8734         https://bugs.webkit.org/show_bug.cgi?id=110389
8735
8736         Reviewed by Tony Chang.
8737
8738         * css3/flexbox/flex-percentage-height-in-table-expected.html: Added.
8739         * css3/flexbox/flex-percentage-height-in-table-standards-mode-expected.html: Added.
8740         * css3/flexbox/flex-percentage-height-in-table-standards-mode.html: Added.
8741         * css3/flexbox/flex-percentage-height-in-table.html: Added.
8742
8743 2013-02-20  Philip Rogers  <pdr@google.com>
8744
8745         Account for transform in SVG background images
8746         https://bugs.webkit.org/show_bug.cgi?id=110295
8747
8748         Reviewed by Dirk Schulze.
8749
8750         * svg/as-background-image/svg-transformed-background-expected.html: Added.
8751         * svg/as-background-image/svg-transformed-background.html: Added.
8752
8753 2013-02-20  Ojan Vafai  <ojan@chromium.org>
8754
8755         Positioned, replaced elements with intrinsic width keywords compute the wrong width
8756         https://bugs.webkit.org/show_bug.cgi?id=110393
8757
8758         Reviewed by Emil A Eklund.
8759
8760         * fast/css-intrinsic-dimensions/intrinsic-sized-replaced-absolutes-expected.txt: Added.
8761         * fast/css-intrinsic-dimensions/intrinsic-sized-replaced-absolutes.html: Added.
8762
8763 2013-02-20  Simon Fraser  <simon.fraser@apple.com>
8764
8765         Zoomed, slow-scrolling pages keep recreating tiles when scrolled
8766         https://bugs.webkit.org/show_bug.cgi?id=110379
8767
8768         Reviewed by Tim Horton.
8769         
8770         This test now just has one tile, rather than four. There is an apparent issue
8771         with the integral tile cache coverage rect being smaller than the visible rect.
8772         This is caused by rounding when dumping the tile coverage rect.
8773
8774         * platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt:
8775
8776 2013-02-20  Julien Chaffraix  <jchaffraix@webkit.org>
8777
8778         [CSS Grid Layout] Implement the auto-placement algorithm without grid growth
8779         https://bugs.webkit.org/show_bug.cgi?id=110277
8780
8781         Reviewed by Tony Chang.
8782
8783         * fast/css-grid-layout/grid-auto-flow-resolution-expected.txt:
8784         * fast/css-grid-layout/grid-auto-flow-resolution.html:
8785
8786         * fast/css-grid-layout/grid-item-addition-auto-placement-update-expected.txt: Added.
8787         * fast/css-grid-layout/grid-item-addition-auto-placement-update.html: Added.
8788         * fast/css-grid-layout/grid-item-removal-auto-placement-update-expected.txt: Added.
8789         * fast/css-grid-layout/grid-item-removal-auto-placement-update.html: Added.
8790         The current algorithm doesn't grow the grid but falls back to inserting the element at
8791         position (1, 1). The failures in these tests are due to that.
8792
8793 2013-02-20  Vincent Scheib  <scheib@chromium.org>
8794
8795         Accept 'allowfullscreen' in addition to 'webkitallowfullscreen'.
8796         https://bugs.webkit.org/show_bug.cgi?id=110374
8797
8798         Reviewed by Adam Barth.
8799
8800         Two previous tests duplicated to preserve testing webkitallowfullscreen
8801         and then modified to test allowfullscreen.
8802
8803         A new test 'full-screen-iframe-with-mixed-allow-webkitallow-attribute.html'
8804         added to test a mixed nesting of iframs with both allowfullscreen and
8805         webkitallowfullscreen.
8806
8807         * fullscreen/full-screen-enabled-prefixed-expected.txt: Added.
8808         * fullscreen/full-screen-enabled-prefixed.html: Copied from LayoutTests/fullscreen/full-screen-enabled.html.
8809         * fullscreen/full-screen-enabled.html:
8810         * fullscreen/full-screen-iframe-allowed-prefixed-expected.txt: Added.
8811         * fullscreen/full-screen-iframe-allowed-prefixed.html: Copied from LayoutTests/fullscreen/full-screen-iframe-allowed.html.
8812         * fullscreen/full-screen-iframe-allowed.html:
8813         * fullscreen/full-screen-iframe-with-mixed-allow-webkitallow-attribute-expected.txt:
8814         * fullscreen/full-screen-iframe-with-mixed-allow-webkitallow-attribute.html: Added.
8815         * fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe1.html: Added.
8816         * fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html: Added.
8817
8818 2013-02-20  Levi Weintraub  <leviw@chromium.org>
8819
8820         Line layout (but not pref widths) double-counts word spacing when between inlines
8821         https://bugs.webkit.org/show_bug.cgi?id=110381
8822
8823         Reviewed by Emil A Eklund.
8824
8825         * fast/text/word-space-between-inlines-expected.html: Added.
8826         * fast/text/word-space-between-inlines.html: Added.
8827
8828 2013-02-20  Nate Chapin  <japhet@chromium.org>
8829
8830         Test for https://bugs.webkit.org/show_bug.cgi?id=110237
8831
8832         Reviewed by Abhishek Arya.
8833
8834         * http/tests/misc/delete-frame-during-readystatechange-expected.txt: Added.
8835         * http/tests/misc/delete-frame-during-readystatechange.html: Added.
8836         * http/tests/misc/resources/delete-frame-during-readystatechange-frame.html: Added.
8837         * http/tests/misc/resources/empty.ogv: Added.
8838
8839 2013-02-20  David Hyatt  <hyatt@apple.com>
8840
8841         [New Multicolumn] Resize RenderMultiColumnSets around their columns.
8842         https://bugs.webkit.org/show_bug.cgi?id=110378.
8843
8844         Reviewed by Dirk Schulze.
8845
8846         * fast/multicol/newmulticol/positioned-with-constrained-height-expected.html: Added.
8847         * fast/multicol/newmulticol/positioned-with-constrained-height.html: Added.
8848
8849 2013-02-20  Dirk Schulze  <krit@webkit.org>
8850
8851         Enable CANVAS_PATH flag
8852         https://bugs.webkit.org/show_bug.cgi?id=108508
8853
8854         Reviewed by Simon Fraser.
8855
8856         Enable CANVAS_PATH flag on trunk.
8857
8858         Existing tests cover the feature.
8859
8860         * fast/canvas/canvas-path-object-expected.txt:
8861         * inspector/profiler/canvas2d/canvas2d-api-changes.html:
8862         * platform/chromium/TestExpectations:
8863         * platform/efl/TestExpectations:
8864         * platform/gtk/TestExpectations:
8865         * platform/mac/TestExpectations:
8866
8867 2013-02-20  Ian Vollick <vollick@chromium.org>
8868
8869         [chromium] Unreviewed gardening.
8870
8871         * platform/chromium/TestExpectations:
8872
8873 2013-02-20  Ian Vollick <vollick@chromium.org>
8874
8875         [chromium] Unreviewed gardening.
8876
8877         * platform/chromium/TestExpectations:
8878
8879 2013-02-20  Robert Hogan  <robert@webkit.org>
8880
8881         Make the test land in r143482 less platform-specific
8882
8883         Add outline:none to the test so platform-specific outlines don't kick in and
8884         make us require separate results for Mac and Linux.
8885
8886         Unreviewed, gardening.
8887
8888         * fast/repaint/paint-caret-in-div-with-negative-indent-expected.png:
8889         * fast/repaint/paint-caret-in-div-with-negative-indent.html:
8890
8891 2013-02-20  David Hyatt  <hyatt@apple.com>
8892
8893         [New Multicolumn] RenderMultiColumnFlowThreads should establish a BFC.
8894         https://bugs.webkit.org/show_bug.cgi?id=110366.
8895
8896         Reviewed by Antti Koivisto.
8897
8898         * fast/multicol/newmulticol/float-avoidance-expected.html: Added.
8899         * fast/multicol/newmulticol/float-avoidance.html: Added.
8900         * fast/multicol/newmulticol/float-multicol-expected.html: Added.
8901         * fast/multicol/newmulticol/float-multicol.html: Added.
8902         * fast/multicol/newmulticol/float-paginate-complex-expected.html: Added.
8903         * fast/multicol/newmulticol/float-paginate-complex.html: Added.
8904         * fast/multicol/newmulticol/float-paginate-empty-lines-expected.html: Added.
8905         * fast/multicol/newmulticol/float-paginate-empty-lines.html: Added.
8906         * fast/multicol/newmulticol/float-paginate-expected.html: Added.
8907         * fast/multicol/newmulticol/float-paginate.html: Added.
8908
8909 2013-02-20  David Hyatt  <hyatt@apple.com>
8910
8911         [New Multicolumn] Column gap is computed incorrectly.
8912         https://bugs.webkit.org/show_bug.cgi?id=110360.
8913
8914         Reviewed by Simon Fraser.
8915
8916         * fast/multicol/newmulticol/layers-split-across-columns-expected.html: Added.
8917         * fast/multicol/newmulticol/layers-split-across-columns.html: Added.
8918
8919 2013-02-20  Robert Hogan  <robert@webkit.org>
8920
8921         No caret on empty contenteditable element with negative text-indent
8922         https://bugs.webkit.org/show_bug.cgi?id=108633
8923
8924         Reviewed by Ryosuke Niwa.
8925
8926         * fast/repaint/paint-caret-in-div-with-negative-indent-expected.png: Added.
8927         * fast/repaint/paint-caret-in-div-with-negative-indent-expected.txt: Added.
8928         * fast/repaint/paint-caret-in-div-with-negative-indent.html: Added.
8929
8930 2013-02-20  Ojan Vafai  <ojan@chromium.org>
8931
8932         Make intrinsic width values work for positioned elements
8933         https://bugs.webkit.org/show_bug.cgi?id=110264
8934
8935         Reviewed by Tony Chang.
8936
8937         * fast/css-intrinsic-dimensions/intrinsic-sized-absolutes-expected.txt: Added.
8938         * fast/css-intrinsic-dimensions/intrinsic-sized-absolutes.html: Added.
8939         * fast/css-intrinsic-dimensions/width-shrinks-avoid-floats-expected.txt: Added.
8940         * fast/css-intrinsic-dimensions/width-shrinks-avoid-floats.html: Added.
8941
8942 2013-02-20  Robert Hogan  <robert@webkit.org>
8943
8944         input element with placeholder text and width set to 100% on focus causes overflow even after losing focus
8945         https://bugs.webkit.org/show_bug.cgi?id=109020
8946
8947         Reviewed by David Hyatt.
8948
8949         * fast/forms/input-placeholder-layout-view-expected.html: Added.
8950         * fast/forms/input-placeholder-layout-view.html: Added.
8951         * fast/forms/textarea-placeholder-layout-view-expected.html: Added.
8952         * fast/forms/textarea-placeholder-layout-view.html: Added.
8953
8954 2013-02-20  Rouslan Solomakhin  <rouslan@chromium.org>
8955
8956         Spellchecker should not crash after text has changed and spellcheck results are served from cache
8957         https://bugs.webkit.org/show_bug.cgi?id=109220
8958
8959         Reviewed by Tony Chang.
8960
8961         * editing/spelling/spelling-changed-text-expected.txt: Added the expected output for serving spellcheck results from cache for edited text.
8962         * editing/spelling/spelling-changed-text.html: Added a test for serving spellcheck results from cache for edited text.
8963
8964 2013-02-19  David Hyatt  <hyatt@apple.com>
8965
8966         [New Multicolumn] Make layers paint properly in columns.
8967         https://bugs.webkit.org/show_bug.cgi?id=110296.
8968
8969         Reviewed by Sam Weinig.
8970
8971         * fast/multicol/newmulticol/layers-in-multicol-expected.html: Added.
8972         * fast/multicol/newmulticol/layers-in-multicol.html: Added.
8973
8974 2013-02-20  Xabier Rodriguez Calvar  <calvaris@igalia.com>
8975
8976         [Gtk] HTML5 Media controls require a design refresh
8977         https://bugs.webkit.org/show_bug.cgi?id=83869
8978
8979         Tests flagged and rebaselines.
8980
8981         Reviewed by Philippe Normand.
8982
8983         * platform/gtk/TestExpectations: Tests flagged and removed some
8984         other flags.
8985         * platform/gtk/accessibility/media-element-expected.txt: Rebaseline
8986         * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt: Rebaseline
8987         * platform/gtk/fast/layers/video-layer-expected.png: Rebaseline
8988         * platform/gtk/fast/layers/video-layer-expected.txt: Rebaseline
8989         * platform/gtk/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Rebaseline
8990         * platform/gtk/media/audio-repaint-expected.png: Rebaseline
8991         * platform/gtk/media/audio-repaint-expected.txt: Rebaseline
8992         * platform/gtk/media/controls-styling-strict-expected.png: Rebaseline
8993         * platform/gtk/media/video-controls-rendering-expected.png: Rebaseline
8994         * platform/gtk/media/video-empty-source-expected.txt: Rebaseline
8995         * platform/gtk/media/video-no-audio-expected.txt: Rebaseline
8996         * platform/gtk/media/video-volume-slider-expected.txt: Rebaseline
8997         * platform/gtk/media/video-zoom-controls-expected.txt: Rebaseline
8998         * platform/gtk/media/video-zoom-expected.png: Rebaseline
8999
9000 2013-02-20  Dominik Röttsches  <dominik.rottsches@intel.com>
9001
9002         [EFL] Unreviewed gardening.
9003
9004         * platform/efl/TestExpectations: Marked touch event emulation test as failing.
9005
9006 2013-02-20  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
9007
9008         [Qt] Unreviewed. Correcting gardening after r143436.
9009
9010         * platform/qt/TestExpectations:
9011
9012 2013-02-20  Florin Malita  <fmalita@chromium.org>
9013
9014         Clear SVGPathSeg role on removal.
9015         https://bugs.webkit.org/show_bug.cgi?id=110058
9016
9017         Reviewed by Dirk Schulze.
9018
9019         * svg/dom/SVGPathSegList-crash-expected.txt: Added.
9020         * svg/dom/SVGPathSegList-crash.html: Added.
9021
9022 2013-02-20  Sheriff Bot  <webkit.review.bot@gmail.com>
9023
9024         Unreviewed, rolling out r143434.
9025         http://trac.webkit.org/changeset/143434
9026         https://bugs.webkit.org/show_bug.cgi?id=110326
9027
9028         added reftest fails on chromium mac 10.6 (Requested by
9029         toyoshim on #webkit).
9030
9031         * fast/forms/file/file-vertical-padding-border-expected.html: Removed.
9032         * fast/forms/file/file-vertical-padding-border.html: Removed.
9033
9034 2013-02-19  Vsevolod Vlasov  <vsevik@chromium.org>
9035
9036         Web Inspector: Make UISourceCode.path() an array of path segments.
9037         https://bugs.webkit.org/show_bug.cgi?id=110229
9038
9039         Reviewed by Pavel Feldman.
9040
9041         * inspector/workspace-mapping.html:
9042
9043 2013-02-20  Takashi Toyoshima  <toyoshim@chromium.org>
9044
9045         Unreviewed, update expectation for chromium gardening.
9046         https://bugs.webkit.org/show_bug.cgi?id=110324
9047
9048         * platform/chromium/TestExpectations:
9049
9050 2013-02-19  Vsevolod Vlasov  <vsevik@chromium.org>
9051
9052         Web Inspector: Move workspace specific code from FileMapping to workspace.
9053         https://bugs.webkit.org/show_bug.cgi?id=110219
9054
9055         Reviewed by Pavel Feldman.
9056
9057         * http/tests/inspector/compiler-script-mapping.html:
9058         * http/tests/inspector/workspace-test.js:
9059         (initialize_WorkspaceTest.InspectorTest.createWorkspace):
9060         * inspector/debugger/network-uisourcecode-provider.html:
9061         * inspector/file-mapping-expected.txt:
9062         * inspector/file-mapping.html:
9063         * inspector/file-system-mapping-expected.txt:
9064         * inspector/file-system-mapping.html:
9065         * inspector/file-system-project.html:
9066         * inspector/workspace-mapping-expected.txt: Added.
9067         * inspector/workspace-mapping.html: Added.
9068
9069 2013-02-20  Zan Dobersek  <zdobersek@igalia.com>
9070
9071         Unreviewed GTK gardening.
9072
9073         * platform/gtk/TestExpectations: Adding failure expectations for tests added in r143395, r143420 and r143439.
9074         * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r143386.
9075
9076 2013-02-20  Alexander Pavlov  <apavlov@chromium.org>
9077
9078         Web Inspector: Introduce SecurityOriginAdded and SecurityOriginRemoved events into ResourceTreeModel
9079         https://bugs.webkit.org/show_bug.cgi?id=110232
9080
9081         Reviewed by Vsevolod Vlasov.
9082
9083         * http/tests/inspector/resource-tree/resource-tree-events-expected.txt:
9084         * http/tests/inspector/resource-tree/resource-tree-events.html:
9085
9086 2013-02-20  Dominik Röttsches  <dominik.rottsches@intel.com>
9087
9088         [EFL] Unreviewed gardening.
9089
9090         * platform/efl/TestExpectations: Marked new failing ref test svg/as-background-image/tiled-background-image.html.
9091         * platform/efl/fast/js/global-constructors-expected.txt: Rebaselined, MutationObserver constructor now found.
9092
9093 2013-02-20  Andrey Lushnikov  <lushnikov@chromium.org>
9094
9095         Web Inspector: highlight undefined word in JavaScript
9096         https://bugs.webkit.org/show_bug.cgi?id=109585
9097
9098         Reviewed by Vsevolod Vlasov.
9099
9100         Enhance layout test to verify highlighting of global object value properties.
9101
9102         * inspector/syntax-highlight-javascript-expected.txt:
9103         * inspector/syntax-highlight-javascript.html:
9104
9105 2013-02-20  Mike West  <mkwst@chromium.org>
9106
9107         Use EventPathWalker rather than parentNode() to normalize event targets in EventHandler.
9108         https://bugs.webkit.org/show_bug.cgi?id=110037
9109
9110         Reviewed by Ryosuke Niwa.
9111
9112         * fast/dom/shadow/resources/event-dispatching.js:
9113         (scrollMouseWheel):
9114         (addEventListeners):
9115             Add MouseWheel, Drag, and Touch support to the event-dispatching
9116             tests in Shadow DOM.
9117         * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html:
9118         * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html:
9119             Scroll the mouse wheel, drag a bit, and touch before leaving the
9120             text node, and record the generated events.
9121
9122 2013-02-20  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
9123
9124         [Qt] Unreviewed gardening.
9125
9126         * platform/qt/TestExpectations: Adding failure expectations after r143420.
9127         * platform/qt/fast/js/global-constructors-expected.txt: Rebaseline after r143386.
9128
9129 2013-02-20  Ádám Kallai  <kadam@inf.u-szeged.hu>
9130
9131         [Qt] Unreviewed gardenning. Unskip now passing tests.
9132         https://bugs.webkit.org/show_bug.cgi?id=99306
9133
9134         * platform/qt-5.0-wk2/TestExpectations:
9135
9136 2013-02-20  Nils Barth  <nbarth@google.com>
9137
9138         File upload control doesn't apply CSS vertical padding or border to file name
9139         https://bugs.webkit.org/show_bug.cgi?id=109011
9140
9141         Reviewed by Hajime Morrita.
9142
9143         * fast/forms/file/file-vertical-padding-border.html: Added.
9144         * fast/forms/file/file-vertical-padding-border-expected.html: Added.
9145
9146 2013-02-19  KwangYong Choi  <ky0.choi@samsung.com>
9147
9148         [EFL] Mark fast/regions/seamless-iframe-flowed-into-regions.html failure
9149         https://bugs.webkit.org/show_bug.cgi?id=110283
9150
9151         Unreviewed. This test is added by r143256 and it is failing.
9152
9153         * platform/efl/TestExpectations:
9154
9155 2013-02-19  Sheriff Bot  <webkit.review.bot@gmail.com>
9156
9157         Unreviewed, rolling out r143393.
9158         http://trac.webkit.org/changeset/143393
9159         https://bugs.webkit.org/show_bug.cgi?id=110302
9160
9161         the converted reftest fails in chromium mac 10.6 and 10.7
9162         (Requested by toyoshim on #webkit).
9163
9164         * fast/flexbox/box-orient-button.html:
9165         * fast/flexbox/resources/box-orient-button.js:
9166         * fast/invalid/residual-style-expected.html: Removed.
9167         * fast/invalid/residual-style.html:
9168         * platform/chromium-android/fast/invalid/residual-style-expected.png: Added.
9169         * platform/chromium-android/fast/invalid/residual-style-expected.txt: Added.
9170         * platform/chromium-linux/fast/invalid/residual-style-expected.png: Added.
9171         * platform/chromium-linux/fast/invalid/residual-style-expected.txt: Added.
9172         * platform/chromium-mac-lion/fast/invalid/residual-style-expected.png: Added.
9173         * platform/chromium-mac-snowleopard/fast/invalid/residual-style-expected.png: Added.
9174         * platform/chromium-mac/fast/invalid/residual-style-expected.png: Added.
9175         * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Added.
9176         * platform/chromium-win/fast/invalid/residual-style-expected.png: Added.
9177         * platform/chromium-win/fast/invalid/residual-style-expected.txt: Added.
9178         * platform/efl/fast/invalid/residual-style-expected.png: Added.
9179         * platform/efl/fast/invalid/residual-style-expected.txt: Added.
9180         * platform/gtk/fast/invalid/residual-style-expected.png: Added.
9181         * platform/gtk/fast/invalid/residual-style-expected.txt: Added.
9182         * platform/mac/fast/invalid/residual-style-expected.png: Added.
9183         * platform/mac/fast/invalid/residual-style-expected.txt: Added.
9184
9185 2013-02-19  Simon Fraser  <simon.fraser@apple.com>
9186
9187         Fix TileCache tile size when zoomed on slow-scrolling site
9188         https://bugs.webkit.org/show_bug.cgi?id=110289
9189
9190         Reviewed by Tim Horton.
9191         
9192         Test that dumps tile coverage in a slow-scrolling, zoomed page.
9193
9194         * platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt: Added.
9195         * platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed.html: Added.
9196
9197 2013-02-19  Hans Muller  <hmuller@adobe.com>
9198
9199         [CSS Exclusions] Enable shape-inside support for ellipses
9200         https://bugs.webkit.org/show_bug.cgi?id=109868
9201
9202         Reviewed by Dirk Schulze.
9203
9204         Added a test for ellipse shape-inside values.
9205
9206         * fast/exclusions/shape-inside/shape-inside-ellipse-expected.html: Added.
9207         * fast/exclusions/shape-inside/shape-inside-ellipse.html: Added.
9208
9209 2013-02-19  Uday Kiran  <udaykiran@motorola.com>
9210
9211         'round' not implemented in border-image
9212         https://bugs.webkit.org/show_bug.cgi?id=14185
9213
9214         Reviewed by David Hyatt.
9215
9216         Added test for 'round' keyword of border-image-repeat CSS property
9217         http://dev.w3.org/csswg/css3-background/#border-image-repeat
9218
9219         * fast/borders/border-image-02.html: Added.
9220         * platform/chromium-linux/fast/borders/border-image-02-expected.png: Added.
9221         * platform/chromium/TestExpectations:
9222         * platform/chromium/fast/borders/border-image-02-expected.txt: Added.
9223         * platform/efl/TestExpectations:
9224         * platform/gtk/fast/borders/border-image-02-expected.png: Added.
9225         * platform/gtk/fast/borders/border-image-02-expected.txt: Added.
9226         * platform/mac-wk2/TestExpectations:
9227         * platform/mac/TestExpectations:
9228         * platform/qt/TestExpectations:
9229         * platform/win/TestExpectations:
9230
9231 2013-02-19  Julien Chaffraix  <jchaffraix@webkit.org>
9232
9233         [CSS Grid Layout] Refactor the code in preparation of auto placement support
9234         https://bugs.webkit.org/show_bug.cgi?id=110244
9235
9236         Reviewed by Ojan Vafai.
9237
9238         * fast/css-grid-layout/grid-auto-flow-resolution-expected.txt: Added.
9239         * fast/css-grid-layout/grid-auto-flow-resolution.html: Added.
9240         * fast/css-grid-layout/implicit-position-dynamic-change.html:
9241         * fast/css-grid-layout/resources/grid.css:
9242         (.autoRowAutoColumn):
9243         (.firstRowAutoColumn):
9244         (.secondRowAutoColumn):
9245         (.thirdRowAutoColumn):
9246         (.autoRowFirstColumn):
9247         (.autoRowSecondColumn):
9248         (.autoRowThirdColumn):
9249         Added these helper classes, some will be used in a follow-up patch.
9250
9251         (.sizedToGridArea):
9252         Hoisted this class into the common style.
9253
9254 2013-02-19  David Hyatt  <hyatt@apple.com>
9255
9256         [New Multicolumn] REGRESSION: RenderMultiColumnSets broken by the RenderRegion -> RenderBlock subclassing.
9257         https://bugs.webkit.org/show_bug.cgi?id=110239.
9258
9259         Reviewed by Simon Fraser.
9260
9261         * fast/multicol/newmulticol: Added.
9262         * fast/multicol/newmulticol/column-rules-fixed-height-expected.html: Added.
9263         * fast/multicol/newmulticol/column-rules-fixed-height.html: Added.
9264
9265 2013-02-19  Christian Biesinger  <cbiesinger@chromium.org>
9266
9267         Convert residual-style.html test to a reftest (and fix typos)
9268         https://bugs.webkit.org/show_bug.cgi?id=109981
9269
9270         Reviewed by Darin Adler.
9271
9272         * fast/flexbox/box-orient-button.html: clsas->class
9273         * fast/flexbox/resources/box-orient-button.js: DTR->DRT
9274         * fast/invalid/residual-style-expected.html: Added. New reftest
9275         version. Note that some lines are red, which is
9276         https://bugs.webkit.org/show_bug.cgi?id=109984
9277         * fast/invalid/residual-style.html: Add missing semicolon in <style>.
9278         Also close a few more <font> tags, so that the descriptive text is
9279         in black as it should be.
9280
9281         * platform/chromium-android/fast/invalid/residual-style-expected.png: Removed.
9282         * platform/chromium-android/fast/invalid/residual-style-expected.txt: Removed.
9283         * platform/chromium-linux/fast/invalid/residual-style-expected.png: Removed.
9284         * platform/chromium-linux/fast/invalid/residual-style-expected.txt: Removed.
9285         * platform/chromium-mac-lion/fast/invalid/residual-style-expected.png: Removed.
9286         * platform/chromium-mac-snowleopard/fast/invalid/residual-style-expected.png: Removed.
9287         * platform/chromium-mac/fast/invalid/residual-style-expected.png: Removed.
9288         * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Removed.
9289         * platform/chromium-win/fast/invalid/residual-style-expected.png: Removed.
9290         * platform/chromium-win/fast/invalid/residual-style-expected.txt: Removed.
9291         * platform/efl/fast/invalid/residual-style-expected.png: Removed.
9292         * platform/efl/fast/invalid/residual-style-expected.txt: Removed.
9293         * platform/gtk/fast/invalid/residual-style-expected.png: Removed.
9294         * platform/gtk/fast/invalid/residual-style-expected.txt: Removed.
9295         * platform/mac/fast/invalid/residual-style-expected.png: Removed.
9296         * platform/mac/fast/invalid/residual-style-expected.txt: Removed.
9297         Removed old expectation files.
9298
9299 2013-02-19  Branimir Lambov  <blambov@google.com>
9300
9301         Fix 'slice' aspect ratio calculation
9302         https://bugs.webkit.org/show_bug.cgi?id=99984
9303
9304         Reviewed by Dirk Schulze.
9305
9306         * platform/chromium/TestExpectations:
9307         * platform/efl/TestExpectations:
9308         * platform/gtk/TestExpectations:
9309         * platform/mac/TestExpectations:
9310         * platform/qt/TestExpectations:
9311         * svg/as-image/image-preserveAspectRatio-all-expected.png: Added.
9312         * svg/as-image/image-preserveAspectRatio-all-expected.txt: Added.
9313         * svg/as-image/image-preserveAspectRatio-all.svg: Added.
9314         * svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
9315         * svg/filters/feImage-preserveAspectRatio-all-expected.txt: Added.
9316         * svg/filters/feImage-preserveAspectRatio-all.svg: Added.
9317
9318 2013-02-19  Stephen Chenney  <schenney@chromium.org>
9319
9320         [Chromium] Test Expectations to reflect flakey calendar tests.
9321         https://bugs.webkit.org/show_bug.cgi?id=107508
9322
9323         Unreviewed test expectations.
9324
9325         * platform/chromium/TestExpectations: Re-added all the flakey calendar tests.
9326
9327 2013-02-19  Elliott Sprehn  <esprehn@chromium.org>
9328
9329         Support both MutationObserver and WebKitMutationObserver
9330         https://bugs.webkit.org/show_bug.cgi?id=109776
9331
9332         Reviewed by Ojan Vafai.
9333
9334         * fast/dom/MutationObserver/added-out-of-order.html:
9335         * fast/dom/MutationObserver/callback-arguments.html:
9336         * fast/dom/MutationObserver/clear-transient-without-delivery.html:
9337         * fast/dom/MutationObserver/create-during-delivery.html:
9338         * fast/dom/MutationObserver/cross-document.html:
9339         * fast/dom/MutationObserver/database-callback-delivery.html:
9340         * fast/dom/MutationObserver/delivery-order.html:
9341         * fast/dom/MutationObserver/disconnect-cancel-pending.html:
9342         * fast/dom/MutationObserver/document-fragment-insertion.html:
9343         * fast/dom/MutationObserver/end-of-task-delivery.html:
9344         * fast/dom/MutationObserver/filesystem-callback-delivery.html:
9345         * fast/dom/MutationObserver/inline-event-listener.html:
9346         * fast/dom/MutationObserver/mutate-during-delivery.html:
9347         * fast/dom/MutationObserver/mutation-callback-non-element-crash.html:
9348         * fast/dom/MutationObserver/mutation-observer-constructor.html:
9349         * fast/dom/MutationObserver/mutation-observer-prefix-expected.txt: Added.
9350         * fast/dom/MutationObserver/mutation-observer-prefix.html: Added.
9351         * fast/dom/MutationObserver/mutation-record-nullity.html:
9352         * fast/dom/MutationObserver/observe-attributes.html:
9353         * fast/dom/MutationObserver/observe-characterdata.html:
9354         * fast/dom/MutationObserver/observe-childList.html:
9355         * fast/dom/MutationObserver/observe-exceptions.html:
9356         * fast/dom/MutationObserver/observe-subtree.html:
9357         * fast/dom/MutationObserver/observer-wrapper-dropoff-transient.html:
9358         * fast/dom/MutationObserver/observer-wrapper-dropoff.html:
9359         * fast/dom/MutationObserver/parser-mutations.html:
9360         * fast/dom/MutationObserver/removed-out-of-order.html:
9361         * fast/dom/MutationObserver/shadow-dom.html:
9362         * fast/dom/MutationObserver/takeRecords.html:
9363         * fast/dom/MutationObserver/transient-gc-crash.html:
9364
9365 2013-02-19  Glenn Adams  <glenn@skynav.com>
9366
9367         CSS3: add line-break tests, initially skipping on all platforms
9368         https://bugs.webkit.org/show_bug.cgi?id=109954
9369
9370         Reviewed by Dirk Pranke.
9371
9372         See also wiki documentation at:
9373         [1] http://trac.webkit.org/wiki/LineBreaking
9374         [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping
9375
9376         See also:
9377         https://bugs.webkit.org/show_bug.cgi?id=89235
9378
9379         * TestExpectations:
9380         * css3/line-break/line-break-auto-centered-expected.html: Added.
9381         * css3/line-break/line-break-auto-centered.html: Added.
9382         * css3/line-break/line-break-auto-half-kana-expected.html: Added.
9383         * css3/line-break/line-break-auto-half-kana.html: Added.
9384         * css3/line-break/line-break-auto-hyphens-expected.html: Added.
9385         * css3/line-break/line-break-auto-hyphens.html: Added.
9386         * css3/line-break/line-break-auto-inseparables-expected.html: Added.
9387         * css3/line-break/line-break-auto-inseparables.html: Added.
9388         * css3/line-break/line-break-auto-iteration-marks-expected.html: Added.
9389         * css3/line-break/line-break-auto-iteration-marks.html: Added.
9390         * css3/line-break/line-break-auto-postfixes-expected.html: Added.
9391         * css3/line-break/line-break-auto-postfixes.html: Added.
9392         * css3/line-break/line-break-auto-prefixes-expected.html: Added.
9393         * css3/line-break/line-break-auto-prefixes.html: Added.
9394         * css3/line-break/line-break-auto-sound-marks-expected.html: Added.
9395         * css3/line-break/line-break-auto-sound-marks.html: Added.
9396         * css3/line-break/line-break-loose-centered-expected.html: Added.
9397         * css3/line-break/line-break-loose-centered.html: Added.
9398         * css3/line-break/line-break-loose-half-kana-expected.html: Added.
9399         * css3/line-break/line-break-loose-half-kana.html: Added.
9400         * css3/line-break/line-break-loose-hyphens-expected.html: Added.
9401         * css3/line-break/line-break-loose-hyphens.html: Added.
9402         * css3/line-break/line-break-loose-inseparables-expected.html: Added.
9403         * css3/line-break/line-break-loose-inseparables.html: Added.
9404         * css3/line-break/line-break-loose-iteration-marks-expected.html: Added.
9405         * css3/line-break/line-break-loose-iteration-marks.html: Added.
9406         * css3/line-break/line-break-loose-postfixes-expected.html: Added.
9407         * css3/line-break/line-break-loose-postfixes.html: Added.
9408         * css3/line-break/line-break-loose-prefixes-expected.html: Added.
9409         * css3/line-break/line-break-loose-prefixes.html: Added.
9410         * css3/line-break/line-break-loose-sound-marks-expected.html: Added.
9411         * css3/line-break/line-break-loose-sound-marks.html: Added.
9412         * css3/line-break/line-break-normal-centered-expected.html: Added.
9413         * css3/line-break/line-break-normal-centered.html: Added.
9414         * css3/line-break/line-break-normal-half-kana-expected.html: Added.
9415         * css3/line-break/line-break-normal-half-kana.html: Added.
9416         * css3/line-break/line-break-normal-hyphens-expected.html: Added.
9417         * css3/line-break/line-break-normal-hyphens.html: Added.
9418         * css3/line-break/line-break-normal-inseparables-expected.html: Added.
9419         * css3/line-break/line-break-normal-inseparables.html: Added.
9420         * css3/line-break/line-break-normal-iteration-marks-expected.html: Added.
9421         * css3/line-break/line-break-normal-iteration-marks.html: Added.
9422         * css3/line-break/line-break-normal-postfixes-expected.html: Added.
9423         * css3/line-break/line-break-normal-postfixes.html: Added.
9424         * css3/line-break/line-break-normal-prefixes-expected.html: Added.
9425         * css3/line-break/line-break-normal-prefixes.html: Added.
9426         * css3/line-break/line-break-normal-sound-marks-expected.html: Added.
9427         * css3/line-break/line-break-normal-sound-marks.html: Added.
9428         * css3/line-break/line-break-strict-centered-expected.html: Added.
9429         * css3/line-break/line-break-strict-centered.html: Added.
9430         * css3/line-break/line-break-strict-half-kana-expected.html: Added.
9431         * css3/line-break/line-break-strict-half-kana.html: Added.
9432         * css3/line-break/line-break-strict-hyphens-expected.html: Added.
9433         * css3/line-break/line-break-strict-hyphens.html: Added.
9434         * css3/line-break/line-break-strict-inseparables-expected.html: Added.
9435         * css3/line-break/line-break-strict-inseparables.html: Added.
9436         * css3/line-break/line-break-strict-iteration-marks-expected.html: Added.
9437         * css3/line-break/line-break-strict-iteration-marks.html: Added.
9438         * css3/line-break/line-break-strict-postfixes-expected.html: Added.
9439         * css3/line-break/line-break-strict-postfixes.html: Added.
9440         * css3/line-break/line-break-strict-prefixes-expected.html: Added.
9441         * css3/line-break/line-break-strict-prefixes.html: Added.
9442         * css3/line-break/line-break-strict-sound-marks-expected.html: Added.
9443         * css3/line-break/line-break-strict-sound-marks.html: Added.
9444
9445 2013-02-19  Tony Chang  <tony@chromium.org>
9446
9447         Border changes on tables with collapsed borders doesn't relayout table cells
9448         https://bugs.webkit.org/show_bug.cgi?id=109774
9449
9450         Reviewed by David Hyatt.
9451
9452         * fast/table/border-collapsing/dynamic-border-width-change-expected.txt: Added.
9453         * fast/table/border-collapsing/dynamic-border-width-change.html: Added.
9454
9455 2013-02-19  Simon Fraser  <simon.fraser@apple.com>
9456
9457         Add a test result missed in r143074.
9458
9459         * platform/mac-wk2/tiled-drawing/null-parent-back-crash-expected.txt: Added.
9460
9461 2013-02-19  Stephen White  <senorblanco@chromium.org>
9462
9463         [Chromium] Unreviewed gardening.
9464         Remove two now-passing tests.
9465
9466         * platform/chromium/TestExpectations:
9467
9468 2013-02-19  Kondapally Kalyan  <kalyan.kondapally@intel.com>
9469
9470         [WebGL] Fix oes-element-index-uint.html test.
9471         https://bugs.webkit.org/show_bug.cgi?id=110045
9472
9473         Reviewed by Kenneth Russell.
9474
9475         This patch fixes the test case to use updated WebGLTestUtils functions
9476         and adds shaders used during resized buffer tests. This patch
9477         also enables the test for EFL port.
9478
9479         * fast/canvas/webgl/oes-element-index-uint-expected.txt:
9480         * fast/canvas/webgl/oes-element-index-uint.html:
9481         * platform/efl/TestExpectations:
9482
9483 2013-02-19  Adrienne Walker  <enne@chromium.org>
9484
9485         [chromium] Mark fast/workers/storage/interrupt-database.html as flaky crasher
9486         https://bugs.webkit.org/show_bug.cgi?id=110247
9487
9488         Unreviewed gardening.
9489
9490         * platform/chromium/TestExpectations:
9491
9492 2013-02-19  Stephen Chenney  <schenney@chromium.org>
9493
9494         Rebaselining, again, calendar tests
9495         https://bugs.webkit.org/show_bug.cgi?id=110240
9496
9497         Unreviewed expectations update.
9498
9499         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
9500         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
9501         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
9502         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
9503         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
9504         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
9505         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
9506         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
9507         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
9508         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
9509         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
9510         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
9511         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
9512         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
9513         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
9514         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
9515         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
9516         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
9517         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
9518         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
9519         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
9520         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
9521         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
9522         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
9523         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
9524         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
9525         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
9526         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
9527         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
9528         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
9529         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
9530         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
9531         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
9532         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
9533         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
9534         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
9535         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
9536         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
9537         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
9538         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
9539         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
9540         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
9541         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
9542         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
9543         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
9544         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
9545         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
9546         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
9547         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
9548         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
9549         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Removed.
9550         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Removed.
9551         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
9552         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Removed.
9553         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png:
9554         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
9555         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
9556         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
9557         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
9558         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
9559         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
9560         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
9561         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
9562         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
9563
9564 2013-02-18  Alexey Proskuryakov  <ap@apple.com>
9565
9566         [WK2] Cannot load documents with blob urls
9567         https://bugs.webkit.org/show_bug.cgi?id=110160
9568
9569         Reviewed by Sam Weinig.
9570
9571         * http/tests/fileapi/blob-url-in-subframe-expected.txt: Added.
9572         * http/tests/fileapi/blob-url-in-subframe.html: Added.
9573         * http/tests/fileapi/resources: Added.
9574         * http/tests/fileapi/resources/blob-url-in-subframe-frame.html: Added.
9575
9576 2013-02-19  Tim Volodine  <timvolodine@chromium.org>
9577
9578         Text Autosizing: prevent oscillation of font sizes during autosizing
9579         https://bugs.webkit.org/show_bug.cgi?id=108205
9580
9581         Reviewed by Kenneth Rohde Christiansen.
9582
9583         Added overflow-y:hidden to some existing tests, since previously those tests
9584         would start off with incorrect multipliers (because mainFrame->view()-layoutSize()
9585         is initially 785 instead of 800 as ScrollView wrongly guesses a scrollbar will
9586         be needed), and then the multipliers would get corrected on a subsequent layout.
9587         Now that we don't allow the multiplier to change after being set, it needs to be
9588         right first time.
9589         Also added specific oscillation test triggered by javascript.
9590
9591         * fast/text-autosizing/constrained-height-body-expected.html:
9592         * fast/text-autosizing/constrained-height-body.html:
9593         * fast/text-autosizing/constrained-then-float-ancestors-expected.html:
9594         * fast/text-autosizing/constrained-then-float-ancestors.html:
9595         * fast/text-autosizing/constrained-then-position-fixed-ancestors-expected.html:
9596         * fast/text-autosizing/constrained-then-position-fixed-ancestors.html:
9597         * fast/text-autosizing/nested-em-line-height-expected.html:
9598         * fast/text-autosizing/nested-em-line-height.html:
9599         * fast/text-autosizing/oscillation-javascript-fontsize-change-expected.html: Added.
9600         * fast/text-autosizing/oscillation-javascript-fontsize-change.html: Added.
9601         * fast/text-autosizing/simple-paragraph-expected.html:
9602         * fast/text-autosizing/simple-paragraph.html:
9603         * fast/text-autosizing/span-child-expected.html:
9604         * fast/text-autosizing/span-child.html:
9605         * fast/text-autosizing/unwrappable-blocks-expected.html:
9606         * fast/text-autosizing/unwrappable-blocks.html:
9607         * fast/text-autosizing/unwrappable-inlines-expected.html:
9608         * fast/text-autosizing/unwrappable-inlines.html:
9609
9610 2013-02-19  Youenn Fablet  <youennf@gmail.com>
9611
9612         [EFL][DRT] http/tests/loading/307-after-303-after-post.html times out
9613         https://bugs.webkit.org/show_bug.cgi?id=93214
9614
9615         Removed Failure from potential outcome of
9616         http/tests/loading/307-after-303-after-post.html test.
9617
9618         Reviewed by Martin Robinson.
9619
9620         * platform/efl/TestExpectations:
9621
9622 2013-02-19  Ádám Kallai  <kadam@inf.u-szeged.hu>
9623
9624         [Qt] Unreviewed gardening. Skip failing test.
9625
9626         * platform/qt/TestExpectations:
9627
9628 2013-02-19  Stephen Chenney  <schenney@chromium.org>
9629
9630         Test Expectations update after r143267 and others
9631
9632         Unreviewed expectations update.
9633
9634         Updated many Chromium expectations, and removed superfluous
9635         expectations from mac and win.
9636
9637         * editing/selection/extend-by-sentence-001-expected.txt: Added.
9638         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
9639         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
9640         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
9641         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
9642         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
9643         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
9644         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
9645         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
9646         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
9647         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
9648         * platform/chromium-linux-x86/svg/filters/big-sized-filter-2-expected.png: Removed.
9649         * platform/chromium-linux-x86/svg/filters/shadow-on-filter-expected.png: Removed.
9650         * platform/chromium-linux-x86/tables/mozilla/bugs/bug1188-expected.png: Removed.
9651         * platform/chromium-linux-x86/tables/mozilla/bugs/bug1318-expected.png: Removed.
9652         * platform/chromium-linux/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
9653         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
9654         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
9655         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
9656         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
9657         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
9658         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
9659         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
9660         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
9661         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
9662         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
9663         * platform/chromium-linux/svg/batik/text/xmlSpace-expected.txt:
9664         * platform/chromium-linux/svg/filters/big-sized-filter-2-expected.png: Removed.
9665         * platform/chromium-linux/svg/filters/shadow-on-filter-expected.png: Removed.
9666         * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
9667         * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt:
9668         * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
9669         * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.txt:
9670         * platform/chromium-mac-lion/editing/selection/extend-by-sentence-001-expected.png:
9671         * platform/chromium-mac-lion/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
9672         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
9673         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
9674         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
9675         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
9676         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
9677         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
9678         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
9679         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
9680         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
9681         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
9682         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
9683         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
9684         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
9685         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
9686         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
9687         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
9688         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
9689         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
9690         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
9691         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
9692         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
9693         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
9694         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
9695         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
9696         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
9697         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added.
9698         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Added.
9699         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
9700         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added.
9701         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
9702         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
9703         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
9704         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
9705         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
9706         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
9707         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
9708         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
9709         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
9710         * platform/chromium-mac-lion/svg/filters/filter-on-tspan-expected.png:
9711         * platform/chromium-mac-snowleopard/editing/selection/extend-by-sentence-001-expected.png: Removed.
9712         * platform/chromium-mac-snowleopard/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
9713         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
9714         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
9715         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
9716         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
9717         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
9718         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
9719         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
9720         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
9721         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
9722         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
9723         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
9724         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
9725         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
9726         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
9727         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
9728         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
9729         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
9730         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
9731         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
9732         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
9733         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
9734         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
9735         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
9736         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
9737         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added.
9738         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Added.
9739         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
9740         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added.
9741         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
9742         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
9743         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
9744         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
9745         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
9746         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
9747         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
9748         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
9749         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
9750         * platform/chromium-mac-snowleopard/svg/filters/big-sized-filter-2-expected.png: Removed.
9751         * platform/chromium-mac-snowleopard/svg/filters/filter-on-tspan-expected.png:
9752         * platform/chromium-mac-snowleopard/svg/filters/shadow-on-filter-expected.png: Removed.
9753         * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png:
9754         * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.txt: Added.
9755         * platform/chromium-mac/fast/inline/drawStyledEmptyInlines-expected.txt: Added.
9756         * platform/chromium-mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
9757         * platform/chromium-mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: Added.
9758         * platform/chromium-mac/fast/text/capitalize-empty-generated-string-expected.txt: Added.
9759         * platform/chromium-mac/fast/text/whitespace/006-expected.txt: Added.
9760         * platform/chromium-mac/fast/text/whitespace/007-expected.txt: Added.
9761         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added property svn:mime-type.
9762         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
9763         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
9764         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png:
9765         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
9766         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
9767         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
9768         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
9769         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
9770         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
9771         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
9772         * platform/chromium-mac/svg/batik/text/xmlSpace-expected.txt: Added.
9773         * platform/chromium-mac/svg/custom/visibility-override-filter-expected.png:
9774         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
9775         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
9776         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
9777         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
9778         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
9779         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
9780         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
9781         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
9782         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
9783         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
9784         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
9785         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
9786         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
9787         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
9788         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
9789         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
9790         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
9791         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
9792         * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
9793         * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
9794         * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
9795         * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
9796         * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
9797         * platform/chromium-mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
9798         * platform/chromium-mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
9799         * platform/chromium-mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
9800         * platform/chromium-mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
9801         * platform/chromium-mac/svg/filters/big-sized-filter-2-expected.png:
9802         * platform/chromium-mac/svg/filters/feImage-reference-svg-primitive-expected.png:
9803         * platform/chromium-mac/svg/filters/filter-on-tspan-expected.png:
9804         * platform/chromium-mac/svg/filters/filterRes1-expected.png:
9805         * platform/chromium-mac/svg/filters/filterRes3-expected.png:
9806         * platform/chromium-mac/svg/filters/parent-children-with-same-filter-expected.png:
9807         * platform/chromium-mac/svg/filters/shadow-on-filter-expected.png:
9808         * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
9809         * platform/chromium-mac/tables/mozilla/bugs/bug113235-3-expected.txt: Added.
9810         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt:
9811         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
9812         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
9813         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
9814         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
9815         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
9816         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
9817         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
9818         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
9819         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
9820         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
9821         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
9822         * platform/chromium-win-xp/svg/filters/big-sized-filter-2-expected.png: Removed.
9823         * platform/chromium-win-xp/svg/filters/shadow-on-filter-expected.png: Removed.
9824         * platform/chromium-win/editing/selection/extend-by-sentence-001-expected.txt:
9825         * platform/chromium-win/fast/inline/drawStyledEmptyInlines-expected.txt:
9826         * platform/chromium-win/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
9827         * platform/chromium-win/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
9828         * platform/chromium-win/fast/text/capitalize-empty-generated-string-expected.txt:
9829         * platform/chromium-win/fast/text/whitespace/006-expected.txt:
9830         * platform/chromium-win/fast/text/whitespace/007-expected.txt:
9831         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
9832         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
9833         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
9834         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
9835         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
9836         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
9837         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
9838         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
9839         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
9840         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
9841         * platform/chromium-win/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
9842         * platform/chromium-win/svg/batik/text/xmlSpace-expected.txt:
9843         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
9844         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
9845         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
9846         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
9847         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
9848         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
9849         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
9850         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
9851         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
9852         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
9853         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
9854         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
9855         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
9856         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
9857         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
9858         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
9859         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
9860         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
9861         * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
9862         * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
9863         * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
9864         * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
9865         * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
9866         * platform/chromium-win/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
9867         * platform/chromium-win/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
9868         * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
9869         * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
9870         * platform/chromium-win/svg/filters/big-sized-filter-2-expected.png:
9871         * platform/chromium-win/svg/filters/feImage-reference-svg-primitive-expected.png:
9872         * platform/chromium-win/svg/filters/filter-on-tspan-expected.png:
9873         * platform/chromium-win/svg/filters/shadow-on-filter-expected.png:
9874         * platform/chromium-win/tables/mozilla/bugs/bug113235-3-expected.txt:
9875         * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt:
9876         * platform/chromium-win/tables/mozilla/bugs/bug1318-expected.txt:
9877         * platform/chromium/TestExpectations:
9878         * platform/chromium/editing/selection/extend-by-sentence-001-expected.txt: Removed.
9879         * platform/chromium/fast/inline/drawStyledEmptyInlines-expected.txt: Removed.
9880         * platform/chromium/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: Removed.
9881         * platform/chromium/fast/text/capitalize-empty-generated-string-expected.txt: Removed.
9882         * platform/chromium/fast/text/whitespace/006-expected.txt: Removed.
9883         * platform/chromium/fast/text/whitespace/007-expected.txt: Removed.
9884         * platform/chromium/svg/batik/text/xmlSpace-expected.txt: Removed.
9885         * platform/chromium/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Removed.
9886         * platform/chromium/tables/mozilla/bugs/bug113235-3-expected.txt: Removed.
9887         * platform/efl-wk2/svg/filters: Added.
9888         * platform/efl-wk2/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
9889         * platform/efl/svg/filters/shadow-on-rect-with-filter-expected.png: Removed.
9890         * platform/gtk/editing/selection/extend-by-sentence-001-expected.txt: Removed.
9891         * platform/mac/TestExpectations:
9892         * platform/mac/editing/selection/extend-by-sentence-001-expected.txt: Removed.
9893         * platform/win/TestExpectations:
9894
9895 2013-02-19  Sheriff Bot  <webkit.review.bot@gmail.com>
9896
9897         Unreviewed, rolling out r142975.
9898         http://trac.webkit.org/changeset/142975
9899         https://bugs.webkit.org/show_bug.cgi?id=110225
9900
9901         Introduces hard-to-reproduce crashes upon inspected page
9902         navigation on Mac (Requested by apavlov on #webkit).
9903
9904         * inspector/styles/resources/stylesheet-tracking.css: Removed.
9905         * inspector/styles/stylesheet-tracking-expected.txt: Removed.
9906         * inspector/styles/stylesheet-tracking.html: Removed.
9907
9908 2013-02-19  Julien Chaffraix  <jchaffraix@webkit.org>
9909
9910         RenderGrid::computedUsedBreadthOfGridTracks can read past m_grid's size
9911         https://bugs.webkit.org/show_bug.cgi?id=110126
9912
9913         Reviewed by Ojan Vafai.
9914
9915         * fast/css-grid-layout/grid-element-empty-row-column-expected.txt: Added.
9916         * fast/css-grid-layout/grid-element-empty-row-column.html: Added.
9917
9918 2013-02-19  Zan Dobersek  <zdobersek@igalia.com>
9919
9920         Unreviewed GTK gardening.
9921
9922         * platform/gtk/TestExpectations: Adding a crash expectation for the layout test
9923         added in r143303. The test is crashing due to missing bits of EventSender implementation.
9924
9925 2013-02-19  Vsevolod Vlasov  <vsevik@chromium.org>
9926
9927         Web Inspector: Decouple various file system project implementation parts for better testability and cover with tests.
9928         https://bugs.webkit.org/show_bug.cgi?id=110204
9929
9930         Reviewed by Pavel Feldman.
9931
9932         * http/tests/inspector/inspector-test.js:
9933         (initialize_InspectorTest):
9934         (initialize_InspectorTest.):
9935         * http/tests/inspector/workspace-test.js:
9936         (initialize_WorkspaceTest.uiSourceCodeAdded):
9937         (initialize_WorkspaceTest.InspectorTest.waitForWorkspaceUISourceCodeAddedEvent):
9938         (initialize_WorkspaceTest.InspectorTest._defaultUISourceCodeProviderEventHandler):
9939         * inspector/file-mapping-expected.txt:
9940         * inspector/file-mapping.html:
9941         * inspector/file-system-project-expected.txt: Added.
9942         * inspector/file-system-project.html: Added.
9943         * inspector/version-controller.html:
9944
9945 2013-02-19  Andrey Adaikin  <aandrey@chromium.org>
9946
9947         Web Inspector: [Canvas] UI: tweak replay control buttons behavior
9948         https://bugs.webkit.org/show_bug.cgi?id=110207
9949
9950         Reviewed by Pavel Feldman.
9951
9952         Testing control buttons behavior.
9953
9954         * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt:
9955         * inspector/profiler/canvas2d/canvas-replay-log-grid.html:
9956
9957 2013-02-19  Sheriff Bot  <webkit.review.bot@gmail.com>
9958
9959         Unreviewed, rolling out r143319.
9960         http://trac.webkit.org/changeset/143319
9961         https://bugs.webkit.org/show_bug.cgi?id=110214
9962
9963         Causes build issues on win32 (Requested by carewolf on
9964         #webkit).
9965
9966         * platform/qt/mathml/presentation/attributes-expected.png: Removed.
9967         * platform/qt/mathml/presentation/attributes-expected.txt: Removed.
9968         * platform/qt/mathml/presentation/fenced-expected.png: Removed.
9969         * platform/qt/mathml/presentation/fenced-expected.txt: Removed.
9970         * platform/qt/mathml/presentation/fenced-mi-expected.png: Removed.
9971         * platform/qt/mathml/presentation/fenced-mi-expected.txt: Removed.
9972         * platform/qt/mathml/presentation/fractions-expected.png: Removed.
9973         * platform/qt/mathml/presentation/fractions-expected.txt: Removed.
9974         * platform/qt/mathml/presentation/fractions-vertical-alignment-expected.png: Removed.
9975         * platform/qt/mathml/presentation/fractions-vertical-alignment-expected.txt: Removed.
9976         * platform/qt/mathml/presentation/mo-expected.png: Removed.
9977         * platform/qt/mathml/presentation/mo-expected.txt: Removed.
9978         * platform/qt/mathml/presentation/mo-stretch-expected.png: Removed.
9979         * platform/qt/mathml/presentation/mo-stretch-expected.txt: Removed.
9980         * platform/qt/mathml/presentation/mroot-pref-width-expected.png: Removed.
9981         * platform/qt/mathml/presentation/mroot-pref-width-expected.txt: Removed.
9982         * platform/qt/mathml/presentation/over-expected.png: Removed.
9983         * platform/qt/mathml/presentation/over-expected.txt: Removed.
9984         * platform/qt/mathml/presentation/roots-expected.png: Removed.
9985         * platform/qt/mathml/presentation/roots-expected.txt: Removed.
9986         * platform/qt/mathml/presentation/row-alignment-expected.png: Removed.
9987         * platform/qt/mathml/presentation/row-alignment-expected.txt: Removed.
9988         * platform/qt/mathml/presentation/row-expected.png: Removed.
9989         * platform/qt/mathml/presentation/row-expected.txt: Removed.
9990         * platform/qt/mathml/presentation/style-expected.png: Removed.
9991         * platform/qt/mathml/presentation/style-expected.txt: Removed.
9992         * platform/qt/mathml/presentation/sub-expected.png: Removed.
9993         * platform/qt/mathml/presentation/sub-expected.txt: Removed.
9994         * platform/qt/mathml/presentation/subsup-expected.png: Removed.
9995         * platform/qt/mathml/presentation/subsup-expected.txt: Removed.
9996         * platform/qt/mathml/presentation/sup-expected.png: Removed.
9997         * platform/qt/mathml/presentation/sup-expected.txt: Removed.
9998         * platform/qt/mathml/presentation/tables-expected.png: Removed.
9999         * platform/qt/mathml/presentation/tables-expected.txt: Removed.
10000         * platform/qt/mathml/presentation/tokenElements-expected.png: Removed.
10001         * platform/qt/mathml/presentation/tokenElements-expected.txt: Removed.
10002         * platform/qt/mathml/presentation/under-expected.png: Removed.
10003         * platform/qt/mathml/presentation/under-expected.txt: Removed.
10004         * platform/qt/mathml/presentation/underover-expected.png: Removed.
10005         * platform/qt/mathml/presentation/underover-expected.txt: Removed.
10006         * platform/qt/mathml/xHeight-expected.png: Removed.
10007         * platform/qt/mathml/xHeight-expected.txt: Removed.
10008
10009 2013-02-19  Andrei Bucur  <abucur@adobe.com>
10010
10011         [CSS Regions] Assertion in RenderFlowThread::removeRenderBoxRegionInfo
10012         https://bugs.webkit.org/show_bug.cgi?id=109914
10013
10014         Reviewed by David Hyatt.
10015
10016         The test creates a flow thread with two regions and a content node. We remove the region and the node from the flow thread
10017         at the same time. When the style is updated, the region is first removed from the chain and range information for boxes
10018         is cleared from the flow thread. When the node is removed from the flow thread it tries to delete its region box information.
10019         The range information on the flow thread is gone so the range for the node's box is zero - nothing gets deleted. Afterwards,
10020         an ASSERT is triggered because there's leftover box information inside the region chain.
10021
10022         * fast/regions/remove-box-info-assert-expected.txt: Added.
10023         * fast/regions/remove-box-info-assert.html: Added.
10024
10025 2013-02-19  Stephen White  <senorblanco@chromium.org>
10026
10027         [chromium] Unreviewed gardening.
10028         New baselines for effect-reference.html and effect-reference-hw.html
10029
10030         * platform/chromium-linux-x86/css3/filters/effect-reference-expected.png: Added.
10031         * platform/chromium-linux-x86/css3/filters/effect-reference-expected.txt: Copied from LayoutTests/platform/chromium-win/css3/filters/effect-reference-expected.txt.
10032         * platform/chromium-linux/css3/filters/effect-reference-expected.png: Added.
10033         * platform/chromium-linux/css3/filters/effect-reference-expected.txt: Copied from LayoutTests/platform/chromium-win/css3/filters/effect-reference-expected.txt.
10034         * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png:
10035         * platform/chromium-mac-lion/css3/filters/effect-reference-expected.png: Added.
10036         * platform/chromium-mac-lion/css3/filters/effect-reference-expected.txt: Renamed from LayoutTests/platform/chromium-mac-lion/css3/filters/effect-reference-hw-expected.txt.
10037         * platform/chromium-mac-snowleopard/css3/filters/effect-reference-expected.png: Added.
10038         * platform/chromium-mac-snowleopard/css3/filters/effect-reference-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/css3/filters/effect-reference-hw-expected.txt.
10039         * platform/chromium-mac/css3/filters/effect-reference-expected.png:
10040         * platform/chromium-mac/css3/filters/effect-reference-expected.txt:
10041         * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
10042         * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt:
10043         * platform/chromium-win-xp/css3/filters/effect-reference-expected.png: Added.
10044         * platform/chromium-win-xp/css3/filters/effect-reference-expected.txt: Copied from LayoutTests/platform/chromium-win/css3/filters/effect-reference-expected.txt.
10045         * platform/chromium-win/css3/filters/effect-reference-expected.png:
10046         * platform/chromium-win/css3/filters/effect-reference-expected.txt:
10047         * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
10048         * platform/chromium-win/css3/filters/effect-reference-hw-expected.txt:
10049
10050 2013-02-19  Allan Sandfeld Jensen  <allan.jensen@digia.com>
10051
10052         [Qt] Enable MathML
10053         https://bugs.webkit.org/show_bug.cgi?id=110205
10054
10055         Reviewed by Simon Hausmann.
10056
10057         Baselines for the MathML tests.
10058
10059         * platform/qt/mathml/presentation/attributes-expected.png: Added.
10060         * platform/qt/mathml/presentation/attributes-expected.txt: Added.
10061         * platform/qt/mathml/presentation/fenced-expected.png: Added.
10062         * platform/qt/mathml/presentation/fenced-expected.txt: Added.
10063         * platform/qt/mathml/presentation/fenced-mi-expected.png: Added.
10064         * platform/qt/mathml/presentation/fenced-mi-expected.txt: Added.
10065         * platform/qt/mathml/presentation/fractions-expected.png: Added.
10066         * platform/qt/mathml/presentation/fractions-expected.txt: Added.
10067         * platform/qt/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
10068         * platform/qt/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
10069         * platform/qt/mathml/presentation/mo-expected.png: Added.
10070         * platform/qt/mathml/presentation/mo-expected.txt: Added.
10071         * platform/qt/mathml/presentation/mo-stretch-expected.png: Added.
10072         * platform/qt/mathml/presentation/mo-stretch-expected.txt: Added.
10073         * platform/qt/mathml/presentation/mroot-pref-width-expected.png: Added.
10074         * platform/qt/mathml/presentation/mroot-pref-width-expected.txt: Added.
10075         * platform/qt/mathml/presentation/over-expected.png: Added.
10076         * platform/qt/mathml/presentation/over-expected.txt: Added.
10077         * platform/qt/mathml/presentation/roots-expected.png: Added.
10078         * platform/qt/mathml/presentation/roots-expected.txt: Added.
10079         * platform/qt/mathml/presentation/row-alignment-expected.png: Added.
10080         * platform/qt/mathml/presentation/row-alignment-expected.txt: Added.
10081         * platform/qt/mathml/presentation/row-expected.png: Added.
10082         * platform/qt/mathml/presentation/row-expected.txt: Added.
10083         * platform/qt/mathml/presentation/style-expected.png: Added.
10084         * platform/qt/mathml/presentation/style-expected.txt: Added.
10085         * platform/qt/mathml/presentation/sub-expected.png: Added.
10086         * platform/qt/mathml/presentation/sub-expected.txt: Added.
10087         * platform/qt/mathml/presentation/subsup-expected.png: Added.
10088         * platform/qt/mathml/presentation/subsup-expected.txt: Added.
10089         * platform/qt/mathml/presentation/sup-expected.png: Added.
10090         * platform/qt/mathml/presentation/sup-expected.txt: Added.
10091         * platform/qt/mathml/presentation/tables-expected.png: Added.
10092         * platform/qt/mathml/presentation/tables-expected.txt: Added.
10093         * platform/qt/mathml/presentation/tokenElements-expected.png: Added.
10094         * platform/qt/mathml/presentation/tokenElements-expected.txt: Added.
10095         * platform/qt/mathml/presentation/under-expected.png: Added.
10096         * platform/qt/mathml/presentation/under-expected.txt: Added.
10097         * platform/qt/mathml/presentation/underover-expected.png: Added.
10098         * platform/qt/mathml/presentation/underover-expected.txt: Added.
10099         * platform/qt/mathml/xHeight-expected.png: Added.
10100         * platform/qt/mathml/xHeight-expected.txt: Added.
10101
10102 2013-02-19  Anton Vayvod  <avayvod@chromium.org>
10103
10104         [Text Autosizing] Combine narrow descendants of a cluster into groups that should be autosized with the same multiplier.
10105         https://bugs.webkit.org/show_bug.cgi?id=109825
10106
10107         Verify that narrow descendants are grouped and autosized separately according to the
10108         difference between the descendant's width and the width of its enclosing cluster's
10109         |blockContainingAllText|.
10110
10111         Reviewed by Kenneth Rohde Christiansen.
10112
10113         * fast/text-autosizing/narrow-descendants-combined-expected.html:
10114         * fast/text-autosizing/narrow-descendants-combined.html:
10115
10116 2013-02-19  Takashi Toyoshima  <toyoshim@chromium.org>
10117
10118         Unreviewed, gardening for chromium.
10119         https://bugs.webkit.org/show_bug.cgi?id=110203
10120
10121         * platform/chromium/TestExpectations:
10122
10123 2013-02-19  Arpita Bahuguna  <arpitabahuguna@gmail.com>
10124
10125         Caret is not displayed when trying to focus inside a contenteditable element containing an empty block.
10126         https://bugs.webkit.org/show_bug.cgi?id=108053
10127
10128         Reviewed by Ryosuke Niwa.
10129
10130         * editing/selection/caret-in-div-containing-empty-block-expected.txt: Added.
10131         * editing/selection/caret-in-div-containing-empty-block.html: Added.
10132         Layout test added for verifying that a caret is displayed within a
10133         contenteditable div having a border, both for the horizontal
10134         as well as the vertical writing modes.
10135
10136 2013-02-19  Mihnea Ovidenie  <mihnea@adobe.com>
10137
10138         CSSRegions: crash positioned object with inline containing block in flow thread
10139         https://bugs.webkit.org/show_bug.cgi?id=108307
10140
10141         Reviewed by David Hyatt.
10142
10143         * fast/regions/positioned-object-inline-cb-crash-expected.txt: Added.
10144         * fast/regions/positioned-object-inline-cb-crash.html: Added.
10145
10146 2013-02-19  Zan Dobersek  <zdobersek@igalia.com>
10147
10148         Unreviewed GTK gardening.
10149
10150         * platform/gtk/TestExpectations: Adding a failure expectation for the failing
10151         fast/regions/seamless-iframe-flowed-into-regions.html added in r143256.
10152
10153 2013-02-18  Hayato Ito  <hayato@chromium.org>
10154
10155         Make EventDispatcher take an Event object in its constructor.
10156         https://bugs.webkit.org/show_bug.cgi?id=109898
10157
10158         Reviewed by Dimitri Glazkov.
10159
10160         * fast/events/platform-wheelevent-with-delta-zero-crash-expected.txt: Added.
10161         * fast/events/platform-wheelevent-with-delta-zero-crash.html: Added.
10162
10163 2013-02-18  Ryosuke Niwa  <rniwa@webkit.org>
10164
10165         Add a flaky failing test expectation to inspector/editor/brace-matcher.html on Mac per bug 110186.
10166
10167         * platform/mac/TestExpectations:
10168
10169 2013-02-18  Takashi Sakamoto  <tasak@google.com>
10170
10171         :before/:after pseudo elements do not always apply to the proper element
10172         https://bugs.webkit.org/show_bug.cgi?id=93925
10173
10174         Reviewed by Dimitri Glazkov.
10175
10176         * fast/css/before-after-pseudo-class-expected.html: Added.
10177         * fast/css/before-after-pseudo-class.html: Added.
10178
10179 2013-02-18  Andy Estes  <aestes@apple.com>
10180
10181         Focusing a new frame (via window.focus()) should blur the active element in the current frame
10182         https://bugs.webkit.org/show_bug.cgi?id=110172
10183
10184         Reviewed by Ryosuke Niwa.
10185
10186         * fast/dom/HTMLDocument/active-element-frames-expected.txt:
10187         * fast/dom/HTMLDocument/active-element-frames.html: Modified to run the
10188         test a second time, focusing each element's frame before focusing the
10189         element itself.
10190         * fast/frames/frame-focus-blurs-active-element-expected.txt: Added.
10191         * fast/frames/frame-focus-blurs-active-element.html: Added a test that
10192         verifies a blur event is fired on the active element when a new frame
10193         is focused.
10194
10195 2013-02-18  Kondapally Kalyan  <kalyan.kondapally@intel.com>
10196
10197         [EFL][WebGL] Enable test webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html.
10198         https://bugs.webkit.org/show_bug.cgi?id=110176
10199
10200         Reviewed by Laszlo Gombos.
10201
10202         Enable the test for EFL port, as it passes after r143220.
10203
10204         * platform/efl-wk2/TestExpectations:
10205
10206 2013-02-18  Ryosuke Niwa  <rniwa@webkit.org>
10207
10208         Add a flaky crash expectation to video-controls-captions-trackmenu.html on Mac per bug 110173.
10209
10210         * platform/mac/TestExpectations:
10211
10212 2013-02-18  Ryosuke Niwa  <rniwa@webkit.org>
10213
10214         Remove a stale Mac test expectation.
10215
10216         * platform/mac/TestExpectations:
10217
10218 2013-02-18  David Hyatt  <hyatt@apple.com>
10219
10220         Padding and border changes don't trigger the relayout of children in some cases.
10221         https://bugs.webkit.org/show_bug.cgi?id=109639.
10222
10223         Reviewed by Ryosuke Niwa.
10224
10225         * fast/block/positioning/border-change-relayout-test-expected.html: Added.
10226         * fast/block/positioning/border-change-relayout-test.html: Added.
10227
10228 2013-02-18  Geoffrey Garen  <ggaren@apple.com>
10229
10230         Shrank the SourceProvider cache
10231         https://bugs.webkit.org/show_bug.cgi?id=110158
10232
10233         Reviewed by Oliver Hunt.
10234
10235         New benchmark to show that a minimum size of 16 is better than 64.
10236
10237         * fast/js/regress/nested-function-parsing-expected.txt: Added.
10238         * fast/js/regress/nested-function-parsing.html: Added.
10239         * fast/js/regress/script-tests/nested-function-parsing.js: Added.
10240
10241 2013-02-18  Filip Pizlo  <fpizlo@apple.com>
10242
10243         Structure::flattenDictionaryStructure should compute max offset in a manner that soundly handles the case where the property list becomes empty
10244         https://bugs.webkit.org/show_bug.cgi?id=110155
10245         <rdar://problem/13233773>
10246
10247         Reviewed by Mark Rowe.
10248
10249         * fast/js/flatten-dictionary-structure-from-which-all-properties-were-deleted-expected.txt: Added.
10250         * fast/js/flatten-dictionary-structure-from-which-all-properties-were-deleted.html: Added.
10251         * fast/js/jsc-test-list:
10252         * fast/js/script-tests/flatten-dictionary-structure-from-which-all-properties-were-deleted.js: Added.
10253
10254 2013-02-18  Stephen Chenney  <schenney@chromium.org>
10255
10256         feFlood incorrectly applied color-interpolation-filters
10257         https://bugs.webkit.org/show_bug.cgi?id=109985
10258
10259         Reviewed by Dirk Schulze.
10260
10261         New test for feFlood behavior when color-interpolation-filters is used.
10262
10263         Failing expectations for tests affected by this change.
10264
10265         * platform/chromium/TestExpectations:
10266         * platform/mac/TestExpectations:
10267         * platform/win/TestExpectations:
10268         * svg/filters/feFlood-color-interpolation-expected.svg: Added.
10269         * svg/filters/feFlood-color-interpolation.svg: Added.
10270
10271 2013-02-18  David Hyatt  <hyatt@apple.com>
10272
10273         Just skip the seamless iframe flowed into regions test on chromium. It's failing with a repaint issue.
10274
10275         * platform/chromium/TestExpectations:
10276
10277 2013-02-18  Jochen Eisinger  <jochen@chromium.org>
10278
10279         clear databases before running read-transactions-running-concurrently test
10280         https://bugs.webkit.org/show_bug.cgi?id=110144
10281
10282         Reviewed by Nico Weber.
10283
10284         Otherwise, we might not have enough quota when running this tests and lots
10285         of databases from previous tests are hanging around.
10286
10287         * storage/websql/read-transactions-running-concurrently.html:
10288
10289 2013-02-18  Philip Rogers  <pdr@google.com>
10290
10291         Fix scaling of tiled SVG backgrounds on high-dpi displays
10292         https://bugs.webkit.org/show_bug.cgi?id=110047
10293
10294         Reviewed by Dirk Schulze.
10295
10296         * svg/as-background-image/tiled-background-image-expected.html: Added.
10297         * svg/as-background-image/tiled-background-image.html: Added.
10298
10299 2013-02-18  David Hyatt  <hyatt@apple.com>
10300
10301         Make seamless iframes paginate properly in their enclosing document's pagination context.
10302         https://bugs.webkit.org/show_bug.cgi?id=106125
10303         <rdar://problem/12922720> Text in iframe is clipped while printing
10304
10305         Reviewed by Simon Fraser.
10306
10307         Added new tests in fast/multicol and fast/region.
10308
10309         * fast/multicol/resources/ipad.jpg: Added.
10310         * fast/multicol/resources/seamless.html: Added.
10311         * fast/multicol/seamless-flowed-through-columns-expected.html: Added.
10312         * fast/multicol/seamless-flowed-through-columns.html: Added.
10313         * fast/regions/resources/ipad.jpg: Added.
10314         * fast/regions/resources/seamless.html: Added.
10315         * fast/regions/seamless-iframe-flowed-into-regions-expected.html: Added.
10316         * fast/regions/seamless-iframe-flowed-into-regions.html: Added.
10317
10318 2013-02-17  Filip Pizlo  <fpizlo@apple.com>
10319
10320         Get rid of DFG::DoubleOperand and simplify ValueToInt32
10321         https://bugs.webkit.org/show_bug.cgi?id=110072
10322
10323         Reviewed by Geoffrey Garen.
10324
10325         * fast/js/dfg-value-to-int32-with-side-effect-expected.txt: Added.
10326         * fast/js/dfg-value-to-int32-with-side-effect.html: Added.
10327         * fast/js/jsc-test-list:
10328         * fast/js/script-tests/dfg-value-to-int32-with-side-effect.js: Added.
10329         (foo):
10330         (.result.foo):
10331
10332 2013-02-18  Joseph Pecoraro  <pecoraro@apple.com>
10333
10334         [JSC]: ASSERT in KURL(ParsedURLStringTag) under sourceMapURLForScript
10335         https://bugs.webkit.org/show_bug.cgi?id=109987
10336
10337         Reviewed by Pavel Feldman.
10338
10339         * inspector/debugger/source-url-comment-expected.txt:
10340         * inspector/debugger/source-url-comment.html:
10341         Add a test for a sourceURL with a non-relative path. This was causing
10342         an ASSERT, rightfully so, in JSC builds.
10343
10344 2013-02-18  Mike West  <mkwst@chromium.org>
10345
10346         compareDocumentPosition reports disconnected nodes as following each other
10347         https://bugs.webkit.org/show_bug.cgi?id=108274
10348
10349         Reviewed by Dimitri Glazkov.
10350
10351         * fast/dom/compare-document-position-disconnected-nodes-expected.txt: Added.
10352         * fast/dom/compare-document-position-disconnected-nodes.html: Added.
10353
10354 2013-02-18  Stephen White  <senorblanco@chromium.org>
10355
10356         [chromium] Unreviewed gardening.
10357         Update test expectations for recent failures.
10358
10359         * platform/chromium/TestExpectations:
10360
10361 2013-02-18  Andrey Adaikin  <aandrey@chromium.org>
10362
10363         Web Inspector: [Canvas] fix replay log grouping by frames
10364         https://bugs.webkit.org/show_bug.cgi?id=110122
10365
10366         Reviewed by Pavel Feldman.
10367
10368         Canvas replay test: last command is not a draw call.
10369
10370         * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt:
10371         * inspector/profiler/canvas2d/canvas-replay-log-grid.html:
10372
10373 2013-02-18  Stephen White  <senorblanco@chromium.org>
10374
10375         [chromium] Unreviewed gardening.
10376         Fix test expectations for effect-reference* tests which I messed up
10377         in my last commit.
10378
10379         * platform/chromium/TestExpectations:
10380
10381 2013-02-18  Sergio Villar Senin  <svillar@igalia.com>
10382
10383         Unreviewed GTK gardening.
10384
10385         Moved WK1 specific failures from the shared TestExpectations file
10386         to the wk1 one. Also removed some tests from the WK2
10387         TestExpectations file as they have been consistently passing on
10388         bots.
10389
10390         * platform/gtk-wk1/TestExpectations:
10391         * platform/gtk-wk2/TestExpectations:
10392         * platform/gtk/TestExpectations:
10393
10394 2013-02-18  Bear Travis  <betravis@adobe.com>
10395
10396         [CSS Exclusions] Support outside-shape layout for shape-inside property
10397         https://bugs.webkit.org/show_bug.cgi?id=102571
10398
10399         Reviewed by David Hyatt.
10400
10401         Test that the shape-outside value correctly propagates to shape-inside
10402         when shape-inside has a value of 'outside-shape,' using both an
10403         undefined and a simple shape outside value.
10404
10405         * fast/exclusions/shape-inside/shape-inside-outside-shape-expected.html: Added.
10406         * fast/exclusions/shape-inside/shape-inside-outside-shape.html: Added.
10407
10408 2013-02-18  Zan Dobersek  <zdobersek@igalia.com>
10409
10410         Unreviewed GTK gardening.
10411
10412         * platform/gtk/TestExpectations: Adjusting failure expectation for an inspector
10413         test which now times out.
10414
10415 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
10416
10417         Unreviewed EFL gardening.
10418
10419         Mark perf/show-hide-table-rows.html as sometimes failing or slow
10420         on EFL port.
10421
10422         * platform/efl/TestExpectations:
10423
10424 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
10425
10426         Unreviewed EFL gardening.
10427
10428         Mark fast/dom/shadow/shadow-dom-event-dispatching-distributed-child.html as
10429         failing on EFL port. The test was introduced in r143191.
10430
10431         * platform/efl/TestExpectations:
10432
10433 2013-02-18  Vladislav Kaznacheev  <kaznacheev@chromium.org>
10434
10435         Web Inspector: Color picker should not be available in Computed Styles pane
10436         https://bugs.webkit.org/show_bug.cgi?id=109697
10437
10438         Reviewed by Pavel Feldman.
10439
10440         * inspector/styles/undo-add-property.html:
10441
10442 2013-02-18  Andrey Adaikin  <aandrey@chromium.org>
10443
10444         Web Inspector: [Canvas] group replay log calls by frames
10445         https://bugs.webkit.org/show_bug.cgi?id=110101
10446
10447         Reviewed by Pavel Feldman.
10448
10449         * inspector/profiler/canvas-profiler-test.js:
10450         * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt:
10451         * inspector/profiler/canvas2d/canvas-replay-log-grid.html:
10452         * inspector/profiler/canvas2d/canvas-stack-trace-expected.txt:
10453
10454 2013-02-18  Ádám Kallai  <kadam@inf.u-szeged.hu>
10455
10456         [Qt] Deleted extraneous file. It has been added accidentally in r142135.
10457         https://bugs.webkit.org/show_bug.cgi?id=109953.
10458
10459         * platform/qt-5.0-wk2/TestExpectations.orig: Removed.
10460
10461 2013-02-18  Vsevolod Vlasov  <vsevik@chromium.org>
10462
10463         Web Inspector: Create separate project for each domain for UISourceCode based on browser resources.
10464         https://bugs.webkit.org/show_bug.cgi?id=109691
10465
10466         Reviewed by Pavel Feldman.
10467
10468         * inspector/debugger/live-edit-breakpoints-expected.txt:
10469         * inspector/debugger/live-edit-breakpoints.html:
10470         * inspector/uisourcecode-revisions.html:
10471
10472 2013-02-18  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
10473
10474         [Qt] Unreviewed gardening.
10475
10476         * platform/qt/TestExpectations: Skip test after r143073.
10477         * platform/qt/css3/filters/effect-reference-expected.png: Rebaseline after r143101.
10478         * platform/qt/css3/filters/effect-reference-expected.txt: Rebaseline after r143101.
10479
10480 2013-02-18  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
10481
10482         [EFL] Rebaseline failure media tests after r142947
10483         https://bugs.webkit.org/show_bug.cgi?id=109904
10484
10485         Reviewed by Kenneth Rohde Christiansen.
10486
10487         * platform/efl/TestExpectations:
10488         * platform/efl/media/audio-controls-rendering-expected.png:
10489         * platform/efl/media/audio-controls-rendering-expected.txt:
10490         * platform/efl/media/controls-after-reload-expected.png:
10491         * platform/efl/media/controls-after-reload-expected.txt:
10492         * platform/efl/media/controls-strict-expected.png:
10493         * platform/efl/media/controls-strict-expected.txt:
10494         * platform/efl/media/controls-styling-expected.png:
10495         * platform/efl/media/controls-styling-expected.txt:
10496         * platform/efl/media/controls-styling-strict-expected.png:
10497         * platform/efl/media/controls-styling-strict-expected.txt:
10498         * platform/efl/media/controls-without-preload-expected.png:
10499         * platform/efl/media/controls-without-preload-expected.txt:
10500         * platform/efl/media/video-controls-rendering-expected.png:
10501         * platform/efl/media/video-controls-rendering-expected.txt:
10502         * platform/efl/media/video-display-toggle-expected.png:
10503         * platform/efl/media/video-display-toggle-expected.txt:
10504         * platform/efl/media/video-playing-and-pause-expected.png:
10505         * platform/efl/media/video-playing-and-pause-expected.txt:
10506
10507 2013-02-18  Huang Dongsung  <luxtella@company100.net>
10508
10509         [EFL][WK2] compositing/layer-creation/fixed-position-out-of-view-scaled.html is flaky
10510         https://bugs.webkit.org/show_bug.cgi?id=110059
10511
10512         Reviewed by Kenneth Rohde Christiansen.
10513
10514         Unskip two tests on EFL port. Now those pass.
10515         compositing/layer-creation/fixed-position-out-of-view-scaled.html
10516         compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html
10517
10518         * platform/efl-wk2/TestExpectations:
10519
10520 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
10521
10522         Unreviewed EFL gardening.
10523
10524         Unskip several webgl/conformance tests that started passing after
10525         r142854.
10526
10527         * platform/efl-wk2/TestExpectations:
10528
10529 2013-02-18  Mike West  <mkwst@chromium.org>
10530
10531         fast/dom/shadow/shadow-dom-event-dispatching.html flake
10532         https://bugs.webkit.org/show_bug.cgi?id=103299
10533
10534         Reviewed by Jochen Eisinger.
10535
10536         This patch breaks fast/dom/shadow/shadow-dom-event-dispatching.html out
10537         into 12 separate tests to avoid timeouts. Common logic for all these
10538         dispatching tests is now in resources/event-dispatching.js, and each
10539         individual test function now runs in its own HTML file.
10540
10541         * fast/dom/shadow/resources/event-dispatching.js: Added.
10542         (moveMouseOver):
10543         (recordEvent):
10544         (dumpNode):
10545         (dumpComposedShadowTree):
10546         (addEventListeners):
10547         (debugDispatchedEvent):
10548         (moveMouse):
10549         (showSandboxTree):
10550         * fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content-expected.txt: Added.
10551         * fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content.html: Added.
10552         * fast/dom/shadow/shadow-dom-event-dispatching-details-summary-expected.txt: Added.
10553         * fast/dom/shadow/shadow-dom-event-dispatching-details-summary.html: Added.
10554         * fast/dom/shadow/shadow-dom-event-dispatching-distributed-child-expected.txt: Added.
10555         * fast/dom/shadow/shadow-dom-event-dispatching-distributed-child.html: Added.
10556         * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt: Added.
10557         * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html: Added.
10558         * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes-expected.txt: Added.
10559         * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes.html: Added.
10560         * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target-expected.txt: Added.
10561         * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target.html: Added.
10562         * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-expected.txt: Added.
10563         * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired.html: Added.
10564         * fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots-expected.txt: Added.
10565         * fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html: Added.
10566         * fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots-expected.txt: Added.
10567         * fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots.html: Added.
10568         * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes-expected.txt: Added.
10569         * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes.html: Added.
10570         * fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree-expected.txt: Added.
10571         * fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree.html: Added.
10572         * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt: Added.
10573         * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html: Added.
10574             New tests!
10575         * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt: Removed.
10576         * fast/dom/shadow/shadow-dom-event-dispatching.html: Removed.
10577         * platform/chromium/TestExpectations:
10578             Dropped the old, monolithic test, and removed it from Chromium's
10579             TestExpectations file.
10580
10581 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
10582
10583         Unreviewed EFL gardening.
10584
10585         Unskip several webaudio test cases that pass now that we updated to
10586         gstreamer 1.0.
10587
10588         * platform/efl/TestExpectations:
10589
10590 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
10591
10592         Unreviewed EFL gardening.
10593
10594         Update expectations for several test cases to make the bots green.
10595
10596         * platform/efl-wk2/TestExpectations:
10597         * platform/efl/TestExpectations:
10598
10599 2013-02-18  Pavel Feldman  <pfeldman@chromium.org>
10600
10601         Web Inspector: provide basic console.table implementation (no [,columns] support)
10602         https://bugs.webkit.org/show_bug.cgi?id=109453
10603
10604         Reviewed by Vsevolod Vlasov.
10605
10606         * inspector/console/command-line-api-expected.txt:
10607         * inspector/console/console-format-table-expected.txt: Added.
10608         * inspector/console/console-format-table.html: Added.
10609
10610 2013-02-18  Pavel Feldman  <pfeldman@chromium.org>
10611
10612         Follow up to r143112, fixing tests.
10613         Not reviewed.
10614
10615         * inspector/elements/insert-node-expected.txt:
10616         * inspector/elements/insert-node.html:
10617
10618 2013-02-18  Pavel Feldman  <pfeldman@chromium.org>
10619
10620         Web Inspector: allow 0 as a formatted parameter in console message.
10621         https://bugs.webkit.org/show_bug.cgi?id=110096
10622
10623         Reviewed by Vsevolod Vlasov.
10624
10625         * inspector/console/console-format.html:
10626
10627 2013-02-18  Ádám Kallai  <kadam@inf.u-szeged.hu>
10628
10629         [Qt] Unreviewed gardening. Skipped failing tests.
10630
10631         * platform/qt-5.0-wk1/TestExpectations:
10632         * platform/qt/TestExpectations:
10633
10634 2013-02-18  Sheriff Bot  <webkit.review.bot@gmail.com>
10635
10636         Unreviewed, rolling out r143100.
10637         http://trac.webkit.org/changeset/143100
10638         https://bugs.webkit.org/show_bug.cgi?id=110088
10639
10640         Breaks file system support in workspace. (Requested by vsevik
10641         on #webkit).
10642
10643         * inspector/debugger/live-edit-breakpoints-expected.txt:
10644         * inspector/debugger/live-edit-breakpoints.html:
10645         * inspector/uisourcecode-revisions.html:
10646
10647 2013-02-18  Zan Dobersek  <zdobersek@igalia.com>
10648
10649         Unreviewed gardening.
10650
10651         Adding failure expectations for two tests that are failing on GTK and Qt,
10652         most likely due to disabled subpixel layout.
10653
10654         * platform/gtk/TestExpectations:
10655         * platform/qt/TestExpectations:
10656
10657 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
10658
10659         Unreviewed. Clean up a few EFL unexpected passes.
10660
10661         * platform/efl-wk2/TestExpectations:
10662         * platform/efl/TestExpectations:
10663         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Removed.
10664         * platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Removed.
10665
10666 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
10667
10668         Unreviewed. Clean up a few EFL unexpected passes.
10669
10670         * platform/efl/TestExpectations:
10671         * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png: Removed.
10672         * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt: Removed.
10673         * platform/efl/fast/repaint/caret-with-transformation-expected.png: Removed.
10674         * platform/efl/fast/repaint/caret-with-transformation-expected.txt: Removed.
10675
10676 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
10677
10678         Unreviewed. Remove invalid EFL results that were wrongly added in r140249.
10679
10680         * platform/efl/TestExpectations:
10681         * platform/efl/fast/css/color-correction-on-background-image-expected.png: Removed.
10682         * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Removed.
10683         * platform/efl/fast/css/color-correction-on-backgrounds-expected.png: Removed.
10684         * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
10685         * platform/efl/fast/css/color-correction-on-box-shadow-expected.png: Removed.
10686         * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
10687         * platform/efl/fast/css/color-correction-on-text-expected.png: Removed.
10688         * platform/efl/fast/css/color-correction-on-text-expected.txt: Removed.
10689         * platform/efl/fast/css/color-correction-on-text-shadow-expected.png: Removed.
10690         * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
10691         * platform/efl/fast/css/color-correction-untagged-images-expected.png: Removed.
10692         * platform/efl/fast/css/color-correction-untagged-images-expected.txt: Removed.
10693
10694 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
10695
10696         Unreviewed. Unskip several test cases that are now passing on
10697         EFL port, most of them due to enabling subpixel layout.
10698
10699         * platform/efl/TestExpectations:
10700
10701 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
10702
10703         Unreviewed. Unskip several compositing tests that are now
10704         passing on WK2 EFL.
10705
10706         * platform/efl/TestExpectations:
10707
10708 2013-02-15  Eugene Klyuchnikov  <eustas@chromium.org>
10709
10710         Web Inspector: Introduce ProfilesPanelDescriptor.
10711         https://bugs.webkit.org/show_bug.cgi?id=109906
10712
10713         Reviewed by Pavel Feldman.
10714
10715         * inspector/profiler/heap-snapshot-test.js: Adopted changes.
10716
10717 2013-02-17  Takashi Toyoshima  <toyoshim@chromium.org>
10718
10719         Unreviewed, update test expectation for chromium.
10720         https://bugs.webkit.org/show_bug.cgi?id=110079
10721
10722         * platform/chromium/TestExpectations:
10723
10724 2013-02-17  Vivek Galatage  <vivek.vg@samsung.com>
10725
10726         Add missing braces in fast/parser/noscript-with-javascript-enabled.html
10727         https://bugs.webkit.org/show_bug.cgi?id=110078
10728
10729         Unreviewed gardening. Adding the missing braces.
10730
10731         * fast/parser/noscript-with-javascript-enabled.html:
10732
10733 2013-02-17  Takashi Toyoshima  <toyoshim@chromium.org>
10734
10735         Unreviewed, update test expectation for chromium.
10736         https://bugs.webkit.org/show_bug.cgi?id=110076
10737
10738         * platform/chromium/TestExpectations:
10739
10740 2013-02-17  Mike West  <mkwst@chromium.org>
10741
10742         WheelEvent should not target text nodes.
10743         https://bugs.webkit.org/show_bug.cgi?id=109939
10744
10745         Reviewed by Darin Adler.
10746
10747         * fast/events/wheelevent-in-text-node-expected.txt: Added.
10748         * fast/events/wheelevent-in-text-node.html: Added.
10749
10750 2013-02-17  Philip Rogers  <pdr@google.com>
10751
10752         Fix non-root SVG viewport under zoom
10753         https://bugs.webkit.org/show_bug.cgi?id=99453
10754
10755         Reviewed by Dirk Schulze.
10756
10757         * svg/custom/symbol-zoom-expected.html: Added.
10758         * svg/custom/symbol-zoom.html: Added.
10759
10760 2013-02-17  Chris Fleizach  <cfleizach@apple.com>
10761
10762         WebSpeech: plumb through a method to generate fake speech jobs for testing
10763         https://bugs.webkit.org/show_bug.cgi?id=107351
10764
10765         Reviewed by Adam Barth.
10766
10767         * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html:
10768         * platform/mac/fast/speechsynthesis/speech-synthesis-voices.html:
10769
10770 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
10771
10772         Unreviewed EFL gardening.
10773
10774         Mark compositing/layer-creation/fixed-position-out-of-view-scaled.html as
10775         flaky on WebKit2 EFL. It sometimes hits an assertion.
10776
10777         * platform/efl-wk2/TestExpectations:
10778
10779 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
10780
10781         Regression(r143124): Caused plugins/plugin-javascript-access.html to fail
10782         https://bugs.webkit.org/show_bug.cgi?id=110053
10783
10784         Reviewed by Alexey Proskuryakov.
10785
10786         Unskip plugins/plugin-javascript-access.html for WK2 EFL now that the
10787         Test is passing again.
10788
10789         * platform/efl-wk2/TestExpectations:
10790
10791 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
10792
10793         Unreviewed. Remove duplicates from EFL port's TestExpectations.
10794
10795         * platform/efl-wk2/TestExpectations:
10796         * platform/efl/TestExpectations:
10797
10798 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
10799
10800         Unreviewed EFL gardening.
10801
10802         Generate baseline for svg/filters/filter-hidden-content.svg on EFL
10803         port.
10804
10805         * platform/efl/svg/filters/filter-hidden-content-expected.png: Added.
10806         * platform/efl/svg/filters/filter-hidden-content-expected.txt: Added.
10807
10808 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
10809
10810         Unreviewed EFL gardening.
10811
10812         Mark compositing/geometry/limit-layer-bounds-fixed.html as failing on
10813         EFL WK2. This test was introduced in r143073 but never passed on EFL.
10814
10815         * platform/efl-wk2/TestExpectations:
10816
10817 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
10818
10819         Unreviewed EFL gardening.
10820
10821         Mark plugins/plugin-javascript-access.html as failing on WK2 EFL
10822         due to a regression in r143124.
10823
10824         * platform/efl-wk2/TestExpectations:
10825
10826 2013-02-16  Ryosuke Niwa  <rniwa@webkit.org>
10827
10828         Add a flaky image only failure expectation to the test added in r142979 on Mac per bug 110027.
10829
10830         * platform/mac/TestExpectations:
10831
10832 2013-02-16  Sheriff Bot  <webkit.review.bot@gmail.com>
10833
10834         Unreviewed, rolling out r142734.
10835         http://trac.webkit.org/changeset/142734
10836         https://bugs.webkit.org/show_bug.cgi?id=110018
10837
10838         "Triggered crashes on lots of websites" (Requested by ggaren
10839         on #webkit).
10840
10841         * http/tests/plugins/resources/cross-frame-object-access.html:
10842         * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt:
10843         * http/tests/security/cross-frame-access-location-get-expected.txt:
10844         * http/tests/security/cross-frame-access-location-get.html:
10845         * http/tests/security/resources/cross-frame-access.js:
10846         * http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html:
10847         * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html:
10848         * http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt:
10849         * platform/chromium/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: Removed.
10850         * platform/chromium/http/tests/security/cross-frame-access-location-get-expected.txt: Removed.
10851         * platform/chromium/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt: Removed.
10852
10853 2013-02-16  Takashi Toyoshima  <toyoshim@chromium.org>
10854
10855         Rebaseline for Win7.
10856
10857         Unreviewed chromium gardening.
10858
10859         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
10860         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
10861
10862 2013-02-16  Robert Hogan  <robert@webkit.org>
10863
10864         percentage top value of position:relative element not calculated using parent's min-height unless height set
10865         https://bugs.webkit.org/show_bug.cgi?id=14762
10866
10867         Reviewed by Julien Chaffraix.
10868
10869         * fast/block/percent-top-parent-respects-min-height-expected.txt: Added.
10870         * fast/block/percent-top-parent-respects-min-height.html: Added.
10871         * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-expected.txt: Added.
10872         * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-vertical-lr-expected.txt: Added.
10873         * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-vertical-lr.html: Added.
10874         * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor.html: Added.
10875         * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-expected.txt: Added.
10876         * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-vertical-lr-expected.txt: Added.
10877         * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-vertical-lr.html: Added.
10878         * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor.html: Added.
10879
10880 2013-02-16  Stephen White  <senorblanco@chromium.org>
10881
10882         [skia] FEOffset should have a Skia implementation.
10883         https://bugs.webkit.org/show_bug.cgi?id=109831
10884
10885         Reviewed by James Robinson.
10886
10887         * css3/filters/effect-reference-hw.html:
10888         * css3/filters/effect-reference.html:
10889         * platform/chromium/TestExpectations:
10890
10891 2013-02-16  Vsevolod Vlasov  <vsevik@chromium.org>
10892
10893         Web Inspector: Create separate project for each domain for UISourceCode based on browser resources.
10894         https://bugs.webkit.org/show_bug.cgi?id=109691
10895
10896         Reviewed by Pavel Feldman.
10897
10898         * inspector/debugger/live-edit-breakpoints-expected.txt:
10899         * inspector/debugger/live-edit-breakpoints.html:
10900         * inspector/uisourcecode-revisions.html:
10901
10902 2013-02-15  Tony Chang  <tony@chromium.org>
10903
10904         Padding and border changes doesn't trigger relayout of children
10905         https://bugs.webkit.org/show_bug.cgi?id=109639
10906
10907         Reviewed by Kent Tamura.
10908
10909         * fast/block/dynamic-padding-border-expected.txt: Added.
10910         * fast/block/dynamic-padding-border.html: Added.
10911         * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: We should have been relaying
10912         out the table when the border changed. The pixel results in this case is the same, but the
10913         render tree shows the difference.
10914
10915 2013-02-15  Simon Fraser  <simon.fraser@apple.com>
10916
10917         REGRESSION (r142505?): Crashes in WebCore::ScrollingStateNode::appendChild when using back/forward buttons
10918         https://bugs.webkit.org/show_bug.cgi?id=109826
10919         <rdar://problem/13216100>
10920
10921         Reviewed by Beth Dakin.
10922         
10923         Test having a page with an iframe that navigates forwards then back.
10924
10925         * platform/mac-wk2/tiled-drawing/null-parent-back-crash.html: Added.
10926
10927 2013-02-15  Simon Fraser  <simon.fraser@apple.com>
10928
10929         Constrain fixed layers to the viewport, not the document
10930         https://bugs.webkit.org/show_bug.cgi?id=109646
10931
10932         Reviewed by Beth Dakin.
10933         
10934         Test with a big fixed element in a compositing layer.
10935
10936         * compositing/geometry/limit-layer-bounds-fixed-expected.txt: Added.
10937         * compositing/geometry/limit-layer-bounds-fixed.html: Added.
10938
10939 2013-02-15  Simon Fraser  <simon.fraser@apple.com>
10940
10941         drop-shadow filter with overflow:hidden child misbehaves
10942         https://bugs.webkit.org/show_bug.cgi?id=109783
10943
10944         Reviewed by Dean Jackson.
10945
10946         * css3/filters/filter-repaint-shadow-layer-child-expected.html: Added.
10947         * css3/filters/filter-repaint-shadow-layer-child.html: Added.
10948
10949 2013-02-15  Elliott Sprehn  <esprehn@chromium.org>
10950
10951         RenderQuote should not mark renderers as needing layout during layout
10952         https://bugs.webkit.org/show_bug.cgi?id=109876
10953
10954         Reviewed by Ojan Vafai.
10955
10956         * fast/block/float/float-not-removed-from-pre-block-expected.txt:
10957         * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Added.
10958         * fast/css-generated-content/quote-layout-focus-crash.html: Added.
10959
10960 2013-02-15  Rik Cabanier  <cabanier@adobe.com>
10961
10962         Add platform support for -webkit-background-blend-mode to CG context
10963         https://bugs.webkit.org/show_bug.cgi?id=108549
10964
10965         Reviewed by Dean Jackson.
10966
10967         Added tests for background images.
10968
10969         * css3/compositing/effect-background-blend-mode-expected.png: Added.
10970         * css3/compositing/effect-background-blend-mode-expected.txt: Added.
10971         * css3/compositing/effect-background-blend-mode-stacking-expected.png: Added.
10972         * css3/compositing/effect-background-blend-mode-stacking-expected.txt: Added.
10973         * css3/compositing/effect-background-blend-mode-stacking.html: Added.
10974         * css3/compositing/effect-background-blend-mode.html: Added.
10975         * css3/compositing/resources/ducky.png: Added.
10976         * platform/chromium/TestExpectations:
10977         * platform/mac/css3/compositing: Added.
10978         * platform/mac/css3/compositing/effect-background-blend-mode-expected.png: Added.
10979         * platform/mac/css3/compositing/effect-background-blend-mode-stacking-expected.png: Added.
10980
10981 2013-02-14  Emil A Eklund  <eae@chromium.org>
10982
10983         Clamp span value in RenderTableCell::parse[Col|Row]SpanFromDOM
10984         https://bugs.webkit.org/show_bug.cgi?id=109878
10985
10986         Reviewed by Abhishek Arya.
10987         
10988         Add test for handling of very large colspan value.
10989
10990         * fast/table/colspan-huge-number-expected.txt: Added.
10991         * fast/table/colspan-huge-number.html: Added.
10992
10993 2013-02-15  Xueqing Huang  <huangxueqing@baidu.com>
10994
10995         Flexbox should ignore firstLine pseudo element.
10996         https://bugs.webkit.org/show_bug.cgi?id=104485
10997
10998         Reviewed by Tony Chang.
10999
11000         Spec[1] said that "None of the properties defined in this module
11001         apply to '::first-line' or '::first-letter' pseudo-elements." and
11002         css2[2] define "The :first-line pseudo-element can only be attached
11003         to a block container element."
11004         [1]http://dev.w3.org/csswg/css3-flexbox/#display-flex
11005         [2]http://www.w3.org/TR/CSS2/selector.html#first-line-pseudo 
11006
11007         some case by Kenny Lu <kanghaol@oupeng.com>
11008         * css3/flexbox/flex-item-firstLine-valid-expected.txt: Added.
11009         * css3/flexbox/flex-item-firstLine-valid.html: Added.
11010         * css3/flexbox/flexbox-ignore-firstLine-expected.txt: Added.
11011         * css3/flexbox/flexbox-ignore-firstLine.html: Added.
11012         * css3/flexbox/inline-flexbox-ignore-firstLine-expected.txt: Added.
11013         * css3/flexbox/inline-flexbox-ignore-firstLine.html: Added.
11014
11015 2013-02-15  Philip Rogers  <pdr@google.com>
11016
11017         Rebaseline 7 SVG tests after r142765.
11018
11019         Unreviewed rebaseline of test expectations.
11020
11021         * platform/chromium-linux/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
11022         * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
11023         * platform/chromium-linux/svg/as-image/svg-image-change-content-size-expected.png:
11024         * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png:
11025         * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png:
11026         * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
11027         * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
11028         * platform/chromium-mac-lion/svg/as-image/svg-image-change-content-size-expected.png:
11029         * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png:
11030         * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image2-expected.png:
11031         * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
11032         * platform/chromium-mac-snowleopard/svg/as-image/svg-image-change-content-size-expected.png:
11033         * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
11034         * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png:
11035         * platform/chromium-mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
11036         * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
11037         * platform/chromium-mac/svg/as-image/svg-image-change-content-size-expected.png:
11038         * platform/chromium-mac/svg/as-image/svg-non-integer-scaled-image-expected.png:
11039         * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
11040         * platform/chromium-mac/svg/wicd/test-scalable-background-image2-expected.png:
11041         * platform/chromium-win/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
11042         * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
11043         * platform/chromium-win/svg/as-image/svg-image-change-content-size-expected.png:
11044         * platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png:
11045         * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
11046         * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png:
11047         * platform/chromium/TestExpectations:
11048
11049 2013-02-15  Adrienne Walker  <enne@chromium.org>
11050
11051         [chromium] Mark inspector/profiler/heap-snapshot-get-profile-crash.html flaky crasher
11052         https://bugs.webkit.org/show_bug.cgi?id=109963
11053
11054         Unreviewed gardening.
11055
11056         * platform/chromium/TestExpectations:
11057
11058 2013-02-15  Philip Rogers  <pdr@google.com>
11059
11060         Rebaseline 4 svg/zoom/page tests after r142765
11061
11062         Unreviewed rebaseline of test expectations.
11063
11064         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
11065         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
11066         * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
11067         * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
11068         * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
11069         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
11070         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
11071         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
11072         * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
11073         * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
11074         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
11075         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
11076         * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
11077         * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
11078         * platform/chromium/TestExpectations:
11079
11080 2013-02-15  Max Vujovic  <mvujovic@adobe.com>
11081
11082         [CSS Shaders] Parse src property in @-webkit-filter at-rules
11083         https://bugs.webkit.org/show_bug.cgi?id=109770
11084
11085         Reviewed by Dean Jackson.
11086
11087         Add positive and negative parsing tests for the @-webkit-filter src property.
11088
11089         * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid-expected.txt: Added.
11090         * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid.html: Added.
11091         * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid-expected.txt: Added.
11092         * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid.html: Added.
11093         * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-invalid.js: Added.
11094         (testInvalidSrcProperty):
11095         * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-valid.js: Added.
11096         (testSrcProperty):
11097
11098 2013-02-15  Philip Rogers  <pdr@google.com>
11099
11100         Rebaseline 4 tests after r142765
11101
11102         Unreviewed rebaseline of test expectations.
11103
11104         * platform/chromium-linux/css2.1/20110323/background-intrinsic-004-expected.png:
11105         * platform/chromium-linux/css2.1/20110323/background-intrinsic-005-expected.png:
11106         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
11107         * platform/chromium-linux/svg/as-image/same-image-two-instances-expected.png:
11108         * platform/chromium-mac-lion/css2.1/20110323/background-intrinsic-004-expected.png:
11109         * platform/chromium-mac-lion/css2.1/20110323/background-intrinsic-005-expected.png:
11110         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
11111         * platform/chromium-mac-snowleopard/css2.1/20110323/background-intrinsic-004-expected.png:
11112         * platform/chromium-mac-snowleopard/css2.1/20110323/background-intrinsic-005-expected.png:
11113         * platform/chromium-mac/css2.1/20110323/background-intrinsic-004-expected.png:
11114         * platform/chromium-mac/css2.1/20110323/background-intrinsic-005-expected.png:
11115         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
11116         * platform/chromium-mac/svg/as-image/same-image-two-instances-expected.png:
11117         * platform/chromium-win/css2.1/20110323/background-intrinsic-004-expected.png:
11118         * platform/chromium-win/css2.1/20110323/background-intrinsic-005-expected.png:
11119         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
11120         * platform/chromium-win/svg/as-image/same-image-two-instances-expected.png:
11121         * platform/chromium/TestExpectations:
11122
11123 2013-02-15  Philip Rogers  <pdr@google.com>
11124
11125         Rebaseline 3 tests after r142765
11126
11127         Unreviewed rebaseline of test expectations.
11128
11129         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
11130         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
11131         * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
11132         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
11133         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
11134         * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png:
11135         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
11136         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
11137         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
11138         * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
11139         * platform/chromium/TestExpectations:
11140
11141 2013-02-15  Eric Carlson  <eric.carlson@apple.com>
11142
11143         Crash occurs at WebCore::TextTrackList::length() when enabling closed captions in movie
11144         https://bugs.webkit.org/show_bug.cgi?id=109886
11145
11146         Reviewed by Dean Jackson.
11147
11148         * platform/mac/TestExpectations: Remove media/media-captions.html.
11149
11150 2013-02-15  Alexis Menard  <alexis@webkit.org>
11151
11152         WebKit shouldn't accept "none, none" in transition shorthand property.
11153         https://bugs.webkit.org/show_bug.cgi?id=108751
11154
11155         Reviewed by Dean Jackson.
11156
11157         Extend exisiting tests to cover the bug. Modify old tests with invalid declarations.
11158
11159         * fast/css/transform-inline-style-expected.txt:
11160         * fast/css/transform-inline-style-remove-expected.txt:
11161         * fast/css/transform-inline-style-remove.html:
11162         * fast/css/transform-inline-style.html:
11163         * transitions/transitions-parsing-expected.txt:
11164         * transitions/transitions-parsing.html:
11165
11166 2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
11167
11168         Unreviewed EFL gardening.
11169
11170         Skip failing tests on EFL wk1 and wk2 bots.
11171
11172         * platform/efl-wk2/TestExpectations:
11173         * platform/efl/TestExpectations:
11174
11175 2013-02-15  Hans Muller  <hmuller@adobe.com>
11176
11177         [CSS Exclusions] Enable shape-inside support for circles
11178         https://bugs.webkit.org/show_bug.cgi?id=109713
11179
11180         Reviewed by Dirk Schulze.
11181
11182         Added a test for circle shape-inside values.
11183
11184         * fast/exclusions/shape-inside/shape-inside-circle-expected.html: Added.
11185         * fast/exclusions/shape-inside/shape-inside-circle.html: Added.
11186
11187 2013-02-15  Vsevolod Vlasov  <vsevik@chromium.org>
11188
11189         Web Inspector: Several consecutive Backspace or Delete strikes should not be marked as undoable state.
11190         https://bugs.webkit.org/show_bug.cgi?id=109915
11191
11192         Reviewed by Pavel Feldman.
11193
11194         * inspector/editor/text-editor-undo-redo-expected.txt:
11195         * inspector/editor/text-editor-undo-redo.html:
11196
11197 2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
11198
11199         Unreviewed EFL gardening.
11200
11201         Skip failing WebGL conformance tests added in r142851.
11202
11203         * platform/efl-wk2/TestExpectations:
11204
11205 2013-02-15  Andrey Adaikin  <aandrey@chromium.org>
11206
11207         Web Inspector: [Canvas] show replay log grouped by draw calls
11208         https://bugs.webkit.org/show_bug.cgi?id=109592
11209
11210         Reviewed by Pavel Feldman.
11211
11212         A test to dump canvas replay log.
11213
11214         * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt: Added.
11215         * inspector/profiler/canvas2d/canvas-replay-log-grid.html: Added.
11216
11217 2013-02-15  Vsevolod Vlasov  <vsevik@chromium.org>
11218
11219         Web Inspector: Pass original selection to textModel to correctly restore it after undo.
11220         https://bugs.webkit.org/show_bug.cgi?id=109911
11221
11222         Reviewed by Pavel Feldman.
11223
11224         * inspector/editor/text-editor-undo-redo-expected.txt:
11225         * inspector/editor/text-editor-undo-redo.html:
11226
11227 2013-02-15  Andrew Wilson  <atwilson@chromium.org>
11228
11229         Unreviewed chromium rebaselines for r142947.
11230
11231         * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png:
11232
11233 2013-02-15  Vsevolod Vlasov  <vsevik@chromium.org>
11234
11235         Web Inspector: Redo in text editor should always collapse selection to end.
11236         https://bugs.webkit.org/show_bug.cgi?id=109907
11237
11238         Reviewed by Pavel Feldman.
11239
11240         * inspector/editor/text-editor-undo-redo-expected.txt:
11241
11242 2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
11243
11244         Unreviewed EFL gardening.
11245
11246         Skip failing tests after r142947.
11247
11248         * platform/efl/TestExpectations:
11249
11250 2013-02-15  Andrew Wilson  <atwilson@chromium.org>
11251
11252         Unreviewed chromium expectations changes for r142947.
11253
11254         * platform/chromium-mac-lion/media/audio-repaint-expected.png:
11255         * platform/chromium-mac-lion/media/controls-after-reload-expected.png:
11256         * platform/chromium-mac-lion/media/controls-strict-expected.png:
11257         * platform/chromium-mac-lion/media/controls-styling-expected.png:
11258         * platform/chromium-mac-lion/media/controls-styling-strict-expected.png:
11259         * platform/chromium-mac-lion/media/controls-without-preload-expected.png:
11260         * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png:
11261         * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png: Added.
11262         * platform/chromium-mac-lion/media/video-controls-rendering-expected.png:
11263         * platform/chromium-mac-lion/media/video-display-toggle-expected.png:
11264         * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png:
11265         * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
11266         * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
11267         * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
11268         * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
11269         * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
11270         * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
11271         * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
11272         * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png:
11273         * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
11274         * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
11275         * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
11276         * platform/chromium-mac/media/audio-repaint-expected.png:
11277         * platform/chromium-mac/media/controls-after-reload-expected.png:
11278         * platform/chromium-mac/media/controls-strict-expected.png:
11279         * platform/chromium-mac/media/controls-styling-expected.png:
11280         * platform/chromium-mac/media/controls-styling-strict-expected.png:
11281         * platform/chromium-mac/media/controls-without-preload-expected.png:
11282         * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
11283         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
11284         * platform/chromium-mac/media/video-controls-rendering-expected.png:
11285         * platform/chromium-mac/media/video-display-toggle-expected.png:
11286         * platform/chromium-mac/media/video-playing-and-pause-expected.png:
11287         * platform/chromium-mac/media/video-zoom-controls-expected.txt:
11288         * platform/chromium-win/media/audio-repaint-expected.png:
11289         * platform/chromium-win/media/controls-after-reload-expected.png:
11290         * platform/chromium-win/media/controls-strict-expected.png:
11291         * platform/chromium-win/media/controls-styling-expected.png:
11292         * platform/chromium-win/media/controls-styling-strict-expected.png:
11293         * platform/chromium-win/media/controls-without-preload-expected.png:
11294         * platform/chromium-win/media/media-document-audio-repaint-expected.png:
11295         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png:
11296         * platform/chromium-win/media/video-controls-rendering-expected.png:
11297         * platform/chromium-win/media/video-display-toggle-expected.png:
11298         * platform/chromium-win/media/video-playing-and-pause-expected.png:
11299         * platform/chromium/TestExpectations:
11300
11301 2013-02-15  Ádám Kallai  <kadam@inf.u-szeged.hu>
11302
11303         [Qt] Unreviewed gardening. Skip failing tests.
11304
11305         * platform/qt/TestExpectations:
11306         * platform/qt/fast/replaced/width100percent-image-expected.png: Added after r142931.
11307         * platform/qt/fast/replaced/width100percent-image-expected.txt: Added after r142931.
11308         * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added after r142931.
11309         * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Added after r142931.
11310
11311 2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
11312
11313         Unreviewed EFL gardening.
11314
11315         Rebaselining after r142931 and r142759.
11316
11317         * platform/efl/fast/replaced/width100percent-image-expected.png:
11318         * platform/efl/fast/replaced/width100percent-image-expected.txt:
11319         * platform/efl/svg/dom/SVGLengthList-basics-expected.txt: Removed.
11320         * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
11321         * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
11322
11323 2013-02-15  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
11324
11325         Unreviewed EFL WK1 gardening.
11326
11327         EFL WK1 doesn't support WebGL conformance tests which were added by r142847.
11328
11329         * platform/efl-wk1/TestExpectations: Skipped WebGL conformance tests.
11330
11331 2013-02-15  Andrew Wilson  <atwilson@chromium.org>
11332
11333         Unreviewed chromium expectations update for r142955.
11334
11335         * platform/chromium-mac/svg/filters/filter-hidden-content-expected.png: Added.
11336         * platform/chromium-win/svg/filters/filter-hidden-content-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/filters/filter-hidden-content-expected.png.
11337         * platform/chromium/svg/filters/filter-hidden-content-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/filters/filter-hidden-content-expected.txt.
11338
11339 2013-02-15  Mihnea Ovidenie  <mihnea@adobe.com>
11340
11341         [CSS Regions] RenderRegion should inherit from RenderBlock
11342         https://bugs.webkit.org/show_bug.cgi?id=74132
11343
11344         Reviewed by Julien Chaffraix.
11345
11346         Fix tests that were failing after the inheritance change.
11347
11348         * fast/regions/flows-dependency-dynamic-remove.html: As a block, an empty region can self collapse,
11349         which was not possible for a replaced element. I used '-webkit-margin-collapse: separate' to prevent
11350         margins self collapsing for body and avoid recreating the expectations.
11351         I want regions margins to be able to self collapse, just like the other block elements.
11352         * fast/regions/flows-dependency-same-flow.html: Ditto.
11353
11354 2013-02-15  Andrey Lushnikov  <lushnikov@chromium.org>
11355
11356         Web Inspector: implement smart braces functionality
11357         https://bugs.webkit.org/show_bug.cgi?id=109200
11358
11359         Reviewed by Pavel Feldman.
11360
11361         * inspector/editor/text-editor-smart-braces-expected.txt: Added.
11362         * inspector/editor/text-editor-smart-braces.html: Added.
11363         * platform/efl/TestExpectations:
11364         * platform/mac/TestExpectations:
11365         * platform/qt/TestExpectations:
11366
11367 2013-02-15  Andrei Bucur  <abucur@adobe.com>
11368
11369         [CSS Regions][Mac] fast/regions/full-screen-video-from-region.html hits an assertion in RenderFlowThread::removeRenderBoxRegionInfo
11370         https://bugs.webkit.org/show_bug.cgi?id=106075
11371
11372         Reviewed by Tony Chang.
11373
11374         Removed the crash/fail expectation for fast/regions/full-screen-video-from-region.html.
11375
11376         * platform/mac/TestExpectations:
11377
11378 2013-02-15  Andrew Wilson  <atwilson@chromium.org>
11379
11380         Unreviewed chromium expectation changes after r142931.
11381
11382         * platform/chromium-mac-lion/fast/replaced/width100percent-image-expected.png:
11383         * platform/chromium-mac-lion/fast/replaced/width100percent-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/replaced/width100percent-image-expected.txt.
11384         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
11385         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-image-expected.png:
11386         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/replaced/width100percent-image-expected.txt.
11387         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
11388         * platform/chromium-mac/fast/replaced/width100percent-image-expected.png:
11389         * platform/chromium-mac/fast/replaced/width100percent-image-expected.txt:
11390         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
11391         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Removed.
11392         * platform/chromium-win/fast/replaced/width100percent-image-expected.png:
11393         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
11394         * tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Renamed from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt.
11395
11396 2013-02-15  Zan Dobersek  <zdobersek@igalia.com>
11397
11398         Unreviewed GTK gardening.
11399
11400         * platform/gtk/TestExpectations: Adding expectations for tests that need checking after r142947.
11401         * platform/gtk/fast/replaced/width100percent-image-expected.txt: Added. Rebaselining after r142931.
11402         * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Ditto.
11403
11404 2013-02-13  Allan Sandfeld Jensen  <allan.jensen@digia.com>
11405
11406         [CoordGfx] Regression from r135212: big layers with transform animations sometime fail to render tiles.
11407         https://bugs.webkit.org/show_bug.cgi?id=109179
11408
11409         Reviewed by Jocelyn Turcotte.
11410
11411         Test of a large layer with an animated transform. Skipped on WK1 due to resize event not firing in DRT.
11412
11413         * compositing/transitions/transform-on-large-layer-expected.html: Added.
11414         * compositing/transitions/transform-on-large-layer.html: Added.
11415         * platform/mac/TestExpectations:
11416         * platform/qt-5.0-wk1/TestExpectations:
11417
11418 2013-02-14  Alexander Pavlov  <apavlov@chromium.org>
11419
11420         Web Inspector: Implement tracking of active stylesheets in the frontend
11421         https://bugs.webkit.org/show_bug.cgi?id=105828
11422
11423         Reviewed by Pavel Feldman.
11424
11425         * inspector/styles/resources/stylesheet-tracking.css: Added.
11426         * inspector/styles/stylesheet-tracking-expected.txt: Added.
11427         * inspector/styles/stylesheet-tracking.html: Added.
11428
11429 2013-02-15  Andrei Bucur  <abucur@adobe.com>
11430
11431         Implement the -webkit-margin-collapse properties correct rendering
11432         https://bugs.webkit.org/show_bug.cgi?id=108168
11433
11434         Reviewed by David Hyatt.
11435
11436         Four new tests covering the -webkit-margin-collapse property basic behavior: collapsing
11437         between a block container and its children, collapsing between sibling boxes in both TTB
11438         and BTT direction. The last test verifies if a container's before margin correctly resets
11439         the discard value after a clear of the child that initally caused it.
11440
11441         * fast/block/margin-collapse/webkit-margin-collapse-container-expected.html: Added.
11442         * fast/block/margin-collapse/webkit-margin-collapse-container.html: Added.
11443         * fast/block/margin-collapse/webkit-margin-collapse-floats-expected.html: Added.
11444         * fast/block/margin-collapse/webkit-margin-collapse-floats.html: Added.
11445         * fast/block/margin-collapse/webkit-margin-collapse-siblings-bt-expected.html: Added.
11446         * fast/block/margin-collapse/webkit-margin-collapse-siblings-bt.html: Added.
11447         * fast/block/margin-collapse/webkit-margin-collapse-siblings-expected.html: Added.
11448         * fast/block/margin-collapse/webkit-margin-collapse-siblings.html: Added.
11449
11450 2013-02-15  KwangYong Choi  <ky0.choi@samsung.com>
11451
11452         [EFL] fast/forms/input-text-scroll-left-on-blur.html is passing now
11453         https://bugs.webkit.org/show_bug.cgi?id=109896
11454
11455         Unreviewed efl gardening.
11456
11457         The expectations are added by r140250 and the test seems to be passing now.
11458
11459         * platform/efl/TestExpectations:
11460
11461 2013-02-14  Vsevolod Vlasov  <vsevik@chromium.org>
11462
11463         Web Inspector: Copy-pasting selected text over itself should be an undoable state.
11464         https://bugs.webkit.org/show_bug.cgi?id=109830
11465
11466         Reviewed by Pavel Feldman.
11467
11468         * inspector/editor/text-editor-undo-redo-expected.txt:
11469         * inspector/editor/text-editor-undo-redo.html:
11470
11471 2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>
11472
11473         Remove a test expectation now that the culprit has been rolled out in r142962.
11474
11475         * platform/mac/TestExpectations:
11476
11477 2013-02-14  Sheriff Bot  <webkit.review.bot@gmail.com>
11478
11479         Unreviewed, rolling out r142889.
11480         http://trac.webkit.org/changeset/142889
11481         https://bugs.webkit.org/show_bug.cgi?id=109891
11482
11483         It caused an assertion failure in scrollbars/overflow-
11484         scrollbar-combinations.html (Requested by tkent on #webkit).
11485
11486         * fast/block/dynamic-padding-border-expected.txt: Removed.
11487         * fast/block/dynamic-padding-border.html: Removed.
11488         * fast/table/border-collapsing/cached-change-row-border-width-expected.txt:
11489
11490 2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>
11491
11492         Add assertion failure expectations on Mac per bugs 109869 and 109890.
11493
11494         * platform/mac/TestExpectations:
11495         * platform/mac-wk2/TestExpectations:
11496
11497 2013-02-14  Arpita Bahuguna  <arpitabahuguna@gmail.com>
11498
11499         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.
11500         https://bugs.webkit.org/show_bug.cgi?id=106452
11501
11502         Reviewed by Ryosuke Niwa.
11503
11504         * editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode-expected.txt: Added.
11505         * editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode.html: Added.
11506         Layout test case added for verifying that pressing the down or the right arrow
11507         key at the end of the text line in vertical writing mode will not make the caret
11508         dissapear.
11509         Caret positions at the start, the end, and after pressing the right and the down
11510         arrow keys at the end of the text line, are compared for verification. 
11511
11512 2013-02-14  Simon Fraser  <simon.fraser@apple.com>
11513
11514         Reverting r142861. Hit testing inside of style recalc is fundamentally wrong
11515
11516         * fast/events/mouse-cursor-change-expected.txt: Removed.
11517         * fast/events/mouse-cursor-change.html: Removed.
11518         * fast/events/mouse-cursor-no-mousemove-expected.txt: Removed.
11519         * fast/events/mouse-cursor-no-mousemove.html: Removed.
11520         * platform/mac/TestExpectations:
11521
11522 2013-02-14  Florin Malita  <fmalita@chromium.org>
11523
11524         [SVG] Cached filter results are not invalidated on repaint rect change
11525         https://bugs.webkit.org/show_bug.cgi?id=106221
11526
11527         Reviewed by Dean Jackson.
11528
11529         * svg/filters/filter-hidden-content-expected.svg: Added.
11530         * svg/filters/filter-hidden-content.svg: Added.
11531
11532 2013-02-14  Hajime Morrita  <morrita@google.com>
11533
11534         Unreviewed rebaselining following r142940.
11535
11536         * fast/events/onerror-no-constructor-expected.txt:
11537         * platform/chromium/fast/events/onerror-no-constructor-expected.txt: Copied from LayoutTests/fast/events/onerror-no-constructor-expected.txt.
11538
11539 2013-02-14  Christian Biesinger  <cbiesinger@chromium.org>
11540
11541         Convert media controls from DeprecatedFlexibleBox to FlexibleBox
11542         https://bugs.webkit.org/show_bug.cgi?id=109775
11543
11544         Reviewed by Ojan Vafai.
11545
11546         Rebaselined lots of tests. There were two kinds of changes:
11547         - Replaced the RenderDeprecatedFlexibleBox class name with
11548         RenderFlexibleBox, and minor printing differences
11549         - Slight positioning/size changes due to a different algorithm for
11550         shrinking elements (old flexbox shrinks elements evenly, new flexbox
11551         shrinks in proportion to the size of the flex item)
11552
11553 2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>
11554
11555         Mac rebaseline after r142931.
11556
11557         * platform/chromium-mac/fast/replaced/width100percent-image-expected.txt: Added.
11558         * platform/chromium/fast/replaced/width100percent-image-expected.txt: Removed.
11559         * platform/mac/fast/replaced/width100percent-image-expected.txt:
11560         * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
11561
11562 2013-02-14  Dean Jackson  <dino@apple.com>
11563
11564         Clicking outside captions menu should dismiss it
11565         https://bugs.webkit.org/show_bug.cgi?id=109648
11566
11567         Unreviewed. Adding the files I forgot to commit in r142774.
11568
11569         * media/video-controls-captions-trackmenu-hide-on-click.html: Added.
11570         * platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Added.
11571
11572 2013-02-14  Glenn Adams  <glenn@skynav.com>
11573
11574         new-run-webkit-tests needs a shared TestExpectations between all WebKit ports
11575         https://bugs.webkit.org/show_bug.cgi?id=37565
11576
11577         Introduce generic TestExpectations file that applies as a fallback for all ports, the location of which
11578         is LayoutTests/TestExpectations.
11579
11580         Reviewed by Dirk Pranke.
11581
11582         * TestExpectations: Added.
11583
11584 2013-02-14  Hajime Morrita  <morrita@google.com>
11585
11586         [V8] Assertion failure on an exception is thrown
11587         https://bugs.webkit.org/show_bug.cgi?id=109129
11588
11589         Reviewed by Kentaro Hara.
11590
11591         * fast/events/onerror-no-constructor-expected.txt: Added.
11592         * fast/events/onerror-no-constructor.html: Added.
11593
11594 2013-02-14  Philip Rogers  <pdr@google.com>
11595
11596         Rebaseline 9 SVG tests after r142765
11597
11598         Unreviewed rebaseline of test expectations.
11599
11600         * platform/chromium-linux/svg/as-background-image/animated-svg-as-background-expected.png:
11601         * platform/chromium-linux/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
11602         * platform/chromium-linux/svg/as-background-image/svg-as-background-1-expected.png:
11603         * platform/chromium-linux/svg/as-background-image/svg-as-background-3-expected.png:
11604         * platform/chromium-linux/svg/as-background-image/svg-as-background-4-expected.png:
11605         * platform/chromium-linux/svg/as-background-image/svg-as-background-5-expected.png:
11606         * platform/chromium-linux/svg/as-background-image/svg-as-background-6-expected.png:
11607         * platform/chromium-linux/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
11608         * platform/chromium-linux/svg/as-background-image/svg-background-partial-redraw-expected.png:
11609         * platform/chromium-mac-lion/svg/as-background-image/animated-svg-as-background-expected.png:
11610         * platform/chromium-mac-lion/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
11611         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-1-expected.png:
11612         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-3-expected.png:
11613         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-4-expected.png:
11614         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-6-expected.png:
11615         * platform/chromium-mac-lion/svg/as-background-image/svg-background-partial-redraw-expected.png:
11616         * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
11617         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-1-expected.png:
11618         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png:
11619         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-background-partial-redraw-expected.png:
11620         * platform/chromium-mac/svg/as-background-image/animated-svg-as-background-expected.png:
11621         * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
11622         * platform/chromium-mac/svg/as-background-image/svg-as-background-1-expected.png:
11623         * platform/chromium-mac/svg/as-background-image/svg-as-background-2-expected.png:
11624         * platform/chromium-mac/svg/as-background-image/svg-as-background-3-expected.png:
11625         * platform/chromium-mac/svg/as-background-image/svg-as-background-4-expected.png:
11626         * platform/chromium-mac/svg/as-background-image/svg-as-background-5-expected.png:
11627         * platform/chromium-mac/svg/as-background-image/svg-as-background-6-expected.png:
11628         * platform/chromium-mac/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
11629         * platform/chromium-mac/svg/as-background-image/svg-background-partial-redraw-expected.png:
11630         * platform/chromium-win-xp/svg/as-background-image: Removed.
11631         * platform/chromium-win-xp/svg/as-background-image/svg-as-background-1-expected.png: Removed.
11632         * platform/chromium-win-xp/svg/as-background-image/svg-as-background-3-expected.png: Removed.
11633         * platform/chromium-win/svg/as-background-image/animated-svg-as-background-expected.png:
11634         * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
11635         * platform/chromium-win/svg/as-background-image/svg-as-background-1-expected.png:
11636         * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png:
11637         * platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png:
11638         * platform/chromium-win/svg/as-background-image/svg-as-background-4-expected.png:
11639         * platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png:
11640         * platform/chromium-win/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
11641         * platform/chromium-win/svg/as-background-image/svg-background-partial-redraw-expected.png:
11642         * platform/chromium/TestExpectations:
11643
11644 2013-02-14  Ojan Vafai  <ojan@chromium.org>
11645
11646         Intrinsic and preferred widths on replaced elements are wrong in many cases
11647         https://bugs.webkit.org/show_bug.cgi?id=109859
11648
11649         Reviewed by Levi Weintraub.
11650
11651         * fast/replaced/preferred-widths-expected.txt: Added.
11652         * fast/replaced/preferred-widths.html: Added.
11653         These results match Gecko and Opera except for the 3rd container div.
11654         Talking to dbaron and bz and Mozilla they sound likely to match our behavior there.
11655         See https://bugzilla.mozilla.org/show_bug.cgi?id=823483 for example.
11656
11657         The width of the containers is wrong in some of these cases because our
11658         computePreferredLogicalWidths methods don't currently account for
11659         intrinsic sizes (e.g. min-content, max-content, etc).
11660
11661         * platform/chromium-linux/fast/replaced/width100percent-image-expected.png:
11662         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
11663         * platform/chromium-win/fast/replaced/width100percent-image-expected.txt:
11664         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
11665         These new results are more correct. The width100percent-image case now
11666         matches other browsers and is due to not setting the minPreferrredLogicalWidth to
11667         0 if the height is a percentage. The bugs85016 case is different because we
11668         now correctly add the border and padding width to the preferred width of the image.
11669
11670 2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>
11671
11672         Add a crash test expectation to media/media-captions.html on Mac per bug 109869.
11673
11674         * platform/mac/TestExpectations:
11675
11676 2013-02-14  Stephen Chenney  <schenney@chromium.org>
11677
11678         Crash when selecting a HarfBuzz text run with SVG fonts included
11679         https://bugs.webkit.org/show_bug.cgi?id=109833
11680
11681         Reviewed by Tony Chang.
11682
11683         Only known to crash on Chromium Linux (without the patch), but other platforms may be affected.
11684
11685         * svg/css/font-face-crash-expected.txt: Added.
11686         * svg/css/font-face-crash.html: Added.
11687
11688 2013-02-14  Abhishek Arya  <inferno@chromium.org>
11689
11690         Bad cast in RenderBlock::splitBlocks.
11691         https://bugs.webkit.org/show_bug.cgi?id=108691
11692
11693         Reviewed by Levi Weintraub.
11694
11695         * fast/multicol/remove-child-split-flow-crash-expected.txt: Added.
11696         * fast/multicol/remove-child-split-flow-crash.html: Added.
11697
11698 2013-02-14  Jer Noble  <jer.noble@apple.com>
11699
11700         EME: replace MediaKeySession.addKey() -> update()
11701         https://bugs.webkit.org/show_bug.cgi?id=109461
11702
11703         Rebaseline after API change.
11704
11705         Reviewed by Eric Carlson.
11706
11707         * media/encrypted-media/encrypted-media-v2-syntax-expected.txt:
11708         * media/encrypted-media/encrypted-media-v2-syntax.html:
11709
11710 2013-02-14  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>
11711
11712         Support the ch unit from css3-values
11713         https://bugs.webkit.org/show_bug.cgi?id=85755
11714
11715         Reviewed by David Hyatt.
11716
11717         Original patch by Sumedha Widyadharma <sumedha.widyadharma@basyskom.com>.
11718
11719         * fast/css/css3-ch-unit-expected.txt: Added.
11720         * fast/css/css3-ch-unit.html: Added.
11721
11722 2013-02-14  Philip Rogers  <pdr@google.com>
11723
11724         Prevent inconsistent firstChild during document destruction
11725         https://bugs.webkit.org/show_bug.cgi?id=106530
11726
11727         Reviewed by Abhishek Arya.
11728
11729         * svg/custom/animateMotion-path-change-crash-expected.txt: Added.
11730         * svg/custom/animateMotion-path-change-crash.svg: Added.
11731
11732 2013-02-14  Bear Travis  <betravis@adobe.com>
11733
11734         Make outside-shape the default value for shape-inside
11735         https://bugs.webkit.org/show_bug.cgi?id=109605
11736
11737         Reviewed by Levi Weintraub.
11738
11739         Updating tests to account for the new default value of shape-inside.
11740
11741         * fast/exclusions/css-exclusions-disabled-expected.txt:
11742         * fast/exclusions/css-exclusions-disabled.html:
11743         * fast/exclusions/parsing-wrap-shape-inside-expected.txt:
11744         * fast/exclusions/parsing-wrap-shape-lengths-expected.txt:
11745         * fast/exclusions/parsing-wrap-shape-lengths.html:
11746         * fast/exclusions/script-tests/parsing-wrap-shape-inside.js:
11747         (negative_test):
11748
11749 2013-02-14  Tony Chang  <tony@chromium.org>
11750
11751         Padding and border changes doesn't trigger relayout of children
11752         https://bugs.webkit.org/show_bug.cgi?id=109639
11753
11754         Reviewed by Kent Tamura.
11755
11756         * fast/block/dynamic-padding-border-expected.txt: Added.
11757         * fast/block/dynamic-padding-border.html: Added.
11758         * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: We should have been relaying
11759         out the table when the border changed. The pixel results in this case is the same, but the
11760         render tree shows the difference.
11761
11762 2013-02-14  Vsevolod Vlasov  <vsevik@chromium.org>
11763
11764         Web Inspector: [Regression] When several consecutive characters are typed each of them is marked as undoable state.
11765         https://bugs.webkit.org/show_bug.cgi?id=109823
11766
11767         Reviewed by Pavel Feldman.
11768
11769         * inspector/editor/text-editor-undo-redo-expected.txt:
11770         * inspector/editor/text-editor-undo-redo.html:
11771
11772 2013-02-14  Sheriff Bot  <webkit.review.bot@gmail.com>
11773
11774         Unreviewed, rolling out r142820.
11775         http://trac.webkit.org/changeset/142820
11776         https://bugs.webkit.org/show_bug.cgi?id=109839
11777
11778         Causing crashes on chromium canaries (Requested by atwilson_
11779         on #webkit).
11780
11781         * fast/block/float/float-not-removed-from-pre-block-expected.txt:
11782         * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Removed.
11783         * fast/css-generated-content/quote-layout-focus-crash.html: Removed.
11784
11785 2013-02-14  Mario Sanchez Prada  <mario.prada@samsung.com>
11786
11787         [GTK] Missing call to g_object_ref while retrieving accessible table cells
11788         https://bugs.webkit.org/show_bug.cgi?id=106903
11789
11790         Reviewed by Martin Robinson.
11791
11792         Added new test. It should work fine at least in Mac and GTK ports,
11793         but will need specific results for chromium and windows.
11794
11795         * accessibility/table-cell-for-column-and-row-crash.html: Added.
11796         * accessibility/table-cell-for-column-and-row-crash-expected.txt: Added.
11797         * platform/chromium/TestExpectations: Skipped test.
11798         * platform/win/TestExpectations: Ditto.
11799         * platform/wincairo/TestExpectations: Ditto.
11800
11801 2013-02-14  Ádám Kallai  <kadam@inf.u-szeged.hu>
11802
11803         [Qt] Reviewing TestExpectations. Added platform specific expected files and unskip them.
11804         https://bugs.webkit.org/show_bug.cgi?id=59334.
11805
11806         * platform/qt-5.0-wk2/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added.
11807         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added.
11808         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added.
11809         * platform/qt/TestExpectations:
11810         * platform/qt/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added.
11811         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added.
11812         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added.
11813
11814 2013-02-14  Florin Malita  <fmalita@chromium.org>
11815
11816         [Chromium] Unreviewed rebaseline after brightness filter update.
11817
11818         * platform/chromium-linux/css3/filters/effect-brightness-clamping-expected.png:
11819         * platform/chromium-linux/css3/filters/effect-brightness-clamping-hw-expected.png:
11820         * platform/chromium-linux/css3/filters/effect-brightness-expected.png:
11821         * platform/chromium-linux/css3/filters/effect-brightness-hw-expected.png:
11822         * platform/chromium-linux/css3/filters/effect-combined-hw-expected.png:
11823         * platform/chromium-mac/css3/filters/effect-brightness-clamping-expected.png:
11824         * platform/chromium-mac/css3/filters/effect-brightness-clamping-hw-expected.png:
11825         * platform/chromium-mac/css3/filters/effect-brightness-expected.png:
11826         * platform/chromium-mac/css3/filters/effect-brightness-hw-expected.png:
11827         * platform/chromium-mac/css3/filters/effect-combined-expected.png:
11828         * platform/chromium-mac/css3/filters/effect-combined-hw-expected.png:
11829         * platform/chromium-mac/css3/filters/multiple-filters-invalidation-expected.png:
11830         * platform/chromium-win/css3/filters/effect-brightness-clamping-expected.png:
11831         * platform/chromium-win/css3/filters/effect-brightness-clamping-hw-expected.png:
11832         * platform/chromium-win/css3/filters/effect-brightness-expected.png:
11833         * platform/chromium-win/css3/filters/effect-brightness-hw-expected.png:
11834         * platform/chromium-win/css3/filters/effect-combined-expected.png:
11835         * platform/chromium-win/css3/filters/effect-combined-hw-expected.png:
11836         * platform/chromium-win/css3/filters/multiple-filters-invalidation-expected.png:
11837         * platform/chromium/TestExpectations:
11838
11839 2013-02-14  Jochen Eisinger  <jochen@chromium.org>
11840
11841         Unskip mediastream tests that are passing after webkit_support update
11842
11843         Unreviewed gardening.
11844
11845         * platform/chromium/TestExpectations:
11846
11847 2013-02-14  Ádám Kallai  <kadam@inf.u-szeged.hu>
11848
11849         [Qt] Unreviewed gardening. Skip flaky test after r140689.
11850
11851         * platform/qt/TestExpectations:
11852
11853 2013-02-14  Vsevolod Vlasov  <vsevik@chromium.org>
11854
11855         Web Inspector: Remove uriForFile and fileForURI methods from FileSystemMapping.
11856         https://bugs.webkit.org/show_bug.cgi?id=109704
11857
11858         Reviewed by Alexander Pavlov.
11859
11860         * inspector/file-system-mapping-expected.txt:
11861         * inspector/file-system-mapping.html:
11862
11863 2013-02-14  Anton Vayvod  <avayvod@chromium.org>
11864
11865         [Text Autosizing] Process narrow descendants with the same multiplier for the font size.
11866         https://bugs.webkit.org/show_bug.cgi?id=109573
11867
11868         Test to verify that all narrow descendants of a cluster are autosized with the same
11869         multiplier.
11870
11871         Reviewed by Julien Chaffraix.
11872
11873         * fast/text-autosizing/narrow-descendants-combined-expected.html: Added.
11874         * fast/text-autosizing/narrow-descendants-combined.html: Added.
11875
11876 2013-02-06  Gregg Tavares  <gman@chromium.org>
11877
11878         Adds the WebGL Conformance Tests limits folder.
11879         https://bugs.webkit.org/show_bug.cgi?id=108904
11880
11881         Reviewed by Kenneth Russell.
11882
11883         * platform/mac/TestExpectations:
11884         * webgl/conformance/limits/gl-max-texture-dimensions-expected.txt: Added.
11885         * webgl/conformance/limits/gl-max-texture-dimensions.html: Added.
11886         * webgl/conformance/limits/gl-min-attribs-expected.txt: Added.
11887         * webgl/conformance/limits/gl-min-attribs.html: Added.
11888         * webgl/conformance/limits/gl-min-textures-expected.txt: Added.
11889         * webgl/conformance/limits/gl-min-textures.html: Added.
11890         * webgl/conformance/limits/gl-min-uniforms-expected.txt: Added.
11891         * webgl/conformance/limits/gl-min-uniforms.html: Added.
11892         * webgl/resources/webgl_test_files/conformance/limits/00_test_list.txt: Added.
11893         * webgl/resources/webgl_test_files/conformance/limits/gl-max-texture-dimensions.html: Added.
11894         * webgl/resources/webgl_test_files/conformance/limits/gl-min-attribs.html: Added.
11895         * webgl/resources/webgl_test_files/conformance/limits/gl-min-textures.html: Added.
11896         * webgl/resources/webgl_test_files/conformance/limits/gl-min-uniforms.html: Added.
11897
11898 2013-02-13  Hayato Ito  <hayato@chromium.org>
11899
11900         [Shadow DOM] Implements a '::distributed()' pseudo element.
11901         https://bugs.webkit.org/show_bug.cgi?id=82169
11902
11903         Reviewed by Dimitri Glazkov.
11904
11905         * fast/dom/shadow/distributed-pseudo-element-expected.html: Added.
11906         * fast/dom/shadow/distributed-pseudo-element-for-shadow-element-expected.html: Added.
11907         * fast/dom/shadow/distributed-pseudo-element-for-shadow-element.html: Added.
11908         * fast/dom/shadow/distributed-pseudo-element-match-all-expected.html: Added.
11909         * fast/dom/shadow/distributed-pseudo-element-match-all.html: Added.
11910         * fast/dom/shadow/distributed-pseudo-element-match-descendant-expected.html: Added.
11911         * fast/dom/shadow/distributed-pseudo-element-match-descendant.html: Added.
11912         * fast/dom/shadow/distributed-pseudo-element-nested-expected.html: Added.
11913         * fast/dom/shadow/distributed-pseudo-element-nested.html: Added.
11914         * fast/dom/shadow/distributed-pseudo-element-no-match-expected.html: Added.
11915         * fast/dom/shadow/distributed-pseudo-element-no-match.html: Added.
11916         * fast/dom/shadow/distributed-pseudo-element-reprojection-expected.html: Added.
11917         * fast/dom/shadow/distributed-pseudo-element-reprojection.html: Added.
11918         * fast/dom/shadow/distributed-pseudo-element-scoped-expected.html: Added.
11919         * fast/dom/shadow/distributed-pseudo-element-scoped.html: Added.
11920         * fast/dom/shadow/distributed-pseudo-element-support-selector-expected.html: Added.
11921         * fast/dom/shadow/distributed-pseudo-element-support-selector.html: Added.
11922         * fast/dom/shadow/distributed-pseudo-element-used-in-selector-list-expected.html: Added.
11923         * fast/dom/shadow/distributed-pseudo-element-used-in-selector-list.html: Added.
11924         * fast/dom/shadow/distributed-pseudo-element-with-any-expected.html: Added.
11925         * fast/dom/shadow/distributed-pseudo-element-with-any.html: Added.
11926         * fast/dom/shadow/distributed-pseudo-element.html: Added.
11927
11928 2013-02-06  Gregg Tavares  <gman@chromium.org>
11929
11930         Add WebGL Conformance Tests more folder.
11931         https://bugs.webkit.org/show_bug.cgi?id=109118
11932
11933         Reviewed by Kenneth Russell.
11934
11935         * webgl/conformance/more/conformance/constants-expected.txt: Added.
11936         * webgl/conformance/more/conformance/constants.html: Added.
11937         * webgl/conformance/more/conformance/getContext-expected.txt: Added.
11938         * webgl/conformance/more/conformance/getContext.html: Added.
11939         * webgl/conformance/more/conformance/methods-expected.txt: Added.
11940         * webgl/conformance/more/conformance/methods.html: Added.
11941         * webgl/conformance/more/conformance/webGLArrays-expected.txt: Added.
11942         * webgl/conformance/more/conformance/webGLArrays.html: Added.
11943         * webgl/conformance/more/functions/bindBuffer-expected.txt: Added.
11944         * webgl/conformance/more/functions/bindBuffer.html: Added.
11945         * webgl/conformance/more/functions/bindBufferBadArgs-expected.txt: Added.
11946         * webgl/conformance/more/functions/bindBufferBadArgs.html: Added.
11947         * webgl/conformance/more/functions/bindFramebufferLeaveNonZero-expected.txt: Added.
11948         * webgl/conformance/more/functions/bindFramebufferLeaveNonZero.html: Added.
11949         * webgl/conformance/more/functions/bufferData-expected.txt: Added.
11950         * webgl/conformance/more/functions/bufferData.html: Added.
11951         * webgl/conformance/more/functions/bufferSubData-expected.txt: Added.
11952         * webgl/conformance/more/functions/bufferSubData.html: Added.
11953         * webgl/conformance/more/functions/bufferSubDataBadArgs-expected.txt: Added.
11954         * webgl/conformance/more/functions/bufferSubDataBadArgs.html: Added.
11955         * webgl/conformance/more/functions/isTests-expected.txt: Added.
11956         * webgl/conformance/more/functions/isTests.html: Added.
11957         * webgl/conformance/more/functions/isTestsBadArgs-expected.txt: Added.
11958         * webgl/conformance/more/functions/isTestsBadArgs.html: Added.
11959         * webgl/conformance/more/functions/readPixels-expected.txt: Added.
11960         * webgl/conformance/more/functions/readPixels.html: Added.
11961         * webgl/conformance/more/functions/texImage2D-expected.txt: Added.
11962         * webgl/conformance/more/functions/texImage2D.html: Added.
11963         * webgl/conformance/more/functions/texImage2DHTMLBadArgs-expected.txt: Added.
11964         * webgl/conformance/more/functions/texImage2DHTMLBadArgs.html: Added.
11965         * webgl/conformance/more/functions/texSubImage2D-expected.txt: Added.
11966         * webgl/conformance/more/functions/texSubImage2D.html: Added.
11967         * webgl/conformance/more/functions/texSubImage2DHTMLBadArgs-expected.txt: Added.
11968         * webgl/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Added.
11969         * webgl/conformance/more/functions/uniformMatrix-expected.txt: Added.
11970         * webgl/conformance/more/functions/uniformMatrix.html: Added.
11971         * webgl/conformance/more/functions/uniformMatrixBadArgs-expected.txt: Added.
11972         * webgl/conformance/more/functions/uniformMatrixBadArgs.html: Added.
11973         * webgl/conformance/more/functions/uniformf-expected.txt: Added.
11974         * webgl/conformance/more/functions/uniformf.html: Added.
11975         * webgl/conformance/more/functions/uniformfArrayLen1-expected.txt: Added.
11976         * webgl/conformance/more/functions/uniformfArrayLen1.html: Added.
11977         * webgl/conformance/more/functions/uniformfBadArgs-expected.txt: Added.
11978         * webgl/conformance/more/functions/uniformfBadArgs.html: Added.
11979         * webgl/conformance/more/functions/uniformi-expected.txt: Added.
11980         * webgl/conformance/more/functions/uniformi.html: Added.
11981         * webgl/conformance/more/functions/uniformiBadArgs-expected.txt: Added.
11982         * webgl/conformance/more/functions/uniformiBadArgs.html: Added.
11983         * webgl/conformance/more/functions/vertexAttrib-expected.txt: Added.
11984         * webgl/conformance/more/functions/vertexAttrib.html: Added.
11985         * webgl/conformance/more/functions/vertexAttribBadArgs-expected.txt: Added.
11986         * webgl/conformance/more/functions/vertexAttribBadArgs.html: Added.
11987         * webgl/conformance/more/functions/vertexAttribPointer-expected.txt: Added.
11988         * webgl/conformance/more/functions/vertexAttribPointer.html: Added.
11989         * webgl/conformance/more/functions/vertexAttribPointerBadArgs-expected.txt: Added.
11990         * webgl/conformance/more/functions/vertexAttribPointerBadArgs.html: Added.
11991         * webgl/conformance/more/glsl/arrayOutOfBounds-expected.txt: Added.
11992         * webgl/conformance/more/glsl/arrayOutOfBounds.html: Added.
11993         * webgl/conformance/more/glsl/uniformOutOfBounds-expected.txt: Added.
11994         * webgl/conformance/more/glsl/uniformOutOfBounds.html: Added.
11995         * webgl/resources/webgl_test_files/conformance/more/00_test_list.txt: Added.
11996         * webgl/resources/webgl_test_files/conformance/more/README.md: Added.
11997         * webgl/resources/webgl_test_files/conformance/more/all_tests.html: Added.
11998         * webgl/resources/webgl_test_files/conformance/more/all_tests_linkonly.html: Added.
11999         * webgl/resources/webgl_test_files/conformance/more/all_tests_sequential.html: Added.
12000         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-A.js: Added.
12001         (ArgGenerators.activeTexture.generate):
12002         (ArgGenerators.activeTexture.checkArgValidity):
12003         (ArgGenerators.activeTexture.teardown):
12004         (ArgGenerators.attachShader.generate):
12005         (ArgGenerators.attachShader.checkArgValidity):
12006         (ArgGenerators.attachShader.cleanup):
12007         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B1.js: Added.
12008         (ArgGenerators.bindAttribLocation.generate):
12009         (ArgGenerators.bindAttribLocation.checkArgValidity):
12010         (ArgGenerators.bindAttribLocation.cleanup):
12011         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B2.js: Added.
12012         (ArgGenerators.bindBuffer.generate):
12013         (ArgGenerators.bindBuffer.checkArgValidity):
12014         (ArgGenerators.bindBuffer.cleanup):
12015         (ArgGenerators.bindFramebuffer.generate):
12016         (ArgGenerators.bindFramebuffer.checkArgValidity):
12017         (ArgGenerators.bindFramebuffer.cleanup):
12018         (ArgGenerators.bindRenderbuffer.generate):
12019         (ArgGenerators.bindRenderbuffer.checkArgValidity):
12020         (ArgGenerators.bindRenderbuffer.cleanup):
12021         (ArgGenerators.bindTexture.generate):
12022         (ArgGenerators.bindTexture.checkArgValidity):
12023         (ArgGenerators.bindTexture.cleanup):
12024         (ArgGenerators.blendColor.generate):
12025         (ArgGenerators.blendColor.teardown):
12026         (ArgGenerators.blendEquation.generate):
12027         (ArgGenerators.blendEquation.checkArgValidity):
12028         (ArgGenerators.blendEquation.teardown):
12029         (ArgGenerators.blendEquationSeparate.generate):
12030         (ArgGenerators.blendEquationSeparate.checkArgValidity):
12031         (ArgGenerators.blendEquationSeparate.teardown):
12032         (ArgGenerators.blendFunc.generate):
12033         (ArgGenerators.blendFunc.checkArgValidity):
12034         (ArgGenerators.blendFunc.teardown):
12035         (ArgGenerators.blendFuncSeparate.generate):
12036         (ArgGenerators.blendFuncSeparate.checkArgValidity):
12037         (ArgGenerators.blendFuncSeparate.teardown):
12038         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B3.js: Added.
12039         (ArgGenerators.bufferData.setup):
12040         (ArgGenerators.bufferData.generate):
12041         (ArgGenerators.bufferData.checkArgValidity):
12042         (ArgGenerators.bufferData.teardown):
12043         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B4.js: Added.
12044         (ArgGenerators.bufferSubData.setup):
12045         (ArgGenerators.bufferSubData.generate):
12046         (ArgGenerators.bufferSubData.checkArgValidity):
12047         (ArgGenerators.bufferSubData.teardown):
12048         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-C.js: Added.
12049         (ArgGenerators.checkFramebufferStatus.generate):
12050         (ArgGenerators.checkFramebufferStatus.checkArgValidity):
12051         (ArgGenerators.checkFramebufferStatus.cleanup):
12052         (ArgGenerators.clear.generate):
12053         (ArgGenerators.clear.checkArgValidity):
12054         (ArgGenerators.clearColor.generate):
12055         (ArgGenerators.clearColor.teardown):
12056         (ArgGenerators.clearDepth.generate):
12057         (ArgGenerators.clearDepth.teardown):
12058         (ArgGenerators.clearStencil.generate):
12059         (ArgGenerators.clearStencil.teardown):
12060         (ArgGenerators.colorMask.generate):
12061         (ArgGenerators.colorMask.teardown):
12062         (ArgGenerators.createBuffer.generate):
12063         (ArgGenerators.createBuffer.returnValueCleanup):
12064         (ArgGenerators.createFramebuffer.generate):
12065         (ArgGenerators.createFramebuffer.returnValueCleanup):
12066         (ArgGenerators.createProgram.generate):
12067         (ArgGenerators.createProgram.returnValueCleanup):
12068         (ArgGenerators.createRenderbuffer.generate):
12069         (ArgGenerators.createRenderbuffer.returnValueCleanup):
12070         (ArgGenerators.createShader.generate):
12071         (ArgGenerators.createShader.checkArgValidity):
12072         (ArgGenerators.createShader.returnValueCleanup):
12073         (ArgGenerators.createTexture.generate):
12074         (ArgGenerators.createTexture.returnValueCleanup):
12075         (ArgGenerators.cullFace.generate):
12076         (ArgGenerators.cullFace.checkArgValidity):
12077         (ArgGenerators.cullFace.teardown):
12078         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-D_G.js: Added.
12079         (ArgGenerators.deleteBuffer.generate):
12080         (ArgGenerators.deleteBuffer.checkArgValidity):
12081         (ArgGenerators.deleteBuffer.cleanup):
12082         (ArgGenerators.deleteFramebuffer.generate):
12083         (ArgGenerators.deleteFramebuffer.checkArgValidity):
12084         (ArgGenerators.deleteFramebuffer.cleanup):
12085         (ArgGenerators.deleteProgram.generate):
12086         (ArgGenerators.deleteProgram.checkArgValidity):
12087         (ArgGenerators.deleteProgram.cleanup):
12088         (ArgGenerators.deleteRenderbuffer.generate):
12089         (ArgGenerators.deleteRenderbuffer.checkArgValidity):
12090         (ArgGenerators.deleteRenderbuffer.cleanup):
12091         (ArgGenerators.deleteShader.generate):
12092         (ArgGenerators.deleteShader.checkArgValidity):
12093         (ArgGenerators.deleteShader.cleanup):
12094         (ArgGenerators.deleteTexture.generate):
12095         (ArgGenerators.deleteTexture.checkArgValidity):
12096         (ArgGenerators.deleteTexture.cleanup):
12097         (ArgGenerators.depthFunc.generate):
12098         (ArgGenerators.depthFunc.checkArgValidity):
12099         (ArgGenerators.depthFunc.teardown):
12100         (ArgGenerators.depthMask.generate):
12101         (ArgGenerators.depthMask.teardown):
12102         (ArgGenerators.depthRange.generate):
12103         (ArgGenerators.depthRange.teardown):
12104         (ArgGenerators.detachShader.generate):
12105         (ArgGenerators.detachShader.checkArgValidity):
12106         (ArgGenerators.detachShader.cleanup):
12107         (ArgGenerators.disable.generate):
12108         (ArgGenerators.disable.checkArgValidity):
12109         (ArgGenerators.disable.cleanup):
12110         (ArgGenerators.disableVertexAttribArray.generate):
12111         (ArgGenerators.disableVertexAttribArray.checkArgValidity):
12112         (ArgGenerators.enable.generate):
12113         (ArgGenerators.enable.checkArgValidity):
12114         (ArgGenerators.enable.cleanup):
12115         (ArgGenerators.enableVertexAttribArray.generate):
12116         (ArgGenerators.enableVertexAttribArray.checkArgValidity):
12117         (ArgGenerators.enableVertexAttribArray.cleanup):
12118         (ArgGenerators.finish.generate):
12119         (ArgGenerators.flush.generate):
12120         (ArgGenerators.frontFace.generate):
12121         (ArgGenerators.frontFace.checkArgValidity):
12122         (ArgGenerators.frontFace.cleanup):
12123         (ArgGenerators.generateMipmap.setup):
12124         (ArgGenerators.generateMipmap.generate):
12125         (ArgGenerators.generateMipmap.checkArgValidity):
12126         (ArgGenerators.generateMipmap.teardown):
12127         (ArgGenerators.getAttachedShaders.setup):
12128         (ArgGenerators.getAttachedShaders.generate):
12129         (ArgGenerators.getAttachedShaders.checkArgValidity):
12130         (ArgGenerators.getAttachedShaders.teardown):
12131         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-G_I.js: Added.
12132         (ArgGenerators.getAttribLocation.generate):
12133         (ArgGenerators.getAttribLocation.checkArgValidity):
12134         (ArgGenerators.getAttribLocation.cleanup):
12135         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-L_S.js: Added.
12136         (ArgGenerators.lineWidth.generate):
12137         (ArgGenerators.lineWidth.teardown):
12138         (ArgGenerators.pixelStorei.generate):
12139         (ArgGenerators.pixelStorei.checkArgValidity):
12140         (ArgGenerators.pixelStorei.teardown):
12141         (ArgGenerators.polygonOffset.generate):
12142         (ArgGenerators.polygonOffset.teardown):
12143         (ArgGenerators.sampleCoverage.generate):
12144         (ArgGenerators.sampleCoverage.teardown):
12145         (ArgGenerators.scissor.generate):
12146         (ArgGenerators.scissor.checkArgValidity):
12147         (ArgGenerators.scissor.teardown):
12148         (ArgGenerators.stencilFunc.generate):
12149         (ArgGenerators.stencilFunc.checkArgValidity):
12150         (ArgGenerators.stencilFunc.teardown):
12151         (ArgGenerators.stencilFuncSeparate.generate):
12152         (ArgGenerators.stencilFuncSeparate.checkArgValidity):
12153         (ArgGenerators.stencilFuncSeparate.teardown):
12154         (ArgGenerators.stencilMask.generate):
12155         (ArgGenerators.stencilMask.teardown):
12156         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-S_V.js: Added.
12157         (ArgGenerators.stencilMaskSeparate.generate):
12158         (ArgGenerators.stencilMaskSeparate.checkArgValidity):
12159         (ArgGenerators.stencilMaskSeparate.teardown):
12160         (ArgGenerators.stencilOp.generate):
12161         (ArgGenerators.stencilOp.checkArgValidity):
12162         (ArgGenerators.stencilOp.teardown):
12163         (ArgGenerators.stencilOpSeparate.generate):
12164         (ArgGenerators.stencilOpSeparate.checkArgValidity):
12165         (ArgGenerators.stencilOpSeparate.teardown):
12166         (ArgGenerators.texImage2D.setup):
12167         (ArgGenerators.texImage2D.generate):
12168         (ArgGenerators.texImage2D.checkArgValidity):
12169         (ArgGenerators.texImage2D.teardown):
12170         (ArgGenerators.texParameterf.generate):
12171         (ArgGenerators.texParameterf.checkArgValidity):
12172         (ArgGenerators.texParameteri.generate):
12173         (ArgGenerators.texParameteri.checkArgValidity):
12174         (ArgGenerators.viewport.generate):
12175         (ArgGenerators.viewport.checkArgValidity):
12176         (ArgGenerators.viewport.teardown):
12177         * webgl/resources/webgl_test_files/conformance/more/conformance/badArgsArityLessThanArgc.html: Added.
12178         * webgl/resources/webgl_test_files/conformance/more/conformance/constants.html: Added.
12179         * webgl/resources/webgl_test_files/conformance/more/conformance/fuzzTheAPI.html: Added.
12180         * webgl/resources/webgl_test_files/conformance/more/conformance/getContext.html: Added.
12181         * webgl/resources/webgl_test_files/conformance/more/conformance/methods.html: Added.
12182         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI.js: Added.
12183         (Array.from):
12184         (Array.prototype.has):
12185         (Array.prototype.random):
12186         (castToInt):
12187         (constCheck.a.has):
12188         (constCheck):
12189         (isBufferData):
12190         (isVertexAttribute):
12191         (isValidName):
12192         (randomWebGLArray):
12193         (randomArrayBuffer):
12194         (randomBufferData):
12195         (randomSmallWebGLArray):
12196         (randomBufferSubData):
12197         (randomColor):
12198         (randomName):
12199         (randomVertexAttribute):
12200         (randomBool):
12201         (randomStencil):
12202         (randomLineWidth):
12203         (randomImage):
12204         (mutateArgs):
12205         (argGeneratorTestRunner):
12206         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPIBadArgs.html: Added.
12207         * webgl/resources/webgl_test_files/conformance/more/conformance/webGLArrays.html: Added.
12208         * webgl/resources/webgl_test_files/conformance/more/demos/opengl_web.html: Added.
12209         * webgl/resources/webgl_test_files/conformance/more/demos/video.html: Added.
12210         * webgl/resources/webgl_test_files/conformance/more/functions/bindBuffer.html: Added.
12211         * webgl/resources/webgl_test_files/conformance/more/functions/bindBufferBadArgs.html: Added.
12212         * webgl/resources/webgl_test_files/conformance/more/functions/bindFramebufferLeaveNonZero.html: Added.
12213         * webgl/resources/webgl_test_files/conformance/more/functions/bufferData.html: Added.
12214         * webgl/resources/webgl_test_files/conformance/more/functions/bufferSubData.html: Added.
12215         * webgl/resources/webgl_test_files/conformance/more/functions/bufferSubDataBadArgs.html: Added.
12216         * webgl/resources/webgl_test_files/conformance/more/functions/isTests.html: Added.
12217         * webgl/resources/webgl_test_files/conformance/more/functions/isTestsBadArgs.html: Added.
12218         * webgl/resources/webgl_test_files/conformance/more/functions/readPixels.html: Added.
12219         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2D.html: Added.
12220         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTMLBadArgs.html: Added.
12221         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2D.html: Added.
12222         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Added.
12223         * webgl/resources/webgl_test_files/conformance/more/functions/uniformMatrix.html: Added.
12224         * webgl/resources/webgl_test_files/conformance/more/functions/uniformMatrixBadArgs.html: Added.
12225         * webgl/resources/webgl_test_files/conformance/more/functions/uniformf.html: Added.
12226         * webgl/resources/webgl_test_files/conformance/more/functions/uniformfArrayLen1.html: Added.
12227         * webgl/resources/webgl_test_files/conformance/more/functions/uniformfBadArgs.html: Added.
12228         * webgl/resources/webgl_test_files/conformance/more/functions/uniformi.html: Added.
12229         * webgl/resources/webgl_test_files/conformance/more/functions/uniformiBadArgs.html: Added.
12230         * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttrib.html: Added.
12231         * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribBadArgs.html: Added.
12232         * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribPointer.html: Added.
12233         * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribPointerBadArgs.html: Added.
12234         * webgl/resources/webgl_test_files/conformance/more/glsl/arrayOutOfBounds.html: Added.
12235         * webgl/resources/webgl_test_files/conformance/more/glsl/longLoops.html: Added.
12236         * webgl/resources/webgl_test_files/conformance/more/glsl/uniformOutOfBounds.html: Added.
12237         * webgl/resources/webgl_test_files/conformance/more/glsl/unusedAttribsUniforms.html: Added.
12238         * webgl/resources/webgl_test_files/conformance/more/index.html: Added.
12239         * webgl/resources/webgl_test_files/conformance/more/performance/CPUvsGPU.html: Added.
12240         * webgl/resources/webgl_test_files/conformance/more/performance/bandwidth.html: Added.
12241         * webgl/resources/webgl_test_files/conformance/more/performance/jsGCPause.html: Added.
12242         * webgl/resources/webgl_test_files/conformance/more/performance/jsMatrixMult.html: Added.
12243         * webgl/resources/webgl_test_files/conformance/more/performance/jsToGLOverhead.html: Added.
12244         * webgl/resources/webgl_test_files/conformance/more/unit.css: Added.
12245         (.ok):
12246         (.fail):
12247         (canvas):
12248         (#test-status):
12249         (#test-log):
12250         (#test-log > div):
12251         (#test-log h2):
12252         (#test-log h3):
12253         (#test-log p):
12254         * webgl/resources/webgl_test_files/conformance/more/unit.js: Added.
12255         (.window.console.log):
12256         (.window.console.error):
12257         (Tests.startUnit):
12258         (Tests.setup):
12259         (Tests.teardown):
12260         (Tests.endUnit):
12261         (.):
12262         (Object.toSource):
12263         * webgl/resources/webgl_test_files/conformance/more/util.js: Added.
12264         (loadTexture):
12265         (getShader):
12266         (loadShaderArray):
12267         (loadShader):
12268         (getGLErrorAsString):
12269         (checkError):
12270         (throwError):
12271         (Math.cot):
12272         (Matrix.newIdentity):
12273         (Matrix.newIdentity3x3):
12274         (Matrix.copyMatrix):
12275         (Matrix.to3x3):
12276         (Matrix.inverseON):
12277         (Matrix.inverseTo3x3):
12278         (Matrix.inverseTo3x3InPlace):
12279         (Matrix.inverse3x3):
12280         (Matrix.inverse3x3InPlace):
12281         (Matrix.frustum):
12282         (Matrix.perspective):
12283         (Matrix.mul4x4):
12284         (Matrix.mul4x4InPlace):
12285         (Matrix.mulv4):
12286         (Matrix.rotate):
12287         (Matrix.rotateInPlace):
12288         (Matrix.scale):
12289         (Matrix.scale3):
12290         (Matrix.scale1):
12291         (Matrix.scale3InPlace):
12292         (Matrix.scale1InPlace):
12293         (Matrix.scaleInPlace):
12294         (Matrix.translate3):
12295         (Matrix.translate):
12296         (Matrix.translate3InPlace):
12297         (Matrix.translateInPlace):
12298         (Matrix.lookAt):
12299         (Matrix.transpose4x4):
12300         (Matrix.transpose4x4InPlace):
12301         (Matrix.transpose3x3):
12302         (Matrix.transpose3x3InPlace):
12303         (Vec3.make):
12304         (Vec3.copy):
12305         (Vec3.add):
12306         (Vec3.sub):
12307         (Vec3.negate):
12308         (Vec3.direction):
12309         (Vec3.normalizeInPlace):
12310         (Vec3.normalize):
12311         (Vec3.scale):
12312         (Vec3.dot):
12313         (Vec3.inner):
12314         (Vec3.cross):
12315         (Shader):
12316         (Shader.prototype.destroy):
12317         (Shader.prototype.compile):
12318         (Shader.prototype.use):
12319         (Shader.prototype.uniform1fv):
12320         (Shader.prototype.uniform2fv):
12321         (Shader.prototype.uniform3fv):
12322         (Shader.prototype.uniform4fv):
12323         (Shader.prototype.uniform1f):
12324         (Shader.prototype.uniform2f):
12325         (Shader.prototype.uniform3f):
12326         (Shader.prototype.uniform4f):
12327         (Shader.prototype.uniform1iv):
12328         (Shader.prototype.uniform2iv):
12329         (Shader.prototype.uniform3iv):
12330         (Shader.prototype.uniform4iv):
12331         (Shader.prototype.uniform1i):
12332         (Shader.prototype.uniform2i):
12333         (Shader.prototype.uniform3i):
12334         (Shader.prototype.uniform4i):
12335         (Shader.prototype.uniformMatrix4fv):
12336         (Shader.prototype.uniformMatrix3fv):
12337         (Shader.prototype.uniformMatrix2fv):
12338         (Shader.prototype.attrib):
12339         (Shader.prototype.uniform):
12340         (Filter):
12341         (Filter.prototype.apply):
12342         (VBO):
12343         (VBO.prototype.setData):
12344         (VBO.prototype.destroy):
12345         (VBO.prototype.init):
12346         (VBO.prototype.use):
12347         (VBO.prototype.draw):
12348         (FBO):
12349         (FBO.prototype.destroy):
12350         (FBO.prototype.init):
12351         (FBO.prototype.getTempCanvas):
12352         (FBO.prototype.use):
12353         (GLError):
12354         (makeGLErrorWrapper):
12355         (wrapGLContext.wrap.getError):
12356         (getGLContext):
12357         (assertSomeGLError):
12358         (assertThrowNoGLError):
12359         (Quad.makeVBO):
12360         (.gl):
12361         (Quad.getCachedVBO):
12362         (deleteShader):
12363         (Cube.create):
12364         (Cube.makeVBO):
12365         (Cube.getCachedVBO):
12366         (Sphere.create.vert):
12367         (Sphere.create):
12368         (initGL_CONTEXT_ID):
12369
12370 2013-02-06  Gregg Tavares  <gman@chromium.org>
12371
12372         Add the WebGL Conformance Tests extensions folder.
12373         https://bugs.webkit.org/show_bug.cgi?id=109117
12374
12375         Reviewed by Kenneth Russell.
12376
12377         * webgl/conformance/extensions/ext-texture-filter-anisotropic-expected.txt: Added.
12378         * webgl/conformance/extensions/ext-texture-filter-anisotropic.html: Added.
12379         * webgl/conformance/extensions/get-extension-expected.txt: Added.
12380         * webgl/conformance/extensions/get-extension.html: Added.
12381         * webgl/conformance/extensions/oes-element-index-uint-expected.txt: Added.
12382         * webgl/conformance/extensions/oes-element-index-uint.html: Added.
12383         * webgl/conformance/extensions/oes-standard-derivatives-expected.txt: Added.
12384         * webgl/conformance/extensions/oes-standard-derivatives.html: Added.
12385         * webgl/conformance/extensions/oes-texture-float-expected.txt: Added.
12386         * webgl/conformance/extensions/oes-texture-float-with-canvas-expected.txt: Added.
12387         * webgl/conformance/extensions/oes-texture-float-with-canvas.html: Added.
12388         * webgl/conformance/extensions/oes-texture-float-with-image-data-expected.txt: Added.
12389         * webgl/conformance/extensions/oes-texture-float-with-image-data.html: Added.
12390         * webgl/conformance/extensions/oes-texture-float-with-image-expected.txt: Added.
12391         * webgl/conformance/extensions/oes-texture-float-with-image.html: Added.
12392         * webgl/conformance/extensions/oes-texture-float-with-video-expected.txt: Added.
12393         * webgl/conformance/extensions/oes-texture-float-with-video.html: Added.
12394         * webgl/conformance/extensions/oes-texture-float.html: Added.
12395         * webgl/conformance/extensions/oes-vertex-array-object-expected.txt: Added.
12396         * webgl/conformance/extensions/oes-vertex-array-object.html: Added.
12397         * webgl/conformance/extensions/webgl-compressed-texture-s3tc-expected.txt: Added.
12398         * webgl/conformance/extensions/webgl-compressed-texture-s3tc.html: Added.
12399         * webgl/conformance/extensions/webgl-debug-renderer-info-expected.txt: Added.
12400         * webgl/conformance/extensions/webgl-debug-renderer-info.html: Added.
12401         * webgl/conformance/extensions/webgl-debug-shaders-expected.txt: Added.
12402         * webgl/conformance/extensions/webgl-debug-shaders.html: Added.
12403         * webgl/conformance/extensions/webgl-depth-texture-expected.txt: Added.
12404         * webgl/conformance/extensions/webgl-depth-texture.html: Added.
12405         * webgl/resources/webgl_test_files/conformance/extensions/00_test_list.txt: Added.
12406         * webgl/resources/webgl_test_files/conformance/extensions/ext-texture-filter-anisotropic.html: Added.
12407         * webgl/resources/webgl_test_files/conformance/extensions/get-extension.html: Added.
12408         * webgl/resources/webgl_test_files/conformance/extensions/oes-element-index-uint.html: Added.
12409         * webgl/resources/webgl_test_files/conformance/extensions/oes-standard-derivatives.html: Added.
12410         * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-canvas.html: Added.
12411         * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-image-data.html: Added.
12412         * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-image.html: Added.
12413         * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-video.html: Added.
12414         * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float.html: Added.
12415         * webgl/resources/webgl_test_files/conformance/extensions/oes-vertex-array-object.html: Added.
12416         * webgl/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-s3tc.html: Added.
12417         * webgl/resources/webgl_test_files/conformance/extensions/webgl-debug-renderer-info.html: Added.
12418         * webgl/resources/webgl_test_files/conformance/extensions/webgl-debug-shaders.html: Added.
12419         * webgl/resources/webgl_test_files/conformance/extensions/webgl-depth-texture.html: Added.
12420
12421 2013-02-13  Christophe Dumez  <ch.dumez@sisa.samsung.com>
12422
12423         Unreviewed EFL gardening.
12424
12425         Mark new WebGL conformance tests added in r142847 as failing for
12426         EFL WK2.
12427
12428         * platform/efl-wk2/TestExpectations:
12429
12430 2013-02-06  Gregg Tavares  <gman@chromium.org>
12431
12432         Add the WebGL Conformance Tests ogles folder.
12433         https://bugs.webkit.org/show_bug.cgi?id=109116
12434
12435         Reviewed by Kenneth Russell.
12436
12437         * webgl/conformance/ogles/GL/abs/abs_001_to_006-expected.txt: Added.
12438         * webgl/conformance/ogles/GL/abs/abs_001_to_006.html: Added.
12439         * webgl/conformance/ogles/GL/all/all_001_to_004-expected.txt: Added.
12440         * webgl/conformance/ogles/GL/all/all_001_to_004.html: Added.
12441         * webgl/conformance/ogles/GL/any/any_001_to_004-expected.txt: Added.
12442         * webgl/conformance/ogles/GL/any/any_001_to_004.html: Added.
12443         * webgl/conformance/ogles/GL/array/array_001_to_006-expected.txt: Added.
12444         * webgl/conformance/ogles/GL/array/array_001_to_006.html: Added.
12445         * webgl/conformance/ogles/GL/atan/atan_009_to_012-expected.txt: Added.
12446         * webgl/conformance/ogles/GL/atan/atan_009_to_012.html: Added.
12447         * webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008-expected.txt: Added.
12448         * webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Added.
12449         * webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016-expected.txt: Added.
12450         * webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Added.
12451         * webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002-expected.txt: Added.
12452         * webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Added.
12453         * webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001-expected.txt: Added.
12454         * webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html: Added.
12455         * webgl/conformance/ogles/GL/ceil/ceil_001_to_006-expected.txt: Added.
12456         * webgl/conformance/ogles/GL/ceil/ceil_001_to_006.html: Added.
12457         * webgl/conformance/ogles/GL/clamp/clamp_001_to_006-expected.txt: Added.
12458         * webgl/conformance/ogles/GL/clamp/clamp_001_to_006.html: Added.
12459         * webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010-expected.txt: Added.
12460         * webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Added.
12461         * webgl/conformance/ogles/GL/cos/cos_001_to_006-expected.txt: Added.
12462         * webgl/conformance/ogles/GL/cos/cos_001_to_006.html: Added.
12463         * webgl/conformance/ogles/GL/cross/cross_001_to_002-expected.txt: Added.
12464         * webgl/conformance/ogles/GL/cross/cross_001_to_002.html: Added.
12465         * webgl/conformance/ogles/GL/default/default_001_to_001-expected.txt: Added.
12466         * webgl/conformance/ogles/GL/default/default_001_to_001.html: Added.
12467         * webgl/conformance/ogles/GL/degrees/degrees_001_to_006-expected.txt: Added.
12468         * webgl/conformance/ogles/GL/degrees/degrees_001_to_006.html: Added.
12469         * webgl/conformance/ogles/GL/discard/discard_001_to_002-expected.txt: Added.
12470         * webgl/conformance/ogles/GL/discard/discard_001_to_002.html: Added.
12471         * webgl/conformance/ogles/GL/distance/distance_001_to_006-expected.txt: Added.
12472         * webgl/conformance/ogles/GL/distance/distance_001_to_006.html: Added.
12473         * webgl/conformance/ogles/GL/dot/dot_001_to_006-expected.txt: Added.
12474         * webgl/conformance/ogles/GL/dot/dot_001_to_006.html: Added.
12475         * webgl/conformance/ogles/GL/equal/equal_001_to_008-expected.txt: Added.
12476         * webgl/conformance/ogles/GL/equal/equal_001_to_008.html: Added.
12477         * webgl/conformance/ogles/GL/equal/equal_009_to_012-expected.txt: Added.
12478         * webgl/conformance/ogles/GL/equal/equal_009_to_012.html: Added.
12479         * webgl/conformance/ogles/GL/exp/exp_001_to_008-expected.txt: Added.
12480         * webgl/conformance/ogles/GL/exp/exp_001_to_008.html: Added.
12481         * webgl/conformance/ogles/GL/exp/exp_009_to_012-expected.txt: Added.
12482         * webgl/conformance/ogles/GL/exp/exp_009_to_012.html: Added.
12483         * webgl/conformance/ogles/GL/exp2/exp2_001_to_008-expected.txt: Added.
12484         * webgl/conformance/ogles/GL/exp2/exp2_001_to_008.html: Added.
12485         * webgl/conformance/ogles/GL/exp2/exp2_009_to_012-expected.txt: Added.
12486         * webgl/conformance/ogles/GL/exp2/exp2_009_to_012.html: Added.
12487         * webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006-expected.txt: Added.
12488         * webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Added.
12489         * webgl/conformance/ogles/GL/floor/floor_001_to_006-expected.txt: Added.
12490         * webgl/conformance/ogles/GL/floor/floor_001_to_006.html: Added.
12491         * webgl/conformance/ogles/GL/fract/fract_001_to_006-expected.txt: Added.
12492         * webgl/conformance/ogles/GL/fract/fract_001_to_006.html: Added.
12493         * webgl/conformance/ogles/GL/functions/functions_001_to_008-expected.txt: Added.
12494         * webgl/conformance/ogles/GL/functions/functions_001_to_008.html: Added.
12495         * webgl/conformance/ogles/GL/functions/functions_009_to_016-expected.txt: Added.
12496         * webgl/conformance/ogles/GL/functions/functions_009_to_016.html: Added.
12497         * webgl/conformance/ogles/GL/functions/functions_017_to_024-expected.txt: Added.
12498         * webgl/conformance/ogles/GL/functions/functions_017_to_024.html: Added.
12499         * webgl/conformance/ogles/GL/functions/functions_025_to_032-expected.txt: Added.
12500         * webgl/conformance/ogles/GL/functions/functions_025_to_032.html: Added.
12501         * webgl/conformance/ogles/GL/functions/functions_033_to_040-expected.txt: Added.
12502         * webgl/conformance/ogles/GL/functions/functions_033_to_040.html: Added.
12503         * webgl/conformance/ogles/GL/functions/functions_041_to_048-expected.txt: Added.
12504         * webgl/conformance/ogles/GL/functions/functions_041_to_048.html: Added.
12505         * webgl/conformance/ogles/GL/functions/functions_049_to_056-expected.txt: Added.
12506         * webgl/conformance/ogles/GL/functions/functions_049_to_056.html: Added.
12507         * webgl/conformance/ogles/GL/functions/functions_057_to_064-expected.txt: Added.
12508         * webgl/conformance/ogles/GL/functions/functions_057_to_064.html: Added.
12509         * webgl/conformance/ogles/GL/functions/functions_065_to_072-expected.txt: Added.
12510         * webgl/conformance/ogles/GL/functions/functions_065_to_072.html: Added.
12511         * webgl/conformance/ogles/GL/functions/functions_073_to_080-expected.txt: Added.
12512         * webgl/conformance/ogles/GL/functions/functions_073_to_080.html: Added.
12513         * webgl/conformance/ogles/GL/functions/functions_081_to_088-expected.txt: Added.
12514         * webgl/conformance/ogles/GL/functions/functions_081_to_088.html: Added.
12515         * webgl/conformance/ogles/GL/functions/functions_089_to_096-expected.txt: Added.
12516         * webgl/conformance/ogles/GL/functions/functions_089_to_096.html: Added.
12517         * webgl/conformance/ogles/GL/functions/functions_097_to_104-expected.txt: Added.
12518         * webgl/conformance/ogles/GL/functions/functions_097_to_104.html: Added.
12519         * webgl/conformance/ogles/GL/functions/functions_105_to_112-expected.txt: Added.
12520         * webgl/conformance/ogles/GL/functions/functions_105_to_112.html: Added.
12521         * webgl/conformance/ogles/GL/functions/functions_113_to_120-expected.txt: Added.
12522         * webgl/conformance/ogles/GL/functions/functions_113_to_120.html: Added.
12523         * webgl/conformance/ogles/GL/functions/functions_121_to_126-expected.txt: Added.
12524         * webgl/conformance/ogles/GL/functions/functions_121_to_126.html: Added.
12525         * webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003-expected.txt: Added.
12526         * webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Added.
12527         * webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001-expected.txt: Added.
12528         * webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Added.
12529         * webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008-expected.txt: Added.
12530         * webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Added.
12531         * webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008-expected.txt: Added.
12532         * webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Added.
12533         * webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006-expected.txt: Added.
12534         * webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Added.
12535         * webgl/conformance/ogles/GL/length/length_001_to_006-expected.txt: Added.
12536         * webgl/conformance/ogles/GL/length/length_001_to_006.html: Added.
12537         * webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008-expected.txt: Added.
12538         * webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Added.
12539         * webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008-expected.txt: Added.
12540         * webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Added.
12541         * webgl/conformance/ogles/GL/log/log_009_to_012-expected.txt: Added.
12542         * webgl/conformance/ogles/GL/log/log_009_to_012.html: Added.
12543         * webgl/conformance/ogles/GL/log2/log2_009_to_012-expected.txt: Added.
12544         * webgl/conformance/ogles/GL/log2/log2_009_to_012.html: Added.
12545         * webgl/conformance/ogles/GL/mat/mat_001_to_008-expected.txt: Added.
12546         * webgl/conformance/ogles/GL/mat/mat_001_to_008.html: Added.
12547         * webgl/conformance/ogles/GL/mat/mat_009_to_016-expected.txt: Added.
12548         * webgl/conformance/ogles/GL/mat/mat_009_to_016.html: Added.
12549         * webgl/conformance/ogles/GL/mat/mat_017_to_024-expected.txt: Added.
12550         * webgl/conformance/ogles/GL/mat/mat_017_to_024.html: Added.
12551         * webgl/conformance/ogles/GL/mat/mat_025_to_032-expected.txt: Added.
12552         * webgl/conformance/ogles/GL/mat/mat_025_to_032.html: Added.
12553         * webgl/conformance/ogles/GL/mat/mat_033_to_040-expected.txt: Added.
12554         * webgl/conformance/ogles/GL/mat/mat_033_to_040.html: Added.
12555         * webgl/conformance/ogles/GL/mat/mat_041_to_046-expected.txt: Added.
12556         * webgl/conformance/ogles/GL/mat/mat_041_to_046.html: Added.
12557         * webgl/conformance/ogles/GL/mat3/mat3_001_to_006-expected.txt: Added.
12558         * webgl/conformance/ogles/GL/mat3/mat3_001_to_006.html: Added.
12559         * webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004-expected.txt: Added.
12560         * webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Added.
12561         * webgl/conformance/ogles/GL/max/max_001_to_006-expected.txt: Added.
12562         * webgl/conformance/ogles/GL/max/max_001_to_006.html: Added.
12563         * webgl/conformance/ogles/GL/min/min_001_to_006-expected.txt: Added.
12564         * webgl/conformance/ogles/GL/min/min_001_to_006.html: Added.
12565         * webgl/conformance/ogles/GL/mix/mix_001_to_006-expected.txt: Added.
12566         * webgl/conformance/ogles/GL/mix/mix_001_to_006.html: Added.
12567         * webgl/conformance/ogles/GL/mod/mod_001_to_008-expected.txt: Added.
12568         * webgl/conformance/ogles/GL/mod/mod_001_to_008.html: Added.
12569         * webgl/conformance/ogles/GL/normalize/normalize_001_to_006-expected.txt: Added.
12570         * webgl/conformance/ogles/GL/normalize/normalize_001_to_006.html: Added.
12571         * webgl/conformance/ogles/GL/not/not_001_to_004-expected.txt: Added.
12572         * webgl/conformance/ogles/GL/not/not_001_to_004.html: Added.
12573         * webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008-expected.txt: Added.
12574         * webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Added.
12575         * webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012-expected.txt: Added.
12576         * webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Added.
12577         * webgl/conformance/ogles/GL/operators/operators_001_to_008-expected.txt: Added.
12578         * webgl/conformance/ogles/GL/operators/operators_001_to_008.html: Added.
12579         * webgl/conformance/ogles/GL/operators/operators_009_to_016-expected.txt: Added.
12580         * webgl/conformance/ogles/GL/operators/operators_009_to_016.html: Added.
12581         * webgl/conformance/ogles/GL/operators/operators_017_to_024-expected.txt: Added.
12582         * webgl/conformance/ogles/GL/operators/operators_017_to_024.html: Added.
12583         * webgl/conformance/ogles/GL/operators/operators_025_to_026-expected.txt: Added.
12584         * webgl/conformance/ogles/GL/operators/operators_025_to_026.html: Added.
12585         * webgl/conformance/ogles/GL/pow/pow_001_to_008-expected.txt: Added.
12586         * webgl/conformance/ogles/GL/pow/pow_001_to_008.html: Added.
12587         * webgl/conformance/ogles/GL/pow/pow_009_to_016-expected.txt: Added.
12588         * webgl/conformance/ogles/GL/pow/pow_009_to_016.html: Added.
12589         * webgl/conformance/ogles/GL/pow/pow_017_to_024-expected.txt: Added.
12590         * webgl/conformance/ogles/GL/pow/pow_017_to_024.html: Added.
12591         * webgl/conformance/ogles/GL/radians/radians_001_to_006-expected.txt: Added.
12592         * webgl/conformance/ogles/GL/radians/radians_001_to_006.html: Added.
12593         * webgl/conformance/ogles/GL/reflect/reflect_001_to_006-expected.txt: Added.
12594         * webgl/conformance/ogles/GL/reflect/reflect_001_to_006.html: Added.
12595         * webgl/conformance/ogles/GL/refract/refract_001_to_006-expected.txt: Added.
12596         * webgl/conformance/ogles/GL/refract/refract_001_to_006.html: Added.
12597         * webgl/conformance/ogles/GL/sign/sign_001_to_006-expected.txt: Added.
12598         * webgl/conformance/ogles/GL/sign/sign_001_to_006.html: Added.
12599         * webgl/conformance/ogles/GL/sin/sin_001_to_006-expected.txt: Added.
12600         * webgl/conformance/ogles/GL/sin/sin_001_to_006.html: Added.
12601         * webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006-expected.txt: Added.
12602         * webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Added.
12603         * webgl/conformance/ogles/GL/step/step_001_to_006-expected.txt: Added.
12604         * webgl/conformance/ogles/GL/step/step_001_to_006.html: Added.
12605         * webgl/conformance/ogles/GL/struct/struct_001_to_008-expected.txt: Added.
12606         * webgl/conformance/ogles/GL/struct/struct_001_to_008.html: Added.
12607         * webgl/conformance/ogles/GL/struct/struct_009_to_016-expected.txt: Added.
12608         * webgl/conformance/ogles/GL/struct/struct_009_to_016.html: Added.
12609         * webgl/conformance/ogles/GL/struct/struct_017_to_024-expected.txt: Added.
12610         * webgl/conformance/ogles/GL/struct/struct_017_to_024.html: Added.
12611         * webgl/conformance/ogles/GL/struct/struct_025_to_032-expected.txt: Added.
12612         * webgl/conformance/ogles/GL/struct/struct_025_to_032.html: Added.
12613         * webgl/conformance/ogles/GL/struct/struct_033_to_040-expected.txt: Added.
12614         * webgl/conformance/ogles/GL/struct/struct_033_to_040.html: Added.
12615         * webgl/conformance/ogles/GL/struct/struct_041_to_048-expected.txt: Added.
12616         * webgl/conformance/ogles/GL/struct/struct_041_to_048.html: Added.
12617         * webgl/conformance/ogles/GL/struct/struct_049_to_056-expected.txt: Added.
12618         * webgl/conformance/ogles/GL/struct/struct_049_to_056.html: Added.
12619         * webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008-expected.txt: Added.
12620         * webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Added.
12621         * webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016-expected.txt: Added.
12622         * webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Added.
12623         * webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024-expected.txt: Added.
12624         * webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Added.
12625         * webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032-expected.txt: Added.
12626         * webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Added.
12627         * webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040-expected.txt: Added.
12628         * webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Added.
12629         * webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048-expected.txt: Added.
12630         * webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Added.
12631         * webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056-expected.txt: Added.
12632         * webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Added.
12633         * webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064-expected.txt: Added.
12634         * webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Added.
12635         * webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072-expected.txt: Added.
12636         * webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Added.
12637         * webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080-expected.txt: Added.
12638         * webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Added.
12639         * webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088-expected.txt: Added.
12640         * webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Added.
12641         * webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096-expected.txt: Added.
12642         * webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Added.
12643         * webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104-expected.txt: Added.
12644         * webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Added.
12645         * webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112-expected.txt: Added.
12646         * webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Added.
12647         * webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120-expected.txt: Added.
12648         * webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Added.
12649         * webgl/conformance/ogles/GL/tan/tan_001_to_006-expected.txt: Added.
12650         * webgl/conformance/ogles/GL/tan/tan_001_to_006.html: Added.
12651         * webgl/conformance/ogles/GL/vec/vec_001_to_008-expected.txt: Added.
12652         * webgl/conformance/ogles/GL/vec/vec_001_to_008.html: Added.
12653         * webgl/conformance/ogles/GL/vec/vec_009_to_016-expected.txt: Added.
12654         * webgl/conformance/ogles/GL/vec/vec_009_to_016.html: Added.
12655         * webgl/conformance/ogles/GL/vec/vec_017_to_018-expected.txt: Added.
12656         * webgl/conformance/ogles/GL/vec/vec_017_to_018.html: Added.
12657         * webgl/conformance/ogles/GL/vec3/vec3_001_to_008-expected.txt: Added.
12658         * webgl/conformance/ogles/GL/vec3/vec3_001_to_008.html: Added.
12659         * webgl/resources/webgl_test_files/conformance/ogles/00_test_list.txt: Added.
12660         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_001_to_006.html: Added.
12661         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/input.run.txt: Added.
12662         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/input.run.txt: Added.
12663         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_001_to_004.html: Added.
12664         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/input.run.txt: Added.
12665         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_001_to_004.html: Added.
12666         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/input.run.txt: Added.
12667         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/array_001_to_006.html: Added.
12668         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/input.run.txt: Added.
12669         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/input.run.txt: Added.
12670         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_009_to_012.html: Added.
12671         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/input.run.txt: Added.
12672         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Added.
12673         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Added.
12674         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/input.run.txt: Added.
12675         * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Added.
12676         * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/input.run.txt: Added.
12677         * 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.
12678         * webgl/resources/webgl_test_files/conformance/ogles/GL/built_in_varying_array_out_of_bounds/input.run.txt: Added.
12679         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_001_to_006.html: Added.
12680         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/input.run.txt: Added.
12681         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_001_to_006.html: Added.
12682         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/input.run.txt: Added.
12683         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Added.
12684         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/input.run.txt: Added.
12685         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_001_to_006.html: Added.
12686         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/input.run.txt: Added.
12687         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_001_to_002.html: Added.
12688         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/input.run.txt: Added.
12689         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_001_to_001.html: Added.
12690         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/input.run.txt: Added.
12691         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_001_to_006.html: Added.
12692         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/input.run.txt: Added.
12693         * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_001_to_002.html: Added.
12694         * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/input.run.txt: Added.
12695         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_001_to_006.html: Added.
12696         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/input.run.txt: Added.
12697         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_001_to_006.html: Added.
12698         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/input.run.txt: Added.
12699         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_001_to_008.html: Added.
12700         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_009_to_012.html: Added.
12701         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/input.run.txt: Added.
12702         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_001_to_008.html: Added.
12703         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_009_to_012.html: Added.
12704         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/input.run.txt: Added.
12705         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_001_to_008.html: Added.
12706         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_009_to_012.html: Added.
12707         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/input.run.txt: Added.
12708         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Added.
12709         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/input.run.txt: Added.
12710         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_001_to_006.html: Added.
12711         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/input.run.txt: Added.
12712         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_001_to_006.html: Added.
12713         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/input.run.txt: Added.
12714         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_001_to_008.html: Added.
12715         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_009_to_016.html: Added.
12716         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_017_to_024.html: Added.
12717         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_025_to_032.html: Added.
12718         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_033_to_040.html: Added.
12719         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_041_to_048.html: Added.
12720         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_049_to_056.html: Added.
12721         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_057_to_064.html: Added.
12722         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_065_to_072.html: Added.
12723         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_073_to_080.html: Added.
12724         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_081_to_088.html: Added.
12725         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_089_to_096.html: Added.
12726         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_097_to_104.html: Added.
12727         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_105_to_112.html: Added.
12728         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_113_to_120.html: Added.
12729         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_121_to_126.html: Added.
12730         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/input.run.txt: Added.
12731         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Added.
12732         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/input.run.txt: Added.
12733         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Added.
12734         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/input.run.txt: Added.
12735         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Added.
12736         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/input.run.txt: Added.
12737         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Added.
12738         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/input.run.txt: Added.
12739         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/input.run.txt: Added.
12740         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Added.
12741         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/input.run.txt: Added.
12742         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_001_to_006.html: Added.
12743         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/input.run.txt: Added.
12744         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Added.
12745         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/input.run.txt: Added.
12746         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Added.
12747         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/input.run.txt: Added.
12748         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_009_to_012.html: Added.
12749         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/input.run.txt: Added.
12750         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_009_to_012.html: Added.
12751         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/input.run.txt: Added.
12752         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_001_to_008.html: Added.
12753         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_009_to_016.html: Added.
12754         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_017_to_024.html: Added.
12755         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_025_to_032.html: Added.
12756         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_033_to_040.html: Added.
12757         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_041_to_046.html: Added.
12758         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/input.run.txt: Added.
12759         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3_001_to_006.html: Added.
12760         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/input.run.txt: Added.
12761         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Added.
12762         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/input.run.txt: Added.
12763         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_001_to_006.html: Added.
12764         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/input.run.txt: Added.
12765         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_001_to_006.html: Added.
12766         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/input.run.txt: Added.
12767         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_001_to_006.html: Added.
12768         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/input.run.txt: Added.
12769         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_001_to_008.html: Added.
12770         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/input.run.txt: Added.
12771         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_001_to_006.html: Added.
12772         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/input.run.txt: Added.
12773         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_001_to_004.html: Added.
12774         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/input.run.txt: Added.
12775         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Added.
12776         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Added.
12777         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/input.run.txt: Added.
12778         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_001_to_008.html: Added.
12779         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_009_to_016.html: Added.
12780         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_017_to_024.html: Added.
12781         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_025_to_026.html: Added.
12782         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/input.run.txt: Added.
12783         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_001_to_008.html: Added.
12784         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_009_to_016.html: Added.
12785         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_017_to_024.html: Added.
12786         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/input.run.txt: Added.
12787         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_001_to_006.html: Added.
12788         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/input.run.txt: Added.
12789         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_001_to_006.html: Added.
12790         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/input.run.txt: Added.
12791         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_001_to_006.html: Added.
12792         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/input.run.txt: Added.
12793         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_001_to_006.html: Added.
12794         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/input.run.txt: Added.
12795         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_001_to_006.html: Added.
12796         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/input.run.txt: Added.
12797         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/input.run.txt: Added.
12798         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Added.
12799         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/input.run.txt: Added.
12800         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_001_to_006.html: Added.
12801         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/input.run.txt: Added.
12802         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_001_to_008.html: Added.
12803         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_009_to_016.html: Added.
12804         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_017_to_024.html: Added.
12805         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_025_to_032.html: Added.
12806         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_033_to_040.html: Added.
12807         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_041_to_048.html: Added.
12808         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_049_to_056.html: Added.
12809         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/input.run.txt: Added.
12810         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Added.
12811         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Added.
12812         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Added.
12813         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Added.
12814         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Added.
12815         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Added.
12816         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Added.
12817         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Added.
12818         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Added.
12819         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Added.
12820         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Added.
12821         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Added.
12822         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Added.
12823         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Added.
12824         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Added.
12825         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/input.run.txt: Added.
12826         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_001_to_006.html: Added.
12827         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/input.run.txt: Added.
12828         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_001_to_008.html: Added.
12829         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_009_to_016.html: Added.
12830         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_017_to_018.html: Added.
12831         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/input.run.txt: Added.
12832         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3_001_to_008.html: Added.
12833         * webgl/resources/webgl_test_files/conformance/ogles/README.md: Added.
12834         * webgl/resources/webgl_test_files/conformance/ogles/mustpass.run.txt: Added.
12835         * webgl/resources/webgl_test_files/conformance/ogles/process-ogles2-tests.py: Added.
12836         (Log):
12837         (TransposeMatrix):
12838         (GetValidTypeName):
12839         (WriteOpen):
12840         (TxtWriter):
12841         (TxtWriter.__init__):
12842         (TxtWriter.Write):
12843         (TxtWriter.Close):
12844         (ReadFileAsLines):
12845         (ReadFile):
12846         (Chunkify):
12847         (GetText):
12848         (GetElementText):
12849         (GetBoolElement):
12850         (GetModel):
12851         (RelativizePaths):
12852         (CopyFile):
12853         (CopyShader):
12854         (IsOneOf):
12855         (CheckForUnknownTags):
12856         (IsFileWeWant):
12857         (TestReader):
12858         (TestReader.to):
12859         (TestReader.__init__):
12860         (TestReader.Print):
12861         (TestReader.MakeOutPath):
12862         (TestReader.ReadTests):
12863         (TestReader.ReadTest):
12864         (TestReader.ProcessTest):
12865         (TestReader.WriteTests):
12866         (CopyShaders):
12867         (Process_compare):
12868         (Process_shaderload):
12869         (Process_extension):
12870         (Process_createtests):
12871         (Process_GL2Test):
12872         (Process_uniformquery):
12873         (Process_egl_image_external):
12874         (Process_dismount):
12875         (Process_build):
12876         (Process_coverage):
12877         (Process_attributes):
12878         (Process_fixed):
12879         (main):
12880
12881 2013-02-06  Gregg Tavares  <gman@chromium.org>
12882
12883         Add WebGL Conformance Tests glsl folder.
12884         https://bugs.webkit.org/show_bug.cgi?id=109115
12885
12886         Reviewed by Kenneth Russell.
12887
12888         * webgl/conformance/glsl/functions/glsl-function-abs-expected.txt: Added.
12889         * webgl/conformance/glsl/functions/glsl-function-abs.html: Added.
12890         * webgl/conformance/glsl/functions/glsl-function-acos-expected.txt: Added.
12891         * webgl/conformance/glsl/functions/glsl-function-acos.html: Added.
12892         * webgl/conformance/glsl/functions/glsl-function-asin-expected.txt: Added.
12893         * webgl/conformance/glsl/functions/glsl-function-asin.html: Added.
12894         * webgl/conformance/glsl/functions/glsl-function-atan-expected.txt: Added.
12895         * webgl/conformance/glsl/functions/glsl-function-atan-xy-expected.txt: Added.
12896         * webgl/conformance/glsl/functions/glsl-function-atan-xy.html: Added.
12897         * webgl/conformance/glsl/functions/glsl-function-atan.html: Added.
12898         * webgl/conformance/glsl/functions/glsl-function-ceil-expected.txt: Added.
12899         * webgl/conformance/glsl/functions/glsl-function-ceil.html: Added.
12900         * webgl/conformance/glsl/functions/glsl-function-clamp-float-expected.txt: Added.
12901         * webgl/conformance/glsl/functions/glsl-function-clamp-float.html: Added.
12902         * webgl/conformance/glsl/functions/glsl-function-clamp-gentype-expected.txt: Added.
12903         * webgl/conformance/glsl/functions/glsl-function-clamp-gentype.html: Added.
12904         * webgl/conformance/glsl/functions/glsl-function-cos-expected.txt: Added.
12905         * webgl/conformance/glsl/functions/glsl-function-cos.html: Added.
12906         * webgl/conformance/glsl/functions/glsl-function-cross-expected.txt: Added.
12907         * webgl/conformance/glsl/functions/glsl-function-cross.html: Added.
12908         * webgl/conformance/glsl/functions/glsl-function-distance-expected.txt: Added.
12909         * webgl/conformance/glsl/functions/glsl-function-distance.html: Added.
12910         * webgl/conformance/glsl/functions/glsl-function-dot-expected.txt: Added.
12911         * webgl/conformance/glsl/functions/glsl-function-dot.html: Added.
12912         * webgl/conformance/glsl/functions/glsl-function-expected.txt: Added.
12913         * webgl/conformance/glsl/functions/glsl-function-faceforward-expected.txt: Added.
12914         * webgl/conformance/glsl/functions/glsl-function-faceforward.html: Added.
12915         * webgl/conformance/glsl/functions/glsl-function-floor-expected.txt: Added.
12916         * webgl/conformance/glsl/functions/glsl-function-floor.html: Added.
12917         * webgl/conformance/glsl/functions/glsl-function-fract-expected.txt: Added.
12918         * webgl/conformance/glsl/functions/glsl-function-fract.html: Added.
12919         * webgl/conformance/glsl/functions/glsl-function-length-expected.txt: Added.
12920         * webgl/conformance/glsl/functions/glsl-function-length.html: Added.
12921         * webgl/conformance/glsl/functions/glsl-function-max-float-expected.txt: Added.
12922         * webgl/conformance/glsl/functions/glsl-function-max-float.html: Added.
12923         * webgl/conformance/glsl/functions/glsl-function-max-gentype-expected.txt: Added.
12924         * webgl/conformance/glsl/functions/glsl-function-max-gentype.html: Added.
12925         * webgl/conformance/glsl/functions/glsl-function-min-float-expected.txt: Added.
12926         * webgl/conformance/glsl/functions/glsl-function-min-float.html: Added.
12927         * webgl/conformance/glsl/functions/glsl-function-min-gentype-expected.txt: Added.
12928         * webgl/conformance/glsl/functions/glsl-function-min-gentype.html: Added.
12929         * webgl/conformance/glsl/functions/glsl-function-mix-float-expected.txt: Added.
12930         * webgl/conformance/glsl/functions/glsl-function-mix-float.html: Added.
12931         * webgl/conformance/glsl/functions/glsl-function-mix-gentype-expected.txt: Added.
12932         * webgl/conformance/glsl/functions/glsl-function-mix-gentype.html: Added.
12933         * webgl/conformance/glsl/functions/glsl-function-mod-float-expected.txt: Added.
12934         * webgl/conformance/glsl/functions/glsl-function-mod-float.html: Added.
12935         * webgl/conformance/glsl/functions/glsl-function-mod-gentype-expected.txt: Added.
12936         * webgl/conformance/glsl/functions/glsl-function-mod-gentype.html: Added.
12937         * webgl/conformance/glsl/functions/glsl-function-normalize-expected.txt: Added.
12938         * webgl/conformance/glsl/functions/glsl-function-normalize.html: Added.
12939         * webgl/conformance/glsl/functions/glsl-function-reflect-expected.txt: Added.
12940         * webgl/conformance/glsl/functions/glsl-function-reflect.html: Added.
12941         * webgl/conformance/glsl/functions/glsl-function-sign-expected.txt: Added.
12942         * webgl/conformance/glsl/functions/glsl-function-sign.html: Added.
12943         * webgl/conformance/glsl/functions/glsl-function-sin-expected.txt: Added.
12944         * webgl/conformance/glsl/functions/glsl-function-sin.html: Added.
12945         * webgl/conformance/glsl/functions/glsl-function-smoothstep-float-expected.txt: Added.
12946         * webgl/conformance/glsl/functions/glsl-function-smoothstep-float.html: Added.
12947         * webgl/conformance/glsl/functions/glsl-function-step-float-expected.txt: Added.
12948         * webgl/conformance/glsl/functions/glsl-function-step-float.html: Added.
12949         * webgl/conformance/glsl/functions/glsl-function-step-gentype-expected.txt: Added.
12950         * webgl/conformance/glsl/functions/glsl-function-step-gentype.html: Added.
12951         * webgl/conformance/glsl/functions/glsl-function.html: Added.
12952         * webgl/conformance/glsl/implicit/add_int_float.vert-expected.txt: Added.
12953         * webgl/conformance/glsl/implicit/add_int_float.vert.html: Added.
12954         * webgl/conformance/glsl/implicit/add_int_mat2.vert-expected.txt: Added.
12955         * webgl/conformance/glsl/implicit/add_int_mat2.vert.html: Added.
12956         * webgl/conformance/glsl/implicit/add_int_mat3.vert-expected.txt: Added.
12957         * webgl/conformance/glsl/implicit/add_int_mat3.vert.html: Added.
12958         * webgl/conformance/glsl/implicit/add_int_mat4.vert-expected.txt: Added.
12959         * webgl/conformance/glsl/implicit/add_int_mat4.vert.html: Added.
12960         * webgl/conformance/glsl/implicit/add_int_vec2.vert-expected.txt: Added.
12961         * webgl/conformance/glsl/implicit/add_int_vec2.vert.html: Added.
12962         * webgl/conformance/glsl/implicit/add_int_vec3.vert-expected.txt: Added.
12963         * webgl/conformance/glsl/implicit/add_int_vec3.vert.html: Added.
12964         * webgl/conformance/glsl/implicit/add_int_vec4.vert-expected.txt: Added.
12965         * webgl/conformance/glsl/implicit/add_int_vec4.vert.html: Added.
12966         * webgl/conformance/glsl/implicit/add_ivec2_vec2.vert-expected.txt: Added.
12967         * webgl/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Added.
12968         * webgl/conformance/glsl/implicit/add_ivec3_vec3.vert-expected.txt: Added.
12969         * webgl/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Added.
12970         * webgl/conformance/glsl/implicit/add_ivec4_vec4.vert-expected.txt: Added.
12971         * webgl/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Added.
12972         * webgl/conformance/glsl/implicit/assign_int_to_float.vert-expected.txt: Added.
12973         * webgl/conformance/glsl/implicit/assign_int_to_float.vert.html: Added.
12974         * webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert-expected.txt: Added.
12975         * webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Added.
12976         * webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert-expected.txt: Added.
12977         * webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Added.
12978         * webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert-expected.txt: Added.
12979         * webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Added.
12980         * webgl/conformance/glsl/implicit/construct_struct.vert-expected.txt: Added.
12981         * webgl/conformance/glsl/implicit/construct_struct.vert.html: Added.
12982         * webgl/conformance/glsl/implicit/divide_int_float.vert-expected.txt: Added.
12983         * webgl/conformance/glsl/implicit/divide_int_float.vert.html: Added.
12984         * webgl/conformance/glsl/implicit/divide_int_mat2.vert-expected.txt: Added.
12985         * webgl/conformance/glsl/implicit/divide_int_mat2.vert.html: Added.
12986         * webgl/conformance/glsl/implicit/divide_int_mat3.vert-expected.txt: Added.
12987         * webgl/conformance/glsl/implicit/divide_int_mat3.vert.html: Added.
12988         * webgl/conformance/glsl/implicit/divide_int_mat4.vert-expected.txt: Added.
12989         * webgl/conformance/glsl/implicit/divide_int_mat4.vert.html: Added.
12990         * webgl/conformance/glsl/implicit/divide_int_vec2.vert-expected.txt: Added.
12991         * webgl/conformance/glsl/implicit/divide_int_vec2.vert.html: Added.
12992         * webgl/conformance/glsl/implicit/divide_int_vec3.vert-expected.txt: Added.
12993         * webgl/conformance/glsl/implicit/divide_int_vec3.vert.html: Added.
12994         * webgl/conformance/glsl/implicit/divide_int_vec4.vert-expected.txt: Added.
12995         * webgl/conformance/glsl/implicit/divide_int_vec4.vert.html: Added.
12996         * webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert-expected.txt: Added.
12997         * webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Added.
12998         * webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert-expected.txt: Added.
12999         * webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Added.
13000         * webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert-expected.txt: Added.
13001         * webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Added.
13002         * webgl/conformance/glsl/implicit/equal_int_float.vert-expected.txt: Added.
13003         * webgl/conformance/glsl/implicit/equal_int_float.vert.html: Added.
13004         * webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert-expected.txt: Added.
13005         * webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Added.
13006         * webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert-expected.txt: Added.
13007         * webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Added.
13008         * webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert-expected.txt: Added.
13009         * webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Added.
13010         * webgl/conformance/glsl/implicit/function_int_float.vert-expected.txt: Added.
13011         * webgl/conformance/glsl/implicit/function_int_float.vert.html: Added.
13012         * webgl/conformance/glsl/implicit/function_ivec2_vec2.vert-expected.txt: Added.
13013         * webgl/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Added.
13014         * webgl/conformance/glsl/implicit/function_ivec3_vec3.vert-expected.txt: Added.
13015         * webgl/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Added.
13016         * webgl/conformance/glsl/implicit/function_ivec4_vec4.vert-expected.txt: Added.
13017         * webgl/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Added.
13018         * webgl/conformance/glsl/implicit/greater_than.vert-expected.txt: Added.
13019         * webgl/conformance/glsl/implicit/greater_than.vert.html: Added.
13020         * webgl/conformance/glsl/implicit/greater_than_equal.vert-expected.txt: Added.
13021         * webgl/conformance/glsl/implicit/greater_than_equal.vert.html: Added.
13022         * webgl/conformance/glsl/implicit/less_than.vert-expected.txt: Added.
13023         * webgl/conformance/glsl/implicit/less_than.vert.html: Added.
13024         * webgl/conformance/glsl/implicit/less_than_equal.vert-expected.txt: Added.
13025         * webgl/conformance/glsl/implicit/less_than_equal.vert.html: Added.
13026         * webgl/conformance/glsl/implicit/multiply_int_float.vert-expected.txt: Added.
13027         * webgl/conformance/glsl/implicit/multiply_int_float.vert.html: Added.
13028         * webgl/conformance/glsl/implicit/multiply_int_mat2.vert-expected.txt: Added.
13029         * webgl/conformance/glsl/implicit/multiply_int_mat2.vert.html: Added.
13030         * webgl/conformance/glsl/implicit/multiply_int_mat3.vert-expected.txt: Added.
13031         * webgl/conformance/glsl/implicit/multiply_int_mat3.vert.html: Added.
13032         * webgl/conformance/glsl/implicit/multiply_int_mat4.vert-expected.txt: Added.
13033         * webgl/conformance/glsl/implicit/multiply_int_mat4.vert.html: Added.
13034         * webgl/conformance/glsl/implicit/multiply_int_vec2.vert-expected.txt: Added.
13035         * webgl/conformance/glsl/implicit/multiply_int_vec2.vert.html: Added.
13036         * webgl/conformance/glsl/implicit/multiply_int_vec3.vert-expected.txt: Added.
13037         * webgl/conformance/glsl/implicit/multiply_int_vec3.vert.html: Added.
13038         * webgl/conformance/glsl/implicit/multiply_int_vec4.vert-expected.txt: Added.
13039         * webgl/conformance/glsl/implicit/multiply_int_vec4.vert.html: Added.
13040         * webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert-expected.txt: Added.
13041         * webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Added.
13042         * webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert-expected.txt: Added.
13043         * webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Added.
13044         * webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert-expected.txt: Added.
13045         * webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Added.
13046         * webgl/conformance/glsl/implicit/not_equal_int_float.vert-expected.txt: Added.
13047         * webgl/conformance/glsl/implicit/not_equal_int_float.vert.html: Added.
13048         * webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert-expected.txt: Added.
13049         * webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Added.
13050         * webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert-expected.txt: Added.
13051         * webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Added.
13052         * webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert-expected.txt: Added.
13053         * webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Added.
13054         * webgl/conformance/glsl/implicit/subtract_int_float.vert-expected.txt: Added.
13055         * webgl/conformance/glsl/implicit/subtract_int_float.vert.html: Added.
13056         * webgl/conformance/glsl/implicit/subtract_int_mat2.vert-expected.txt: Added.
13057         * webgl/conformance/glsl/implicit/subtract_int_mat2.vert.html: Added.
13058         * webgl/conformance/glsl/implicit/subtract_int_mat3.vert-expected.txt: Added.
13059         * webgl/conformance/glsl/implicit/subtract_int_mat3.vert.html: Added.
13060         * webgl/conformance/glsl/implicit/subtract_int_mat4.vert-expected.txt: Added.
13061         * webgl/conformance/glsl/implicit/subtract_int_mat4.vert.html: Added.
13062         * webgl/conformance/glsl/implicit/subtract_int_vec2.vert-expected.txt: Added.
13063         * webgl/conformance/glsl/implicit/subtract_int_vec2.vert.html: Added.
13064         * webgl/conformance/glsl/implicit/subtract_int_vec3.vert-expected.txt: Added.
13065         * webgl/conformance/glsl/implicit/subtract_int_vec3.vert.html: Added.
13066         * webgl/conformance/glsl/implicit/subtract_int_vec4.vert-expected.txt: Added.
13067         * webgl/conformance/glsl/implicit/subtract_int_vec4.vert.html: Added.
13068         * webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert-expected.txt: Added.
13069         * webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Added.
13070         * webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert-expected.txt: Added.
13071         * webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Added.
13072         * webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert-expected.txt: Added.
13073         * webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Added.
13074         * webgl/conformance/glsl/implicit/ternary_int_float.vert-expected.txt: Added.
13075         * webgl/conformance/glsl/implicit/ternary_int_float.vert.html: Added.
13076         * webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert-expected.txt: Added.
13077         * webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Added.
13078         * webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert-expected.txt: Added.
13079         * webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Added.
13080         * webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert-expected.txt: Added.
13081         * webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Added.
13082         * webgl/conformance/glsl/matrices/glsl-mat4-to-mat3-expected.txt: Added.
13083         * webgl/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Added.
13084         * webgl/conformance/glsl/misc/attrib-location-length-limits-expected.txt: Added.
13085         * webgl/conformance/glsl/misc/attrib-location-length-limits.html: Added.
13086         * webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden-expected.txt: Added.
13087         * webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Added.
13088         * webgl/conformance/glsl/misc/glsl-function-nodes-expected.txt: Added.
13089         * webgl/conformance/glsl/misc/glsl-function-nodes.html: Added.
13090         * webgl/conformance/glsl/misc/glsl-long-variable-names-expected.txt: Added.
13091         * webgl/conformance/glsl/misc/glsl-long-variable-names.html: Added.
13092         * webgl/conformance/glsl/misc/glsl-vertex-branch-expected.txt: Added.
13093         * webgl/conformance/glsl/misc/glsl-vertex-branch.html: Added.
13094         * webgl/conformance/glsl/misc/large-loop-compile-expected.txt: Added.
13095         * webgl/conformance/glsl/misc/large-loop-compile.html: Added.
13096         * webgl/conformance/glsl/misc/non-ascii-comments.vert-expected.txt: Added.
13097         * webgl/conformance/glsl/misc/non-ascii-comments.vert.html: Added.
13098         * webgl/conformance/glsl/misc/non-ascii.vert-expected.txt: Added.
13099         * webgl/conformance/glsl/misc/non-ascii.vert.html: Added.
13100         * webgl/conformance/glsl/misc/re-compile-re-link-expected.txt: Added.
13101         * webgl/conformance/glsl/misc/re-compile-re-link.html: Added.
13102         * webgl/conformance/glsl/misc/shader-with-256-character-define-expected.txt: Added.
13103         * webgl/conformance/glsl/misc/shader-with-256-character-define.html: Added.
13104         * webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag-expected.txt: Added.
13105         * webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Added.
13106         * webgl/conformance/glsl/misc/shader-with-257-character-define-expected.txt: Added.
13107         * webgl/conformance/glsl/misc/shader-with-257-character-define.html: Added.
13108         * webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag-expected.txt: Added.
13109         * webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Added.
13110         * webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert-expected.txt: Added.
13111         * webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Added.
13112         * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag-expected.txt: Added.
13113         * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Added.
13114         * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert-expected.txt: Added.
13115         * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Added.
13116         * webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform-expected.txt: Added.
13117         * webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Added.
13118         * webgl/conformance/glsl/misc/shader-with-attrib-array.vert-expected.txt: Added.
13119         * webgl/conformance/glsl/misc/shader-with-attrib-array.vert.html: Added.
13120         * webgl/conformance/glsl/misc/shader-with-attrib-struct.vert-expected.txt: Added.
13121         * webgl/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Added.
13122         * webgl/conformance/glsl/misc/shader-with-clipvertex.vert-expected.txt: Added.
13123         * webgl/conformance/glsl/misc/shader-with-clipvertex.vert.html: Added.
13124         * webgl/conformance/glsl/misc/shader-with-comma-assignment-expected.txt: Added.
13125         * webgl/conformance/glsl/misc/shader-with-comma-assignment.html: Added.
13126         * webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment-expected.txt: Added.
13127         * webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Added.
13128         * webgl/conformance/glsl/misc/shader-with-conditional-scoping-expected.txt: Added.
13129         * webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative-expected.txt: Added.
13130         * webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Added.
13131         * webgl/conformance/glsl/misc/shader-with-conditional-scoping.html: Added.
13132         * webgl/conformance/glsl/misc/shader-with-default-precision.frag-expected.txt: Added.
13133         * webgl/conformance/glsl/misc/shader-with-default-precision.frag.html: Added.
13134         * webgl/conformance/glsl/misc/shader-with-default-precision.vert-expected.txt: Added.
13135         * webgl/conformance/glsl/misc/shader-with-default-precision.vert.html: Added.
13136         * webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag-expected.txt: Added.
13137         * webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Added.
13138         * webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag-expected.txt: Added.
13139         * webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Added.
13140         * webgl/conformance/glsl/misc/shader-with-dfdx.frag-expected.txt: Added.
13141         * webgl/conformance/glsl/misc/shader-with-dfdx.frag.html: Added.
13142         * webgl/conformance/glsl/misc/shader-with-do-loop-expected.txt: Added.
13143         * webgl/conformance/glsl/misc/shader-with-do-loop.html: Added.
13144         * webgl/conformance/glsl/misc/shader-with-error-directive-expected.txt: Added.
13145         * webgl/conformance/glsl/misc/shader-with-error-directive.html: Added.
13146         * webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert-expected.txt: Added.
13147         * webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Added.
13148         * webgl/conformance/glsl/misc/shader-with-float-return-value.frag-expected.txt: Added.
13149         * webgl/conformance/glsl/misc/shader-with-float-return-value.frag.html: Added.
13150         * webgl/conformance/glsl/misc/shader-with-for-loop-expected.txt: Added.
13151         * webgl/conformance/glsl/misc/shader-with-for-loop.html: Added.
13152         * webgl/conformance/glsl/misc/shader-with-for-scoping-expected.txt: Added.
13153         * webgl/conformance/glsl/misc/shader-with-for-scoping.html: Added.
13154         * webgl/conformance/glsl/misc/shader-with-frag-depth.frag-expected.txt: Added.
13155         * webgl/conformance/glsl/misc/shader-with-frag-depth.frag.html: Added.
13156         * webgl/conformance/glsl/misc/shader-with-function-recursion.frag-expected.txt: Added.
13157         * webgl/conformance/glsl/misc/shader-with-function-recursion.frag.html: Added.
13158         * webgl/conformance/glsl/misc/shader-with-function-scoped-struct-expected.txt: Added.
13159         * webgl/conformance/glsl/misc/shader-with-function-scoped-struct.html: Added.
13160         * webgl/conformance/glsl/misc/shader-with-functional-scoping-expected.txt: Added.
13161         * webgl/conformance/glsl/misc/shader-with-functional-scoping.html: Added.
13162         * webgl/conformance/glsl/misc/shader-with-glcolor.vert-expected.txt: Added.
13163         * webgl/conformance/glsl/misc/shader-with-glcolor.vert.html: Added.
13164         * webgl/conformance/glsl/misc/shader-with-gles-1.frag-expected.txt: Added.
13165         * webgl/conformance/glsl/misc/shader-with-gles-1.frag.html: Added.
13166         * webgl/conformance/glsl/misc/shader-with-gles-symbol.frag-expected.txt: Added.
13167         * webgl/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Added.
13168         * webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert-expected.txt: Added.
13169         * webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Added.
13170         * webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro-expected.txt: Added.
13171         * webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Added.
13172         * webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert-expected.txt: Added.
13173         * webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Added.
13174         * webgl/conformance/glsl/misc/shader-with-include.vert-expected.txt: Added.
13175         * webgl/conformance/glsl/misc/shader-with-include.vert.html: Added.
13176         * webgl/conformance/glsl/misc/shader-with-int-return-value.frag-expected.txt: Added.
13177         * webgl/conformance/glsl/misc/shader-with-int-return-value.frag.html: Added.
13178         * webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag-expected.txt: Added.
13179         * webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Added.
13180         * webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag-expected.txt: Added.
13181         * webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Added.
13182         * webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag-expected.txt: Added.
13183         * webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Added.
13184         * webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag-expected.txt: Added.
13185         * webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Added.
13186         * webgl/conformance/glsl/misc/shader-with-limited-indexing.frag-expected.txt: Added.
13187         * webgl/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Added.
13188         * webgl/conformance/glsl/misc/shader-with-long-line-expected.txt: Added.
13189         * webgl/conformance/glsl/misc/shader-with-long-line.html: Added.
13190         * webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag-expected.txt: Added.
13191         * webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Added.
13192         * webgl/conformance/glsl/misc/shader-with-precision.frag-expected.txt: Added.
13193         * webgl/conformance/glsl/misc/shader-with-precision.frag.html: Added.
13194         * webgl/conformance/glsl/misc/shader-with-quoted-error.frag-expected.txt: Added.
13195         * webgl/conformance/glsl/misc/shader-with-quoted-error.frag.html: Added.
13196         * webgl/conformance/glsl/misc/shader-with-reserved-words-expected.txt: Added.
13197         * webgl/conformance/glsl/misc/shader-with-reserved-words.html: Added.
13198         * webgl/conformance/glsl/misc/shader-with-too-many-uniforms-expected.txt: Added.
13199         * webgl/conformance/glsl/misc/shader-with-too-many-uniforms.html: Added.
13200         * webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag-expected.txt: Added.
13201         * webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Added.
13202         * webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert-expected.txt: Added.
13203         * webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Added.
13204         * webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag-expected.txt: Added.
13205         * webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Added.
13206         * webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag-expected.txt: Added.
13207         * webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Added.
13208         * webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag-expected.txt: Added.
13209         * webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Added.
13210         * webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional-expected.txt: Added.
13211         * webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Added.
13212         * webgl/conformance/glsl/misc/shader-with-version-100.frag-expected.txt: Added.
13213         * webgl/conformance/glsl/misc/shader-with-version-100.frag.html: Added.
13214         * webgl/conformance/glsl/misc/shader-with-version-100.vert-expected.txt: Added.
13215         * webgl/conformance/glsl/misc/shader-with-version-100.vert.html: Added.
13216         * webgl/conformance/glsl/misc/shader-with-version-120.vert-expected.txt: Added.
13217         * webgl/conformance/glsl/misc/shader-with-version-120.vert.html: Added.
13218         * webgl/conformance/glsl/misc/shader-with-version-130.vert-expected.txt: Added.
13219         * webgl/conformance/glsl/misc/shader-with-version-130.vert.html: Added.
13220         * webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert-expected.txt: Added.
13221         * webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Added.
13222         * webgl/conformance/glsl/misc/shader-with-while-loop-expected.txt: Added.
13223         * webgl/conformance/glsl/misc/shader-with-while-loop.html: Added.
13224         * webgl/conformance/glsl/misc/shader-without-precision.frag-expected.txt: Added.
13225         * webgl/conformance/glsl/misc/shader-without-precision.frag.html: Added.
13226         * webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms-expected.txt: Added.
13227         * webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Added.
13228         * webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings-expected.txt: Added.
13229         * webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Added.
13230         * webgl/conformance/glsl/misc/shaders-with-missing-varyings-expected.txt: Added.
13231         * webgl/conformance/glsl/misc/shaders-with-missing-varyings.html: Added.
13232         * webgl/conformance/glsl/misc/shared-expected.txt: Added.
13233         * webgl/conformance/glsl/misc/shared.html: Added.
13234         * webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum-expected.txt: Added.
13235         * webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Added.
13236         * webgl/conformance/glsl/misc/struct-nesting-under-maximum-expected.txt: Added.
13237         * webgl/conformance/glsl/misc/struct-nesting-under-maximum.html: Added.
13238         * webgl/conformance/glsl/misc/uniform-location-length-limits-expected.txt: Added.
13239         * webgl/conformance/glsl/misc/uniform-location-length-limits.html: Added.
13240         * webgl/conformance/glsl/reserved/_webgl_field.vert-expected.txt: Added.
13241         * webgl/conformance/glsl/reserved/_webgl_field.vert.html: Added.
13242         * webgl/conformance/glsl/reserved/_webgl_function.vert-expected.txt: Added.
13243         * webgl/conformance/glsl/reserved/_webgl_function.vert.html: Added.
13244         * webgl/conformance/glsl/reserved/_webgl_struct.vert-expected.txt: Added.
13245         * webgl/conformance/glsl/reserved/_webgl_struct.vert.html: Added.
13246         * webgl/conformance/glsl/reserved/_webgl_variable.vert-expected.txt: Added.
13247         * webgl/conformance/glsl/reserved/_webgl_variable.vert.html: Added.
13248         * webgl/conformance/glsl/reserved/webgl_field.vert-expected.txt: Added.
13249         * webgl/conformance/glsl/reserved/webgl_field.vert.html: Added.
13250         * webgl/conformance/glsl/reserved/webgl_function.vert-expected.txt: Added.
13251         * webgl/conformance/glsl/reserved/webgl_function.vert.html: Added.
13252         * webgl/conformance/glsl/reserved/webgl_preprocessor_reserved-expected.txt: Added.
13253         * webgl/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Added.
13254         * webgl/conformance/glsl/reserved/webgl_struct.vert-expected.txt: Added.
13255         * webgl/conformance/glsl/reserved/webgl_struct.vert.html: Added.
13256         * webgl/conformance/glsl/reserved/webgl_variable.vert-expected.txt: Added.
13257         * webgl/conformance/glsl/reserved/webgl_variable.vert.html: Added.
13258         * webgl/conformance/glsl/samplers/glsl-function-texture2d-bias-expected.txt: Added.
13259         * webgl/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Added.
13260         * webgl/conformance/glsl/samplers/glsl-function-texture2dlod-expected.txt: Added.
13261         * webgl/conformance/glsl/samplers/glsl-function-texture2dlod.html: Added.
13262         * webgl/conformance/glsl/samplers/glsl-function-texture2dproj-expected.txt: Added.
13263         * webgl/conformance/glsl/samplers/glsl-function-texture2dproj.html: Added.
13264         * webgl/conformance/glsl/variables/gl-fragcoord-expected.txt: Added.
13265         * webgl/conformance/glsl/variables/gl-fragcoord.html: Added.
13266         * webgl/conformance/glsl/variables/gl-frontfacing-expected.txt: Added.
13267         * webgl/conformance/glsl/variables/gl-frontfacing.html: Added.
13268         * webgl/resources/webgl_test_files/conformance/glsl/00_test_list.txt: Added.
13269         * webgl/resources/webgl_test_files/conformance/glsl/functions/00_test_list.txt: Added.
13270         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-abs.html: Added.
13271         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-acos.html: Added.
13272         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-asin.html: Added.
13273         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan-xy.html: Added.
13274         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan.html: Added.
13275         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-ceil.html: Added.
13276         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-float.html: Added.
13277         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-gentype.html: Added.
13278         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cos.html: Added.
13279         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cross.html: Added.
13280         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-distance.html: Added.
13281         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-dot.html: Added.
13282         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-faceforward.html: Added.
13283         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-floor.html: Added.
13284         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-fract.html: Added.
13285         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-length.html: Added.
13286         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-lessThan.html: Added.
13287         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-float.html: Added.
13288         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-gentype.html: Added.
13289         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-float.html: Added.
13290         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-gentype.html: Added.
13291         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-float.html: Added.
13292         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-gentype.html: Added.
13293         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-float.html: Added.
13294         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-gentype.html: Added.
13295         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-normalize.html: Added.
13296         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-reflect.html: Added.
13297         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-refract.html: Added.
13298         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sign.html: Added.
13299         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sin.html: Added.
13300         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-float.html: Added.
13301         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-float.html: Added.
13302         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-gentype.html: Added.
13303         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function.html: Added.
13304         * webgl/resources/webgl_test_files/conformance/glsl/implicit/00_test_list.txt: Added.
13305         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_float.vert.html: Added.
13306         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat2.vert.html: Added.
13307         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat3.vert.html: Added.
13308         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat4.vert.html: Added.
13309         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec2.vert.html: Added.
13310         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec3.vert.html: Added.
13311         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec4.vert.html: Added.
13312         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Added.
13313         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Added.
13314         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Added.
13315         * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_int_to_float.vert.html: Added.
13316         * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Added.
13317         * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Added.
13318         * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Added.
13319         * webgl/resources/webgl_test_files/conformance/glsl/implicit/construct_struct.vert.html: Added.
13320         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_float.vert.html: Added.
13321         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat2.vert.html: Added.
13322         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat3.vert.html: Added.
13323         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat4.vert.html: Added.
13324         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec2.vert.html: Added.
13325         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec3.vert.html: Added.
13326         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec4.vert.html: Added.
13327         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Added.
13328         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Added.
13329         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Added.
13330         * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_int_float.vert.html: Added.
13331         * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Added.
13332         * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Added.
13333         * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Added.
13334         * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_int_float.vert.html: Added.
13335         * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Added.
13336         * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Added.
13337         * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Added.
13338         * webgl/resources/webgl_test_files/conformance/glsl/implicit/greater_than.vert.html: Added.
13339         * webgl/resources/webgl_test_files/conformance/glsl/implicit/greater_than_equal.vert.html: Added.
13340         * webgl/resources/webgl_test_files/conformance/glsl/implicit/less_than.vert.html: Added.
13341         * webgl/resources/webgl_test_files/conformance/glsl/implicit/less_than_equal.vert.html: Added.
13342         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_float.vert.html: Added.
13343         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat2.vert.html: Added.
13344         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat3.vert.html: Added.
13345         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat4.vert.html: Added.
13346         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec2.vert.html: Added.
13347         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec3.vert.html: Added.
13348         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec4.vert.html: Added.
13349         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Added.
13350         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Added.
13351         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Added.
13352         * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_int_float.vert.html: Added.
13353         * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Added.
13354         * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Added.
13355         * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Added.
13356         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_float.vert.html: Added.
13357         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat2.vert.html: Added.
13358         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat3.vert.html: Added.
13359         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat4.vert.html: Added.
13360         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec2.vert.html: Added.
13361         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec3.vert.html: Added.
13362         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec4.vert.html: Added.
13363         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Added.
13364         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Added.
13365         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Added.
13366         * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_int_float.vert.html: Added.
13367         * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Added.
13368         * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Added.
13369         * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Added.
13370         * webgl/resources/webgl_test_files/conformance/glsl/literals/00_test_list.txt: Added.
13371         * webgl/resources/webgl_test_files/conformance/glsl/matrices/00_test_list.txt: Added.
13372         * webgl/resources/webgl_test_files/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Added.
13373         * webgl/resources/webgl_test_files/conformance/glsl/misc/00_test_list.txt: Added.
13374         * webgl/resources/webgl_test_files/conformance/glsl/misc/attrib-location-length-limits.html: Added.
13375         * webgl/resources/webgl_test_files/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Added.
13376         * webgl/resources/webgl_test_files/conformance/glsl/misc/foo: Added.
13377         * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-2types-of-textures-on-same-unit.html: Added.
13378         * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-function-nodes.html: Added.
13379         * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-long-variable-names.html: Added.
13380         * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-vertex-branch.html: Added.
13381         * webgl/resources/webgl_test_files/conformance/glsl/misc/include.vs: Added.
13382         * webgl/resources/webgl_test_files/conformance/glsl/misc/large-loop-compile.html: Added.
13383         * webgl/resources/webgl_test_files/conformance/glsl/misc/non-ascii-comments.vert.html: Added.
13384         * webgl/resources/webgl_test_files/conformance/glsl/misc/non-ascii.vert.html: Added.
13385         * webgl/resources/webgl_test_files/conformance/glsl/misc/re-compile-re-link.html: Added.
13386         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-256-character-define.html: Added.
13387         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Added.
13388         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-257-character-define.html: Added.
13389         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Added.
13390         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Added.
13391         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Added.
13392         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Added.
13393         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Added.
13394         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-array.vert.html: Added.
13395         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Added.
13396         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-clipvertex.vert.html: Added.
13397         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-assignment.html: Added.
13398         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Added.
13399         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Added.
13400         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-conditional-scoping.html: Added.
13401         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.frag.html: Added.
13402         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.vert.html: Added.
13403         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Added.
13404         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Added.
13405         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx.frag.html: Added.
13406         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-do-loop.html: Added.
13407         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-error-directive.html: Added.
13408         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Added.
13409         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-float-return-value.frag.html: Added.
13410         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-loop.html: Added.
13411         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-scoping.html: Added.
13412         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-frag-depth.frag.html: Added.
13413         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-recursion.frag.html: Added.
13414         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-scoped-struct.html: Added.
13415         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-functional-scoping.html: Added.
13416         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-glcolor.vert.html: Added.
13417         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-1.frag.html: Added.
13418         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Added.
13419         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Added.
13420         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Added.
13421         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Added.
13422         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-include.vert.html: Added.
13423         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-int-return-value.frag.html: Added.
13424         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Added.
13425         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Added.
13426         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Added.
13427         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Added.
13428         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Added.
13429         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-long-line.html: Added.
13430         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Added.
13431         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-precision.frag.html: Added.
13432         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-quoted-error.frag.html: Added.
13433         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-reserved-words.html: Added.
13434         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-too-many-uniforms.html: Added.
13435         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Added.
13436         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Added.
13437         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Added.
13438         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Added.
13439         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Added.
13440         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Added.
13441         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.frag.html: Added.
13442         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.vert.html: Added.
13443         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-120.vert.html: Added.
13444         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-130.vert.html: Added.
13445         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Added.
13446         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-while-loop.html: Added.
13447         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-without-precision.frag.html: Added.
13448         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Added.
13449         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Added.
13450         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-missing-varyings.html: Added.
13451         * webgl/resources/webgl_test_files/conformance/glsl/misc/shared.html: Added.
13452         * webgl/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Added.
13453         * webgl/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-under-maximum.html: Added.
13454         * webgl/resources/webgl_test_files/conformance/glsl/misc/uniform-location-length-limits.html: Added.
13455         * webgl/resources/webgl_test_files/conformance/glsl/reserved/00_test_list.txt: Added.
13456         * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_field.vert.html: Added.
13457         * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_function.vert.html: Added.
13458         * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_struct.vert.html: Added.
13459         * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_variable.vert.html: Added.
13460         * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_field.vert.html: Added.
13461         * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_function.vert.html: Added.
13462         * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Added.
13463         * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_struct.vert.html: Added.
13464         * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_variable.vert.html: Added.
13465         * webgl/resources/webgl_test_files/conformance/glsl/samplers/00_test_list.txt: Added.
13466         * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Added.
13467         * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dlod.html: Added.
13468         * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dproj.html: Added.
13469         * webgl/resources/webgl_test_files/conformance/glsl/variables/00_test_list.txt: Added.
13470         * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-fragcoord.html: Added.
13471         * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-frontfacing.html: Added.
13472
13473 2013-02-13  Praveen R Jadhav  <praveen.j@samsung.com>
13474
13475         JSObject for ChannelSplitterNode and ChannelMergerNode are not created.
13476         https://bugs.webkit.org/show_bug.cgi?id=109542
13477
13478         Reviewed by Kentaro Hara.
13479
13480         Test cases updated to check validity of ChannelSplitterNode
13481         and ChannelMergerNode Objects.
13482
13483         * webaudio/audiochannelmerger-basic-expected.txt:
13484         * webaudio/audiochannelmerger-basic.html:
13485         * webaudio/audiochannelsplitter-expected.txt:
13486         * webaudio/audiochannelsplitter.html:
13487
13488 2013-02-12  Gregg Tavares  <gman@chromium.org>
13489
13490         Adds failing WebGL Conformance Tests.
13491         https://bugs.webkit.org/show_bug.cgi?id=109075
13492
13493         Reviewed by Kenneth Russell.
13494
13495         * platform/chromium/TestExpectations:
13496         * platform/mac/TestExpectations:
13497         * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
13498         * webgl/conformance/canvas/buffer-offscreen-test.html: Added.
13499         * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
13500         * webgl/conformance/canvas/buffer-preserve-test.html: Added.
13501         * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
13502         * webgl/conformance/canvas/drawingbuffer-test.html: Added.
13503         * webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
13504         * webgl/conformance/canvas/to-data-url-test.html: Added.
13505         * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
13506         * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
13507         * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
13508         * webgl/conformance/context/context-creation-and-destruction.html: Added.
13509         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
13510         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
13511         * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
13512         * webgl/conformance/glsl/literals/float_literal.vert.html: Added.
13513         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
13514         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
13515         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
13516         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
13517         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
13518         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
13519         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
13520         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
13521         * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
13522         * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
13523         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
13524         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
13525         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
13526         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
13527         * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
13528         * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
13529         * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
13530         * webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
13531         * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
13532         * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
13533         * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
13534         * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
13535         * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
13536         * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
13537         * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
13538         * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
13539         * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
13540         * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
13541         * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
13542         * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
13543         * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
13544         * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
13545         * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
13546         * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
13547         * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
13548         * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
13549         * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
13550         * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
13551         * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
13552         * webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
13553         * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
13554         * webgl/conformance/more/functions/copyTexImage2D.html: Added.
13555         * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
13556         * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
13557         * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
13558         * webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
13559         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
13560         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
13561         * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
13562         * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
13563         * webgl/conformance/more/functions/drawArrays-expected.txt: Added.
13564         * webgl/conformance/more/functions/drawArrays.html: Added.
13565         * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
13566         * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
13567         * webgl/conformance/more/functions/drawElements-expected.txt: Added.
13568         * webgl/conformance/more/functions/drawElements.html: Added.
13569         * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
13570         * webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
13571         * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
13572         * webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
13573         * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
13574         * webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
13575         * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
13576         * webgl/conformance/more/functions/texImage2DHTML.html: Added.
13577         * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
13578         * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
13579         * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
13580         * webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
13581         * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
13582         * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
13583         * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
13584         * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
13585         * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
13586         * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
13587         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
13588         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
13589         * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
13590         * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
13591         * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
13592         * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
13593         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
13594         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
13595         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
13596         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
13597         * webgl/conformance/programs/program-test-expected.txt: Added.
13598         * webgl/conformance/programs/program-test.html: Added.
13599         * webgl/conformance/reading/read-pixels-test-expected.txt: Added.
13600         * webgl/conformance/reading/read-pixels-test.html: Added.
13601         * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
13602         * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
13603         * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
13604         * webgl/conformance/rendering/gl-scissor-test.html: Added.
13605         * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
13606         * webgl/conformance/rendering/more-than-65536-indices.html: Added.
13607         * webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
13608         * webgl/conformance/rendering/multisample-corruption.html: Added.
13609         * webgl/conformance/rendering/point-size-expected.txt: Added.
13610         * webgl/conformance/rendering/point-size.html: Added.
13611         * webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
13612         * webgl/conformance/state/gl-object-get-calls.html: Added.
13613         * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
13614         * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
13615         * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
13616         * webgl/conformance/textures/gl-pixelstorei.html: Added.
13617         * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
13618         * webgl/conformance/textures/origin-clean-conformance.html: Added.
13619         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
13620         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
13621         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
13622         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
13623         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
13624         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
13625         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
13626         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
13627         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
13628         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
13629         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
13630         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
13631         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
13632         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
13633         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
13634         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
13635         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added.
13636         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added.
13637         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
13638         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added.
13639         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
13640         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added.
13641         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
13642         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
13643         * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added.
13644         * webgl/conformance/textures/texture-active-bind-2.html: Added.
13645         * webgl/conformance/textures/texture-active-bind-expected.txt: Added.
13646         * webgl/conformance/textures/texture-active-bind.html: Added.
13647         * webgl/conformance/textures/texture-mips-expected.txt: Added.
13648         * webgl/conformance/textures/texture-mips.html: Added.
13649         * webgl/conformance/textures/texture-npot-video-expected.txt: Added.
13650         * webgl/conformance/textures/texture-npot-video.html: Added.
13651         * webgl/conformance/textures/texture-size-expected.txt: Added.
13652         * webgl/conformance/textures/texture-size-limit-expected.txt: Added.
13653         * webgl/conformance/textures/texture-size-limit.html: Added.
13654         * webgl/conformance/textures/texture-size.html: Added.
13655         * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added.
13656         * webgl/conformance/uniforms/gl-uniform-arrays.html: Added.
13657         * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added.
13658         * webgl/conformance/uniforms/uniform-default-values.html: Added.
13659         * webgl/conformance/uniforms/uniform-location-expected.txt: Added.
13660         * webgl/conformance/uniforms/uniform-location.html: Added.
13661         * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added.
13662         * webgl/conformance/uniforms/uniform-samplers-test.html: Added.
13663         * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added.
13664         * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added.
13665         * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added.
13666         * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added.
13667         * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
13668         * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added.
13669         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
13670         * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added.
13671         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
13672         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
13673         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
13674         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
13675         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
13676         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
13677         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
13678         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added.
13679         * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added.
13680         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added.
13681         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added.
13682         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added.
13683         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added.
13684         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added.
13685         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added.
13686         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
13687         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
13688         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
13689         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
13690         * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added.
13691         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added.
13692         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
13693         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added.
13694         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
13695         * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added.
13696         * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added.
13697         * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added.
13698         * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added.
13699         * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added.
13700         * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added.
13701         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added.
13702         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added.
13703         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added.
13704         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added.
13705         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
13706         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
13707         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
13708         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
13709         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added.
13710         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
13711         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
13712         * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
13713         * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added.
13714         * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added.
13715         * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
13716         * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added.
13717         * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added.
13718         * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added.
13719         * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added.
13720         * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added.
13721         * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added.
13722         * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added.
13723         * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added.
13724         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
13725         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
13726         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
13727         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
13728         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
13729         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
13730         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
13731         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
13732         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
13733         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
13734         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
13735         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
13736         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added.
13737         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added.
13738         * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added.
13739         * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added.
13740         * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added.
13741         * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added.
13742         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added.
13743         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added.
13744         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added.
13745         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added.
13746
13747 2013-02-13  Alan Cutter  <alancutter@chromium.org>
13748
13749         [Chromium] Unreviewed gardening
13750         https://bugs.webkit.org/show_bug.cgi?id=109779
13751
13752         Rebaseline http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html
13753         on Linux after r142683.
13754
13755         * platform/chromium-linux/http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added.
13756
13757 2013-02-13   Vineet Chaudhary  <rgf748@motorola.com>
13758
13759         HTMLCollections namedItem() methods should return null than undefined for empty collections.
13760         https://bugs.webkit.org/show_bug.cgi?id=104096
13761
13762         Reviewed by Kentaro Hara.
13763
13764         As per specification namedItem() should return null if collection is empty.
13765         Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#htmlallcollection
13766
13767         * fast/dom/HTMLFormElement/move-option-between-documents-expected.txt:
13768         * fast/dom/HTMLFormElement/move-option-between-documents.html:
13769         * fast/dom/htmlcollection-namedItem-expected.txt: Added.
13770         * fast/dom/htmlcollection-namedItem.html: Added.
13771
13772 2013-02-13  Tony Gentilcore  <tonyg@chromium.org>
13773
13774         Fix svg/in-html/script-write.html with threaded HTML parser
13775         https://bugs.webkit.org/show_bug.cgi?id=109495
13776
13777         Reviewed by Eric Seidel.
13778
13779         Added 3 new test cases:
13780         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.
13781         2. Test that we don't blindly go into HTML mode after </foreignObject>.
13782         3. Test that unmatched </foreignObject>s are ignored.
13783
13784         * html5lib/resources/webkit02.dat:
13785
13786 2013-02-13  Emil A Eklund  <eae@chromium.org>
13787
13788         getComputedStyle returns truncated value for margin-right
13789         https://bugs.webkit.org/show_bug.cgi?id=109759
13790
13791         Reviewed by Tony Chang.
13792         
13793         Add test for getComputedStyle with fractional margin values.
13794
13795         * fast/sub-pixel/computedstylemargin-expected.txt: Added.
13796         * fast/sub-pixel/computedstylemargin.html: Added.
13797
13798 2013-02-13  Levi Weintraub  <leviw@chromium.org>
13799
13800         REGRESSION(r125794) - inline-children-root-linebox-crash asserts in Chromium debug
13801         https://bugs.webkit.org/show_bug.cgi?id=94256
13802
13803         Unreviewed test expectations update. Re-enabling inline-children-root-linebox-crash
13804         as it was fixed by r139479.
13805
13806         * platform/chromium/TestExpectations:
13807
13808 2013-02-13  Elliott Sprehn  <esprehn@chromium.org>
13809
13810         ASSERT(!renderer()->needsLayout()) when calling Element::focus() with generated content
13811         https://bugs.webkit.org/show_bug.cgi?id=109616
13812
13813         Reviewed by Julien Chaffraix.
13814
13815         * fast/block/float/float-not-removed-from-pre-block-expected.txt: Changed output.
13816         * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Added.
13817         * fast/css-generated-content/quote-layout-focus-crash.html: Added.
13818
13819 2013-02-13  Abhishek Arya  <inferno@chromium.org>
13820
13821         ASSERTION FAILED: !object || object->isBox(), Bad cast in RenderBox::computeLogicalHeight
13822         https://bugs.webkit.org/show_bug.cgi?id=107748
13823
13824         Reviewed by Levi Weintraub.
13825
13826         * fast/block/body-inline-block-crash-expected.txt: Added.
13827         * fast/block/body-inline-block-crash.html: Added.
13828
13829 2013-02-13  Eric Carlson  <eric.carlson@apple.com>
13830
13831         [Mac] Caption menu should have only one item selected
13832         https://bugs.webkit.org/show_bug.cgi?id=109730
13833
13834         Reviewed by Dean Jackson.
13835
13836         * media/track/track-user-preferences-expected.txt:
13837         * media/track/track-user-preferences.html: Update test to check for reactions to preferences.
13838
13839 2013-02-13  Hans Muller  <hmuller@adobe.com>
13840
13841         [CSS Exclusions] ExclusionPolygon reflex vertices should constrain the first fit location.
13842         https://bugs.webkit.org/show_bug.cgi?id=107568
13843
13844         Reviewed by Dirk Schulze.
13845
13846         In this carefully contrived test case, the Y coordinate of the origin of the line
13847         of text is only computed correctly if the constraints implied by the polygon's
13848         reflex vertices are considered.
13849
13850         * fast/exclusions/shape-inside/shape-inside-first-fit-reflex-expected.html: Added.
13851         * fast/exclusions/shape-inside/shape-inside-first-fit-reflex.html: Added.
13852
13853 2013-02-13  Zan Dobersek  <zdobersek@igalia.com>
13854
13855         Unreviewed GTK gardening.
13856
13857         Marking a few tests as slow on the debug builds. This shall prevent them timing out unnecessarily.
13858
13859         * platform/gtk/TestExpectations:
13860
13861 2013-02-13  Julien Chaffraix  <jchaffraix@webkit.org>
13862
13863         [CSS Grid Layout] Adding or removing grid items doesn't properly recompute the track sizes
13864         https://bugs.webkit.org/show_bug.cgi?id=109100
13865
13866         Reviewed by Ojan Vafai.
13867
13868         * fast/css-grid-layout/grid-item-addition-track-breadth-update-expected.txt: Added.
13869         * fast/css-grid-layout/grid-item-addition-track-breadth-update.html: Added.
13870         * fast/css-grid-layout/grid-item-removal-track-breadth-update-expected.txt: Added.
13871         * fast/css-grid-layout/grid-item-removal-track-breadth-update.html: Added.
13872         New tests.
13873
13874         * fast/css-grid-layout/resources/grid.css:
13875         (.constrainedContainer):
13876         (.unconstrainedContainer):
13877         Added these class to share them with other tests.
13878
13879         * fast/css-grid-layout/auto-content-resolution-columns.html:
13880         * fast/css-grid-layout/auto-content-resolution-rows.html:
13881         * fast/css-grid-layout/implicit-columns-auto-resolution.html:
13882         * fast/css-grid-layout/implicit-position-dynamic-change.html:
13883         * fast/css-grid-layout/implicit-rows-auto-resolution.html:
13884         * fast/css-grid-layout/minmax-max-content-resolution-columns.html:
13885         * fast/css-grid-layout/minmax-max-content-resolution-rows.html:
13886         * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html:
13887         * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html:
13888         Removed constrainedContainer definition as it was moved to grid.css.
13889
13890 2013-02-13  Stephen Chenney  <schenney@chromium.org>
13891
13892         [Chromium] Rebasline after r142765
13893
13894         Unreviewed test expectations update.
13895
13896         The change caused sub-pixel changing in SVG-as-image positions.
13897
13898         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png:
13899         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
13900         * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
13901
13902 2013-02-13  Levi Weintraub  <leviw@chromium.org>
13903
13904         Bidi-Isolated inlines can cause subsequent content to not be rendered
13905         https://bugs.webkit.org/show_bug.cgi?id=108137
13906
13907         Reviewed by Eric Seidel.
13908
13909         * fast/text/content-following-inline-isolate-with-collapsed-whitespace.html: Added.
13910         * fast/text/content-following-inline-isolate-with-collapsed-whitespace-expected.txt: Added.
13911
13912 2013-02-13  Christian Biesinger  <cbiesinger@chromium.org>
13913
13914         Crash when encountering <object style="resize:both;">
13915         https://bugs.webkit.org/show_bug.cgi?id=109728
13916
13917         See also https://code.google.com/p/chromium/issues/detail?id=175535
13918
13919         Reviewed by Eric Seidel.
13920
13921         * fast/css/resize-object-crash-expected.txt: Added.
13922         * fast/css/resize-object-crash.html: Added.
13923
13924 2013-02-13  Kondapally Kalyan  <kalyan.kondapally@intel.com>
13925
13926         [WebGL][EFL][GTK][Qt]Add support for OES_vertex_array_object.
13927         https://bugs.webkit.org/show_bug.cgi?id=109382
13928
13929         Reviewed by Kenneth Russell.
13930
13931         Enable oes-vertex-array-object for EFL port.
13932
13933         * fast/canvas/webgl/oes-vertex-array-object-expected.txt:
13934         * fast/canvas/webgl/oes-vertex-array-object.html:
13935         * platform/efl/TestExpectations:
13936
13937 2013-02-13  Filip Pizlo  <fpizlo@apple.com>
13938
13939         DFG LogicalNot/Branch peephole removal and inversion ignores the possibility of things exiting
13940         https://bugs.webkit.org/show_bug.cgi?id=109489
13941
13942         Reviewed by Mark Hahnenberg.
13943
13944         * fast/js/dfg-branch-logical-not-peephole-around-osr-exit-expected.txt: Added.
13945         * fast/js/dfg-branch-logical-not-peephole-around-osr-exit.html: Added.
13946         * fast/js/jsc-test-list:
13947         * fast/js/script-tests/dfg-branch-logical-not-peephole-around-osr-exit.js: Added.
13948         (foo):
13949
13950 2013-02-12  Dean Jackson  <dino@apple.com>
13951
13952         Clicking outside captions menu should dismiss it
13953         https://bugs.webkit.org/show_bug.cgi?id=109648
13954
13955         Reviewed by Eric Carlson.
13956
13957         New test for captions menu. Skip it everywhere but Mac.
13958
13959         * media/video-controls-captions-trackmenu-hide-on-click.html: Added.
13960         * platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Added.
13961         * platform/chromium/TestExpectations:
13962         * platform/efl/TestExpectations:
13963         * platform/gtk/TestExpectations:
13964         * platform/qt/TestExpectations:
13965         * platform/win/TestExpectations:
13966
13967 2013-02-13  Morten Stenshorne  <mstensho@opera.com>
13968
13969         WebKit ignores column-rules wider than column-gap
13970         https://bugs.webkit.org/show_bug.cgi?id=15553
13971
13972         Paint column rules even if they are wider than the gap.
13973         Rules wider than the gap should just overlap with column contents.
13974
13975         Reviewed by Eric Seidel.
13976
13977         * fast/multicol/rule-thicker-than-gap-expected.html: Added.
13978         * fast/multicol/rule-thicker-than-gap.html: Added.
13979
13980 2013-02-13  Philip Rogers  <pdr@google.com>
13981
13982         Replace SVG bitmap cache with directly-rendered SVG
13983         https://bugs.webkit.org/show_bug.cgi?id=106159
13984
13985         Reviewed by Tim Horton.
13986
13987         This patch fixes two existing bugs (WK99481 and WK104189) that were due to caching bitmaps
13988         at a fixed size. A test has been added for each of these bugs.
13989
13990         * platform/chromium/TestExpectations:
13991         * svg/as-image/svg-image-scaled-expected.html: Added.
13992         * svg/as-image/svg-image-scaled.html: Added.
13993         * svg/as-image/svg-image-viewbox-expected.html: Added.
13994         * svg/as-image/svg-image-viewbox.html: Added.
13995
13996 2013-02-13  Florin Malita  <fmalita@chromium.org>
13997
13998         [SVG] OOB access in SVGListProperty::replaceItemValues()
13999         https://bugs.webkit.org/show_bug.cgi?id=109293
14000
14001         Updated tests to cover the crash and new behavior.
14002
14003         Reviewed by Dirk Schulze.
14004
14005         * svg/dom/SVGLengthList-basics-expected.txt:
14006         * svg/dom/SVGLengthList-basics.xhtml:
14007         * svg/dom/SVGNumberList-basics-expected.txt:
14008         * svg/dom/SVGNumberList-basics.xhtml:
14009         * svg/dom/SVGPointList-basics-expected.txt:
14010         * svg/dom/SVGPointList-basics.xhtml:
14011         * svg/dom/SVGTransformList-basics-expected.txt:
14012         * svg/dom/SVGTransformList-basics.xhtml:
14013
14014 2013-02-13  Takashi Sakamoto  <tasak@google.com>
14015
14016         [Refactoring] StyleResolver::State should have methods to access its me
14017         https://bugs.webkit.org/show_bug.cgi?id=108563
14018
14019         Reviewed by Antti Koivisto.
14020
14021         * inspector/styles/region-style-crash-expected.txt:
14022         Rebaseline. Since inspector hasn't supported CSS region styles yet,
14023         region-style-crash.html has no CSS region styles as its result.
14024
14025 2013-02-13  Rashmi Shyamasundar  <rashmi.s2@samsung.com>
14026
14027         The 2D Canvas functions fillText()/strokeText() should display nothing when maxWidth is less then or equal to zero
14028         https://bugs.webkit.org/show_bug.cgi?id=102656
14029
14030         Reviewed by Dirk Schulze.
14031
14032         The functions fillText()/strokeText() should not display anything when 
14033         maxWidth is less than or equal to zero, according to spec :
14034         http://www.w3.org/TR/2dcontext/#text-preparation-algorithm
14035
14036         * fast/canvas/canvas-fillText-invalid-maxWidth-expected.txt: Added.
14037         * fast/canvas/canvas-fillText-invalid-maxWidth.html: Added.
14038         * fast/canvas/canvas-strokeText-invalid-maxWidth-expected.txt: Added.
14039         * fast/canvas/canvas-strokeText-invalid-maxWidth.html: Added.
14040         * fast/canvas/script-tests/canvas-fillText-invalid-maxWidth.js: Added.
14041         * fast/canvas/script-tests/canvas-strokeText-invalid-maxWidth.js: Added.
14042
14043 2013-02-13  Sergio Villar Senin  <svillar@igalia.com>
14044
14045         Unreviewed GTK gardening.
14046
14047         Provide the same custom expectations as all the other
14048         platforms. This likely means that there is a bug in the code or
14049         that the expected result is incorrect.
14050
14051         * platform/gtk/TestExpectations:
14052         * platform/gtk/editing/pasteboard/5761530-1-expected.txt: Added.
14053
14054 2013-02-13  Andrew Wilson  <atwilson@chromium.org>
14055
14056         Unreviewed chromium expectation changes resulting from r142719.
14057
14058         * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
14059         * platform/chromium-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
14060         * platform/chromium-win/platform/chromium/compositing/huge-layer-rotated-expected.png:
14061
14062 2013-02-13  Thiago Marcos P. Santos  <thiago.santos@intel.com>
14063
14064         [EFL] Unreviewed gardening.
14065
14066         * platform/efl/TestExpectations:
14067
14068 2013-02-13  Andrew Wilson  <atwilson@chromium.org>
14069
14070         Unreviewed chromium expectation changes.
14071         Fallout from r142683.
14072
14073         * platform/chromium-win/http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added.
14074
14075 2013-02-13  Pablo Flouret  <pablof@motorola.com>
14076
14077         Implement css-conditional's CSS.supports()
14078         https://bugs.webkit.org/show_bug.cgi?id=100324
14079
14080         Reviewed by Antti Koivisto.
14081
14082         * css3/supports-dom-api-expected.txt: Added.
14083         * css3/supports-dom-api.html: Added.
14084         * platform/chromium/TestExpectations:
14085         * platform/efl/TestExpectations:
14086         * platform/gtk/TestExpectations:
14087         * platform/mac/TestExpectations:
14088         * platform/qt/TestExpectations:
14089         * platform/win/TestExpectations:
14090         * platform/wincairo/TestExpectations:
14091         * platform/wk2/TestExpectations:
14092
14093 2013-02-13  Mike West  <mkwst@chromium.org>
14094
14095         location.href does not throw SECURITY_ERR when accessed across origins with JSC bindings
14096         https://bugs.webkit.org/show_bug.cgi?id=43891
14097
14098         Reviewed by Adam Barth.
14099
14100         * http/tests/plugins/resources/cross-frame-object-access.html:
14101         * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt:
14102         * http/tests/security/cross-frame-access-location-get-expected.txt:
14103         * http/tests/security/cross-frame-access-location-get.html:
14104         * http/tests/security/resources/cross-frame-access.js:
14105         (accessThrowsException):
14106         * http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html:
14107         * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html:
14108             Adjusting tests to check for exceptions, and adjusting expectations to match.
14109         * 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.
14110         * platform/chromium/http/tests/security/cross-frame-access-location-get-expected.txt: Added.
14111         * 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.
14112             V8 fails at the moment: http://wkbug.com/43892
14113
14114 2013-02-13  Vsevolod Vlasov  <vsevik@chromium.org>
14115
14116         Unreviewed test fix: removed redundant testRunnet.notifyDone() call that was causing other test failures.
14117
14118         * inspector/script-execution-state-change-notification.html:
14119
14120 2013-02-13  Zan Dobersek  <zdobersek@igalia.com>
14121
14122         Unreviewed GTK gardening.
14123         Rebaselining tests after the DOM4 Events constructors and CSS image-set
14124         support were enabled.
14125
14126         * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt:
14127         * platform/gtk/fast/events/constructors: Added.
14128         * platform/gtk/fast/events/constructors/mouse-event-constructor-expected.txt: Added.
14129         * platform/gtk/fast/events/constructors/wheel-event-constructor-expected.txt: Added.
14130         * platform/gtk/fast/hidpi/image-set-border-image-comparison-expected.txt:
14131         * platform/gtk/fast/hidpi/image-set-border-image-dynamic-expected.txt:
14132         * platform/gtk/fast/hidpi/image-set-border-image-simple-expected.txt:
14133         * platform/gtk/fast/hidpi/image-set-in-content-dynamic-expected.txt:
14134         * platform/gtk/fast/hidpi/image-set-out-of-order-expected.txt:
14135         * platform/gtk/fast/hidpi/image-set-simple-expected.txt:
14136         * platform/gtk/fast/hidpi/image-set-without-specified-width-expected.txt:
14137
14138 2013-02-13  Ádám Kallai  <kadam@inf.u-szeged.hu>
14139
14140         [Qt] Unreviewed gardening. Skip failing tests.
14141
14142         * platform/qt/TestExpectations:
14143
14144 2013-02-12  Hajime Morrita  <morrita@google.com>
14145
14146         [Internals] setShadowDOMEnabled() shouldn't be used except a few tests.
14147         https://bugs.webkit.org/show_bug.cgi?id=109642
14148
14149         Reviewed by Kent Tamura.
14150
14151         * fast/dom/shadow/shadow-dom-enabled-flag-whitelist-expected.txt: Added.
14152         * fast/dom/shadow/shadow-dom-enabled-flag-whitelist.html: Added.
14153
14154 2013-02-12  Vsevolod Vlasov  <vsevik@chromium.org>
14155
14156         Web Inspector: Introduce version controller to migrate settings versions.
14157         https://bugs.webkit.org/show_bug.cgi?id=109553
14158
14159         Reviewed by Yury Semikhatsky.
14160
14161         * inspector/version-controller-expected.txt: Added.
14162         * inspector/version-controller.html: Added.
14163
14164 2013-02-12  Filip Pizlo  <fpizlo@apple.com>
14165
14166         Eradicate fast/js/dfg-poison-fuzz.html
14167         https://bugs.webkit.org/show_bug.cgi?id=109660
14168
14169         Unreviewed.
14170         
14171         I haven't seen this test fail in ages.  And I've seen a lot of DFG bugs!
14172
14173         This is a super expensive test for one bug that used to be in the DFG but that has
14174         since been thoroughly eradicated. Likely the plethora of other DFG tests cover that
14175         bug. Heck, I'm not even sure if the code that this covers is even in the repository
14176         anymore.
14177
14178         In the spirit of not having super expensive and mostly useless tests, I'm removing
14179         this test.
14180
14181         * fast/js/dfg-poison-fuzz-expected.txt: Removed.
14182         * fast/js/dfg-poison-fuzz.html: Removed.
14183         * fast/js/jsc-test-list:
14184         * fast/js/script-tests/dfg-poison-fuzz.js: Removed.
14185         * platform/chromium/TestExpectations:
14186         * platform/gtk/TestExpectations:
14187         * platform/qt-4.8/TestExpectations:
14188         * platform/qt-mac/TestExpectations:
14189         * platform/qt/TestExpectations:
14190
14191 2013-02-12  Alan Cutter  <alancutter@chromium.org>
14192
14193         [Chromium] Rebaseline suggestion-picker layout tests
14194         https://bugs.webkit.org/show_bug.cgi?id=109647
14195
14196         Unreviewed rebaseline.
14197         Text position differences, imperceptible to human sight.
14198         Test failures possibly caused by: http://trac.webkit.org/changeset/142659
14199
14200         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
14201         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
14202         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
14203         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
14204         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
14205         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
14206
14207 2013-02-12  Nate Chapin  <japhet@chromium.org>
14208
14209         REGRESSION: Reloading a local file doesn't pick up changes
14210         https://bugs.webkit.org/show_bug.cgi?id=109344
14211
14212         Reviewed by Alexey Proskuryakov.
14213
14214         * http/tests/cache/reload-main-resource-expected.txt: Added.
14215         * http/tests/cache/reload-main-resource.php: Added.
14216         * http/tests/cache/resources/reload-main-resource-iframe.php: Added.
14217         * http/tests/misc/favicon-loads-with-images-disabled-expected.txt: This test
14218             was being loaded from memory cache in spite of being loaded via reload. We
14219             shouldn't do that.
14220         * http/tests/misc/link-rel-icon-beforeload-expected.txt: This test
14221             was being loaded from memory cache in spite of being loaded via reload. We
14222             shouldn't do that.
14223
14224 2013-02-12  Dima Gorbik  <dgorbik@apple.com>
14225
14226         Mac rebaseline for r142638.
14227
14228         Reviewed by Benjamin Poulain.
14229
14230         * platform/mac-lion/accessibility/table-attributes-expected.txt: Removed.
14231         * platform/mac-lion/accessibility/table-cell-spans-expected.txt: Removed.
14232         * platform/mac-lion/accessibility/table-sections-expected.txt: Removed.
14233         * platform/mac-wk2/accessibility/table-cell-spans-expected.txt: Removed.
14234         * platform/mac/accessibility/table-attributes-expected.txt:
14235         * platform/mac/accessibility/table-cell-spans-expected.txt:
14236         * platform/mac/accessibility/table-cells-expected.txt:
14237         * platform/mac/accessibility/table-sections-expected.txt:
14238         * platform/mac/platform/mac-wk2/tiled-drawing/sticky/sticky-vertical-expected.txt: Added.
14239
14240 2013-02-12  Rafael Weinstein  <rafaelw@chromium.org>
14241
14242         [HTMLTemplateElement] Change template.dat serialization format
14243         https://bugs.webkit.org/show_bug.cgi?id=109635
14244
14245         Reviewed by Eric Seidel.
14246
14247         The serialization format now uses 'content' instead of '#document-fragment' to
14248         denote template contents.
14249
14250         * html5lib/resources/template.dat:
14251         * resources/dump-as-markup.js:
14252         (Markup._get):
14253
14254 2013-02-12  Nico Weber  <thakis@chromium.org>
14255
14256         Remove webintents from TestExpectations files
14257         https://bugs.webkit.org/show_bug.cgi?id=109620
14258
14259         Reviewed by James Robinson.
14260
14261         * platform/chromium/TestExpectations:
14262         * platform/gtk/TestExpectations:
14263         * platform/mac/TestExpectations:
14264         * platform/qt-5.0-mac-wk2/TestExpectations:
14265         * platform/qt/TestExpectations:
14266         * platform/win/TestExpectations:
14267         * platform/wincairo/TestExpectations:
14268
14269 2013-02-12  Dean Jackson  <dino@apple.com>
14270
14271         Unreviewed. Remove webintents from TestExpectations on mac - directory no longer exists.
14272
14273         * platform/mac/TestExpectations:
14274
14275 2013-02-12  Mike West  <mkwst@chromium.org>
14276
14277         Implement script MIME restrictions for X-Content-Type-Options: nosniff
14278         https://bugs.webkit.org/show_bug.cgi?id=71851
14279
14280         Reviewed by Adam Barth.
14281
14282         * http/tests/security/contentTypeOptions/invalid-content-type-options-allowed-expected.txt: Added.
14283         * http/tests/security/contentTypeOptions/invalid-content-type-options-allowed.html: Added.
14284         * http/tests/security/contentTypeOptions/nosniff-script-allowed-expected.txt: Added.
14285         * http/tests/security/contentTypeOptions/nosniff-script-allowed.html: Added.
14286         * http/tests/security/contentTypeOptions/nosniff-script-blocked-expected.txt: Added.
14287         * http/tests/security/contentTypeOptions/nosniff-script-blocked.html: Added.
14288         * http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added.
14289         * http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html: Added.
14290         * http/tests/security/contentTypeOptions/resources/script-with-header.pl: Added.
14291             New tests!
14292         * platform/efl/TestExpectations:
14293         * platform/gtk/TestExpectations:
14294         * platform/mac/TestExpectations:
14295         * platform/qt/TestExpectations:
14296         * platform/win/TestExpectations:
14297         * platform/wincairo/TestExpectations:
14298         * platform/wk2/TestExpectations:
14299             Skip the new tests on platforms where ENABLE_NOSNIFF isn't yet
14300             enabled (everything other than Chromium).
14301
14302 2013-02-12  Emil A Eklund  <eae@chromium.org>
14303
14304         Unreviewed chromium rebaseline for r142638, garden-o-matic screwed up the original rebaseline :(
14305
14306         * platform/chromium-mac-lion/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
14307         * platform/chromium-mac-snowleopard/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
14308         * platform/chromium-win-xp/fast/dom/Window: Added.
14309         * platform/chromium-win-xp/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
14310
14311 2013-02-12  Robert Hogan  <robert@webkit.org>
14312
14313         REGRESSION(r136967): Combination of float and clear yields to bad layout
14314         https://bugs.webkit.org/show_bug.cgi?id=109476
14315
14316         Reviewed by Levi Weintraub.
14317
14318         * fast/block/margin-collapse/self-collapsing-block-with-float-children-expected.txt: Added.
14319         * fast/block/margin-collapse/self-collapsing-block-with-float-children.html: Added.
14320
14321 2013-02-12  Emil A Eklund  <eae@chromium.org>
14322
14323         Unreviewed rebaseline for r142638.
14324
14325         * platform/chromium-linux-x86/fast/dom/Window: Removed.
14326         * platform/chromium-linux-x86/fast/dom/Window/webkitConvertPoint-expected.txt: Removed.
14327         * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt: Removed.
14328         * platform/chromium-mac/fast/dom/Window/webkitConvertPoint-expected.txt:
14329         * platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
14330         * platform/chromium/TestExpectations:
14331         * platform/mac-lion/accessibility: Added.
14332         * platform/mac-lion/accessibility/table-attributes-expected.txt: Added.
14333         * platform/mac-lion/accessibility/table-cell-spans-expected.txt: Added.
14334         * platform/mac-lion/accessibility/table-sections-expected.txt: Added.
14335         * platform/mac-lion/fast/dom/Window: Added.
14336         * platform/mac-lion/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
14337         * platform/mac-wk2/accessibility/table-cell-spans-expected.txt: Added.
14338         * platform/mac-wk2/fast/dom/Window: Added.
14339         * platform/mac-wk2/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
14340         * platform/mac/accessibility/image-link-expected.txt:
14341         * platform/mac/accessibility/internal-link-anchors2-expected.txt:
14342         * platform/mac/accessibility/table-detection-expected.txt:
14343         * platform/mac/fast/dom/Window/webkitConvertPoint-expected.txt:
14344
14345 2013-02-12  Levi Weintraub  <leviw@chromium.org>
14346
14347         ASSERTION FAILED: !object || object->isBox(), UNKNOWN in WebCore::RenderListItem::positionListMarker
14348         https://bugs.webkit.org/show_bug.cgi?id=108699
14349
14350         Reviewed by Abhishek Arya.
14351
14352         * fast/multicol/span/list-multi-column-crash-expected.txt: Added.
14353         * fast/multicol/span/list-multi-column-crash.html: Added.
14354
14355 2013-02-12  Vivek Galatage  <vivek.vg@samsung.com>
14356
14357         Web Inspector: JavaScript execution disabled by browser/UA should be notified to the front-end
14358         https://bugs.webkit.org/show_bug.cgi?id=109402
14359
14360         Reviewed by Yury Semikhatsky.
14361
14362         Tests that whenever Script Execution state is changed outside inspector, its notified to the Inspector front-end.
14363
14364         * inspector/script-execution-state-change-notification-expected.txt: Added.
14365         * inspector/script-execution-state-change-notification.html: Added.
14366
14367 2013-02-12  Uday Kiran  <udaykiran@motorola.com>
14368
14369         Background size width specified in viewport percentage units not working
14370         https://bugs.webkit.org/show_bug.cgi?id=109536
14371
14372         Reviewed by Antti Koivisto.
14373
14374         Added a test for background image width specified in viewport percentage unit.
14375
14376         * fast/backgrounds/size/backgroundSize-viewportPercentage-width-expected.html: Added.
14377         * fast/backgrounds/size/backgroundSize-viewportPercentage-width.html: Added.
14378
14379 2013-02-12  Pablo Flouret  <pablof@motorola.com>
14380
14381         Handle error recovery in @supports
14382         https://bugs.webkit.org/show_bug.cgi?id=103934
14383
14384         Reviewed by Antti Koivisto.
14385
14386         * css3/supports-cssom.html:
14387         * css3/supports-expected.txt:
14388         * css3/supports.html:
14389
14390 2013-02-12  Emil A Eklund  <eae@chromium.org>
14391
14392         TransformState::move should not round offset to int
14393         https://bugs.webkit.org/show_bug.cgi?id=108266
14394
14395         Reviewed by Simon Fraser.
14396         
14397         Add new tests for Element::boundingClientRect and clip rects for
14398         elements on subpixel boundaries.
14399
14400         * fast/dom/Window/webkitConvertPoint.html:
14401         * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt:
14402         Update test and expectations to take new rounding into account.
14403         
14404         * fast/sub-pixel/boundingclientrect-subpixel-margin-expected.txt: Added.
14405         * fast/sub-pixel/boundingclientrect-subpixel-margin.html: Added.
14406         Add test ensuring that boundingClientRect returns accurate and
14407         precise (as opposed to rounded) metrics.
14408         
14409         * fast/sub-pixel/clip-rect-box-consistent-rounding-expected.html: Added.
14410         * fast/sub-pixel/clip-rect-box-consistent-rounding.html: Added.
14411         Add test ensuring that clip rects and elements use consistent rounding.
14412
14413
14414 2013-02-12  Rafael Weinstein  <rafaelw@chromium.org>
14415
14416         [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit
14417         https://bugs.webkit.org/show_bug.cgi?id=109338
14418
14419         Reviewed by Adam Barth.
14420
14421         * html5lib/resources/template.dat:
14422
14423 2013-02-12  Dominic Mazzoni  <dmazzoni@google.com>
14424
14425         ASSERTION FAILED: i < size(), UNKNOWN in WebCore::AccessibilityMenuListPopup::didUpdateActiveOption
14426         https://bugs.webkit.org/show_bug.cgi?id=109452
14427
14428         Reviewed by Chris Fleizach.
14429
14430         Add test to ensure a crash doesn't happen if a selected option
14431         is added to a select element, which was triggering a code path where
14432         the DOM has added a new child of the select but the accessibility
14433         object never got updated.
14434
14435         * accessibility/insert-selected-option-into-select-causes-crash-expected.txt: Added.
14436         * accessibility/insert-selected-option-into-select-causes-crash.html: Added.
14437
14438 2013-02-12  Peter Rybin  <prybin@chromium.org>
14439
14440         Web Inspector: for event listener provide handler function value in protocol and in UI
14441         https://bugs.webkit.org/show_bug.cgi?id=109284
14442
14443         Reviewed by Yury Semikhatsky.
14444
14445         Test is rebased.
14446
14447         * inspector/elements/event-listener-sidebar-expected.txt:
14448         * inspector/elements/event-listeners-about-blank-expected.txt:
14449
14450 2013-02-12  Andrey Lushnikov  <lushnikov@chromium.org>
14451
14452         Web Inspector: refactor some reusable functionality from BraceHighlighter
14453         https://bugs.webkit.org/show_bug.cgi?id=109574
14454
14455         Reviewed by Pavel Feldman.
14456
14457         Add layout test to verify brace highlighter functionality.
14458
14459         * inspector/editor/text-editor-brace-highlighter-expected.txt: Added.
14460         * inspector/editor/text-editor-brace-highlighter.html: Added.
14461
14462 2013-02-12  Andrew Wilson  <atwilson@chromium.org>
14463
14464         Unreviewed chromium expectation update.
14465         https://bugs.webkit.org/show_bug.cgi?id=109581
14466
14467         * platform/chromium/TestExpectations: mark debugger-script-preprocessor.html as crashy.
14468
14469 2013-02-12  Andrew Wilson  <atwilson@chromium.org>
14470
14471         Unreviewed chromium rebaselines after r142586.
14472
14473         * platform/chromium-mac/fast/canvas/webgl/webgl-layer-update-expected.png: Added.
14474
14475 2013-02-12  Vsevolod Vlasov  <vsevik@chromium.org>
14476
14477         Web Inspector: Introduce version controller to migrate settings versions.
14478         https://bugs.webkit.org/show_bug.cgi?id=109553
14479
14480         Reviewed by Yury Semikhatsky.
14481
14482         * inspector/version-controller-expected.txt: Added.
14483         * inspector/version-controller.html: Added.
14484
14485 2013-02-12  Zan Dobersek  <zdobersek@igalia.com>
14486
14487         [GTK] Enable CSS Variables feature in development builds
14488         https://bugs.webkit.org/show_bug.cgi?id=109474
14489
14490         Reviewed by Martin Robinson.
14491
14492         * platform/gtk/TestExpectations: Remove the expectations for tests that now pass.
14493
14494 2013-02-12  Sheriff Bot  <webkit.review.bot@gmail.com>
14495
14496         Unreviewed, rolling out r142531.
14497         http://trac.webkit.org/changeset/142531
14498         https://bugs.webkit.org/show_bug.cgi?id=109569
14499
14500         Causes html5lib/run-template layout test to crash. (Requested
14501         by atwilson_ on #webkit).
14502
14503         * html5lib/resources/template.dat:
14504
14505 2013-02-12  Zan Dobersek  <zdobersek@igalia.com>
14506
14507         [GTK] Enable CSS image-set support in development builds
14508         https://bugs.webkit.org/show_bug.cgi?id=109475
14509
14510         Reviewed by Martin Robinson.
14511
14512         * platform/gtk/TestExpectations: Reclassify two failures that now fail due to
14513         cursor images not loading while the other expectations are removed as the tests
14514         now pass.
14515         * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt: Removed. The generic
14516         expectation now matches the test output.
14517
14518 2013-02-12  Zan Dobersek  <zdobersek@igalia.com>
14519
14520         [GTK] Enable DOM4 events constructors in development builds
14521         https://bugs.webkit.org/show_bug.cgi?id=109471
14522
14523         Reviewed by Martin Robinson.
14524
14525         * platform/gtk/TestExpectations: Remove the failure expectations, the related
14526         tests now pass.
14527
14528 2013-02-12  Andrey Kosyakov  <caseq@chromium.org>
14529
14530         Unreviewed -- suppress stray console message that emerged after r142486.
14531
14532         * inspector/extensions/extensions-events.html:
14533
14534 2013-02-12  Ryosuke Niwa  <rniwa@webkit.org>
14535
14536         REGRESSION(r142576): It made fast/dom/Element/id-in-deletebutton.html fail on Qt.
14537         https://bugs.webkit.org/show_bug.cgi?id=109557
14538
14539         Build fix. Also move this test into platform/mac as done in r142559.
14540
14541         * fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
14542         * fast/dom/Element/id-in-deletebutton.html: Removed.
14543         * platform/chromium-win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
14544         * platform/chromium/TestExpectations:
14545         * platform/efl/TestExpectations:
14546         * platform/gtk/TestExpectations:
14547         * platform/mac/editing/deleting/id-in-deletebutton-expected.txt: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton-expected.txt.
14548         * platform/mac/editing/deleting/id-in-deletebutton.html: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton.html.
14549         * platform/win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
14550         * platform/wincairo/TestExpectations:
14551         * platform/wk2/TestExpectations:
14552
14553 2013-02-12  Andrey Lushnikov  <lushnikov@chromium.org>
14554
14555         Web Inspector: move showWhitespace option into experiments
14556         https://bugs.webkit.org/show_bug.cgi?id=109552
14557
14558         Reviewed by Vsevolod Vlasov.
14559
14560         Fix layout test to switch on experiment instead of toggling one of the
14561         options.
14562
14563         * inspector/editor/text-editor-show-whitespace-expected.txt:
14564         * inspector/editor/text-editor-show-whitespace.html:
14565
14566 2013-02-11  Yury Semikhatsky  <yurys@chromium.org>
14567
14568         Web Inspector: stack trace is cut at native bind if inspector is closed
14569         https://bugs.webkit.org/show_bug.cgi?id=109427
14570
14571         Reviewed by Pavel Feldman.
14572
14573         Test that stack trace for uncaught exceptions is collected when inspector
14574         front-end is closed.
14575
14576         * http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added.
14577         * http/tests/inspector-enabled/console-exception-while-no-inspector.html: Added.
14578         * platform/chromium/http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added.
14579
14580 2013-02-12  Jochen Eisinger  <jochen@chromium.org>
14581
14582         [chromium] move webrtc mocks to testrunner library
14583         https://bugs.webkit.org/show_bug.cgi?id=109041
14584
14585         Reviewed by Adam Barth.
14586
14587         Temporarily disable two WebRTC tests that fail due to a bug in
14588         webkit_support's getCurrentTimeMillsecond.
14589
14590         * platform/chromium/TestExpectations:
14591
14592 2013-02-12  Kent Tamura  <tkent@chromium.org>
14593
14594         INPUT_MULTIPLE_FIELDS_UI: Mouse click not on sub-fields in multiple fields input  should not move focus
14595         https://bugs.webkit.org/show_bug.cgi?id=109544
14596
14597         Reviewed by Kentaro Hara.
14598
14599         * fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt:
14600         * fast/forms/time-multiple-fields/time-multiple-fields-focus.html:
14601         Add test to click a delimiter.
14602
14603 2013-02-11  KwangYong Choi  <ky0.choi@samsung.com>
14604
14605         [EFL] Remove webintents from TestExpectations
14606         https://bugs.webkit.org/show_bug.cgi?id=109537
14607
14608         Unreviewed. webintents tests no longer exist.
14609
14610         * platform/efl/TestExpectations:
14611
14612 2013-02-11  Viatcheslav Ostapenko  <sl.ostapenko@samsung.com>
14613
14614         [EFL][WebGL] WebGL content is not painted after resizing the viewport.
14615         https://bugs.webkit.org/show_bug.cgi?id=106358
14616
14617         Reviewed by Noam Rosenthal.
14618
14619         Add test checking that canvas painting is correct if layer parameters were changed,
14620         but webgl canvas didn't change.
14621
14622         * fast/canvas/webgl/webgl-layer-update-expected.png: Added.
14623         * fast/canvas/webgl/webgl-layer-update-expected.txt: Added.
14624         * fast/canvas/webgl/webgl-layer-update.html: Added.
14625
14626 2013-02-11  KwangYong Choi  <ky0.choi@samsung.com>
14627
14628         [EFL] Some placeholder paint order tests are passing now
14629         https://bugs.webkit.org/show_bug.cgi?id=109164
14630
14631         Unreviewed efl gardening.
14632
14633         fast/forms/input-placeholder-paint-order.html and
14634         fast/forms/textarea/textarea-placeholder-paint-order.html are passing now.
14635
14636         RenderTheme::shouldShowPlaceholderWhenFocused() returns true by r127723
14637         and the expectations are added by r140149.
14638
14639         * platform/efl/TestExpectations:
14640
14641 2013-02-11  KwangYong Choi  <ky0.choi@samsung.com>
14642
14643         [EFL] Remove editing/deleting/deletionUI-single-instance.html from TestExpectations
14644         https://bugs.webkit.org/show_bug.cgi?id=109538
14645
14646         Unreviewed. This test is removed by r142559.
14647
14648         * platform/efl/TestExpectations:
14649
14650 2013-02-11  Eric Carlson  <eric.carlson@apple.com>
14651
14652         [Mac] Track language selection should be sticky
14653         https://bugs.webkit.org/show_bug.cgi?id=109466
14654
14655         Reviewed by Dean Jackson.
14656
14657         * media/track/track-user-preferences-expected.txt: Added.
14658         * media/track/track-user-preferences.html: Added.
14659
14660         * platform/chromium/TestExpectations: Skip new test, it depends on the track menu.
14661         * platform/efl/TestExpectations: Ditto.
14662         * platform/gtk/TestExpectations: Ditto.
14663         * platform/qt/TestExpectations: Ditto.
14664         * platform/win/TestExpectations: Ditto.
14665
14666 2013-02-11  Keishi Hattori  <keishi@webkit.org>
14667
14668         REGRESSION (r140778):Calendar Picker buttons are wrong when rtl
14669         https://bugs.webkit.org/show_bug.cgi?id=109158
14670
14671         Reviewed by Kent Tamura.
14672
14673         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
14674         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
14675         * platform/chromium/TestExpectations:
14676         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.txt: Added.
14677         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar.html: Added.
14678
14679 2013-02-11  Ryosuke Niwa  <rniwa@webkit.org>
14680
14681         Move deletionUI tests into platform/mac
14682         https://bugs.webkit.org/show_bug.cgi?id=109517
14683
14684         Reviewed by Benjamin Poulain.
14685
14686         Moved deletionUI tests into platform/mac since Mac is the only port that ships this feature.
14687
14688         * editing/deleting/5408255-expected.txt: Removed.
14689         * editing/deleting/5408255.html: Removed.
14690         * editing/deleting/deletionUI-single-instance.html: Removed.
14691         * platform/chromium/editing/deleting/deletionUI-single-instance-expected.png: Removed.
14692         * platform/chromium/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
14693         * platform/efl/TestExpectations:
14694         * platform/mac/editing/deleting/deletionUI-click-on-delete-button-expected.txt: Copied from LayoutTests/editing/deleting/5408255-expected.txt.
14695         * platform/mac/editing/deleting/deletionUI-click-on-delete-button.html: Copied from LayoutTests/editing/deleting/5408255.html.
14696         * platform/mac/editing/deleting/deletionUI-single-instance.html: Copied from LayoutTests/editing/deleting/deletionUI-single-instance.html.
14697         * platform/qt-mac/TestExpectations:
14698         * platform/qt/editing/deleting/deletionUI-single-instance-expected.png: Removed.
14699         * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
14700         * platform/win/TestExpectations:
14701         * platform/wincairo/TestExpectations:
14702         * platform/wk2/TestExpectations:
14703
14704 2013-02-11  Adam Barth  <abarth@webkit.org>
14705
14706         Load event fires too early with threaded HTML parser (take 2)
14707         https://bugs.webkit.org/show_bug.cgi?id=109485
14708
14709         Reviewed by Eric Seidel.
14710
14711         This patch also fixes a bug whereby removing an iframe during the load
14712         event would trigger DumpRenderTree to dump the test in the middle of
14713         the load event. We now wait until the load event is over.
14714
14715         * compositing/iframes/remove-iframe-crash-expected.txt:
14716         * fast/frames/iframe-access-screen-of-deleted-expected.txt:
14717         * fast/frames/remove-frame-during-load-event-expected.txt: Added.
14718         * fast/frames/remove-frame-during-load-event.html: Added.
14719         * http/tests/misc/xslt-bad-import-expected.txt:
14720
14721 2013-02-11  Nico Weber  <thakis@chromium.org>
14722
14723         Remove web intents code
14724         https://bugs.webkit.org/show_bug.cgi?id=109501
14725
14726         Reviewed by Eric Seidel.
14727
14728         See thread "Removing ENABLE(WEB_INTENTS) code" on webkit-dev.
14729
14730         * webintents/intent-tag-expected.txt: Removed.
14731         * webintents/intent-tag.html: Removed.
14732         * webintents/resources/pass.html: Removed.
14733         * webintents/resources/web-intents-reload-orig.html: Removed.
14734         * webintents/resources/web-intents-testing.js: Removed.
14735         * webintents/web-intents-api-expected.txt: Removed.
14736         * webintents/web-intents-api.html: Removed.
14737         * webintents/web-intents-delivery-expected.txt: Removed.
14738         * webintents/web-intents-delivery-reuse-expected.txt: Removed.
14739         * webintents/web-intents-delivery-reuse.html: Removed.
14740         * webintents/web-intents-delivery.html: Removed.
14741         * webintents/web-intents-failure-expected.txt: Removed.
14742         * webintents/web-intents-failure.html: Removed.
14743         * webintents/web-intents-invoke-expected.txt: Removed.
14744         * webintents/web-intents-invoke-port-expected.txt: Removed.
14745         * webintents/web-intents-invoke-port.html: Removed.
14746         * webintents/web-intents-invoke.html: Removed.
14747         * webintents/web-intents-obj-constructor-expected.txt: Removed.
14748         * webintents/web-intents-obj-constructor.html: Removed.
14749         * webintents/web-intents-reload-expected.txt: Removed.
14750         * webintents/web-intents-reload.html: Removed.
14751         * webintents/web-intents-reply-expected.txt: Removed.
14752         * webintents/web-intents-reply.html: Removed.
14753
14754 2013-02-11  Stephen Chenney  <schenney@chromium.org>
14755
14756         SVG DOM manipulation crash
14757         https://bugs.webkit.org/show_bug.cgi?id=108709
14758
14759         Reviewed by Eric Seidel.
14760
14761         Adding a test for the case where an SVG <use> tree is rebuild due to
14762         one event listener and a subsequent listener tries to access it. This
14763         does not crash in WebKit but has caused problems in browser code where
14764         the listener tries to access and use toNode on the target of the
14765         event. The test prevents regressions and gives automated security
14766         tests something to work on.
14767
14768         * svg/custom/use-listener-append-crash-expected.txt: Added.
14769         * svg/custom/use-listener-append-crash.html: Added.
14770
14771 2013-02-11  Filip Pizlo  <fpizlo@apple.com>
14772
14773         Strange bug in DFG OSR in JSC
14774         https://bugs.webkit.org/show_bug.cgi?id=109491
14775
14776         Reviewed by Mark Hahnenberg.
14777         
14778         Added one version of the test (dfg-int32-to-double-on-set-local-and-exit) that is based
14779         exactly on Gabor's original test, and another that ought to fail even if I fix other bugs
14780         in the future (see https://bugs.webkit.org/show_bug.cgi?id=109511).
14781
14782         * fast/js/dfg-int32-to-double-on-set-local-and-exit-expected.txt: Added.
14783         * fast/js/dfg-int32-to-double-on-set-local-and-exit.html: Added.
14784         * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit-expected.txt: Added.
14785         * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit.html: Added.
14786         * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-exit.js: Added.
14787         (checkpoint):
14788         (func1):
14789         (func2):
14790         (func3):
14791         (test):
14792         * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-sometimes-exit.js: Added.
14793         (checkpoint):
14794         (func1):
14795         (func2):
14796         (func3):
14797         (test):
14798
14799 2013-02-11  Emil A Eklund  <eae@chromium.org>
14800
14801         Change RenderFrameSet::paint to use m-rows/m_cols directly.
14802         https://bugs.webkit.org/show_bug.cgi?id=108503
14803
14804         Reviewed by Eric Seidel.
14805         
14806         Add test for how we render an invalid frameset.
14807
14808         * fast/frames/invalid-frameset-expected.html: Added.
14809         * fast/frames/invalid-frameset.html: Added.
14810
14811 2013-02-11  Rafael Weinstein  <rafaelw@chromium.org>
14812
14813         [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit
14814         https://bugs.webkit.org/show_bug.cgi?id=109338
14815
14816         Reviewed by Adam Barth.
14817
14818         * html5lib/resources/template.dat:
14819
14820 2013-02-11  Bem Jones-Bey  <bjonesbe@adobe.com>
14821
14822         [CSS Exclusions] Handle shape-outside changing a float's overhang behavior
14823         https://bugs.webkit.org/show_bug.cgi?id=106927
14824
14825         Reviewed by Julien Chaffraix.
14826
14827         This is also tested by the existing tests for shape outside on floats positioning.
14828
14829         * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang-expected.html: Added.
14830         * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang.html: Added.
14831
14832 2013-02-11  Tim Horton  <timothy_horton@apple.com>
14833
14834         FrameView::setScrollPosition should clamp scroll position before handing it to
14835         ScrollingCoordinator instead of depending on ScrollView to do this
14836         https://bugs.webkit.org/show_bug.cgi?id=109497
14837         <rdar://problem/12631789>
14838
14839         Reviewed by Simon Fraser.
14840
14841         Adjust some test results which previously expected out-of-bounds scrolling to happen.
14842
14843         Add a test that ensures that out-of-bounds scrolling doesn't happen.
14844
14845         * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls-expected.txt: Added.
14846         * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls.html: Added.
14847         * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-expected.txt:
14848         * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt:
14849         * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset-expected.txt:
14850         * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
14851
14852 2013-02-11  Adam Barth  <abarth@webkit.org>
14853
14854         The threaded HTML parser should pass all the fast/parser tests
14855         https://bugs.webkit.org/show_bug.cgi?id=109486
14856
14857         Reviewed by Tony Gentilcore.
14858
14859         * fast/parser/document-close-iframe-load-partial-entity-expected.txt: Added.
14860         * fast/parser/document-close-iframe-load-partial-entity.html: Added.
14861
14862 2013-02-11  Julien Chaffraix  <jchaffraix@webkit.org>
14863
14864         Unreviewed Chromium rebaselining after r142500.
14865
14866         * platform/chromium-linux/fast/repaint/selection-after-remove-expected.png:
14867         * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png:
14868         * platform/chromium-mac-snowleopard/fast/repaint/selection-after-remove-expected.png:
14869         * platform/chromium-mac/fast/repaint/selection-after-remove-expected.png:
14870         * platform/chromium-win/fast/repaint/selection-after-remove-expected.png:
14871         Slight painting regression that brings us back to pre-r132591 baselines.
14872
14873 2013-02-11  Joshua Bell  <jsbell@chromium.org>
14874
14875         IndexedDB: database connections don't close after versionchange transaction aborts
14876         https://bugs.webkit.org/show_bug.cgi?id=102298
14877
14878         Reviewed by Tony Chang.
14879
14880         Added dedicated test, updated tests dependent on buggy behavior.
14881
14882         * storage/indexeddb/aborted-versionchange-closes-expected.txt: Added.
14883         * storage/indexeddb/aborted-versionchange-closes.html: Added.
14884         * storage/indexeddb/lazy-index-population-expected.txt:
14885         * storage/indexeddb/lazy-index-population.html: Remove manual closing.
14886         * storage/indexeddb/objectstore-basics-expected.txt:
14887         * storage/indexeddb/objectstore-basics-workers-expected.txt:
14888         * storage/indexeddb/resources/aborted-versionchange-closes.js: Added.
14889         * storage/indexeddb/resources/objectstore-basics.js: Removed dependency on bug.
14890
14891 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
14892
14893         [EFL] fast/forms/number/number-l10n-input.html is failing
14894         https://bugs.webkit.org/show_bug.cgi?id=109440
14895
14896         Reviewed by Laszlo Gombos.
14897
14898         Unskip fast/forms/number/number-l10n-input.html on EFL port
14899         now that it passes.
14900
14901         * platform/efl/TestExpectations:
14902
14903 2013-02-11  Adam Barth  <abarth@webkit.org>
14904
14905         Remove failure expectation now that this test is passing.
14906
14907         * platform/chromium/TestExpectations:
14908
14909 2013-02-11  Benjamin Poulain  <benjamin@webkit.org>
14910
14911         Kill TestRunner::setMinimumTimerInterval; implement the feature with InternalSettings
14912         https://bugs.webkit.org/show_bug.cgi?id=109349
14913
14914         Reviewed by Sam Weinig.
14915
14916         Update the tests to use InternalSettings.
14917
14918         * fast/dom/timer-increase-min-interval-and-reset-part-1.html:
14919         * fast/dom/timer-increase-min-interval-repeating.html:
14920         * fast/dom/timer-increase-min-interval.html:
14921         * fast/dom/timer-increase-then-decrease-min-interval-repeating.html:
14922         * fast/dom/timer-increase-then-decrease-min-interval.html:
14923
14924 2013-02-11  Mike West  <mkwst@chromium.org>
14925
14926         CSP reports for blocked 'data:' URLs should report the scheme only.
14927         https://bugs.webkit.org/show_bug.cgi?id=109429
14928
14929         Reviewed by Adam Barth.
14930
14931         * http/tests/security/contentSecurityPolicy/report-blocked-data-uri-expected.txt: Added.
14932         * http/tests/security/contentSecurityPolicy/report-blocked-data-uri.html: Added.
14933
14934 2013-02-11  Julien Chaffraix  <jchaffraix@webkit.org>
14935
14936         Regression(r131539): Heap-use-after-free in WebCore::RenderBlock::willBeDestroyed
14937         https://bugs.webkit.org/show_bug.cgi?id=107189
14938
14939         Reviewed by Abhishek Arya.
14940
14941         * fast/dynamic/continuation-detach-crash-expected.txt: Added.
14942         * fast/dynamic/continuation-detach-crash.html: Added.
14943
14944 2013-02-11  Tony Chang  <tony@chromium.org>
14945
14946         Move setFrameFlatteningEnabled from layoutTestController to window.internals.settings
14947         https://bugs.webkit.org/show_bug.cgi?id=87149
14948
14949         Reviewed by Simon Fraser.
14950
14951         Update tests to use internal.settings.setFrameFlatteningEnabled, which is automatically
14952         generated from Settings.in.
14953         Add a Mac only test that uses overridePreference to test the API.
14954
14955         * fast/frames/flattening/crash-svg-document.html:
14956         * fast/frames/flattening/frameset-flattening-advanced.html:
14957         * fast/frames/flattening/frameset-flattening-grid.html:
14958         * fast/frames/flattening/frameset-flattening-simple.html:
14959         * fast/frames/flattening/frameset-flattening-subframe-resize.html:
14960         * fast/frames/flattening/frameset-flattening-subframesets.html:
14961         * fast/frames/flattening/iframe-flattening-crash.html:
14962         * fast/frames/flattening/iframe-flattening-fixed-height.html:
14963         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
14964         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
14965         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
14966         * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
14967         * fast/frames/flattening/iframe-flattening-fixed-width.html:
14968         * fast/frames/flattening/iframe-flattening-nested.html:
14969         * fast/frames/flattening/iframe-flattening-offscreen.html:
14970         * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
14971         * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
14972         * fast/frames/flattening/iframe-flattening-out-of-view.html:
14973         * fast/frames/flattening/iframe-flattening-selection-crash.html:
14974         * fast/frames/flattening/iframe-flattening-simple.html:
14975         * fast/frames/flattening/iframe-tiny.html:
14976         * fast/spatial-navigation/snav-iframe-flattening-simple.html:
14977         * fast/text-autosizing/narrow-iframe-flattened.html:
14978         * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
14979         * platform/chromium/TestExpectations: Chromium doesn't use frame flattening on mobile either.
14980         * plugins/frameset-with-plugin-frame.html:
14981         * fast/frames/flattening/crash-svg-document.html:
14982         * fast/frames/flattening/frameset-flattening-advanced.html:
14983         * fast/frames/flattening/frameset-flattening-grid.html:
14984         * fast/frames/flattening/frameset-flattening-simple.html:
14985         * fast/frames/flattening/frameset-flattening-subframe-resize.html:
14986         * fast/frames/flattening/frameset-flattening-subframesets.html:
14987         * fast/frames/flattening/iframe-flattening-crash.html:
14988         * fast/frames/flattening/iframe-flattening-fixed-height.html:
14989         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
14990         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
14991         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
14992         * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
14993         * fast/frames/flattening/iframe-flattening-fixed-width.html:
14994         * fast/frames/flattening/iframe-flattening-nested.html:
14995         * fast/frames/flattening/iframe-flattening-offscreen.html:
14996         * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
14997         * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
14998         * fast/frames/flattening/iframe-flattening-out-of-view.html:
14999         * fast/frames/flattening/iframe-flattening-selection-crash.html:
15000         * fast/frames/flattening/iframe-flattening-simple.html:
15001         * fast/frames/flattening/iframe-tiny.html:
15002         * fast/spatial-navigation/snav-iframe-flattening-simple.html:
15003         * fast/text-autosizing/narrow-iframe-flattened.html:
15004         * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
15005         * platform/chromium/TestExpectations:
15006         * platform/mac/fast/frames/flattening/set-preference-expected.txt: Added.
15007         * platform/mac/fast/frames/flattening/set-preference.html: Added.
15008         * plugins/frameset-with-plugin-frame.html:
15009
15010 2013-02-11  Adam Barth  <abarth@webkit.org>
15011
15012         document.write during window.onload can trigger DumpRenderTree to dump the render tree
15013         https://bugs.webkit.org/show_bug.cgi?id=109465
15014
15015         Reviewed by Eric Seidel.
15016
15017         * fast/parser/document-write-during-load-expected.txt: Added.
15018         * fast/parser/document-write-during-load.html: Added.
15019
15020 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
15021
15022         Unreviewed EFL gardening.
15023
15024         Mark fast/flexbox/line-clamp-link-after-ellipsis.html as failing
15025         on EFL port. This test was introduced in r142335.
15026
15027         * platform/efl/TestExpectations:
15028
15029 2013-02-11  Andrey Kosyakov  <caseq@chromium.org>
15030
15031         Web Inspector: Timeline: invalidate and force locations are same for Layout records caused by style recalculaiton
15032         https://bugs.webkit.org/show_bug.cgi?id=109294
15033
15034         Reviewed by Pavel Feldman.
15035
15036         * inspector/timeline/timeline-layout-reason-expected.txt: Added.
15037         * inspector/timeline/timeline-layout-reason.html: Added.
15038         * inspector/timeline/timeline-test.js:
15039         (initialize_Timeline.step2):
15040         (initialize_Timeline.InspectorTest.evaluateWithTimeline): Extracted "performActions" step from performActionsAndPrint()
15041         (initialize_Timeline.):
15042         (initialize_Timeline.InspectorTest.performActionsAndPrint):
15043         (initialize_Timeline.InspectorTest.findPresentationRecord.findByType):
15044         (initialize_Timeline.InspectorTest.findPresentationRecord):
15045
15046 2013-02-01  Andrey Kosyakov  <caseq@chromium.org>
15047
15048         Web Inspector: [Extension API] adjust inspectedWindow.eval() callback parameters to expose non-exceptional error
15049         https://bugs.webkit.org/show_bug.cgi?id=108640
15050
15051         Reviewed by Vsevolod Vlasov.
15052
15053         Rebase tests following change in exception parameter to inspectedWindow.eval() callback.
15054
15055         * inspector/extensions/extensions-eval-expected.txt:
15056         * inspector/extensions/extensions-eval.html:
15057         * inspector/extensions/extensions-sidebar-expected.txt:
15058
15059 2013-02-11  Andrey Kosyakov  <caseq@chromium.org>
15060
15061         Web Inspector: [Extensions API] expose ExtensionServerClient to tests so tests use same port as extensions API
15062         https://bugs.webkit.org/show_bug.cgi?id=109443
15063
15064         Reviewed by Vsevolod Vlasov.
15065
15066         - replace additional message ports used for evaluating code in front-end with normal extension transport.
15067
15068         * http/tests/inspector/extensions-test.js:
15069         (initialize_ExtensionsTest.window.buildPlatformExtensionAPI):
15070         (initialize_ExtensionsTest.InspectorTest._replyToExtension):
15071         (initialize_ExtensionsTest.onEvaluate):
15072         * http/tests/inspector/resources/extension-main.js:
15073         * inspector/extensions/extensions-audits.html:
15074
15075 2013-02-11  Joshua Bell  <jsbell@chromium.org>
15076
15077         [V8] IndexedDB: Minor GC can collect IDBDatabase wrapper with versionchange handler
15078         https://bugs.webkit.org/show_bug.cgi?id=108670
15079
15080         Reviewed by Kentaro Hara.
15081
15082         * storage/indexeddb/database-wrapper-expected.txt: Added.
15083         * storage/indexeddb/database-wrapper.html: Added.
15084         * storage/indexeddb/resources/database-wrapper.js: Added.
15085         (test):
15086         (openDB):
15087         (onUpgradeNeeded):
15088         (openSuccess.get request.onsuccess):
15089         (onVersionChange):
15090         (collectGarbage):
15091         (openAgain):
15092         (onBlocked):
15093         (openAgainSuccess):
15094
15095 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
15096
15097         Unreviewed EFL gardening.
15098
15099         Skip fast/forms/number/number-l10n-input.html that was added in r142122
15100         but fails on EFL port.
15101
15102         * platform/efl/TestExpectations:
15103
15104 2013-02-11  Vsevolod Vlasov  <vsevik@chromium.org>
15105
15106         Unreviewed revert test fix attempt and skip it.
15107
15108         * inspector/editor/text-editor-home-button.html:
15109         * platform/chromium/TestExpectations:
15110
15111 2013-02-11  Vsevolod Vlasov  <vsevik@chromium.org>
15112
15113         Web Inspector: WebInspector.Project refactorings.
15114         https://bugs.webkit.org/show_bug.cgi?id=109433
15115
15116         Reviewed by Alexander Pavlov.
15117
15118         * inspector/debugger/live-edit-breakpoints.html:
15119         * inspector/uisourcecode-revisions.html:
15120
15121 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
15122
15123         Unreviewed EFL gardening.
15124
15125         - Rebaseline fast/dynamic/002.html on EFL port after r142015.
15126         - Skip several compositing test cases that started failing after r142112.
15127         - Skip several new Kronos WebGL conformance tests that are failing on EFL WK2.
15128
15129         * platform/efl-wk2/TestExpectations:
15130         * platform/efl/fast/dynamic/002-expected.png:
15131         * platform/efl/fast/dynamic/002-expected.txt:
15132
15133 2013-02-11  Zan Dobersek  <zdobersek@igalia.com>
15134
15135         Unreviewed GTK gardening.
15136
15137         * platform/gtk/TestExpectations: Adding a failure expectation for the
15138         cssom/cssvalue-comparison.html, the test was added in r142444 and is failing
15139         due to CSS image-set functionality not yet enabled in the GTK port.
15140
15141 2013-02-11  Alexei Filippov  <alph@chromium.org>
15142
15143         Web Inspector: Split Profiler domain in protocol into Profiler and HeapProfiler
15144         https://bugs.webkit.org/show_bug.cgi?id=108653
15145
15146         Reviewed by Yury Semikhatsky.
15147
15148         Currently CPU and heap profilers share the same domain 'Profiler' in the protocol.
15149         In fact these two profile types have not too much in common. So put each into its own domain.
15150         It should also help when Profiles panel gets split into several tools.
15151         This is the phase 1 which adds InspectorHeapProfilerAgent but doesn't
15152         change the original InspectorProfilerAgent.
15153
15154         * inspector-protocol/heap-profiler/resources/heap-snapshot-common.js:
15155         (InspectorTest.takeHeapSnapshot.InspectorTest.eventHandler.string_appeared_here):
15156         (InspectorTest.takeHeapSnapshot):
15157         * inspector-protocol/nmi-webaudio-leak-test.html:
15158         * inspector/profiler/heap-snapshot-get-profile-crash.html:
15159         * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html:
15160         * inspector/profiler/heap-snapshot-loader.html:
15161         * inspector/profiler/heap-snapshot-test.js:
15162         (initialize_HeapSnapshotTest):
15163
15164 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
15165
15166         Unreviewed EFL gardening.
15167
15168         Rebaseline EFL expectation for fast/js/global-constructors.html after
15169         r142205.
15170
15171         * platform/efl/fast/js/global-constructors-expected.txt:
15172
15173 2013-02-11  Vsevolod Vlasov  <vsevik@chromium.org>
15174
15175         Unreviewed r142439 follow-up: test fix.
15176
15177         * inspector/editor/text-editor-home-button.html:
15178
15179 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
15180
15181         Unreviewed EFL gardening.
15182
15183         Mark 2 webgl/conformance test cases as crashing on EFL WK2.
15184
15185         * platform/efl-wk2/TestExpectations:
15186
15187 2013-02-11  Kentaro Hara  <haraken@chromium.org>
15188
15189         Unreviewed gardening. Marked editing/spelling/spellcheck-async.html
15190         as [ Pass Failure ].
15191
15192         * platform/chromium/TestExpectations:
15193
15194 2013-02-11  Kentaro Hara  <haraken@chromium.org>
15195
15196         Unreviewed gardening. Added [Timeout] to http/tests/misc/window-dot-stop.html.
15197
15198         * platform/chromium/TestExpectations:
15199
15200 2013-02-11  Zan Dobersek  <zdobersek@igalia.com>
15201
15202         Unreviewed GTK gardening.
15203
15204         Adjusted expectations for two flaky crashers.
15205         Removed failure expectations for tests that pass.
15206
15207         * platform/gtk/TestExpectations:
15208
15209 2013-02-11  Alexander Pavlov  <apavlov@chromium.org>
15210
15211         Web Inspector: Implement position-based sourcemapping for stylesheets
15212         https://bugs.webkit.org/show_bug.cgi?id=109168
15213
15214         Added test for the stylesheet source mappings, followed the API changes,
15215         removed RangeBasedSourceMap tests as this type of sourcemap is gone.
15216
15217         Reviewed by Vsevolod Vlasov.
15218
15219         * http/tests/inspector/compiler-script-mapping-expected.txt:
15220         * http/tests/inspector/compiler-script-mapping.html:
15221         * http/tests/inspector/resources/example.css.map: Added.
15222         * http/tests/inspector/resources/example.scss: Added.
15223         * http/tests/inspector/stylesheet-source-mapping-expected.txt: Added.
15224         * http/tests/inspector/stylesheet-source-mapping.html: Added.
15225         * inspector/styles/range-based-mapping-expected.txt: Removed.
15226         * inspector/styles/range-based-mapping.html: Removed.
15227
15228 2013-02-11  Alexander Shalamov  <alexander.shalamov@intel.com>
15229
15230         Implement CSSValue::equals(const CSSValue&) to optimise CSSValue comparison
15231         https://bugs.webkit.org/show_bug.cgi?id=102901
15232
15233         Reviewed by Antti Koivisto.
15234
15235         New layout test to verify that CSSValue objects comparison works properly.
15236
15237         * cssom/cssvalue-comparison-expected.txt: Added.
15238         * cssom/cssvalue-comparison.html: Added.
15239
15240 2013-02-11  Kentaro Hara  <haraken@chromium.org>
15241
15242         Unreviewed gardening. Mark svg/custom/foreign-object-skew.svg
15243         as [ ImageOnlyFailure Pass ].
15244
15245         * platform/chromium/TestExpectations:
15246
15247 2013-02-11  John J. Barton  <johnjbarton@chromium.org>
15248
15249         Web Inspector: Don't throw exceptions in WebInspector.Color
15250         https://bugs.webkit.org/show_bug.cgi?id=104835
15251
15252         Reviewed by Vsevolod Vlasov.
15253         
15254         Added case to test parsing 'none' from border style
15255
15256         * inspector/styles/styles-invalid-color-values-expected.txt:
15257         * inspector/styles/styles-invalid-color-values.html:
15258
15259 2013-02-11  Andrey Lushnikov  <lushnikov@chromium.org>
15260
15261         Web Inspector: home button behaviour is wrong in DTE
15262         https://bugs.webkit.org/show_bug.cgi?id=109154
15263
15264         Reviewed by Vsevolod Vlasov.
15265
15266         Add layout test to verify home button behaviour. Exclude this test on
15267         platforms that do not have eventSender object in test shell.
15268
15269         * inspector/editor/editor-test.js:
15270         (initialize_EditorTests.lineWithCursor):
15271         (initialize_EditorTests.InspectorTest.textWithSelection): Added helper method to add selection symbols in text.
15272         * inspector/editor/text-editor-home-button-expected.txt: Added.
15273         * inspector/editor/text-editor-home-button.html: Added.
15274         * platform/efl/TestExpectations:
15275         * platform/mac/TestExpectations:
15276         * platform/qt/TestExpectations:
15277
15278 2013-02-11  Philippe Normand  <pnormand@igalia.com>
15279
15280         Unreviewed, GTK gardening
15281
15282         * platform/gtk/TestExpectations: Flagging media tests affected
15283         by bug 108682
15284
15285 2013-02-11  Ádám Kallai  <kadam@inf.u-szeged.hu>
15286
15287         [Qt] Unreviewed gardening. Skip faling test.
15288         https://bugs.webkit.org/show_bug.cgi?id=109353.
15289
15290         * platform/qt/TestExpectations:
15291
15292 2013-02-10  Chris Fleizach  <cfleizach@apple.com>
15293
15294         WebSpeech: Implement basic speaking/finished speaking behavior
15295         https://bugs.webkit.org/show_bug.cgi?id=107135
15296
15297         Reviewed by Sam Weinig.
15298
15299         * platform/mac/fast/speechsynthesis/speech-synthesis-speak-expected.txt: Added.
15300         * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html: Added.
15301
15302 2013-02-10  Kentaro Hara  <haraken@chromium.org>
15303
15304         Unreviewed gardening. Rebaselined an image.
15305
15306         * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
15307
15308 2013-02-10  Kentaro Hara  <haraken@chromium.org>
15309
15310         Unreviewed gardening. Marked http/tests/css/css-image-loading.html as SLOW.
15311
15312         * platform/chromium/TestExpectations:
15313
15314 2013-02-10  Kentaro Hara  <haraken@chromium.org>
15315
15316         Unreviewed gardening. Rebaselined an image.
15317
15318         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
15319
15320 2013-02-10  Kentaro Hara  <haraken@chromium.org>
15321
15322         Unreviewed gardening. Rebaselined an image.
15323
15324         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
15325
15326 2013-02-10  Kentaro Hara  <haraken@chromium.org>
15327
15328         Unreviewed gardening. Marked fast/frames/seamless/seamless-inherited-origin.html as FAIL.
15329
15330         * platform/chromium/TestExpectations:
15331
15332 2013-02-10  Kentaro Hara  <haraken@chromium.org>
15333
15334         Unreviewed gardening. Rebaselined svg/custom/foreign-object-skew.svg.
15335
15336         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
15337
15338 2013-02-10  Tim Horton  <timothy_horton@apple.com>
15339
15340         REGRESSION (r132422): Page content and scrollbars are incorrectly offset after restoring a page from the page cache
15341         https://bugs.webkit.org/show_bug.cgi?id=109317
15342         <rdar://problem/12649131>
15343
15344         Reviewed by Simon Fraser.
15345
15346         Add a test that ensures that scroll position is correctly restored for pages coming out of the page cache when tiled drawing is enabled.
15347
15348         * platform/mac-wk2/tiled-drawing/resources/go-back.html: Added.
15349         * platform/mac-wk2/tiled-drawing/resources/scroll-and-load-page.html: Added.
15350         * platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration.html: Added.
15351
15352 2013-02-10  Philippe Normand  <pnormand@igalia.com>
15353
15354         Unreviewed, GTK gardening.
15355
15356         * platform/gtk/TestExpectations: Remove duplicate test expectation
15357         for media/track/track-in-band-style.html.
15358
15359 2013-02-10  Philippe Normand  <pnormand@igalia.com>
15360
15361         [GStreamer] media/video-controls-fullscreen-volume.html crashes
15362         https://bugs.webkit.org/show_bug.cgi?id=108682
15363
15364         Reviewed by Martin Robinson.
15365
15366         * platform/gtk/TestExpectations: Unflag now passing tests.
15367
15368 2013-02-10  Kent Tamura  <tkent@chromium.org>
15369
15370         [Chromium] Test expectation update
15371         https://bugs.webkit.org/show_bug.cgi?id=109376
15372
15373         * platform/chromium/TestExpectations:
15374         fast/frames/seamless/seamless-inherited-origin.html is failing on debug bots.
15375
15376 2013-02-10  Philippe Normand  <pnormand@igalia.com>
15377
15378         Unreviewed, GTK gardening.
15379
15380         * platform/gtk/TestExpectations: Flag new failing media/track test.
15381
15382 2013-02-10  Kent Tamura  <tkent@chromium.org>
15383
15384         [Chromium] Test expectation update
15385         https://bugs.webkit.org/show_bug.cgi?id=92941
15386
15387         * platform/chromium/TestExpectations:
15388         accessibility/loading-iframe-updates-axtree.html is [ Timeout ].
15389
15390 2013-02-10  Christophe Dumez  <ch.dumez@sisa.samsung.com>
15391
15392         Unreviewed EFL gardening.
15393
15394         Unskip fast/encoding/parser-tests-*.html tests now that the crashes
15395         have been fixed by r142385.
15396
15397         * platform/efl-wk2/TestExpectations:
15398
15399 2013-02-09  James Robinson  <jamesr@chromium.org>
15400
15401         Chromium gardening
15402
15403         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
15404         * platform/chromium/TestExpectations:
15405
15406 2013-02-09  Dominic Mazzoni  <dmazzoni@google.com>
15407
15408         fast/encoding/parser-tests-*.html tests sometimes crash
15409         https://bugs.webkit.org/show_bug.cgi?id=108058
15410
15411         Reviewed by Chris Fleizach.
15412
15413         Make test less brittle by (1) giving the iframe an aria-role so
15414         it's never ignored, and (2) using accessibilityElementById instead
15415         of assuming an element is in a specific place in the AX tree.
15416
15417         * accessibility/loading-iframe-updates-axtree.html:
15418
15419 2013-02-09  Stephen Chenney  <schenney@chromium.org>
15420
15421         [Chromium] Reverting earlier change now
15422
15423         Unreviewed expectations.
15424
15425         * platform/chromium/TestExpectations: Removed all the expectations added earlier.
15426
15427 2013-02-09  Philip Rogers  <pdr@google.com>
15428
15429         Sanitize m_keyTimes for paced value animations
15430         https://bugs.webkit.org/show_bug.cgi?id=108828
15431
15432         Reviewed by Dirk Schulze.
15433
15434         * svg/animations/animate-keytimes-crash-expected.html: Added.
15435         * svg/animations/animate-keytimes-crash.html: Added.
15436
15437 2013-02-09  Stephen Chenney  <schenney@chromium.org>
15438
15439         [Chromium] Trying to turn the build.webkit.org builders greener
15440
15441         Unreviewed expectations.
15442
15443         We seem to have an issue with build.webkit.org test bots and
15444         Chromium.WebKit test bots doing different things. This is temporary
15445         until we figure out what went wrong.
15446
15447         * platform/chromium/TestExpectations: Re-adding all the changes due to Skia flags.
15448
15449 2013-02-09  Kent Tamura  <tkent@chromium.org>
15450
15451         Fix crash by img[ismap] with content property
15452         https://bugs.webkit.org/show_bug.cgi?id=108702
15453
15454         Reviewed by Adam Barth.
15455
15456         * fast/dom/HTMLAnchorElement/anchor-ismap-crash-expected.txt: Added.
15457         * fast/dom/HTMLAnchorElement/anchor-ismap-crash.html: Added.
15458
15459 2013-02-09  Kent Tamura  <tkent@chromium.org>
15460
15461         [Chromium] Test expectation update.
15462
15463         * platform/chromium/TestExpectations:
15464         Correct encrypted-media-v2-*.html expectation.
15465
15466 2013-02-09  Zan Dobersek  <zdobersek@igalia.com>
15467
15468         Unreviewed GTK gardening.
15469
15470         * platform/gtk/TestExpectations: Adding a failure expectation for the test introduced in r142335.
15471
15472 2013-02-09  Christophe Dumez  <ch.dumez@sisa.samsung.com>
15473
15474         Unreviewed EFL gardening.
15475
15476         Rebaseline fast/text/international/bidi-ignored-for-first-child-inline.html
15477         after r142152.
15478
15479         * platform/efl/TestExpectations:
15480         * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
15481         * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
15482
15483 2013-02-09  Andrey Lushnikov  <lushnikov@chromium.org>
15484
15485         Web Inspector: show whitespace characters in DTE
15486         https://bugs.webkit.org/show_bug.cgi?id=108947
15487
15488         Reviewed by Pavel Feldman.
15489
15490         Add layout test to verify whitespace highlight functionality.
15491
15492         * inspector/editor/text-editor-show-whitespace-expected.txt: Added.
15493         * inspector/editor/text-editor-show-whitespace.html: Added.
15494
15495 2013-02-08  Eric Carlson  <eric.carlson@apple.com>
15496
15497         [Mac] respect in-band caption color
15498         https://bugs.webkit.org/show_bug.cgi?id=109203
15499
15500         Reviewed by Dean Jackson.
15501
15502         * media/track/track-in-band-style-expected.txt: Added.
15503         * media/track/track-in-band-style.html: Added.
15504
15505         * platform/chromium/TestExpectations: Skip new test.
15506         * platform/efl/TestExpectations: Ditto.
15507         * platform/gtk/TestExpectations: Ditto.
15508         * platform/mac/TestExpectations: Ditto.
15509         * platform/qt/TestExpectations: Ditto.
15510         * platform/win/TestExpectations: Ditto.
15511
15512 2013-02-08  Gregg Tavares  <gman@chromium.org>
15513
15514         Disable All WebGL Tests on WebKit for Windows
15515         https://bugs.webkit.org/show_bug.cgi?id=109207
15516
15517         Unreviewed expectations update.
15518
15519         * platform/win/TestExpectations:
15520
15521 2013-02-08  Tim Horton  <timothy_horton@apple.com>
15522
15523         Some tiled drawing tests use scalePageBy() incorrectly
15524         https://bugs.webkit.org/show_bug.cgi?id=109336
15525
15526         Rubber-stamped by Simon Fraser.
15527
15528         scalePageBy takes (scale, x, y). Some of the tiled drawing tests are incorrectly handing them (scale, scale).
15529         Adjust the tests and the expected results.
15530
15531         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed.html:
15532         * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
15533         * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html:
15534         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
15535         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html:
15536         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html:
15537
15538 2013-02-08  Andy Estes  <aestes@apple.com>
15539
15540         Restore pre-r118852 behavior for EllipsisBox::nodeAtPoint()
15541         https://bugs.webkit.org/show_bug.cgi?id=109277
15542
15543         Reviewed by Simon Fraser.
15544
15545         Remove test added by r118852 and add a test that verifies the original
15546         expected behavior.
15547
15548         * fast/css/text-overflow-ellipsis-hit-test-expected.txt: Removed.
15549         * fast/css/text-overflow-ellipsis-hit-test.html: Removed.
15550         * fast/flexbox/line-clamp-link-after-ellipsis-expected.txt: Added.
15551         * fast/flexbox/line-clamp-link-after-ellipsis.html: Added.
15552
15553 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15554
15555         [Chromium] Expectation modification after r142327
15556
15557         Unreviewed expectations update.
15558
15559         The test from "Bring WebKit up to speed with latest Encrypted Media spec" is slow.
15560
15561         * platform/chromium/TestExpectations:
15562
15563 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15564
15565         [Chromium] Expectations as a result of removing Skia code suppressions
15566
15567         Unreviewed expectations update.
15568
15569         A remaining textual fix.
15570
15571         * editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
15572         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
15573         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
15574         * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
15575
15576 2013-02-08  Jeffrey Pfau  <jpfau@apple.com>
15577
15578         [Mac] Unreviewed rebaseline
15579
15580         * platform/mac-lion/compositing/visible-rect/iframe-no-layers-expected.txt: Removed.
15581         * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
15582
15583 2013-02-08  Jer Noble  <jer.noble@apple.com>
15584
15585         Bring WebKit up to speed with latest Encrypted Media spec.
15586         https://bugs.webkit.org/show_bug.cgi?id=97037
15587
15588         Reviewed by Eric Carlson.
15589
15590         Added new tests for the updated Encrypted Media Extensions spec.
15591
15592         * media/encrypted-media/encrypted-media-v2-events-expected.txt: Added.
15593         * media/encrypted-media/encrypted-media-v2-events.html: Added.
15594         * media/encrypted-media/encrypted-media-v2-syntax-expected.txt: Added.
15595         * media/encrypted-media/encrypted-media-v2-syntax.html: Added.
15596         * platform/Chromium/TestExpectations: Skip the new media/encrypted-media/ v2 tests.
15597         * platform/mac/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Added.
15598
15599 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15600
15601         [Chromium] Expectations as a result of removing Skia code suppressions
15602
15603         Unreviewed expectations update.
15604
15605         Why does this test always fail to be correctly rebaselined during mass updates?
15606
15607         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
15608
15609 2013-02-08  Joshua Bell  <jsbell@chromium.org>
15610
15611         IndexedDB: De-flake open-during-transaction layout test
15612         https://bugs.webkit.org/show_bug.cgi?id=109072
15613
15614         Reviewed by Tony Chang.
15615
15616         This test was observed to be flaky in local runs; sometimes the transaction
15617         would terminate after the third open() call rather than the second, resulting
15618         in a TEXT difference. Added code to keep the transaction alive until all of
15619         the open() calls are complete, and changed expectations to match.
15620
15621         * storage/indexeddb/open-during-transaction-expected.txt:
15622         * storage/indexeddb/resources/open-during-transaction.js:
15623
15624 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15625
15626         [Chromium] Expectations as a result of removing Skia code suppressions
15627
15628         Unreviewed expectations update.
15629
15630         Cleaning up the remaining failures. With luck this is it, although probably not.
15631
15632         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
15633         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
15634         * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
15635         * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
15636         * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
15637         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
15638         * platform/chromium-mac-lion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
15639         * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
15640         * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
15641         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
15642         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
15643         * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Removed.
15644         * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
15645         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
15646         * platform/chromium-win/media/video-zoom-controls-expected.png:
15647
15648 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15649
15650         Expectations as a result of removing Skia code suppressions
15651
15652         Unreviewed expectations update.
15653
15654         Round 19. The last, except for cleanup. Too many to list.
15655
15656         * platform/chromium/TestExpectations:
15657
15658 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15659
15660         Expectations as a result of removing Skia code suppressions
15661
15662         Unreviewed expectations update.
15663
15664         Round 18. SVG all but dynamic-updates and custom tests. List omitted
15665         except for changes touching other ports.
15666
15667         * platform/chromium/TestExpectations:
15668         * platform/efl-wk2/svg/css/circle-in-mask-with-shadow-expected.png: Added.
15669         * platform/efl-wk2/svg/css/group-with-shadow-expected.png: Added.
15670         * platform/efl-wk2/svg/css/text-gradient-shadow-expected.png: Added.
15671         * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
15672         * platform/efl/svg/batik/text/textEffect2-expected.png: Removed.
15673         * platform/efl/svg/batik/text/textProperties2-expected.png: Removed.
15674         * platform/efl/svg/css/circle-in-mask-with-shadow-expected.png: Removed.
15675         * platform/efl/svg/css/group-with-shadow-expected.png: Removed.
15676         * platform/efl/svg/css/text-gradient-shadow-expected.png: Removed.
15677         * platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
15678         * platform/win-future/svg/batik/text/textPosition2-expected.txt: Added.
15679         * svg/batik/text/textPosition2-expected.txt: Replaced.
15680
15681 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15682
15683         Expectations as a result of removing Skia code suppressions
15684
15685         Unreviewed expectations update.
15686
15687         Round 17. SVG W3C tests. List omitted.
15688
15689         * platform/chromium/TestExpectations:
15690
15691 2013-02-08  Jeffrey Pfau  <jpfau@apple.com>
15692
15693         [Mac] Unreviewed, fix test expectation for a test only crashing in debug mode
15694
15695         * platform/mac/TestExpectations:
15696
15697 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15698
15699         Expectations as a result of removing Skia code suppressions
15700
15701         Unreviewed expectations update.
15702
15703         Round 16. Everything done but SVG, and cleanup.
15704
15705         * platform/chromium-linux-x86/tables/mozilla/bugs/bug138725-expected.png: Removed.
15706         * platform/chromium-linux-x86/tables/mozilla/bugs/bug18359-expected.png: Removed.
15707         * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-2-expected.png: Removed.
15708         * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-3-expected.png: Removed.
15709         * platform/chromium-linux-x86/tables/mozilla/bugs/bug26178-expected.png: Removed.
15710         * platform/chromium-linux-x86/tables/mozilla/bugs/bug28928-expected.png: Removed.
15711         * platform/chromium-linux-x86/tables/mozilla/bugs/bug29326-expected.png: Removed.
15712         * platform/chromium-linux-x86/tables/mozilla/bugs/bug33855-expected.png: Removed.
15713         * platform/chromium-linux-x86/tables/mozilla/bugs/bug39209-expected.png: Removed.
15714         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4382-expected.png: Removed.
15715         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4429-expected.png: Removed.
15716         * platform/chromium-linux-x86/tables/mozilla/bugs/bug44505-expected.png: Removed.
15717         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Removed.
15718         * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-1-expected.png: Removed.
15719         * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-2-expected.png: Removed.
15720         * platform/chromium-linux-x86/tables/mozilla/bugs/bug51037-expected.png: Removed.
15721         * platform/chromium-linux-x86/tables/mozilla/bugs/bug51727-expected.png: Removed.
15722         * platform/chromium-linux-x86/tables/mozilla/bugs/bug52505-expected.png: Removed.
15723         * platform/chromium-linux-x86/tables/mozilla/bugs/bug52506-expected.png: Removed.
15724         * platform/chromium-linux-x86/tables/mozilla/bugs/bug60749-expected.png: Removed.
15725         * platform/chromium-linux-x86/tables/mozilla/bugs/bug68912-expected.png: Removed.
15726         * platform/chromium-linux-x86/tables/mozilla/bugs/bug7342-expected.png: Removed.
15727         * platform/chromium-linux-x86/tables/mozilla/bugs/bug92647-2-expected.png: Removed.
15728         * platform/chromium-linux-x86/tables/mozilla/bugs/bug96334-expected.png: Removed.
15729         * platform/chromium-linux-x86/tables/mozilla/collapsing_borders: Removed.
15730         * platform/chromium-linux-x86/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Removed.
15731         * platform/chromium-linux-x86/tables/mozilla/core: Removed.
15732         * platform/chromium-linux-x86/tables/mozilla/core/margins-expected.png: Removed.
15733         * platform/chromium-linux-x86/tables/mozilla/dom: Removed.
15734         * platform/chromium-linux-x86/tables/mozilla/dom/tableDom-expected.png: Removed.
15735         * platform/chromium-linux-x86/tables/mozilla/other: Removed.
15736         * platform/chromium-linux-x86/tables/mozilla/other/move_row-expected.png: Removed.
15737         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.
15738         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Removed.
15739         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders: Removed.
15740         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Removed.
15741         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Removed.
15742         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Removed.
15743         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions1-expected.png: Removed.
15744         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions2-expected.png: Removed.
15745         * platform/chromium-linux-x86/transforms/2d/zoom-menulist-expected.png: Removed.
15746         * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
15747         * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
15748         * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
15749         * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
15750         * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
15751         * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
15752         * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
15753         * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
15754         * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
15755         * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
15756         * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
15757         * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
15758         * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
15759         * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
15760         * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
15761         * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
15762         * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
15763         * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
15764         * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
15765         * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
15766         * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
15767         * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
15768         * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
15769         * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
15770         * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
15771         * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
15772         * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
15773         * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
15774         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
15775         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
15776         * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
15777         * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
15778         * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
15779         * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
15780         * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
15781         * platform/chromium/TestExpectations:
15782
15783 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15784
15785         Expectations as a result of removing Skia code suppressions
15786
15787         Unreviewed expectations update.
15788
15789         Round 15. platform/. Too many to list.
15790
15791         * platform/chromium/TestExpectations:
15792
15793 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15794
15795         Expectations as a result of removing Skia code suppressions
15796
15797         Unreviewed expectations update.
15798
15799         Round 14. Remaining tests up to platform in sorted order. Too many to list.
15800
15801         * platform/chromium/TestExpectations:
15802
15803 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15804
15805         Expectations as a result of removing Skia code suppressions
15806
15807         Unreviewed expectations update.
15808
15809         Round 13. Last of the fast tests. Too many to list. Still listing efl changes.
15810
15811         * platform/chromium/TestExpectations:
15812         * platform/chromium/fast/repaint/gradients-em-stops-repaint-expected.png: Removed.
15813         * platform/efl-wk2/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
15814         * platform/efl-wk2/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
15815         * platform/efl-wk2/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
15816         * platform/efl-wk2/fast/repaint/shadow-multiple-vertical-expected.png: Added.
15817         * platform/efl-wk2/fast/text: Added.
15818         * platform/efl-wk2/fast/text/stroking-decorations-expected.png: Added.
15819         * platform/efl-wk2/fast/text/stroking-expected.png: Added.
15820         * platform/efl-wk2/fast/transforms: Added.
15821         * platform/efl-wk2/fast/transforms/shadows-expected.png: Added.
15822         * platform/efl-wk2/fast/transforms/transformed-focused-text-input-expected.png: Added.
15823         * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
15824         * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
15825         * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
15826         * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
15827         * platform/efl/fast/text/stroking-decorations-expected.png: Removed.
15828         * platform/efl/fast/text/stroking-expected.png: Removed.
15829         * platform/efl/fast/transforms/shadows-expected.png: Removed.
15830         * platform/efl/fast/transforms/transformed-focused-text-input-expected.png: Removed.
15831         * platform/mac/fast/replaced/three-selects-break-expected.png: Removed.
15832
15833 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15834
15835         Expectations as a result of removing Skia code suppressions
15836
15837         Unreviewed expectations update.
15838
15839         Round 12. More fast tests. Too many to list.
15840
15841         * platform/chromium/TestExpectations:
15842
15843 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15844
15845         [Chromium] Flakey test expectations update
15846
15847         Unreviewed gardening.
15848
15849         * platform/chromium/TestExpectations:
15850
15851 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15852
15853         Expectations as a result of removing Skia code suppressions
15854
15855         Unreviewed expectations update.
15856
15857         Round 11. Some fast tests. Elided.
15858
15859         * platform/chromium/TestExpectations:
15860
15861 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15862
15863         Expectations as a result of removing Skia code suppressions
15864
15865         Unreviewed expectations update.
15866
15867         Round 10. Mac 10.6 results were wrong. This simplifies things a lot.
15868
15869         * fast/repaint/scale-page-shrink-expected.png: Added.
15870         * platform/chromium-mac-snowleopard/fast/repaint/background-scaling-expected.png:
15871         * platform/chromium-mac-snowleopard/fast/repaint/scale-page-shrink-expected.png:
15872         * platform/chromium-mac-snowleopard/fast/repaint/transform-absolute-in-positioned-container-expected.png:
15873         * platform/chromium/fast/repaint/scale-page-shrink-expected.png: Removed.
15874         * platform/mac/fast/repaint/scale-page-shrink-expected.png: Removed.
15875
15876 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15877
15878         Expectations as a result of removing Skia code suppressions
15879
15880         Unreviewed expectations update.
15881
15882         Round 9. These were rebaselined earlier before all the bots were done.
15883
15884         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
15885         * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
15886         * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
15887         * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
15888         * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
15889         * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
15890         * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
15891         * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
15892         * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
15893         * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
15894         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
15895         * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
15896         * platform/chromium-mac/svg/text/selection-styles-expected.png:
15897         * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
15898         * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
15899         * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
15900         * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
15901         * platform/chromium-win/svg/text/selection-styles-expected.png:
15902
15903 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15904
15905         Expectations as a result of removing Skia code suppressions
15906
15907         Unreviewed expectations update.
15908
15909         Round 8. Outstanding mac failure.
15910
15911         * editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
15912         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
15913         * platform/chromium/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
15914         * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
15915
15916 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15917
15918         Expectations as a result of removing Skia code suppressions
15919
15920         Unreviewed expectations update.
15921
15922         Round 7. Outstanding failing linux tests
15923
15924         * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Removed.
15925         * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Removed.
15926
15927 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15928
15929         Expectations as a result of removing Skia code suppressions
15930
15931         Unreviewed expectations update.
15932
15933         Round 6. Outstanding failing linux tests
15934
15935         * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
15936
15937 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15938
15939         Expectations as a result of removing Skia code suppressions
15940
15941         Unreviewed expectations update.
15942
15943         Round 5. Editing expectations.
15944
15945         File list truncated to remove the hundreds of files that have been updated.
15946
15947         * platform/chromium/TestExpectations: Removed the temp expectations and re-added one mac failure case
15948         * platform/efl-wk1/editing/selection: Added.
15949         * platform/efl-wk1/editing/selection/move-by-character-6-expected.png: Added.
15950         * platform/efl/editing/selection/move-by-character-6-expected.png: Removed.
15951
15952 2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
15953
15954         [Qt] Unreviewed gardening. Update platform specific expected files after r142280.
15955
15956         * platform/qt/fast/block/float/024-expected.txt: Update after r142280.
15957         * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Update after r142280.
15958
15959 2013-02-08  Stephen White  <senorblanco@chromium.org>
15960
15961         [chromium] Unreviewed gardening.  Remove effect-reference-hw from test expectations, since it's now passing.
15962         https://bugs.webkit.org/show_bug.cgi?id=104289
15963
15964         * platform/chromium/TestExpectations:
15965
15966 2013-02-08  Kent Tamura  <tkent@chromium.org>
15967
15968         [Chromium] Disable ENABLE_INPUT_TYPE_DATETIME
15969         https://bugs.webkit.org/show_bug.cgi?id=109272
15970
15971         Reviewed by Kentaro Hara.
15972
15973         * platform/chromium/TestExpectations:
15974         Skip fast/forms/datetime and datetime-multiple-fields
15975
15976 2013-02-08  Stephen Chenney  <schenney@chromium.org>
15977
15978         Expectations as a result of removing Skia code suppressions
15979
15980         Unreviewed expectations update.
15981
15982         Round 4. CSS expectations.
15983
15984         * platform/chromium-linux-x86/css1/box_properties: Removed.
15985         * platform/chromium-linux-x86/css1/box_properties/acid_test-expected.png: Removed.
15986         * platform/chromium-linux-x86/css2.1/t09-c5526c-display-00-e-expected.png: Removed.
15987         * platform/chromium-linux-x86/css3/images: Removed.
15988         * platform/chromium-linux-x86/css3/images/cross-fade-overflow-position-expected.png: Removed.
15989         * platform/chromium-linux-x86/css3/selectors3/html: Removed.
15990         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-161-expected.png: Removed.
15991         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-19b-expected.png: Removed.
15992         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-25-expected.png: Removed.
15993         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-64-expected.png: Removed.
15994         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-70-expected.png: Removed.
15995         * platform/chromium-linux-x86/css3/selectors3/xhtml: Removed.
15996         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-161-expected.png: Removed.
15997         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Removed.
15998         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-25-expected.png: Removed.
15999         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-64-expected.png: Removed.
16000         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-70-expected.png: Removed.
16001         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-161-expected.png: Removed.
16002         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-19b-expected.png: Removed.
16003         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-25-expected.png: Removed.
16004         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-64-expected.png: Removed.
16005         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-70-expected.png: Removed.
16006         * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.png:
16007         * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png:
16008         * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
16009         * platform/chromium-linux/css2.1/t0505-c16-descendant-01-e-expected.png:
16010         * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
16011         * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png: Removed.
16012         * platform/chromium-linux/css3/masking/clip-path-circle-filter-expected.png:
16013         * platform/chromium-linux/css3/masking/clip-path-circle-overflow-expected.png:
16014         * platform/chromium-linux/css3/masking/clip-path-ellipse-expected.png:
16015         * platform/chromium-linux/css3/selectors3/html/css3-modsel-161-expected.png:
16016         * platform/chromium-linux/css3/selectors3/html/css3-modsel-19b-expected.png:
16017         * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
16018         * platform/chromium-linux/css3/selectors3/html/css3-modsel-64-expected.png:
16019         * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
16020         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
16021         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-161-expected.png:
16022         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
16023         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
16024         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-64-expected.png:
16025         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
16026         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-161-expected.png:
16027         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-19b-expected.png:
16028         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
16029         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-64-expected.png:
16030         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
16031         * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
16032         * platform/chromium-mac-lion/css2.1/t0505-c16-descendant-01-e-expected.png:
16033         * platform/chromium-mac-lion/css3/images: Removed.
16034         * platform/chromium-mac-lion/css3/images/cross-fade-overflow-position-expected.png: Removed.
16035         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
16036         * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
16037         * platform/chromium-mac-snowleopard/css2.1/t0505-c16-descendant-01-e-expected.png:
16038         * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png: Removed.
16039         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
16040         * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
16041         * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.png:
16042         * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.txt: Added.
16043         * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
16044         * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png:
16045         * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png:
16046         * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png:
16047         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
16048         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
16049         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.png:
16050         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.txt:
16051         * platform/chromium-win-xp/css3/images: Removed.
16052         * platform/chromium-win-xp/css3/images/cross-fade-overflow-position-expected.png: Removed.
16053         * platform/chromium-win-xp/css3/selectors3: Removed.
16054         * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
16055         * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.png:
16056         * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.txt:
16057         * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
16058         * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png:
16059         * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png:
16060         * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png:
16061         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
16062         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Added.
16063         * platform/chromium/TestExpectations:
16064         * platform/chromium/css2.1/t0505-c16-descendant-01-e-expected.txt: Removed.
16065         * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Removed.
16066         * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Removed.
16067
16068 2013-02-08  Stephen Chenney  <schenney@chromium.org>
16069
16070         Expectations as a result of removing Skia code suppressions
16071
16072         Unreviewed expectations update.
16073
16074         Round 3. Remaining expected failures that had platform-specific supppressions
16075
16076         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
16077         * platform/chromium-linux-x86/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
16078         * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
16079         * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
16080         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
16081         * platform/chromium-linux/fast/frames/iframe-scaling-with-scroll-expected.png:
16082         * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
16083         * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
16084         * platform/chromium-mac-lion/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
16085         * platform/chromium-mac-lion/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
16086         * platform/chromium-mac-lion/fast/css/nested-rounded-corners-expected.png:
16087         * platform/chromium-mac-lion/fast/dom/52776-expected.png:
16088         * platform/chromium-mac-lion/fast/frames/iframe-scaling-with-scroll-expected.png:
16089         * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
16090         * platform/chromium-mac-snowleopard/fast/css/nested-rounded-corners-expected.png:
16091         * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
16092         * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
16093         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Removed.
16094         * platform/chromium-mac/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
16095         * platform/chromium-mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
16096         * platform/chromium-mac/fast/css/background-clip-radius-values-expected.png:
16097         * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
16098         * platform/chromium-mac/fast/dom/52776-expected.png:
16099         * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
16100         * platform/chromium-mac/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
16101         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
16102         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
16103         * platform/chromium-win-xp/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
16104         * platform/chromium-win/fast/css/background-clip-radius-values-expected.png:
16105         * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
16106         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
16107         * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
16108         * platform/chromium-win/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
16109         * platform/chromium/TestExpectations:
16110         * platform/chromium/editing/pasteboard/emacs-cntl-y-001-expected.png: Removed.
16111         * platform/chromium/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Removed.
16112
16113 2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
16114
16115         [Qt] Reviewin Qt TestExpectations. Rebaseline and unskip passing tests.
16116
16117         * platform/qt/TestExpectations:
16118         * platform/qt/svg/css/arrow-with-shadow-expected.png:
16119         * platform/qt/svg/css/arrow-with-shadow-expected.txt:
16120         * platform/qt/svg/css/clippath-with-shadow-expected.png:
16121         * platform/qt/svg/css/clippath-with-shadow-expected.txt:
16122         * platform/qt/svg/css/composite-shadow-text-expected.png:
16123         * platform/qt/svg/custom/simple-text-double-shadow-expected.png:
16124         * platform/qt/svg/custom/simple-text-double-shadow-expected.txt:
16125         * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.png: Copied from LayoutTests/platform/qt/svg/css/clippath-with-shadow-expected.png.
16126         * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.txt: Added.
16127
16128 2013-02-08  Stephen Chenney  <schenney@chromium.org>
16129
16130         Expectations as a result of removing Skia code suppressions
16131
16132         Unreviewed expectations update.
16133
16134         Round 2. Failing Linux tests with no expectations
16135
16136         * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
16137         * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
16138         * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
16139         * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
16140         * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
16141         * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
16142         * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
16143         * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
16144         * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
16145         * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
16146         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
16147         * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
16148         * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
16149         * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
16150         * platform/chromium-linux/svg/text/selection-styles-expected.png:
16151         * platform/efl-wk2/fast/repaint: Added.
16152         * platform/efl-wk2/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
16153         * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png: Removed.
16154         * platform/efl/svg/batik/text/textDecoration-expected.png: Removed.
16155
16156 2013-02-08  Stephen Chenney  <schenney@chromium.org>
16157
16158         Expectations as a result of removing Skia code suppressions
16159
16160         Unreviewed expectations update.
16161
16162         Round 1. Some tests that have existing expectations.
16163
16164         * editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
16165         * fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
16166         * platform/chromium-linux-x86/editing/input: Removed.
16167         * platform/chromium-linux/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
16168         * platform/chromium-linux/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
16169         * platform/chromium-linux/editing/input/reveal-caret-of-multiline-input-expected.png:
16170         * platform/chromium-linux/fast/repaint/transform-absolute-in-positioned-container-expected.png:
16171         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
16172         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
16173         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
16174         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
16175         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
16176         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
16177         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
16178         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
16179         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
16180         * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
16181         * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
16182         * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
16183         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
16184         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
16185         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
16186         * platform/chromium-win-xp/editing/input: Removed.
16187         * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
16188         * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
16189         * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
16190         * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
16191         * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.png:
16192         * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
16193         * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.png:
16194         * platform/chromium/TestExpectations:
16195         * platform/chromium/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
16196         * platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
16197         * platform/efl-wk2/editing/input: Added.
16198         * platform/efl-wk2/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
16199         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
16200         * platform/gtk/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
16201
16202 2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
16203
16204         [Qt] Unreviewed gardening.
16205         https://bugs.webkit.org/show_bug.cgi?id=109209.
16206
16207         * platform/qt/TestExpectations:
16208         * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added after r142152.
16209         * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: Added after r142152.
16210
16211 2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
16212
16213         [Qt][Wk2] Unreviewed gardening. Skip failing tests.
16214         https://bugs.webkit.org/show_bug.cgi?id=109291.
16215
16216         * platform/qt-5.0-wk2/TestExpectations:
16217
16218 2013-02-08  Stephen Chenney  <schenney@chromium.org>
16219
16220         Expectations as a result of removing Skia code suppressions
16221
16222         Unreviewed expectations update.
16223
16224         These are tests that failed due to bad expectations.
16225
16226         * platform/chromium-linux/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png:
16227         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
16228         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png:
16229         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
16230         * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
16231         * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
16232         * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
16233         * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
16234         * platform/chromium-mac/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
16235         * platform/chromium-mac/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
16236         * platform/chromium-mac/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
16237         * platform/chromium-mac/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
16238         * platform/chromium-win/platform/chromium/rubberbanding: Added.
16239         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
16240         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.txt: Added.
16241         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
16242         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.txt: Added.
16243         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
16244         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.txt: Added.
16245         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
16246         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.txt: Added.
16247         * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
16248         * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.txt: Added.
16249         * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
16250         * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.txt: Added.
16251         * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
16252         * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.txt: Added.
16253         * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
16254         * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.txt: Added.
16255         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
16256         * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
16257         * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
16258         * platform/chromium-win/svg/custom/embedding-external-svgs-expected.png:
16259         * platform/chromium-win/svg/custom/pointer-events-text-expected.png:
16260         * platform/chromium/TestExpectations:
16261
16262 2013-02-08  Stephen Chenney  <schenney@chromium.org>
16263
16264         Expectations as a result of removing Skia code suppressions
16265
16266         Unreviewed gardening.
16267
16268         * platform/chromium/TestExpectations: Last of the Win failures.
16269
16270 2013-02-08  Stephen Chenney  <schenney@chromium.org>
16271
16272         Expectations as a result of removing Skia code suppressions
16273
16274         Unreviewed gardening.
16275
16276         * platform/chromium/TestExpectations: Adding Mac rubberbanding failures
16277
16278 2013-02-08  Vsevolod Vlasov  <vsevik@chromium.org>
16279
16280         Web Inspector: Introduce workspace provider/project type, encapsulate uri creation in SimpleWorkspaceProvider.
16281         https://bugs.webkit.org/show_bug.cgi?id=109282
16282
16283         Reviewed by Alexander Pavlov.
16284
16285         * http/tests/inspector-enabled/dynamic-scripts.html:
16286         * http/tests/inspector/compiler-script-mapping.html:
16287         * http/tests/inspector/workspace-test.js:
16288         (initialize_WorkspaceTest.InspectorTest.createWorkspace):
16289         * inspector/debugger/breakpoint-manager.html:
16290         * inspector/debugger/dynamic-scripts.html:
16291         * inspector/debugger/script-snippet-model.html:
16292         * inspector/debugger/scripts-file-selector.html:
16293         * inspector/debugger/scripts-panel.html:
16294         * inspector/debugger/scripts-sorting-expected.txt:
16295         * inspector/debugger/scripts-sorting.html:
16296         * inspector/uisourcecode-revisions.html:
16297
16298 2013-02-08  Stephen Chenney  <schenney@chromium.org>
16299
16300         Expectations as a result of removing Skia code suppressions
16301
16302         Unreviewed gardening.
16303
16304         * platform/chromium/TestExpectations: Outstanding Win failures
16305
16306 2013-02-08  Stephen Chenney  <schenney@chromium.org>
16307
16308         Expectations as a result of removing Skia code suppressions
16309
16310         Unreviewed gardening.
16311
16312         * platform/chromium/TestExpectations: One more to get all bots green again ready for rebaselining.
16313
16314 2013-02-08  Stephen Chenney  <schenney@chromium.org>
16315
16316         Expectations as a result of removing Skia code suppressions
16317
16318         Unreviewed gardening.
16319
16320         * platform/chromium/TestExpectations: Modified a MountainLion expectation
16321
16322 2013-02-08  Stephen Chenney  <schenney@chromium.org>
16323
16324         Expectations as a result of removing Skia code suppressions
16325
16326         Unreviewed gardening.
16327
16328         * platform/chromium/TestExpectations:
16329
16330 2013-02-08  Vsevolod Vlasov  <vsevik@chromium.org>
16331
16332         Web Inspector: Replace workspace with project in UISourceCode constructor.
16333         https://bugs.webkit.org/show_bug.cgi?id=109256
16334
16335         Reviewed by Alexander Pavlov.
16336
16337         * inspector/debugger/breakpoint-manager-expected.txt:
16338         * inspector/debugger/breakpoint-manager.html:
16339         * inspector/debugger/script-formatter-search.html:
16340         * inspector/debugger/scripts-file-selector.html:
16341         * inspector/debugger/scripts-panel.html:
16342         * inspector/debugger/scripts-sorting.html:
16343         * inspector/debugger/ui-source-code-display-name.html:
16344         * inspector/debugger/ui-source-code.html:
16345         * inspector/uisourcecode-revisions.html:
16346
16347 2013-02-08  Zan Dobersek  <zdobersek@igalia.com>
16348
16349         Unreviewed GTK gardening.
16350
16351         * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142205.
16352
16353 2013-02-08  Stephen Chenney  <schenney@chromium.org>
16354
16355         Remove Skia code suppressions
16356
16357         Unreviewed enabling of existing optimizations
16358
16359         Removing all skia_webkit.gyp code suppressions and adding expectations
16360         for the failures.
16361
16362         * platform/chromium/TestExpectations:
16363
16364 2013-02-08  Stephen Chenney  <schenney@chromium.org>
16365
16366         [chromium] Unreviewed gardening. Adjusting expectations for two failures.
16367
16368         Unreviewed Chromium expectations
16369
16370         * platform/chromium/TestExpectations:
16371
16372 2013-02-08  Matt Falkenhagen  <falken@chromium.org>
16373
16374         [chromium] Unreviewed gardening. Adjusting expectations for two hidpi tests.
16375         https://bugs.webkit.org/show_bug.cgi?id=96441
16376
16377         * platform/chromium/TestExpectations:
16378
16379 2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
16380
16381         [Qt] Unreviewed gardening. Skip failing tests.
16382
16383         * platform/qt-5.0/fast/js/global-constructors-expected.txt: Removed.
16384         * platform/qt/TestExpectations:
16385         * platform/qt/fast/js/global-constructors-expected.txt: Added after r142149.
16386
16387 2013-02-08  KwangYong Choi  <ky0.choi@samsung.com>
16388
16389         [EFL] Mark some tests as passing with incorrect expectations
16390         https://bugs.webkit.org/show_bug.cgi?id=109173
16391
16392         Unreviewed EFL gardening.
16393
16394         Add new category for TestExpectations: PASSING TESTS WITH INCORRECT EXPECTATIONS.
16395
16396         Currently, the tests are passing with their generated incorrect expectations.
16397         It should be checked if the test starts failing. It means, the test can be passing now.
16398
16399         Below tests are marked as passing tests with incorrect expectations.
16400
16401         fast/forms/basic-textareas-quirks.html
16402         fast/forms/input-disabled-color.html
16403         fast/forms/input-readonly-dimmed.html
16404         fast/forms/listbox-hit-test-zoomed.html
16405         fast/forms/menulist-narrow-width.html
16406         fast/forms/menulist-style-color.html
16407         fast/forms/plaintext-mode-2.html
16408         fast/forms/search-cancel-button-style-sharing.html
16409         fast/forms/search-rtl.html
16410         fast/forms/select-baseline.html
16411         fast/forms/select-style.html
16412         fast/forms/zoomed-controls.html
16413
16414         * platform/efl-wk1/TestExpectations:
16415         * platform/efl-wk2/TestExpectations:
16416         * platform/efl/TestExpectations:
16417
16418 2013-02-08  Kentaro Hara  <haraken@chromium.org>
16419
16420         Support a relatedTarget attribute on focus/blur events
16421         https://bugs.webkit.org/show_bug.cgi?id=109176
16422
16423         Reviewed by Ojan Vafai.
16424
16425         In bug 76216, we supported a relatedTarget attribute on
16426         focusin/focusout events. We should also support it on focus/blur events.
16427
16428         See http://lists.w3.org/Archives/Public/www-dom/2012OctDec/0061.html
16429         for the www-dom discussion.
16430
16431         * fast/dom/shadow/shadow-boundary-events-expected.txt:
16432         * fast/dom/shadow/shadow-boundary-events.html:
16433         * fast/events/related-target-focusevent-expected.txt:
16434         * fast/events/related-target-focusevent.html:
16435
16436 2013-02-07  Yury Semikhatsky  <yurys@chromium.org>
16437
16438         Web Inspector: reduce number of native memory instrumentation categories
16439         https://bugs.webkit.org/show_bug.cgi?id=109146
16440
16441         Reviewed by Pavel Feldman.
16442
16443         Updated tests to use new memory categories.
16444
16445         * inspector-protocol/nmi-webaudio-expected.txt:
16446         * inspector-protocol/nmi-webaudio-leak-test-expected.txt:
16447         * inspector-protocol/nmi-webaudio-leak-test.html:
16448         * inspector-protocol/nmi-webaudio.html:
16449         * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
16450         * inspector/profiler/memory-instrumentation-cached-images.html:
16451         * inspector/profiler/memory-instrumentation-canvas-expected.txt:
16452         * inspector/profiler/memory-instrumentation-canvas.html:
16453
16454 2013-02-07  Matt Falkenhagen  <falken@chromium.org>
16455
16456         [chromium] Unreviewed gardening. Flakiness on table-cell-before-after-content-around-table-row.html
16457         https://bugs.webkit.org/show_bug.cgi?id=109262
16458
16459         An assert is sometimes hit in WebCore::RenderTableCell::styleDidChange.
16460
16461         * platform/chromium/TestExpectations:
16462
16463 2013-02-07  Mike West  <mkwst@chromium.org>
16464
16465         <iframe seamless> should avoid vertical scrollbars during the initial layout passes.
16466         https://bugs.webkit.org/show_bug.cgi?id=87707
16467
16468         Reviewed by Eric Seidel.
16469
16470         * fast/frames/seamless/seamless-float-expected.txt:
16471         * fast/frames/seamless/seamless-inline-expected.txt:
16472             Rebaseline the now-passing bits of these tests.
16473
16474 2013-02-07  Alok Priyadarshi  <alokp@chromium.org>
16475
16476         Unreviewed rebaseline.
16477
16478         * 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.
16479         * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
16480         * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt: Copied from LayoutTests/platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt.
16481         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Added.
16482         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Added.
16483         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Added.
16484         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Added.
16485         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Added.
16486         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Added.
16487
16488 2013-02-07  Kent Tamura  <tkent@chromium.org>
16489
16490         document.activeElement should not return a non-focusable element
16491         https://bugs.webkit.org/show_bug.cgi?id=86707
16492
16493         Reviewed by Hajime Morita.
16494
16495         * fast/dom/HTMLDocument/set-focus-on-valid-element-expected.txt: Added.
16496         * fast/dom/HTMLDocument/set-focus-on-valid-element.html: Added.
16497         This test verifies that document.activeElement does not return an
16498         invalid or non-focusable element.
16499
16500 2013-02-07  Matt Falkenhagen  <falken@chromium.org>
16501
16502         [chromium] Unreviewed gardening. Two webgl/conformance/context tests are timing out.
16503
16504         See https://bugs.webkit.org/show_bug.cgi?id=109114
16505
16506         * platform/chromium/TestExpectations:
16507
16508 2013-02-07  Zoltan Horvath  <zoltan@webkit.org>
16509
16510         Cleaning up after r142208
16511         https://bugs.webkit.org/show_bug.cgi?id=109228
16512
16513         Unreviewed.
16514         
16515         The commit-queue didn't remove these files for some reason. Removing them manually.
16516
16517         * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
16518         * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
16519         * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
16520         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
16521         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
16522         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
16523         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
16524
16525 2013-02-07  Alok Priyadarshi  <alokp@chromium.org>
16526
16527         Rebaseline text output for contentOpaque
16528         https://bugs.webkit.org/show_bug.cgi?id=108656
16529
16530         Unreviewed rebaseline.
16531
16532         * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
16533         * platform/chromium/TestExpectations:
16534         * platform/chromium/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Renamed from LayoutTests/platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
16535         * platform/mac/TestExpectations:
16536         * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
16537         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Added.
16538
16539 2013-02-07  Matt Falkenhagen  <falken@chromium.org>
16540
16541         Unreviewed gardening. Rebaseline bidi-ignored-for-first-child-inline.html
16542         which was failing on Chromium Mac after r142152.
16543
16544         * 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.
16545
16546 2013-02-07  Sheriff Bot  <webkit.review.bot@gmail.com>
16547
16548         Unreviewed, rolling out r142113.
16549         http://trac.webkit.org/changeset/142113
16550         https://bugs.webkit.org/show_bug.cgi?id=109244
16551
16552         tests started failing after r142081 was rolled out in r142166
16553         (Requested by falken on #webkit).
16554
16555         * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
16556         * inspector/profiler/memory-instrumentation-cached-images.html:
16557         * inspector/profiler/memory-instrumentation-canvas-expected.txt:
16558         * inspector/profiler/memory-instrumentation-canvas.html:
16559
16560 2013-02-07  Elliott Sprehn  <esprehn@chromium.org>
16561
16562         getComputedStyle() doesn't report intermediate values during a transition of a pseudo element
16563         https://bugs.webkit.org/show_bug.cgi?id=106535
16564
16565         Reviewed by Ojan Vafai.
16566
16567         Update tests to also check getComputedStyle during animations and transitions.
16568
16569         * fast/css-generated-content/pseudo-animation-expected.txt:
16570         * fast/css-generated-content/pseudo-animation.html:
16571         * fast/css-generated-content/pseudo-transition-expected.txt:
16572         * fast/css-generated-content/pseudo-transition.html:
16573
16574 2013-02-07  Kent Tamura  <tkent@chromium.org>
16575
16576         [Chromium-Android] Disable input[type=datetime]
16577         https://bugs.webkit.org/show_bug.cgi?id=107614
16578
16579         Reviewed by Kentaro Hara.
16580
16581         * platform/chromium/TestExpectations:
16582         Tetsts in fast/forms/datetime/ fail.
16583
16584 2013-02-07  Jeffrey Pfau  <jpfau@apple.com>
16585
16586         [Mac] Unreviewed, skip crashing test
16587
16588         * platform/mac/TestExpectations:
16589
16590 2013-02-07  Zoltan Horvath  <zoltan@webkit.org>
16591
16592         [CSS Regions] Turn selecting-text-through-different-region-flows test into a reftest 
16593         https://bugs.webkit.org/show_bug.cgi?id=109228
16594
16595         Reviewed by Eric Seidel.
16596
16597         Simplify and turn the test into a reftest, remove the unnecessary expected files.
16598
16599         * fast/regions/selecting-text-through-different-region-flows-expected.html: Added.
16600         * fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
16601         * fast/regions/selecting-text-through-different-region-flows.html:
16602         * platform/chromium-linux/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
16603         * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
16604         * platform/chromium-mac-snowleopard/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
16605         * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
16606         * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
16607         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
16608         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
16609         * platform/gtk/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
16610         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
16611         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
16612
16613 2013-02-07  Alexei Svitkine  <asvitkine@chromium.org>
16614
16615         Chromium: Hang parsing bidi control chars on Mac OS X 10.6
16616         https://bugs.webkit.org/show_bug.cgi?id=108877
16617
16618         This was broken a while ago by:
16619             https://bugs.webkit.org/show_bug.cgi?id=83045
16620
16621         On 10.6, CoreText will not produce any runs covering the
16622         Unicode BiDi RTL mark control char, which causes an infinite
16623         loop in ComplexTextController::indexOfCurrentRun() due to no
16624         run covering the character at offset 0.
16625
16626         This patch fixes that issue by finding the earliest run
16627         explicitly via the minimum stringBegin() index instead of
16628         relying on a run existing that covers offset 0.
16629
16630         Fixes hang on many BiDi wikipedia pages on Chromium/Mac10.6.
16631         Chromium bug: http://crbug.com/167844
16632
16633         New test in the same style as harfbuzz-buffer-overrun.html
16634         in the same folder.
16635
16636         Reviewed by Eric Seidel.
16637
16638         * fast/text/international/rtl-mark-expected.txt: Added.
16639         * fast/text/international/rtl-mark.html: Added.
16640
16641 2013-02-07  Kentaro Hara  <haraken@chromium.org>
16642
16643         Implement FocusEvent constructor
16644         https://bugs.webkit.org/show_bug.cgi?id=109170
16645
16646         Reviewed by Adam Barth.
16647
16648         Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
16649
16650         FocusEvent constructor should be implemented under a DOM4_EVENTS_CONSTRUCTOR
16651         flag, which is enabled on Chromium and Safari.
16652
16653         * fast/dom/constructed-objects-prototypes-expected.txt:
16654         * fast/events/constructors/focus-event-constructor-expected.txt: Added.
16655         * fast/events/constructors/focus-event-constructor.html: Added.
16656         * platform/efl/TestExpectations:
16657         * platform/gtk/TestExpectations:
16658         * platform/qt/TestExpectations:
16659         * platform/win/TestExpectations:
16660         * platform/wincairo/TestExpectations:
16661
16662 2013-02-07  Elliott Sprehn  <esprehn@chromium.org>
16663
16664         HTML parser should queue MutationRecords for its operations
16665         https://bugs.webkit.org/show_bug.cgi?id=89351
16666
16667         Reviewed by Eric Seidel.
16668
16669         Add new test mutation records in the parser and fix shadow-dom.html
16670         test since it used setTimeout and sometimes could observe parser
16671         mutations.
16672
16673         * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
16674         * fast/dom/MutationObserver/parser-mutations.html: Added.
16675         * fast/dom/MutationObserver/shadow-dom-expected.txt:
16676         * fast/dom/MutationObserver/shadow-dom.html:
16677
16678 2013-02-07  Adam Barth  <abarth@webkit.org>
16679
16680         fast/parser/document-write-noscript.html fails for threaded HTML parser
16681         https://bugs.webkit.org/show_bug.cgi?id=109237
16682
16683         Reviewed by Eric Seidel.
16684
16685         This tests basic document.write functionality.  There doesn't appear to
16686         be another fast/parser test that covers this basic case (although it's
16687         convered in some more complicated test cases incidentally.)
16688
16689         * fast/parser/document-write-basic-expected.txt: Added.
16690         * fast/parser/document-write-basic.html: Added.
16691
16692 2013-02-07  Keishi Hattori  <keishi@webkit.org>
16693
16694         REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
16695         https://bugs.webkit.org/show_bug.cgi?id=109136
16696
16697         Reviewed by Kent Tamura.
16698
16699         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
16700         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
16701         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
16702         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
16703         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
16704         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
16705         * platform/chromium/TestExpectations:
16706
16707 2013-02-07  Terry Anderson  <tdanderson@chromium.org>
16708
16709         Non-scrollable divs and non-scrollable iframes can scroll with touch
16710         https://bugs.webkit.org/show_bug.cgi?id=109087
16711
16712         Reviewed by Eric Seidel.
16713
16714         Two new layout tests added to demonstrate that the changes to
16715         RenderLayer::scrollBy() and closestScrollableNodeCandidate() in 
16716         EventHandler.cpp are both necessary to ensure that non-scrollable
16717         divs and non-scrollable iframes cannot be scrolled with touch.
16718
16719         * fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
16720         * fast/events/touch/gesture/touch-gesture-noscroll-div.html: Added.
16721         * fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
16722         * fast/events/touch/gesture/touch-gesture-noscroll-iframe.html: Added.
16723         * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
16724         * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
16725
16726 2013-02-07  Michelangelo De Simone  <michelangelo@webkit.org>
16727
16728         [CSS Shaders] Add the last blending step
16729         https://bugs.webkit.org/show_bug.cgi?id=104012
16730
16731         Added a test to check the correct blending in presence of a transparent backdrop.
16732
16733         Reviewed by Dean Jackson.
16734
16735         * css3/filters/custom/custom-filter-blend-fractional-destination-alpha-expected.html: Added.
16736         * css3/filters/custom/custom-filter-blend-fractional-destination-alpha.html: Added.
16737         * platform/mac/TestExpectations: This test is currently skipped on Mac for slight color
16738         differences, please see the relevant bug: http://webkit.org/b/107487
16739
16740 2013-02-07  Hans Muller  <hmuller@adobe.com>
16741
16742         [CSS Exclusions] Ignore ExclusionPolygon edges above minLogicalIntervalTop
16743         https://bugs.webkit.org/show_bug.cgi?id=107566
16744
16745         Reviewed by David Hyatt.
16746
16747         Added a simple polygonal shape-inside test where only a subset of the polygon edges
16748         should contribute to each line's offset edges.
16749
16750         * fast/exclusions/shape-inside/shape-inside-first-fit-004-expected.html: Added.
16751         * fast/exclusions/shape-inside/shape-inside-first-fit-004.html: Added.
16752
16753 2013-02-07  James Craig  <jcraig@apple.com>
16754
16755         Add layout test verifying role, subrole, and role description for all HTML elements and ARIA roles
16756         https://bugs.webkit.org/show_bug.cgi?id=109027
16757
16758         Reviewed by Chris Fleizach.
16759
16760         New layout test verifies AXRole, AXSubrole, and AXRoleDescription for all HTML elements and ARIA roles. 
16761
16762         * platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added.
16763         * platform/mac/accessibility/role-subrole-roledescription.html: Added.
16764
16765 2013-02-07  Zan Dobersek  <zdobersek@igalia.com>
16766
16767         Unreviewed GTK gardening.
16768
16769         * platform/gtk/TestExpectations: Adding a failure expectation for a test in r142122.
16770         * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142149.
16771
16772 2013-02-07  Benjamin Poulain  <bpoulain@apple.com>
16773
16774         Move pauseAnimation/pauseTransition from TestRunner to Internals
16775         https://bugs.webkit.org/show_bug.cgi?id=109107
16776
16777         Reviewed by Anders Carlsson.
16778
16779         Change the tests with the following:
16780         -Use the methods on Internals instead of TestRunner.
16781         -Adapt the calls to pass a particular element instead of an ID.
16782         -Remove feature detection. Having Internals implies having the feature.
16783
16784         * animations/animation-hit-test-transform.html:
16785         * animations/animation-hit-test.html:
16786         * animations/animation-internals-api-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-expected.txt.
16787         * animations/animation-internals-api-multiple-keyframes-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes-expected.txt.
16788         * animations/animation-internals-api-multiple-keyframes.html: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes.html.
16789         * animations/animation-internals-api.html: Renamed from LayoutTests/animations/animation-drt-api.html.
16790         * animations/change-keyframes-name.html:
16791         * animations/change-transform-style-during-animation.html:
16792         * animations/missing-from-to-transforms.html:
16793         * animations/missing-from-to.html:
16794         * animations/resources/animation-test-helpers.js:
16795         (checkExpectedValue):
16796         (startTest):
16797         * css3/calc/transitions-dependent.html:
16798         * fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html:
16799         * transitions/opacity-transition-zindex.html:
16800         * transitions/resources/transition-test-helpers.js:
16801         (expected):
16802         * transitions/transition-drt-api-delay.html:
16803         * transitions/transition-drt-api.html:
16804         * transitions/transition-hit-test-transform.html:
16805         * transitions/transition-hit-test.html:
16806
16807 2013-02-07  Rik Cabanier  <cabanier@adobe.com>
16808
16809         Add support for parsing of -webkit-background-blend-mode
16810         https://bugs.webkit.org/show_bug.cgi?id=108547
16811
16812         Reviewed by David Hyatt.
16813
16814         Added parsing and general CSS handling of -webkit-background-blend-mode per
16815         https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#background-blend-mode
16816
16817         * css3/compositing/background-blend-mode-property-expected.txt: Added.
16818         * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
16819         * css3/compositing/background-blend-mode-property-parsing.html: Added.
16820         * css3/compositing/background-blend-mode-property.html: Added.
16821         * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
16822         (jsWrapperClass):
16823         (shouldBeType):
16824         (testBlendModeRule):
16825         * css3/compositing/script-tests/background-blend-mode-property.js: Added.
16826         (testblendmode):
16827
16828         * css3/compositing/background-blend-mode-property-expected.txt: Added.
16829         * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
16830         * css3/compositing/background-blend-mode-property-parsing.html: Added.
16831         * css3/compositing/background-blend-mode-property.html: Added.
16832         * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
16833         (jsWrapperClass):
16834         (shouldBeType):
16835         (testBlendModeRule):
16836         * css3/compositing/script-tests/background-blend-mode-property.js: Added.
16837         (testblendmode):
16838         * platform/chromium/css3/compositing/background-blend-mode-property-expected.txt: Added.
16839         * platform/chromium/css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
16840
16841 2013-02-07  Gavin Peters  <gavinp@chromium.org>
16842
16843         Unreviewed, rolling out r142142.
16844         http://trac.webkit.org/changeset/142142
16845         https://bugs.webkit.org/show_bug.cgi?id=109154
16846
16847         Mac expectations were not right. See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Feditor%2Ftext-editor-home-button.html
16848
16849         * inspector/editor/text-editor-home-button-expected.txt: Removed.
16850         * inspector/editor/text-editor-home-button.html: Removed.
16851         * platform/efl/TestExpectations:
16852         * platform/mac/TestExpectations:
16853         * platform/qt/TestExpectations:
16854
16855 2013-02-07  Bear Travis  <betravis@adobe.com>
16856
16857         [CSS Exclusions] shape-inside does not properly handle padding or border
16858         https://bugs.webkit.org/show_bug.cgi?id=102715
16859
16860         Reviewed by David Hyatt.
16861
16862         Test that borders and padding are properly accounted for when laying out text in
16863         a shape inside.
16864
16865         * fast/exclusions/shape-inside/shape-inside-bottom-edge.html: Modified to no longer
16866         use padding.
16867         * fast/exclusions/shape-inside/shape-inside-box-sizing-expected.html: Added.
16868         * fast/exclusions/shape-inside/shape-inside-box-sizing.html: Added.
16869
16870 2013-01-27  Robert Hogan  <robert@webkit.org>
16871
16872         CSS 2.1 failure: floats-149 fails
16873         https://bugs.webkit.org/show_bug.cgi?id=95772
16874
16875         Reviewed by David Hyatt.
16876
16877         * css2.1/20110323/floats-149-expected.html: Added.
16878         * css2.1/20110323/floats-149.htm: Added.
16879         * fast/inline/inline-with-empty-inline-children-expected.txt: Added.
16880         * fast/inline/inline-with-empty-inline-children.html: Added.
16881         * platform/chromium-win/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
16882
16883 2013-02-07  Max Vujovic  <mvujovic@adobe.com>
16884
16885         [CSS Shaders] Add WebKitCSSFilterRule to DOMWindow.idl
16886         https://bugs.webkit.org/show_bug.cgi?id=109082
16887
16888         Move the at-rule parsing tests to the recently added folder named
16889         "custom-with-at-rule-parsing". 
16890
16891         Remove the "custom-filter" prefix from the test filenames to
16892         match the new convention.
16893
16894         Update the tests to use the "shouldHaveConstructor" JS helper function instead of the
16895         "shouldBeType" JS helper function. Among other things, using "shouldHaveConstructor" tests
16896         that window.WebKitCSSFilterRule is defined. "shouldHaveConstructor" has the same
16897         behavior in JSC and V8, unlike "shouldBeType". Therefore, remove the Chromium-specific text
16898         expectation file that was previously needed for "shouldBeType".
16899
16900         Reviewed by Dean Jackson.
16901
16902         * 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.
16903         * 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.
16904         * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt: Added.
16905         * 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.
16906         * 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.
16907         (testInvalidFilterAtRule):
16908         * 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.
16909         (testFilterAtRule):
16910         (testNestedRules):
16911         (checkRule):
16912         * css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
16913         * platform/chromium/css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
16914
16915 2013-02-07  Vsevolod Vlasov  <vsevik@chromium.org>
16916
16917         Web Inspector: Remove unused workspace field from NetworkUISourceCodeProvider
16918         https://bugs.webkit.org/show_bug.cgi?id=109201
16919
16920         Reviewed by Pavel Feldman.
16921
16922         * inspector/debugger/network-uisourcecode-provider.html:
16923
16924 2013-02-07  Andrey Lushnikov  <lushnikov@chromium.org>
16925
16926         Web Inspector: home button behaviour is wrong in DTE
16927         https://bugs.webkit.org/show_bug.cgi?id=109154
16928
16929         Reviewed by Vsevolod Vlasov.
16930
16931         Add layout test to verify home button behaviour. Exclude this test on
16932         platforms that do not have eventSender object in test shell.
16933
16934         * inspector/editor/text-editor-home-button-expected.txt: Added.
16935         * inspector/editor/text-editor-home-button.html: Added.
16936         * platform/efl/TestExpectations:
16937         * platform/mac/TestExpectations:
16938         * platform/qt/TestExpectations:
16939
16940 2013-02-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>
16941
16942         Scrollbars misplaced with accelerated compositing for overflow scroll
16943         https://bugs.webkit.org/show_bug.cgi?id=108625
16944
16945         Reviewed by Simon Fraser.
16946
16947         Update the results for the one test that explicitly set accelerated compositing for overflow scroll,
16948         and used to have bad results for non-chromium. The new baselines are almost identical to chomium baseline.
16949
16950         * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
16951         * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
16952
16953 2013-02-07  Ádám Kallai  <kadam@inf.u-szeged.hu>
16954
16955         [Qt] Unreviewed gardening. Added platform specific expected files after r140693.
16956         https://bugs.webkit.org/show_bug.cgi?id=107567.
16957
16958         * platform/qt/TestExpectations:
16959         * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.png:
16960         * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.txt:
16961         * platform/qt/editing/selection/extend-by-sentence-001-expected.png:
16962         * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
16963         * platform/qt/fast/inline/drawStyledEmptyInlines-expected.png:
16964         * platform/qt/fast/inline/drawStyledEmptyInlines-expected.txt:
16965         * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
16966         * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
16967         * platform/qt/fast/text/capitalize-empty-generated-string-expected.png:
16968         * platform/qt/fast/text/capitalize-empty-generated-string-expected.txt:
16969         * platform/qt/fast/text/whitespace/006-expected.png:
16970         * platform/qt/fast/text/whitespace/006-expected.txt:
16971         * platform/qt/fast/text/whitespace/007-expected.png:
16972         * platform/qt/fast/text/whitespace/007-expected.txt:
16973         * platform/qt/svg/batik/text/xmlSpace-expected.png:
16974         * platform/qt/svg/batik/text/xmlSpace-expected.txt:
16975         * platform/qt/svg/carto.net/combobox-expected.png:
16976         * platform/qt/svg/carto.net/combobox-expected.txt:
16977         * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
16978         * platform/qt/tables/mozilla/bugs/bug113235-3-expected.txt:
16979         * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
16980         * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
16981         * platform/qt/tables/mozilla/bugs/bug1318-expected.png:
16982         * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
16983
16984 2013-02-07  Gavin Peters  <gavinp@chromium.org>
16985
16986         Unreviewed, rolling out r142111.
16987         http://trac.webkit.org/changeset/142111
16988         https://bugs.webkit.org/show_bug.cgi?id=108055
16989
16990         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
16991
16992         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Removed.
16993         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Removed.
16994         * platform/chromium/TestExpectations:
16995         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Removed.
16996         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Removed.
16997         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Removed.
16998         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Removed.
16999
17000 2013-02-07  Vsevolod Vlasov  <vsevik@chromium.org>
17001
17002         Web Inspector: [Regression] Map.size() returns negative values.
17003         https://bugs.webkit.org/show_bug.cgi?id=109174
17004
17005         Reviewed by Yury Semikhatsky.
17006
17007         * inspector/map-expected.txt:
17008         * inspector/map.html:
17009
17010 2013-02-07  Kent Tamura  <tkent@chromium.org>
17011
17012         Conversion from localized numbers to HTML numbers should accept not only localized numbers but also HTML numbers
17013         https://bugs.webkit.org/show_bug.cgi?id=109160
17014
17015         Reviewed by Kentaro Hara.
17016
17017         * fast/forms/number/number-l10n-input-expected.txt: Added.
17018         * fast/forms/number/number-l10n-input.html: Added.
17019
17020 2013-02-07  Stephen White  <senorblanco@chromium.org>
17021
17022         [chromium] New baselines for GPU-accelerated reference filters tests.  Unreviewed.
17023         https://bugs.webkit.org/show_bug.cgi?id=104289
17024
17025         * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
17026         * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png:
17027         * platform/chromium-mac-lion/css3/filters/effect-reference-hw-expected.txt: Added.
17028         * platform/chromium-mac-snowleopard/css3/filters/effect-reference-hw-expected.txt: Added.
17029         * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
17030         * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt:
17031         * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png:
17032         * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
17033         * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.png:
17034         * platform/chromium/TestExpectations:
17035
17036 2013-02-07  Peter Rybin  <prybin@chromium.org>
17037
17038         Web Inspector: support JavaScript variable mutation in protocol and V8 bindings
17039         https://bugs.webkit.org/show_bug.cgi?id=107829
17040
17041         Reviewed by Pavel Feldman.
17042
17043         * inspector-protocol/debugger-setVariableValue-expected.txt: Added.
17044         * inspector-protocol/debugger-setVariableValue.html: Added.
17045         * inspector/console/command-line-api-expected.txt:
17046         * platform/chromium/inspector-protocol/debugger-setVariableValue-expected.txt: Added.
17047
17048 2013-02-07  Yury Semikhatsky  <yurys@chromium.org>
17049
17050         Web Inspector: reduce number of native memory instrumentation categories
17051         https://bugs.webkit.org/show_bug.cgi?id=109146
17052
17053         Reviewed by Pavel Feldman.
17054
17055         Fix layout tests that started failing after r142081.
17056
17057         * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
17058         * inspector/profiler/memory-instrumentation-cached-images.html:
17059         * inspector/profiler/memory-instrumentation-canvas-expected.txt:
17060         * inspector/profiler/memory-instrumentation-canvas.html:
17061
17062 2013-02-07  Keishi Hattori  <keishi@webkit.org>
17063
17064         REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
17065         https://bugs.webkit.org/show_bug.cgi?id=108055
17066
17067         Reviewed by Kent Tamura.
17068
17069         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
17070         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
17071         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
17072         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
17073         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
17074         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
17075         * platform/chromium/TestExpectations:
17076
17077 2013-02-07  Ádám Kallai  <kadam@inf.u-szeged.hu>
17078
17079         [Qt] Unreviewed gardening. Skip failing test.
17080
17081         * platform/qt/TestExpectations:
17082
17083 2013-02-07  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
17084
17085         [Qt] Unreviwed gardening. Rebaselining and skipping new failures.
17086
17087         * platform/qt/TestExpectations:
17088         * platform/qt/fast/dynamic/002-expected.txt:
17089         * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
17090         * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
17091
17092 2013-02-07  Gregg Tavares  <gman@chromium.org>
17093
17094         Add WebGL Conformance Tests state, renderbuffers, and reading folders.
17095         https://bugs.webkit.org/show_bug.cgi?id=109121
17096
17097         Reviewed by Kenneth Russell.
17098
17099         * webgl/conformance/reading/read-pixels-pack-alignment-expected.txt: Added.
17100         * webgl/conformance/reading/read-pixels-pack-alignment.html: Added.
17101         * webgl/conformance/renderbuffers/framebuffer-state-restoration-expected.txt: Added.
17102         * webgl/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
17103         * webgl/conformance/renderbuffers/framebuffer-test-expected.txt: Added.
17104         * webgl/conformance/renderbuffers/framebuffer-test.html: Added.
17105         * webgl/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Added.
17106         * webgl/conformance/renderbuffers/renderbuffer-initialization.html: Added.
17107         * webgl/conformance/state/gl-enable-enum-test-expected.txt: Added.
17108         * webgl/conformance/state/gl-enable-enum-test.html: Added.
17109         * webgl/conformance/state/gl-enum-tests-expected.txt: Added.
17110         * webgl/conformance/state/gl-enum-tests.html: Added.
17111         * webgl/conformance/state/gl-get-calls-expected.txt: Added.
17112         * webgl/conformance/state/gl-get-calls.html: Added.
17113         * webgl/conformance/state/gl-geterror-expected.txt: Added.
17114         * webgl/conformance/state/gl-geterror.html: Added.
17115         * webgl/conformance/state/gl-getstring-expected.txt: Added.
17116         * webgl/conformance/state/gl-getstring.html: Added.
17117         * webgl/resources/webgl_test_files/conformance/reading/00_test_list.txt: Added.
17118         * webgl/resources/webgl_test_files/conformance/reading/read-pixels-pack-alignment.html: Added.
17119         * webgl/resources/webgl_test_files/conformance/renderbuffers/00_test_list.txt: Added.
17120         * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
17121         * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-test.html: Added.
17122         * webgl/resources/webgl_test_files/conformance/renderbuffers/renderbuffer-initialization.html: Added.
17123         * webgl/resources/webgl_test_files/conformance/state/00_test_list.txt: Added.
17124         * webgl/resources/webgl_test_files/conformance/state/gl-enable-enum-test.html: Added.
17125         * webgl/resources/webgl_test_files/conformance/state/gl-enum-tests.html: Added.
17126         * webgl/resources/webgl_test_files/conformance/state/gl-get-calls.html: Added.
17127         * webgl/resources/webgl_test_files/conformance/state/gl-geterror.html: Added.
17128         * webgl/resources/webgl_test_files/conformance/state/gl-getstring.html: Added.
17129
17130 2013-02-07  Gregg Tavares  <gman@chromium.org>
17131
17132         Add WebGL Conformance Tests rendering folder.
17133         https://bugs.webkit.org/show_bug.cgi?id=109122
17134
17135         Reviewed by Kenneth Russell.
17136
17137         * webgl/conformance/rendering/culling-expected.txt: Added.
17138         * webgl/conformance/rendering/culling.html: Added.
17139         * webgl/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Added.
17140         * webgl/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
17141         * webgl/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Added.
17142         * webgl/conformance/rendering/draw-elements-out-of-bounds.html: Added.
17143         * webgl/conformance/rendering/gl-clear-expected.txt: Added.
17144         * webgl/conformance/rendering/gl-clear.html: Added.
17145         * webgl/conformance/rendering/gl-drawelements-expected.txt: Added.
17146         * webgl/conformance/rendering/gl-drawelements.html: Added.
17147         * webgl/conformance/rendering/gl-scissor-fbo-test-expected.txt: Added.
17148         * webgl/conformance/rendering/gl-scissor-fbo-test.html: Added.
17149         * webgl/conformance/rendering/line-loop-tri-fan-expected.txt: Added.
17150         * webgl/conformance/rendering/line-loop-tri-fan.html: Added.
17151         * webgl/conformance/rendering/simple-expected.txt: Added.
17152         * webgl/conformance/rendering/simple.html: Added.
17153         * webgl/conformance/rendering/triangle-expected.txt: Added.
17154         * webgl/conformance/rendering/triangle.html: Added.
17155         * webgl/resources/webgl_test_files/conformance/rendering/00_test_list.txt: Added.
17156         * webgl/resources/webgl_test_files/conformance/rendering/culling.html: Added.
17157         * webgl/resources/webgl_test_files/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
17158         * webgl/resources/webgl_test_files/conformance/rendering/draw-elements-out-of-bounds.html: Added.
17159         * webgl/resources/webgl_test_files/conformance/rendering/gl-clear.html: Added.
17160         * webgl/resources/webgl_test_files/conformance/rendering/gl-drawelements.html: Added.
17161         * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-fbo-test.html: Added.
17162         * webgl/resources/webgl_test_files/conformance/rendering/line-loop-tri-fan.html: Added.
17163         * webgl/resources/webgl_test_files/conformance/rendering/simple.html: Added.
17164         * webgl/resources/webgl_test_files/conformance/rendering/triangle.html: Added.
17165         * webgl/resources/webgl_test_files/conformance/rendering/vertex-texture-fetch.html: Added.
17166
17167 2013-02-07  Gregg Tavares  <gman@chromium.org>
17168
17169         Add WebGL Conformance Tests programs folder.
17170         https://bugs.webkit.org/show_bug.cgi?id=109120
17171
17172         Reviewed by Kenneth Russell.
17173
17174         * webgl/conformance/programs/get-active-test-expected.txt: Added.
17175         * webgl/conformance/programs/get-active-test.html: Added.
17176         * webgl/conformance/programs/gl-bind-attrib-location-test-expected.txt: Added.
17177         * webgl/conformance/programs/gl-bind-attrib-location-test.html: Added.
17178         * webgl/conformance/programs/gl-get-active-attribute-expected.txt: Added.
17179         * webgl/conformance/programs/gl-get-active-attribute.html: Added.
17180         * webgl/conformance/programs/gl-get-active-uniform-expected.txt: Added.
17181         * webgl/conformance/programs/gl-get-active-uniform.html: Added.
17182         * webgl/conformance/programs/gl-getshadersource-expected.txt: Added.
17183         * webgl/conformance/programs/gl-getshadersource.html: Added.
17184         * webgl/conformance/programs/gl-shader-test-expected.txt: Added.
17185         * webgl/conformance/programs/gl-shader-test.html: Added.
17186         * webgl/conformance/programs/invalid-UTF-16-expected.txt: Added.
17187         * webgl/conformance/programs/invalid-UTF-16.html: Added.
17188         * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader-expected.txt: Added.
17189         * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
17190         * webgl/resources/webgl_test_files/conformance/programs/00_test_list.txt: Added.
17191         * webgl/resources/webgl_test_files/conformance/programs/get-active-test.html: Added.
17192         * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-test.html: Added.
17193         * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-attribute.html: Added.
17194         * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-uniform.html: Added.
17195         * webgl/resources/webgl_test_files/conformance/programs/gl-getshadersource.html: Added.
17196         * webgl/resources/webgl_test_files/conformance/programs/gl-shader-test.html: Added.
17197         * webgl/resources/webgl_test_files/conformance/programs/invalid-UTF-16.html: Added.
17198         * webgl/resources/webgl_test_files/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
17199
17200 2013-02-07  Gregg Tavares  <gman@chromium.org>
17201
17202         Add WebGL Conformance Tests context folder.
17203         https://bugs.webkit.org/show_bug.cgi?id=109114
17204
17205         Reviewed by Kenneth Russell.
17206
17207         * webgl/conformance/context/constants-expected.txt: Added.
17208         * webgl/conformance/context/constants.html: Added.
17209         * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Added.
17210         * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
17211         * webgl/conformance/context/context-lost-expected.txt: Added.
17212         * webgl/conformance/context/context-lost-restored-expected.txt: Added.
17213         * webgl/conformance/context/context-lost-restored.html: Added.
17214         * webgl/conformance/context/context-lost.html: Added.
17215         * webgl/conformance/context/context-release-upon-reload-expected.txt: Added.
17216         * webgl/conformance/context/context-release-upon-reload.html: Added.
17217         * webgl/conformance/context/context-release-with-workers-expected.txt: Added.
17218         * webgl/conformance/context/context-release-with-workers.html: Added.
17219         * webgl/conformance/context/context-type-test-expected.txt: Added.
17220         * webgl/conformance/context/context-type-test.html: Added.
17221         * webgl/conformance/context/incorrect-context-object-behaviour-expected.txt: Added.
17222         * webgl/conformance/context/incorrect-context-object-behaviour.html: Added.
17223         * webgl/conformance/context/methods-expected.txt: Added.
17224         * webgl/conformance/context/methods.html: Added.
17225         * webgl/conformance/context/premultiplyalpha-test-expected.txt: Added.
17226         * webgl/conformance/context/premultiplyalpha-test.html: Added.
17227         * webgl/conformance/context/resource-sharing-test-expected.txt: Added.
17228         * webgl/conformance/context/resource-sharing-test.html: Added.
17229         * webgl/resources/webgl_test_files/conformance/context/00_test_list.txt: Added.
17230         * webgl/resources/webgl_test_files/conformance/context/constants.html: Added.
17231         * webgl/resources/webgl_test_files/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
17232         * webgl/resources/webgl_test_files/conformance/context/context-lost-restored.html: Added.
17233         * webgl/resources/webgl_test_files/conformance/context/context-lost.html: Added.
17234         * webgl/resources/webgl_test_files/conformance/context/context-release-upon-reload.html: Added.
17235         * webgl/resources/webgl_test_files/conformance/context/context-release-with-workers.html: Added.
17236         * webgl/resources/webgl_test_files/conformance/context/context-type-test.html: Added.
17237         * webgl/resources/webgl_test_files/conformance/context/incorrect-context-object-behaviour.html: Added.
17238         * webgl/resources/webgl_test_files/conformance/context/methods.html: Added.
17239         * webgl/resources/webgl_test_files/conformance/context/premultiplyalpha-test.html: Added.
17240         * webgl/resources/webgl_test_files/conformance/context/resource-sharing-test.html: Added.
17241         * webgl/resources/webgl_test_files/conformance/context/resources/context-release-child-with-worker.html: Added.
17242         * webgl/resources/webgl_test_files/conformance/context/resources/context-release-upon-reload-child.html: Added.
17243         * webgl/resources/webgl_test_files/conformance/context/resources/context-release-worker.js: Added.
17244
17245 2013-02-07  Gregg Tavares  <gman@chromium.org>
17246
17247         Add WebGL Conformance Tests uniforms folder.
17248         https://bugs.webkit.org/show_bug.cgi?id=109112
17249
17250         Reviewed by Kenneth Russell.
17251
17252         * webgl/conformance/uniforms/gl-uniform-bool-expected.txt: Added.
17253         * webgl/conformance/uniforms/gl-uniform-bool.html: Added.
17254         * webgl/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Added.
17255         * webgl/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
17256         * webgl/conformance/uniforms/gl-unknown-uniform-expected.txt: Added.
17257         * webgl/conformance/uniforms/gl-unknown-uniform.html: Added.
17258         * webgl/conformance/uniforms/null-uniform-location-expected.txt: Added.
17259         * webgl/conformance/uniforms/null-uniform-location.html: Added.
17260         * webgl/resources/webgl_test_files/conformance/uniforms/00_test_list.txt: Added.
17261         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-bool.html: Added.
17262         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-packing-restrictions.html: Added.
17263         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-struct-unused.html: Added.
17264         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-unused-array-elements-get-truncated.html: Added.
17265         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
17266         * webgl/resources/webgl_test_files/conformance/uniforms/gl-unknown-uniform.html: Added.
17267         * webgl/resources/webgl_test_files/conformance/uniforms/null-uniform-location.html: Added.
17268         * webgl/resources/webgl_test_files/conformance/uniforms/out-of-bounds-uniform-array-access.html: Added.
17269
17270 2013-02-07  Gregg Tavares  <gman@chromium.org>
17271
17272         Add WebGL Conformance Tests canvas folder.
17273         https://bugs.webkit.org/show_bug.cgi?id=109113
17274
17275         Reviewed by Kenneth Russell.
17276
17277         * webgl/conformance/canvas/canvas-test-expected.txt: Added.
17278         * webgl/conformance/canvas/canvas-test.html: Added.
17279         * webgl/conformance/canvas/canvas-zero-size-expected.txt: Added.
17280         * webgl/conformance/canvas/canvas-zero-size.html: Added.
17281         * webgl/conformance/canvas/drawingbuffer-hd-dpi-test-expected.txt: Added.
17282         * webgl/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
17283         * webgl/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Added.
17284         * webgl/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
17285         * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize-expected.txt: Added.
17286         * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
17287         * webgl/conformance/canvas/texture-bindings-unaffected-on-resize-expected.txt: Added.
17288         * webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
17289         * webgl/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Added.
17290         * webgl/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
17291         * webgl/resources/webgl_test_files/conformance/canvas/00_test_list.txt: Added.
17292         * webgl/resources/webgl_test_files/conformance/canvas/canvas-test.html: Added.
17293         * webgl/resources/webgl_test_files/conformance/canvas/canvas-zero-size.html: Added.
17294         * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
17295         * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
17296         * webgl/resources/webgl_test_files/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
17297         * webgl/resources/webgl_test_files/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
17298         * webgl/resources/webgl_test_files/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
17299
17300 2013-02-07  Gregg Tavares  <gman@chromium.org>
17301
17302         Add WebGL Conformance Tests texture folder.
17303         https://bugs.webkit.org/show_bug.cgi?id=109111
17304
17305         Reviewed by Kenneth Russell.
17306
17307         * webgl/conformance/textures/compressed-tex-image-expected.txt: Added.
17308         * webgl/conformance/textures/compressed-tex-image.html: Added.
17309         * webgl/conformance/textures/copy-tex-image-and-sub-image-2d-expected.txt: Added.
17310         * webgl/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
17311         * webgl/conformance/textures/gl-get-tex-parameter-expected.txt: Added.
17312         * webgl/conformance/textures/gl-get-tex-parameter.html: Added.
17313         * webgl/conformance/textures/gl-teximage-expected.txt: Added.
17314         * webgl/conformance/textures/gl-teximage.html: Added.
17315         * webgl/conformance/textures/mipmap-fbo-expected.txt: Added.
17316         * webgl/conformance/textures/mipmap-fbo.html: Added.
17317         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
17318         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
17319         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added.
17320         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Added.
17321         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
17322         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Added.
17323         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
17324         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Added.
17325         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
17326         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
17327         * webgl/conformance/textures/tex-image-and-uniform-binding-bugs-expected.txt: Added.
17328         * webgl/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
17329         * webgl/conformance/textures/tex-image-webgl-expected.txt: Added.
17330         * webgl/conformance/textures/tex-image-webgl.html: Added.
17331         * webgl/conformance/textures/tex-image-with-format-and-type-expected.txt: Added.
17332         * webgl/conformance/textures/tex-image-with-format-and-type.html: Added.
17333         * webgl/conformance/textures/tex-image-with-invalid-data-expected.txt: Added.
17334         * webgl/conformance/textures/tex-image-with-invalid-data.html: Added.
17335         * webgl/conformance/textures/tex-input-validation-expected.txt: Added.
17336         * webgl/conformance/textures/tex-input-validation.html: Added.
17337         * webgl/conformance/textures/tex-sub-image-2d-bad-args-expected.txt: Added.
17338         * webgl/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
17339         * webgl/conformance/textures/tex-sub-image-2d-expected.txt: Added.
17340         * webgl/conformance/textures/tex-sub-image-2d.html: Added.
17341         * webgl/conformance/textures/texparameter-test-expected.txt: Added.
17342         * webgl/conformance/textures/texparameter-test.html: Added.
17343         * webgl/conformance/textures/texture-attachment-formats-expected.txt: Added.
17344         * webgl/conformance/textures/texture-attachment-formats.html: Added.
17345         * webgl/conformance/textures/texture-clear-expected.txt: Added.
17346         * webgl/conformance/textures/texture-clear.html: Added.
17347         * webgl/conformance/textures/texture-complete-expected.txt: Added.
17348         * webgl/conformance/textures/texture-complete.html: Added.
17349         * webgl/conformance/textures/texture-formats-test-expected.txt: Added.
17350         * webgl/conformance/textures/texture-formats-test.html: Added.
17351         * webgl/conformance/textures/texture-hd-dpi-expected.txt: Added.
17352         * webgl/conformance/textures/texture-hd-dpi.html: Added.
17353         * webgl/conformance/textures/texture-npot-expected.txt: Added.
17354         * webgl/conformance/textures/texture-npot.html: Added.
17355         * webgl/conformance/textures/texture-size-cube-maps-expected.txt: Added.
17356         * webgl/conformance/textures/texture-size-cube-maps.html: Added.
17357         * webgl/conformance/textures/texture-sub-image-cube-maps-expected.txt: Added.
17358         * webgl/conformance/textures/texture-sub-image-cube-maps.html: Added.
17359         * webgl/conformance/textures/texture-transparent-pixels-initialized-expected.txt: Added.
17360         * webgl/conformance/textures/texture-transparent-pixels-initialized.html: Added.
17361         * webgl/conformance/textures/texture-upload-cube-maps-expected.txt: Added.
17362         * webgl/conformance/textures/texture-upload-cube-maps.html: Added.
17363         * webgl/resources/webgl_test_files/conformance/textures/00_test_list.txt: Added.
17364         * webgl/resources/webgl_test_files/conformance/textures/compressed-tex-image.html: Added.
17365         * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
17366         * webgl/resources/webgl_test_files/conformance/textures/gl-get-tex-parameter.html: Added.
17367         * webgl/resources/webgl_test_files/conformance/textures/gl-teximage.html: Added.
17368         * webgl/resources/webgl_test_files/conformance/textures/mipmap-fbo.html: Added.
17369         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
17370         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
17371         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
17372         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
17373         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
17374         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
17375         * webgl/resources/webgl_test_files/conformance/textures/tex-image-webgl.html: Added.
17376         * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-format-and-type.html: Added.
17377         * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-invalid-data.html: Added.
17378         * webgl/resources/webgl_test_files/conformance/textures/tex-input-validation.html: Added.
17379         * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
17380         * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d.html: Added.
17381         * webgl/resources/webgl_test_files/conformance/textures/texparameter-test.html: Added.
17382         * webgl/resources/webgl_test_files/conformance/textures/texture-attachment-formats.html: Added.
17383         * webgl/resources/webgl_test_files/conformance/textures/texture-clear.html: Added.
17384         * webgl/resources/webgl_test_files/conformance/textures/texture-complete.html: Added.
17385         * webgl/resources/webgl_test_files/conformance/textures/texture-formats-test.html: Added.
17386         * webgl/resources/webgl_test_files/conformance/textures/texture-hd-dpi.html: Added.
17387         * webgl/resources/webgl_test_files/conformance/textures/texture-npot.html: Added.
17388         * webgl/resources/webgl_test_files/conformance/textures/texture-size-cube-maps.html: Added.
17389         * webgl/resources/webgl_test_files/conformance/textures/texture-sub-image-cube-maps.html: Added.
17390         * webgl/resources/webgl_test_files/conformance/textures/texture-transparent-pixels-initialized.html: Added.
17391         * webgl/resources/webgl_test_files/conformance/textures/texture-upload-cube-maps.html: Added.
17392
17393 2013-02-07  Andrey Lushnikov  <lushnikov@chromium.org>
17394
17395         Web Inspector: highlight matching braces in DTE.
17396         https://bugs.webkit.org/show_bug.cgi?id=108697
17397
17398         Reviewed by Pavel Feldman.
17399
17400         New layout test to verify brace matching functionality. Fix some
17401         layout test expectations as the patch removes braces from highlight
17402         ranges.
17403
17404         * inspector/editor/brace-matcher-expected.txt: Added.
17405         * inspector/editor/brace-matcher.html: Added.
17406         * inspector/editor/highlighter-basics-expected.txt:
17407         * inspector/editor/text-editor-long-line-expected.txt:
17408
17409 2013-02-07  Matt Falkenhagen  <falken@chromium.org>
17410
17411         Rollout r142058 various crashes and timeouts on AppleMac and Chromium
17412         https://bugs.webkit.org/show_bug.cgi?id=109152
17413
17414         Reviewed by Pavel Feldman.
17415
17416         Unreviewed gardening. r142058 added failing tests and marked many as
17417         Skip or Failure but there are also Timeouts and Crashes causing
17418         redness.
17419
17420         * platform/chromium/TestExpectations:
17421         * platform/mac/TestExpectations:
17422         * platform/win/TestExpectations:
17423         * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
17424         * webgl/conformance/canvas/buffer-offscreen-test.html: Removed.
17425         * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
17426         * webgl/conformance/canvas/buffer-preserve-test.html: Removed.
17427         * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Removed.
17428         * webgl/conformance/canvas/drawingbuffer-test.html: Removed.
17429         * webgl/conformance/canvas/to-data-url-test-expected.txt: Removed.
17430         * webgl/conformance/canvas/to-data-url-test.html: Removed.
17431         * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Removed.
17432         * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
17433         * webgl/conformance/context/context-creation-and-destruction-expected.txt: Removed.
17434         * webgl/conformance/context/context-creation-and-destruction.html: Removed.
17435         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Removed.
17436         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
17437         * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Removed.
17438         * webgl/conformance/glsl/literals/float_literal.vert.html: Removed.
17439         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Removed.
17440         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
17441         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Removed.
17442         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
17443         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Removed.
17444         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
17445         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Removed.
17446         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
17447         * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Removed.
17448         * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
17449         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Removed.
17450         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
17451         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Removed.
17452         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
17453         * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Removed.
17454         * webgl/conformance/glsl/misc/shaders-with-varyings.html: Removed.
17455         * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Removed.
17456         * webgl/conformance/glsl/variables/gl-pointcoord.html: Removed.
17457         * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Removed.
17458         * webgl/conformance/more/conformance/quickCheckAPI-A.html: Removed.
17459         * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Removed.
17460         * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
17461         * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Removed.
17462         * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
17463         * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Removed.
17464         * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
17465         * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Removed.
17466         * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
17467         * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Removed.
17468         * webgl/conformance/more/conformance/quickCheckAPI-C.html: Removed.
17469         * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Removed.
17470         * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
17471         * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Removed.
17472         * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
17473         * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Removed.
17474         * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
17475         * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Removed.
17476         * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
17477         * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Removed.
17478         * webgl/conformance/more/functions/bufferDataBadArgs.html: Removed.
17479         * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Removed.
17480         * webgl/conformance/more/functions/copyTexImage2D.html: Removed.
17481         * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Removed.
17482         * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
17483         * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Removed.
17484         * webgl/conformance/more/functions/copyTexSubImage2D.html: Removed.
17485         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Removed.
17486         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
17487         * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Removed.
17488         * webgl/conformance/more/functions/deleteBufferBadArgs.html: Removed.
17489         * webgl/conformance/more/functions/drawArrays-expected.txt: Removed.
17490         * webgl/conformance/more/functions/drawArrays.html: Removed.
17491         * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Removed.
17492         * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
17493         * webgl/conformance/more/functions/drawElements-expected.txt: Removed.
17494         * webgl/conformance/more/functions/drawElements.html: Removed.
17495         * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Removed.
17496         * webgl/conformance/more/functions/drawElementsBadArgs.html: Removed.
17497         * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Removed.
17498         * webgl/conformance/more/functions/readPixelsBadArgs.html: Removed.
17499         * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Removed.
17500         * webgl/conformance/more/functions/texImage2DBadArgs.html: Removed.
17501         * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Removed.
17502         * webgl/conformance/more/functions/texImage2DHTML.html: Removed.
17503         * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Removed.
17504         * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
17505         * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Removed.
17506         * webgl/conformance/more/functions/texSubImage2DHTML.html: Removed.
17507         * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Removed.
17508         * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
17509         * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Removed.
17510         * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
17511         * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Removed.
17512         * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
17513         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Removed.
17514         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
17515         * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Removed.
17516         * webgl/conformance/ogles/GL/log/log_001_to_008.html: Removed.
17517         * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Removed.
17518         * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
17519         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Removed.
17520         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
17521         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Removed.
17522         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
17523         * webgl/conformance/programs/program-test-expected.txt: Removed.
17524         * webgl/conformance/programs/program-test.html: Removed.
17525         * webgl/conformance/reading/read-pixels-test-expected.txt: Removed.
17526         * webgl/conformance/reading/read-pixels-test.html: Removed.
17527         * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Removed.
17528         * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
17529         * webgl/conformance/rendering/gl-scissor-test-expected.txt: Removed.
17530         * webgl/conformance/rendering/gl-scissor-test.html: Removed.
17531         * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Removed.
17532         * webgl/conformance/rendering/more-than-65536-indices.html: Removed.
17533         * webgl/conformance/rendering/multisample-corruption-expected.txt: Removed.
17534         * webgl/conformance/rendering/multisample-corruption.html: Removed.
17535         * webgl/conformance/rendering/point-size-expected.txt: Removed.
17536         * webgl/conformance/rendering/point-size.html: Removed.
17537         * webgl/conformance/state/gl-object-get-calls-expected.txt: Removed.
17538         * webgl/conformance/state/gl-object-get-calls.html: Removed.
17539         * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Removed.
17540         * webgl/conformance/textures/copy-tex-image-2d-formats.html: Removed.
17541         * webgl/conformance/textures/gl-pixelstorei-expected.txt: Removed.
17542         * webgl/conformance/textures/gl-pixelstorei.html: Removed.
17543         * webgl/conformance/textures/origin-clean-conformance-expected.txt: Removed.
17544         * webgl/conformance/textures/origin-clean-conformance.html: Removed.
17545         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Removed.
17546         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Removed.
17547         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
17548         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Removed.
17549         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
17550         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Removed.
17551         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
17552         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
17553         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Removed.
17554         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Removed.
17555         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
17556         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Removed.
17557         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
17558         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Removed.
17559         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
17560         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
17561         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Removed.
17562         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Removed.
17563         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
17564         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Removed.
17565         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
17566         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Removed.
17567         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
17568         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
17569         * webgl/conformance/textures/texture-active-bind-2-expected.txt: Removed.
17570         * webgl/conformance/textures/texture-active-bind-2.html: Removed.
17571         * webgl/conformance/textures/texture-active-bind-expected.txt: Removed.
17572         * webgl/conformance/textures/texture-active-bind.html: Removed.
17573         * webgl/conformance/textures/texture-mips-expected.txt: Removed.
17574         * webgl/conformance/textures/texture-mips.html: Removed.
17575         * webgl/conformance/textures/texture-npot-video-expected.txt: Removed.
17576         * webgl/conformance/textures/texture-npot-video.html: Removed.
17577         * webgl/conformance/textures/texture-size-expected.txt: Removed.
17578         * webgl/conformance/textures/texture-size-limit-expected.txt: Removed.
17579         * webgl/conformance/textures/texture-size-limit.html: Removed.
17580         * webgl/conformance/textures/texture-size.html: Removed.
17581         * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Removed.
17582         * webgl/conformance/uniforms/gl-uniform-arrays.html: Removed.
17583         * webgl/conformance/uniforms/uniform-default-values-expected.txt: Removed.
17584         * webgl/conformance/uniforms/uniform-default-values.html: Removed.
17585         * webgl/conformance/uniforms/uniform-location-expected.txt: Removed.
17586         * webgl/conformance/uniforms/uniform-location.html: Removed.
17587         * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Removed.
17588         * webgl/conformance/uniforms/uniform-samplers-test.html: Removed.
17589         * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Removed.
17590         * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Removed.
17591         * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Removed.
17592         * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Removed.
17593         * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
17594         * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Removed.
17595         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
17596         * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Removed.
17597         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
17598         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
17599         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
17600         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
17601         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
17602         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
17603         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
17604         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Removed.
17605         * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Removed.
17606         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Removed.
17607         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
17608         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
17609         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
17610         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
17611         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Removed.
17612         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
17613         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
17614         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
17615         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
17616         * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Removed.
17617         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Removed.
17618         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
17619         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Removed.
17620         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
17621         * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Removed.
17622         * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Removed.
17623         * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
17624         * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Removed.
17625         * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Removed.
17626         * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Removed.
17627         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Removed.
17628         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Removed.
17629         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
17630         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Removed.
17631         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
17632         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
17633         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
17634         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
17635         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Removed.
17636         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
17637         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
17638         * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
17639         * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Removed.
17640         * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Removed.
17641         * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
17642         * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Removed.
17643         * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Removed.
17644         * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Removed.
17645         * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Removed.
17646         * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Removed.
17647         * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Removed.
17648         * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Removed.
17649         * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Removed.
17650         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
17651         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
17652         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
17653         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
17654         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
17655         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
17656         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
17657         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
17658         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
17659         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
17660         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
17661         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
17662         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Removed.
17663         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Removed.
17664         * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Removed.
17665         * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Removed.
17666         * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Removed.
17667         * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Removed.
17668         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Removed.
17669         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Removed.
17670         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Removed.
17671         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Removed.
17672
17673 2013-02-07  Ádám Kallai  <kadam@inf.u-szeged.hu>
17674
17675         [Qt] Unreviewed gardening. Skip failing WebGL tests.
17676
17677         * platform/qt/TestExpectations:
17678
17679 2013-02-07  Sheriff Bot  <webkit.review.bot@gmail.com>
17680
17681         Unreviewed, rolling out r142067.
17682         http://trac.webkit.org/changeset/142067
17683         https://bugs.webkit.org/show_bug.cgi?id=109147
17684
17685         adding Slow modifier did not help completely (Requested by
17686         falken on #webkit).
17687
17688         * platform/chromium/TestExpectations:
17689
17690 2013-02-07  Zan Dobersek  <zdobersek@igalia.com>
17691
17692         Unreviewed GTK gardening.
17693
17694         Expanding failure expectation for fast/dom/Window/slow-unload-handler.html.
17695         Adding failure expectation for the new fast/css/negative-text-indent-in-inline-block.html
17696         layout tests.
17697
17698         * platform/gtk/TestExpectations:
17699
17700 2013-02-03  Kentaro Hara  <haraken@chromium.org>
17701
17702         WebKit's focus events are UIEvents (instead of FocusEvent) and thus don't expose .relatedTarget
17703         https://bugs.webkit.org/show_bug.cgi?id=76216
17704
17705         Reviewed by Eric Seidel.
17706
17707         Spec: http://www.w3.org/TR/DOM-Level-3-Events/#events-FocusEvent
17708
17709         This patch creates a new FocusEvent class with a relatedTarget attribute.
17710         Now when focusin or focusout events are dispatched, a FocusEvent is created with
17711         the relatedTarget attribute set accordingly.
17712
17713         * fast/dom/shadow/shadow-boundary-events-expected.txt:
17714         * fast/dom/shadow/shadow-boundary-events.html:
17715         * fast/events/related-target-focusevent-expected.txt: Added.
17716         * fast/events/related-target-focusevent.html: Added.
17717
17718 2013-02-06  Mike West  <mkwst@chromium.org>
17719
17720         Entity-header extension headers honored on 304 responses.
17721         https://bugs.webkit.org/show_bug.cgi?id=72414
17722
17723         Reviewed by Alexey Proskuryakov.
17724
17725         * http/tests/security/XFrameOptions/resources/nph-cached-xfo.pl: Added.
17726         * http/tests/security/XFrameOptions/x-frame-options-cached-expected.txt: Added.
17727         * http/tests/security/XFrameOptions/x-frame-options-cached.html: Added.
17728         * http/tests/security/contentSecurityPolicy/cached-frame-csp-expected.txt: Added.
17729         * http/tests/security/contentSecurityPolicy/cached-frame-csp.html: Added.
17730         * http/tests/security/contentSecurityPolicy/resources/nph-cached-csp.pl: Added.
17731         * http/tests/security/xssAuditor/cached-frame-expected.txt: Added.
17732         * http/tests/security/xssAuditor/cached-frame.html: Added.
17733         * http/tests/security/xssAuditor/resources/nph-cached.pl: Added.
17734
17735 2013-02-06  Matt Falkenhagen  <falken@chromium.org>
17736
17737         Unreviewed gardening. Marking all webgl/conformance tests as slow.
17738
17739         * platform/chromium/TestExpectations:
17740
17741 2013-02-06  Tom Sepez  <tsepez@chromium.org>
17742
17743         document.referrer leakage with XSS Auditor page block
17744         https://bugs.webkit.org/show_bug.cgi?id=109089
17745
17746         Reviewed by Adam Barth.
17747
17748         Test prints the referrer to show it isn't leaked.
17749         
17750         * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
17751         * http/tests/security/xssAuditor/full-block-script-tag.html:
17752
17753 2013-02-06  Matt Falkenhagen  <falken@chromium.org>
17754
17755         Unreviewed gardening. Marking gl-vertexattribpointer.html as slow.
17756
17757         * platform/chromium/TestExpectations:
17758
17759 2013-02-06  Gregg Tavares  <gman@chromium.org>
17760
17761         Adds failing WebGL Conformance Tests.
17762         https://bugs.webkit.org/show_bug.cgi?id=109075
17763
17764         Reviewed by Kenneth Russell.
17765
17766         * platform/chromium/TestExpectations:
17767         * platform/mac/TestExpectations:
17768         * platform/win/TestExpectations:
17769         * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
17770         * webgl/conformance/canvas/buffer-offscreen-test.html: Added.
17771         * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
17772         * webgl/conformance/canvas/buffer-preserve-test.html: Added.
17773         * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
17774         * webgl/conformance/canvas/drawingbuffer-test.html: Added.
17775         * webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
17776         * webgl/conformance/canvas/to-data-url-test.html: Added.
17777         * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
17778         * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
17779         * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
17780         * webgl/conformance/context/context-creation-and-destruction.html: Added.
17781         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
17782         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
17783         * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
17784         * webgl/conformance/glsl/literals/float_literal.vert.html: Added.
17785         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
17786         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
17787         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
17788         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
17789         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
17790         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
17791         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
17792         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
17793         * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
17794         * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
17795         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
17796         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
17797         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
17798         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
17799         * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
17800         * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
17801         * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
17802         * webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
17803         * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
17804         * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
17805         * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
17806         * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
17807         * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
17808         * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
17809         * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
17810         * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
17811         * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
17812         * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
17813         * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
17814         * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
17815         * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
17816         * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
17817         * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
17818         * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
17819         * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
17820         * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
17821         * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
17822         * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
17823         * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
17824         * webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
17825         * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
17826         * webgl/conformance/more/functions/copyTexImage2D.html: Added.
17827         * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
17828         * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
17829         * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
17830         * webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
17831         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
17832         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
17833         * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
17834         * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
17835         * webgl/conformance/more/functions/drawArrays-expected.txt: Added.
17836         * webgl/conformance/more/functions/drawArrays.html: Added.
17837         * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
17838         * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
17839         * webgl/conformance/more/functions/drawElements-expected.txt: Added.
17840         * webgl/conformance/more/functions/drawElements.html: Added.
17841         * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
17842         * webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
17843         * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
17844         * webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
17845         * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
17846         * webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
17847         * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
17848         * webgl/conformance/more/functions/texImage2DHTML.html: Added.
17849         * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
17850         * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
17851         * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
17852         * webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
17853         * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
17854         * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
17855         * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
17856         * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
17857         * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
17858         * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
17859         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
17860         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
17861         * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
17862         * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
17863         * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
17864         * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
17865         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
17866         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
17867         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
17868         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
17869         * webgl/conformance/programs/program-test-expected.txt: Added.
17870         * webgl/conformance/programs/program-test.html: Added.
17871         * webgl/conformance/reading/read-pixels-test-expected.txt: Added.
17872         * webgl/conformance/reading/read-pixels-test.html: Added.
17873         * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
17874         * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
17875         * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
17876         * webgl/conformance/rendering/gl-scissor-test.html: Added.
17877         * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
17878         * webgl/conformance/rendering/more-than-65536-indices.html: Added.
17879         * webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
17880         * webgl/conformance/rendering/multisample-corruption.html: Added.
17881         * webgl/conformance/rendering/point-size-expected.txt: Added.
17882         * webgl/conformance/rendering/point-size.html: Added.
17883         * webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
17884         * webgl/conformance/state/gl-object-get-calls.html: Added.
17885         * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
17886         * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
17887         * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
17888         * webgl/conformance/textures/gl-pixelstorei.html: Added.
17889         * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
17890         * webgl/conformance/textures/origin-clean-conformance.html: Added.
17891         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
17892         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
17893         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
17894         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
17895         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
17896         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
17897         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
17898         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
17899         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
17900         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
17901         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
17902         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
17903         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
17904         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
17905         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
17906         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
17907         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added.
17908         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added.
17909         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
17910         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added.
17911         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
17912         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added.
17913         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
17914         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
17915         * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added.
17916         * webgl/conformance/textures/texture-active-bind-2.html: Added.
17917         * webgl/conformance/textures/texture-active-bind-expected.txt: Added.
17918         * webgl/conformance/textures/texture-active-bind.html: Added.
17919         * webgl/conformance/textures/texture-mips-expected.txt: Added.
17920         * webgl/conformance/textures/texture-mips.html: Added.
17921         * webgl/conformance/textures/texture-npot-video-expected.txt: Added.
17922         * webgl/conformance/textures/texture-npot-video.html: Added.
17923         * webgl/conformance/textures/texture-size-expected.txt: Added.
17924         * webgl/conformance/textures/texture-size-limit-expected.txt: Added.
17925         * webgl/conformance/textures/texture-size-limit.html: Added.
17926         * webgl/conformance/textures/texture-size.html: Added.
17927         * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added.
17928         * webgl/conformance/uniforms/gl-uniform-arrays.html: Added.
17929         * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added.
17930         * webgl/conformance/uniforms/uniform-default-values.html: Added.
17931         * webgl/conformance/uniforms/uniform-location-expected.txt: Added.
17932         * webgl/conformance/uniforms/uniform-location.html: Added.
17933         * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added.
17934         * webgl/conformance/uniforms/uniform-samplers-test.html: Added.
17935         * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added.
17936         * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added.
17937         * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added.
17938         * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added.
17939         * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
17940         * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added.
17941         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
17942         * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added.
17943         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
17944         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
17945         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
17946         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
17947         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
17948         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
17949         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
17950         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added.
17951         * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added.
17952         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added.
17953         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added.
17954         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added.
17955         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added.
17956         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added.
17957         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added.
17958         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
17959         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
17960         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
17961         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
17962         * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added.
17963         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added.
17964         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
17965         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added.
17966         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
17967         * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added.
17968         * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added.
17969         * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added.
17970         * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added.
17971         * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added.
17972         * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added.
17973         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added.
17974         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added.
17975         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added.
17976         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added.
17977         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
17978         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
17979         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
17980         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
17981         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added.
17982         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
17983         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
17984         * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
17985         * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added.
17986         * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added.
17987         * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
17988         * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added.
17989         * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added.
17990         * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added.
17991         * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added.
17992         * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added.
17993         * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added.
17994         * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added.
17995         * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added.
17996         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
17997         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
17998         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
17999         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
18000         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
18001         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
18002         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
18003         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
18004         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
18005         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
18006         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
18007         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
18008         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added.
18009         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added.
18010         * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added.
18011         * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added.
18012         * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added.
18013         * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added.
18014         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added.
18015         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added.
18016         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added.
18017         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added.
18018
18019 2013-02-06  Terry Anderson  <tdanderson@chromium.org>
18020
18021         Add support for gesture scroll events that do not propagate to enclosing scrollables
18022         https://bugs.webkit.org/show_bug.cgi?id=108849
18023
18024         Reviewed by Antonio Gomes.
18025
18026         New tests added to ensure that GestureScrollUpdateWithoutPropagation events will not
18027         propagate to the scrollable parent of their target when the target has no area
18028         left to be scrolled.
18029
18030         Modified two chromium-specific plugin tests to ensure that the plugins receive
18031         GestureScrollUpdate events when GestureScrollUpdateWithoutPropagation events are
18032         dispatched to them.
18033
18034         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
18035         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
18036         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
18037         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
18038         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
18039         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
18040         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
18041         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
18042         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
18043         * platform/chromium/plugins/gesture-events-expected.txt:
18044         * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
18045         * platform/chromium/plugins/gesture-events-scrolled.html:
18046         * platform/chromium/plugins/gesture-events.html:
18047
18048 2013-02-06  Ojan Vafai  <ojan@chromium.org>
18049
18050         [Chromium] table-section-overflow-clip-crash.html hits an assert
18051         https://bugs.webkit.org/show_bug.cgi?id=108594
18052
18053         Reviewed by Levi Weintraub.
18054
18055         * platform/chromium/TestExpectations:
18056
18057 2013-02-06  Ojan Vafai  <ojan@chromium.org>
18058
18059         display:none file upload button crashes
18060         https://bugs.webkit.org/show_bug.cgi?id=109102
18061
18062         Reviewed by Levi Weintraub.
18063
18064         * fast/forms/file/display-none-upload-button-expected.txt: Added.
18065         * fast/forms/file/display-none-upload-button.html: Added.
18066         Tests that we don't crash. Also exposes a bug that the baseline and height of
18067         the input don't include the height of the filename text.
18068
18069 2013-02-06  Stephen Chenney  <schenney@chromium.org>
18070
18071         [Chromium] Test expectations update for Skia change.
18072
18073         Unreviewed expectations update
18074
18075         Files that we were expecting to fail. Now being rebaselined.
18076
18077         * platform/chromium-linux-x86/svg/text/text-viewbox-rescale-expected.png: Added.
18078         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
18079         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
18080         * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
18081         * platform/chromium-linux/svg/text/selection-styles-expected.png:
18082         * platform/chromium-linux/svg/text/text-viewbox-rescale-expected.png:
18083         * platform/chromium-mac-lion/svg/text/text-viewbox-rescale-expected.png:
18084         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
18085         * platform/chromium-mac/svg/text/text-viewbox-rescale-expected.png:
18086         * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
18087         * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
18088
18089 2013-02-06  Dima Gorbik  <dgorbik@apple.com>
18090
18091         Reset the border property for -webkit-slider-thumb in unknown-pseudo-element-matching test
18092         https://bugs.webkit.org/show_bug.cgi?id=109101
18093
18094         We check that the style matches a pseudo element by setting its height to 1px.
18095         Some user agents, like iOS, have default border styles that affect the minimum height,
18096         so we need to reset those.
18097
18098         Reviewed by Joseph Pecoraro.
18099
18100         * fast/css/unknown-pseudo-element-matching.html:
18101
18102 2013-02-06  Dirk Schulze  <dschulze@adobe.com>
18103
18104         Context's currentPath should check for passed type
18105         https://bugs.webkit.org/show_bug.cgi?id=109097
18106
18107         Reviewed by Dean Jackson.
18108
18109         Add checks with different data types as value for canvas.currentPath.
18110
18111         * fast/canvas/canvas-currentPath-crash-expected.txt: Added.
18112         * fast/canvas/canvas-currentPath-crash.html: Added.
18113         * fast/canvas/script-tests/canvas-currentPath-crash.js: Added.
18114         * platform/chromium/TestExpectations:
18115         * platform/efl/TestExpectations:
18116         * platform/gtk/TestExpectations:
18117         * platform/mac/TestExpectations:
18118         * platform/qt/TestExpectations:
18119
18120 2013-02-06  Stephen Chenney  <schenney@chromium.org>
18121
18122         [Chromium] Test expectations update for Skia change.
18123
18124         Unreviewed expectations update
18125
18126         Files that we were expecting to fail. Now being rebaselined.
18127
18128         * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
18129         * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
18130         * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
18131         * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
18132         * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
18133         * platform/chromium-linux/svg/custom/text-ctm-expected.png:
18134         * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
18135         * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
18136         * platform/chromium-mac/svg/custom/text-ctm-expected.txt:
18137         * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
18138         * platform/chromium-win/svg/custom/text-ctm-expected.png:
18139         * platform/chromium-win/svg/custom/text-ctm-expected.txt: Removed.
18140         * platform/gtk/svg/custom/text-ctm-expected.txt: Removed.
18141         * svg/custom/text-ctm-expected.txt: Added.
18142
18143 2013-02-06  Rafael Weinstein  <rafaelw@chromium.org>
18144
18145         [HTMLTemplateElement] Non </template> end tags should be ignored in "template contents" insertion mode.
18146         https://bugs.webkit.org/show_bug.cgi?id=109090
18147
18148         Reviewed by Adam Barth.
18149
18150         * html5lib/resources/template.dat:
18151
18152 2013-02-06  Stephen Chenney  <schenney@chromium.org>
18153
18154         [Chromium] Test expectations update for Skia change.
18155
18156         Unreviewed expectations update
18157
18158         Files that we were expecting to fail. Now being rebaslined.
18159
18160         * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.png: Removed.
18161         * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
18162         * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.png: Removed.
18163         * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
18164         * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
18165         * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
18166         * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
18167         * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
18168         * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
18169         * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
18170         * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
18171         * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
18172         * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: Added.
18173         * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
18174         * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
18175         * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
18176         * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
18177
18178 2013-02-06  Stephen Chenney  <schenney@chromium.org>
18179
18180         [Chromium] Test expectations update for Skia change.
18181
18182         Unreviewed expectations update
18183
18184         And these too. See change below.
18185
18186         * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
18187         * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-text-expected.txt: Added.
18188         * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
18189         * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-text-expected.txt: Added.
18190
18191 2013-02-06  Stephen Chenney  <schenney@chromium.org>
18192
18193         [Chromium] Test expectations update for Skia change.
18194
18195         Unreviewed expectations update
18196
18197         Apparently there are width differences on the mac platforms. These were
18198         clobbered qwhen I updated the 10.8 expectations.
18199
18200         * platform/chromium-mac-lion/fast/writing-mode/japanese-lr-text-expected.txt: Added.
18201         * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-lr-text-expected.txt: Added.
18202
18203 2013-02-06  Dima Gorbik  <dgorbik@apple.com>
18204
18205         Store the language internally instead of using lang attribute for WebVTT nodes
18206         https://bugs.webkit.org/show_bug.cgi?id=108858
18207
18208         Reviewed by Eric Carlson.
18209
18210         * media/track/captions-webvtt/styling-lang.vtt:
18211         * media/track/track-css-matching-lang-expected.txt:
18212         * media/track/track-css-matching-lang.html:
18213
18214 2013-02-06  Levi Weintraub  <leviw@chromium.org>
18215
18216         Negative text indents can break RenderBlock's inline maximum preferred width calculation
18217         https://bugs.webkit.org/show_bug.cgi?id=108973
18218
18219         Reviewed by Emil A Eklund.
18220
18221         * fast/css/negative-text-indent-in-inline-block-expected.html: Added.
18222         * fast/css/negative-text-indent-in-inline-block.html: Added.
18223
18224 2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
18225
18226         Unreviewed GTK gardening.
18227
18228         Expanding failure expectation for fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html.
18229
18230         * platform/gtk/TestExpectations:
18231
18232 2013-02-06  Sheriff Bot  <webkit.review.bot@gmail.com>
18233
18234         Unreviewed, rolling out r142025.
18235         http://trac.webkit.org/changeset/142025
18236         https://bugs.webkit.org/show_bug.cgi?id=109091
18237
18238         broke the build (Requested by tdanderson on #webkit).
18239
18240         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
18241         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Removed.
18242         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
18243         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Removed.
18244         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
18245         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Removed.
18246         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
18247         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
18248         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
18249         * platform/chromium/plugins/gesture-events-expected.txt:
18250         * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
18251         * platform/chromium/plugins/gesture-events-scrolled.html:
18252         * platform/chromium/plugins/gesture-events.html:
18253
18254 2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
18255
18256         Unreviewed GTK gardening.
18257
18258         Rebaselining and adding a few failure expectations after r142015.
18259
18260         * platform/gtk/TestExpectations:
18261         * platform/gtk/fast/dynamic/002-expected.txt:
18262
18263 2013-02-06  Terry Anderson  <tdanderson@chromium.org>
18264
18265         Add support for gesture scroll events that do not propagate to enclosing scrollables
18266         https://bugs.webkit.org/show_bug.cgi?id=108849
18267
18268         Reviewed by Antonio Gomes.
18269
18270         New tests added to ensure that GestureScrollUpdateNotPropagated events will not
18271         propagate to the scrollable parent of their target when the target has no area
18272         left to be scrolled.
18273
18274         Modified two chromium-specific plugin tests to ensure that the plugins receive
18275         GestureScrollUpdate events when GestureScrollUpdateNotPropagated events are
18276         dispatched to them.
18277
18278         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
18279         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
18280         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
18281         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
18282         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
18283         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
18284         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
18285         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
18286         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
18287         * platform/chromium/plugins/gesture-events-expected.txt:
18288         * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
18289         * platform/chromium/plugins/gesture-events-scrolled.html:
18290         * platform/chromium/plugins/gesture-events.html:
18291
18292 2013-02-06  Ryosuke Niwa  <rniwa@webkit.org>
18293
18294         REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
18295         https://bugs.webkit.org/show_bug.cgi?id=108380
18296
18297         Reviewed by Alexey Proskuryakov.
18298
18299         Re-enable tests that have been temporarily disabled.
18300
18301         * platform/mac/TestExpectations:
18302
18303 2013-02-06  Uday Kiran  <udaykiran@motorola.com>
18304
18305         Implement 'vmax' from CSS3 values and units
18306         https://bugs.webkit.org/show_bug.cgi?id=91440
18307
18308         Reviewed by Antti Koivisto.
18309
18310         vmax is implemented as primitive length unit.
18311         New length type ViewportPercentageMax is added and included support for fetching the value
18312         of this viewport percentage unit based on current viewport size.
18313
18314         The specification related to this implementation is
18315         http://dev.w3.org/csswg/css3-values/#viewport-relative-lengths.
18316
18317         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle-expected.txt:
18318         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html:
18319         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute-expected.html: Added.
18320         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute.html: Added.
18321         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-expected.html: Added.
18322         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax.html: Added.
18323
18324 2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
18325
18326         Unreviewed GTK gardening.
18327
18328         Walked through the WontFix test expectations, expanding them with the expected failure.
18329         This forces the test to run but not complain as long as the failure is the same as expected.
18330
18331         * platform/gtk/TestExpectations:
18332
18333 2013-02-06  Stephen White  <senorblanco@chromium.org>
18334
18335         Suppress failures for minor pixel diffs which will be caused when https://codereview.chromium.org/12217047/ lands.  Unreviewed.
18336         https://bugs.webkit.org/show_bug.cgi?id=104289
18337
18338         * platform/chromium/TestExpectations:
18339
18340 2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
18341
18342         Unreviewed GTK gardening.
18343
18344         Marking required tests as slow so the test runs are not interrupted when timeouts
18345         occur in tests that would actually pass if given enough time.
18346
18347         * platform/gtk/TestExpectations:
18348
18349 2013-02-06  Pravin D  <pravind.2k4@gmail.com>
18350
18351         When a block element is made inline positioned and has static left and right,  it does not follow inline formatting context
18352         https://bugs.webkit.org/show_bug.cgi?id=91665
18353
18354         Reviewed by Julien Chaffraix.
18355
18356         * fast/dynamic/absolute-positioned-to-static-positioned-expected.txt: Added.
18357         * fast/dynamic/absolute-positioned-to-static-positioned.html: Added.
18358         * fast/dynamic/floating-to-non-floating-expected.txt: Added.
18359         * fast/dynamic/floating-to-non-floating.html: Added.
18360         * fast/dynamic/non-floating-to-floating-expected.txt: Added.
18361         * fast/dynamic/non-floating-to-floating.html: Added.
18362         * fast/dynamic/static-positioned-to-absolute-positioned-expected.txt: Added.
18363         * fast/dynamic/static-positioned-to-absolute-positioned.html: Added.
18364            Testcases for the patch.
18365
18366         * fast/dynamic/resources/helper-bug91665.js: Added.
18367         * fast/dynamic/resources/style-bug91665.css: Added.
18368            Common javascript functions and css classes used by the above testcases.
18369
18370         * fast/css/first-letter-removed-added-expected.txt:
18371            Previously failing sub-test is passing.
18372
18373         * fullscreen/full-screen-fixed-pos-parent-expected.txt:
18374            Change orthogonal to the current patch.
18375
18376         * platform/mac/fast/dynamic/002-expected.txt:
18377         * platform/chromium-win/fast/dynamic/002-expected.txt:
18378         * platform/chromium/fast/dynamic/002-expected.txt:
18379            Expected change. The testcase has a static block element followed by a text node wrapped 
18380            in an anonymous block. When the block element becomes floating, it is out of the flow context.
18381            Thus the text node must no longer be wrapped by the anonymous block.
18382
18383         * platform/chromium-mac/fast/repaint/absolute-position-change-containing-block-expected.png:
18384         * platform/chromium-mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png:
18385            Progression. Previously we used to repaint the a much larger area as compared to the behavior 
18386            with the patch, which repaints only the area affected due to the change in style(position) 
18387            of certain elements.
18388
18389         * platform/chromium/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
18390         * platform/chromium/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
18391         * platform/mac/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
18392         * platform/mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
18393            Added platform specific images.
18394
18395 2013-02-06  Chris Fleizach  <cfleizach@apple.com>
18396
18397         AX: if <html> has an ARIA attribute, it's exposed as an AXGroup
18398         https://bugs.webkit.org/show_bug.cgi?id=109008
18399
18400         Reviewed by Ryosuke Niwa.
18401
18402         * accessibility/html-html-element-is-ignored-expected.txt: Added.
18403         * accessibility/html-html-element-is-ignored.html: Added.
18404         * platform/chromium/TestExpectations:
18405
18406 2013-02-06  Shawn Singh  <shawnsingh@chromium.org>
18407
18408         RenderLayer hasVisibleContent() has inconsistent semantics causing disappearing composited layers
18409         https://bugs.webkit.org/show_bug.cgi?id=108118
18410
18411         Reviewed by Simon Fraser.
18412
18413         * compositing/visibility/visibility-on-distant-descendant-expected.png: Added.
18414         * compositing/visibility/visibility-on-distant-descendant-expected.txt: Added.
18415         * compositing/visibility/visibility-on-distant-descendant.html: Added.
18416
18417 2013-02-06  Gregg Tavares  <gman@chromium.org>
18418
18419         Adds the WebGL Conformance Test ogles support files.
18420         https://bugs.webkit.org/show_bug.cgi?id=109063
18421
18422         Reviewed by Kenneth Russell.
18423
18424         Note: This was reviewed offline because the patch was too large to upload to
18425         bugs.webkit.org. It doesn't add any LayoutTests. It only adds support files.
18426
18427         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary.frag: Added.
18428         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary_ref.frag: Added.
18429         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary.vert: Added.
18430         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary_ref.vert: Added.
18431         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary.frag: Added.
18432         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary_ref.frag: Added.
18433         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary.vert: Added.
18434         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary_ref.vert: Added.
18435         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary.frag: Added.
18436         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary_ref.frag: Added.
18437         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary.vert: Added.
18438         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary_ref.vert: Added.
18439         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary.frag: Added.
18440         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary_ref.frag: Added.
18441         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary.vert: Added.
18442         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary_ref.vert: Added.
18443         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary.frag: Added.
18444         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary_ref.frag: Added.
18445         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary.vert: Added.
18446         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary_ref.vert: Added.
18447         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary.frag: Added.
18448         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary_ref.frag: Added.
18449         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary.vert: Added.
18450         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary_ref.vert: Added.
18451         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag.frag: Added.
18452         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag_ref.frag: Added.
18453         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert.vert: Added.
18454         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert_ref.vert: Added.
18455         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag.frag: Added.
18456         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag_ref.frag: Added.
18457         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert.vert: Added.
18458         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert_ref.vert: Added.
18459         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag.frag: Added.
18460         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag_ref.frag: Added.
18461         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert.vert: Added.
18462         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert_ref.vert: Added.
18463         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag.frag: Added.
18464         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag_ref.frag: Added.
18465         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert.vert: Added.
18466         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert_ref.vert: Added.
18467         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_frag.frag: Added.
18468         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_vert.vert: Added.
18469         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_frag.frag: Added.
18470         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_vert.vert: Added.
18471         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_frag.frag: Added.
18472         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_vert.vert: Added.
18473         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary.frag: Added.
18474         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary_ref.frag: Added.
18475         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary.vert: Added.
18476         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary_ref.vert: Added.
18477         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary.frag: Added.
18478         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary_ref.frag: Added.
18479         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary.vert: Added.
18480         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary_ref.vert: Added.
18481         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary.frag: Added.
18482         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary_ref.frag: Added.
18483         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary.vert: Added.
18484         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary_ref.vert: Added.
18485         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary.frag: Added.
18486         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary_ref.frag: Added.
18487         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary.frag: Added.
18488         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary_ref.frag: Added.
18489         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary.vert: Added.
18490         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary_ref.vert: Added.
18491         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary.vert: Added.
18492         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary_ref.vert: Added.
18493         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary.frag: Added.
18494         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary_ref.frag: Added.
18495         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary.frag: Added.
18496         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary_ref.frag: Added.
18497         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary.vert: Added.
18498         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary_ref.vert: Added.
18499         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary.vert: Added.
18500         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary_ref.vert: Added.
18501         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary.frag: Added.
18502         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary_ref.frag: Added.
18503         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary.frag: Added.
18504         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary_ref.frag: Added.
18505         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary.vert: Added.
18506         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary_ref.vert: Added.
18507         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary.vert: Added.
18508         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary_ref.vert: Added.
18509         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_frag.frag: Added.
18510         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_vert.vert: Added.
18511         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_frag.frag: Added.
18512         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_vert.vert: Added.
18513         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_frag.frag: Added.
18514         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_vert.vert: Added.
18515         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_frag.frag: Added.
18516         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_vert.vert: Added.
18517         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_frag.frag: Added.
18518         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_vert.vert: Added.
18519         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_frag.frag: Added.
18520         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_vert.vert: Added.
18521         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_frag.frag: Added.
18522         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_vert.vert: Added.
18523         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_frag.frag: Added.
18524         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_vert.vert: Added.
18525         * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_frag.frag: Added.
18526         * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_vert.vert: Added.
18527         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Data_Types_frag.frag: Added.
18528         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Standard_Library_frag.frag: Added.
18529         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectBuiltInOveride_frag.frag: Added.
18530         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectComma_frag.frag: Added.
18531         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding1_vert.vert: Added.
18532         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding2_vert.vert: Added.
18533         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstruct_vert.vert: Added.
18534         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension10_V100_frag.frag: Added.
18535         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension1_V100_frag.frag: Added.
18536         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension4_V100_frag.frag: Added.
18537         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFull_vert.vert: Added.
18538         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_frag.frag: Added.
18539         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_vert.vert: Added.
18540         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFunction1_vert.vert: Added.
18541         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectModule_frag.frag: Added.
18542         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse1_frag.frag: Added.
18543         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_frag.frag: Added.
18544         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_vert.vert: Added.
18545         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest1_frag.frag: Added.
18546         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest_frag.frag: Added.
18547         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess5_frag.frag: Added.
18548         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess8_frag.frag: Added.
18549         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess9_frag.frag: Added.
18550         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_frag.frag: Added.
18551         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_vert.vert: Added.
18552         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_frag.frag: Added.
18553         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_vert.vert: Added.
18554         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle3_frag.frag: Added.
18555         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectVersion_V100_frag.frag: Added.
18556         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/DuplicateVersion1_V100_frag.frag: Added.
18557         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/FunctionParam_vert.vert: Added.
18558         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Include_Preprocessor_Directive_frag.frag: Added.
18559         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Low_Level_Assembly_Reserved_Words_frag.frag: Added.
18560         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Main_Parameters_vert.vert: Added.
18561         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest3_frag.frag: Added.
18562         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest4_frag.frag: Added.
18563         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Constant_Conversions_frag.frag: Added.
18564         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Scalar_Vector_Expressions_frag.frag: Added.
18565         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/TernaryOp_frag.frag: Added.
18566         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Texture_Rectangle_Samplers_frag.frag: Added.
18567         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array10_frag.frag: Added.
18568         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array11_frag.frag: Added.
18569         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array1_frag.frag: Added.
18570         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array2_frag.frag: Added.
18571         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array3_frag.frag: Added.
18572         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array4_frag.frag: Added.
18573         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array5_frag.frag: Added.
18574         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array6_frag.frag: Added.
18575         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array7_frag.frag: Added.
18576         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array8_frag.frag: Added.
18577         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array9_frag.frag: Added.
18578         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute1_vert.vert: Added.
18579         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute2_vert.vert: Added.
18580         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute_frag.frag: Added.
18581         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute_vert.vert: Added.
18582         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/break_frag.frag: Added.
18583         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma1_vert.vert: Added.
18584         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma2_frag.frag: Added.
18585         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma2_vert.vert: Added.
18586         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma3_vert.vert: Added.
18587         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comment_frag.frag: Added.
18588         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional1_frag.frag: Added.
18589         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional2_frag.frag: Added.
18590         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional3_frag.frag: Added.
18591         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constFunc_frag.frag: Added.
18592         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor1_frag.frag: Added.
18593         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor2_frag.frag: Added.
18594         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor3_V100_frag.frag: Added.
18595         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/continue_frag.frag: Added.
18596         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType10_frag.frag: Added.
18597         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType11_frag.frag: Added.
18598         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType12_frag.frag: Added.
18599         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType13_frag.frag: Added.
18600         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType19_frag.frag: Added.
18601         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType1_frag.frag: Added.
18602         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType2_frag.frag: Added.
18603         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType3_frag.frag: Added.
18604         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType4_frag.frag: Added.
18605         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType5_frag.frag: Added.
18606         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType6_frag.frag: Added.
18607         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType7_frag.frag: Added.
18608         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType8_frag.frag: Added.
18609         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType9_frag.frag: Added.
18610         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/default.frag: Added.
18611         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/default.vert: Added.
18612         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dowhile_frag.frag: Added.
18613         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec2_frag.frag: Added.
18614         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec3_frag.frag: Added.
18615         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec4_frag.frag: Added.
18616         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension2_V100_frag.frag: Added.
18617         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension3_V100_frag.frag: Added.
18618         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension5_V100_frag.frag: Added.
18619         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension6_V100_frag.frag: Added.
18620         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension7_V100_frag.frag: Added.
18621         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension8_V100_frag.frag: Added.
18622         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension9_V100_frag.frag: Added.
18623         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float2_frag.frag: Added.
18624         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float3_frag.frag: Added.
18625         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float4_frag.frag: Added.
18626         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly1_vert.vert: Added.
18627         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly2_vert.vert: Added.
18628         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly3_vert.vert: Added.
18629         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly4_vert.vert: Added.
18630         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly_vert.vert: Added.
18631         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function10_frag.frag: Added.
18632         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function1_frag.frag: Added.
18633         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function2_V100_frag.frag: Added.
18634         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function3_frag.frag: Added.
18635         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function4_frag.frag: Added.
18636         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function6_frag.frag: Added.
18637         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function7_frag.frag: Added.
18638         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function8_frag.frag: Added.
18639         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function9_frag.frag: Added.
18640         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec2_frag.frag: Added.
18641         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec3_frag.frag: Added.
18642         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec4_frag.frag: Added.
18643         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier1_frag.frag: Added.
18644         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier2_frag.frag: Added.
18645         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier3_frag.frag: Added.
18646         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/if1_frag.frag: Added.
18647         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/if2_frag.frag: Added.
18648         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment1_frag.frag: Added.
18649         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment2_frag.frag: Added.
18650         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment3_frag.frag: Added.
18651         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment4_frag.frag: Added.
18652         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment6_frag.frag: Added.
18653         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main1_vert.vert: Added.
18654         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main2_vert.vert: Added.
18655         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main3_vert.vert: Added.
18656         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/matrix_V100_frag.frag: Added.
18657         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/normal_vert.vert: Added.
18658         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser10_frag.frag: Added.
18659         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser1_vert.vert: Added.
18660         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser3_frag.frag: Added.
18661         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser4_frag.frag: Added.
18662         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser5_frag.frag: Added.
18663         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser6_frag.frag: Added.
18664         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser7_frag.frag: Added.
18665         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser8_frag.frag: Added.
18666         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser9_frag.frag: Added.
18667         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess0_frag.frag: Added.
18668         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess10_frag.frag: Added.
18669         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess1_frag.frag: Added.
18670         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess2_frag.frag: Added.
18671         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess3_frag.frag: Added.
18672         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess4_frag.frag: Added.
18673         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess6_frag.frag: Added.
18674         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess7_frag.frag: Added.
18675         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/scoping1_frag.frag: Added.
18676         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/scoping2_frag.frag: Added.
18677         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct10_frag.frag: Added.
18678         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct11_frag.frag: Added.
18679         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct1_frag.frag: Added.
18680         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct2_frag.frag: Added.
18681         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct3_frag.frag: Added.
18682         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct4_frag.frag: Added.
18683         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct5_frag.frag: Added.
18684         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct6_frag.frag: Added.
18685         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct7_frag.frag: Added.
18686         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct8_frag.frag: Added.
18687         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct9_frag.frag: Added.
18688         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle1_frag.frag: Added.
18689         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle2_frag.frag: Added.
18690         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle3_frag.frag: Added.
18691         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/typecast_frag.frag: Added.
18692         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/uniform1_frag.frag: Added.
18693         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/uniform_frag.frag: Added.
18694         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying1_frag.frag: Added.
18695         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying2_frag.frag: Added.
18696         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying3_frag.frag: Added.
18697         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying_frag.frag: Added.
18698         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vector_frag.frag: Added.
18699         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/version2_V100_frag.frag: Added.
18700         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/version3_V100_frag.frag: Added.
18701         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertexOnly2_frag.frag: Added.
18702         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertexOnly_frag.frag: Added.
18703         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertex_vert.vert: Added.
18704         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while1_frag.frag: Added.
18705         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while2_frag.frag: Added.
18706         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while_frag.frag: Added.
18707         * 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.
18708         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_frag_xvary.frag: Added.
18709         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_frag_xvary_ref.frag: Added.
18710         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_vert_xvary.vert: Added.
18711         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_vert_xvary_ref.vert: Added.
18712         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_frag_xvary.frag: Added.
18713         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_frag_xvary_ref.frag: Added.
18714         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_vert_xvary.vert: Added.
18715         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_vert_xvary_ref.vert: Added.
18716         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_frag_xvary.frag: Added.
18717         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_frag_xvary_ref.frag: Added.
18718         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_vert_xvary.vert: Added.
18719         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_vert_xvary_ref.vert: Added.
18720         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_frag_xvary_yconstquarter.frag: Added.
18721         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_frag_xvary_yconstquarter_ref.frag: Added.
18722         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_vert_xvary_yconstquarter.vert: Added.
18723         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_vert_xvary_yconstquarter_ref.vert: Added.
18724         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_frag_xvary_yconstquarter.frag: Added.
18725         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_frag_xvary_yconstquarter_ref.frag: Added.
18726         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_vert_xvary_yconstquarter.vert: Added.
18727         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_vert_xvary_yconstquarter_ref.vert: Added.
18728         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_frag_xvary_yconstquarter.frag: Added.
18729         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_frag_xvary_yconstquarter_ref.frag: Added.
18730         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_vert_xvary_yconstquarter.vert: Added.
18731         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_vert_xvary_yconstquarter_ref.vert: Added.
18732         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_break_frag.frag: Added.
18733         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_break_vert.vert: Added.
18734         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_continue_frag.frag: Added.
18735         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_continue_vert.vert: Added.
18736         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_break_frag.frag: Added.
18737         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_break_vert.vert: Added.
18738         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_continue_frag.frag: Added.
18739         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_continue_vert.vert: Added.
18740         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/nested_if_else_frag.frag: Added.
18741         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/nested_if_else_vert.vert: Added.
18742         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_frag_xvary.frag: Added.
18743         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_frag_xvary_ref.frag: Added.
18744         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_vert_xvary.vert: Added.
18745         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_vert_xvary_ref.vert: Added.
18746         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_frag_xvary.frag: Added.
18747         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_frag_xvary_ref.frag: Added.
18748         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_vert_xvary.vert: Added.
18749         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_vert_xvary_ref.vert: Added.
18750         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_frag_xvary.frag: Added.
18751         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_frag_xvary_ref.frag: Added.
18752         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_vert_xvary.vert: Added.
18753         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_vert_xvary_ref.vert: Added.
18754         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_frag_xvaryyconst.frag: Added.
18755         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_frag_xvaryyconst_ref.frag: Added.
18756         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_vert_xvaryyconst.vert: Added.
18757         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_vert_xvaryyconst_ref.vert: Added.
18758         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default.frag: Added.
18759         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default.vert: Added.
18760         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_textured.frag: Added.
18761         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_textured.vert: Added.
18762         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/expected.frag: Added.
18763         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_frag_xvary.frag: Added.
18764         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_frag_xvary_ref.frag: Added.
18765         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_vert_xvary.vert: Added.
18766         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_vert_xvary_ref.vert: Added.
18767         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_frag_xvary.frag: Added.
18768         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_frag_xvary_ref.frag: Added.
18769         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_vert_xvary.vert: Added.
18770         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_vert_xvary_ref.vert: Added.
18771         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_frag_xvary.frag: Added.
18772         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_frag_xvary_ref.frag: Added.
18773         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_vert_xvary.vert: Added.
18774         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_vert_xvary_ref.vert: Added.
18775         * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_cond_frag.frag: Added.
18776         * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_cond_frag_ref.frag: Added.
18777         * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_frag.frag: Added.
18778         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_frag_xvaryyhalf.frag: Added.
18779         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_frag_xvaryyhalf_ref.frag: Added.
18780         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_vert_xvaryyhalf.vert: Added.
18781         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_vert_xvaryyhalf_ref.vert: Added.
18782         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_frag_xvaryyhalf.frag: Added.
18783         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_frag_xvaryyhalf_ref.frag: Added.
18784         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_vert_xvaryyhalf.vert: Added.
18785         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_vert_xvaryyhalf_ref.vert: Added.
18786         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_frag_xvaryyhalf.frag: Added.
18787         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_frag_xvaryyhalf_ref.frag: Added.
18788         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_vert_xvaryyhalf.vert: Added.
18789         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_vert_xvaryyhalf_ref.vert: Added.
18790         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_frag_xvaryyone.frag: Added.
18791         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_frag_xvaryyone_ref.frag: Added.
18792         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_vert_xvaryyone.vert: Added.
18793         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_vert_xvaryyone_ref.vert: Added.
18794         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_frag_xvaryyhalf.frag: Added.
18795         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_frag_xvaryyhalf_ref.frag: Added.
18796         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_vert_xvaryyhalf.vert: Added.
18797         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_vert_xvaryyhalf_ref.vert: Added.
18798         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_frag_xvaryythird.frag: Added.
18799         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_frag_xvaryythird_ref.frag: Added.
18800         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_vert_xvaryythird.vert: Added.
18801         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_vert_xvaryythird_ref.vert: Added.
18802         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_frag.frag: Added.
18803         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_frag_ref.frag: Added.
18804         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_vert.vert: Added.
18805         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_vert_ref.vert: Added.
18806         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_frag.frag: Added.
18807         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_frag_ref.frag: Added.
18808         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_vert.vert: Added.
18809         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_vert_ref.vert: Added.
18810         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_frag.frag: Added.
18811         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_frag_ref.frag: Added.
18812         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_vert.vert: Added.
18813         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_vert_ref.vert: Added.
18814         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_frag.frag: Added.
18815         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_frag_ref.frag: Added.
18816         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_vert.vert: Added.
18817         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_vert_ref.vert: Added.
18818         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_frag.frag: Added.
18819         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_frag_ref.frag: Added.
18820         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_vert.vert: Added.
18821         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_vert_ref.vert: Added.
18822         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_frag.frag: Added.
18823         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_frag_ref.frag: Added.
18824         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_vert.vert: Added.
18825         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_vert_ref.vert: Added.
18826         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvary.frag: Added.
18827         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvary_ref.frag: Added.
18828         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvaryneg.frag: Added.
18829         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvaryneg_ref.frag: Added.
18830         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvary.vert: Added.
18831         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvary_ref.vert: Added.
18832         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvaryneg.vert: Added.
18833         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvaryneg_ref.vert: Added.
18834         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvary.frag: Added.
18835         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvary_ref.frag: Added.
18836         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvaryneg.frag: Added.
18837         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvaryneg_ref.frag: Added.
18838         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvary.vert: Added.
18839         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvary_ref.vert: Added.
18840         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvaryneg.vert: Added.
18841         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvaryneg_ref.vert: Added.
18842         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvary.frag: Added.
18843         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvary_ref.frag: Added.
18844         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvaryneg.frag: Added.
18845         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvaryneg_ref.frag: Added.
18846         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvary.vert: Added.
18847         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvary_ref.vert: Added.
18848         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvaryneg.vert: Added.
18849         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvaryneg_ref.vert: Added.
18850         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvary.frag: Added.
18851         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvary_ref.frag: Added.
18852         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvaryneg.frag: Added.
18853         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvaryneg_ref.frag: Added.
18854         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvary.vert: Added.
18855         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvary_ref.vert: Added.
18856         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvaryneg.vert: Added.
18857         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvaryneg_ref.vert: Added.
18858         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvary.frag: Added.
18859         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvary_ref.frag: Added.
18860         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvaryneg.frag: Added.
18861         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvaryneg_ref.frag: Added.
18862         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvary.vert: Added.
18863         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvary_ref.vert: Added.
18864         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvaryneg.vert: Added.
18865         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvaryneg_ref.vert: Added.
18866         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvary.frag: Added.
18867         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvary_ref.frag: Added.
18868         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvaryneg.frag: Added.
18869         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvaryneg_ref.frag: Added.
18870         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvary.vert: Added.
18871         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvary_ref.vert: Added.
18872         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvaryneg.vert: Added.
18873         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvaryneg_ref.vert: Added.
18874         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_frag_nvaryiconst.frag: Added.
18875         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_frag_nvaryiconst_ref.frag: Added.
18876         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_vert_nvaryiconst.vert: Added.
18877         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_vert_nvaryiconst_ref.vert: Added.
18878         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_frag_nvaryiconst.frag: Added.
18879         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_frag_nvaryiconst_ref.frag: Added.
18880         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_vert_nvaryiconst.vert: Added.
18881         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_vert_nvaryiconst_ref.vert: Added.
18882         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_frag_nvaryiconst.frag: Added.
18883         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_frag_nvaryiconst_ref.frag: Added.
18884         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_vert_nvaryiconst.vert: Added.
18885         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_vert_nvaryiconst_ref.vert: Added.
18886         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_frag_xvary.frag: Added.
18887         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_frag_xvary_ref.frag: Added.
18888         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_vert_xvary.vert: Added.
18889         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_vert_xvary_ref.vert: Added.
18890         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_frag_xvary.frag: Added.
18891         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_frag_xvary_ref.frag: Added.
18892         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_vert_xvary.vert: Added.
18893         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_vert_xvary_ref.vert: Added.
18894         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_frag_xvary.frag: Added.
18895         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_frag_xvary_ref.frag: Added.
18896         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_vert_xvary.vert: Added.
18897         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_vert_xvary_ref.vert: Added.
18898         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_frag_xvary.frag: Added.
18899         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_frag_xvary_ref.frag: Added.
18900         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_vert_xvary.vert: Added.
18901         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_vert_xvary_ref.vert: Added.
18902         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_frag_xvary.frag: Added.
18903         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_frag_xvary_ref.frag: Added.
18904         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_vert_xvary.vert: Added.
18905         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_vert_xvary_ref.vert: Added.
18906         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_frag_xvary.frag: Added.
18907         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_frag_xvary_ref.frag: Added.
18908         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_vert_xvary.vert: Added.
18909         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_vert_xvary_ref.vert: Added.
18910         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/array_float_frag.frag: Added.
18911         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/array_float_vert.vert: Added.
18912         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_array_frag.frag: Added.
18913         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_array_vert.vert: Added.
18914         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_empty_frag.frag: Added.
18915         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_empty_vert.vert: Added.
18916         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_array_frag.frag: Added.
18917         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_array_vert.vert: Added.
18918         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_empty_frag.frag: Added.
18919         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_empty_vert.vert: Added.
18920         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_array_frag.frag: Added.
18921         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_array_vert.vert: Added.
18922         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_empty_frag.frag: Added.
18923         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_empty_vert.vert: Added.
18924         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_array_frag.frag: Added.
18925         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_array_vert.vert: Added.
18926         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_empty_frag.frag: Added.
18927         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_empty_vert.vert: Added.
18928         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_array_frag.frag: Added.
18929         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_array_vert.vert: Added.
18930         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_empty_frag.frag: Added.
18931         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_empty_vert.vert: Added.
18932         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_array_frag.frag: Added.
18933         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_array_vert.vert: Added.
18934         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_empty_frag.frag: Added.
18935         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_empty_vert.vert: Added.
18936         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_array_frag.frag: Added.
18937         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_array_vert.vert: Added.
18938         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_bigarray_frag.frag: Added.
18939         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_bigarray_vert.vert: Added.
18940         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_empty_frag.frag: Added.
18941         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_empty_vert.vert: Added.
18942         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_array_frag.frag: Added.
18943         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_array_vert.vert: Added.
18944         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_empty_frag.frag: Added.
18945         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_empty_vert.vert: Added.
18946         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_array_frag.frag: Added.
18947         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_array_vert.vert: Added.
18948         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_empty_frag.frag: Added.
18949         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_empty_vert.vert: Added.
18950         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_array_frag.frag: Added.
18951         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_array_vert.vert: Added.
18952         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_empty_frag.frag: Added.
18953         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_empty_vert.vert: Added.
18954         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_array_frag.frag: Added.
18955         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_array_vert.vert: Added.
18956         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_empty_frag.frag: Added.
18957         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_empty_vert.vert: Added.
18958         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_array_frag.frag: Added.
18959         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_array_vert.vert: Added.
18960         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_empty_frag.frag: Added.
18961         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_empty_vert.vert: Added.
18962         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_array_frag.frag: Added.
18963         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_array_vert.vert: Added.
18964         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_empty_frag.frag: Added.
18965         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_empty_vert.vert: Added.
18966         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_array_frag.frag: Added.
18967         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_array_vert.vert: Added.
18968         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_empty_frag.frag: Added.
18969         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_empty_vert.vert: Added.
18970         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_array_frag.frag: Added.
18971         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_array_vert.vert: Added.
18972         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_empty_frag.frag: Added.
18973         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_empty_vert.vert: Added.
18974         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_array_frag.frag: Added.
18975         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_array_vert.vert: Added.
18976         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_empty_frag.frag: Added.
18977         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_empty_vert.vert: Added.
18978         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_array_frag.frag: Added.
18979         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_array_vert.vert: Added.
18980         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_empty_frag.frag: Added.
18981         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_empty_vert.vert: Added.
18982         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_array_frag.frag: Added.
18983         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_array_vert.vert: Added.
18984         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_empty_frag.frag: Added.
18985         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_empty_vert.vert: Added.
18986         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_array_frag.frag: Added.
18987         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_array_vert.vert: Added.
18988         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_bigarray_frag.frag: Added.
18989         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_bigarray_vert.vert: Added.
18990         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_empty_frag.frag: Added.
18991         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_empty_vert.vert: Added.
18992         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_array_frag.frag: Added.
18993         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_array_vert.vert: Added.
18994         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_empty_frag.frag: Added.
18995         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_empty_vert.vert: Added.
18996         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_array_frag.frag: Added.
18997         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_array_vert.vert: Added.
18998         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_empty_frag.frag: Added.
18999         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_empty_vert.vert: Added.
19000         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_array_frag.frag: Added.
19001         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_array_vert.vert: Added.
19002         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_empty_frag.frag: Added.
19003         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_empty_vert.vert: Added.
19004         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_array_frag.frag: Added.
19005         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_array_vert.vert: Added.
19006         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_empty_frag.frag: Added.
19007         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_empty_vert.vert: Added.
19008         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_array_frag.frag: Added.
19009         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_array_vert.vert: Added.
19010         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_empty_frag.frag: Added.
19011         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_empty_vert.vert: Added.
19012         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_float_frag.frag: Added.
19013         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_float_vert.vert: Added.
19014         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_struct_frag.frag: Added.
19015         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_struct_vert.vert: Added.
19016         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_array_frag.frag: Added.
19017         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_array_vert.vert: Added.
19018         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_empty_frag.frag: Added.
19019         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_empty_vert.vert: Added.
19020         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_array_frag.frag: Added.
19021         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_array_vert.vert: Added.
19022         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_empty_frag.frag: Added.
19023         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_empty_vert.vert: Added.
19024         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_array_frag.frag: Added.
19025         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_array_vert.vert: Added.
19026         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_bigarray_frag.frag: Added.
19027         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_bigarray_vert.vert: Added.
19028         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_empty_frag.frag: Added.
19029         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_empty_vert.vert: Added.
19030         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_array_frag.frag: Added.
19031         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_array_vert.vert: Added.
19032         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_empty_frag.frag: Added.
19033         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_empty_vert.vert: Added.
19034         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/void_empty_empty_void_empty_frag.frag: Added.
19035         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/void_empty_empty_void_empty_vert.vert: Added.
19036         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_w_frag.frag: Added.
19037         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_xy_frag.frag: Added.
19038         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_xy_frag_ref.frag: Added.
19039         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag.frag: Added.
19040         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag_ref.frag: Added.
19041         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag_ref.vert: Added.
19042         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_frag.frag: Added.
19043         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_frag.frag: Added.
19044         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_frag_ref.frag: Added.
19045         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_vert.vert: Added.
19046         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_vert_ref.vert: Added.
19047         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_frag.frag: Added.
19048         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_frag_ref.frag: Added.
19049         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_vert.vert: Added.
19050         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_vert_ref.vert: Added.
19051         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_frag.frag: Added.
19052         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_frag_ref.frag: Added.
19053         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_vert.vert: Added.
19054         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_vert_ref.vert: Added.
19055         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_frag.frag: Added.
19056         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_frag_ref.frag: Added.
19057         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_vert.vert: Added.
19058         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_vert_ref.vert: Added.
19059         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_frag.frag: Added.
19060         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_frag_ref.frag: Added.
19061         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_vert.vert: Added.
19062         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_vert_ref.vert: Added.
19063         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_frag.frag: Added.
19064         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_frag_ref.frag: Added.
19065         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_vert.vert: Added.
19066         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_vert_ref.vert: Added.
19067         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_frag.frag: Added.
19068         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_frag_ref.frag: Added.
19069         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_vert.vert: Added.
19070         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_vert_ref.vert: Added.
19071         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_frag.frag: Added.
19072         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_frag_ref.frag: Added.
19073         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_vert.vert: Added.
19074         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_vert_ref.vert: Added.
19075         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_frag_xvary.frag: Added.
19076         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_frag_xvary_ref.frag: Added.
19077         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_vert_xvary.vert: Added.
19078         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_vert_xvary_ref.vert: Added.
19079         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_frag_xvary.frag: Added.
19080         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_frag_xvary_ref.frag: Added.
19081         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_vert_xvary.vert: Added.
19082         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_vert_xvary_ref.vert: Added.
19083         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_frag_xvary.frag: Added.
19084         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_frag_xvary_ref.frag: Added.
19085         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_vert_xvary.vert: Added.
19086         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_vert_xvary_ref.vert: Added.
19087         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_frag_xvary.frag: Added.
19088         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_frag_xvary_ref.frag: Added.
19089         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_vert_xvary.vert: Added.
19090         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_vert_xvary_ref.vert: Added.
19091         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_frag_xvary.frag: Added.
19092         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_frag_xvary_ref.frag: Added.
19093         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_vert_xvary.vert: Added.
19094         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_vert_xvary_ref.vert: Added.
19095         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_frag_xvary.frag: Added.
19096         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_frag_xvary_ref.frag: Added.
19097         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_vert_xvary.vert: Added.
19098         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_vert_xvary_ref.vert: Added.
19099         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_frag.frag: Added.
19100         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_frag_ref.frag: Added.
19101         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_vert.vert: Added.
19102         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_vert_ref.vert: Added.
19103         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_frag.frag: Added.
19104         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_frag_ref.frag: Added.
19105         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_vert.vert: Added.
19106         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_vert_ref.vert: Added.
19107         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_frag.frag: Added.
19108         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_frag_ref.frag: Added.
19109         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_vert.vert: Added.
19110         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_vert_ref.vert: Added.
19111         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_frag.frag: Added.
19112         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_frag_ref.frag: Added.
19113         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_vert.vert: Added.
19114         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_vert_ref.vert: Added.
19115         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_frag.frag: Added.
19116         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_frag_ref.frag: Added.
19117         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_vert.vert: Added.
19118         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_vert_ref.vert: Added.
19119         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_frag.frag: Added.
19120         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_frag_ref.frag: Added.
19121         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_vert.vert: Added.
19122         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_vert_ref.vert: Added.
19123         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_frag.frag: Added.
19124         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_frag_ref.frag: Added.
19125         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_vert.vert: Added.
19126         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_vert_ref.vert: Added.
19127         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_frag.frag: Added.
19128         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_frag_ref.frag: Added.
19129         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_vert.vert: Added.
19130         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_vert_ref.vert: Added.
19131         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary.frag: Added.
19132         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary01.frag: Added.
19133         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary01_ref.frag: Added.
19134         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary_ref.frag: Added.
19135         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary.vert: Added.
19136         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary01.vert: Added.
19137         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary01_ref.vert: Added.
19138         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary_ref.vert: Added.
19139         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary.frag: Added.
19140         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary01.frag: Added.
19141         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary01_ref.frag: Added.
19142         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary_ref.frag: Added.
19143         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary.vert: Added.
19144         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary01.vert: Added.
19145         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary01_ref.vert: Added.
19146         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary_ref.vert: Added.
19147         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary.frag: Added.
19148         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary01.frag: Added.
19149         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary01_ref.frag: Added.
19150         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary_ref.frag: Added.
19151         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary.vert: Added.
19152         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary01.vert: Added.
19153         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary01_ref.vert: Added.
19154         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary_ref.vert: Added.
19155         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary.frag: Added.
19156         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary01.frag: Added.
19157         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary01_ref.frag: Added.
19158         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary_ref.frag: Added.
19159         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary.vert: Added.
19160         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary01.vert: Added.
19161         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary01_ref.vert: Added.
19162         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary_ref.vert: Added.
19163         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary.frag: Added.
19164         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary01.frag: Added.
19165         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary01_ref.frag: Added.
19166         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary_ref.frag: Added.
19167         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary.vert: Added.
19168         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary01.vert: Added.
19169         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary01_ref.vert: Added.
19170         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary_ref.vert: Added.
19171         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary.frag: Added.
19172         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary01.frag: Added.
19173         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary01_ref.frag: Added.
19174         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary_ref.frag: Added.
19175         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary.vert: Added.
19176         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary01.vert: Added.
19177         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary01_ref.vert: Added.
19178         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary_ref.vert: Added.
19179         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat2_frag.frag: Added.
19180         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat2_vert.vert: Added.
19181         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat3_frag.frag: Added.
19182         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat3_vert.vert: Added.
19183         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat4_frag.frag: Added.
19184         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat4_vert.vert: Added.
19185         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_copy_frag.frag: Added.
19186         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_copy_vert.vert: Added.
19187         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_frag.frag: Added.
19188         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_vert.vert: Added.
19189         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_copy_frag.frag: Added.
19190         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_copy_vert.vert: Added.
19191         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_frag.frag: Added.
19192         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_vert.vert: Added.
19193         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_copy_frag.frag: Added.
19194         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_copy_vert.vert: Added.
19195         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_frag.frag: Added.
19196         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_vert.vert: Added.
19197         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_2vec2_frag.frag: Added.
19198         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_2vec2_vert.vert: Added.
19199         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_4float_frag.frag: Added.
19200         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_4float_vert.vert: Added.
19201         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_copy_frag.frag: Added.
19202         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_copy_vert.vert: Added.
19203         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_float_frag.frag: Added.
19204         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_float_vert.vert: Added.
19205         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_frag.frag: Added.
19206         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_vert.vert: Added.
19207         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_3vec3_frag.frag: Added.
19208         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_3vec3_vert.vert: Added.
19209         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_9float_frag.frag: Added.
19210         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_9float_vert.vert: Added.
19211         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_copy_frag.frag: Added.
19212         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_copy_vert.vert: Added.
19213         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_float_frag.frag: Added.
19214         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_float_vert.vert: Added.
19215         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_frag.frag: Added.
19216         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_vert.vert: Added.
19217         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_16float_frag.frag: Added.
19218         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_16float_vert.vert: Added.
19219         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_4vec4_frag.frag: Added.
19220         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_4vec4_vert.vert: Added.
19221         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_copy_frag.frag: Added.
19222         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_copy_vert.vert: Added.
19223         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_frag.frag: Added.
19224         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_vert.vert: Added.
19225         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect0_frag.frag: Added.
19226         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect0_vert.vert: Added.
19227         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect1_frag.frag: Added.
19228         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect1_vert.vert: Added.
19229         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arraysimple_frag.frag: Added.
19230         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arraysimple_vert.vert: Added.
19231         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_frag.frag: Added.
19232         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_frag_ref.frag: Added.
19233         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_vert.vert: Added.
19234         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_vert_ref.vert: Added.
19235         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_frag.frag: Added.
19236         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_frag_ref.frag: Added.
19237         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_vert.vert: Added.
19238         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_vert_ref.vert: Added.
19239         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_frag_xvary_yconsthalf.frag: Added.
19240         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_frag_xvary_yconsthalf_ref.frag: Added.
19241         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_vert_xvary_yconsthalf.vert: Added.
19242         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_vert_xvary_yconsthalf_ref.vert: Added.
19243         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_frag_xvary_yconsthalf.frag: Added.
19244         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_frag_xvary_yconsthalf_ref.frag: Added.
19245         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_vert_xvary_yconsthalf.vert: Added.
19246         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_vert_xvary_yconsthalf_ref.vert: Added.
19247         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_frag_xvary_yconsthalf.frag: Added.
19248         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_frag_xvary_yconsthalf_ref.frag: Added.
19249         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_vert_xvary_yconsthalf.vert: Added.
19250         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_vert_xvary_yconsthalf_ref.vert: Added.
19251         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_frag_xvary_yconsthalf.frag: Added.
19252         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_frag_xvary_yconsthalf_ref.frag: Added.
19253         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_vert_xvary_yconsthalf.vert: Added.
19254         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_vert_xvary_yconsthalf_ref.vert: Added.
19255         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_frag_xvary_yconsthalf.frag: Added.
19256         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_frag_xvary_yconsthalf_ref.frag: Added.
19257         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_vert_xvary_yconsthalf.vert: Added.
19258         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_vert_xvary_yconsthalf_ref.vert: Added.
19259         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_frag_xvary_yconsthalf.frag: Added.
19260         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_frag_xvary_yconsthalf_ref.frag: Added.
19261         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_vert_xvary_yconsthalf.vert: Added.
19262         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_vert_xvary_yconsthalf_ref.vert: Added.
19263         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_frag_xvary_yconsthalf_aconsthalf.frag: Added.
19264         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
19265         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_vert_xvary_yconsthalf_aconsthalf.vert: Added.
19266         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
19267         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_frag_xvary_yconsthalf_aconsthalf.frag: Added.
19268         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
19269         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_vert_xvary_yconsthalf_aconsthalf.vert: Added.
19270         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
19271         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_frag_xvary_yconsthalf_aconsthalf.frag: Added.
19272         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
19273         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_vert_xvary_yconsthalf_aconsthalf.vert: Added.
19274         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
19275         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_frag_xvary_yconst1.frag: Added.
19276         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_frag_xvary_yconst1_ref.frag: Added.
19277         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_vert_xvary_yconst1.vert: Added.
19278         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_vert_xvary_yconst1_ref.vert: Added.
19279         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_frag_xvary_yconst1.frag: Added.
19280         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_frag_xvary_yconst1_ref.frag: Added.
19281         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_vert_xvary_yconst1.vert: Added.
19282         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_vert_xvary_yconst1_ref.vert: Added.
19283         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_frag_xvary_yconst1.frag: Added.
19284         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_frag_xvary_yconst1_ref.frag: Added.
19285         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_vert_xvary_yconst1.vert: Added.
19286         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_vert_xvary_yconst1_ref.vert: Added.
19287         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_x_large_y_large_frag.frag: Added.
19288         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_x_large_y_large_vert.vert: Added.
19289         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_frag_xvary.frag: Added.
19290         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_frag_xvary_ref.frag: Added.
19291         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_vert_xvary.vert: Added.
19292         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_vert_xvary_ref.vert: Added.
19293         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_frag_xvary.frag: Added.
19294         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_frag_xvary_ref.frag: Added.
19295         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_vert_xvary.vert: Added.
19296         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_vert_xvary_ref.vert: Added.
19297         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_frag_xvary.frag: Added.
19298         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_frag_xvary_ref.frag: Added.
19299         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_vert_xvary.vert: Added.
19300         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_vert_xvary_ref.vert: Added.
19301         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_frag.frag: Added.
19302         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_frag_ref.frag: Added.
19303         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_vert.vert: Added.
19304         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_vert_ref.vert: Added.
19305         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_frag.frag: Added.
19306         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_frag_ref.frag: Added.
19307         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_vert.vert: Added.
19308         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_vert_ref.vert: Added.
19309         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_frag.frag: Added.
19310         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_frag_ref.frag: Added.
19311         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_vert.vert: Added.
19312         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_vert_ref.vert: Added.
19313         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_frag.frag: Added.
19314         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_frag_ref.frag: Added.
19315         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_vert.vert: Added.
19316         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_vert_ref.vert: Added.
19317         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_frag.frag: Added.
19318         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_frag_ref.frag: Added.
19319         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_vert.vert: Added.
19320         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_vert_ref.vert: Added.
19321         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_frag.frag: Added.
19322         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_frag_ref.frag: Added.
19323         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_vert.vert: Added.
19324         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_vert_ref.vert: Added.
19325         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_frag.frag: Added.
19326         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_frag_ref.frag: Added.
19327         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_vert.vert: Added.
19328         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_vert_ref.vert: Added.
19329         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_frag.frag: Added.
19330         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_frag_ref.frag: Added.
19331         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_vert.vert: Added.
19332         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_vert_ref.vert: Added.
19333         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/addsubtract_frag.frag: Added.
19334         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/addsubtract_vert.vert: Added.
19335         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/assignments_frag.frag: Added.
19336         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/assignments_vert.vert: Added.
19337         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/division_frag.frag: Added.
19338         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/division_vert.vert: Added.
19339         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/equality_frag.frag: Added.
19340         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/equality_vert.vert: Added.
19341         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/logical_frag.frag: Added.
19342         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/logical_vert.vert: Added.
19343         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/multiplicative_frag.frag: Added.
19344         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/multiplicative_vert.vert: Added.
19345         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixdecrement_frag.frag: Added.
19346         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixdecrement_vert.vert: Added.
19347         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixincrement_frag.frag: Added.
19348         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixincrement_vert.vert: Added.
19349         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixdecrement_frag.frag: Added.
19350         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixdecrement_vert.vert: Added.
19351         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixincrement_frag.frag: Added.
19352         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixincrement_vert.vert: Added.
19353         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/relational_frag.frag: Added.
19354         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/relational_vert.vert: Added.
19355         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/selection_frag.frag: Added.
19356         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/selection_vert.vert: Added.
19357         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/unary_frag.frag: Added.
19358         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/unary_vert.vert: Added.
19359         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconst2_yvary.frag: Added.
19360         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconst2_yvary_ref.frag: Added.
19361         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconsthalf_yvary.frag: Added.
19362         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconsthalf_yvary_ref.frag: Added.
19363         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconst2.frag: Added.
19364         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconst2_ref.frag: Added.
19365         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconsthalf.frag: Added.
19366         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconsthalf_ref.frag: Added.
19367         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconst2_yvary.vert: Added.
19368         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconst2_yvary_ref.vert: Added.
19369         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconsthalf_yvary.vert: Added.
19370         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconsthalf_yvary_ref.vert: Added.
19371         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconst2.vert: Added.
19372         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconst2_ref.vert: Added.
19373         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconsthalf.vert: Added.
19374         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconsthalf_ref.vert: Added.
19375         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconst2_yvary.frag: Added.
19376         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconst2_yvary_ref.frag: Added.
19377         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconsthalf_yvary.frag: Added.
19378         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconsthalf_yvary_ref.frag: Added.
19379         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconst2.frag: Added.
19380         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconst2_ref.frag: Added.
19381         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconsthalf.frag: Added.
19382         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconsthalf_ref.frag: Added.
19383         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconst2_yvary.vert: Added.
19384         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconst2_yvary_ref.vert: Added.
19385         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconsthalf_yvary.vert: Added.
19386         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconsthalf_yvary_ref.vert: Added.
19387         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconst2.vert: Added.
19388         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconst2_ref.vert: Added.
19389         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconsthalf.vert: Added.
19390         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconsthalf_ref.vert: Added.
19391         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconst2_yvary.frag: Added.
19392         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconst2_yvary_ref.frag: Added.
19393         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconsthalf_yvary.frag: Added.
19394         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconsthalf_yvary_ref.frag: Added.
19395         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconst2.frag: Added.
19396         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconst2_ref.frag: Added.
19397         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconsthalf.frag: Added.
19398         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconsthalf_ref.frag: Added.
19399         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconst2_yvary.vert: Added.
19400         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconst2_yvary_ref.vert: Added.
19401         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconsthalf_yvary.vert: Added.
19402         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconsthalf_yvary_ref.vert: Added.
19403         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconst2.vert: Added.
19404         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconst2_ref.vert: Added.
19405         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconsthalf.vert: Added.
19406         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconsthalf_ref.vert: Added.
19407         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_frag_xvary.frag: Added.
19408         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_frag_xvary_ref.frag: Added.
19409         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_vert_xvary.vert: Added.
19410         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_vert_xvary_ref.vert: Added.
19411         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_frag_xvary.frag: Added.
19412         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_frag_xvary_ref.frag: Added.
19413         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_vert_xvary.vert: Added.
19414         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_vert_xvary_ref.vert: Added.
19415         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_frag_xvary.frag: Added.
19416         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_frag_xvary_ref.frag: Added.
19417         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_vert_xvary.vert: Added.
19418         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_vert_xvary_ref.vert: Added.
19419         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_frag_ivarynconst.frag: Added.
19420         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_frag_ivarynconst_ref.frag: Added.
19421         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_vert_ivarynconst.vert: Added.
19422         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_vert_ivarynconst_ref.vert: Added.
19423         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_frag_ivarynconst.frag: Added.
19424         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_frag_ivarynconst_ref.frag: Added.
19425         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_vert_ivarynconst.vert: Added.
19426         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_vert_ivarynconst_ref.vert: Added.
19427         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_frag_ivarynconst.frag: Added.
19428         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_frag_ivarynconst_ref.frag: Added.
19429         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_vert_ivarynconst.vert: Added.
19430         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_vert_ivarynconst_ref.vert: Added.
19431         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_frag_ivarynconst.frag: Added.
19432         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_frag_ivarynconst_ref.frag: Added.
19433         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_vert_ivarynconst.vert: Added.
19434         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_vert_ivarynconst_ref.vert: Added.
19435         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_frag_ivarynconst.frag: Added.
19436         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_frag_ivarynconst_ref.frag: Added.
19437         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_vert_ivarynconst.vert: Added.
19438         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_vert_ivarynconst_ref.vert: Added.
19439         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_frag_ivarynconst.frag: Added.
19440         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_frag_ivarynconst_ref.frag: Added.
19441         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_vert_ivarynconst.vert: Added.
19442         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_vert_ivarynconst_ref.vert: Added.
19443         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_frag_xvary.frag: Added.
19444         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_frag_xvary_ref.frag: Added.
19445         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_vert_xvary.vert: Added.
19446         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_vert_xvary_ref.vert: Added.
19447         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_frag_xvary.frag: Added.
19448         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_frag_xvary_ref.frag: Added.
19449         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_vert_xvary.vert: Added.
19450         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_vert_xvary_ref.vert: Added.
19451         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_frag_xvary.frag: Added.
19452         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_frag_xvary_ref.frag: Added.
19453         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_vert_xvary.vert: Added.
19454         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_vert_xvary_ref.vert: Added.
19455         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_frag_xvary.frag: Added.
19456         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_frag_xvary_ref.frag: Added.
19457         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_vert_xvary.vert: Added.
19458         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_vert_xvary_ref.vert: Added.
19459         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_frag_xvary.frag: Added.
19460         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_frag_xvary_ref.frag: Added.
19461         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_vert_xvary.vert: Added.
19462         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_vert_xvary_ref.vert: Added.
19463         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_frag_xvary.frag: Added.
19464         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_frag_xvary_ref.frag: Added.
19465         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_vert_xvary.vert: Added.
19466         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_vert_xvary_ref.vert: Added.
19467         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_frag_xvary_edgeconstquarter.frag: Added.
19468         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_frag_xvary_edgeconstquarter_ref.frag: Added.
19469         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_vert_xvary_edgeconstquarter.vert: Added.
19470         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_vert_xvary_edgeconstquarter_ref.vert: Added.
19471         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_frag_xvary_edgeconstquarter.frag: Added.
19472         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_frag_xvary_edgeconstquarter_ref.frag: Added.
19473         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_vert_xvary_edgeconstquarter.vert: Added.
19474         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_vert_xvary_edgeconstquarter_ref.vert: Added.
19475         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_frag_xvary_edgeconstquarter.frag: Added.
19476         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_frag_xvary_edgeconstquarter_ref.frag: Added.
19477         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_vert_xvary_edgeconstquarter.vert: Added.
19478         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_vert_xvary_edgeconstquarter_ref.vert: Added.
19479         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_frag_xvary.frag: Added.
19480         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_frag_xvary_ref.frag: Added.
19481         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_vert_xvary.vert: Added.
19482         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_vert_xvary_ref.vert: Added.
19483         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_frag_xvary.frag: Added.
19484         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_frag_xvary_ref.frag: Added.
19485         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_vert_xvary.vert: Added.
19486         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_vert_xvary_ref.vert: Added.
19487         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_frag_xvary.frag: Added.
19488         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_frag_xvary_ref.frag: Added.
19489         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_vert_xvary.vert: Added.
19490         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_vert_xvary_ref.vert: Added.
19491         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_frag_xvary_edgeconsthalf.frag: Added.
19492         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_frag_xvary_edgeconsthalf_ref.frag: Added.
19493         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_vert_xvary_edgeconsthalf.vert: Added.
19494         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_vert_xvary_edgeconsthalf_ref.vert: Added.
19495         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_frag_xvary_edgeconsthalf.frag: Added.
19496         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_frag_xvary_edgeconsthalf_ref.frag: Added.
19497         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_vert_xvary_edgeconsthalf.vert: Added.
19498         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_vert_xvary_edgeconsthalf_ref.vert: Added.
19499         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_frag_xvary_edgeconsthalf.frag: Added.
19500         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_frag_xvary_edgeconsthalf_ref.frag: Added.
19501         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_vert_xvary_edgeconsthalf.vert: Added.
19502         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_vert_xvary_edgeconsthalf_ref.vert: Added.
19503         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/nestedstructcomb_various_frag.frag: Added.
19504         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/nestedstructcomb_various_vert.vert: Added.
19505         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bool_frag.frag: Added.
19506         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bool_vert.vert: Added.
19507         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bvec2bvec3bvec4_frag.frag: Added.
19508         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bvec2bvec3bvec4_vert.vert: Added.
19509         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_float_frag.frag: Added.
19510         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_float_vert.vert: Added.
19511         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat2_frag.frag: Added.
19512         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat2_vert.vert: Added.
19513         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat3_frag.frag: Added.
19514         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat3_vert.vert: Added.
19515         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat4_frag.frag: Added.
19516         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat4_vert.vert: Added.
19517         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec2_frag.frag: Added.
19518         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec2_vert.vert: Added.
19519         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec3_frag.frag: Added.
19520         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec3_vert.vert: Added.
19521         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec4_frag.frag: Added.
19522         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec4_vert.vert: Added.
19523         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bool_frag.frag: Added.
19524         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bool_vert.vert: Added.
19525         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bvec2bvec3bvec4_frag.frag: Added.
19526         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bvec2bvec3bvec4_vert.vert: Added.
19527         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_float_frag.frag: Added.
19528         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_float_vert.vert: Added.
19529         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat2_frag.frag: Added.
19530         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat2_vert.vert: Added.
19531         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat3_frag.frag: Added.
19532         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat3_vert.vert: Added.
19533         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat4_frag.frag: Added.
19534         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat4_vert.vert: Added.
19535         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec2_frag.frag: Added.
19536         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec2_vert.vert: Added.
19537         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec3_frag.frag: Added.
19538         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec3_vert.vert: Added.
19539         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec4_frag.frag: Added.
19540         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec4_vert.vert: Added.
19541         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bool_frag.frag: Added.
19542         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bool_vert.vert: Added.
19543         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bvec2bvec3bvec4_frag.frag: Added.
19544         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bvec2bvec3bvec4_vert.vert: Added.
19545         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_float_frag.frag: Added.
19546         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_float_vert.vert: Added.
19547         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat2_frag.frag: Added.
19548         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat2_vert.vert: Added.
19549         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat3_frag.frag: Added.
19550         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat3_vert.vert: Added.
19551         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat4_frag.frag: Added.
19552         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat4_vert.vert: Added.
19553         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec2_frag.frag: Added.
19554         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec2_vert.vert: Added.
19555         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec3_frag.frag: Added.
19556         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec3_vert.vert: Added.
19557         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec4_frag.frag: Added.
19558         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec4_vert.vert: Added.
19559         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_bgr_1vec3_frag.frag: Added.
19560         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_bgr_1vec3_vert.vert: Added.
19561         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_br_g_1vec2_1float_frag.frag: Added.
19562         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_br_g_1vec2_1float_vert.vert: Added.
19563         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_gb_r_1vec2_1float_frag.frag: Added.
19564         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_gb_r_1vec2_1float_vert.vert: Added.
19565         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_grb_1vec3_frag.frag: Added.
19566         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_grb_1vec3_vert.vert: Added.
19567         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_ps_t_1vec2_1float_frag.frag: Added.
19568         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_ps_t_1vec2_1float_vert.vert: Added.
19569         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_pts_1vec3_frag.frag: Added.
19570         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_pts_1vec3_vert.vert: Added.
19571         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rb_g_1vec2_1float_frag.frag: Added.
19572         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rb_g_1vec2_1float_vert.vert: Added.
19573         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rg_b_1vec2_1float_frag.frag: Added.
19574         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rg_b_1vec2_1float_vert.vert: Added.
19575         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rgb_1vec3_frag.frag: Added.
19576         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rgb_1vec3_vert.vert: Added.
19577         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_sp_t_1vec2_1float_frag.frag: Added.
19578         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_sp_t_1vec2_1float_vert.vert: Added.
19579         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_st_p_1vec2_1float_frag.frag: Added.
19580         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_st_p_1vec2_1float_vert.vert: Added.
19581         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_stp_1vec3_frag.frag: Added.
19582         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_stp_1vec3_vert.vert: Added.
19583         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tp_s_1vec2_1float_frag.frag: Added.
19584         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tp_s_1vec2_1float_vert.vert: Added.
19585         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tsp_1vec3_frag.frag: Added.
19586         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tsp_1vec3_vert.vert: Added.
19587         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xy_z_1vec2_1float_frag.frag: Added.
19588         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xy_z_1vec2_1float_vert.vert: Added.
19589         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xyz_1vec3_frag.frag: Added.
19590         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xyz_1vec3_vert.vert: Added.
19591         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xz_y_1vec2_1float_frag.frag: Added.
19592         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xz_y_1vec2_1float_vert.vert: Added.
19593         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yxz_1vec3_frag.frag: Added.
19594         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yxz_1vec3_vert.vert: Added.
19595         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yz_x_1vec2_1float_frag.frag: Added.
19596         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yz_x_1vec2_1float_vert.vert: Added.
19597         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zx_y_1vec2_1float_frag.frag: Added.
19598         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zx_y_1vec2_1float_vert.vert: Added.
19599         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zyx_1vec3_frag.frag: Added.
19600         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zyx_1vec3_vert.vert: Added.
19601         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ar_bg_2vec2_frag.frag: Added.
19602         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ar_bg_2vec2_vert.vert: Added.
19603         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arb_g_1vec3_1float_frag.frag: Added.
19604         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arb_g_1vec3_1float_vert.vert: Added.
19605         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arbg_1vec4_frag.frag: Added.
19606         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arbg_1vec4_vert.vert: Added.
19607         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_bar_g_1vec3_1float_frag.frag: Added.
19608         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_bar_g_1vec3_1float_vert.vert: Added.
19609         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_barg_1vec4_frag.frag: Added.
19610         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_barg_1vec4_vert.vert: Added.
19611         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_br_ag_2vec2_frag.frag: Added.
19612         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_br_ag_2vec2_vert.vert: Added.
19613         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gr_ab_2vec2_frag.frag: Added.
19614         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gr_ab_2vec2_vert.vert: Added.
19615         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gra_b_1vec3_1float_frag.frag: Added.
19616         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gra_b_1vec3_1float_vert.vert: Added.
19617         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_grab_1vec4_frag.frag: Added.
19618         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_grab_1vec4_vert.vert: Added.
19619         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqs_t_1vec3_1float_frag.frag: Added.
19620         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqs_t_1vec3_1float_vert.vert: Added.
19621         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqst_1vec4_frag.frag: Added.
19622         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqst_1vec4_vert.vert: Added.
19623         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ps_qt_2vec2_frag.frag: Added.
19624         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ps_qt_2vec2_vert.vert: Added.
19625         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qs_pt_2vec2_frag.frag: Added.
19626         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qs_pt_2vec2_vert.vert: Added.
19627         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qsp_t_1vec3_1float_frag.frag: Added.
19628         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qsp_t_1vec3_1float_vert.vert: Added.
19629         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qspt_1vec4_frag.frag: Added.
19630         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qspt_1vec4_vert.vert: Added.
19631         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_r_g_b_a_4float_frag.frag: Added.
19632         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_r_g_b_a_4float_vert.vert: Added.
19633         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rg_ba_2vec2_frag.frag: Added.
19634         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rg_ba_2vec2_vert.vert: Added.
19635         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgb_a_1vec3_1float_frag.frag: Added.
19636         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgb_a_1vec3_1float_vert.vert: Added.
19637         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgba_1vec4_frag.frag: Added.
19638         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgba_1vec4_vert.vert: Added.
19639         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_s_t_p_q_4float_frag.frag: Added.
19640         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_s_t_p_q_4float_vert.vert: Added.
19641         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_st_pq_2vec2_frag.frag: Added.
19642         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_st_pq_2vec2_vert.vert: Added.
19643         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stp_q_1vec3_1float_frag.frag: Added.
19644         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stp_q_1vec3_1float_vert.vert: Added.
19645         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stpq_1vec4_frag.frag: Added.
19646         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stpq_1vec4_vert.vert: Added.
19647         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ts_qp_2vec2_frag.frag: Added.
19648         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ts_qp_2vec2_vert.vert: Added.
19649         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsq_p_1vec3_1float_frag.frag: Added.
19650         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsq_p_1vec3_1float_vert.vert: Added.
19651         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsqp_1vec4_frag.frag: Added.
19652         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsqp_1vec4_vert.vert: Added.
19653         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wx_zy_2vec2_frag.frag: Added.
19654         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wx_zy_2vec2_vert.vert: Added.
19655         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxz_y_1vec3_1float_frag.frag: Added.
19656         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxz_y_1vec3_1float_vert.vert: Added.
19657         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxzy_1vec4_frag.frag: Added.
19658         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxzy_1vec4_vert.vert: Added.
19659         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_x_y_z_w_4float_frag.frag: Added.
19660         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_x_y_z_w_4float_vert.vert: Added.
19661         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xy_zw_2vec2_frag.frag: Added.
19662         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xy_zw_2vec2_vert.vert: Added.
19663         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyz_w_1vec3_1float_frag.frag: Added.
19664         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyz_w_1vec3_1float_vert.vert: Added.
19665         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyzw_1vec4_frag.frag: Added.
19666         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyzw_1vec4_vert.vert: Added.
19667         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yx_wz_2vec2_frag.frag: Added.
19668         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yx_wz_2vec2_vert.vert: Added.
19669         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxw_z_1vec3_1float_frag.frag: Added.
19670         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxw_z_1vec3_1float_vert.vert: Added.
19671         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxwz_1vec4_frag.frag: Added.
19672         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxwz_1vec4_vert.vert: Added.
19673         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwx_y_1vec3_1float_frag.frag: Added.
19674         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwx_y_1vec3_1float_vert.vert: Added.
19675         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwxy_1vec4_frag.frag: Added.
19676         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwxy_1vec4_vert.vert: Added.
19677         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zx_wy_2vec2_frag.frag: Added.
19678         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zx_wy_2vec2_vert.vert: Added.
19679         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_frag_xvary.frag: Added.
19680         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_frag_xvary_ref.frag: Added.
19681         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_vert_xvary.vert: Added.
19682         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_vert_xvary_ref.vert: Added.
19683         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_frag_xvary.frag: Added.
19684         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_frag_xvary_ref.frag: Added.
19685         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_vert_xvary.vert: Added.
19686         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_vert_xvary_ref.vert: Added.
19687         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_frag_xvary.frag: Added.
19688         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_frag_xvary_ref.frag: Added.
19689         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_vert_xvary.vert: Added.
19690         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_vert_xvary_ref.vert: Added.
19691         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/bvec4_2int_2float_frag.frag: Added.
19692         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/bvec4_2int_2float_vert.vert: Added.
19693         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/ivec3_3int_frag.frag: Added.
19694         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/ivec3_3int_vert.vert: Added.
19695         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_2float_frag.frag: Added.
19696         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_2float_vert.vert: Added.
19697         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_vec3_frag.frag: Added.
19698         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_vec3_vert.vert: Added.
19699         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_float_vec2_frag.frag: Added.
19700         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_float_vec2_vert.vert: Added.
19701         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec2_float_frag.frag: Added.
19702         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec2_float_vert.vert: Added.
19703         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec4_frag.frag: Added.
19704         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec4_vert.vert: Added.
19705         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_ivec4_frag.frag: Added.
19706         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_ivec4_vert.vert: Added.
19707         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_vec3_float_frag.frag: Added.
19708         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_vec3_float_vert.vert: Added.
19709         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3array_frag.frag: Added.
19710         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3array_vert.vert: Added.
19711         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arraydirect_frag.frag: Added.
19712         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arraydirect_vert.vert: Added.
19713         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arrayindirect_frag.frag: Added.
19714         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arrayindirect_vert.vert: Added.
19715         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3single_frag.frag: Added.
19716         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3single_vert.vert: Added.
19717         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/compressed_paletted_texture/compressed_paletted_texture.frag: Added.
19718         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/compressed_paletted_texture/compressed_paletted_texture.vert: Added.
19719         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag.frag: Added.
19720         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag.vert: Added.
19721         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag_ref.frag: Added.
19722         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag_ref.vert: Added.
19723         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag.frag: Added.
19724         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag.vert: Added.
19725         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag_ref.frag: Added.
19726         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag_ref.vert: Added.
19727         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default.frag: Added.
19728         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default.vert: Added.
19729         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default_textured.frag: Added.
19730         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default_textured.vert: Added.
19731         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag.frag: Added.
19732         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag.vert: Added.
19733         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dx.frag: Added.
19734         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dx.vert: Added.
19735         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dy.frag: Added.
19736         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dy.vert: Added.
19737         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref.frag: Added.
19738         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref.vert: Added.
19739         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dx.frag: Added.
19740         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dx.vert: Added.
19741         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dy.frag: Added.
19742         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dy.vert: Added.
19743         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects.frag: Added.
19744         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects.vert: Added.
19745         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_multitexturing.frag: Added.
19746         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_multitexturing.vert: Added.
19747         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_pointSize.frag: Added.
19748         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_pointSize.vert: Added.
19749         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/copy_texture/copy_texture.frag: Added.
19750         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default.frag: Added.
19751         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default.vert: Added.
19752         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default_textured.frag: Added.
19753         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default_textured.vert: Added.
19754         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse.frag: Added.
19755         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse.vert: Added.
19756         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse_ref.frag: Added.
19757         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse_ref.vert: Added.
19758         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_rasterization/point_rasterization.frag: Added.
19759         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_rasterization/point_rasterization.vert: Added.
19760         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_sprites/point_sprites.frag: Added.
19761         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_sprites/point_sprites.vert: Added.
19762         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/user_clip_planes/user_clip_planes.frag: Added.
19763         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/user_clip_planes/user_clip_planes.vert: Added.
19764         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/successfulcompile_frag.frag: Added.
19765         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/successfulcompile_vert.vert: Added.
19766         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/unsuccessfulcompile_frag.frag: Added.
19767         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/unsuccessfulcompile_vert.vert: Added.
19768         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/bind_attribute_location/brick.frag: Added.
19769         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/bind_attribute_location/brick.vert: Added.
19770         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/brick.vert: Added.
19771         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/texture.frag: Added.
19772         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/wood.frag: Added.
19773         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/wood.vert: Added.
19774         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/delete_object/successfulcompile_frag.frag: Added.
19775         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/delete_object/successfulcompile_vert.vert: Added.
19776         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/detach_shader/successfulcompile_frag.frag: Added.
19777         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/detach_shader/successfulcompile_vert.vert: Added.
19778         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/framebuffer_objects/fboShader0.frag: Added.
19779         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/framebuffer_objects/fboShader0.vert: Added.
19780         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick.frag: Added.
19781         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat2.vert: Added.
19782         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat3.vert: Added.
19783         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat4.vert: Added.
19784         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_vec.vert: Added.
19785         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_uniform/brick.frag: Added.
19786         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_uniform/brick.vert: Added.
19787         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_attribute_location/brick.frag: Added.
19788         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_attribute_location/brick.vert: Added.
19789         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_handle/successfulcompile_frag.frag: Added.
19790         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_handle/successfulcompile_vert.vert: Added.
19791         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_uniform_location/brick.frag: Added.
19792         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_uniform_location/brick.vert: Added.
19793         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramInfoLog_2.0/simple.frag: Added.
19794         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramInfoLog_2.0/simple.vert: Added.
19795         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramiv_2.0/brick.frag: Added.
19796         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramiv_2.0/brick.vert: Added.
19797         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetShaderInfoLog_2.0/simple.frag: Added.
19798         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetShaderInfoLog_2.0/simple.vert: Added.
19799         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/bvec_tests.frag: Added.
19800         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/bvec_tests.vert: Added.
19801         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/ivec_tests.frag: Added.
19802         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/ivec_tests.vert: Added.
19803         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/mat_tests.frag: Added.
19804         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/mat_tests.vert: Added.
19805         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/vec_tests.frag: Added.
19806         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/vec_tests.vert: Added.
19807         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/mat_tests.vert: Added.
19808         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/mat_tests2.vert: Added.
19809         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/vec_tests.vert: Added.
19810         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_frag.frag: Added.
19811         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_vert.frag: Added.
19812         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_vert.vert: Added.
19813         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_frag.frag: Added.
19814         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_vert.frag: Added.
19815         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_vert.vert: Added.
19816         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_frag.frag: Added.
19817         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_vert.frag: Added.
19818         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_vert.vert: Added.
19819         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/21f_frag.frag: Added.
19820         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/21i_frag.frag: Added.
19821         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/22f_frag.frag: Added.
19822         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/22i_frag.frag: Added.
19823         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/23f_frag.frag: Added.
19824         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/23i_frag.frag: Added.
19825         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/24f_frag.frag: Added.
19826         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/24i_frag.frag: Added.
19827         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_frag.frag: Added.
19828         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_vert.frag: Added.
19829         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_vert.vert: Added.
19830         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_frag.frag: Added.
19831         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_vert.frag: Added.
19832         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_vert.vert: Added.
19833         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_frag.frag: Added.
19834         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_vert.frag: Added.
19835         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_vert.vert: Added.
19836         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2m_frag.frag: Added.
19837         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_frag.frag: Added.
19838         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_vert.frag: Added.
19839         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_vert.vert: Added.
19840         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_frag.frag: Added.
19841         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_vert.frag: Added.
19842         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_vert.vert: Added.
19843         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_frag.frag: Added.
19844         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_vert.frag: Added.
19845         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_vert.vert: Added.
19846         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3m_frag.frag: Added.
19847         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_firstthree_frag.frag: Added.
19848         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_firstthree_vert.frag: Added.
19849         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_lastthree_frag.frag: Added.
19850         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_lastthree_vert.frag: Added.
19851         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_vert.vert: Added.
19852         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_frag.frag: Added.
19853         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_vert.frag: Added.
19854         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_vert.vert: Added.
19855         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_frag.frag: Added.
19856         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_vert.frag: Added.
19857         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_vert.vert: Added.
19858         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4m_frag.frag: Added.
19859         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/default.vert: Added.
19860         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2VSU.frag: Added.
19861         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2VSU.vert: Added.
19862         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2arrayVSU.frag: Added.
19863         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2arrayVSU.vert: Added.
19864         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrixVSU.frag: Added.
19865         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrixVSU.vert: Added.
19866         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/successfulcompile_frag.frag: Added.
19867         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/successfulcompile_vert.vert: Added.
19868         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/unsuccessfulcompile_frag.frag: Added.
19869         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/unsuccessfulcompile_vert.vert: Added.
19870         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/precision_specifiers/precision_specifiers.frag: Added.
19871         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/precision_specifiers/precision_specifiers.vert: Added.
19872         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/relink_program/simple.frag: Added.
19873         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/relink_program/simple.vert: Added.
19874         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/successfulcompile_frag.frag: Added.
19875         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/successfulcompile_vert.vert: Added.
19876         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/unsuccessfulcompile_frag.frag: Added.
19877         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/unsuccessfulcompile_vert.vert: Added.
19878         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/three_uniforms/4f_frag.frag: Added.
19879         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/successfulcompile_frag.frag: Added.
19880         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/successfulcompile_vert.vert: Added.
19881         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/unsuccessfulcompile_frag.frag: Added.
19882         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/unsuccessfulcompile_vert.vert: Added.
19883         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/successfulcompile_frag.frag: Added.
19884         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/successfulcompile_vert.vert: Added.
19885         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/unsuccessfulcompile_frag.frag: Added.
19886         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/unsuccessfulcompile_vert.vert: Added.
19887         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/vertex_program_point_size/point_size.vert: Added.
19888         * webgl/resources/webgl_test_files/conformance/ogles/ogles-utils.js: Added.
19889         (OpenGLESTestRunner):
19890         (OpenGLESTestRunner.):
19891
19892 2013-02-06  Dean Jackson  <dino@apple.com>
19893
19894         Minor updates to captions menu UI
19895         https://bugs.webkit.org/show_bug.cgi?id=109005
19896
19897         Reviewed by Eric Carlson.
19898
19899         A caption track without a label or language is now given the menu
19900         title 'Unknown'. Note also that the test includes some intentional
19901         failure text.
19902
19903         * media/video-controls-captions-trackmenu-localized.html:
19904         * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
19905
19906 2013-02-06  Stephen Chenney  <schenney@chromium.org>
19907
19908         [Chromium] Test expectations update for Skia change.
19909
19910         Unreviewed expectations update
19911
19912         * platform/chromium-mac/fast/writing-mode/japanese-lr-text-expected.png:
19913         * platform/chromium-mac/fast/writing-mode/japanese-lr-text-expected.txt: Added.
19914         * platform/chromium-mac/fast/writing-mode/japanese-rl-selection-expected.png:
19915         * platform/chromium-mac/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
19916         * platform/chromium-mac/fast/writing-mode/japanese-rl-text-expected.png:
19917         * platform/chromium-mac/fast/writing-mode/japanese-rl-text-expected.txt: Added.
19918         * platform/chromium/TestExpectations:
19919
19920 2013-02-06  Vsevolod Vlasov  <vsevik@chromium.org>
19921
19922         Web Inspector: Remove isSnippet field from FileDescriptor and UISourceCode.
19923         https://bugs.webkit.org/show_bug.cgi?id=109045
19924
19925         Reviewed by Pavel Feldman.
19926
19927         * inspector/debugger/scripts-file-selector.html:
19928         * inspector/debugger/scripts-sorting.html:
19929
19930 2013-02-06  Marja Hölttä  <marja@chromium.org>
19931
19932         [WK2] New tests introduced in r100895 fail
19933         https://bugs.webkit.org/show_bug.cgi?id=73913
19934
19935         Reviewed by Jochen Eisinger.
19936
19937         The tests now work, because WTR supports HTTPS tests.
19938
19939         * platform/wk2/TestExpectations:
19940
19941 2013-02-06  Ádám Kallai  <kadam@inf.u-szeged.hu>
19942
19943         [Qt] Unreviewed gardening. Skip failing WebGl test.
19944
19945         * platform/qt/TestExpectations:
19946
19947 2013-02-06  Vsevolod Vlasov  <vsevik@chromium.org>
19948
19949         Web Inspector: Remove show script folders setting
19950         https://bugs.webkit.org/show_bug.cgi?id=108940
19951
19952         Reviewed by Pavel Feldman.
19953
19954         * inspector/debugger/scripts-sorting-expected.txt:
19955         * inspector/debugger/scripts-sorting.html:
19956
19957 2013-02-06  Andrey Lushnikov  <lushnikov@chromium.org>
19958
19959         Web Inspector: update javascriptsourcetokenizer to produce "whitespaces" token
19960         https://bugs.webkit.org/show_bug.cgi?id=108945
19961
19962         Reviewed by Pavel Feldman.
19963
19964         Update test expectations so that they have "whitespace" token in
19965         there.
19966
19967         * inspector/editor/highlighter-basics-expected.txt:
19968         * inspector/editor/highlighter-chunk-limit-expected.txt:
19969         * inspector/editor/highlighter-long-line.html:
19970         * inspector/editor/text-editor-long-line-expected.txt:
19971         * inspector/syntax-highlight-html-expected.txt:
19972         * inspector/syntax-highlight-javascript-expected.txt:
19973
19974 2013-02-06  Andrey Lushnikov  <lushnikov@chromium.org>
19975
19976         Web Inspector: refactor registerShortcuts method of DTE
19977         https://bugs.webkit.org/show_bug.cgi?id=109031
19978
19979         Reviewed by Pavel Feldman.
19980
19981         Fix helper method to correspond to refactoring of handleUndoRedo
19982         method.
19983
19984         * http/tests/inspector/live-edit-test.js:
19985         (initialize_LiveEditTest.InspectorTest.undoSourceEditing):
19986         (initialize_LiveEditTest):
19987
19988 2013-02-06  Tommy Widenflycht  <tommyw@google.com>
19989
19990         MediaStream API: Implement DTMF support in RTCPeerConnection
19991         https://bugs.webkit.org/show_bug.cgi?id=106782
19992
19993         Reviewed by Adam Barth.
19994
19995         * fast/mediastream/RTCPeerConnection-dtmf-expected.txt: Added.
19996         * fast/mediastream/RTCPeerConnection-dtmf.html: Added.
19997
19998 2013-02-06  Mihai Maerean  <mmaerean@adobe.com>
19999
20000         [CSSRegions] Assertion failure in Node::detach (!renderer || renderer->inRenderFlowThread())
20001         https://bugs.webkit.org/show_bug.cgi?id=104517
20002
20003         Reviewed by Julien Chaffraix.
20004
20005         The test adds an anonymous block in a region and detaches the body of document. The ASSERT is not hit anymore.
20006
20007         * fast/regions/detaching-regions-with-anonymous-blocks-expected.txt: Added.
20008         * fast/regions/detaching-regions-with-anonymous-blocks.html: Added.
20009
20010 2013-02-06  Marja Hölttä  <marja@chromium.org>
20011
20012         Take referrer policy into account when clearing the referrer header
20013         https://bugs.webkit.org/show_bug.cgi?id=86000
20014
20015         Reviewed by Alexey Proskuryakov.
20016
20017         Unskip http/tests/security/referrer-policy-redirect-link.html
20018
20019         Skipping the tests on wk2, because other referrer policy tests are
20020         skipped, too ( https://bugs.webkit.org/show_bug.cgi?id=73913 ).
20021
20022         * platform/gtk/TestExpectations:
20023         * platform/mac/TestExpectations:
20024         * platform/qt/TestExpectations:
20025         * platform/win/TestExpectations:
20026         * platform/wk2/TestExpectations:
20027
20028 2013-02-06  Allan Sandfeld Jensen  <allan.jensen@digia.com>
20029
20030         [Qt] Unskip working filter tests.
20031
20032         Unreviewed gardening
20033
20034         These tests work if we remove our failure expecting baselines.
20035
20036         * platform/qt/TestExpectations:
20037         * platform/qt/css3/filters/filter-animation-expected.png: Removed.
20038         * platform/qt/css3/filters/filter-animation-expected.txt: Removed.
20039         * platform/qt/css3/filters/filter-animation-from-none-expected.png: Removed.
20040         * platform/qt/css3/filters/filter-animation-from-none-expected.txt: Removed.
20041         * platform/qt/css3/filters/filter-property-computed-style-expected.txt: Removed.
20042         * platform/qt/css3/filters/filter-property-expected.png: Removed.
20043         * platform/qt/css3/filters/filter-property-expected.txt: Removed.
20044         * platform/qt/css3/filters/filter-property-parsing-expected.txt: Removed.
20045         * platform/qt/css3/filters/filter-property-parsing-invalid-expected.txt: Removed.
20046         * platform/qt/css3/filters/filter-repaint-expected.png: Removed.
20047         * platform/qt/css3/filters/filter-repaint-expected.txt: Removed.
20048
20049 2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
20050
20051         Unreviewed GTK gardening.
20052
20053         Skipping the newly-added tests in webgl/, the GTK builders are not
20054         yet able to run these tests.
20055
20056         * platform/gtk/TestExpectations:
20057
20058 2013-02-05  Gregg Tavares  <gman@chromium.org>
20059
20060         Adds the WebGL Conformance Tests attrib folder.
20061         https://bugs.webkit.org/show_bug.cgi?id=108901
20062
20063         Reviewed by Kenneth Russell.
20064
20065         * platform/chromium/TestExpectations:
20066         * webgl/conformance/attribs/gl-disabled-vertex-attrib-expected.txt: Added.
20067         * webgl/conformance/attribs/gl-disabled-vertex-attrib.html: Added.
20068         * webgl/conformance/attribs/gl-enable-vertex-attrib-expected.txt: Added.
20069         * webgl/conformance/attribs/gl-enable-vertex-attrib.html: Added.
20070         * webgl/conformance/attribs/gl-vertex-attrib-expected.txt: Added.
20071         * webgl/conformance/attribs/gl-vertex-attrib-render-expected.txt: Added.
20072         * webgl/conformance/attribs/gl-vertex-attrib-render.html: Added.
20073         * webgl/conformance/attribs/gl-vertex-attrib-zero-issues-expected.txt: Added.
20074         * webgl/conformance/attribs/gl-vertex-attrib-zero-issues.html: Added.
20075         * webgl/conformance/attribs/gl-vertex-attrib.html: Added.
20076         * webgl/conformance/attribs/gl-vertexattribpointer-expected.txt: Added.
20077         * webgl/conformance/attribs/gl-vertexattribpointer-offsets-expected.txt: Added.
20078         * webgl/conformance/attribs/gl-vertexattribpointer-offsets.html: Added.
20079         * webgl/conformance/attribs/gl-vertexattribpointer.html: Added.
20080         * webgl/resources/webgl_test_files/conformance/attribs/00_test_list.txt: Added.
20081         * webgl/resources/webgl_test_files/conformance/attribs/gl-disabled-vertex-attrib.html: Added.
20082         * webgl/resources/webgl_test_files/conformance/attribs/gl-enable-vertex-attrib.html: Added.
20083         * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib-render.html: Added.
20084         * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib-zero-issues.html: Added.
20085         * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib.html: Added.
20086         * webgl/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer-offsets.html: Added.
20087         * webgl/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer.html: Added.
20088
20089 2013-02-05  Matt Falkenhagen  <falken@chromium.org>
20090
20091         Unreviewed gardening. Rebaseline navigator-detached-no-crash.html,
20092         whose output is affected by the disabling of web intents in Chromium.
20093
20094         * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
20095
20096 2013-02-05  Matt Falkenhagen <falken@chromium.org>
20097
20098         Unreviewed gardening. Chromium disabled web intents.
20099
20100         * platform/chromium/TestExpectations:
20101
20102 2013-02-05  Kent Tamura  <tkent@chromium.org>
20103
20104         [Chromium] Split calendar-picker-key-operations.html into two
20105         https://bugs.webkit.org/show_bug.cgi?id=109006
20106
20107         Reviewed by Kentaro Hara.
20108
20109         Split calendar-picker-key-operations.html into two parts:
20110          - OS-independent part (calendar-picker-key-operations.html), and
20111          - OS-dependent part (calendar-picker-f4-key.html).
20112
20113         We had some troubles when we updated calendar-picker-key-operations.html
20114         because the behavior by F4 key is OS-dependent. We move the test for F4
20115         key to new test.
20116
20117         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key-expected.txt:
20118         Added. It is expected that this contains FAIL line because we don't
20119         support the F4 key behavior on OSX.
20120         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
20121         Removed. Now the result of calendar-picker-key-operations.html is OS-independent.
20122         * platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key-expected.txt: Added.
20123         * platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key.html:
20124         Added. Move from calendar-picker-key-operations.html.
20125         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
20126         Move the F4 key part to calendar-picker-f4-key.html.
20127
20128 2013-02-05  Julien Chaffraix  <jchaffraix@webkit.org>
20129
20130         [CSS Grid Layout] Grid item's logical height is not properly recomputed after -webkit-grid-column / -webkit-grid-row changes
20131         https://bugs.webkit.org/show_bug.cgi?id=108975
20132
20133         Reviewed by Tony Chang.
20134
20135         * fast/css-grid-layout/implicit-position-dynamic-change-expected.txt: Added.
20136         * fast/css-grid-layout/implicit-position-dynamic-change.html: Added.
20137
20138 2013-02-05  Kent Tamura  <tkent@chromium.org>
20139
20140         INPUT_MULTIPLE_FIELDS_UI: Read-only inputs should be focusable
20141         https://bugs.webkit.org/show_bug.cgi?id=108795
20142
20143         Reviewed by Kentaro Hara.
20144
20145         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
20146         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
20147
20148 2013-02-05  Eric Carlson  <eric.carlson@apple.com>
20149
20150         [Mac] Complete plumbing so captions menu can indicate track type
20151         https://bugs.webkit.org/show_bug.cgi?id=108994
20152
20153         Reviewed by Dean Jackson.
20154
20155         Update test results now that the Mac media engine identifies CC tracks.
20156
20157         * media/video-controls-captions-trackmenu-localized.html:
20158         * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
20159
20160 2013-02-05   Vineet Chaudhary  <rgf748@motorola.com>
20161
20162         formenctype to have empty string as default value.
20163         https://bugs.webkit.org/show_bug.cgi?id=108969
20164
20165         Reviewed by Kent Tamura.
20166
20167         The spec says formEnctype should only have an invalid value default, not a missing value default.
20168         Spec: http://www.w3.org/html/wg/drafts/html/master/forms.html#attr-fs-formenctype
20169               http://www.whatwg.org/specs/web-apps/current-work/#attr-fs-formenctype
20170
20171         * fast/forms/submit-form-attributes-expected.txt:
20172         * fast/forms/submit-form-attributes.html: Modified test to behave as expected.
20173
20174 2013-02-05  Roger Fong  <roger_fong@apple.com>
20175
20176         Unreviewed gardening. Win7 port doesn't run WebGL.
20177
20178         * platform/win/TestExpectations:
20179
20180 2013-02-05  Manuel Rego Casasnovas  <rego@igalia.com>
20181
20182         [GTK][WK2] Unflag tests related to layoutTestController.setCustomPolicyDelegate
20183         https://bugs.webkit.org/show_bug.cgi?id=108976
20184
20185         Reviewed by Martin Robinson.
20186
20187         * platform/gtk-wk2/TestExpectations: Unflag
20188         fast/loader/policy-delegate-action-hit-test-zoomed.html as it is
20189         already passing (layoutTestController.setCustomPolicyDelegate was
20190         implemented in r128600). Mark some tests related with
20191         layoutTestController.setCustomPolicyDelegate as passing in WK2 but
20192         failing in WK1.
20193
20194 2013-02-05  Nayan Kumar K  <nayankk@motorola.com>
20195
20196         [WEBGL] Rename WEBKIT_WEBGL_depth_texture to WEBGL_depth_texture.
20197         https://bugs.webkit.org/show_bug.cgi?id=108959
20198
20199         Reviewed by Kenneth Russell.
20200
20201         * fast/canvas/webgl/webgl-depth-texture.html:
20202
20203 2013-02-05  Gregg Tavares  <gman@chromium.org>
20204
20205         Adds the WebGL Conformance Tests typedarrays folder.
20206         https://bugs.webkit.org/show_bug.cgi?id=108907
20207
20208         Reviewed by Kenneth Russell.
20209
20210         * webgl/conformance/typedarrays/array-buffer-crash-expected.txt: Added.
20211         * webgl/conformance/typedarrays/array-buffer-crash.html: Added.
20212         * webgl/conformance/typedarrays/array-buffer-view-crash-expected.txt: Added.
20213         * webgl/conformance/typedarrays/array-buffer-view-crash.html: Added.
20214         * webgl/conformance/typedarrays/array-unit-tests-expected.txt: Added.
20215         * webgl/conformance/typedarrays/array-unit-tests.html: Added.
20216         * webgl/conformance/typedarrays/data-view-crash-expected.txt: Added.
20217         * webgl/conformance/typedarrays/data-view-crash.html: Added.
20218         * webgl/conformance/typedarrays/data-view-test-expected.txt: Added.
20219         * webgl/conformance/typedarrays/data-view-test.html: Added.
20220         * webgl/resources/webgl_test_files/conformance/typedarrays/00_test_list.txt: Added.
20221         * webgl/resources/webgl_test_files/conformance/typedarrays/array-buffer-crash.html: Added.
20222         * webgl/resources/webgl_test_files/conformance/typedarrays/array-buffer-view-crash.html: Added.
20223         * webgl/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html: Added.
20224         * webgl/resources/webgl_test_files/conformance/typedarrays/data-view-crash.html: Added.
20225         * webgl/resources/webgl_test_files/conformance/typedarrays/data-view-test.html: Added.
20226
20227 2013-02-05  Gregg Tavares  <gman@chromium.org>
20228
20229         Adds the WebGL Conformance Tests misc folder.
20230         https://bugs.webkit.org/show_bug.cgi?id=108905
20231
20232         Reviewed by Kenneth Russell.
20233
20234         * webgl/conformance/misc/bad-arguments-test-expected.txt: Added.
20235         * webgl/conformance/misc/bad-arguments-test.html: Added.
20236         * webgl/conformance/misc/boolean-argument-conversion-expected.txt: Added.
20237         * webgl/conformance/misc/boolean-argument-conversion.html: Added.
20238         * webgl/conformance/misc/delayed-drawing-expected.txt: Added.
20239         * webgl/conformance/misc/delayed-drawing.html: Added.
20240         * webgl/conformance/misc/error-reporting-expected.txt: Added.
20241         * webgl/conformance/misc/error-reporting.html: Added.
20242         * webgl/conformance/misc/functions-returning-strings-expected.txt: Added.
20243         * webgl/conformance/misc/functions-returning-strings.html: Added.
20244         * webgl/conformance/misc/instanceof-test-expected.txt: Added.
20245         * webgl/conformance/misc/instanceof-test.html: Added.
20246         * webgl/conformance/misc/invalid-passed-params-expected.txt: Added.
20247         * webgl/conformance/misc/invalid-passed-params.html: Added.
20248         * webgl/conformance/misc/is-object-expected.txt: Added.
20249         * webgl/conformance/misc/is-object.html: Added.
20250         * webgl/conformance/misc/null-object-behaviour-expected.txt: Added.
20251         * webgl/conformance/misc/null-object-behaviour.html: Added.
20252         * webgl/conformance/misc/object-deletion-behaviour-expected.txt: Added.
20253         * webgl/conformance/misc/object-deletion-behaviour.html: Added.
20254         * webgl/conformance/misc/shader-precision-format-expected.txt: Added.
20255         * webgl/conformance/misc/shader-precision-format.html: Added.
20256         * webgl/conformance/misc/type-conversion-test-expected.txt: Added.
20257         * webgl/conformance/misc/type-conversion-test.html: Added.
20258         * webgl/conformance/misc/uninitialized-test-expected.txt: Added.
20259         * webgl/conformance/misc/uninitialized-test.html: Added.
20260         * webgl/conformance/misc/webgl-specific-expected.txt: Added.
20261         * webgl/conformance/misc/webgl-specific.html: Added.
20262         * webgl/resources/webgl_test_files/conformance/misc/00_test_list.txt: Added.
20263         * webgl/resources/webgl_test_files/conformance/misc/bad-arguments-test.html: Added.
20264         * webgl/resources/webgl_test_files/conformance/misc/boolean-argument-conversion.html: Added.
20265         * webgl/resources/webgl_test_files/conformance/misc/delayed-drawing.html: Added.
20266         * webgl/resources/webgl_test_files/conformance/misc/error-reporting.html: Added.
20267         * webgl/resources/webgl_test_files/conformance/misc/functions-returning-strings.html: Added.
20268         * webgl/resources/webgl_test_files/conformance/misc/instanceof-test.html: Added.
20269         * webgl/resources/webgl_test_files/conformance/misc/invalid-passed-params.html: Added.
20270         * webgl/resources/webgl_test_files/conformance/misc/is-object.html: Added.
20271         * webgl/resources/webgl_test_files/conformance/misc/null-object-behaviour.html: Added.
20272         * webgl/resources/webgl_test_files/conformance/misc/object-deletion-behaviour.html: Added.
20273         * webgl/resources/webgl_test_files/conformance/misc/shader-precision-format.html: Added.
20274         * webgl/resources/webgl_test_files/conformance/misc/type-conversion-test.html: Added.
20275         * webgl/resources/webgl_test_files/conformance/misc/uninitialized-test.html: Added.
20276         * webgl/resources/webgl_test_files/conformance/misc/webgl-specific.html: Added.
20277
20278 2013-02-05  Gregg Tavares  <gman@chromium.org>
20279
20280         Adds the WebGL Conformance Tests buffers folder
20281         https://bugs.webkit.org/show_bug.cgi?id=108902
20282
20283         Reviewed by Kenneth Russell.
20284
20285         * webgl/conformance/buffers/buffer-bind-test-expected.txt: Added.
20286         * webgl/conformance/buffers/buffer-bind-test.html: Added.
20287         * webgl/conformance/buffers/buffer-data-array-buffer-expected.txt: Added.
20288         * webgl/conformance/buffers/buffer-data-array-buffer.html: Added.
20289         * webgl/conformance/buffers/element-array-buffer-delete-recreate-expected.txt: Added.
20290         * webgl/conformance/buffers/element-array-buffer-delete-recreate.html: Added.
20291         * webgl/conformance/buffers/index-validation-copies-indices-expected.txt: Added.
20292         * webgl/conformance/buffers/index-validation-copies-indices.html: Added.
20293         * webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data-expected.txt: Added.
20294         * webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Added.
20295         * webgl/conformance/buffers/index-validation-expected.txt: Added.
20296         * webgl/conformance/buffers/index-validation-large-buffer-expected.txt: Added.
20297         * webgl/conformance/buffers/index-validation-large-buffer.html: Added.
20298         * webgl/conformance/buffers/index-validation-verifies-too-many-indices-expected.txt: Added.
20299         * webgl/conformance/buffers/index-validation-verifies-too-many-indices.html: Added.
20300         * webgl/conformance/buffers/index-validation-with-resized-buffer-expected.txt: Added.
20301         * webgl/conformance/buffers/index-validation-with-resized-buffer.html: Added.
20302         * webgl/conformance/buffers/index-validation.html: Added.
20303         * webgl/resources/webgl_test_files/conformance/buffers/00_test_list.txt: Added.
20304         * webgl/resources/webgl_test_files/conformance/buffers/buffer-bind-test.html: Added.
20305         * webgl/resources/webgl_test_files/conformance/buffers/buffer-data-array-buffer.html: Added.
20306         * webgl/resources/webgl_test_files/conformance/buffers/element-array-buffer-delete-recreate.html: Added.
20307         * webgl/resources/webgl_test_files/conformance/buffers/index-validation-copies-indices.html: Added.
20308         * webgl/resources/webgl_test_files/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Added.
20309         * webgl/resources/webgl_test_files/conformance/buffers/index-validation-large-buffer.html: Added.
20310         * webgl/resources/webgl_test_files/conformance/buffers/index-validation-verifies-too-many-indices.html: Added.
20311         * webgl/resources/webgl_test_files/conformance/buffers/index-validation-with-resized-buffer.html: Added.
20312         * webgl/resources/webgl_test_files/conformance/buffers/index-validation.html: Added.
20313
20314 2013-02-05  Anton Vayvod  <avayvod@chromium.org>
20315
20316         TextAutosizing: adjust the maximum difference between cluster text width and its descendant
20317         width.
20318         https://bugs.webkit.org/show_bug.cgi?id=108411
20319
20320         Reviewed by Kenneth Rohde Christiansen.
20321
20322         Tests that certain width difference doesn't make descendants separate clusters.
20323
20324         * fast/text-autosizing/nested-child-expected.html: Added.
20325         * fast/text-autosizing/nested-child.html: Added.
20326
20327 2013-02-05  Ádám Kallai  <kadam@inf.u-szeged.hu>
20328
20329         [Qt] Unreviewed gardening. Skip failing test.
20330         https://bugs.webkit.org/show_bug.cgi?id=108942.
20331
20332         * platform/qt/TestExpectations:
20333
20334 2013-02-05  Kent Tamura  <tkent@chromium.org>
20335
20336         INPUT_MULTIPLE_FIELDS_UI: element.focus() should not focus on disabled sub-fields.
20337         https://bugs.webkit.org/show_bug.cgi?id=108924
20338
20339         Reviewed by Kentaro Hara.
20340
20341         * fast/forms/date-multiple-fields/date-multiple-fields-focus-expected.txt: Added.
20342         * fast/forms/date-multiple-fields/date-multiple-fields-focus.html: Added.
20343
20344 2013-02-04  Vsevolod Vlasov  <vsevik@chromium.org>
20345
20346         Web Inspector: Create separate project for each file system added to inspector.
20347         https://bugs.webkit.org/show_bug.cgi?id=108652
20348
20349         Reviewed by Pavel Feldman.
20350
20351         * inspector/file-mapping.html:
20352         * inspector/file-system-mapping-expected.txt: Added.
20353         * inspector/file-system-mapping.html: Added.
20354
20355 2013-02-05  Kent Tamura  <tkent@chromium.org>
20356
20357         INPUT_MULTIPLE_FIELDS_UI: Should not move focus if the element already has focus
20358         https://bugs.webkit.org/show_bug.cgi?id=108914
20359
20360         Reviewed by Kentaro Hara.
20361
20362         * fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt: Added.
20363         * fast/forms/time-multiple-fields/time-multiple-fields-focus.html: Added.
20364
20365 2013-02-05  Zan Dobersek  <zdobersek@igalia.com>
20366
20367         Unreviewed GTK gardening.
20368
20369         Adding a flaky crash expectation for a couple of tests.
20370         Reclassifying the expectation for http/tests/media/video-play-stall.html as a flaky timeouting test.
20371
20372         * platform/gtk/TestExpectations:
20373
20374 2013-02-05  Ádám Kallai  <kadam@inf.u-szeged.hu>
20375
20376         [Qt][Wk2] Unreviewed gardening. Added platform specific expected.
20377
20378         * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Update after r141459.
20379         * platform/qt-5.0-wk2/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added update after r140174.
20380
20381 2013-02-05  Tommy Widenflycht  <tommyw@google.com>
20382
20383         MediaStream API: Update RTCPeerConnections stream accessors to match the latest specification
20384         https://bugs.webkit.org/show_bug.cgi?id=108179
20385
20386         Reviewed by Adam Barth.
20387
20388         Updating tests for RTCPeerConnections new stream accessors.
20389
20390         * fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt:
20391         * fast/mediastream/RTCPeerConnection-AddRemoveStream.html:
20392         * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt:
20393         * fast/mediastream/RTCPeerConnection-statsSelector.html:
20394
20395 2013-02-05  Shinya Kawanaka  <shinyak@chromium.org>
20396
20397         touch-event.html should check touchstartFiredInShadowDOM is true.
20398         https://bugs.webkit.org/show_bug.cgi?id=108910
20399
20400         Reviewed by Hajime Morita.
20401
20402         We have to check touchstartFiredInShadowDOM is true so that we can assure touch event is in ShadowDOM.
20403         This is a follow-up patch for http://trac.webkit.org/changeset/141054
20404
20405         * fast/dom/shadow/touch-event-expected.txt:
20406         * fast/dom/shadow/touch-event.html:
20407
20408 2013-02-05  Praveen Jadhav  <praveen.j@samsung.com>
20409
20410         Floating point precision error in AudioPannerNode.
20411         https://bugs.webkit.org/show_bug.cgi?id=106001
20412
20413         Reviewed by Kentaro Hara.
20414
20415         Specifications Update: 
20416         https://dvcs.w3.org/hg/audio/rev/69a39a516e45
20417
20418         New test scenarios are added to verify precision
20419         error issues in PannerNode.
20420
20421         * webaudio/pannernode-basic-expected.txt:
20422         * webaudio/pannernode-basic.html:
20423
20424 2013-02-05  Kent Tamura  <tkent@chromium.org>
20425
20426         INPUT_MULTIPLE_FIELDS_UI: Use disabled attribute internally instead of readonly attribute
20427         https://bugs.webkit.org/show_bug.cgi?id=108911
20428
20429         Reviewed by Kentaro Hara.
20430
20431         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html:
20432         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield.html:
20433         * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html:
20434         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html:
20435         * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield.html:
20436
20437 2013-02-04  Dean Jackson  <dino@apple.com>
20438
20439         [Mac] Captions menu should indicate language and type of track
20440         https://bugs.webkit.org/show_bug.cgi?id=108882
20441
20442         Reviewed by Eric Carlson.
20443
20444         Now that the captions menu can be labelled in a platform-specific way, move
20445         the results into the platform directory. At the moment, they are skipped
20446         everywhere but Mac. Also update the tests to the new menu structure, which
20447         only has a single list of entries.
20448
20449         * media/video-controls-captions-trackmenu-localized.html: Updated for new menu structure.
20450         * media/video-controls-captions-trackmenu-expected.txt: Removed.
20451         * media/video-controls-captions-trackmenu-localized-expected.txt: Removed.
20452         * media/video-controls-captions-trackmenu-sorted-expected.txt: Removed.
20453         * media/video-controls-captions-trackmenu-sorted.html: Updated for new menu structure.
20454         * media/video-controls-captions-trackmenu.html: Updated for new menu structure.
20455         * platform/mac/media/video-controls-captions-trackmenu-expected.txt: New platform specific results.
20456         * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt: Ditto.
20457         * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt: Ditto.
20458
20459 2013-02-04  Hajime Morrita <morrita@google.com>
20460
20461         [Chromium] Unreviewed, skipping heap-snapshot-with-detached-dom-tree.html
20462
20463         * platform/chromium/TestExpectations:
20464
20465 2013-02-04  Hajime Morrita  <morrita@google.com>
20466
20467         [Chromium] Unreviewed rebaselining.
20468
20469         * platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt: Added.
20470         * platform/chromium-linux/compositing/overflow/updating-scrolling-content-expected.txt: Added.
20471         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt: Added.
20472         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt: Added.
20473         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scrolling-without-painting-expected.txt: Added.
20474         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/updating-scrolling-content-expected.txt: Added.
20475
20476 2013-02-04  Kent Tamura  <tkent@chromium.org>
20477
20478         Fix crash by <select> type change on focus
20479         https://bugs.webkit.org/show_bug.cgi?id=108830
20480
20481         Reviewed by Abhishek Arya.
20482
20483         * fast/forms/select/select-change-type-on-focus-expected.txt: Added.
20484         * fast/forms/select/select-change-type-on-focus.html: Added.
20485
20486 2013-02-04  Kentaro Hara  <haraken@chromium.org>
20487
20488         Add missing tests for default values of event constructors
20489         https://bugs.webkit.org/show_bug.cgi?id=108885
20490
20491         Reviewed by Adam Barth.
20492
20493         Spec: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm#constructor-keyboardevent
20494
20495         * fast/events/constructors/keyboard-event-constructor-expected.txt:
20496         * fast/events/constructors/keyboard-event-constructor.html:
20497         * fast/events/constructors/mouse-event-constructor-expected.txt:
20498         * fast/events/constructors/mouse-event-constructor.html:
20499         * fast/events/constructors/wheel-event-constructor-expected.txt:
20500         * fast/events/constructors/wheel-event-constructor.html:
20501
20502 2013-02-04  Gregg Tavares  <gman@google.com>
20503
20504         Add Support Files for WebGL Conformance Tests
20505         https://bugs.webkit.org/show_bug.cgi?id=108731
20506
20507         Reviewed by Kenneth Russell.
20508
20509         These are the 'resource' files for the WebGL
20510         Conformance Tests. Other CLs will add the
20511         actual tests.
20512
20513         * webgl/resources/webgl_test_files/conformance/resources/3x3.png: Added.
20514         * webgl/resources/webgl_test_files/conformance/resources/blue-1x1.jpg: Added.
20515         * webgl/resources/webgl_test_files/conformance/resources/boolUniformShader.vert: Added.
20516         * webgl/resources/webgl_test_files/conformance/resources/bug-32888-texture.png: Added.
20517         * webgl/resources/webgl_test_files/conformance/resources/floatUniformShader.vert: Added.
20518         * webgl/resources/webgl_test_files/conformance/resources/fragmentShader.frag: Added.
20519         * webgl/resources/webgl_test_files/conformance/resources/glsl-conformance-test.js: Added.
20520         (GLSLConformanceTester):
20521         * webgl/resources/webgl_test_files/conformance/resources/glsl-feature-tests.css: Added.
20522         (canvas):
20523         (.shader-source):
20524         (.shader-source li:nth-child(odd)):
20525         (.shader-source li:nth-child(even)):
20526         (.testimages):
20527         (.testimages br):
20528         (.testimages > div):
20529         (IMG):
20530         * webgl/resources/webgl_test_files/conformance/resources/glsl-generator.js: Added.
20531         (GLSLGenerator.):
20532         (GLSLGenerator):
20533         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-256-with-128-alpha.png: Added.
20534         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-256.png: Added.
20535         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-default-gamma.png: Added.
20536         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma0.1.png: Added.
20537         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma1.0.png: Added.
20538         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma2.0.png: Added.
20539         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma4.0.png: Added.
20540         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma9.0.png: Added.
20541         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp.png: Added.
20542         * webgl/resources/webgl_test_files/conformance/resources/green-2x2-16bit.png: Added.
20543         * webgl/resources/webgl_test_files/conformance/resources/intArrayUniformShader.vert: Added.
20544         * webgl/resources/webgl_test_files/conformance/resources/intUniformShader.vert: Added.
20545         * webgl/resources/webgl_test_files/conformance/resources/matUniformShader.vert: Added.
20546         * webgl/resources/webgl_test_files/conformance/resources/noopUniformShader.frag: Added.
20547         * webgl/resources/webgl_test_files/conformance/resources/noopUniformShader.vert: Added.
20548         * webgl/resources/webgl_test_files/conformance/resources/npot-video.mp4: Added.
20549         * webgl/resources/webgl_test_files/conformance/resources/npot-video.theora.ogv: Added.
20550         * webgl/resources/webgl_test_files/conformance/resources/npot-video.webmvp8.webm: Added.
20551         * webgl/resources/webgl_test_files/conformance/resources/ogles-tests.css: Added.
20552         (canvas):
20553         (.shader-source):
20554         (.shader-source li:nth-child(odd)):
20555         (.shader-source li:nth-child(even)):
20556         (.testimages):
20557         (.testimages br):
20558         (.testimages > div):
20559         (IMG):
20560         * webgl/resources/webgl_test_files/conformance/resources/pnglib.js: Added.
20561         (.):
20562         * webgl/resources/webgl_test_files/conformance/resources/red-green.mp4: Added.
20563         * webgl/resources/webgl_test_files/conformance/resources/red-green.png: Added.
20564         * webgl/resources/webgl_test_files/conformance/resources/red-green.theora.ogv: Added.
20565         * webgl/resources/webgl_test_files/conformance/resources/red-green.webmvp8.webm: Added.
20566         * webgl/resources/webgl_test_files/conformance/resources/red-indexed.png: Added.
20567         * webgl/resources/webgl_test_files/conformance/resources/samplerUniformShader.frag: Added.
20568         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-cie-rgb-profile.png: Added.
20569         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-colormatch-profile.png: Added.
20570         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-colorspin-profile.jpg: Added.
20571         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-colorspin-profile.png: Added.
20572         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-e-srgb-profile.png: Added.
20573         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-smpte-c-profile.png: Added.
20574         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-srgb-iec61966-2.1-profile.png: Added.
20575         * webgl/resources/webgl_test_files/conformance/resources/structUniformShader.vert: Added.
20576         * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-canvas.js: Added.
20577         (.init):
20578         (.setCanvasToRedGreen):
20579         (.drawTextInCanvas):
20580         (.setCanvasTo257x257):
20581         (.setCanvasTo1x2):
20582         (.else):
20583         (.runOneIteration):
20584         (.runTest.runNextTest):
20585         (.runTest):
20586         (generateTest):
20587         * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-image-data.js: Added.
20588         (.init):
20589         (.runOneIteration):
20590         (.runTest):
20591         (generateTest):
20592         * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-image.js: Added.
20593         (.init):
20594         (.runOneIteration):
20595         (.runTestOnImage):
20596         (.runTest.newImage.onload):
20597         (.runTest):
20598         (.runTest2.newImage.onload):
20599         (.runTest2):
20600         (.runTest3):
20601         (generateTest):
20602         * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-video.js: Added.
20603         (debug):
20604         (.init):
20605         (.runOneIteration):
20606         (.runTest):
20607         * webgl/resources/webgl_test_files/conformance/resources/vertexShader.vert: Added.
20608         * webgl/resources/webgl_test_files/conformance/resources/webgl-test-utils.js: Added.
20609         (WebGLTestUtils):
20610         (WebGLTestUtils.):
20611         * webgl/resources/webgl_test_files/conformance/resources/webgl-test.js: Added.
20612         (webglTestLog):
20613         (getGLErrorAsString):
20614         (shouldGenerateGLError):
20615         (glErrorShouldBe):
20616         * webgl/resources/webgl_test_files/conformance/resources/zero-alpha.png: Added.
20617         * webgl/resources/webgl_test_files/resources/desktop-gl-constants.js: Added.
20618         * webgl/resources/webgl_test_files/resources/js-test-post.js: Added.
20619         * webgl/resources/webgl_test_files/resources/js-test-pre.js: Added.
20620         (.):
20621         (reportTestResultsToHarness):
20622         (notifyFinishedToHarness):
20623         (description):
20624         (debug):
20625         (escapeHTML):
20626         (testPassed):
20627         (testFailed):
20628         (areArraysEqual):
20629         (isMinusZero):
20630         (isResultCorrect):
20631         (stringify):
20632         (evalAndLog):
20633         (shouldBe):
20634         (shouldNotBe):
20635         (shouldBeTrue):
20636         (shouldBeFalse):
20637         (shouldBeNaN):
20638         (shouldBeNull):
20639         (shouldBeEqualToString):
20640         (shouldEvaluateTo):
20641         (shouldBeNonZero):
20642         (shouldBeNonNull):
20643         (shouldBeUndefined):
20644         (shouldBeDefined):
20645         (shouldBeGreaterThanOrEqual):
20646         (expectTrue):
20647         (shouldThrow):
20648         (assertMsg):
20649         (gc.gcRec):
20650         (gc):
20651         (finishTest.epilogue.onload):
20652         (finishTest):
20653         * webgl/resources/webgl_test_files/resources/js-test-style.css: Added.
20654         (.pass):
20655         (.fail):
20656         (#console):
20657         * webgl/resources/webgl_test_files/resources/test-eval.js: Added.
20658         (TestEval):
20659         * webgl/resources/webgl_test_files/resources/webgl-logo.png: Added.
20660         * webgl/resources/webgl_test_files/resources/webgl-test-harness.js: Added.
20661         (WebGLTestHarnessModule.log):
20662         (WebGLTestHarnessModule.try.request.onreadystatechange):
20663         (WebGLTestHarnessModule.loadTextFileAsynchronous):
20664         (WebGLTestHarnessModule.greaterThanOrEqualToVersion):
20665         (WebGLTestHarnessModule.copyObject):
20666         (WebGLTestHarnessModule.toCamelCase):
20667         (WebGLTestHarnessModule.):
20668         (WebGLTestHarnessModule.getFileListImpl):
20669         (WebGLTestHarnessModule.var):
20670         (WebGLTestHarnessModule.getFileList):
20671         (WebGLTestHarnessModule.FilterURL):
20672         (WebGLTestHarnessModule.TestFile):
20673         (WebGLTestHarnessModule.Test):
20674         (WebGLTestHarnessModule.TestHarness):
20675         (WebGLTestHarnessModule.TestHarness.prototype.addFiles_):
20676         (WebGLTestHarnessModule.TestHarness.prototype.runTests):
20677         (WebGLTestHarnessModule.TestHarness.prototype.setTimeout):
20678         (WebGLTestHarnessModule.TestHarness.prototype.clearTimeout):
20679         (WebGLTestHarnessModule.TestHarness.prototype.startNextTest):
20680         (WebGLTestHarnessModule.TestHarness.prototype.startTest):
20681         (WebGLTestHarnessModule.TestHarness.prototype.getTest):
20682         (WebGLTestHarnessModule.TestHarness.prototype.reportResults):
20683         (WebGLTestHarnessModule.TestHarness.prototype.dequeTest):
20684         (WebGLTestHarnessModule.TestHarness.prototype.notifyFinished):
20685         (WebGLTestHarnessModule.TestHarness.prototype.timeout):
20686         (WebGLTestHarnessModule.TestHarness.prototype.setTimeoutDelay):
20687         (WebGLTestHarnessModule):
20688         * webgl/resources/webkit-webgl-test-harness.js: Added.
20689         (.):
20690
20691 2013-02-04  Hajime Morrita  <morrita@google.com>
20692
20693         [Chromium] Unreviewed rebaselining for r141769.
20694
20695         * platform/chromium-mac-lion/compositing/overflow/nested-scrolling-expected.png:
20696         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/nested-scrolling-expected.png: Added.
20697         * platform/chromium-mac-snowleopard/compositing/overflow/nested-scrolling-expected.png:
20698         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/nested-scrolling-expected.png: Added.
20699         * platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png:
20700         * platform/chromium-mac/compositing/overflow/textarea-scroll-touch-expected.txt: Added.
20701         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/nested-scrolling-expected.png: Added.
20702         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt: Added.
20703         * 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.
20704         * 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.
20705         * 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.
20706         * 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.
20707         * 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.
20708         * 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.
20709
20710 2013-02-04  Benjamin Poulain  <bpoulain@apple.com>
20711
20712         Kill suspendAnimation(), resumeAnimation() and numberOfActiveAnimations() from DRT/WTR; use Internals
20713         https://bugs.webkit.org/show_bug.cgi?id=108741
20714
20715         Reviewed by Tony Chang.
20716
20717         Update the tests to use WebCore Internals instead of the TestRunner.
20718
20719         * animations/animation-controller-drt-api.html:
20720         * transitions/hang-with-bad-transition-list.html:
20721         * transitions/remove-transition-style.html:
20722         * transitions/repeated-firing-background-color.html:
20723         * transitions/zero-duration-with-non-zero-delay-end.html:
20724
20725 2013-02-04  Nayan Kumar K  <nayankk@motorola.com>
20726
20727         [WEBGL] Rename WEBKIT_WEBGL_lose_context to WEBGL_lose_context.
20728         https://bugs.webkit.org/show_bug.cgi?id=108694
20729
20730         Reviewed by Kenneth Russell.
20731
20732         WEBGL_lose_context is one of the community approved WebGL extension.
20733         Hence remove the vendor prefix from WEBKIT_WEBGL_lose_context extension.
20734         Spefication: http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/
20735
20736         * fast/canvas/webgl/WebGLContextEvent.html:
20737         * fast/canvas/webgl/context-destroyed-crash.html:
20738         * fast/canvas/webgl/context-lost-expected.txt:
20739         * fast/canvas/webgl/context-lost-restored.html:
20740         * fast/canvas/webgl/context-lost.html:
20741         * platform/chromium-linux-x86/fast/canvas/webgl/context-lost-expected.txt:
20742         * platform/chromium-linux/fast/canvas/webgl/context-lost-expected.txt:
20743         * platform/chromium-mac/fast/canvas/webgl/context-lost-expected.txt:
20744         * platform/chromium-win-xp/fast/canvas/webgl/context-lost-expected.txt:
20745         * platform/chromium-win/fast/canvas/webgl/context-lost-expected.txt:
20746         * platform/chromium/platform/chromium/virtual/gpu/fast/canvas/webgl/context-lost-expected.txt:
20747
20748 2013-02-04  Chris Hopman  <cjhopman@chromium.org>
20749
20750         Make moveCaretTowardsWindowPoint not snap to the beginning/end when moved above/below editable
20751         https://bugs.webkit.org/show_bug.cgi?id=107850
20752
20753         Reviewed by Ojan Vafai.
20754
20755         Test the new "android" editing behavior in the following tests:
20756
20757         * editing/deleting/delete-ligature-003-expected.txt:
20758         * editing/deleting/delete-ligature-003.html:
20759         * editing/deleting/paragraph-in-preserveNewline-expected.txt:
20760         * editing/deleting/paragraph-in-preserveNewline.html:
20761         * editing/deleting/whitespace-pre-1-expected.txt:
20762         * editing/deleting/whitespace-pre-1.html:
20763         * editing/execCommand/script-tests/toggle-compound-styles.js:
20764         * editing/execCommand/toggle-compound-styles-expected.txt:
20765         * editing/selection/5354455-1-expected.txt:
20766         * editing/selection/5354455-1.html:
20767         * editing/selection/click-in-margins-inside-editable-div-expected.txt:
20768         * editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt:
20769         * editing/selection/context-menu-text-selection-expected.txt:
20770         * editing/selection/context-menu-text-selection.html:
20771         * editing/selection/extend-after-mouse-selection-expected.txt:
20772         * editing/selection/extend-after-mouse-selection.html:
20773         * editing/selection/programmatic-selection-on-mac-is-directionless-expected.txt:
20774         * editing/selection/programmatic-selection-on-mac-is-directionless.html:
20775         * editing/selection/rtl-move-selection-right-left-expected.txt:
20776         * editing/selection/rtl-move-selection-right-left.html:
20777         * editing/selection/script-tests/click-in-margins-inside-editable-div.js:
20778         * editing/selection/script-tests/click-in-padding-with-multiple-line-boxes.js:
20779         * editing/selection/selection-extend-should-not-move-across-caret-on-mac-expected.txt:
20780         * editing/selection/selection-extend-should-not-move-across-caret-on-mac.html:
20781
20782 2013-02-04  Kent Tamura  <tkent@chromium.org>
20783
20784         INPUT_MULTIPLE_FIELDS_UI: Focus order is not controllable by tabIndex attribute on <input>
20785         https://bugs.webkit.org/show_bug.cgi?id=108447
20786
20787         Reviewed by Hajime Morita.
20788
20789         * fast/forms/time-multiple-fields/time-multiple-fields-tabindex-expected.txt: Added.
20790         * fast/forms/time-multiple-fields/time-multiple-fields-tabindex.html: Added.
20791
20792 2013-02-04  Jessie Berlin  <jberlin@apple.com>
20793
20794         REGRESSION (r129478-r129480): http/tests/loading/text-content-type-with-binary-extension.html failing on Apple MountainLion Debug WK2 (Tests)
20795         https://bugs.webkit.org/show_bug.cgi?id=98527
20796
20797         The bug was fixed but the test was never removed from the Mac WK2 TestExpectations file.
20798         Remove it now.
20799
20800         * platform/mac-wk2/TestExpectations:
20801
20802 2013-02-04  Alan Cutter  <alancutter@chromium.org>
20803
20804         [ Linux ] Mark media/track/track-cues-cuechange.html and media/track/track-cues-enter-exit.html as slow
20805         https://bugs.webkit.org/show_bug.cgi?id=108876
20806
20807         Reviewed by Dirk Pranke.
20808
20809         Tests take ~5.4 seconds to run locally.
20810         Timing out on the EWS bots but passing on the Webkit buildbots.
20811         Marked tests as slow in TestExpectations.
20812
20813         * platform/chromium/TestExpectations:
20814
20815 2013-01-31  Kentaro Hara  <haraken@chromium.org>
20816
20817         Implement WheelEvent::deltaMode
20818         https://bugs.webkit.org/show_bug.cgi?id=108455
20819
20820         Reviewed by Adam Barth.
20821
20822         Per the spec, WheelEvent::deltaMode should return
20823         DOM_DELTA_PIXEL or DOM_DELTA_LINE or DOM_DELTA_PAGE.
20824
20825         Spec: http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents
20826         https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm#constructor-wheelevent
20827
20828         * fast/events/constructors/wheel-event-constructor-expected.txt:
20829         * fast/events/constructors/wheel-event-constructor.html:
20830
20831 2013-02-04  Dima Gorbik  <dgorbik@apple.com>
20832
20833         WebVTT <i>, <b> and <u> elements should have default styles
20834         https://bugs.webkit.org/show_bug.cgi?id=107214
20835
20836         Reviewed by Darin Adler.
20837
20838         * media/track/captions-webvtt/styling-default.vtt: Added.
20839         * media/track/track-css-matching-default-expected.txt: Added.
20840         * media/track/track-css-matching-default.html: Added.
20841
20842 2013-02-04  Julien Chaffraix  <jchaffraix@webkit.org>
20843
20844         [CSS Grid Layout] Heap-buffer-overflow in std::sort
20845         https://bugs.webkit.org/show_bug.cgi?id=108834
20846
20847         Reviewed by Abhishek Arya.
20848
20849         * fast/css-grid-layout/grid-strict-ordering-crash-expected.txt: Added.
20850         * fast/css-grid-layout/grid-strict-ordering-crash.html: Added.
20851         The test requires a column / row index above the Vector inline capacity to work (which is currently 16).
20852         The values are much higher in case we decide to bump the inline capacity.
20853
20854 2013-02-04  Dima Gorbik  <dgorbik@apple.com>
20855
20856         class="cue" is getting some default style
20857         https://bugs.webkit.org/show_bug.cgi?id=108752
20858
20859         Reviewed by Dean Jackson.
20860
20861         * media/track/track-css-property-whitelist-expected.txt:
20862         * media/track/track-css-property-whitelist.html:
20863
20864 2013-02-04  Jessie Berlin  <jberlin@apple.com>
20865
20866         [WK2] [Mac] Support drag in mouse events for WebKit2 EventSender
20867         https://bugs.webkit.org/show_bug.cgi?id=68552
20868
20869         Skip another test that depends on setting eventSender.dragMode.
20870
20871         * platform/wk2/TestExpectations:
20872
20873 2013-02-04  Jessie Berlin  <jberlin@apple.com>
20874
20875         Out-of-view check of fixed position element in frame might still be incorrect on Mac when
20876         page is scaled
20877         https://bugs.webkit.org/show_bug.cgi?id=105049
20878
20879         These tests have started passing all the time on all the Lion and Mountain Lion Debug and
20880         Release WK1 and WK2 testers. Remove the failing expectation.
20881
20882         * platform/mac/TestExpectations:
20883
20884 2013-02-04  Dima Gorbik  <dgorbik@apple.com>
20885
20886         Implemet :lang() pseudo class support for the WebVTT ::cue pseudo element
20887         https://bugs.webkit.org/show_bug.cgi?id=105478
20888
20889         Reviewed by Antti Koivisto.
20890
20891         * media/track/captions-webvtt/styling-lang.vtt:
20892         * media/track/track-css-matching-lang-expected.txt:
20893         * media/track/track-css-matching-lang.html:
20894
20895 2013-02-04  Tom Sepez  <tsepez@chromiium.org>
20896
20897         XSS Auditor bypass via svg tags and xlink:href
20898         https://bugs.webkit.org/show_bug.cgi?id=84158
20899
20900         Reviewed by Adam Barth.
20901
20902         * http/tests/security/xssAuditor/svg-script-tag-expected.txt: Added.
20903         * http/tests/security/xssAuditor/svg-script-tag.html: Added.
20904
20905 2013-02-04  Julien Chaffraix  <jchaffraix@webkit.org>
20906
20907         [CSS Grid Layout] Add parsing for grid-auto-flow
20908         https://bugs.webkit.org/show_bug.cgi?id=108397
20909
20910         Reviewed by Ojan Vafai.
20911
20912         * fast/css-grid-layout/grid-auto-flow-get-set-expected.txt: Added.
20913         * fast/css-grid-layout/grid-auto-flow-get-set.html: Added.
20914         * fast/css-grid-layout/resources/grid.css:
20915         (.gridAutoFlowNone):
20916         (.gridAutoFlowColumn):
20917         (.gridAutoFlowRow):
20918         Added these new classes to our common style.
20919
20920 2013-02-04  Vladislav Kaznacheev  <kaznacheev@chromium.org>
20921
20922         Web Inspector: Create a container class for SidebarPane instances
20923         https://bugs.webkit.org/show_bug.cgi?id=108183
20924
20925
20926         Reviewed by Pavel Feldman.
20927
20928         * http/tests/inspector/elements-test.js:
20929         (initialize_ElementTest.stylesCallback):
20930         (initialize_ElementTest.InspectorTest.selectNodeAndWaitForStylesWithComputed):
20931         * inspector/audits/audits-panel-functional-expected.txt:
20932         * inspector/audits/audits-panel-noimages-functional-expected.txt:
20933         * inspector/debugger/error-in-watch-expressions.html:
20934         * inspector/debugger/properties-special.html:
20935         * inspector/debugger/watch-expressions-panel-switch.html:
20936         * inspector/debugger/watch-expressions-preserve-expansion.html:
20937         * inspector/extensions/extensions-audits-api-expected.txt:
20938         * inspector/extensions/extensions-audits-content-script-expected.txt:
20939         * inspector/extensions/extensions-audits-expected.txt:
20940         * inspector/extensions/extensions-events.html:
20941         * inspector/extensions/extensions-sidebar.html:
20942         * inspector/styles/lazy-computed-style.html:
20943
20944 2013-02-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
20945
20946         [Qt][Wk2] Unreviewed gardnening. Skip failing tests.
20947
20948         * platform/qt-5.0-wk2/TestExpectations:
20949         * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Update after r141459.
20950         * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Update after r141459.
20951
20952 2013-02-04  Andrey Lushnikov  <lushnikov@chromium.org>
20953
20954         Web Inspector: add round braces to javascript tokenizer
20955         https://bugs.webkit.org/show_bug.cgi?id=108692
20956
20957         Reviewed by Pavel Feldman.
20958
20959         Updated test expectations to correspond to new tokens "brace-start"
20960         and "brace-end" in javascript tokenizer.
20961
20962         * inspector/editor/highlighter-basics-expected.txt:
20963         * inspector/editor/text-editor-long-line-expected.txt:
20964         * inspector/syntax-highlight-html-expected.txt:
20965         * inspector/syntax-highlight-javascript-expected.txt:
20966
20967 2013-02-04  Sami Kyostila  <skyostil@chromium.org>
20968
20969         Disable -webkit-overflow-scrolling CSS attribute on Chromium
20970         https://bugs.webkit.org/show_bug.cgi?id=108020
20971
20972         Reviewed by James Robinson.
20973
20974         Now that we can automatically promote overflow elements to accelerated
20975         scrolling layers there is no use for the -webkit-overflow-scrolling CSS
20976         attribute any longer on Chromium.
20977
20978         The following tests using -webkit-overflow-scroll are modified to also call
20979         setAcceleratedCompositingForOverflowScrollEnabled(). This makes them test
20980         meaningful things on also on platforms that do not support that CSS attribute.
20981
20982         * compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor.html:
20983         * compositing/overflow/iframe-inside-overflow-clipping.html:
20984         * compositing/overflow/nested-scrolling.html:
20985         * compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor.html:
20986         * compositing/overflow/scrolling-content-clip-to-viewport.html:
20987         * compositing/overflow/scrolling-without-painting.html:
20988         * compositing/overflow/textarea-scroll-touch.html:
20989         * compositing/overflow/updating-scrolling-content.html:
20990         * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch-expected.txt: Removed.
20991         * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch.html: Removed.
20992         * platform/chromium-linux/compositing/overflow/nested-scrolling-expected.png:
20993         * platform/chromium/TestExpectations:
20994         * platform/chromium/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: Removed.
20995         * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context-expected.png: Removed.
20996         * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context-expected.txt: Removed.
20997         * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context.html: Removed.
20998         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt: Removed.
20999
21000 2013-02-04  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
21001
21002         [Qt] Unreviewed gardening. Skipping failing tests.
21003
21004         * platform/qt/TestExpectations:
21005
21006 2013-02-04  Kent Tamura  <tkent@chromium.org>
21007
21008         [Chromium] Rebaseline for r141741
21009         https://bugs.webkit.org/show_bug.cgi?id=108791
21010
21011         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
21012         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
21013         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
21014         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
21015         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
21016         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt: Removed.
21017         * platform/chromium-win-xp/fast/forms/date/date-appearance-l10n-expected.png:
21018         * platform/chromium-win-xp/fast/forms/datetime/datetime-appearance-l10n-expected.png:
21019         * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt: Removed.
21020         * platform/chromium-win-xp/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
21021         * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png:
21022         * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Removed.
21023         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
21024         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
21025         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
21026         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
21027         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
21028         * platform/chromium/TestExpectations:
21029
21030 2013-02-03  Christophe Dumez  <dchris@gmail.com>
21031
21032         [EFL][WK2] Mark fast/dom/DOMImplementation/createDocument-with-used-doctype.html as flaky
21033         https://bugs.webkit.org/show_bug.cgi?id=108793
21034
21035         Unreviewed EFL gardening.
21036
21037         Mark fast/dom/DOMImplementation/createDocument-with-used-doctype.html as
21038         flaky due to Bug 108058. It sometimes crashes on the bots.
21039
21040         * platform/efl-wk2/TestExpectations:
21041
21042 2013-02-03  Kent Tamura  <tkent@chromium.org>
21043
21044         Support setLangAttributeAwareFormControlUIEnabled on Chromium Windows XP
21045         https://bugs.webkit.org/show_bug.cgi?id=108791
21046
21047         Reviewed by Kentaro Hara.
21048
21049         * platform/chromium/TestExpectations:
21050         Mark affected tests failure.
21051         Actually we should be able to remove XP-specific test results for
21052         them. We just mark them in this patch just in case, and do rebaseline
21053         later.
21054
21055 2013-02-03  Hajime Morrita  <morrita@google.com>
21056
21057         [Chromium] Unreviewed, marking some as timing out.
21058
21059         * platform/chromium/TestExpectations:
21060
21061 2013-02-03  Hajime Morrita <morrita@google.com>
21062
21063         [Chromium] Unreviewed, marking terminate-during-sync-operation.html as timing out.
21064
21065         * platform/chromium/TestExpectations:
21066
21067 2013-02-03  Hajime Morrita  <morrita@google.com>
21068
21069         [Chromium] Unreviewed rebaselining.
21070
21071         * platform/chromium-mac-lion/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
21072
21073 2013-02-03  Hajime Morrita <morrita@google.com>
21074
21075         [Chromium] Unreviewed, marking grid-preferred-logical-widths.html as a fail.
21076
21077         * platform/chromium/TestExpectations:
21078
21079 2013-02-03  Hajime Morrita  <morrita@google.com>
21080
21081         [Chromium] Unreviewed, marking block-test.html as a fail.
21082
21083         * platform/chromium/TestExpectations:
21084
21085 2013-02-03  Noel Gordon  <noel.gordon@gmail.com>
21086
21087         [chromium] Skip editing/inserting/smart-link-when-caret-is-moved-before-URL.html
21088         https://bugs.webkit.org/show_bug.cgi?id=85463
21089         
21090         Test added in http://trac.webkit.org/changeset/141618 - requires that DRT or WKTR
21091         implement setAutomaticLinkDetectionEnabled().
21092
21093         Unreviewed gardening.
21094
21095         * platform/chromium/TestExpectations:
21096
21097 2013-02-03  Kent Tamura  <tkent@chromium.org>
21098
21099         calendar-picker-key-operations.html is failing
21100         https://bugs.webkit.org/show_bug.cgi?id=108566
21101
21102         Reviewed by Kentaro Hara.
21103
21104         * platform/chromium/TestExpectations:
21105         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
21106         Month.createFromDate supports only UTC Date. Use the Month constructor
21107         with local year and local month.
21108
21109 2013-02-03  Christophe Dumez  <dchris@gmail.com>
21110
21111         [EFL] Mark inspector/debugger/source-frame-count.html as flaky
21112         https://bugs.webkit.org/show_bug.cgi?id=108768
21113
21114         Unreviewed EFL gardening.
21115
21116         Mark inspector/debugger/source-frame-count.html as flaky as it sometimes
21117         crashes due to Bug 81574.
21118
21119         * platform/efl-wk2/TestExpectations:
21120
21121 2013-02-03  Christophe Dumez  <dchris@gmail.com>
21122
21123         [EFL] Mark a few more media tests as flaky due to gstreamer 1.0
21124         https://bugs.webkit.org/show_bug.cgi?id=108765
21125
21126         Unreviewed EFL gardening.
21127
21128         Mark 2 more media tests as flaky since the update to gstreamer 1.0.
21129         They sometimes crash in MediaPlayerPrivateGStreamer dtor.
21130
21131         * platform/efl/TestExpectations:
21132
21133 2013-02-03  Christophe Dumez  <dchris@gmail.com>
21134
21135         [EFL] svg/custom/text-ctm.svg needs a baseline
21136         https://bugs.webkit.org/show_bug.cgi?id=108764
21137
21138         Unreviewed EFL gardening.
21139
21140         Add baseline for svg/custom/text-ctm.svg that was added in r17879.
21141
21142         * platform/efl/svg/custom/text-ctm-expected.png: Added.
21143         * platform/efl/svg/custom/text-ctm-expected.txt: Added.
21144
21145 2013-02-02  Takashi Sakamoto  <tasak@google.com>
21146
21147         Making -webkit-image-set() the first value of background property causes crash.
21148         https://bugs.webkit.org/show_bug.cgi?id=108409
21149
21150         Reviewed by Beth Dakin.
21151
21152         * fast/css/image-set-value-crash-in-fillImageSet-expected.txt: Added.
21153         * fast/css/image-set-value-crash-in-fillImageSet.html: Added.
21154
21155 2013-02-02  Andrey Lushnikov  <lushnikov@chromium.org>
21156
21157         Web Inspector: fix bug in highlighting single chars via highlightRange API of DTE
21158         https://bugs.webkit.org/show_bug.cgi?id=108685
21159
21160         Reviewed by Pavel Feldman.
21161
21162         Updated layout test to cover specific bug case.
21163
21164         * inspector/editor/text-editor-highlight-api-expected.txt:
21165         * inspector/editor/text-editor-highlight-api.html:
21166
21167 2013-02-02  Zan Dobersek  <zdobersek@igalia.com>
21168
21169         Unreviewed GTK gardening.
21170
21171         * platform/gtk/TestExpectations:
21172         * platform/gtk/svg/custom/text-ctm-expected.txt:
21173         * platform/gtk/svg/repaint/svgsvgelement-repaint-children-expected.txt: Added.
21174
21175 2013-02-01  Christian Biesinger  <cbiesinger@chromium.org>
21176
21177         Rebaseline tests after bug 9221
21178         https://bugs.webkit.org/show_bug.cgi?id=108712
21179
21180         Unreviewed rebaseline of test expectations.
21181
21182         * fast/css/resize-corner-tracking-expected.txt: Renamed from LayoutTests/platform/mac/fast/css/resize-corner-tracking-expected.txt.
21183         * platform/chromium-mac-lion/fast/css/resize-corner-tracking-expected.png:
21184         * platform/chromium-mac-lion/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
21185         * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-expected.png:
21186         * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
21187         * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
21188         * platform/chromium-mac/fast/css/resize-corner-tracking-expected.png:
21189         * platform/chromium-mac/fast/css/resize-corner-tracking-transformed-iframe-expected.png:
21190         * platform/chromium-mac/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
21191         * platform/chromium-win/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
21192         * platform/chromium/TestExpectations:
21193         * platform/chromium/fast/css/resize-corner-tracking-expected.txt: Removed.
21194
21195 2013-02-01  Yongjun Zhang  <yongjun_zhang@apple.com>
21196
21197         Document is never released if an image's src attribute is changed to a url blocked by content-security-policy.
21198         https://bugs.webkit.org/show_bug.cgi?id=108545
21199
21200         Reviewed by Alexey Proskuryakov.
21201
21202         Add a test to verify the error event is fired when image's src attribute is changed to a url
21203         but the url blocked by content-security-policy.
21204
21205         * fast/images/image-error-event-not-firing-expected.txt: Added.
21206         * fast/images/image-error-event-not-firing.html: Added.
21207
21208 2013-02-01  Florin Malita  <fmalita@chromium.org>
21209
21210         [Chromium] Unreviewed gardening.
21211
21212         Rebaseline after http://trac.webkit.org/changeset/141634
21213
21214         * 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.
21215         * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
21216         * 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.
21217         * 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.
21218
21219 2013-02-01  Jessie Berlin  <jberlin@apple.com>
21220
21221         The assertions in updateLayerPositionsAfterScroll were commented out in r141278, so stop
21222         expecting http/tests/inspector/resource-har-pages.html to assert in debug builds.
21223         (see https://bugs.webkit.org/show_bug.cgi?id=103432).
21224
21225         * platform/mac/TestExpectations:
21226
21227 2013-02-01  Ojan Vafai  <ojan@chromium.org>
21228
21229         Make svg-fonts-in-text-controls.html have the same results across platforms
21230         https://bugs.webkit.org/show_bug.cgi?id=108676
21231
21232         Reviewed by Dirk Pranke.
21233
21234         Mac uses a different default font-size for form controls and Windows
21235         uses different padding for textareas/inputs. Override these so
21236         this test doesn't need platform specific expectations.
21237
21238         * platform/chromium/TestExpectations:
21239         * platform/gtk/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
21240         * platform/qt/svg/custom/svg-fonts-in-text-controls-expected.png: Removed.
21241         * platform/qt/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
21242         * svg/custom/script-tests/svg-fonts-in-text-controls.js:
21243         * svg/custom/svg-fonts-in-text-controls-expected.txt:
21244         * svg/custom/svg-fonts-in-text-controls.html:
21245         These dummy elements aren't needed anymore. js-test-pre.js inserts them.
21246
21247 2013-02-01  Rouslan Solomakhin  <rouslan@chromium.org>
21248
21249         [Chromium] Expect spellcheck to ignore punctuation
21250         https://bugs.webkit.org/show_bug.cgi?id=108511
21251
21252         Reviewed by Tony Chang.
21253
21254         * platform/chromium/TestExpectations: Expect spellcheck to ignore punctuation.
21255
21256 2013-02-01  Andrey Lushnikov  <lushnikov@chromium.org>
21257
21258         Web Inspector: remove extra padding around overlay highlight.
21259         https://bugs.webkit.org/show_bug.cgi?id=108679
21260
21261         Reviewed by Alexander Pavlov.
21262
21263         Update layout test expectations to correspond to updated overlay highlight style.
21264
21265         * inspector/editor/text-editor-highlight-api-expected.txt:
21266         * inspector/editor/text-editor-highlight-token-expected.txt:
21267
21268 2013-02-01  Philip Rogers  <pdr@google.com>
21269
21270         Prevent skipped repaints for children of inner SVG elements
21271         https://bugs.webkit.org/show_bug.cgi?id=108429
21272
21273         Reviewed by Eric Seidel.
21274
21275         Need to update expectations for a single file (just a 1px difference).
21276
21277         * platform/chromium/TestExpectations:
21278         * platform/efl/TestExpectations:
21279         * platform/mac/TestExpectations:
21280         * platform/qt/TestExpectations:
21281         * platform/win/TestExpectations:
21282         * svg/repaint/svgsvgelement-repaint-children-expected.png: Added.
21283         * svg/repaint/svgsvgelement-repaint-children-expected.txt: Added.
21284         * svg/repaint/svgsvgelement-repaint-children.html: Added.
21285
21286 2013-02-01  Philip Rogers  <pdr@google.com>
21287
21288         [Chromium] Unreviewed gardening of two svg/zoom/page tests.
21289
21290         This change rebaselines two tests for WK108108.
21291
21292         Unreviewed update of test expectations.
21293
21294         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
21295         * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
21296         * platform/chromium/TestExpectations:
21297
21298 2013-02-01  Florin Malita  <fmalita@chromium.org>
21299
21300         [Chromium] Unreviewed gardening.
21301
21302         Skip a test added in r14618 that uses setAutomaticLinkDetectionEnabled.
21303
21304         * platform/chromium/TestExpectations:
21305
21306 2013-02-01  David Farler  <dfarler@apple.com>
21307
21308         [Mac] Layout test fast/parser/parser-yield-timing.html is flaky on debug bots
21309         https://bugs.webkit.org/show_bug.cgi?id=108677
21310
21311         Reviewed by Tim Horton.
21312
21313         * platform/mac/TestExpectations:
21314         Mark fast/parser/parser-yield-timing.html as [ Pass Failure ]
21315
21316 2013-02-01  Philip Rogers  <pdr@google.com>
21317
21318         Change hasAlpha to isKnownToBeOpaque and correct the return value for SVG images.
21319         https://bugs.webkit.org/show_bug.cgi?id=106966
21320
21321         Reviewed by Stephen White.
21322
21323         An SVG image has been added to this test to check for regressions.
21324
21325         * fast/box-shadow/image-box-shadow-expected.html:
21326         * fast/box-shadow/image-box-shadow.html:
21327
21328             Add an SVG image and correct a small mistake in the test that used values of 256
21329             instead of 255.
21330
21331         * fast/box-shadow/resources/green.svg: Added.
21332
21333 2013-02-01  Philippe Normand  <pnormand@igalia.com>
21334
21335         Unreviewed, GTK TestExpectations update.
21336
21337         * platform/gtk/TestExpectations: Flag some new media tests
21338         crashing until a fix is figured out.
21339
21340 2013-02-01  Alok Priyadarshi  <alokp@chromium.org>
21341
21342         Print GraphicsLayer::m_contentsOpaque if non-default (true)
21343         https://bugs.webkit.org/show_bug.cgi?id=108354
21344
21345         Reviewed by Simon Fraser.
21346
21347         * compositing/absolute-inside-out-of-view-fixed-expected.txt:
21348         * compositing/backing/no-backing-for-clip-expected.txt:
21349         * compositing/backing/no-backing-for-clip-overlap-expected.txt:
21350         * compositing/backing/no-backing-for-perspective-expected.txt:
21351         * compositing/bounds-in-flipped-writing-mode-expected.txt:
21352         * compositing/clip-child-by-non-stacking-ancestor-expected.txt:
21353         * compositing/columns/composited-in-paginated-expected.txt:
21354         * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
21355         * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt:
21356         * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
21357         * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt:
21358         * compositing/geometry/ancestor-overflow-change-expected.txt:
21359         * compositing/geometry/bounds-clipped-composited-child-expected.txt:
21360         * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
21361         * compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt:
21362         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
21363         * compositing/geometry/bounds-ignores-hidden-expected.txt:
21364         * compositing/geometry/clip-expected.txt:
21365         * compositing/geometry/clip-inside-expected.txt:
21366         * compositing/geometry/composited-in-columns-expected.txt:
21367         * compositing/geometry/fixed-position-composited-switch-expected.txt:
21368         * compositing/geometry/flipped-writing-mode-expected.txt:
21369         * compositing/geometry/foreground-layer-expected.txt:
21370         * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
21371         * compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
21372         * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
21373         * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
21374         * compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt:
21375         * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
21376         * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
21377         * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
21378         * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
21379         * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
21380         * compositing/geometry/preserve-3d-switching-expected.txt:
21381         * compositing/iframes/become-composited-nested-iframes-expected.txt:
21382         * compositing/iframes/become-overlapped-iframe-expected.txt:
21383         * compositing/iframes/composited-parent-iframe-expected.txt:
21384         * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
21385         * compositing/iframes/connect-compositing-iframe-expected.txt:
21386         * compositing/iframes/connect-compositing-iframe2-expected.txt:
21387         * compositing/iframes/connect-compositing-iframe3-expected.txt:
21388         * compositing/iframes/enter-compositing-iframe-expected.txt:
21389         * compositing/iframes/iframe-resize-expected.txt:
21390         * compositing/iframes/iframe-size-from-zero-expected.txt:
21391         * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
21392         * compositing/iframes/invisible-nested-iframe-show-expected.txt:
21393         * compositing/iframes/overlapped-iframe-expected.txt:
21394         * compositing/iframes/overlapped-iframe-iframe-expected.txt:
21395         * compositing/iframes/overlapped-nested-iframes-expected.txt:
21396         * compositing/iframes/page-cache-layer-tree-expected.txt:
21397         * compositing/iframes/scrolling-iframe-expected.txt:
21398         * compositing/images/clip-on-directly-composited-image-expected.txt:
21399         * compositing/layer-creation/animation-overlap-with-children-expected.txt:
21400         * compositing/layer-creation/fixed-position-and-transform-expected.txt:
21401         * compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
21402         * compositing/layer-creation/fixed-position-out-of-view-expected.txt:
21403         * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
21404         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
21405         * compositing/layer-creation/fixed-position-under-transform-expected.txt:
21406         * compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt:
21407         * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
21408         * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
21409         * compositing/layer-creation/overlap-animation-clipping-expected.txt:
21410         * compositing/layer-creation/overlap-animation-container-expected.txt:
21411         * compositing/layer-creation/overlap-animation-expected.txt:
21412         * compositing/layer-creation/overlap-child-layer-expected.txt:
21413         * compositing/layer-creation/overlap-clipping-expected.txt:
21414         * compositing/layer-creation/overlap-transformed-3d-expected.txt:
21415         * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
21416         * compositing/layer-creation/overlap-transformed-layer-expected.txt:
21417         * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
21418         * compositing/layer-creation/overlap-transforms-expected.txt:
21419         * compositing/layer-creation/rotate3d-overlap-expected.txt:
21420         * compositing/layer-creation/scroll-partial-update-expected.txt:
21421         * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
21422         * compositing/layer-creation/stacking-context-overlap-expected.txt:
21423         * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
21424         * compositing/layer-creation/translatez-overlap-expected.txt:
21425         * compositing/masks/mask-layer-size-expected.txt:
21426         * compositing/overflow-trumps-transform-style-expected.txt:
21427         * compositing/overflow/clip-descendents-expected.txt:
21428         * compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
21429         * compositing/overflow/content-gains-scrollbars-expected.txt:
21430         * compositing/overflow/content-loses-scrollbars-expected.txt:
21431         * compositing/overflow/overflow-auto-with-touch-expected.txt:
21432         * compositing/overflow/overflow-auto-with-touch-toggle-expected.txt:
21433         * compositing/overflow/overflow-overlay-with-touch-expected.txt:
21434         * compositing/overflow/overflow-scrollbar-layers-expected.txt:
21435         * compositing/overflow/resize-painting-expected.txt:
21436         * compositing/overflow/scrolling-content-clip-to-viewport-expected.txt:
21437         * compositing/overflow/scrolling-without-painting-expected.txt:
21438         * compositing/overflow/textarea-scroll-touch-expected.txt:
21439         * compositing/overflow/updating-scrolling-content-expected.txt:
21440         * compositing/plugins/no-backing-store-expected.txt:
21441         * compositing/plugins/small-to-large-composited-plugin-expected.txt:
21442         * compositing/repaint/invalidations-on-composited-layers-expected.txt:
21443         * compositing/repaint/resize-repaint-expected.txt:
21444         * compositing/rtl/rtl-absolute-expected.txt:
21445         * compositing/rtl/rtl-absolute-overflow-expected.txt:
21446         * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
21447         * compositing/rtl/rtl-fixed-expected.txt:
21448         * compositing/rtl/rtl-fixed-overflow-expected.txt:
21449         * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
21450         * compositing/rtl/rtl-iframe-absolute-expected.txt:
21451         * compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
21452         * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
21453         * compositing/rtl/rtl-iframe-fixed-expected.txt:
21454         * compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
21455         * compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
21456         * compositing/rtl/rtl-iframe-relative-expected.txt:
21457         * compositing/rtl/rtl-relative-expected.txt:
21458         * compositing/tiled-layers-hidpi-expected.txt:
21459         * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
21460         * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
21461         * compositing/tiling/huge-layer-add-remove-child-expected.txt:
21462         * compositing/tiling/huge-layer-expected.txt:
21463         * compositing/tiling/huge-layer-img-expected.txt:
21464         * compositing/tiling/huge-layer-resize-expected.txt:
21465         * compositing/tiling/huge-layer-with-layer-children-expected.txt:
21466         * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
21467         * compositing/tiling/rotated-tiled-clamped-expected.txt:
21468         * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
21469         * compositing/tiling/tile-cache-zoomed-expected.txt:
21470         * compositing/tiling/tiled-layer-resize-expected.txt:
21471         * compositing/visibility/layer-visible-content-expected.txt:
21472         * compositing/visibility/visibility-image-layers-dynamic-expected.txt:
21473         * compositing/visible-rect/2d-transformed-expected.txt:
21474         * compositing/visible-rect/3d-transform-style-expected.txt:
21475         * compositing/visible-rect/3d-transformed-expected.txt:
21476         * compositing/visible-rect/animated-expected.txt:
21477         * compositing/visible-rect/animated-from-none-expected.txt:
21478         * compositing/visible-rect/clipped-by-viewport-expected.txt:
21479         * compositing/visible-rect/clipped-visible-rect-expected.txt:
21480         * compositing/visible-rect/iframe-and-layers-expected.txt:
21481         * compositing/visible-rect/iframe-no-layers-expected.txt:
21482         * compositing/visible-rect/nested-transform-expected.txt:
21483         * compositing/visible-rect/scrolled-expected.txt:
21484         * css3/compositing/should-have-compositing-layer-expected.txt:
21485         * css3/filters/filtered-compositing-descendant-expected.txt:
21486         * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch-expected.txt:
21487         * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
21488         * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
21489         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
21490         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
21491         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
21492         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
21493         * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
21494         * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
21495         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
21496         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
21497         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
21498         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
21499         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
21500         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
21501         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
21502         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
21503         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
21504         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
21505         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
21506         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
21507         * platform/chromium-mac/compositing/iframes/invisible-nested-iframe-show-expected.txt:
21508         * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
21509         * platform/chromium-mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
21510         * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
21511         * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
21512         * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
21513         * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
21514         * platform/chromium-mac/css3/filters/composited-during-animation-layertree-expected.txt:
21515         * platform/chromium-mac/css3/filters/composited-during-transition-layertree-expected.txt:
21516         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt:
21517         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
21518         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt:
21519         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt:
21520         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
21521         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
21522         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
21523         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
21524         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt:
21525         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt:
21526         * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
21527         * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
21528         * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
21529         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
21530         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
21531         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
21532         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
21533         * platform/chromium-win/compositing/backing/no-backing-for-clip-expected.txt:
21534         * platform/chromium-win/compositing/backing/no-backing-for-clip-overlap-expected.txt:
21535         * platform/chromium-win/compositing/backing/no-backing-for-perspective-expected.txt:
21536         * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
21537         * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
21538         * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
21539         * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
21540         * platform/chromium-win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
21541         * platform/chromium-win/compositing/geometry/preserve-3d-switching-expected.txt:
21542         * platform/chromium-win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
21543         * platform/chromium-win/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
21544         * platform/chromium-win/compositing/layer-creation/scroll-partial-update-expected.txt:
21545         * platform/chromium-win/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
21546         * platform/chromium-win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
21547         * platform/chromium-win/compositing/tiling/huge-layer-expected.txt:
21548         * platform/chromium-win/compositing/tiling/huge-layer-resize-expected.txt:
21549         * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-expected.txt:
21550         * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
21551         * platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
21552         * platform/chromium-win/css3/filters/composited-during-animation-layertree-expected.txt:
21553         * platform/chromium-win/css3/filters/composited-during-transition-layertree-expected.txt:
21554         * platform/chromium/TestExpectations:
21555         * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt:
21556         * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt:
21557         * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt:
21558         * platform/chromium/compositing/canvas/accelerated-canvas-compositing-expected.txt:
21559         * platform/chromium/compositing/columns/composited-in-paginated-expected.txt:
21560         * platform/chromium/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
21561         * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
21562         * platform/chromium/compositing/force-compositing-mode/force-composite-empty-expected.txt:
21563         * platform/chromium/compositing/force-compositing-mode/no-overflow-iframe-layer-expected.txt:
21564         * platform/chromium/compositing/force-compositing-mode/overflow-hidden-iframe-layer-expected.txt:
21565         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt:
21566         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer-expected.txt:
21567         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-leave-compositing-expected.txt:
21568         * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt:
21569         * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
21570         * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
21571         * platform/chromium/compositing/geometry/clip-expected.txt:
21572         * platform/chromium/compositing/geometry/clip-inside-expected.txt:
21573         * platform/chromium/compositing/geometry/composited-in-columns-expected.txt:
21574         * platform/chromium/compositing/geometry/fixed-position-composited-switch-expected.txt:
21575         * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt:
21576         * platform/chromium/compositing/geometry/foreground-layer-expected.txt:
21577         * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
21578         * platform/chromium/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
21579         * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
21580         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt:
21581         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
21582         * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt:
21583         * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
21584         * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt:
21585         * platform/chromium/compositing/iframes/become-composited-nested-iframes-expected.txt:
21586         * platform/chromium/compositing/iframes/become-overlapped-iframe-expected.txt:
21587         * platform/chromium/compositing/iframes/composited-parent-iframe-expected.txt:
21588         * platform/chromium/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
21589         * platform/chromium/compositing/iframes/connect-compositing-iframe-expected.txt:
21590         * platform/chromium/compositing/iframes/connect-compositing-iframe2-expected.txt:
21591         * platform/chromium/compositing/iframes/connect-compositing-iframe3-expected.txt:
21592         * platform/chromium/compositing/iframes/enter-compositing-iframe-expected.txt:
21593         * platform/chromium/compositing/iframes/iframe-resize-expected.txt:
21594         * platform/chromium/compositing/iframes/iframe-size-from-zero-expected.txt:
21595         * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt:
21596         * platform/chromium/compositing/iframes/overlapped-iframe-expected.txt:
21597         * platform/chromium/compositing/iframes/overlapped-iframe-iframe-expected.txt:
21598         * platform/chromium/compositing/iframes/overlapped-nested-iframes-expected.txt:
21599         * platform/chromium/compositing/iframes/resizer-expected.txt:
21600         * platform/chromium/compositing/iframes/scrolling-iframe-expected.txt:
21601         * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt:
21602         * platform/chromium/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
21603         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
21604         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
21605         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
21606         * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt:
21607         * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
21608         * platform/chromium/compositing/layer-creation/overflow-scroll-overlap-expected.txt:
21609         * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
21610         * platform/chromium/compositing/layer-creation/overlap-animation-container-expected.txt:
21611         * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt:
21612         * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt:
21613         * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt:
21614         * platform/chromium/compositing/layer-creation/overlap-transformed-3d-expected.txt:
21615         * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
21616         * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt:
21617         * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
21618         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
21619         * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt:
21620         * platform/chromium/compositing/layer-creation/spanOverlapsCanvas-expected.txt:
21621         * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt:
21622         * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
21623         * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt:
21624         * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt:
21625         * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
21626         * platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt:
21627         * platform/chromium/compositing/overflow/content-loses-scrollbars-expected.txt:
21628         * platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt:
21629         * platform/chromium/compositing/overflow/resize-painting-expected.txt:
21630         * platform/chromium/compositing/rtl/rtl-absolute-expected.txt:
21631         * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt:
21632         * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
21633         * platform/chromium/compositing/rtl/rtl-fixed-expected.txt:
21634         * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt:
21635         * platform/chromium/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
21636         * platform/chromium/compositing/rtl/rtl-iframe-absolute-expected.txt:
21637         * platform/chromium/compositing/rtl/rtl-iframe-fixed-expected.txt:
21638         * platform/chromium/compositing/rtl/rtl-iframe-relative-expected.txt:
21639         * platform/chromium/compositing/rtl/rtl-relative-expected.txt:
21640         * platform/chromium/compositing/tiling/huge-layer-img-expected.txt:
21641         * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:
21642         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/content-gains-scrollbars-expected.txt:
21643         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt:
21644         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scrollbar-layers-expected.txt:
21645         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/resize-painting-expected.txt:
21646         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
21647         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt:
21648         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
21649         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
21650         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/content-gains-scrollbars-expected.txt:
21651         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/overflow-scrollbar-layers-expected.txt:
21652         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/resize-painting-expected.txt:
21653         * platform/efl/compositing/geometry/foreground-layer-expected.txt:
21654         * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
21655         * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt:
21656         * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
21657         * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
21658         * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
21659         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt:
21660         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
21661         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
21662         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
21663         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt:
21664         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
21665         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
21666         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt:
21667         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:
21668         * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
21669         * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt:
21670         * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
21671         * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
21672         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
21673         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
21674         * platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt:
21675         * platform/mac/TestExpectations:
21676         * platform/mac/compositing/canvas/accelerated-canvas-compositing-expected.txt:
21677         * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
21678         * platform/mac/compositing/iframes/resizer-expected.txt:
21679         * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
21680         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
21681         * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt:
21682         * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
21683         * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
21684         * platform/mac/compositing/tiling/huge-layer-expected.txt:
21685         * platform/mac/compositing/tiling/huge-layer-img-expected.txt:
21686         * platform/mac/compositing/tiling/huge-layer-resize-expected.txt:
21687         * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
21688         * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
21689         * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
21690         * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
21691         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
21692         * platform/mac/compositing/tiling/tiled-layer-resize-expected.txt:
21693         * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
21694         * platform/mac/css3/filters/composited-during-animation-layertree-expected.txt:
21695         * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
21696         * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
21697         * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
21698         * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
21699         * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
21700         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
21701         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
21702         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
21703         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
21704         * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
21705         * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
21706         * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
21707         * platform/qt-5.0-wk2/compositing/iframes/leave-compositing-iframe-expected.txt:
21708         * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
21709         * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
21710         * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt:
21711         * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
21712         * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
21713         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
21714         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
21715         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
21716         * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
21717         * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
21718         * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
21719         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
21720         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
21721         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
21722         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
21723         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
21724         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
21725         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
21726         * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
21727         * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
21728         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
21729         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
21730         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
21731         * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt:
21732         * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
21733         * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
21734         * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
21735         * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
21736         * platform/qt/compositing/iframes/invisible-nested-iframe-show-expected.txt:
21737         * platform/qt/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
21738         * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt:
21739         * platform/qt/compositing/overflow/clip-descendents-expected.txt:
21740         * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
21741         * platform/qt/css3/compositing/should-have-compositing-layer-expected.txt:
21742         * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt:
21743         * platform/win/compositing/iframes/composited-iframe-expected.txt:
21744         * platform/win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
21745         * platform/win/compositing/iframes/overlapped-iframe-iframe-expected.txt:
21746         * platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
21747         * platform/win/compositing/tiling/rotated-tiled-clamped-expected.txt:
21748         * platform/win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
21749
21750 2013-02-01  Roger Fong  <roger_fong@apple.com>
21751
21752         Unreviewed. Skip more test in preparation for Win EWS bots (round 2).
21753         https://bugs.webkit.org/show_bug.cgi?id=108249
21754
21755         * platform/win/TestExpectations:
21756
21757 2013-02-01  Jessie Berlin  <jberlin@apple.com>
21758
21759         WTR needs an implementation of setAutomaticLinkDetectionEnabled
21760         https://bugs.webkit.org/show_bug.cgi?id=87162
21761
21762         Skip a test on wk2 added in r14618 that uses setAutomaticLinkDetectionEnabled.
21763
21764         * platform/wk2/TestExpectations:
21765
21766 2013-01-31  Dirk Schulze  <krit@webkit.org>
21767
21768         [canvas] Add more constructors to Path
21769         https://bugs.webkit.org/show_bug.cgi?id=108587
21770
21771         Reviewed by Dean Jackson.
21772
21773         Add tests for new constructors of Path objects.
21774         Since the feature is behind a flag, the test is skipped on
21775         all platforms for now.
21776
21777         * fast/canvas/canvas-path-constructors-expected.txt: Added.
21778         * fast/canvas/canvas-path-constructors.html: Added.
21779         * fast/canvas/script-tests/canvas-path-constructors.js: Added.
21780         * platform/chromium/TestExpectations:
21781         * platform/efl/TestExpectations:
21782         * platform/gtk/TestExpectations:
21783         * platform/mac/TestExpectations:
21784         * platform/win/TestExpectations:
21785
21786 2013-02-01  Mike West  <mkwst@chromium.org>
21787
21788         Remove call to SecurityOrigin::canAccessDatabase from IDB constructor.
21789         https://bugs.webkit.org/show_bug.cgi?id=108477
21790
21791         Reviewed by Adam Barth.
21792
21793         * http/tests/security/no-indexeddb-from-sandbox-expected.txt:
21794         * http/tests/security/no-indexeddb-from-sandbox.html:
21795             This test expected the 'webkitIndexedDB' property to be missing
21796             entirely inside a sandbox. The expectation has been updated to
21797             expect 'webkitIndexedDB.open()' to throw a SECURITY_ERR.
21798         * platform/efl/TestExpectations:
21799         * platform/mac-snowleopard/TestExpectations:
21800         * platform/mac/TestExpectations:
21801         * platform/qt/TestExpectations:
21802         * platform/win/TestExpectations:
21803         * platform/wincairo/TestExpectations:
21804             This test was accidentally passing on a variety of platforms that
21805             don't yet implement IndexedDB. Now that failure is distinguishable
21806             we should skip it on a variety of platforms.
21807
21808 2013-02-01  Ryosuke Niwa  <rniwa@webkit.org>
21809
21810         Smart link can erroneously move caret after an URL when typing immediately before it
21811         https://bugs.webkit.org/show_bug.cgi?id=92812
21812
21813         Reviewed by Enrica Casucci.
21814
21815         Add a regression for typing immediately before an URL while smart link is enabled.
21816         WebKit should not be moving the caret erroneously.
21817
21818         * editing/inserting/smart-link-when-caret-is-moved-before-URL-expected.txt: Added.
21819         * editing/inserting/smart-link-when-caret-is-moved-before-URL.html: Added.
21820
21821 2013-02-01  Julien Chaffraix  <jchaffraix@webkit.org>
21822
21823         [CSS Grid Layout] computePreferredLogicalWidths doesn't handle minmax tracks
21824         https://bugs.webkit.org/show_bug.cgi?id=108403
21825
21826         Reviewed by Ojan Vafai.
21827
21828         * fast/css-grid-layout/grid-preferred-logical-widths-expected.txt: Added.
21829         * fast/css-grid-layout/grid-preferred-logical-widths.html: Added.
21830
21831 2013-02-01  Nate Chapin  <japhet@chromium.org>
21832
21833         Cached main resources report a zero identifer on 304s
21834         https://bugs.webkit.org/show_bug.cgi?id=108402
21835
21836         Reviewed by Adam Barth.
21837
21838         * http/tests/cache/iframe-304-crash-expected.txt: Added.
21839         * http/tests/cache/iframe-304-crash.html: Added.
21840         * http/tests/cache/resources/iframe304.php: Added.
21841         * platform/chromium/TestExpectations: New test requires main resource caching, which isn't supported on chromium at the moment.
21842         * platform/mac/TestExpectations: New test requires main resource caching, which isn't supported on mac at the moment.
21843
21844 2013-02-01  Rashmi Shyamasundar  <rashmi.s2@samsung.com>
21845
21846         Zero size gradient should paint nothing on canvas
21847         https://bugs.webkit.org/show_bug.cgi?id=102654
21848
21849         Reviewed by Dirk Schulze.
21850
21851         The functions fill(), fillText(), stroke(), strokeRect() and strokeText()
21852         should paint nothing on canvas when the canvas fillStyle/strokeStyle
21853         is set to a zero size gradient.
21854
21855         * fast/canvas/canvas-fill-zeroSizeGradient-expected.txt: Added.
21856         * fast/canvas/canvas-fill-zeroSizeGradient.html: Added.
21857         * fast/canvas/canvas-fillRect-zeroSizeGradient-expected.txt: Added.
21858         * fast/canvas/canvas-fillRect-zeroSizeGradient.html: Added.
21859         * fast/canvas/canvas-fillText-zeroSizeGradient-expected.txt: Added.
21860         * fast/canvas/canvas-fillText-zeroSizeGradient.html: Added.
21861         * fast/canvas/canvas-stroke-zeroSizeGradient-expected.txt: Added.
21862         * fast/canvas/canvas-stroke-zeroSizeGradient.html: Added.
21863         * fast/canvas/canvas-strokeRect-zeroSizeGradient-expected.txt: Added.
21864         * fast/canvas/canvas-strokeRect-zeroSizeGradient.html: Added.
21865         * fast/canvas/canvas-strokeText-zeroSizeGradient-expected.txt: Added.
21866         * fast/canvas/canvas-strokeText-zeroSizeGradient.html: Added.
21867         * fast/canvas/script-tests/canvas-fill-zeroSizeGradient.js: Added.
21868         * fast/canvas/script-tests/canvas-fillRect-zeroSizeGradient.js: Added.
21869         * fast/canvas/script-tests/canvas-fillText-zeroSizeGradient.js: Added.
21870         * fast/canvas/script-tests/canvas-stroke-zeroSizeGradient.js: Added.
21871         * fast/canvas/script-tests/canvas-strokeRect-zeroSizeGradient.js: Added.
21872         * fast/canvas/script-tests/canvas-strokeText-zeroSizeGradient.js: Added.
21873
21874 2013-02-01  Rouslan Solomakhin  <rouslan@chromium.org>
21875
21876         [Chromium] Expect spellcheck to ignore whitespace
21877         https://bugs.webkit.org/show_bug.cgi?id=108510
21878
21879         Reviewed by Ryosuke Niwa.
21880
21881         * platform/chromium/TestExpectations: Expect spellcheck to ignore whitespace.
21882
21883 2013-02-01  Pavel Feldman  <pfeldman@chromium.org>
21884
21885         Web Inspector: [file selector dialog] for mixed case queries, score uppercase letters only when assessing camelcase.
21886         https://bugs.webkit.org/show_bug.cgi?id=108639
21887
21888         Reviewed by Vsevolod Vlasov.
21889
21890         * inspector/filtered-item-selection-dialog-filtering-expected.txt:
21891
21892 2013-02-01  Robert Hogan  <robert@webkit.org>
21893
21894         Padding in a parent inline preceding an empty inline child should be counted towards width
21895         https://bugs.webkit.org/show_bug.cgi?id=108226
21896
21897         Reviewed by Levi Weintraub.
21898
21899         * fast/inline/parent-inline-element-padding-contributes-width-expected.txt: Added.
21900         * fast/inline/parent-inline-element-padding-contributes-width.html: Added.
21901         * fast/inline/positioned-element-padding-contributes-width-expected.txt: Added.
21902         * fast/inline/positioned-element-padding-contributes-width.html: Added.
21903
21904 2013-02-01  Pavel Feldman  <pfeldman@chromium.org>
21905
21906         Web Inspector: relax goto file matching again.
21907         https://bugs.webkit.org/show_bug.cgi?id=108346
21908
21909         Reviewed by Vsevolod Vlasov.
21910
21911         * inspector/filtered-item-selection-dialog-filtering-expected.txt:
21912         * inspector/filtered-item-selection-dialog-filtering.html:
21913
21914 2013-02-01  Vsevolod Vlasov  <vsevik@chromium.org>
21915
21916         Web Inspector: Navigator should not create tree elements for uiSourceCodes unless neededm should populate folders on expand only.
21917         https://bugs.webkit.org/show_bug.cgi?id=108601
21918
21919         Reviewed by Pavel Feldman.
21920
21921         * http/tests/inspector/debugger-test.js:
21922         (initialize_DebuggerTest.):
21923         (initialize_DebuggerTest):
21924         * inspector/debugger/scripts-file-selector-expected.txt:
21925         * inspector/debugger/scripts-file-selector.html:
21926         * inspector/debugger/scripts-sorting-expected.txt:
21927         * inspector/debugger/scripts-sorting.html:
21928
21929 2013-02-01  Philippe Normand  <pnormand@igalia.com>
21930
21931         Unreviewed, flagging more fullscreen tests in GTK due to bug 108363.
21932
21933         * platform/gtk/TestExpectations:
21934
21935 2013-02-01  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
21936
21937         Unreviewed EFL gardening.
21938
21939         Skip some failing tests on EFL bots after r141459 and r141310.
21940
21941         * platform/efl-wk2/TestExpectations:
21942         * platform/efl/TestExpectations:
21943         * platform/efl/fast/js/global-constructors-expected.txt: Revert change from r141573.
21944
21945 2013-02-01  Alexis Menard  <alexis@webkit.org>
21946
21947         Enable unprefixed CSS transitions by default.
21948         https://bugs.webkit.org/show_bug.cgi?id=108216
21949
21950         Reviewed by Dean Jackson.
21951
21952         Unskip the tests by default as now unprefixed CSS Transitions are
21953         enabled by default.
21954
21955         * fast/events/event-creation-expected.txt:
21956         * fast/events/event-creation.html: Add the test that was commented out
21957         before.
21958         * platform/chromium/TestExpectations:
21959
21960 2013-02-01  Ádám Kallai  <kadam@inf.u-szeged.hu>
21961
21962         [Qt] Unreviewed gardening. Skipped some failing tests.
21963
21964         * platform/qt/TestExpectations:
21965
21966 2013-02-01  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
21967
21968         Unreviewed EFL gardening.
21969
21970         Update platform expectations for failing tests after the
21971         WEB_INTENTS flag turned off for EFL port in r141439
21972
21973         * platform/efl/fast/images/crossfade-client-not-removed-crash-expected.txt: Removed.
21974         * platform/efl/fast/js/global-constructors-expected.txt:
21975
21976 2013-02-01  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
21977
21978         Unreviewed EFL gardening.
21979
21980         Renamed inspector/editor/text-editor-ctrl-movements.html to
21981         inspector/editor/text-editor-word-jumps.html after r141399.
21982
21983         * platform/efl/TestExpectations:
21984
21985 2013-02-01  Mihnea Ovidenie  <mihnea@adobe.com>
21986
21987         [CSS Regions] Convert fast/regions/region-overflow-auto-overflow* to reftests
21988         https://bugs.webkit.org/show_bug.cgi?id=108333
21989
21990         Reviewed by Tony Chang.
21991
21992         Add reftests, cleanup existing tests.
21993
21994         * fast/regions/region-overflow-auto-overflow-hidden-expected.html: Added.
21995         * fast/regions/region-overflow-auto-overflow-hidden.html:
21996         * fast/regions/region-overflow-auto-overflow-visible-expected.html: Added.
21997         * fast/regions/region-overflow-auto-overflow-visible.html:
21998         * platform/chromium-linux-x86/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
21999         * platform/chromium-linux-x86/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
22000         * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
22001         * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
22002         * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
22003         * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
22004         * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
22005         * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
22006         * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
22007         * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
22008         * platform/chromium-mac/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
22009         * platform/chromium-mac/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
22010         * platform/chromium/TestExpectations:
22011         * platform/chromium/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
22012         * platform/chromium/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
22013         * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
22014         * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
22015         * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
22016         * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
22017         * platform/gtk/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
22018         * platform/gtk/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
22019         * platform/gtk/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
22020         * platform/gtk/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
22021         * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
22022         * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
22023         * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
22024         * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
22025         * platform/mac/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
22026         * platform/mac/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
22027         * platform/qt/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
22028         * platform/qt/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
22029         * platform/qt/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
22030         * platform/qt/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
22031
22032 2013-02-01  Chris Fleizach  <cfleizach@apple.com>
22033
22034         AX: when aria-activedescendant is used with a ComboBox role, focus should not be changed
22035         https://bugs.webkit.org/show_bug.cgi?id=108596
22036
22037         Reviewed by Ryosuke Niwa.
22038
22039         * platform/mac/accessibility/combobox-activedescendant-notifications-expected.txt: Added.
22040         * platform/mac/accessibility/combobox-activedescendant-notifications.html: Added.
22041
22042 2013-02-01  Chris Fleizach  <cfleizach@apple.com>
22043
22044         [Mac] REGRESSION(r140974): accessibility/lists.html fails on Lion
22045         https://bugs.webkit.org/show_bug.cgi?id=108291
22046
22047         Reviewed by Ryosuke Niwa.
22048
22049         * platform/mac/TestExpectations:
22050
22051 2013-02-01  Ken Kania  <kkania@chromium.org>
22052
22053         Web Inspector: Add support for handling modal dialogs
22054         https://bugs.webkit.org/show_bug.cgi?id=107883
22055
22056         Reviewed by Pavel Feldman.
22057
22058         Introduce support for being notified when a JavaScript modal dialog
22059         is opening and closing, as well as a new command for accepting or
22060         dismissing the dialog.
22061
22062         * inspector-protocol/page/javascriptDialogEvents-expected.txt: Added.
22063         * inspector-protocol/page/javascriptDialogEvents.html: Added.
22064
22065 2013-02-01  Hajime Morrita  <morrita@google.com> 
22066
22067         [Chromium] Unreviewed, marking table-section-overflow-clip-crash.html failed.
22068
22069         * platform/chromium/TestExpectations:
22070
22071 2013-02-01  Hajime Morrita  <morrita@google.com>
22072
22073         Unreviewed, rebaselining a result.
22074
22075         * platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt:
22076
22077 2013-02-01  Vsevolod Vlasov  <vsevik@chromium.org>
22078
22079         Web Inspector: Use String.prototype.startsWith instead of String.prototype.indexOf when possible
22080         https://bugs.webkit.org/show_bug.cgi?id=108575
22081
22082         Reviewed by Yury Semikhatsky.
22083
22084         * http/tests/inspector/console-cd-completions.html:
22085         * http/tests/inspector/console-cd.html:
22086         * http/tests/inspector/indexeddb/indexeddb-test.js:
22087         (initialize_IndexedDBTest.InspectorTest._installIndexedDBSniffer.consoleMessageOverride):
22088         (initialize_IndexedDBTest.InspectorTest._installIndexedDBSniffer):
22089         * inspector/network-status-non-http.html:
22090
22091 2013-01-31  Aurimas Liutikas  <aurimas@chromium.org>
22092
22093         Editor::m_compositionNode not updated on HTMLInputElement::setValue()
22094         https://bugs.webkit.org/show_bug.cgi?id=107737
22095
22096         Reviewed by Ryosuke Niwa.
22097
22098         * 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
22099
22100 2013-01-31  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>
22101
22102         [Qt] Add support for text decoration "wavy" style
22103         https://bugs.webkit.org/show_bug.cgi?id=93507
22104
22105         Reviewed by Simon Hausmann.
22106
22107         Add pixel-test expected results for CSS3 text decoration tests for Qt port.
22108
22109         * platform/qt-5.0-wk1/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style-expected.png: Added.
22110         * platform/qt-5.0-wk1/fast/css3-text/css3-text-decoration/text-decoration-style-expected.png: Added.
22111
22112 2013-01-31  Hajime Morrita  <morrita@google.com>
22113
22114         [Chromium] Unreviewed, rebaselining expectations.
22115
22116         * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-e-expected.txt: Added.
22117         * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-n-expected.txt: Added.
22118         * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-s-expected.txt: Added.
22119         * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-w-expected.txt: Added.
22120
22121 2013-01-31  Victor Carbune  <vcarbune@chromium.org>
22122
22123         [Track] Closed Caption button shouldn't be visible if all the track resources have failed loading
22124         https://bugs.webkit.org/show_bug.cgi?id=106285
22125
22126         Reviewed by Eric Carlson.
22127
22128         Updated tests to include improved behavior.
22129
22130         * media/video-controls-captions-expected.txt: Updated.
22131         * media/video-controls-captions.html: Updated.
22132
22133 2013-01-31  Dima Gorbik  <dgorbik@apple.com>
22134
22135         REGRESSION(r140231): media track layout tests crashing
22136         https://bugs.webkit.org/show_bug.cgi?id=107579
22137
22138         Reviewed by Eric Carlson.
22139
22140         * platform/chromium/TestExpectations:
22141
22142 2013-01-31  Hajime Morrita  <morrita@google.com>
22143
22144         [Chromium] Unreviewed, marking a failing test.
22145
22146         * platform/chromium/TestExpectations:
22147
22148 2013-01-31  Sheriff Bot  <webkit.review.bot@gmail.com>
22149
22150         Unreviewed, rolling out r141479.
22151         http://trac.webkit.org/changeset/141479
22152         https://bugs.webkit.org/show_bug.cgi?id=108564
22153
22154         breaks chromium test (Requested by morrita on #webkit).
22155
22156         * platform/chromium/TestExpectations:
22157
22158 2013-01-31  Hayato Ito  <hayato@chromium.org>
22159
22160         Use TouchEvent.targetTouches rather than TouchEvent.touches since the order of Touches in TouchList is not guaranteed.
22161         https://bugs.webkit.org/show_bug.cgi?id=108426
22162
22163         Reviewed by Dimitri Glazkov.
22164
22165         Neat fix for LayoutTest in http://trac.webkit.org/changeset/141054.
22166
22167         In this LayoutTest context, the length of touchEvent.touches is 2.
22168         The Touch order in TouchList is not guaranteed. Therefore
22169         touchEvent.touches[0] can be another touch.  Rather, we should use
22170         touchEvent.targetTouches here since its length is 1 in this context.
22171
22172         * fast/dom/shadow/touch-event.html:
22173
22174 2013-01-31  Rouslan Solomakhin  <rouslan@chromium.org>
22175
22176         [Chromium] Expect spellcheck to select multi-word misspelling on context click
22177         https://bugs.webkit.org/show_bug.cgi?id=108509
22178
22179         Reviewed by Tony Chang.
22180
22181         * editing/spelling/spelling-exactly-selected-multiple-words.html: Check spelling suggestion for multi-word misspelling.
22182         * editing/spelling/spelling-should-select-multiple-words.html: Check spelling suggestion for multi-word misspelling.
22183         * editing/spelling/spelling-exactly-selected-multiple-words-expected.txt:
22184         * editing/spelling/spelling-should-select-multiple-words-expected.txt:
22185         * platform/chromium/TestExpectations: Expect spellcheck to select multi-word misspelling on context click
22186
22187 2013-01-31  Christopher Cameron  <ccameron@chromium.org>
22188
22189         Fix rubber-band effect on non-scrollable pages
22190         https://bugs.webkit.org/show_bug.cgi?id=107611
22191
22192         Reviewed by Antonio Gomes.
22193
22194         * platform/chromium/rubberbanding/event-overhang-e-expected.png: Added.
22195         * platform/chromium/rubberbanding/event-overhang-e-expected.txt: Added.
22196         * platform/chromium/rubberbanding/event-overhang-e.html: Added.
22197         * platform/chromium/rubberbanding/event-overhang-n-expected.png: Added.
22198         * platform/chromium/rubberbanding/event-overhang-n-expected.txt: Added.
22199         * platform/chromium/rubberbanding/event-overhang-n.html: Added.
22200         * platform/chromium/rubberbanding/event-overhang-s-expected.png: Added.
22201         * platform/chromium/rubberbanding/event-overhang-s-expected.txt: Added.
22202         * platform/chromium/rubberbanding/event-overhang-s.html: Added.
22203         * platform/chromium/rubberbanding/event-overhang-w-expected.png: Added.
22204         * platform/chromium/rubberbanding/event-overhang-w-expected.txt: Added.
22205         * platform/chromium/rubberbanding/event-overhang-w.html: Added.
22206
22207 2013-01-31  Jessie Berlin  <jberlin@apple.com>
22208
22209         REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
22210         https://bugs.webkit.org/show_bug.cgi?id=108380
22211
22212         Mark another test whose results depend on main resource caching being enabled as failing until
22213         main resource caching can be re-enabled on mac.
22214
22215         * platform/mac/TestExpectations:
22216
22217 2013-01-31  Tim Horton  <timothy_horton@apple.com>
22218
22219         Land failing baselines for Lion after r141333. Unreviewed.
22220         https://bugs.webkit.org/show_bug.cgi?id=108523
22221
22222         * platform/mac-lion/fast/canvas/canvas-composite-alpha-expected.txt: Added.
22223
22224 2013-01-31  Julien Chaffraix  <jchaffraix@webkit.org>
22225
22226         [CSS Grid Layout] Support implicit rows and columns
22227         https://bugs.webkit.org/show_bug.cgi?id=103573
22228
22229         Reviewed by Ojan Vafai.
22230
22231         * fast/css-grid-layout/implicit-columns-auto-resolution-expected.txt: Added.
22232         * fast/css-grid-layout/implicit-columns-auto-resolution.html: Added.
22233         * fast/css-grid-layout/implicit-rows-auto-resolution-expected.txt: Added.
22234         * fast/css-grid-layout/implicit-rows-auto-resolution.html: Added.
22235
22236 2013-01-31  Joanmarie Diggs  <jdiggs@igalia.com>
22237
22238         [GTK] fast/css/relative-positioned-block-crash.html is intermittently crashing
22239         https://bugs.webkit.org/show_bug.cgi?id=108200
22240
22241         Reviewed by Martin Robinson.
22242
22243         Unskip two crashing tests having fixed the underlying bug.
22244
22245         * platform/gtk/TestExpectations:
22246
22247 2013-01-31  Ojan Vafai  <ojan@chromium.org>
22248
22249         Rebaseline after r141459.
22250
22251         * 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.
22252         * 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.
22253         * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
22254         * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Removed.
22255         * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
22256         * platform/qt/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Removed.
22257
22258 2013-01-31  Youenn Fablet  <youennf@gmail.com>
22259
22260         Quadratic and bezier curves with coincident endpoints rendered incorrectly
22261         https://bugs.webkit.org/show_bug.cgi?id=105650
22262         Modified TestExpectations for Mac, efl and Qt platforms as quadratic curves
22263         may not be rendered correctly
22264         (see https://bugs.webkit.org/show_bug.cgi?id=107118)
22265
22266         Reviewed by Kenneth Russell.
22267
22268         * fast/canvas/canvas-bezier-same-endpoint-expected.txt: Added.
22269         * fast/canvas/canvas-bezier-same-endpoint.html: Added.
22270         * fast/canvas/canvas-quadratic-same-endpoint-expected.txt: Added.
22271         * fast/canvas/canvas-quadratic-same-endpoint.html: Added.
22272         * platform/efl/TestExpectations: Skipped quad test
22273         * platform/mac/TestExpectations: Skipped quad test
22274         * platform/qt/TestExpectations: Skipped quad test
22275
22276 2013-01-31  Uday Kiran  <udaykiran@motorola.com>
22277
22278         CSS3's vh attribute is not adjusting while browser resizes
22279         https://bugs.webkit.org/show_bug.cgi?id=86418
22280
22281         Reviewed by Antti Koivisto.
22282
22283         Added test to check element with vh units gets resized when
22284         viewport height is increased or decreased.
22285
22286         * css3/viewport-percentage-lengths/vh-resize-expected.html: Added.
22287         * css3/viewport-percentage-lengths/vh-resize.html: Added.
22288
22289 2013-01-31  Jessie Berlin  <jberlin@apple.com>
22290
22291         Rebaseline after r141459.
22292
22293         * platform/mac/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
22294
22295 2013-01-31  Max Vujovic  <mvujovic@adobe.com>
22296
22297         [CSS Shaders] Parse custom filter function with the at-rule reference syntax
22298         https://bugs.webkit.org/show_bug.cgi?id=108351
22299
22300         Reviewed by Dean Jackson.
22301
22302         Add positive and negative parsing tests for the new custom function syntax.
22303
22304         Add a new folder "css3/filters/custom-with-at-rule-syntax". This will contain all the tests
22305         using the new custom filters at-rule syntax. We will gradually copy tests in
22306         "css3/filters/custom" over to "css3/filters/custom-with-at-rule-syntax" and modify them to
22307         use the new at-rule syntax. When all of the tests have been replicated using the new syntax,
22308         we will remove the previous syntax and the tests in "css3/filters/custom".
22309
22310         * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid-expected.txt: Added.
22311         * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid.html: Added.
22312         * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid-expected.txt: Added.
22313         * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid.html: Added.
22314         * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-invalid.js: Added.
22315         (testInvalidFilterRule):
22316         * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-valid.js: Added.
22317         (testFilterProperty):
22318         * css3/filters/script-tests/custom-filter-parsing-common.js:
22319         (heading):
22320             New function to print a heading to make groups of related parsing tests easier to see.
22321         (shouldHaveConstructor):
22322             New function to check the JS type of an object on JSC as well as V8. This is intended to
22323             eventually replace shouldBeType, which works differently on V8 vs. JSC and requires us
22324             to create Chromium-specific expectations for the custom filters parsing tests.
22325
22326 2013-01-31  Aurimas Liutikas  <aurimas@chromium.org>
22327
22328         Editor::m_compositionNode not updated on HTMLInputElement::setValue()
22329         https://bugs.webkit.org/show_bug.cgi?id=107737
22330
22331         Reviewed by Ryosuke Niwa.
22332
22333         * 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
22334
22335 2013-01-31  Rouslan Solomakhin  <rouslan@chromium.org>
22336
22337         [Chromium] Expect spellcheck to work for exactly-selected multi-word misspellings
22338         https://bugs.webkit.org/show_bug.cgi?id=108498
22339
22340         Reviewed by Tony Chang.
22341
22342         * platform/chromium/TestExpectations: Update spellcheck tests expectations.
22343
22344 2013-01-31  Jessie Berlin  <jberlin@apple.com>
22345
22346         REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
22347         https://bugs.webkit.org/show_bug.cgi?id=108380
22348
22349         Mark some tests whose results depend on main resource caching being enabled as failing until
22350         main resource caching can be re-enabled on mac.
22351
22352         * platform/mac/TestExpectations:
22353
22354 2013-01-31  Ojan Vafai  <ojan@chromium.org>
22355
22356         REGRESSION(r128517): Percentage heights in quirks mode collapse when printing
22357         https://bugs.webkit.org/show_bug.cgi?id=108382
22358
22359         Reviewed by David Hyatt.
22360
22361         * platform/chromium/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
22362         We're just clipping more content that you can't scroll to anyways. This looks
22363         like an improvement to me.
22364         * printing/css2.1/page-break-inside-000-expected.txt:
22365         We pass this test now!
22366         * printing/quirks-percentage-height-body-expected.html: Added.
22367         * printing/quirks-percentage-height-body.html: Added.
22368         * printing/quirks-percentage-height-expected.html: Added.
22369         * printing/quirks-percentage-height.html: Added.
22370         * printing/standards-percentage-heights-expected.html: Added.
22371         * printing/standards-percentage-heights.html: Added.
22372
22373 2013-01-31  Jessie Berlin  <jberlin@apple.com>
22374
22375         inspector/editor/text-editor-ctrl-movements.html was renamed to
22376         inspector/editor/text-editor-word-jumps.html in r141399. Update the TestExpectations file.
22377
22378         * platform/mac/TestExpectations:
22379
22380 2013-01-31  Jessie Berlin  <jberlin@apple.com>
22381
22382         ASSERTION FAILED: m_clipRectsCache->m_respectingOverflowClip[clipRectsType] == (clipRectsContext.respectOverflowClip == RespectOverflowClip) in RenderLayer.
22383         https://bugs.webkit.org/show_bug.cgi?id=108257
22384
22385         * platform/mac/TestExpectations:
22386         Mark the tests as "crashing" in debug.
22387
22388 2013-01-31  Dirk Schulze  <krit@webkit.org>
22389
22390         [canvas] Implement currentPath to get and set the current path of the context
22391         https://bugs.webkit.org/show_bug.cgi?id=108246
22392
22393         Reviewed by Dean Jackson.
22394
22395         Added tests for canvas.currentPath in various combinations of the context state.
22396
22397         * fast/canvas/canvas-currentPath-expected.txt: Added.
22398         * fast/canvas/canvas-currentPath.html: Added.
22399         * fast/canvas/script-tests/canvas-currentPath.js: Added.
22400         (testPointCollection):
22401         * platform/chromium/TestExpectations: Skip test until enabling CANVAS_PATH.
22402         * platform/efl/TestExpectations: Ditto.
22403         * platform/gtk/TestExpectations: Ditto.
22404         * platform/mac/TestExpectations: Ditto.
22405         * platform/qt/TestExpectations: Ditto.
22406
22407 2013-01-31  Tony Chang  <tony@chromium.org>
22408
22409         Unreviewed, update expectation after the order of elements was codified.
22410         https://bugs.webkit.org/show_bug.cgi?id=98686
22411
22412         Also delete the Qt result since this test is skipped on Qt.
22413
22414         * editing/pasteboard/data-transfer-items-expected.txt:
22415         * platform/qt/editing/pasteboard/data-transfer-items-expected.txt: Removed.
22416
22417 2013-01-31  Florin Malita  <fmalita@chromium.org>
22418
22419         [Chromium] Unreviewed gardening.
22420
22421         * platform/chromium/TestExpectations:
22422
22423 2013-01-31  Christophe Dumez  <dchris@gmail.com>
22424
22425         [EFL] Disable Web Intents
22426         https://bugs.webkit.org/show_bug.cgi?id=108457
22427
22428         Reviewed by Alexey Proskuryakov.
22429
22430         Skip webintents/ test cases for EFL port now that
22431         the feature is disabled.
22432
22433         * platform/efl/TestExpectations:
22434
22435 2013-01-31  Tony Chang  <tony@chromium.org>
22436
22437         [chromium] Unreviewed, land baselines with textarea resizer enabled.
22438         https://bugs.webkit.org/show_bug.cgi?id=108383
22439
22440         * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.png: Removed.
22441         * platform/chromium-mac-lion/editing/inserting/4960120-1-expected.png:
22442         * platform/chromium-mac-lion/editing/pasteboard/pasting-tabs-expected.png:
22443         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
22444         * platform/chromium-mac-lion/fast/forms/basic-textareas-expected.png:
22445         * platform/chromium-mac-lion/fast/forms/basic-textareas-quirks-expected.png:
22446         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.png:
22447         * platform/chromium-mac-lion/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
22448         * platform/chromium-mac-lion/fast/forms/negativeLineHeight-expected.png:
22449         * platform/chromium-mac-lion/fast/forms/placeholder-position-expected.png:
22450         * platform/chromium-mac-lion/fast/forms/textAreaLineHeight-expected.png:
22451         * platform/chromium-mac-lion/fast/forms/textarea-align-expected.png:
22452         * platform/chromium-mac-lion/fast/forms/textarea-placeholder-pseudo-style-expected.png:
22453         * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-1-expected.png:
22454         * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-2-expected.png:
22455         * platform/chromium-mac-lion/fast/forms/textarea-scroll-height-expected.png:
22456         * platform/chromium-mac-lion/fast/forms/textarea-scrollbar-expected.png:
22457         * platform/chromium-mac-lion/fast/forms/textarea-scrolled-type-expected.png:
22458         * platform/chromium-mac-lion/fast/forms/textarea-setinnerhtml-expected.png:
22459         * platform/chromium-mac-lion/fast/forms/textarea-width-expected.png:
22460         * platform/chromium-mac-lion/fast/overflow/overflow-x-y-expected.png:
22461         * platform/chromium-mac-lion/fast/parser/entity-comment-in-textarea-expected.png:
22462         * platform/chromium-mac-lion/fast/parser/open-comment-in-textarea-expected.png:
22463         * platform/chromium-mac-lion/fast/replaced/width100percent-textarea-expected.png:
22464         * platform/chromium-mac-lion/fast/table/003-expected.png:
22465         * platform/chromium-mac-lion/fast/text/international/rtl-white-space-pre-wrap-expected.png:
22466         * platform/chromium-mac-lion/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
22467         * platform/chromium-mac-lion/tables/mozilla/bugs/bug194024-expected.png:
22468         * platform/chromium-mac-lion/tables/mozilla/bugs/bug30559-expected.png:
22469         * platform/chromium-mac-lion/tables/mozilla/bugs/bug30692-expected.png:
22470         * platform/chromium-mac-snowleopard/editing/inserting/4960120-1-expected.png:
22471         * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.png:
22472         * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
22473         * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-quirks-expected.png:
22474         * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
22475         * platform/chromium-mac-snowleopard/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
22476         * platform/chromium-mac-snowleopard/fast/forms/negativeLineHeight-expected.png:
22477         * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png:
22478         * platform/chromium-mac-snowleopard/fast/forms/textAreaLineHeight-expected.png:
22479         * platform/chromium-mac-snowleopard/fast/forms/textarea-align-expected.png:
22480         * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-pseudo-style-expected.png:
22481         * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-1-expected.png:
22482         * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-2-expected.png:
22483         * platform/chromium-mac-snowleopard/fast/forms/textarea-scroll-height-expected.png:
22484         * platform/chromium-mac-snowleopard/fast/forms/textarea-scrollbar-expected.png:
22485         * platform/chromium-mac-snowleopard/fast/forms/textarea-scrolled-type-expected.png:
22486         * platform/chromium-mac-snowleopard/fast/forms/textarea-width-expected.png:
22487         * platform/chromium-mac-snowleopard/fast/overflow/overflow-x-y-expected.png:
22488         * platform/chromium-mac-snowleopard/fast/parser/entity-comment-in-textarea-expected.png:
22489         * platform/chromium-mac-snowleopard/fast/parser/open-comment-in-textarea-expected.png:
22490         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.png:
22491         * platform/chromium-mac-snowleopard/fast/table/003-expected.png:
22492         * platform/chromium-mac-snowleopard/fast/text/international/rtl-white-space-pre-wrap-expected.png:
22493         * platform/chromium-mac-snowleopard/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
22494         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug194024-expected.png:
22495         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug30559-expected.png:
22496         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug30692-expected.png:
22497         * platform/chromium-mac/editing/inserting/4960120-1-expected.png:
22498         * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
22499         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
22500         * platform/chromium-mac/fast/forms/basic-textareas-expected.png:
22501         * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png:
22502         * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
22503         * platform/chromium-mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
22504         * platform/chromium-mac/fast/forms/negativeLineHeight-expected.png:
22505         * platform/chromium-mac/fast/forms/placeholder-position-expected.png:
22506         * platform/chromium-mac/fast/forms/textAreaLineHeight-expected.png:
22507         * platform/chromium-mac/fast/forms/textarea-align-expected.png:
22508         * platform/chromium-mac/fast/forms/textarea-placeholder-pseudo-style-expected.png:
22509         * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-1-expected.png:
22510         * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-2-expected.png:
22511         * platform/chromium-mac/fast/forms/textarea-scroll-height-expected.png:
22512         * platform/chromium-mac/fast/forms/textarea-scrollbar-expected.png:
22513         * platform/chromium-mac/fast/forms/textarea-scrolled-type-expected.png:
22514         * platform/chromium-mac/fast/forms/textarea-setinnerhtml-expected.png:
22515         * platform/chromium-mac/fast/forms/textarea-width-expected.png:
22516         * platform/chromium-mac/fast/overflow/overflow-x-y-expected.png:
22517         * platform/chromium-mac/fast/parser/entity-comment-in-textarea-expected.png:
22518         * platform/chromium-mac/fast/parser/open-comment-in-textarea-expected.png:
22519         * platform/chromium-mac/fast/repaint/textarea-set-disabled-expected.png:
22520         * platform/chromium-mac/fast/replaced/width100percent-textarea-expected.png:
22521         * platform/chromium-mac/fast/table/003-expected.png:
22522         * platform/chromium-mac/fast/text/international/rtl-white-space-pre-wrap-expected.png:
22523         * platform/chromium-mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
22524         * platform/chromium-mac/tables/mozilla/bugs/bug194024-expected.png:
22525         * platform/chromium-mac/tables/mozilla/bugs/bug30559-expected.png:
22526         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.png:
22527         * platform/chromium-win/editing/inserting/4960120-1-expected.png:
22528         * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.png:
22529         * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.png:
22530         * platform/chromium-win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
22531         * platform/chromium-win/fast/forms/basic-textareas-expected.png:
22532         * platform/chromium-win/fast/forms/basic-textareas-quirks-expected.png:
22533         * platform/chromium-win/fast/forms/form-element-geometry-expected.png:
22534         * platform/chromium-win/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
22535         * platform/chromium-win/fast/forms/negativeLineHeight-expected.png:
22536         * platform/chromium-win/fast/forms/placeholder-position-expected.png:
22537         * platform/chromium-win/fast/forms/textAreaLineHeight-expected.png:
22538         * platform/chromium-win/fast/forms/textarea-align-expected.png:
22539         * platform/chromium-win/fast/forms/textarea-placeholder-pseudo-style-expected.png:
22540         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.png:
22541         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.png:
22542         * platform/chromium-win/fast/forms/textarea-scroll-height-expected.png:
22543         * platform/chromium-win/fast/forms/textarea-scrollbar-expected.png:
22544         * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.png:
22545         * platform/chromium-win/fast/forms/textarea-setinnerhtml-expected.png:
22546         * platform/chromium-win/fast/forms/textarea-width-expected.png:
22547         * platform/chromium-win/fast/overflow/overflow-x-y-expected.png:
22548         * platform/chromium-win/fast/parser/entity-comment-in-textarea-expected.png:
22549         * platform/chromium-win/fast/parser/open-comment-in-textarea-expected.png:
22550         * platform/chromium-win/fast/replaced/width100percent-textarea-expected.png:
22551         * platform/chromium-win/fast/table/003-expected.png:
22552         * platform/chromium-win/fast/text/international/rtl-white-space-pre-wrap-expected.png:
22553         * platform/chromium-win/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
22554         * platform/chromium-win/tables/mozilla/bugs/bug194024-expected.png:
22555         * platform/chromium-win/tables/mozilla/bugs/bug30559-expected.png:
22556         * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.png:
22557         * platform/chromium/TestExpectations:
22558
22559 2013-01-31  Dmitry Zvorygin  <zvorygin@chromium.org>
22560
22561         Web Inspector: searching for <u> in elements panel finds all tags containing "u"
22562         https://bugs.webkit.org/show_bug.cgi?id=108176
22563
22564         Reviewed by Pavel Feldman.
22565
22566         When searching for tag name check that tag name must either start from
22567         search query, or must end with it.
22568
22569         * inspector/elements/elements-panel-search-expected.txt:
22570         * inspector/elements/elements-panel-search.html:
22571
22572 2013-01-31  Zan Dobersek  <zdobersek@igalia.com>
22573
22574         Unreviewed GTK gardening.
22575
22576         Adding a flaky crasher expectation for fast/css-generated-content/block-and-box-hit-testing.html.
22577         Removing failure expectations for SVGViewSpec tests.
22578
22579         * platform/gtk-wk1/TestExpectations:
22580         * platform/gtk/TestExpectations:
22581
22582 2013-01-31  Jessie Berlin  <jberlin@apple.com>
22583
22584         WebKitTestRunner needs an implementation of eventSender.beginDragWithFiles
22585         https://bugs.webkit.org/show_bug.cgi?id=64285
22586
22587         * platform/wk2/TestExpectations:
22588         Skip another test that uses eventSender.beginDragWithFiles.
22589
22590 2013-01-31  Ádám Kallai  <kadam@inf.u-szeged.hu>
22591
22592         [Qt] Unreviewed gardening. Skip a failing test after r141269.
22593         https://bugs.webkit.org/show_bug.cgi?id=108481.
22594         Renamed inspector/editor/text-editor-ctrl-movements.html after r141399.
22595
22596         * platform/qt/TestExpectations:
22597
22598 2013-01-31  Mike West  <mkwst@chromium.org>
22599
22600         Allow blocking of IndexedDB in third-party contexts
22601         https://bugs.webkit.org/show_bug.cgi?id=94171
22602
22603         Reviewed by Jochen Eisinger.
22604
22605         Add tests to ensure that IndexedDB can be blocked in a third-party
22606         context in both normal documents and in workers. These tests are
22607         modeled after the existing cross-origin-websql* tests; it might be
22608         possible to reuse some code in the future.
22609
22610         * http/tests/security/cross-origin-indexeddb-allowed-expected.txt: Added.
22611         * http/tests/security/cross-origin-indexeddb-allowed.html: Added.
22612         * http/tests/security/cross-origin-indexeddb-expected.txt: Added.
22613         * http/tests/security/cross-origin-indexeddb.html: Added.
22614         * http/tests/security/cross-origin-worker-indexeddb-allowed-expected.txt: Added.
22615         * http/tests/security/cross-origin-worker-indexeddb-allowed.html: Added.
22616         * http/tests/security/cross-origin-worker-indexeddb-expected.txt: Added.
22617         * http/tests/security/cross-origin-worker-indexeddb.html: Added.
22618         * http/tests/security/resources/cross-origin-iframe-for-indexeddb.html: Added.
22619         * http/tests/security/resources/cross-origin-iframe-for-worker-indexeddb.html: Added.
22620         * http/tests/security/resources/document-for-cross-origin-worker-indexeddb.html: Added.
22621         * http/tests/security/resources/worker-for-indexeddb.js: Added.
22622         (self.onmessage):
22623             Add exciting new tests, with more boilerplate than I expected!
22624         * platform/efl/TestExpectations:
22625         * platform/mac-snowleopard/TestExpectations:
22626         * platform/mac/TestExpectations:
22627         * platform/qt/TestExpectations:
22628         * platform/win/TestExpectations:
22629         * platform/wincairo/TestExpectations:
22630             Skip these IndexedDB tests on platforms where the feature isn't
22631             enabled.
22632
22633 2013-01-31  Ádám Kallai  <kadam@inf.u-szeged.hu>
22634
22635         [Qt] Unreviewed gardening. Skip two compositing tests, because They hit assertion fail after 140999.
22636         https://bugs.webkit.org/show_bug.cgi?id=108257.
22637
22638         * platform/qt/TestExpectations:
22639
22640 2013-01-31  Andrey Lushnikov  <lushnikov@chromium.org>
22641
22642         Web Inspector: do not set any textContent in overlay highlight spans
22643         https://bugs.webkit.org/show_bug.cgi?id=108460
22644
22645         Reviewed by Pavel Feldman.
22646
22647         Replace "height" pixel value with "<number>" to avoid difference in
22648         test expectations on varioius platforms and correct test expectations.
22649
22650         * inspector/editor/editor-test.js:
22651         (initialize_EditorTests.InspectorTest.dumpEditorHTML):
22652         * inspector/editor/text-editor-highlight-api-expected.txt:
22653         * inspector/editor/text-editor-highlight-token-expected.txt:
22654
22655 2013-01-31  Florin Malita  <fmalita@chromium.org>
22656
22657         [Chromium] Unreviewed gardening.
22658
22659         * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.png:
22660
22661 2013-01-31   Vineet Chaudhary  <rgf748@motorola.com>
22662
22663         formMethod to have empty string as default value and 'get' as invalid.
22664         https://bugs.webkit.org/show_bug.cgi?id=108263
22665
22666         Reviewed by Kent Tamura.
22667
22668         The spec says formmethod should only have an invalid value default, not a missing value default.
22669         Spec: http://www.whatwg.org/specs/web-apps/current-work/#form-submission-0
22670               http://www.w3.org/html/wg/drafts/html/master/forms.html#attr-fs-formmethod
22671
22672         * fast/forms/formmethod-attribute-test-expected.txt: Added.
22673         * fast/forms/formmethod-attribute-test.html: Added.
22674         * fast/forms/submit-form-attributes-expected.txt:
22675         * fast/forms/submit-form-attributes.html: Modified test to behave as expected.
22676
22677 2013-01-31  Andrey Adaikin  <aandrey@chromium.org>
22678
22679         Web Inspector: [Canvas] remove invalid canvas profile trace logs upon frame navigation
22680         https://bugs.webkit.org/show_bug.cgi?id=108454
22681
22682         Reviewed by Pavel Feldman.
22683
22684         * inspector/profiler/canvas-profiler-test.js:
22685         (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent.InspectorBackend.registerCanvasDispatcher):
22686
22687 2013-01-31  Andrey Lushnikov  <lushnikov@chromium.org>
22688
22689         Web Inspector: DTE doesn't highlight words if the selected one is the last in the line
22690         https://bugs.webkit.org/show_bug.cgi?id=108344
22691
22692         Reviewed by Pavel Feldman.
22693
22694         Add a test to cover specific case which caused the bug.
22695
22696         * inspector/editor/text-editor-highlight-token-expected.txt:
22697         * inspector/editor/text-editor-highlight-token.html:
22698
22699 2013-01-31  Andrey Lushnikov  <lushnikov@chromium.org>
22700
22701         Web Inspector: text-editor-ctrl-movements.html timeouts on mac
22702         https://bugs.webkit.org/show_bug.cgi?id=108440
22703
22704         Reviewed by Pavel Feldman.
22705
22706         Use "alt-arrows" key shortcuts to jump over words instead of
22707         "ctrl-arrows" on Mac platform.
22708
22709         * inspector/editor/text-editor-word-jumps-expected.txt: Renamed from LayoutTests/inspector/editor/text-editor-ctrl-movements-expected.txt.
22710         * inspector/editor/text-editor-word-jumps.html: Renamed from LayoutTests/inspector/editor/text-editor-ctrl-movements.html.
22711         * platform/chromium/TestExpectations: Do not skip this test anymore.
22712
22713 2013-01-30  Yury Semikhatsky  <yurys@chromium.org>
22714
22715         Web Inspector: test that references from DOM nodes to event listeners are presented in heap snapshots
22716         https://bugs.webkit.org/show_bug.cgi?id=108322
22717
22718         Reviewed by Vsevolod Vlasov.
22719
22720         Test that links from DOM node wrappers to event listener functions are presented
22721         in heap snapshots.
22722
22723         * inspector-protocol/heap-profiler/heap-snapshot-with-event-listener-expected.txt: Added.
22724         * inspector-protocol/heap-profiler/heap-snapshot-with-event-listener.html: Added.
22725
22726 2013-01-31  Kent Tamura  <tkent@chromium.org>
22727
22728         Click on a label element won't select input[type=date]
22729         https://bugs.webkit.org/show_bug.cgi?id=108428
22730
22731         Reviewed by Kentaro Hara.
22732
22733         * fast/forms/date/date-click-on-label-expected.txt: Added.
22734         * fast/forms/date/date-click-on-label.html: Added.
22735
22736 2013-01-30  Yury Semikhatsky  <yurys@chromium.org>
22737
22738         Web Inspector: test that nodes from the same detached DOM tree will get into one group in heap snapshot
22739         https://bugs.webkit.org/show_bug.cgi?id=108202
22740
22741         Reviewed by Vsevolod Vlasov.
22742
22743         Test that JS wrappers for all DOM nodes from the same detached DOM tree will get into
22744         single "Detached DOM Tree" entry in the JS heap snapshot.
22745
22746         * http/tests/inspector-protocol/resources/InspectorTest.js:
22747         (InspectorTest.importScript):
22748         * inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree-expected.txt: Added.
22749         * inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html: Added. I started
22750         with writing simplified version of WebInspector.JSHeapSnapshot just for tests
22751         but it soon it became clear that we would need to reimplement too much functionality
22752         of WebInspector.JSHeapSnapshot so I decided not to reinvent the wheel and just import
22753         original heap snapshot model.
22754         * inspector-protocol/heap-profiler/resources/heap-snapshot-common.js: Added.
22755         (InspectorTest.takeHeapSnapshot):
22756
22757 2013-01-31  Yury Semikhatsky  <yurys@chromium.org>
22758
22759         Layout Test inspector-protocol/take-heap-snapshot.html crashes in the Debug mode
22760         https://bugs.webkit.org/show_bug.cgi?id=104800
22761
22762         Reviewed by Jochen Eisinger.
22763
22764         Marked the test as not crashing in the debug mode.
22765
22766         * inspector-protocol/heap-profiler/take-heap-snapshot.html:
22767         * platform/chromium/TestExpectations:
22768
22769 2013-01-31  Sheriff Bot  <webkit.review.bot@gmail.com>
22770
22771         Unreviewed, rolling out r141110.
22772         http://trac.webkit.org/changeset/141110
22773         https://bugs.webkit.org/show_bug.cgi?id=108349
22774
22775         This patch broke WK2-EFL unit tests (Requested by grzegorz on
22776         #webkit).
22777
22778         * platform/efl-wk2/TestExpectations:
22779
22780 2013-01-31  Kentaro Hara  <haraken@chromium.org>
22781
22782         Add composition-event-constructor.html, which I forgot to add in r141028
22783         https://bugs.webkit.org/show_bug.cgi?id=107919
22784
22785         Reviewed by Adam Barth.
22786
22787         r141028 implemented a CompositionEvent constructor, but I forgot to add a test
22788         when I landed the patch manually. This patch adds the test.
22789
22790         * fast/events/constructors/composition-event-constructor-expected.txt: Added.
22791         * fast/events/constructors/composition-event-constructor.html: Added.
22792         * platform/efl/TestExpectations:
22793         * platform/gtk/TestExpectations:
22794
22795 2013-01-31  Kentaro Hara  <haraken@chromium.org>
22796
22797         [V8] 'new MouseEvent("click", {relatedTarget: window}).window' should return window
22798         https://bugs.webkit.org/show_bug.cgi?id=108432
22799
22800         Reviewed by Adam Barth.
22801
22802         In V8 'new MouseEvent("click", {relatedTarget: window}).window'
22803         returns null. JSC returns window, which is a correct behavior.
22804         V8 should also return window.
22805
22806         * fast/events/constructors/mouse-event-constructor-expected.txt:
22807         * fast/events/constructors/mouse-event-constructor.html:
22808
22809 2013-01-30 Hajime Morrita  <morrita@google.com>
22810
22811         [Chromium] Unreviewed, rebaselining expectations.
22812
22813         * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.png:
22814         * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.txt: Removed.
22815         * platform/chromium/TestExpectations:
22816
22817 2013-01-30  Hajime Morrita  <morrita@google.com>
22818
22819         [Chromium] Unreviewed, marking video-error-does-not-exist.html as a fail.
22820
22821         * platform/chromium/TestExpectations:
22822
22823 2013-01-30  Kent Tamura  <tkent@chromium.org>
22824
22825         [Chromium] Rebaline for form-related tests
22826         https://bugs.webkit.org/show_bug.cgi?id=105574
22827         https://bugs.webkit.org/show_bug.cgi?id=108069
22828
22829         * platform/chromium-linux-x86/fast/forms/time/time-appearance-pseudo-elements-expected.png: Added.
22830         * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
22831         * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-elements-expected.png:
22832         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png:
22833         * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-elements-expected.png:
22834         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png:
22835         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
22836         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
22837         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
22838         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
22839         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
22840         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
22841         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
22842         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
22843         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
22844         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
22845         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
22846         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
22847         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
22848         * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
22849         * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-elements-expected.png:
22850         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png:
22851         * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-elements-expected.png:
22852         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png:
22853         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
22854         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
22855         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
22856         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
22857         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
22858         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
22859         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
22860         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
22861         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
22862         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
22863         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
22864         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
22865         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
22866         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-elements-expected.png:
22867         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png:
22868         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-elements-expected.png:
22869         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png:
22870         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
22871         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
22872         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
22873         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
22874         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
22875         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
22876         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
22877         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
22878         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
22879         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
22880         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
22881         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
22882         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
22883         * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-elements-expected.png:
22884         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png:
22885         * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-elements-expected.png:
22886         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png:
22887         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
22888         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
22889         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
22890         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
22891         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
22892         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
22893         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
22894         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
22895         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
22896         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
22897         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
22898         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
22899         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
22900         * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
22901         * platform/chromium-win/fast/forms/date/date-appearance-pseudo-elements-expected.png:
22902         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png:
22903         * platform/chromium-win/fast/forms/time/time-appearance-pseudo-elements-expected.png:
22904         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png:
22905         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
22906         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
22907         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
22908         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
22909         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
22910         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
22911         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
22912         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
22913         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
22914         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
22915         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
22916         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
22917         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
22918         * platform/chromium/TestExpectations:
22919
22920 2013-01-30  Keishi Hattori  <keishi@webkit.org>
22921
22922         [Chromium] Re-enabling fast/workers/storage tests after fix(r141320).
22923
22924         Unreviewed. Gardening.
22925
22926         * platform/chromium/TestExpectations:
22927
22928 2013-01-30  Adam Barth  <abarth@webkit.org>
22929
22930         The background HTML parser should be able to parse speculatively
22931         https://bugs.webkit.org/show_bug.cgi?id=107753
22932
22933         Reviewed by Eric Seidel.
22934
22935         * fast/parser/document-write-partial-script-expected.txt: Added.
22936         * fast/parser/document-write-partial-script.html: Added.
22937
22938 2013-01-30  Jessie Berlin  <jberlin@apple.com>
22939
22940         [Mac Lion] [WK2] tiled-drawing tests are being run when they shouldn't be
22941         https://bugs.webkit.org/show_bug.cgi?id=106187
22942
22943         Reviewed by Ryosuke Niwa.
22944
22945         Since the feature is mac-wk2 only, move the tests from platform mac to platform mac-wk2 and just
22946         skip the tests on Lion entirely.
22947
22948         * platform/mac-lion/TestExpectations:
22949         * platform/mac-wk2/TestExpectations:
22950         * 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.
22951         * 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.
22952         * 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.
22953         * 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.
22954         * 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.
22955         * 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.
22956         * 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.
22957         * 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.
22958         * 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.
22959         * 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.
22960         * 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.
22961         * 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.
22962         * 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.
22963         * 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.
22964         * 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.
22965         * 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.
22966         * 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.
22967         * 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.
22968         * 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.
22969         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background.html.
22970         * 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.
22971         * 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.
22972         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-html-background.html.
22973         * 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.
22974         * 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.
22975         * 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.
22976         * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt.
22977         * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/absolute-inside-fixed.html.
22978         * 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.
22979         * 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.
22980         * platform/mac-wk2/tiled-drawing/fixed/fixed-in-overflow-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-in-overflow-expected.txt.
22981         * platform/mac-wk2/tiled-drawing/fixed/fixed-in-overflow.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-in-overflow.html.
22982         * 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.
22983         * 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.
22984         * 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.
22985         * 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.
22986         * platform/mac-wk2/tiled-drawing/fixed/four-bars-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars-expected.txt.
22987         * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars-zoomed-expected.txt.
22988         * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars-zoomed.html.
22989         * platform/mac-wk2/tiled-drawing/fixed/four-bars.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars.html.
22990         * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/negative-scroll-offset-expected.txt.
22991         * 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.
22992         * 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.
22993         * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/negative-scroll-offset.html.
22994         * platform/mac-wk2/tiled-drawing/fixed/nested-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt.
22995         * platform/mac-wk2/tiled-drawing/fixed/nested-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/nested-fixed.html.
22996         * platform/mac-wk2/tiled-drawing/fixed/percentage-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt.
22997         * platform/mac-wk2/tiled-drawing/fixed/percentage-inside-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/percentage-inside-fixed.html.
22998         * platform/mac-wk2/tiled-drawing/scrolling-tree-after-scroll-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-after-scroll-expected.txt.
22999         * platform/mac-wk2/tiled-drawing/scrolling-tree-after-scroll.html: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-after-scroll.html.
23000         * platform/mac-wk2/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt.
23001         * platform/mac-wk2/tiled-drawing/scrolling-tree-slow-scrolling.html: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-slow-scrolling.html.
23002         * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/negative-scroll-offset-expected.txt.
23003         * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/negative-scroll-offset.html.
23004         * platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-horizontal-expected.txt.
23005         * platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal.html: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-horizontal.html.
23006         * platform/mac-wk2/tiled-drawing/sticky/sticky-vertical-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-vertical-expected.txt.
23007         * platform/mac-wk2/tiled-drawing/sticky/sticky-vertical.html: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-vertical.html.
23008         * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt.
23009         * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-after-scroll.html.
23010         * 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.
23011         * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom.html.
23012         * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt.
23013         * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html.
23014         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt.
23015         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt.
23016         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled.html.
23017         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom.html.
23018         * platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/use-tiled-drawing-expected.txt.
23019         * platform/mac-wk2/tiled-drawing/use-tiled-drawing.html: Renamed from LayoutTests/platform/mac/tiled-drawing/use-tiled-drawing.html.
23020         * platform/mac/TestExpectations:
23021
23022 2013-01-30  Levi Weintraub  <leviw@chromium.org>
23023
23024         [Chromium] WebPluginContainerImpl adding imbalanced touch handler refs
23025         https://bugs.webkit.org/show_bug.cgi?id=108381
23026
23027         Reviewed by James Robinson.
23028
23029         * platform/chromium/plugins/re-request-touch-events-crash-expected.txt: Added.
23030         * platform/chromium/plugins/re-request-touch-events-crash.html: Added.
23031
23032 2013-01-30  Rouslan Solomakhin  <rouslan@chromium.org>
23033
23034         Tests for spellcheck behavior
23035         https://bugs.webkit.org/show_bug.cgi?id=108405
23036
23037         Reviewed by Tony Chang.
23038
23039         * editing/spelling/resources/util.js: Added. Boilerplate for spellcheck tests.
23040         * editing/spelling/spelling-double-clicked-word.html: Added. Spelling should work for double-clicked misspellings.
23041         * editing/spelling/spelling-double-clicked-word-with-underscores.html: Added. Underscores should be treated as whitespace: spelling should ignore them.
23042         * editing/spelling/spelling-exactly-selected-multiple-words.html: Added. Spelling should work when the user selects a multi-word misspelling exactly.
23043         * editing/spelling/spelling-exactly-selected-word.html: Added. Spelling should work when the user selects the misspelled word exactly.
23044         * editing/spelling/spelling-multiword-selection.html: Added. Spelling should be disabled when user selects multiple words that are not a single misspelling.
23045         * editing/spelling/spelling-should-select-multiple-words.html: Added. Spellcheck should select multi-word misspellings on context click.
23046         * editing/spelling/spelling-should-select-single-word.html: Added. Spellcheck should select the misspelled word on context click.
23047         * editing/spelling/spelling-subword-selection.html: Added. Spelling should be disabled when user selects a part of misspelling.
23048         * editing/spelling/spelling-with-punctuation-selection.html: Added. Punctuation marks should be treated as whitespace: spelling should ignore them.
23049         * editing/spelling/spelling-with-underscore-selection.html: Added. Underscores should be treated as whitespace: spelling should ignore them.
23050         * editing/spelling/spelling-with-whitespace-selection.html: Added. Spelling should ignore whitespace.
23051         * editing/spelling/spelling-double-clicked-word-expected.txt: Added. 
23052         * editing/spelling/spelling-double-clicked-word-with-underscores-expected.txt: Added. 
23053         * editing/spelling/spelling-exactly-selected-multiple-words-expected.txt: Added.
23054         * editing/spelling/spelling-exactly-selected-word-expected.txt: Added.
23055         * editing/spelling/spelling-multiword-selection-expected.txt: Added.
23056         * editing/spelling/spelling-should-select-multiple-words-expected.txt: Added.
23057         * editing/spelling/spelling-should-select-single-word-expected.txt: Added.
23058         * editing/spelling/spelling-subword-selection-expected.txt: Added.
23059         * editing/spelling/spelling-with-punctuation-selection-expected.txt: Added.
23060         * editing/spelling/spelling-with-underscore-selection-expected.txt: Added.
23061         * editing/spelling/spelling-with-whitespace-selection-expected.txt: Added.
23062         * platform/chromium/TestExpectations: Skip the tests until the platform implements the behavior.
23063         * platform/efl/TestExpectations: Skip the tests until the platform implements the behavior.
23064         * platform/gtk/TestExpectations: Skip the tests until the platform implements the behavior.
23065         * platform/mac/TestExpectations: Skip the tests until the platform implements the behavior.
23066         * platform/qt/TestExpectations: Skip the tests until the platform implements the behavior.
23067         * platform/wincairo/TestExpectations: Skip the tests until the platform implements the behavior.
23068         * platform/win/TestExpectations: Skip the tests until the platform implements the behavior.
23069         * platform/wk2/TestExpectations: Skip the tests until the platform implements the behavior.
23070
23071 2013-01-30  Tony Chang  <tony@chromium.org>
23072
23073         [chromium] Unreviewed, update expectations on Mac for textarea change.
23074
23075         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
23076
23077 2013-01-30  Kentaro Hara  <haraken@chromium.org>
23078
23079         Implement KeyboardEvent constructor
23080         https://bugs.webkit.org/show_bug.cgi?id=108320
23081
23082         Reviewed by Adam Barth.
23083
23084         Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
23085
23086         This patch implements KeyboardEvent constructor under a DOM4_EVENTS_CONSTRUCTOR flag,
23087         which is enabled on Chromium and Safari.
23088
23089         * fast/dom/constructed-objects-prototypes-expected.txt:
23090         * fast/dom/dom-constructors-expected.txt:
23091         * fast/dom/dom-constructors.html:
23092         * fast/events/constructors/keyboard-event-constructor-expected.txt: Added.
23093         * fast/events/constructors/keyboard-event-constructor.html: Added.
23094         * platform/efl/TestExpectations:
23095         * platform/gtk/TestExpectations:
23096         * platform/qt/TestExpectations:
23097         * platform/win/TestExpectations:
23098         * platform/wincairo/TestExpectations:
23099
23100 2013-01-30  Tony Chang  <tony@chromium.org>
23101
23102         [chromium] Unreviewed, update expectations Linux 32 textarea tests.
23103
23104         * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Removed.
23105         * platform/chromium-linux-x86/fast/forms/form-element-geometry-expected.png: Removed.
23106
23107 2013-01-30  Tony Chang  <tony@chromium.org>
23108
23109         [chromium] Unreviewed, update expectations for Win/Mac
23110         Rebaseline one more textarea test on Linux.
23111
23112         * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
23113         * platform/chromium/TestExpectations:
23114
23115 2013-01-30  Philip Rogers  <pdr@google.com>
23116
23117         Mark tests as failing after r141303.
23118
23119         These tests were rebaselined before the bots had correct results. This change
23120         marks these tests as [ ImageOnlyFailure Pass ] again while the bots catch up.
23121
23122         Unreviewed test expectations update.
23123
23124         * platform/chromium/TestExpectations:
23125
23126 2013-01-30  Tony Chang  <tony@chromium.org>
23127
23128         [Chromium] Enable textarea resize corner for tests
23129         https://bugs.webkit.org/show_bug.cgi?id=108385
23130
23131         Reviewed by Ojan Vafai.
23132
23133         * compositing/overflow/textarea-scroll-touch-expected.txt:
23134         * fast/dom/shadow/shadowdom-for-textarea-with-placeholder-expected.html:
23135         This ref test would overlay 2 textarea on top of each other. Turn off the resize corner on one of them.
23136         * fast/dom/shadow/shadowdom-for-textarea-without-shadow.html: Turn off the resize corner since the reference
23137         file doesn't use a textarea.
23138         * fast/repaint/textarea-set-disabled-expected.png:
23139         * platform/chromium-linux/editing/inserting/4960120-1-expected.png:
23140         * platform/chromium-linux/editing/pasteboard/pasting-tabs-expected.png:
23141         * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.png:
23142         * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
23143         * platform/chromium-linux/fast/forms/basic-textareas-expected.png:
23144         * platform/chromium-linux/fast/forms/basic-textareas-quirks-expected.png:
23145         * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
23146         * platform/chromium-linux/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
23147         * platform/chromium-linux/fast/forms/negativeLineHeight-expected.png:
23148         * platform/chromium-linux/fast/forms/textAreaLineHeight-expected.png:
23149         * platform/chromium-linux/fast/forms/textarea-align-expected.png:
23150         * platform/chromium-linux/fast/forms/textarea-placeholder-pseudo-style-expected.png:
23151         * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-1-expected.png:
23152         * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-2-expected.png:
23153         * platform/chromium-linux/fast/forms/textarea-scroll-height-expected.png:
23154         * platform/chromium-linux/fast/forms/textarea-scrollbar-expected.png:
23155         * platform/chromium-linux/fast/forms/textarea-scrolled-type-expected.png:
23156         * platform/chromium-linux/fast/forms/textarea-setinnerhtml-expected.png:
23157         * platform/chromium-linux/fast/forms/textarea-width-expected.png:
23158         * platform/chromium-linux/fast/overflow/overflow-x-y-expected.png:
23159         * platform/chromium-linux/fast/parser/entity-comment-in-textarea-expected.png:
23160         * platform/chromium-linux/fast/parser/open-comment-in-textarea-expected.png:
23161         * platform/chromium-linux/fast/replaced/width100percent-textarea-expected.png:
23162         * platform/chromium-linux/fast/table/003-expected.png:
23163         * platform/chromium-linux/fast/text/international/rtl-white-space-pre-wrap-expected.png:
23164         * platform/chromium-linux/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
23165         * platform/chromium-linux/tables/mozilla/bugs/bug194024-expected.png:
23166         * platform/chromium-linux/tables/mozilla/bugs/bug30559-expected.png:
23167         * platform/chromium-linux/tables/mozilla/bugs/bug30692-expected.png:
23168         * platform/chromium/TestExpectations: Mark image failures for Mac and Win.
23169
23170 2013-01-30  Simon Fraser  <simon.fraser@apple.com>
23171
23172         Elements that dynamically become fixed sometimes jump to the top left on scrolling
23173         https://bugs.webkit.org/show_bug.cgi?id=108389
23174
23175         Reviewed by Beth Dakin.
23176         
23177         Update test results; these results now correctly reflect the last layout
23178         positions.
23179
23180         * platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt:
23181         * platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt:
23182         * platform/mac/tiled-drawing/fixed/fixed-in-overflow-expected.txt:
23183         * platform/mac/tiled-drawing/fixed/four-bars-expected.txt:
23184         * platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt:
23185         * platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt:
23186         * platform/mac/tiled-drawing/sticky/sticky-horizontal-expected.txt:
23187         * platform/mac/tiled-drawing/sticky/sticky-vertical-expected.txt:
23188
23189 2013-01-30  Jessie Berlin  <jberlin@apple.com>
23190
23191         Revert r138912, the right fix for https://bugs.webkit.org/show_bug.cgi?id=106187 is in
23192         r141323.
23193
23194         * platform/mac-wk2/TestExpectations:
23195
23196 2013-01-30  Rafael Weinstein  <rafaelw@chromium.org>
23197
23198         [HTMLTemplateElement] prevent the parser from removing nodes from the content when the foster agency is processing formatting elements
23199         https://bugs.webkit.org/show_bug.cgi?id=108377
23200
23201         Reviewed by Adam Barth.
23202
23203         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
23204         easier to spot parse errors like ones that arise from this bug, where nodes are appended directly to the template element.
23205
23206         * html5lib/resources/template.dat:
23207         * resources/dump-as-markup.js:
23208         (Markup._get):
23209
23210 2013-01-30  Philip Rogers  <pdr@google.com>
23211
23212         Update fast/backgrounds/size/contain-and-cover-zoomed test expectations.
23213
23214         Unreviewed update of test expectations.
23215
23216         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
23217         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
23218         * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
23219         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
23220         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
23221         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
23222         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
23223         * platform/chromium/TestExpectations:
23224
23225 2013-01-30  Philip Rogers  <pdr@google.com>
23226
23227         Update chromium-mac svg/zoom test expectations after r141303
23228
23229         Unreviewed update of test expectations.
23230
23231         * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
23232         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
23233         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
23234
23235 2013-01-30  Jessie Berlin  <jberlin@apple.com>
23236
23237         Don't run the tiled-drawing tests on Lion WK2.
23238
23239         * platform/mac-wk2/TestExpectations:
23240         Even though the platform/mac/tiled-drawing tests were skipped in the Lion TestExpectations
23241         file, the Pass value in the mac-wk2 TestExpectations file was causing them to be run on
23242         Lion WK2. Explicity skip the tests on Lion here as well.
23243
23244 2013-01-30  Kentaro Hara  <haraken@chromium.org>
23245
23246         Implement WheelEvent constructor
23247         https://bugs.webkit.org/show_bug.cgi?id=108303
23248
23249         Reviewed by Adam Barth.
23250
23251         Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
23252
23253         This patch implements UIEvent constructor under a DOM4_EVENTS_CONSTRUCTOR flag,
23254         which is enabled on Chromium and Safari.
23255
23256         Test: fast/events/constructors/wheel-event-constructor.html
23257
23258         * fast/events/constructors/wheel-event-constructor-expected.txt: Added.
23259         * fast/events/constructors/wheel-event-constructor.html: Added.
23260         * platform/efl/TestExpectations:
23261         * platform/gtk/TestExpectations:
23262         * platform/qt/TestExpectations:
23263         * platform/win/TestExpectations:
23264         * platform/wincairo/TestExpectations:
23265
23266 2013-01-30  Julien Chaffraix  <jchaffraix@webkit.org>
23267
23268         [CSS Grid Layout] Support 'auto' sized grid items
23269         https://bugs.webkit.org/show_bug.cgi?id=103332
23270
23271         Reviewed by Tony Chang.
23272
23273         * fast/css-grid-layout/auto-content-resolution-columns-expected.txt: Added.
23274         * fast/css-grid-layout/auto-content-resolution-columns.html: Added.
23275         * fast/css-grid-layout/auto-content-resolution-rows-expected.txt: Added.
23276         * fast/css-grid-layout/auto-content-resolution-rows.html: Added.
23277
23278 2013-01-30  Alec Flett  <alecflett@chromium.org>
23279
23280         IndexedDB: Avoid crashing when deleting indexes
23281         https://bugs.webkit.org/show_bug.cgi?id=108356
23282
23283         Reviewed by Tony Chang.
23284
23285         This test works on an edge case around the asynchronous
23286         creation/deletion of indexes that used to crash. It doesn't fail/crash even
23287         without this patch but was the test condition that uncovered the overall problem
23288         before https://bugs.webkit.org/show_bug.cgi?id=107311 changed the timing of
23289         some of the events.
23290
23291         * storage/indexeddb/createIndex-after-failure.html: Added.
23292         * storage/indexeddb/resources/createIndex-after-failure.js: Added.
23293         (sleep):
23294         (prepareDatabase):
23295         (deleteIndexAfterGet):
23296         * storage/indexeddb/resources/shared.js:
23297         (.requests.forEach):
23298         (waitForRequests):
23299
23300         * storage/indexeddb/createIndex-after-failure.html: Added.
23301         * storage/indexeddb/resources/createIndex-after-failure.js: Added.
23302         (prepareDatabase):
23303         (deleteIndexAfterGet):
23304         * storage/indexeddb/resources/shared.js:
23305         (.requests.forEach):
23306         (waitForRequests):
23307
23308 2013-01-30  Philip Rogers  <pdr@google.com>
23309
23310          Update svg/zoom test expectations after r141303
23311  
23312          Unreviewed update of test expectations.
23313
23314         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
23315         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
23316         * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
23317         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
23318         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
23319         * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
23320
23321 2013-01-30  Brian Anderson  <brianderson@chromium.org>
23322
23323         [Chromium] Temporarily change expectations for tests affected by tiling shaders
23324         https://bugs.webkit.org/show_bug.cgi?id=108367
23325
23326         Reviewed by Adrienne Walker.
23327
23328         * platform/chromium/TestExpectations:
23329
23330 2013-01-30  Philip Rogers  <pdr@google.com>
23331
23332         Track scale and zoom together when drawing SVG images
23333         https://bugs.webkit.org/show_bug.cgi?id=108108
23334
23335         Reviewed by Tim Horton.
23336
23337         * platform/chromium/TestExpectations:
23338
23339 2013-01-30  Zan Dobersek  <zdobersek@igalia.com>
23340
23341         [GTK] http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html is failing
23342         https://bugs.webkit.org/show_bug.cgi?id=108100
23343
23344         Reviewed by Tony Gentilcore.
23345
23346         * platform/gtk/TestExpectations: Remove the failure expectation.
23347
23348 2013-01-30  Jussi Kukkonen  <jussi.kukkonen@intel.com>
23349
23350         [EFL] Gardening: Add expectations for flaky crashers
23351         https://bugs.webkit.org/show_bug.cgi?id=108359
23352
23353         Unreviewed gardening: add a bunch of flaky results.
23354
23355         * platform/efl-wk2/TestExpectations:
23356
23357 2013-01-30  Zan Dobersek  <zdobersek@igalia.com>
23358
23359         Unreviewed GTK gardening.
23360
23361         Adding failure expectations for a couple of fullscreen tests, probably
23362         regressed with r141265.
23363         Adding a crash expectation for an HTTP test that regressed with r141136.
23364
23365         * platform/gtk/TestExpectations:
23366
23367 2013-01-30  Tony Chang  <tony@chromium.org>
23368
23369         REGRESSION(r136324): Flexbox should relayout flex children when width changes
23370         https://bugs.webkit.org/show_bug.cgi?id=108231
23371
23372         Reviewed by Ojan Vafai.
23373
23374         * css3/flexbox/width-change-and-relayout-children-expected.txt: Added.
23375         * css3/flexbox/width-change-and-relayout-children.html: Added.
23376
23377 2013-01-30  Florin Malita  <fmalita@chromium.org>
23378
23379         [Chromium] Unreviewed gardening.
23380
23381         inspector/editor/text-editor-ctrl-movements.html is timing out after r141245.
23382
23383         * platform/chromium/TestExpectations:
23384
23385 2013-01-30  Thiago Marcos P. Santos  <thiago.santos@intel.com>
23386
23387         REGRESSION (r141051): Broke plugin support on non-Mac WebKit2 Ports
23388         https://bugs.webkit.org/show_bug.cgi?id=108182
23389
23390         Reviewed by Sam Weinig.
23391
23392         Unskip failing tests.
23393
23394         * platform/efl-wk2/TestExpectations:
23395         * platform/qt-5.0-wk2/TestExpectations:
23396
23397 2013-01-30  Jussi Kukkonen  <jussi.kukkonen@intel.com>
23398
23399         [EFL] Unreviewed gardening
23400         https://bugs.webkit.org/show_bug.cgi?id=108341
23401
23402         Add a few failing results for EFL.
23403
23404         * platform/efl/TestExpectations:
23405
23406 2013-01-30  Dmitry Zvorygin  <zvorygin@chromium.org>
23407
23408         Web Inspector: Filters on Console panel
23409         https://bugs.webkit.org/show_bug.cgi?id=107813
23410
23411         The problem is that third-party libraries may spam javascript console
23412         with internal  messages. Now there's filter context-menu option, which
23413         allows to hide/show messages sent from specific scripts or urls.
23414
23415         Reviewed by Pavel Feldman.
23416
23417         * http/tests/inspector/console-test.js:
23418         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessages):
23419         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
23420         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithClasses):
23421         (initialize_ConsoleTest.InspectorTest.expandConsoleMessages):
23422         (initialize_ConsoleTest.InspectorTest.checkConsoleMessagesDontHaveParameters):
23423         (initialize_ConsoleTest):
23424         * http/tests/inspector/stacktraces/resources/stacktrace-test.js:
23425         (test.addMessage):
23426         (test):
23427         * inspector/console/console-filter-test-expected.txt: Added.
23428         * inspector/console/console-filter-test.html: Added.
23429         * inspector/console/resources/log-source.js: Added.
23430         (log2):
23431
23432 2013-01-30  Ádám Kallai  <kadam@inf.u-szeged.hu>
23433
23434         [Qt] Unreviewed gardening. Skip some failing tests.
23435         https://bugs.webkit.org/show_bug.cgi?id=108340.
23436
23437         * platform/qt/TestExpectations:
23438
23439 2013-01-30  Florin Malita  <fmalita@chromium.org>
23440
23441         [Chromium] Unreviewed gardening.
23442
23443         * platform/chromium-mac-lion/fast/repaint/japanese-rl-selection-clear-expected.png:
23444
23445 2013-01-30  Ádám Kallai  <kadam@inf.u-szeged.hu>
23446
23447         [Qt] Unreviewed gardening. Skip some failing tests.
23448         https://bugs.webkit.org/show_bug.cgi?id=108340.
23449
23450         * platform/qt/TestExpectations:
23451
23452 2013-01-30  Florin Malita  <fmalita@chromium.org>
23453
23454         [Chromium] Unreviewed gaedening.
23455
23456         Updated results after http://trac.webkit.org/changeset/141243.
23457
23458         * platform/chromium-linux/fast/repaint/4774354-expected.png:
23459         * platform/chromium-linux/fast/repaint/4776765-expected.png:
23460         * platform/chromium-linux/fast/repaint/caret-with-transformation-expected.png: Added.
23461         * platform/chromium-mac-lion/fast/repaint/4774354-expected.png:
23462         * platform/chromium-mac-lion/fast/repaint/4776765-expected.png:
23463         * platform/chromium-mac-lion/fast/repaint/caret-with-transformation-expected.png: Added.
23464         * platform/chromium-mac-snowleopard/fast/repaint/4774354-expected.png:
23465         * platform/chromium-mac-snowleopard/fast/repaint/4776765-expected.png:
23466         * platform/chromium-mac/fast/repaint/4774354-expected.png:
23467         * platform/chromium-mac/fast/repaint/4776765-expected.png:
23468         * platform/chromium-mac/fast/repaint/caret-with-transformation-expected.png: Added.
23469         * platform/chromium-mac/fast/repaint/caret-with-transformation-expected.txt: Added.
23470         * platform/chromium-win/fast/repaint/4774354-expected.png:
23471         * platform/chromium-win/fast/repaint/4776765-expected.png:
23472         * platform/chromium-win/fast/repaint/caret-with-transformation-expected.png: Added.
23473         * platform/chromium-win/fast/repaint/caret-with-transformation-expected.txt: Added.
23474         * platform/chromium/TestExpectations:
23475
23476 2013-01-30  Allan Sandfeld Jensen  <allan.jensen@digia.com>
23477
23478         [Qt][WK1] Support better testing of Web Notifications
23479         https://bugs.webkit.org/show_bug.cgi?id=107696
23480
23481         Reviewed by Jocelyn Turcotte.
23482
23483         Unskip the now working tests in http/tests/notifications.
23484         Skip four tests that still fail on WebKit1.
23485         Update tests that need notifications dumped.
23486
23487         * fast/notifications/notifications-click-event.html:
23488         * fast/notifications/notifications-display-close-events.html:
23489         * fast/notifications/notifications-no-icon.html:
23490         * fast/notifications/notifications-replace.html:
23491         * fast/notifications/notifications-rtl.html:
23492         * fast/notifications/notifications-with-permission.html:
23493         * platform/qt-5.0-wk1/TestExpectations:
23494         * platform/qt/TestExpectations:
23495
23496 2013-01-30  Andrey Lushnikov  <lushnikov@chromium.org>
23497
23498         Web Inspector: implement highlight range API
23499         https://bugs.webkit.org/show_bug.cgi?id=108317
23500
23501         Reviewed by Pavel Feldman.
23502
23503         Added test cases to the existed test to cover highlight range
23504         functionality.
23505
23506         * inspector/editor/text-editor-highlight-api-expected.txt: Added.
23507         * inspector/editor/text-editor-highlight-api.html: Added.
23508         * inspector/editor/text-editor-highlight-regexp-expected.txt: Removed.
23509         * inspector/editor/text-editor-highlight-regexp.html: Removed.
23510
23511 2013-01-30  Zan Dobersek  <zdobersek@igalia.com>
23512
23513         Unreviewed GTK gardening.
23514
23515         * platform/gtk/accessibility/aria-combobox-expected.txt: Rebaselining after r141186.
23516
23517 2013-01-30  Yury Semikhatsky  <yurys@chromium.org>
23518
23519         Web Inspector: move heap profiler protocol tests into heap-profiler subfolder
23520         https://bugs.webkit.org/show_bug.cgi?id=108324
23521
23522         Reviewed by Vsevolod Vlasov.
23523
23524         Moved heap profiler protocol tests into LayoutTests/inspector-protocol/heap-profiler
23525
23526         * inspector-protocol/heap-profiler/resources/page-with-function.html: Renamed from LayoutTests/inspector-protocol/resources/page-with-function.html.
23527         * inspector-protocol/heap-profiler/take-heap-snapshot-expected.txt: Renamed from LayoutTests/inspector-protocol/take-heap-snapshot-expected.txt.
23528         * inspector-protocol/heap-profiler/take-heap-snapshot.html: Renamed from LayoutTests/inspector-protocol/take-heap-snapshot.html.
23529         * platform/chromium/TestExpectations:
23530         * platform/efl/TestExpectations:
23531         * platform/gtk/TestExpectations:
23532         * platform/mac/TestExpectations:
23533         * platform/qt/TestExpectations:
23534         * platform/win/TestExpectations:
23535
23536 2013-01-30  Kondapally Kalyan  <kalyan.kondapally@intel.com>
23537
23538         [EFL][Qt][WebGL] Avoid deleting an uncreated canvas.
23539         https://bugs.webkit.org/show_bug.cgi?id=106878
23540
23541         Reviewed by Benjamin Poulain.
23542
23543         * fast/canvas/webgl/canvas-resize-crash-expected.txt: Added.
23544         * fast/canvas/webgl/canvas-resize-crash.html: Added.
23545
23546 2013-01-30  Andrey Lushnikov  <lushnikov@chromium.org>
23547
23548         Web Inspector: implmenet Ctrl-Arrow/Ctrl-Backspace in DefaultTextEditor
23549         https://bugs.webkit.org/show_bug.cgi?id=107944
23550
23551         Reviewed by Pavel Feldman.
23552
23553         Add new test to verify ctrl-arrow/ctrl-backspace behavior. Exclude
23554         this test on the platforms that do not currently support eventSender.
23555
23556         * inspector/editor/text-editor-ctrl-movements-expected.txt: Added.
23557         * inspector/editor/text-editor-ctrl-movements.html: Added.
23558         * platform/efl/TestExpectations:
23559         * platform/mac/TestExpectations:
23560         * platform/qt/TestExpectations:
23561
23562 2013-01-30  Andrey Lushnikov  <lushnikov@chromium.org>
23563
23564         Web Inspector: do not repaint all lines in highlight regex API in DTE
23565         https://bugs.webkit.org/show_bug.cgi?id=108081
23566
23567         Reviewed by Pavel Feldman.
23568
23569         Modify layout test to add a verification that highlight does not
23570         repaint more DefaultTextEditor line rows than it needs to.
23571
23572         * inspector/editor/text-editor-highlight-regexp-expected.txt:
23573         * inspector/editor/text-editor-highlight-regexp.html:
23574
23575 2013-01-30  Tien-Ren Chen  <trchen@chromium.org>
23576
23577         REGRESSION (r139282): Caret repainting is broken for text-align: center'd <input>
23578         https://bugs.webkit.org/show_bug.cgi?id=108283
23579
23580         Reviewed by Tim Horton.
23581
23582         Occasionally carets won't be fully erased when blinking.
23583         There used to be 1-pixel padding but removed since r139282.
23584         This patch adds back the same workaround.
23585
23586         * platform/chromium/TestExpectations:
23587         * platform/mac/TestExpectations:
23588
23589 2013-01-30  Dominik Röttsches  <dominik.rottsches@intel.com>
23590
23591         [EFL] Unreviewed gardening.
23592
23593         More plugin test cases skipped, failing after r141051,
23594         plugins/document-open.html is not crashing, but currently timing out.
23595
23596         * platform/efl-wk2/TestExpectations:
23597
23598 2013-01-30  Dominik Röttsches  <dominik.rottsches@intel.com>
23599
23600         [EFL] Unreviewed gardening.
23601
23602         More plugin test cases skipped, failing after r141051,
23603
23604         * platform/efl-wk2/TestExpectations: r140999 leads to assertions in two stacking container tests.
23605         * platform/efl/TestExpectations: r140613 introduced fast/ruby/select-ruby.html - failing on our port.
23606
23607 2013-01-29  Shinya Kawanaka  <shinyak@chromium.org>
23608
23609         Renderer is recreated unexpectedly after detach in HTMLInputElement
23610         https://bugs.webkit.org/show_bug.cgi?id=108150
23611
23612         Reviewed by Kent Tamura.
23613
23614         * fast/forms/time-multiple-fields/time-multiple-fields-change-type-on-focus-2.html: Added.
23615         * fast/forms/time-multiple-fields/time-multiple-fields-change-type-on-focus-2-expected.txt: Added.
23616
23617 2013-01-29  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
23618
23619         Unreviewed. EFL Gradening.
23620
23621         fast/events/constructors/composition-event-constructor.html isn't exist anymore.
23622
23623         * platform/efl/TestExpectations:
23624
23625 2013-01-29  Ryosuke Niwa  <rniwa@webkit.org>
23626
23627         Add a failing Mac Lion test expectation per bug 108291.
23628
23629         * platform/mac/TestExpectations:
23630
23631 2013-01-29  Keishi Hattori  <keishi@webkit.org>
23632
23633         [Chromium] Marking fixed-position-composited-page-scale-down tests as failing.
23634
23635         Unreviewed. Gardening.
23636
23637         * platform/chromium/TestExpectations:
23638
23639 2013-01-29  Keishi Hattori  <keishi@webkit.org>
23640
23641         [Chromium] Marking terminate-during-sync-operation.html as crashing after r141166.
23642
23643         Unreviwed. Gardening.
23644
23645         * platform/chromium/TestExpectations:
23646
23647 2013-01-29  Keishi Hattori  <keishi@webkit.org>
23648
23649         [Chromium] Rebaselining probably after r141136.
23650
23651         Unreviwed. Gardening.
23652
23653         * platform/chromium-win/http/tests/loading/redirect-methods-expected.txt: Added.
23654
23655 2013-01-29  Chris Fleizach  <cfleizach@apple.com>
23656
23657         AX: VoiceOver not reading bullets correctly in the text of notes
23658         https://bugs.webkit.org/show_bug.cgi?id=107980
23659
23660         Reviewed by Ryosuke Niwa.
23661
23662         * platform/mac/accessibility/listmarker-suffix-expected.txt: Added.
23663         * platform/mac/accessibility/listmarker-suffix.html: Added.
23664
23665 2013-01-29  Keishi Hattori  <keishi@webkit.org>
23666
23667         [Chromium] fast/workers/storage crashing after r141166
23668
23669         Unreviewed. Gardening.
23670
23671         * platform/chromium/TestExpectations:
23672
23673 2013-01-29  Keishi Hattori  <keishi@webkit.org>
23674
23675         [Chromium] Rebaselining after r141195
23676
23677         Unreviewed. Gardening.
23678
23679         * platform/chromium-mac-lion/fast/forms/date/date-appearance-l10n-expected.png:
23680         * platform/chromium-mac-lion/fast/forms/datetime/datetime-appearance-l10n-expected.png:
23681         * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
23682         * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png:
23683         * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
23684         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-l10n-expected.png:
23685         * platform/chromium-mac-snowleopard/fast/forms/datetime/datetime-appearance-l10n-expected.png:
23686         * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
23687         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png:
23688         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
23689         * platform/chromium-mac/fast/forms/date/date-appearance-l10n-expected.png:
23690         * platform/chromium-mac/fast/forms/datetime/datetime-appearance-l10n-expected.png:
23691         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
23692         * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png:
23693         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
23694         * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
23695         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
23696
23697 2013-01-29  Sheriff Bot  <webkit.review.bot@gmail.com>
23698
23699         Unreviewed, rolling out r140983.
23700         http://trac.webkit.org/changeset/140983
23701         https://bugs.webkit.org/show_bug.cgi?id=108277
23702
23703         Unfortunately, this API has one last client (Requested by
23704         abarth on #webkit).
23705
23706         * fast/notifications/notifications-with-permission-expected.txt:
23707         * fast/notifications/notifications-with-permission.html:
23708
23709 2013-01-29  Rafael Weinstein  <rafaelw@chromium.org>
23710
23711         parserAppendChild and parserInsertBefore should ensure that child nodes are in the same document
23712         https://bugs.webkit.org/show_bug.cgi?id=108260
23713
23714         Reviewed by Eric Seidel.
23715
23716         * fast/parser/xml-error-adopted-expected.txt: Added.
23717         * fast/parser/xml-error-adopted.xml: Added.
23718
23719 2013-01-29  Kent Tamura  <tkent@chromium.org>
23720
23721         INPUT_MULTIPLE_FIELDS_UI: The content should not overflow the <input> boundary
23722         https://bugs.webkit.org/show_bug.cgi?id=108069
23723
23724         Reviewed by Hajime Morita.
23725
23726         * fast/forms/date/date-appearance-basic-expected.txt:
23727         * fast/forms/date/date-appearance-basic.html:
23728         Add test cases for small width and small height.
23729         * fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html:
23730         Update the code because of shadow tree structure change.
23731         * fast/forms/time-multiple-fields/time-multiple-fields-narrow-width-scroll.html:
23732         Added.
23733         * fast/forms/time-multiple-fields/time-multiple-fields-narrow-width-scroll-expected.txt:
23734         Added.
23735         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
23736         * platform/chromium/TestExpectations:
23737          - date-appearance-basic.html: New test cases are added.
23738          - *-appearance-pseudo-element.html: :before :after position is slightly
23739            changed because of the -webkit-align-items change.
23740          - suggestion-picker/*.html: RTL behavior is changed. The direction of
23741            suggestion pickers matches to the direction of the input content
23742            (browser locale).
23743
23744 2013-01-29  Roger Fong  <roger_fong@apple.com>
23745
23746         Unreviewed. More Windows7 gardening.
23747
23748         * platform/win/TestExpectations:
23749
23750 2013-01-29  Alexandre Elias  <aelias@chromium.org>
23751
23752         [chromium] Disable layout tests impacted by page scale change
23753         https://bugs.webkit.org/show_bug.cgi?id=108232
23754
23755         Unreviewed, gardening.
23756
23757         After https://codereview.chromium.org/12045002/, these
23758         tests are expected to fail.  Disabling and creating bugs for follow-up.
23759
23760         * platform/chromium/TestExpectations:
23761
23762 2013-01-29  Chris Fleizach  <cfleizach@apple.com>
23763
23764         AX: Add support for aria-autocomplete="list" on ARIA combobox
23765         https://bugs.webkit.org/show_bug.cgi?id=108228
23766
23767         Reviewed by Ryosuke Niwa.
23768
23769         * platform/mac/accessibility/combox-box-value-expected.txt: Added.
23770         * platform/mac/accessibility/combox-box-value.html: Added.
23771
23772 2013-01-29  Roger Fong  <roger_fong@apple.com>
23773
23774         Unreviewed. Skip a bunch of tests on Win7 in preparation of turning on EWS testers.
23775         https://bugs.webkit.org/show_bug.cgi?id=108249
23776
23777         * platform/win/TestExpectations:
23778
23779 2013-01-29  Oliver Hunt  <oliver@apple.com>
23780
23781         REGRESSION (r140594): RELEASE_ASSERT_NOT_REACHED in JSC::Interpreter::execute
23782         https://bugs.webkit.org/show_bug.cgi?id=108097
23783
23784         Reviewed by Geoffrey Garen.
23785
23786         Add parser test for invalid var a.b syntax
23787
23788         * fast/js/parser-syntax-check-expected.txt:
23789         * fast/js/script-tests/parser-syntax-check.js:
23790
23791 2013-01-29  Roger Fong  <roger_fong@apple.com>
23792
23793         Unreviewed. Temporarily disable inspector tests. 
23794         They are all timing out due to some configuration problem on the bots.
23795
23796         * platform/win/TestExpectations:
23797
23798 2013-01-29  Justin Novosad  <junov@google.com>
23799
23800         REGRESSION (r135628-135632): Double box shadow failure to render
23801         https://bugs.webkit.org/show_bug.cgi?id=107833
23802
23803         Reviewed by Simon Fraser.
23804
23805         New ref test verifies that box shadow is drawn when
23806         background is an opaque image. Test uses an blue gradient
23807         as background image. Reference uses blue background color.
23808
23809         * fast/backgrounds/gradient-background-shadow-expected.html: Added.
23810         * fast/backgrounds/gradient-background-shadow.html: Added.
23811
23812 2013-01-29  Pravin D  <pravind.2k4@gmail.com>
23813
23814         Current error reporting method used by check-layout.js should not affect subsequent sub-tests using checking data-offset-y.
23815         https://bugs.webkit.org/show_bug.cgi?id=105407
23816
23817         Reviewed by Tony Chang.
23818
23819         When a testcase is processed by check-layout.js, the result is written just after the node being processed. This causes
23820         offsetTop of subsequent sub-testcases to altered. If however if we process the nodes in the reverse order in which they 
23821         appear in the DOM tree, the result of node being processed will not affect the offsetTop of susequent nodes.
23822
23823         * resources/check-layout.js:
23824
23825 2013-01-29  Dirk Schulze  <dschulze@adobe.com>
23826
23827         Canvas support for isPointInStroke
23828         https://bugs.webkit.org/show_bug.cgi?id=108185
23829
23830         Reviewed by Dean Jackson.
23831
23832         Test the implementation of isPointOfStroke with all stroke style
23833         properties in Canvas.
23834
23835         * fast/canvas/canvas-isPointInStroke-expected.txt: Added.
23836         * fast/canvas/canvas-isPointInStroke.html: Added.
23837         * fast/canvas/script-tests/canvas-isPointInStroke.js: Added.
23838
23839         * fast/canvas/canvas-isPointInStroke-expected.txt: Added.
23840         * fast/canvas/canvas-isPointInStroke.html: Added.
23841         * fast/canvas/script-tests/canvas-isPointInStroke.js: Added.
23842         * inspector/profiler/canvas2d/canvas2d-api-changes.html: Added property for isPointInStroke.
23843
23844 2013-01-29  Zan Dobersek  <zdobersek@igalia.com>
23845
23846         Unreviewed GTK gardening.
23847
23848         Rebaselining after r141122.
23849         Removing a few duplicate test expectations.
23850
23851         * platform/gtk/TestExpectations:
23852         * platform/gtk/fast/text/midword-break-before-surrogate-pair-expected.txt:
23853         * platform/gtk/fonts/complex-text-shadows-expected.txt: Replaced with LayoutTests/platform/gtk/platform/gtk/fonts/complex-text-shadows-expected.txt.
23854         * 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.
23855         * platform/gtk/fonts/non-bmp-characters-expected.png: Copied from LayoutTests/platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.png.
23856         * platform/gtk/fonts/non-bmp-characters-expected.txt: Copied from LayoutTests/platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.txt.
23857         * platform/gtk/platform/gtk/fonts/complex-text-shadows-expected.txt: Removed.
23858         * platform/gtk/platform/gtk/fonts/font-face-with-complex-text-expected.txt: Removed.
23859         * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.png: Removed.
23860         * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.txt: Removed.
23861         * platform/gtk/svg/text/non-bmp-positioning-lists-expected.txt:
23862
23863 2013-01-29  Nate Chapin  <japhet@chromium.org>
23864
23865         Enable reuse of cached main resources
23866         https://bugs.webkit.org/show_bug.cgi?id=105667.
23867
23868         Reviewed by Adam Barth.
23869
23870         * http/tests/cache/cached-main-resource-expected.txt: Added.
23871         * http/tests/cache/cached-main-resource.html: Added.
23872         * http/tests/cache/resources/cacheable-iframe.php: Added.
23873         * http/tests/inspector/resource-har-pages-expected.txt:
23874         * http/tests/loading/redirect-methods-expected.txt:
23875         * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
23876         * http/tests/misc/link-rel-icon-beforeload-expected.txt:
23877         * platform/chromium/TestExpectations:
23878
23879 2013-01-29  Ryosuke Niwa  <rniwa@webkit.org>
23880
23881         Add back test expectations that got erroneously removed in r140981.
23882
23883         * platform/mac/TestExpectations:
23884
23885 2013-01-29  Victor Carbune  <vcarbune@chromium.org>
23886
23887         Heap-use-after-free in WebCore::RenderTextTrackCue::layout
23888         https://bugs.webkit.org/show_bug.cgi?id=108197
23889
23890         Reviewed by Eric Carlson.
23891
23892         Added test that triggers the crash. Verified proper removal of the tree.
23893
23894         * media/track/track-cue-rendering-tree-is-removed-properly-expected.txt: Added.
23895         * media/track/track-cue-rendering-tree-is-removed-properly.html: Added.
23896
23897 2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
23898
23899         [Qt] Unreviewed gardening. Skip a failing ref html test.
23900
23901         * platform/qt/TestExpectations:
23902
23903 2013-01-29  Martin Robinson  <mrobinson@igalia.com>
23904
23905         [Freetype] Cannot use characters outside the BMP
23906         https://bugs.webkit.org/show_bug.cgi?id=108102
23907
23908         Reviewed by Carlos Garcia Campos.
23909
23910         Added a pixel test for rendering non-BMP characters.
23911
23912         * platform/gtk/fonts/non-bmp-characters.html: Added.
23913         * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.png: Added.
23914         * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.txt: Added.
23915
23916 2013-01-29  Alexis Menard  <alexis@webkit.org>
23917
23918         Implement pseudoElement attribute on transition DOM events.
23919         https://bugs.webkit.org/show_bug.cgi?id=107986
23920
23921         Reviewed by Julien Chaffraix.
23922
23923         Add new tests to cover the feature.
23924
23925         * fast/css-generated-content/pseudo-transition-event-expected.txt: Added.
23926         * fast/css-generated-content/pseudo-transition-event.html: Added.
23927         * fast/events/constructors/transition-event-constructor-expected.txt:
23928         * fast/events/constructors/transition-event-constructor.html:
23929         * fast/events/constructors/webkit-transition-event-constructor-expected.txt:
23930         * fast/events/constructors/webkit-transition-event-constructor.html:
23931
23932 2013-01-29  Zan Dobersek  <zdobersek@igalia.com>
23933
23934         Unreviewed GTK gardening.
23935
23936         Reclassified one IDB failure as a flaky crasher.
23937         Added a test expectation for a flaky crasher that's failnig
23938         due to probably malfunctioning accessibility code.
23939
23940         * platform/gtk/TestExpectations:
23941
23942 2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
23943
23944         [Qt] Unreviewed gardening. Skip failing tests after r140927.
23945         https://bugs.webkit.org/show_bug.cgi?id=108190.
23946
23947         * platform/qt/TestExpectations:
23948
23949 2013-01-29  Andrey Lushnikov  <lushnikov@chromium.org>
23950
23951         Web Inspector: introduce HighlightDescriptor interface in DTE.
23952         https://bugs.webkit.org/show_bug.cgi?id=108161
23953
23954         Reviewed by Pavel Feldman.
23955
23956         Correct layout test according to refactoring changes.
23957
23958         * inspector/editor/text-editor-highlight-regexp.html:
23959
23960 2013-01-29  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
23961
23962         [EFL] Unified text checker implementation.
23963         https://bugs.webkit.org/show_bug.cgi?id=107682
23964
23965         Reviewed by Anders Carlsson.
23966
23967         * platform/efl-wk2/TestExpectations:
23968         Skip context-menu-suggestions.html until
23969         https://bugs.webkit.org/show_bug.cgi?id=107684 lands.
23970
23971 2013-01-29  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
23972
23973         [Qt] Unreviewed gardening.
23974
23975         * platform/qt-5.0-wk2/TestExpectations: Skip broken plugin tests after r141051.
23976
23977 2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
23978
23979         Unreviewed gardening. Update generic expected file after r141031.
23980         Remove Chromium, GTK and Qt specific expected files, because they are the same as the  generic expected file.
23981
23982         * fast/js/regress/integer-modulo-expected.txt:
23983         * platform/chromium/fast/js/regress/integer-modulo-expected.txt: Removed after r141044.
23984         * platform/gtk/fast/js/regress/integer-modulo-expected.txt: Removed after r141084.
23985         * platform/qt/fast/js/regress/integer-modulo-expected.txt: Removed after r141101.
23986
23987 2013-01-29  Thiago Marcos P. Santos  <thiago.santos@intel.com>
23988
23989         [EFL] Unreviewed gardening.
23990
23991         Skipping tests broken by r141051.
23992
23993         * platform/efl-wk2/TestExpectations:
23994
23995 2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
23996
23997         [Qt] Unreviewed gardening.
23998
23999         * platform/qt/TestExpectations: Skip failing tests. https://bugs.webkit.org/show_bug.cgi?id=108175.
24000         * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added after r140999.
24001         * platform/qt/fast/js/regress/integer-modulo-expected.txt: Added after r141031.
24002
24003 2013-01-29  Peter Rybin  <peter.rybin@gmail.com>
24004
24005         Web Inspector: in inspector-protocol tests do not swallow errors
24006         https://bugs.webkit.org/show_bug.cgi?id=108087
24007
24008         Reviewed by Pavel Feldman.
24009         Additional checks are added. Debuggee is more aggressive at
24010         when to kill the test.
24011
24012         * http/tests/inspector-protocol/resources/InspectorTest.js:
24013         * http/tests/inspector-protocol/resources/protocol-test.js:
24014         (runTest):
24015
24016 2013-01-29  Andrey Adaikin  <aandrey@chromium.org>
24017
24018         Web Inspector: [Canvas] support instrumenting canvases in iframes (backend side)
24019         https://bugs.webkit.org/show_bug.cgi?id=107951
24020
24021         Reviewed by Pavel Feldman.
24022
24023         Stub Canvas dispatcher for now to silence alerts in tests.
24024
24025         * inspector/profiler/canvas-profiler-test.js:
24026         (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent.InspectorBackend.registerCanvasDispatcher):
24027
24028 2013-01-29  Eugene Klyuchnikov  <eustas@chromium.org>
24029
24030         Web Inspector: [CPU Profile] Taking profile crashes renderer.
24031         https://bugs.webkit.org/show_bug.cgi?id=108072
24032
24033         Reviewed by Yury Semikhatsky.
24034
24035         Added test to check that ProfilerAgent start/stop doesn't crash.
24036
24037         * inspector/profiler/cpu-profiler-agent-crash-on-start-expected.txt: Added.
24038         * inspector/profiler/cpu-profiler-agent-crash-on-start.html: Added.
24039
24040 2013-01-29  Allan Sandfeld Jensen  <allan.jensen@digia.com>
24041
24042         REGRESSION: ChildrenAffectedBy flags lost between siblings which have child elements sharing style
24043         https://bugs.webkit.org/show_bug.cgi?id=105672
24044
24045         Reviewed by Andreas Kling.
24046
24047         Two test cases by Philippe Wittenbergh that triggers the issue.
24048
24049         * fast/selectors/cousin-stylesharing-adjacent-selector-expected.html: Added.
24050         * fast/selectors/cousin-stylesharing-adjacent-selector.html: Added.
24051         * fast/selectors/cousin-stylesharing-last-child-selector-expected.html: Added.
24052         * fast/selectors/cousin-stylesharing-last-child-selector.html: Added.
24053
24054 2013-01-29  Vsevolod Vlasov  <vsevik@chromium.org>
24055
24056         Web Inspector: [Regression] Search across all sources is broken.
24057         https://bugs.webkit.org/show_bug.cgi?id=108157
24058
24059         Reviewed by Pavel Feldman.
24060
24061         * http/tests/inspector/search/scripts-search-scope-expected.txt: Added.
24062         * http/tests/inspector/search/scripts-search-scope.html: Added.
24063
24064 2013-01-29  Sheriff Bot  <webkit.review.bot@gmail.com>
24065
24066         Unreviewed, rolling out r140959 and r140977.
24067         http://trac.webkit.org/changeset/140959
24068         http://trac.webkit.org/changeset/140977
24069         https://bugs.webkit.org/show_bug.cgi?id=108171
24070
24071         Reverting rebaseline because after r141067 the expected
24072         results should be the old values. (Requested by kadam on
24073         #webkit).
24074
24075         * platform/qt-5.0-wk1/compositing/absolute-inside-out-of-view-fixed-expected.txt: Removed.
24076         * platform/qt-5.0-wk1/compositing/backing/no-backing-for-clip-overlap-expected.txt: Removed.
24077         * platform/qt-5.0-wk1/compositing/bounds-in-flipped-writing-mode-expected.txt: Removed.
24078         * platform/qt-5.0-wk1/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Removed.
24079         * platform/qt-5.0-wk1/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Removed.
24080         * platform/qt-5.0-wk1/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Removed.
24081         * platform/qt-5.0-wk1/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Removed.
24082         * platform/qt-5.0-wk1/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Removed.
24083         * platform/qt-5.0-wk1/compositing/geometry/bounds-clipped-composited-child-expected.png: Removed.
24084         * platform/qt-5.0-wk1/compositing/geometry/bounds-clipped-composited-child-expected.txt: Removed.
24085         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-expected.png: Removed.
24086         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Removed.
24087         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
24088         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Removed.
24089         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-expected.txt: Removed.
24090         * platform/qt-5.0-wk1/compositing/geometry/clip-expected.txt: Removed.
24091         * platform/qt-5.0-wk1/compositing/geometry/clip-inside-expected.txt: Removed.
24092         * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.png: Removed.
24093         * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.txt: Removed.
24094         * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.png: Removed.
24095         * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.txt: Removed.
24096         * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.png: Removed.
24097         * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.txt: Removed.
24098         * platform/qt-5.0-wk1/compositing/geometry/preserve-3d-switching-expected.txt: Removed.
24099         * platform/qt-5.0-wk1/compositing/iframes/become-composited-nested-iframes-expected.txt: Removed.
24100         * platform/qt-5.0-wk1/compositing/iframes/become-overlapped-iframe-expected.txt: Removed.
24101         * platform/qt-5.0-wk1/compositing/iframes/composited-parent-iframe-expected.txt: Removed.
24102         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Removed.
24103         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-expected.txt: Removed.
24104         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe2-expected.txt: Removed.
24105         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe3-expected.txt: Removed.
24106         * platform/qt-5.0-wk1/compositing/iframes/enter-compositing-iframe-expected.txt: Removed.
24107         * platform/qt-5.0-wk1/compositing/iframes/iframe-resize-expected.txt: Removed.
24108         * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-expected.txt: Removed.
24109         * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-iframe-expected.txt: Removed.
24110         * platform/qt-5.0-wk1/compositing/iframes/overlapped-nested-iframes-expected.txt: Removed.
24111         * platform/qt-5.0-wk1/compositing/iframes/scrolling-iframe-expected.txt: Removed.
24112         * platform/qt-5.0-wk1/compositing/images/clip-on-directly-composited-image-expected.txt: Removed.
24113         * platform/qt-5.0-wk1/compositing/layer-creation/animation-overlap-with-children-expected.txt: Removed.
24114         * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Removed.
24115         * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Removed.
24116         * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-under-transform-expected.png: Removed.
24117         * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-under-transform-expected.txt: Removed.
24118         * platform/qt-5.0-wk1/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Removed.
24119         * platform/qt-5.0-wk1/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Removed.
24120         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-animation-clipping-expected.txt: Removed.
24121         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-animation-container-expected.txt: Removed.
24122         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-child-layer-expected.png: Removed.
24123         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-child-layer-expected.txt: Removed.
24124         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-layer-expected.png: Removed.
24125         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-layer-expected.txt: Removed.
24126         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Removed.
24127         * platform/qt-5.0-wk1/compositing/layer-creation/rotate3d-overlap-expected.txt: Removed.
24128         * platform/qt-5.0-wk1/compositing/layer-creation/stacking-context-overlap-expected.txt: Removed.
24129         * platform/qt-5.0-wk1/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Removed.
24130         * platform/qt-5.0-wk1/compositing/masks/mask-layer-size-expected.txt: Removed.
24131         * platform/qt-5.0-wk1/compositing/repaint/resize-repaint-expected.txt: Removed.
24132         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.png: Removed.
24133         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.txt: Removed.
24134         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.png: Removed.
24135         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.txt: Removed.
24136         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.png: Removed.
24137         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.txt: Removed.
24138         * platform/qt-5.0-wk1/compositing/tiling/backface-preserve-3d-tiled-expected.png: Removed.
24139         * platform/qt-5.0-wk1/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Removed.
24140         * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.png: Removed.
24141         * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.txt: Removed.
24142         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.png: Removed.
24143         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.txt: Removed.
24144         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Removed.
24145         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Removed.
24146         * platform/qt-5.0-wk1/compositing/tiling/tiled-layer-resize-expected.txt: Removed.
24147         * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.png: Removed.
24148         * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.txt: Removed.
24149         * platform/qt-5.0-wk1/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Removed.
24150         * platform/qt-5.0-wk1/css3/filters/composited-during-transition-layertree-expected.txt: Removed.
24151         * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.png: Removed.
24152         * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.txt: Removed.
24153
24154 2013-01-29  Zan Dobersek  <zdobersek@igalia.com>
24155
24156         Unreviewed GTK gardening.
24157
24158         * platform/gtk/TestExpectations: Added failure/flaky crash expectations for two layout tests.
24159         * platform/gtk/fast/js/regress: Added.
24160         * platform/gtk/fast/js/regress/integer-modulo-expected.txt: Added the baseline after r141031.
24161
24162 2013-01-29  Keishi Hattori  <keishi@webkit.org>
24163
24164         [Chromium] Marking icon-0colors.html as crashing.
24165
24166         Unreviewed. Gardening.
24167
24168         * platform/chromium/TestExpectations:
24169
24170 2013-01-28   Vineet Chaudhary  <rgf748@motorola.com>
24171
24172         HTMLOutputElement::htmlFor should be readonly
24173         https://bugs.webkit.org/show_bug.cgi?id=101898
24174
24175         Reviewed by Kentaro Hara.
24176
24177         The spec says htmlFor should be readonly, but WebKit implements it as no-readonly.
24178         Spec: http://dev.w3.org/html5/spec-preview/the-output-element.html
24179         Modified tests according to new behavior.
24180
24181         * fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt:
24182         * fast/dom/HTMLOutputElement/script-tests/dom-settable-token-list.js: Test for attribute htmlFor is readonly.
24183
24184 2013-01-28  Keishi Hattori  <keishi@webkit.org>
24185
24186         [Chromium] Reverting change to chromium/TestExpectation in r141056.
24187
24188         Unreviewed. Gardening.
24189
24190         * platform/chromium/TestExpectations:
24191
24192 2013-01-28  Adam Barth  <abarth@webkit.org>
24193
24194         Layout Test http/tests/workers/terminate-during-sync-operation.html is flaky
24195         https://bugs.webkit.org/show_bug.cgi?id=79013
24196
24197         Reviewed by David Levin.
24198
24199         This test shouldn't be flaky anymore.
24200
24201         * platform/chromium/TestExpectations:
24202
24203 2013-01-28  Keishi Hattori  <keishi@webkit.org>
24204
24205         [Chromium] Rebaselining after 141039.
24206
24207         Unreviewed. Gardening.
24208
24209         * platform/chromium/TestExpectations:
24210         * platform/chromium/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
24211         * platform/chromium/compositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Added.
24212         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
24213         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
24214         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
24215         * platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt:
24216         * platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt:
24217         * platform/chromium/compositing/overflow/resize-painting-expected.txt:
24218         * 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.
24219         * 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.
24220         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/resize-painting-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/resize-painting-expected.txt.
24221         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
24222         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Added.
24223         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
24224         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
24225         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
24226         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/content-gains-scrollbars-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt.
24227         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/overflow-scrollbar-layers-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt.
24228         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/resize-painting-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/resize-painting-expected.txt.
24229
24230 2013-01-28  Shinya Kawanaka  <shinyak@chromium.org>
24231
24232         [Shadow] Gesture event is not fired in ShadowDOM
24233         https://bugs.webkit.org/show_bug.cgi?id=107797
24234
24235         Reviewed by Dimitri Glazkov.
24236
24237         * fast/dom/shadow/touch-event-expected.txt: Added.
24238         * fast/dom/shadow/touch-event.html: Added.
24239
24240 2013-01-28  Keishi Hattori  <keishi@webkit.org>
24241
24242         [Chromium] Rebaselining integer-modulo after r141031.
24243
24244         Unreviewed. Gardening.
24245
24246         * platform/chromium/fast/js/regress/integer-modulo-expected.txt: Added.
24247
24248 2013-01-28  Min Qin  <qinmin@chromium.org>
24249
24250         fix multi-touch-inside-iframes Layout test
24251         https://bugs.webkit.org/show_bug.cgi?id=108113
24252
24253         Reviewed by Adam Barth.
24254
24255         The ordering of OnLoad() of the 2 child iframes is racy.
24256         Fixed by assigning title from the parent frame.
24257
24258         * fast/events/touch/multi-touch-inside-iframes.html:
24259         * fast/events/touch/resources/multi-touch-inside-iframes2.html:
24260
24261 2013-01-28  Simon Fraser  <simon.fraser@apple.com>
24262
24263         position:fixed that doesn't render any content should not force compositing
24264         https://bugs.webkit.org/show_bug.cgi?id=108112
24265
24266         Reviewed by Beth Dakin.
24267         
24268         Change tests to put a background color on position:fixed elements that need to be composited.
24269         New test with an empty fixed position element.
24270
24271         * compositing/layer-creation/fixed-position-change-out-of-view-in-view.html:
24272         * compositing/layer-creation/fixed-position-no-content-expected.txt: Added.
24273         * compositing/layer-creation/fixed-position-no-content.html: Copied from LayoutTests/compositing/layer-creation/fixed-position-out-of-view.html.
24274         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html:
24275         * compositing/layer-creation/fixed-position-out-of-view-scaled.html:
24276         * compositing/layer-creation/fixed-position-out-of-view.html:
24277         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html:
24278         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view.html:
24279
24280 2013-01-28  Keishi Hattori  <keishi@webkit.org>
24281
24282         [Chromium] Skipping mathml tests because MATHML was disasbled.
24283
24284         Unreviewed. Gardening.
24285
24286         * platform/chromium/TestExpectations:
24287
24288 2013-01-28  Michael Saboff  <msaboff@apple.com>
24289
24290         Make integer-modulo.js a try JS-Regress test
24291         https://bugs.webkit.org/show_bug.cgi?id=108130
24292
24293         Reviewed by Filip Pizlo.
24294
24295         Eliminated the LayoutTest calls.  Sum the values and throw an expection if it doesn't
24296         match up.
24297
24298         * fast/js/regress/script-tests/integer-modulo.js:
24299
24300 2013-01-27  Kentaro Hara  <haraken@chromium.org>
24301
24302         Implement CompositionEvent constructor
24303         https://bugs.webkit.org/show_bug.cgi?id=107919
24304
24305         Reviewed by Sam Weinig.
24306
24307         This patch implements a CompositionEvent constructor under
24308         a DOM4_EVENTS_CONSTRUCTOR flag.
24309
24310         Spec: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
24311
24312         * fast/dom/constructed-objects-prototypes-expected.txt:
24313         * fast/events/constructors/composition-event-constructor-expected.txt: Added.
24314         * fast/events/constructors/composition-event-constructor.html: Added.
24315         * platform/efl/TestExpectations:
24316         * platform/gtk/TestExpectations:
24317         * platform/qt/TestExpectations:
24318         * platform/win/TestExpectations:
24319         * platform/wincairo/TestExpectations:
24320
24321         * fast/dom/constructed-objects-prototypes-expected.txt:
24322         * platform/efl/TestExpectations:
24323         * platform/gtk/TestExpectations:
24324         * platform/qt/TestExpectations:
24325         * platform/win/TestExpectations:
24326         * platform/wincairo/TestExpectations:
24327
24328 2013-01-28  Joshua Bell  <jsbell@chromium.org>
24329
24330         [Chromium] Unreviewed gardening, removing Crash expectations from storage/indexeddb tests.
24331         https://bugs.webkit.org/show_bug.cgi?id=108048
24332
24333         Unreviewed.
24334
24335         * platform/chromium/TestExpectations:
24336
24337 2013-01-28  Sheriff Bot  <webkit.review.bot@gmail.com>
24338
24339         Unreviewed, rolling out r140934, r140935, and r140937.
24340         http://trac.webkit.org/changeset/140934
24341         http://trac.webkit.org/changeset/140935
24342         http://trac.webkit.org/changeset/140937
24343         https://bugs.webkit.org/show_bug.cgi?id=108117
24344
24345         Re-land some speculative rollouts - see wkbug.com/108048 for
24346         context (Requested by jsbell on #webkit).
24347
24348         * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt:
24349         * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt:
24350         * storage/indexeddb/deletedatabase-blocked-expected.txt:
24351         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
24352         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt:
24353         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
24354         * storage/indexeddb/deletedatabase-not-blocked-expected.txt:
24355         * storage/indexeddb/events-expected.txt: Added.
24356         * storage/indexeddb/events.html: Added.
24357         * storage/indexeddb/intversion-gated-on-delete-expected.txt:
24358         * storage/indexeddb/intversion-long-queue-expected.txt:
24359         * storage/indexeddb/intversion-upgrades-expected.txt:
24360         * storage/indexeddb/removed-expected.txt:
24361         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js:
24362         (versionChangeCallback):
24363         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js:
24364         (versionChangeCallback):
24365         * storage/indexeddb/resources/deletedatabase-blocked.js:
24366         (test.request.onsuccess.openOnSuccess.h.onversionchange):
24367         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
24368         (prepareDatabase.h.onversionchange):
24369         * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
24370         (h1OpenSuccess.h1.onversionchange.h1OnVersionChange.h1.onversionchange):
24371         (h1OpenSuccess.h1.onversionchange):
24372         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.h2.onversionchange):
24373         * storage/indexeddb/resources/deletedatabase-not-blocked.js:
24374         (test.request.onsuccess.openOnSuccess.h.onversionchange):
24375         * storage/indexeddb/resources/events.js: Added.
24376         (test):
24377         * storage/indexeddb/resources/intversion-gated-on-delete.js:
24378         (firstSuccessCallback):
24379         (connection1VersionChangeCallback):
24380         * storage/indexeddb/resources/intversion-long-queue.js:
24381         (connection1VersionChangeCallback):
24382         (deleteDatabaseBlockedCallback):
24383         (deleteDatabaseSuccessCallback):
24384         (connection2VersionChangeEvent):
24385         * storage/indexeddb/resources/removed.js:
24386         (test):
24387
24388 2013-01-28  Ian Vollick  <vollick@chromium.org>
24389
24390         Promote composited-scrolling layers to stacking containers.
24391         https://bugs.webkit.org/show_bug.cgi?id=106142
24392
24393         Reviewed by Simon Fraser.
24394
24395         With this patch, RenderLayers that use composited scrolling are
24396         treated as stacking contexts. Since isStackingContainer now depends on
24397         the value of m_needsCompositedScrolling, special care needed to be
24398         taken to ensure that the value of isStackingContainer is not used when
24399         updating m_needsCompositedScrolling. In particular, the code for
24400         rebuilding the layer lists needed to be generalized so that we could
24401         build the layer lists using the value of isStackingContext rather than
24402         isStackingContainer when building the layer lists used to determine if
24403         the descendants are contiguous in stacking order. Also, updating
24404         m_needsCompositedScrolling can now affect stacking container status
24405         and can therefore dirty layer lists.
24406
24407         * compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added.
24408         * compositing/overflow/composited-scrolling-creates-a-stacking-container.html: Added.
24409         * platform/chromium/TestExpectations:
24410         * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added.
24411
24412 2013-01-28  Max Vujovic  <mvujovic@adobe.com>
24413
24414         [CSS Shaders] Parse @-webkit-filter
24415         https://bugs.webkit.org/show_bug.cgi?id=106837
24416
24417         Reviewed by Dean Jackson.
24418
24419         Add positive and negative tests for parsing the @-webkit-filter rule.
24420
24421         Factored out common helper functions between the existing CSS Custom Filters parsing tests
24422         and the new tests into custom-filter-parsing-common.js.
24423
24424         * css3/filters/custom/custom-filter-parsing-at-rule-invalid-expected.txt: Added.
24425         * css3/filters/custom/custom-filter-parsing-at-rule-invalid.html: Added.
24426         * css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Added.
24427         * css3/filters/custom/custom-filter-parsing-at-rule-valid.html: Added.
24428         * css3/filters/custom/custom-filter-property-parsing-invalid.html:
24429         * css3/filters/custom/custom-filter-property-parsing.html:
24430         * css3/filters/script-tests/custom-filter-parsing-at-rule-invalid.js: Added.
24431         (testInvalidFilterAtRule):
24432         * css3/filters/script-tests/custom-filter-parsing-at-rule-valid.js: Added.
24433         (testFilterAtRule):
24434             Tests @-webkit-filter rule parsing and its ability to hold CSS properties.
24435         (testNestedRules):
24436             Tests nesting between at-rules, involving @-webkit-filter rules.
24437         (checkRule):
24438             Factor out common rule checking functionality into its own helper function, so it can be
24439             reused.
24440         * css3/filters/script-tests/custom-filter-parsing-common.js: Added.
24441         (jsWrapperClass):
24442             Moved.
24443         (shouldBeType):
24444             Moved.
24445         * css3/filters/script-tests/custom-filter-property-parsing-invalid.js:
24446         * css3/filters/script-tests/custom-filter-property-parsing.js:
24447         * platform/chromium/css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt:
24448             V8 represents WebKitCSSFilterRule a little differently.
24449
24450 2013-01-28  Uday Kiran  <udaykiran@motorola.com>
24451
24452         getComputedStyle returns "left" instead of "none" for "float" on abspos elements
24453         https://bugs.webkit.org/show_bug.cgi?id=105836
24454
24455         Reviewed by Tony Chang.
24456
24457         If 'position' has the value absolute, page or fixed, and the value of float is
24458         left or right, the box is absolutely positioned and the computed value of float is none.
24459         http://www.w3.org/TR/css3-positioning/#dis-pos-flo
24460         This matches behavior of Firefox 18, Opera 12 and IE9.
24461
24462         * fast/css/position-absolute-float-expected.txt: Added.
24463         * fast/css/position-absolute-float.html: Added.
24464
24465 2013-01-28  Zan Dobersek  <zdobersek@igalia.com>
24466
24467         Unreviewed GTK gardening.
24468
24469         Adding a failure expectation for a User Timing test added in r140882.
24470
24471         * platform/gtk/TestExpectations:
24472
24473 2013-01-28  Ryosuke Niwa  <rniwa@webkit.org>
24474
24475         Mac rebaselines after r140192.
24476
24477         * fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Added.
24478         * fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Added.
24479         * fast/regions/overflow-size-change-with-stacking-context-expected.txt: Added.
24480         * platform/chromium-mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
24481         * platform/chromium-mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
24482         * platform/chromium-mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.
24483         * platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
24484         * platform/mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
24485         * platform/mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.
24486
24487 2013-01-28  Oliver Hunt  <oliver@apple.com>
24488
24489         REGRESSION(r139145): A couple of fast/workers tests fail
24490         https://bugs.webkit.org/show_bug.cgi?id=106415
24491
24492         These tests are stable now.
24493
24494         * platform/mac/TestExpectations:
24495
24496 2013-01-28  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
24497
24498         [Qt] Unreviewed gardening.
24499
24500         Correcting rebaseline done in r140959.
24501
24502         * 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.
24503         * 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.
24504         * 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.
24505         * 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.
24506         * 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.
24507         * 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.
24508         * 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.
24509         * 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.
24510         * 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.
24511         * 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.
24512         * 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.
24513         * 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.
24514         * 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.
24515         * 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.
24516         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-expected.txt.
24517         * platform/qt-5.0-wk1/compositing/geometry/clip-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/clip-expected.txt.
24518         * platform/qt-5.0-wk1/compositing/geometry/clip-inside-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/clip-inside-expected.txt.
24519         * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/composited-in-columns-expected.png.
24520         * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/composited-in-columns-expected.txt.
24521         * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/flipped-writing-mode-expected.png.
24522         * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/flipped-writing-mode-expected.txt.
24523         * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/foreground-layer-expected.png.
24524         * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/foreground-layer-expected.txt.
24525         * platform/qt-5.0-wk1/compositing/geometry/preserve-3d-switching-expected.txt: Copied from LayoutTests/platform/qt/compositing/geometry/preserve-3d-switching-expected.txt.
24526         * 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.
24527         * platform/qt-5.0-wk1/compositing/iframes/become-overlapped-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/become-overlapped-iframe-expected.txt.
24528         * platform/qt-5.0-wk1/compositing/iframes/composited-parent-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/composited-parent-iframe-expected.txt.
24529         * 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.
24530         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe-expected.txt.
24531         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe2-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe2-expected.txt.
24532         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe3-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe3-expected.txt.
24533         * platform/qt-5.0-wk1/compositing/iframes/enter-compositing-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/enter-compositing-iframe-expected.txt.
24534         * platform/qt-5.0-wk1/compositing/iframes/iframe-resize-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/iframe-resize-expected.txt.
24535         * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/overlapped-iframe-expected.txt.
24536         * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/overlapped-iframe-iframe-expected.txt.
24537         * platform/qt-5.0-wk1/compositing/iframes/overlapped-nested-iframes-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/overlapped-nested-iframes-expected.txt.
24538         * platform/qt-5.0-wk1/compositing/iframes/scrolling-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/scrolling-iframe-expected.txt.
24539         * 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.
24540         * 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.
24541         * 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.
24542         * 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.
24543         * 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.
24544         * 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.
24545         * 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.
24546         * 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.
24547         * 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.
24548         * 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.
24549         * 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.
24550         * 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.
24551         * 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.
24552         * 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.
24553         * 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.
24554         * platform/qt-5.0-wk1/compositing/layer-creation/rotate3d-overlap-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/rotate3d-overlap-expected.txt.
24555         * 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.
24556         * 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.
24557         * platform/qt-5.0-wk1/compositing/masks/mask-layer-size-expected.txt: Renamed from LayoutTests/platform/qt/compositing/masks/mask-layer-size-expected.txt.
24558         * platform/qt-5.0-wk1/compositing/repaint/resize-repaint-expected.txt: Renamed from LayoutTests/platform/qt/compositing/repaint/resize-repaint-expected.txt.
24559         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.png: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-absolute-expected.png.
24560         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.txt: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-absolute-expected.txt.
24561         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.png: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-fixed-expected.png.
24562         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.txt: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-fixed-expected.txt.
24563         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.png: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-relative-expected.png.
24564         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.txt: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-relative-expected.txt.
24565         * 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.
24566         * 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.
24567         * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.png: Renamed from LayoutTests/platform/qt/compositing/tiling/huge-layer-img-expected.png.
24568         * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/huge-layer-img-expected.txt.
24569         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.png: Renamed from LayoutTests/platform/qt/compositing/tiling/rotated-tiled-clamped-expected.png.
24570         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/rotated-tiled-clamped-expected.txt.
24571         * 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.
24572         * 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.
24573         * platform/qt-5.0-wk1/compositing/tiling/tiled-layer-resize-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/tiled-layer-resize-expected.txt.
24574         * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.png: Renamed from LayoutTests/platform/qt/compositing/visibility/layer-visible-content-expected.png.
24575         * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.txt: Renamed from LayoutTests/platform/qt/compositing/visibility/layer-visible-content-expected.txt.
24576         * 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.
24577         * 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.
24578         * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.png: Renamed from LayoutTests/platform/qt/css3/filters/filtered-compositing-descendant-expected.png.
24579         * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.txt: Renamed from LayoutTests/platform/qt/css3/filters/filtered-compositing-descendant-expected.txt.
24580         * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
24581         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
24582         * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
24583         * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt:
24584         * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt:
24585
24586 2013-01-28  Stephen Chenney  <schenney@chromium.org>
24587
24588         SVGViewSpec fails when corresponding element has been removed
24589         https://bugs.webkit.org/show_bug.cgi?id=106957
24590
24591         Reviewed by Dirk Schulze.
24592
24593         Test for the situation in which the target of an SVGViewSpec is
24594         removed while the view spec lives on in JS. The test is expected to
24595         fail on all JSC based platforms because the element that must be
24596         deleted to trigger the results is not deleted upon GC.
24597
24598         * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Added.
24599         * svg/dom/SVGViewSpec-invalid-ref-crash.html: Added.
24600
24601         * platform/efl/TestExpectations:
24602         * platform/gtk/TestExpectations:
24603         * platform/mac/TestExpectations:
24604         * platform/qt/TestExpectations:
24605         * platform/win/TestExpectations:
24606         * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Added.
24607         * svg/dom/SVGViewSpec-invalid-ref-crash.html: Added.
24608
24609 2013-01-28  James Craig  <james@cookiecrook.com>
24610
24611         HTML5 promotes DL from specific 'definition list' to superset 'description list'; accessibility strings and accessors should be updated to match.
24612         https://bugs.webkit.org/show_bug.cgi?id=107650
24613
24614         Reviewed by Chris Fleizach.
24615         
24616         Updating accessibility strings and accessors for DL/DT/DD; new one for [role="definition"] (previously it reused the role/desc for DD).
24617         Removed gtk expectation as the expectation has changed: platform/gtk/accessibility/lists-expected.txt
24618
24619         * accessibility/lists.html:
24620         * platform/gtk/accessibility/lists-expected.txt: Removed.
24621         * platform/mac/accessibility/definition-list-term-expected.txt:
24622         * platform/mac/accessibility/definition-list-term.html:
24623         * platform/mac/accessibility/lists-expected.txt:
24624
24625 2013-01-28  Ádám Kallai  <kadam@inf.u-szeged.hu>
24626
24627         [Qt] Unreviewed gardening. Added platform specific expectations after r140728.
24628
24629         * platform/qt/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png:
24630         * platform/qt/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
24631         * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
24632         * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
24633         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png:
24634         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
24635         * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png:
24636         * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
24637         * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
24638         * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
24639         * platform/qt/svg/custom/glyph-setting-d-attribute-expected.png:
24640         * platform/qt/svg/custom/glyph-setting-d-attribute-expected.txt: Added.
24641         * platform/qt/svg/foreignObject/text-tref-02-b-expected.png:
24642         * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt: Added.
24643         * platform/qt/svg/hixie/viewbox/002-expected.png:
24644         * platform/qt/svg/hixie/viewbox/002-expected.txt: Added.
24645         * platform/qt/svg/hixie/viewbox/003-expected.png:
24646         * platform/qt/svg/hixie/viewbox/003-expected.txt: Added.
24647         * platform/qt/svg/text/text-viewbox-rescale-expected.png:
24648         * platform/qt/svg/text/text-viewbox-rescale-expected.txt: Added.
24649
24650 2013-01-28  Manuel Rego Casasnovas  <rego@igalia.com>
24651
24652         [GTK] [WTR] layoutTestController.pathToLocalResource needs to be updated
24653         https://bugs.webkit.org/show_bug.cgi?id=107538
24654
24655         Reviewed by Martin Robinson.
24656
24657         * platform/gtk-wk2/TestExpectations: Remove tests that pass now:
24658         http/tests/security/local-user-CSS-from-remote.html,
24659         fast/loader/local-CSS-from-local.html,
24660         fast/loader/local-JavaScript-from-local.html,
24661         fast/loader/local-image-from-local.html and
24662         fast/dom/frame-loading-via-document-write.html.
24663
24664 2013-01-28  Martin Robinson  <mrobinson@igalia.com>
24665
24666         [Freetype] Synthetic bold not applied to fallback fonts properly
24667         https://bugs.webkit.org/show_bug.cgi?id=107733
24668
24669         Reviewed by Gustavo Noronha Silva.
24670
24671         * platform/gtk/fast/css/font-face-multiple-faces-expected.png:
24672         * platform/gtk/fast/css/font-face-synthetic-bold-italic-expected.png: Added.
24673         * platform/gtk/fast/dom/34176-expected.png: Added.
24674         * platform/gtk/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
24675         * platform/gtk/fast/text/bidi-embedding-pop-and-push-same-expected.png:
24676         * platform/gtk/fast/text/cg-fallback-bolding-expected.png:
24677         * platform/gtk/fast/text/fallback-traits-fixup-expected.png:
24678         * platform/gtk/fast/text/international/bidi-LDB-2-CSS-expected.png:
24679         * platform/gtk/fast/text/international/bidi-LDB-2-HTML-expected.png:
24680         * platform/gtk/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
24681         * platform/gtk/fast/text/international/bold-bengali-expected.png:
24682         * platform/gtk/fast/text/international/khmer-selection-expected.png:
24683         * platform/gtk/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
24684
24685 2013-01-28  Pavel Feldman  <pfeldman@chromium.org>
24686
24687         Web Inspector: SourceURL and SourceMappingURL together in evalled code
24688         https://bugs.webkit.org/show_bug.cgi?id=107939
24689
24690         Reviewed by Vsevolod Vlasov.
24691
24692         * http/tests/inspector/compiler-script-mapping-expected.txt:
24693         * http/tests/inspector/compiler-script-mapping.html:
24694
24695 2013-01-28  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
24696
24697         [Qt] Unreviewed rebaseline after r140821.
24698
24699         * platform/qt/compositing/absolute-inside-out-of-view-fixed-expected.txt: Added.
24700         * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
24701         * platform/qt/compositing/bounds-in-flipped-writing-mode-expected.txt: Added.
24702         * platform/qt/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Added.
24703         * platform/qt/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
24704         * platform/qt/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
24705         * platform/qt/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
24706         * platform/qt/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
24707         * platform/qt/compositing/geometry/bounds-clipped-composited-child-expected.png: Added.
24708         * platform/qt/compositing/geometry/bounds-clipped-composited-child-expected.txt: Added.
24709         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
24710         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Added.
24711         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
24712         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
24713         * platform/qt/compositing/geometry/bounds-ignores-hidden-expected.txt: Added.
24714         * platform/qt/compositing/geometry/clip-expected.txt: Added.
24715         * platform/qt/compositing/geometry/clip-inside-expected.txt: Added.
24716         * platform/qt/compositing/geometry/composited-in-columns-expected.png: Added.
24717         * platform/qt/compositing/geometry/composited-in-columns-expected.txt: Added.
24718         * platform/qt/compositing/geometry/flipped-writing-mode-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
24719         * platform/qt/compositing/geometry/flipped-writing-mode-expected.txt: Added.
24720         * platform/qt/compositing/geometry/foreground-layer-expected.png: Added.
24721         * platform/qt/compositing/geometry/foreground-layer-expected.txt: Added.
24722         * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
24723         * platform/qt/compositing/iframes/become-composited-nested-iframes-expected.txt: Added.
24724         * platform/qt/compositing/iframes/become-overlapped-iframe-expected.txt: Added.
24725         * platform/qt/compositing/iframes/composited-parent-iframe-expected.txt: Added.
24726         * platform/qt/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added.
24727         * platform/qt/compositing/iframes/connect-compositing-iframe-expected.txt: Added.
24728         * platform/qt/compositing/iframes/connect-compositing-iframe2-expected.txt: Added.
24729         * platform/qt/compositing/iframes/connect-compositing-iframe3-expected.txt: Added.
24730         * platform/qt/compositing/iframes/enter-compositing-iframe-expected.txt: Added.
24731         * platform/qt/compositing/iframes/iframe-resize-expected.txt: Added.
24732         * platform/qt/compositing/iframes/overlapped-iframe-expected.txt: Added.
24733         * platform/qt/compositing/iframes/overlapped-iframe-iframe-expected.txt: Added.
24734         * platform/qt/compositing/iframes/overlapped-nested-iframes-expected.txt: Added.
24735         * platform/qt/compositing/iframes/scrolling-iframe-expected.txt: Added.
24736         * platform/qt/compositing/images/clip-on-directly-composited-image-expected.txt: Added.
24737         * platform/qt/compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
24738         * platform/qt/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
24739         * platform/qt/compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Added.
24740         * platform/qt/compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
24741         * platform/qt/compositing/layer-creation/fixed-position-under-transform-expected.txt: Added.
24742         * platform/qt/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added.
24743         * platform/qt/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Added.
24744         * platform/qt/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
24745         * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt:
24746         * platform/qt/compositing/layer-creation/overlap-child-layer-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
24747         * platform/qt/compositing/layer-creation/overlap-child-layer-expected.txt: Added.
24748         * platform/qt/compositing/layer-creation/overlap-transformed-layer-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
24749         * platform/qt/compositing/layer-creation/overlap-transformed-layer-expected.txt: Added.
24750         * platform/qt/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
24751         * platform/qt/compositing/layer-creation/rotate3d-overlap-expected.txt: Added.
24752         * platform/qt/compositing/layer-creation/stacking-context-overlap-expected.txt: Added.
24753         * platform/qt/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Added.
24754         * platform/qt/compositing/masks/mask-layer-size-expected.txt: Added.
24755         * platform/qt/compositing/repaint/resize-repaint-expected.txt: Added.
24756         * platform/qt/compositing/rtl/rtl-iframe-absolute-expected.png: Added.
24757         * platform/qt/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
24758         * platform/qt/compositing/rtl/rtl-iframe-fixed-expected.png: Added.
24759         * platform/qt/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
24760         * platform/qt/compositing/rtl/rtl-iframe-relative-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
24761         * platform/qt/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
24762         * platform/qt/compositing/tiling/backface-preserve-3d-tiled-expected.png: Added.
24763         * platform/qt/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
24764         * platform/qt/compositing/tiling/huge-layer-img-expected.png: Added.
24765         * platform/qt/compositing/tiling/huge-layer-img-expected.txt: Added.
24766         * platform/qt/compositing/tiling/rotated-tiled-clamped-expected.png: Added.
24767         * platform/qt/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
24768         * platform/qt/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
24769         * platform/qt/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
24770         * platform/qt/compositing/tiling/tiled-layer-resize-expected.txt: Added.
24771         * platform/qt/compositing/visibility/layer-visible-content-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
24772         * platform/qt/compositing/visibility/layer-visible-content-expected.txt: Added.
24773         * platform/qt/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
24774         * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt:
24775         * platform/qt/css3/filters/filtered-compositing-descendant-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
24776         * platform/qt/css3/filters/filtered-compositing-descendant-expected.txt: Added.
24777
24778 2013-01-28  Keishi Hattori  <keishi@webkit.org>
24779
24780         [Chromium] Marking bug2479-5.html as crashing.
24781
24782         Unreviewed. Gardening.
24783
24784         * platform/chromium/TestExpectations:
24785
24786 2013-01-28  Mike West  <mkwst@chromium.org>
24787
24788         Change test expectation to ensure that seamless iframes do not inherit editability.
24789         https://bugs.webkit.org/show_bug.cgi?id=108063
24790
24791         Reviewed by Eric Seidel.
24792
24793         Seamlessly rendered documents should not inherit editability from their
24794         parent IFrame. Currently, the test expectations don't match this
24795         behavior. This patch trivially adjusts the expectation to ensure that
24796         editability is _not_ inherited.
24797
24798         * fast/frames/seamless/seamless-inherited-document-style-expected.txt:
24799         * fast/frames/seamless/seamless-inherited-document-style.html:
24800
24801 2013-01-25  Yury Semikhatsky  <yurys@chromium.org>
24802
24803         Web Inspector: remove unused isElement and similar methods from HeapProfiler
24804         https://bugs.webkit.org/show_bug.cgi?id=107940
24805
24806         Reviewed by Vsevolod Vlasov.
24807
24808         * inspector/profiler/heap-snapshot.html:
24809
24810 2013-01-27  Keishi Hattori  <keishi@webkit.org>
24811
24812         [Chromium] Marking two fast/forms tests as slow on debug mac.
24813
24814         Unreviewed. Gardening.
24815
24816         * platform/chromium/TestExpectations:
24817
24818 2013-01-27  Shinya Kawanaka  <shinyak@chromium.org>
24819
24820         [Shadow DOM] Selecting a node to another node in ShadowDOM fires 'click' event unexpectedly
24821         https://bugs.webkit.org/show_bug.cgi?id=107233
24822
24823         Reviewed by Dimitri Glazkov.
24824
24825         * fast/dom/shadow/select-in-shadowdom-expected.txt: Added.
24826         * fast/dom/shadow/select-in-shadowdom.html: Added.
24827
24828 2013-01-28  Keishi Hattori  <keishi@webkit.org>
24829
24830         [Chromium] Marking storage/indexeddb tests as crashing.
24831
24832         Unreviewed. Gardening.
24833
24834         * platform/chromium/TestExpectations:
24835
24836 2013-01-27  Keishi Hattori  <keishi@webkit.org>
24837
24838         [Chromium] Marking media/track tests as crashing.
24839
24840         Unreviewed. Gardening.
24841
24842         * platform/chromium/TestExpectations:
24843
24844 2013-01-27  Sheriff Bot  <webkit.review.bot@gmail.com>
24845
24846         Unreviewed, rolling out r140602.
24847         http://trac.webkit.org/changeset/140602
24848         https://bugs.webkit.org/show_bug.cgi?id=108045
24849
24850         Caused 8 indexed tests to crash. (Requested by keishi on
24851         #webkit).
24852
24853         * storage/indexeddb/intversion-long-queue-expected.txt:
24854         * storage/indexeddb/intversion-upgrades-expected.txt:
24855
24856 2013-01-27  Shinya Kawanaka  <shinyak@chromium.org>
24857
24858         Disabled input/textarea doesn't trigger selection change
24859         https://bugs.webkit.org/show_bug.cgi?id=85244
24860
24861         Reviewed by Ryosuke Niwa.
24862
24863         * fast/forms/input-readonly-select-expected.txt: Added.
24864         * fast/forms/input-readonly-select.html: Added.
24865
24866 2013-01-27  Sheriff Bot  <webkit.review.bot@gmail.com>
24867
24868         Unreviewed, rolling out r140741.
24869         http://trac.webkit.org/changeset/140741
24870         https://bugs.webkit.org/show_bug.cgi?id=108044
24871
24872         Caused 8 indexed tests to fail on Mac and Win. (Requested by
24873         keishi on #webkit).
24874
24875         * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt:
24876         * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt:
24877         * storage/indexeddb/deletedatabase-blocked-expected.txt:
24878         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
24879         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt:
24880         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
24881         * storage/indexeddb/deletedatabase-not-blocked-expected.txt:
24882         * storage/indexeddb/events-expected.txt: Removed.
24883         * storage/indexeddb/events.html: Removed.
24884         * storage/indexeddb/intversion-gated-on-delete-expected.txt:
24885         * storage/indexeddb/intversion-long-queue-expected.txt:
24886         * storage/indexeddb/removed-expected.txt:
24887         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js:
24888         (versionChangeCallback):
24889         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js:
24890         (versionChangeCallback):
24891         * storage/indexeddb/resources/deletedatabase-blocked.js:
24892         (test.request.onsuccess.openOnSuccess.h.onversionchange):
24893         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
24894         (prepareDatabase.h.onversionchange):
24895         * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
24896         (h1OpenSuccess.h1.onversionchange):
24897         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.h2.onversionchange):
24898         * storage/indexeddb/resources/deletedatabase-not-blocked.js:
24899         (test.request.onsuccess.openOnSuccess.h.onversionchange):
24900         * storage/indexeddb/resources/events.js: Removed.
24901         * storage/indexeddb/resources/intversion-gated-on-delete.js:
24902         (firstSuccessCallback):
24903         (connection1VersionChangeCallback):
24904         * storage/indexeddb/resources/intversion-long-queue.js:
24905         (connection1VersionChangeCallback):
24906         (deleteDatabaseBlockedCallback):
24907         (deleteDatabaseSuccessCallback):
24908         (connection2VersionChangeEvent):
24909         * storage/indexeddb/resources/removed.js:
24910         (test):
24911
24912 2013-01-28  Keishi Hattori  <keishi@webkit.org>
24913
24914         [Chromium] Rebaselining overflow-size-change* tests.
24915
24916         Unreviewed. Gardening.
24917
24918         * platform/chromium-mac-lion/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
24919         * platform/chromium-mac-lion/fast/regions/overflow-size-change-with-stacking-context-expected.png:
24920         * platform/chromium-mac-snowleopard/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
24921         * platform/chromium-mac-snowleopard/fast/regions/overflow-size-change-with-stacking-context-expected.png:
24922         * platform/chromium-mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
24923         * 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.
24924         * platform/chromium-mac/fast/regions/overflow-size-change-with-stacking-context-expected.png:
24925         * 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.
24926         * platform/chromium-win/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
24927         * platform/chromium-win/fast/regions/overflow-size-change-with-stacking-context-expected.png:
24928
24929 2013-01-27  Keishi Hattori  <keishi@webkit.org>
24930
24931         [Chromium] Attempt to fix expectation entry.
24932
24933         Unreviewed. Gardening.
24934
24935         * platform/chromium/TestExpectations:
24936
24937 2013-01-27  Matt Falkenhagen  <falken@chromium.org>
24938
24939         Elements must be reattached when inserted/removed from top layer
24940         https://bugs.webkit.org/show_bug.cgi?id=105489
24941
24942         Relanding r139402 as the apparent perf regression has been explained as not real (bug 106726).
24943
24944         Reviewed by Julien Chaffraix.
24945
24946         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Added.
24947         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Added.
24948         This tests that a top layer element removed from the document does not reappear in the top layer if readded.
24949         This test actually would pass before this patch, but just by good fortune (see bug).
24950         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Added.
24951         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Added.
24952         This tests that top layer ordering is correct after removing and readding an element to the top layer.
24953
24954 2013-01-27  Jochen Eisinger  <jochen@chromium.org>
24955
24956         [chromium] add missing plumbing for Notification.requestPermission
24957         https://bugs.webkit.org/show_bug.cgi?id=108012
24958
24959         Reviewed by Adam Barth.
24960
24961         * fast/notifications/notifications-constructor-request-permission-expected.txt: Added.
24962         * fast/notifications/notifications-constructor-request-permission.html: Added.
24963
24964 2013-01-27  Jochen Eisinger  <jochen@chromium.org>
24965
24966         Check notification permissions in the show() method
24967         https://bugs.webkit.org/show_bug.cgi?id=108009
24968
24969         Reviewed by Adam Barth.
24970
24971         * fast/notifications/notifications-constructor-with-permission-expected.txt: Added.
24972         * fast/notifications/notifications-constructor-with-permission.html: Added.
24973         * fast/notifications/notifications-constructor-without-permission-expected.txt: Added.
24974         * fast/notifications/notifications-constructor-without-permission.html: Added.
24975
24976 2013-01-26  Sheriff Bot  <webkit.review.bot@gmail.com>
24977
24978         Unreviewed, rolling out r140880.
24979         http://trac.webkit.org/changeset/140880
24980         https://bugs.webkit.org/show_bug.cgi?id=108023
24981
24982         Caused mathml/presentation and tests to crash and fail
24983         (Requested by keishi on #webkit).
24984
24985         * mathml/differentiable-manifold.html: Removed.
24986         * platform/chromium-linux/mathml/differentiable-manifold-expected.png: Removed.
24987         * platform/chromium-linux/mathml/differentiable-manifold-expected.txt: Removed.
24988         * platform/chromium-linux/mathml/presentation/fenced-expected.txt:
24989         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.png:
24990         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.txt:
24991         * platform/chromium-linux/mathml/presentation/mo-expected.txt:
24992         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.png:
24993         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.txt:
24994         * platform/chromium-linux/mathml/presentation/over-expected.txt:
24995         * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt:
24996         * platform/chromium-linux/mathml/presentation/row-expected.png:
24997         * platform/chromium-linux/mathml/presentation/row-expected.txt:
24998         * platform/chromium-linux/mathml/presentation/sub-expected.png:
24999         * platform/chromium-linux/mathml/presentation/sub-expected.txt:
25000         * platform/chromium-linux/mathml/presentation/subsup-expected.txt:
25001         * platform/chromium/TestExpectations:
25002         * platform/efl/TestExpectations:
25003         * platform/gtk/TestExpectations:
25004         * platform/mac/TestExpectations:
25005         * platform/qt/TestExpectations:
25006
25007 2013-01-26  Robert Hogan  <robert@webkit.org>
25008
25009         REGRESSION(r120616): Cell's logical height wrongly computed with vertical-align: baseline and rowspan
25010         https://bugs.webkit.org/show_bug.cgi?id=106571
25011
25012         Reviewed by Julien Chaffraix.
25013
25014         * fast/css/vertical-align-baseline-rowspan-010-expected.html: Added.
25015         * fast/css/vertical-align-baseline-rowspan-010.html: Added.
25016         * fast/css/vertical-align-baseline-rowspan-011-expected.html: Added.
25017         * fast/css/vertical-align-baseline-rowspan-011.html: Added.
25018
25019 2013-01-25  Elliott Sprehn  <esprehn@chromium.org>
25020
25021         Make unload-reparent-sibling-frame.html wait for completion
25022         https://bugs.webkit.org/show_bug.cgi?id=107987
25023
25024         Reviewed by Ojan Vafai.
25025
25026         While this test runs fine locally and in the cr-linux EWS it
25027         appears to be flaky on many of the other bots because it doesn't
25028         wait for the test to complete. Instead make the waiting in the test
25029         explicit.
25030
25031         * fast/frames/unload-reparent-sibling-frame.html:
25032
25033 2013-01-25  Pan Deng  <pan.deng@intel.com>
25034
25035         [User Timing] Class name of user timing entries should be PerformanceMark/PerformanceMeasure.
25036         https://bugs.webkit.org/show_bug.cgi?id=107925.
25037
25038         Reviewed by Tony Gentilcore.
25039
25040         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type-expected.txt: Added.
25041         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html: Added.
25042
25043 2013-01-24  Ojan Vafai  <ojan@chromium.org>
25044
25045         MathML preferred widths should not depend on layout information
25046         https://bugs.webkit.org/show_bug.cgi?id=107353
25047
25048         Reviewed by Levi Weintraub.
25049
25050         * mathml/differentiable-manifold.html: Added.
25051         * platform/chromium-linux/mathml/differentiable-manifold-expected.png: Added.
25052         * platform/chromium-linux/mathml/differentiable-manifold-expected.txt: Added.
25053         * platform/chromium-linux/mathml/presentation/fenced-expected.txt:
25054         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.png:
25055         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.txt:
25056         * platform/chromium-linux/mathml/presentation/mo-expected.txt:
25057         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.png:
25058         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.txt:
25059         * platform/chromium-linux/mathml/presentation/over-expected.txt:
25060         * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt:
25061         * platform/chromium-linux/mathml/presentation/row-expected.png:
25062         * platform/chromium-linux/mathml/presentation/row-expected.txt:
25063         * platform/chromium-linux/mathml/presentation/sub-expected.png:
25064         * platform/chromium-linux/mathml/presentation/sub-expected.txt:
25065         * platform/chromium-linux/mathml/presentation/subsup-expected.txt:
25066         * platform/chromium/TestExpectations:
25067         * platform/efl/TestExpectations:
25068         * platform/gtk/TestExpectations:
25069         * platform/mac/TestExpectations:
25070         * platform/qt/TestExpectations:
25071
25072 2013-01-25  Dima Gorbik  <dgorbik@apple.com>
25073
25074         Support language WebVTT Nodes
25075         https://bugs.webkit.org/show_bug.cgi?id=107907
25076
25077         Reviewed by Eric Carlson.
25078
25079         * media/track/captions-webvtt/styling-lang.vtt: Added.
25080         * media/track/track-css-matching-lang-expected.txt: Added.
25081         * media/track/track-css-matching-lang.html: Added.
25082
25083 2013-01-25  Emil A Eklund  <eae@chromium.org>
25084
25085         Unreviewed chromium svg rebaseline.
25086
25087         * platform/chromium-linux-x86/svg/hixie/viewbox: Added.
25088         * platform/chromium-linux-x86/svg/hixie/viewbox/002-expected.txt: Added.
25089         * platform/chromium-linux-x86/svg/hixie/viewbox/003-expected.txt: Added.
25090         * platform/chromium-linux/svg/hixie/viewbox/002-expected.txt: Added.
25091         * platform/chromium-linux/svg/hixie/viewbox/003-expected.txt: Added.
25092         * platform/chromium-win-xp/svg/hixie/viewbox/002-expected.txt: Added.
25093         * platform/chromium-win-xp/svg/hixie/viewbox/003-expected.txt: Added.
25094         * platform/chromium-win/svg/hixie/viewbox/002-expected.txt: Added.
25095         * platform/chromium-win/svg/hixie/viewbox/003-expected.txt: Added.
25096
25097 2013-01-25  Levi Weintraub  <leviw@chromium.org>
25098
25099         Unreviewed gardening. Updating baselines following r140192.
25100
25101         * platform/chromium-mac-lion/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
25102         * platform/chromium-mac-snowleopard/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
25103         * platform/chromium-mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
25104         * platform/chromium-mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
25105         * platform/chromium-win-xp/fast/regions: Removed.
25106         * platform/chromium-win/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
25107         * platform/chromium/TestExpectations:
25108         * platform/mac/TestExpectations:
25109
25110 2013-01-25  Eric Carlson  <eric.carlson@apple.com>
25111
25112         Adding a text track should not make controls visible
25113         https://bugs.webkit.org/show_bug.cgi?id=107956
25114
25115         Reviewed by  Dean Jackson.
25116
25117         * media/media-captions-no-controls-expected.txt: Added.
25118         * media/media-captions-no-controls.html: Added.
25119
25120 2013-01-25  Erik Arvidsson  <arv@chromium.org>
25121
25122         Unreviewed Chromium rebaseline.
25123
25124         Rebaseline several tests on Chromium after r140728.
25125
25126         * platform/chromium-linux/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Removed.
25127         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
25128         * platform/chromium-win/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
25129         * platform/chromium-win/svg/text/font-size-below-point-five-expected.txt:
25130         * platform/chromium-win/svg/text/text-viewbox-rescale-expected.png:
25131         * platform/chromium/svg/hixie/viewbox/002-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/hixie/viewbox/002-expected.txt.
25132         * platform/chromium/svg/hixie/viewbox/003-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/hixie/viewbox/003-expected.txt.
25133
25134 2013-01-25  Emil A Eklund  <eae@chromium.org>
25135
25136         Change svg/text/text-rect-precision.html to pass on non-subpixel platforms and add results
25137         https://bugs.webkit.org/show_bug.cgi?id=107972
25138
25139         Reviewed by Levi Weintraub.
25140
25141         * platform/chromium-linux/svg/text/text-rect-precision-expected.txt: Removed.
25142         * platform/chromium-mac/svg/text/text-rect-precision-expected.txt: Removed.
25143         * svg/text/text-rect-precision.html:
25144         * svg/text/text-rect-precision-expected.txt: Added
25145
25146 2013-01-25  Elliott Sprehn  <esprehn@chromium.org>
25147
25148         Consider all ancestors not just parentElement when disconnecting frames
25149         https://bugs.webkit.org/show_bug.cgi?id=107769
25150
25151         Reviewed by Eric Seidel.
25152
25153         Add a test for moving frames around inside unload handlers.
25154
25155         * fast/frames/unload-reparent-sibling-frame-expected.txt: Added.
25156         * fast/frames/unload-reparent-sibling-frame.html: Added.
25157
25158 2013-01-25  Tony Chang  <tony@chromium.org>
25159
25160         Re-layout child blocks when border/padding of the box-sizing:border-box parent is updated
25161         https://bugs.webkit.org/show_bug.cgi?id=104997
25162
25163         Reviewed by Ojan Vafai.
25164
25165         border-color-relayout.html tests that we handle border color style changes properly.
25166
25167         * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Added.
25168         * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Added.
25169         * fast/forms/border-color-relayout-expected.html: Added.
25170         * fast/forms/border-color-relayout.html: Added.
25171         * fast/forms/text/text-padding-dynamic-change-expected.html: Added.
25172         * fast/forms/text/text-padding-dynamic-change.html: Added.
25173
25174 2013-01-25  Arnaud Renevier  <a.renevier@sisa.samsung.com>
25175
25176         Move WebGLErrorsToConsole page setting to window.internals.settings
25177         https://bugs.webkit.org/show_bug.cgi?id=107218
25178
25179         Set WebGLErrorsToConsoleEnabled to false for WebGL tests which have
25180         errors. Some WebGL error messages depend on OpenGL implementations, so
25181         logging error messages would lead to platform specific output.
25182
25183         Reviewed by Kenneth Russell.
25184
25185         * fast/canvas/webgl/attrib-location-length-limits.html:
25186         * fast/canvas/webgl/bad-arguments-test.html:
25187         * fast/canvas/webgl/buffer-bind-test.html:
25188         * fast/canvas/webgl/buffer-data-array-buffer.html:
25189         * fast/canvas/webgl/compressed-tex-image.html:
25190         * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html:
25191         * fast/canvas/webgl/context-lost-restored.html:
25192         * fast/canvas/webgl/context-lost.html:
25193         * fast/canvas/webgl/draw-arrays-out-of-bounds.html:
25194         * fast/canvas/webgl/draw-elements-out-of-bounds.html:
25195         * fast/canvas/webgl/error-reporting.html:
25196         * fast/canvas/webgl/framebuffer-object-attachment.html:
25197         * fast/canvas/webgl/framebuffer-test.html:
25198         * fast/canvas/webgl/get-active-test.html:
25199         * fast/canvas/webgl/gl-bind-attrib-location-test.html:
25200         * fast/canvas/webgl/gl-enable-enum-test.html:
25201         * fast/canvas/webgl/gl-enum-tests.html:
25202         * fast/canvas/webgl/gl-object-get-calls.html:
25203         * fast/canvas/webgl/gl-uniform-arrays.html:
25204         * fast/canvas/webgl/gl-uniformmatrix4fv.html:
25205         * fast/canvas/webgl/gl-vertexattribpointer.html:
25206         * fast/canvas/webgl/glsl-conformance.html:
25207         * fast/canvas/webgl/incorrect-context-object-behaviour.html:
25208         * fast/canvas/webgl/index-validation-copies-indices.html:
25209         * fast/canvas/webgl/index-validation-verifies-too-many-indices.html:
25210         * fast/canvas/webgl/index-validation.html:
25211         * fast/canvas/webgl/invalid-passed-params.html:
25212         * fast/canvas/webgl/null-object-behaviour.html:
25213         * fast/canvas/webgl/object-deletion-behaviour.html:
25214         * fast/canvas/webgl/program-test.html:
25215         * fast/canvas/webgl/read-pixels-pack-alignment.html:
25216         * fast/canvas/webgl/read-pixels-test.html:
25217         * fast/canvas/webgl/script-tests/texImageTest.js:
25218         * fast/canvas/webgl/shader-deleted-by-accessor.html:
25219         * fast/canvas/webgl/shader-precision-format.html:
25220         * fast/canvas/webgl/tex-input-validation.html:
25221         * fast/canvas/webgl/tex-sub-image-2d-bad-args.html:
25222         * fast/canvas/webgl/texture-complete.html:
25223         * fast/canvas/webgl/texture-npot.html:
25224         * fast/canvas/webgl/type-conversion-test.html:
25225         * fast/canvas/webgl/uniform-location-length-limits.html:
25226         * fast/canvas/webgl/uniform-location.html:
25227         * fast/canvas/webgl/webgl-depth-texture.html:
25228         * fast/canvas/webgl/webgl-specific.html:
25229         * fast/canvas/webgl/webgl-texture-binding-preserved.html:
25230         * inspector/profiler/webgl/webgl-profiler-api-changes.html:
25231         * inspector/profiler/webgl/webgl-profiler-get-error.html:
25232
25233 2013-01-25  Abhishek Arya  <inferno@chromium.org>
25234
25235         Regression(r139836): Crash in WTF::equalIgnoringCase
25236         https://bugs.webkit.org/show_bug.cgi?id=107703
25237
25238         Reviewed by Eric Seidel.
25239
25240         * fast/gradients/parse-radial-gradient-crash-expected.txt: Added.
25241         * fast/gradients/parse-radial-gradient-crash.html: Added.
25242
25243 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
25244
25245         Unreviewed EFL gardening.
25246
25247         Rebaselining after r140448, r140459, r140493 and 140593.
25248
25249         * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
25250         * platform/efl/fast/dom/constructed-objects-prototypes-expected.txt: Added.
25251         * platform/efl/fast/js/global-constructors-expected.txt:
25252
25253 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
25254
25255         Unreviewed EFL gardening.
25256
25257         Remove unnecessary platform expectations for now-passing test.
25258
25259         * platform/efl/inspector/editor/text-editor-highlight-regexp-expected.txt: Removed.
25260         * platform/efl/media/media-can-play-ogg-expected.txt: Removed.
25261
25262 2013-01-25  Erik Arvidsson  <arv@chromium.org>
25263
25264         Unreviewed Chromium rebaseline.
25265
25266         Rebaseline svg/batik tests.
25267
25268         * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png:
25269         * platform/chromium-mac-snowleopard/svg/batik/text/textLayout-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLayout-expected.png.
25270         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
25271         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
25272         * platform/chromium-win-xp/svg/batik/masking/maskRegions-expected.png: Removed.
25273         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Removed.
25274         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.txt: Removed.
25275         * platform/chromium-win-xp/svg/batik/text/textLayout2-expected.png: Removed.
25276         * platform/chromium-win-xp/svg/batik/text/textLength-expected.png: Removed.
25277         * platform/efl/svg/batik/text/textFeatures-expected.png: Removed.
25278         * platform/efl/svg/batik/text/textLayout-expected.png: Removed.
25279         * platform/efl/svg/batik/text/textLayout2-expected.png: Removed.
25280
25281 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
25282
25283         Unreviewed EFL rebaseline.
25284
25285         Rebaseline several tests on EFL port after r140728.
25286
25287         * platform/efl/svg/carto.net/button-expected.png:
25288         * platform/efl/svg/carto.net/button-expected.txt:
25289         * platform/efl/svg/carto.net/colourpicker-expected.png:
25290         * platform/efl/svg/carto.net/colourpicker-expected.txt:
25291         * platform/efl/svg/carto.net/combobox-expected.png:
25292         * platform/efl/svg/carto.net/combobox-expected.txt:
25293         * platform/efl/svg/carto.net/scrollbar-expected.png:
25294         * platform/efl/svg/carto.net/scrollbar-expected.txt:
25295         * platform/efl/svg/carto.net/selectionlist-expected.png:
25296         * platform/efl/svg/carto.net/selectionlist-expected.txt:
25297         * platform/efl/svg/carto.net/tabgroup-expected.png:
25298         * platform/efl/svg/carto.net/tabgroup-expected.txt:
25299         * platform/efl/svg/carto.net/textbox-expected.png:
25300         * platform/efl/svg/carto.net/textbox-expected.txt: Added.
25301         * platform/efl/svg/carto.net/window-expected.png:
25302         * platform/efl/svg/carto.net/window-expected.txt:
25303         * platform/efl/svg/clip-path/clip-path-pixelation-expected.png: Added.
25304         * platform/efl/svg/clip-path/clip-path-pixelation-expected.txt:
25305         * platform/efl/svg/css/group-with-shadow-expected.png:
25306         * platform/efl/svg/css/group-with-shadow-expected.txt:
25307         * platform/efl/svg/hixie/perf/003-expected.png:
25308         * platform/efl/svg/hixie/perf/003-expected.txt:
25309         * platform/efl/svg/hixie/text/001-expected.txt:
25310         * platform/efl/svg/hixie/text/003-expected.png:
25311         * platform/efl/svg/hixie/text/003-expected.txt:
25312         * platform/efl/svg/hixie/text/003a-expected.png:
25313         * platform/efl/svg/hixie/text/003a-expected.txt:
25314         * platform/efl/svg/hixie/text/003b-expected.png:
25315         * platform/efl/svg/hixie/text/003b-expected.txt:
25316         * platform/efl/svg/hixie/viewbox/002-expected.txt: Added.
25317         * platform/efl/svg/hixie/viewbox/003-expected.txt: Added.
25318         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
25319         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
25320         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
25321         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
25322         * platform/efl/svg/text/append-text-node-to-tspan-expected.png:
25323         * platform/efl/svg/text/append-text-node-to-tspan-expected.txt:
25324         * platform/efl/svg/text/bidi-reorder-value-lists-expected.png:
25325         * platform/efl/svg/text/bidi-reorder-value-lists-expected.txt:
25326         * platform/efl/svg/text/bidi-text-anchor-direction-expected.png:
25327         * platform/efl/svg/text/bidi-text-anchor-direction-expected.txt:
25328         * platform/efl/svg/text/bidi-text-query-expected.png:
25329         * platform/efl/svg/text/bidi-text-query-expected.txt:
25330         * platform/efl/svg/text/bidi-tspans-expected.png:
25331         * platform/efl/svg/text/bidi-tspans-expected.txt:
25332         * platform/efl/svg/text/font-size-below-point-five-2-expected.png: Added.
25333         * platform/efl/svg/text/font-size-below-point-five-2-expected.txt:
25334         * platform/efl/svg/text/font-size-below-point-five-expected.png:
25335         * platform/efl/svg/text/font-size-below-point-five-expected.txt:
25336         * platform/efl/svg/text/modify-text-node-in-tspan-expected.png:
25337         * platform/efl/svg/text/modify-text-node-in-tspan-expected.txt:
25338         * platform/efl/svg/text/remove-text-node-from-tspan-expected.png:
25339         * platform/efl/svg/text/remove-text-node-from-tspan-expected.txt:
25340         * platform/efl/svg/text/remove-tspan-from-text-expected.png:
25341         * platform/efl/svg/text/remove-tspan-from-text-expected.txt:
25342         * platform/efl/svg/text/scaled-font-expected.png: Added.
25343         * platform/efl/svg/text/scaled-font-expected.txt:
25344         * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.png:
25345         * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.txt:
25346         * platform/efl/svg/text/select-textLength-spacing-squeeze-1-expected.png:
25347         * platform/efl/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
25348         * platform/efl/svg/text/select-textLength-spacing-squeeze-2-expected.png:
25349         * platform/efl/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
25350         * platform/efl/svg/text/select-textLength-spacing-squeeze-3-expected.png:
25351         * platform/efl/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
25352         * platform/efl/svg/text/select-textLength-spacing-squeeze-4-expected.png:
25353         * platform/efl/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
25354         * platform/efl/svg/text/select-textLength-spacing-stretch-1-expected.png:
25355         * platform/efl/svg/text/select-textLength-spacing-stretch-1-expected.txt:
25356         * platform/efl/svg/text/select-textLength-spacing-stretch-2-expected.png:
25357         * platform/efl/svg/text/select-textLength-spacing-stretch-2-expected.txt:
25358         * platform/efl/svg/text/select-textLength-spacing-stretch-3-expected.png:
25359         * platform/efl/svg/text/select-textLength-spacing-stretch-3-expected.txt:
25360         * platform/efl/svg/text/select-textLength-spacing-stretch-4-expected.png:
25361         * platform/efl/svg/text/select-textLength-spacing-stretch-4-expected.txt:
25362         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
25363         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
25364         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
25365         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
25366         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
25367         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
25368         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
25369         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
25370         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
25371         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
25372         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png:
25373         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
25374         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png:
25375         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
25376         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
25377         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
25378         * platform/efl/svg/text/select-x-list-1-expected.png:
25379         * platform/efl/svg/text/select-x-list-1-expected.txt:
25380         * platform/efl/svg/text/select-x-list-2-expected.png:
25381         * platform/efl/svg/text/select-x-list-2-expected.txt:
25382         * platform/efl/svg/text/select-x-list-3-expected.png:
25383         * platform/efl/svg/text/select-x-list-3-expected.txt:
25384         * platform/efl/svg/text/select-x-list-4-expected.png:
25385         * platform/efl/svg/text/select-x-list-4-expected.txt:
25386         * platform/efl/svg/text/select-x-list-with-tspans-1-expected.png:
25387         * platform/efl/svg/text/select-x-list-with-tspans-1-expected.txt:
25388         * platform/efl/svg/text/select-x-list-with-tspans-2-expected.png:
25389         * platform/efl/svg/text/select-x-list-with-tspans-2-expected.txt:
25390         * platform/efl/svg/text/select-x-list-with-tspans-3-expected.png:
25391         * platform/efl/svg/text/select-x-list-with-tspans-3-expected.txt:
25392         * platform/efl/svg/text/select-x-list-with-tspans-4-expected.png:
25393         * platform/efl/svg/text/select-x-list-with-tspans-4-expected.txt:
25394         * platform/efl/svg/text/selection-doubleclick-expected.png:
25395         * platform/efl/svg/text/selection-doubleclick-expected.txt:
25396         * platform/efl/svg/text/small-fonts-2-expected.png:
25397         * platform/efl/svg/text/small-fonts-2-expected.txt:
25398         * platform/efl/svg/text/small-fonts-3-expected.png:
25399         * platform/efl/svg/text/small-fonts-3-expected.txt:
25400         * platform/efl/svg/text/small-fonts-expected.png:
25401         * platform/efl/svg/text/small-fonts-expected.txt: Added.
25402         * platform/efl/svg/text/small-fonts-in-html5-expected.png:
25403         * platform/efl/svg/text/small-fonts-in-html5-expected.txt:
25404         * platform/efl/svg/text/text-align-01-b-expected.png:
25405         * platform/efl/svg/text/text-align-01-b-expected.txt:
25406         * platform/efl/svg/text/text-align-02-b-expected.png:
25407         * platform/efl/svg/text/text-align-02-b-expected.txt:
25408         * platform/efl/svg/text/text-align-03-b-expected.png:
25409         * platform/efl/svg/text/text-align-03-b-expected.txt:
25410         * platform/efl/svg/text/text-align-04-b-expected.png:
25411         * platform/efl/svg/text/text-align-04-b-expected.txt:
25412         * platform/efl/svg/text/text-align-05-b-expected.png:
25413         * platform/efl/svg/text/text-align-05-b-expected.txt:
25414         * platform/efl/svg/text/text-align-06-b-expected.png:
25415         * platform/efl/svg/text/text-align-06-b-expected.txt:
25416         * platform/efl/svg/text/text-altglyph-01-b-expected.png:
25417         * platform/efl/svg/text/text-altglyph-01-b-expected.txt:
25418         * platform/efl/svg/text/text-deco-01-b-expected.png:
25419         * platform/efl/svg/text/text-deco-01-b-expected.txt:
25420         * platform/efl/svg/text/text-fonts-01-t-expected.png:
25421         * platform/efl/svg/text/text-fonts-01-t-expected.txt:
25422         * platform/efl/svg/text/text-hkern-expected.txt:
25423         * platform/efl/svg/text/text-path-01-b-expected.png:
25424         * platform/efl/svg/text/text-path-01-b-expected.txt:
25425         * platform/efl/svg/text/text-path-middle-align-expected.png:
25426         * platform/efl/svg/text/text-path-middle-align-expected.txt:
25427         * platform/efl/svg/text/text-spacing-01-b-expected.png:
25428         * platform/efl/svg/text/text-spacing-01-b-expected.txt:
25429         * platform/efl/svg/text/text-text-01-b-expected.png:
25430         * platform/efl/svg/text/text-text-01-b-expected.txt:
25431         * platform/efl/svg/text/text-text-03-b-expected.png:
25432         * platform/efl/svg/text/text-text-03-b-expected.txt:
25433         * platform/efl/svg/text/text-text-04-t-expected.png:
25434         * platform/efl/svg/text/text-text-04-t-expected.txt:
25435         * platform/efl/svg/text/text-text-05-t-expected.png:
25436         * platform/efl/svg/text/text-text-05-t-expected.txt:
25437         * platform/efl/svg/text/text-text-06-t-expected.png:
25438         * platform/efl/svg/text/text-text-06-t-expected.txt:
25439         * platform/efl/svg/text/text-text-07-t-expected.png:
25440         * platform/efl/svg/text/text-text-07-t-expected.txt:
25441         * platform/efl/svg/text/text-tref-01-b-expected.png:
25442         * platform/efl/svg/text/text-tref-01-b-expected.txt:
25443         * platform/efl/svg/text/text-tselect-01-b-expected.png:
25444         * platform/efl/svg/text/text-tselect-01-b-expected.txt:
25445         * platform/efl/svg/text/text-tselect-02-f-expected.png:
25446         * platform/efl/svg/text/text-tselect-02-f-expected.txt:
25447         * platform/efl/svg/text/text-tspan-01-b-expected.png:
25448         * platform/efl/svg/text/text-tspan-01-b-expected.txt:
25449         * platform/efl/svg/text/text-ws-01-t-expected.png:
25450         * platform/efl/svg/text/text-ws-01-t-expected.txt:
25451         * platform/efl/svg/text/text-ws-02-t-expected.png:
25452         * platform/efl/svg/text/text-ws-02-t-expected.txt:
25453         * platform/efl/svg/transforms/text-with-mask-with-svg-transform-expected.png:
25454         * platform/efl/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
25455         * platform/efl/svg/wicd/rightsizing-grid-expected.png:
25456         * platform/efl/svg/wicd/rightsizing-grid-expected.txt:
25457         * platform/efl/svg/wicd/sizing-flakiness-expected.png:
25458         * platform/efl/svg/wicd/sizing-flakiness-expected.txt:
25459         * platform/efl/svg/wicd/test-rightsizing-b-expected.png:
25460         * platform/efl/svg/wicd/test-rightsizing-b-expected.txt:
25461         * platform/efl/svg/zoom/page/zoom-foreignObject-expected.png:
25462         * platform/efl/svg/zoom/page/zoom-foreignObject-expected.txt:
25463         * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.png:
25464         * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
25465         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
25466         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
25467         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
25468         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
25469         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
25470         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
25471         * platform/efl/svg/zoom/text/zoom-foreignObject-expected.png:
25472         * platform/efl/svg/zoom/text/zoom-foreignObject-expected.txt:
25473
25474 2013-01-25  Xianzhu Wang  <wangxianzhu@chromium.org>
25475
25476         debugger-terminate-dedicated-worker-while-paused.html is flaky on chromium-ews
25477         https://bugs.webkit.org/show_bug.cgi?id=107953
25478
25479         First mark flakyness for it in platform/chromium/TestExpectations.
25480
25481         Reviewed by Ojan Vafai.
25482
25483         * platform/chromium/TestExpectations:
25484
25485 2013-01-25  Mike West  <mkwst@chromium.org>
25486
25487         Merge isViewSource checks in ScriptController::executeIfJavaScriptURL and ScriptController::canExecuteScripts.
25488         https://bugs.webkit.org/show_bug.cgi?id=101683
25489
25490         Reviewed by Adam Barth.
25491
25492         * http/tests/security/view-source-javascript-url-in-document-expected.txt: Added.
25493         * http/tests/security/view-source-javascript-url-in-document.html: Added.
25494
25495 2013-01-25  Erik Arvidsson  <arv@chromium.org>
25496
25497         Unreviewed Chromium rebaseline.
25498
25499         Rebaseline tests on Chromium port after r140749.
25500
25501         * platform/chromium-win/fast/css/resize-corner-tracking-expected.png:
25502         * platform/chromium/TestExpectations:
25503
25504 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
25505
25506         Unreviewed EFL rebaseline.
25507
25508         Rebaseline several tests on EFL port after r140728.
25509
25510         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
25511         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
25512         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
25513         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
25514         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
25515         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
25516         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
25517         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
25518         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
25519         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
25520         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png:
25521         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
25522         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
25523         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
25524         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png:
25525         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
25526         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png:
25527         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
25528         * platform/efl/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png:
25529         * platform/efl/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Added.
25530         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png:
25531         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
25532         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
25533         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
25534         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
25535         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
25536         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
25537         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
25538         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
25539         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
25540         * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png:
25541         * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
25542         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png:
25543         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
25544         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png:
25545         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
25546         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
25547         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
25548         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png:
25549         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
25550         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png:
25551         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
25552         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png:
25553         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
25554         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
25555         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
25556         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
25557         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
25558         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
25559         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
25560         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
25561         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
25562         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
25563         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
25564         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
25565         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
25566         * platform/efl/svg/batik/filters/feTile-expected.png:
25567         * platform/efl/svg/batik/filters/feTile-expected.txt:
25568         * platform/efl/svg/batik/masking/maskRegions-expected.png:
25569         * platform/efl/svg/batik/masking/maskRegions-expected.txt:
25570         * platform/efl/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
25571         * platform/efl/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
25572         * platform/efl/svg/batik/paints/patternRegionA-expected.png:
25573         * platform/efl/svg/batik/paints/patternRegionA-expected.txt:
25574         * platform/efl/svg/batik/text/smallFonts-expected.png: Added.
25575         * platform/efl/svg/batik/text/smallFonts-expected.txt:
25576         * platform/efl/svg/batik/text/textAnchor-expected.png:
25577         * platform/efl/svg/batik/text/textAnchor-expected.txt:
25578         * platform/efl/svg/batik/text/textAnchor3-expected.png:
25579         * platform/efl/svg/batik/text/textAnchor3-expected.txt:
25580         * platform/efl/svg/batik/text/textDecoration-expected.png: Added.
25581         * platform/efl/svg/batik/text/textDecoration-expected.txt:
25582         * platform/efl/svg/batik/text/textDecoration2-expected.png:
25583         * platform/efl/svg/batik/text/textDecoration2-expected.txt:
25584         * platform/efl/svg/batik/text/textEffect-expected.png: Added.
25585         * platform/efl/svg/batik/text/textEffect-expected.txt:
25586         * platform/efl/svg/batik/text/textEffect2-expected.png: Added.
25587         * platform/efl/svg/batik/text/textEffect2-expected.txt:
25588         * platform/efl/svg/batik/text/textEffect3-expected.png:
25589         * platform/efl/svg/batik/text/textEffect3-expected.txt:
25590         * platform/efl/svg/batik/text/textFeatures-expected.png: Added.
25591         * platform/efl/svg/batik/text/textFeatures-expected.txt:
25592         * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
25593         * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
25594         * platform/efl/svg/batik/text/textLayout-expected.png: Added.
25595         * platform/efl/svg/batik/text/textLayout-expected.txt:
25596         * platform/efl/svg/batik/text/textLayout2-expected.png: Added.
25597         * platform/efl/svg/batik/text/textLayout2-expected.txt:
25598         * platform/efl/svg/batik/text/textLength-expected.png:
25599         * platform/efl/svg/batik/text/textLength-expected.txt:
25600         * platform/efl/svg/batik/text/textOnPath-expected.png:
25601         * platform/efl/svg/batik/text/textOnPath-expected.txt:
25602         * platform/efl/svg/batik/text/textOnPath3-expected.png:
25603         * platform/efl/svg/batik/text/textOnPath3-expected.txt:
25604         * platform/efl/svg/batik/text/textOnPathSpaces-expected.png:
25605         * platform/efl/svg/batik/text/textOnPathSpaces-expected.txt:
25606         * platform/efl/svg/batik/text/textPCDATA-expected.png:
25607         * platform/efl/svg/batik/text/textPCDATA-expected.txt:
25608         * platform/efl/svg/batik/text/textPosition-expected.png:
25609         * platform/efl/svg/batik/text/textPosition-expected.txt:
25610         * platform/efl/svg/batik/text/textPosition2-expected.png:
25611         * platform/efl/svg/batik/text/textPosition2-expected.txt:
25612         * platform/efl/svg/batik/text/textProperties-expected.png:
25613         * platform/efl/svg/batik/text/textProperties-expected.txt:
25614         * platform/efl/svg/batik/text/textProperties2-expected.png: Added.
25615         * platform/efl/svg/batik/text/textProperties2-expected.txt:
25616         * platform/efl/svg/batik/text/textStyles-expected.png:
25617         * platform/efl/svg/batik/text/textStyles-expected.txt:
25618         * platform/efl/svg/batik/text/verticalText-expected.png:
25619         * platform/efl/svg/batik/text/verticalText-expected.txt:
25620         * platform/efl/svg/batik/text/verticalTextOnPath-expected.png:
25621         * platform/efl/svg/batik/text/verticalTextOnPath-expected.txt:
25622
25623 2013-01-25  Victor Carbune  <vcarbune@chromium.org>
25624
25625         Heap-use-after-free in WebCore::TextTrackCue::isActive
25626         https://bugs.webkit.org/show_bug.cgi?id=104594
25627
25628         Reviewed by Eric Carlson.
25629
25630         * media/track/track-remove-active-cue-crash-expected.txt: Added.
25631         * media/track/track-remove-active-cue-crash.html: Added.
25632
25633 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
25634
25635         Unreviewed EFL rebaseline.
25636
25637         Rebaseline several tests on EFL port after r140728.
25638
25639         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
25640         * 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.
25641         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
25642         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
25643         * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
25644         * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
25645         * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
25646         * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
25647         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
25648         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
25649         * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
25650         * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
25651         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
25652         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
25653         * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
25654         * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
25655         * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
25656         * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
25657         * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
25658         * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
25659         * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
25660         * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
25661         * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
25662         * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
25663         * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
25664         * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
25665         * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
25666         * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
25667         * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
25668         * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
25669         * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
25670         * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
25671         * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
25672         * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
25673         * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
25674         * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
25675         * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
25676         * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
25677         * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
25678         * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
25679         * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
25680         * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
25681         * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
25682         * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
25683         * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
25684         * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
25685         * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
25686         * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
25687         * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
25688         * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
25689         * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
25690         * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
25691         * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
25692         * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
25693         * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
25694         * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
25695         * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
25696         * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
25697         * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
25698         * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
25699         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
25700         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
25701         * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
25702         * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
25703         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
25704         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
25705         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
25706         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
25707         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
25708         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
25709         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
25710         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
25711         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
25712         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
25713         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
25714         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
25715         * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
25716         * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
25717         * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
25718         * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
25719         * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
25720         * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
25721         * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
25722         * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
25723         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
25724         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
25725         * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
25726         * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
25727         * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
25728         * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
25729         * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
25730         * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
25731         * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
25732         * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
25733         * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
25734         * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
25735         * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
25736         * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
25737         * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
25738         * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
25739         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
25740         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
25741         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
25742         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
25743         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
25744         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
25745         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
25746         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
25747         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
25748         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
25749         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
25750         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
25751         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
25752         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
25753         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
25754         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
25755         * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
25756         * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
25757         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
25758         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
25759         * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
25760         * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
25761         * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
25762         * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
25763         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
25764         * 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.
25765         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
25766         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
25767         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
25768         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
25769         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
25770         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
25771         * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
25772         * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
25773         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
25774         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
25775         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
25776         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
25777         * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
25778         * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
25779         * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
25780         * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
25781         * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
25782         * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
25783         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
25784         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
25785         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
25786         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
25787         * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
25788         * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
25789         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
25790         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
25791         * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
25792         * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
25793         * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
25794         * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
25795         * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
25796         * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
25797         * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
25798         * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
25799         * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
25800         * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
25801         * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
25802         * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
25803         * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
25804         * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
25805         * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
25806         * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
25807         * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
25808         * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
25809         * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
25810         * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
25811         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
25812         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
25813         * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
25814         * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
25815         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
25816         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
25817         * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
25818         * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
25819         * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
25820         * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
25821         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
25822         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
25823         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
25824         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
25825         * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
25826         * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
25827         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
25828         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
25829         * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
25830         * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
25831         * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
25832         * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
25833         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
25834         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
25835         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png:
25836         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
25837         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
25838         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
25839         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
25840         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
25841
25842 2013-01-25  Mike West  <mkwst@chromium.org>
25843
25844         Web Inspector: Cleanup console.* API MessageSource/Levels.
25845         https://bugs.webkit.org/show_bug.cgi?id=107946
25846
25847         Reviewed by Pavel Feldman.
25848
25849         * inspector/console/console-tests-expected.txt:
25850
25851 2013-01-25  Andrey Lushnikov  <lushnikov@chromium.org>
25852
25853         Web Inspector: highlight occurences of word in DefaultTextEditor
25854         https://bugs.webkit.org/show_bug.cgi?id=105523
25855
25856         Reviewed by Pavel Feldman.
25857
25858         Add new test to verify token highlightning functionality.
25859
25860         * inspector/editor/editor-test.js:
25861         (initialize_EditorTests.InspectorTest.createTestEditor): Added optional TextEditorDelegate argument.
25862         * inspector/editor/text-editor-highlight-token-expected.txt: Added.
25863         * inspector/editor/text-editor-highlight-token.html: Added.
25864
25865 2013-01-25  Zan Dobersek  <zdobersek@igalia.com>
25866
25867         Unreviewed GTK gardening.
25868
25869         Rebaselining failing SVG tests after r140728.
25870
25871         * platform/gtk/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
25872         * platform/gtk/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
25873         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
25874         * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
25875         * platform/gtk/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added.
25876         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
25877         * platform/gtk/svg/custom/glyph-setting-d-attribute-expected.txt: Added.
25878         * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt: Added.
25879         * platform/gtk/svg/hixie/viewbox/002-expected.txt: Added.
25880         * platform/gtk/svg/hixie/viewbox/003-expected.txt: Added.
25881         * platform/gtk/svg/text/text-viewbox-rescale-expected.txt: Added.
25882         * platform/gtk/svg/zoom/page/zoom-zoom-coords-expected.txt:
25883
25884 2013-01-25  Keishi Hattori  <keishi@webkit.org>
25885
25886         [Chromium] Fixing expectation entry for selection-clear.html.
25887
25888         Unreviewed. Gardening.
25889
25890         * platform/chromium/TestExpectations:
25891
25892 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
25893
25894         Unreviewed EFL rebaseline.
25895
25896         Rebaseline several tests on EFL port after r140728.
25897
25898         * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
25899         * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
25900         * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
25901         * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
25902         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
25903         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
25904         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
25905         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
25906         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
25907         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
25908         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
25909         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
25910         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
25911         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
25912         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
25913         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
25914         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
25915         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
25916         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
25917         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
25918         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
25919         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
25920         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
25921         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
25922         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
25923         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
25924         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
25925         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
25926         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
25927         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
25928         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
25929         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
25930         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
25931         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
25932         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
25933         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
25934         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
25935         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
25936         * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.png:
25937         * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
25938         * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
25939         * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
25940         * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
25941         * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
25942         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
25943         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
25944         * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
25945         * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
25946         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
25947         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
25948         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
25949         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
25950         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
25951         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
25952         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
25953         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
25954         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
25955         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
25956         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
25957         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
25958         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
25959         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
25960         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
25961         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
25962         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
25963         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
25964         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
25965         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
25966         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
25967         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
25968         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
25969         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
25970         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
25971         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
25972         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
25973         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
25974         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
25975         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
25976         * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.png:
25977         * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
25978         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png:
25979         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
25980
25981 2013-01-25  Keishi Hattori  <keishi@webkit.org>
25982
25983         [Chromium] Fixing expectations for textLayout.svg.
25984
25985         Unreviewed. Gardening.
25986
25987         * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png:
25988         * platform/chromium-mac-mountainlion/svg/batik/text/textLayout-expected.png: Removed.
25989         * platform/chromium-mac-snowleopard/svg/batik/text/textLayout-expected.png: Removed.
25990         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
25991
25992 2013-01-25  Keishi Hattori  <keishi@webkit.org>
25993
25994         [Chromium] Resolving duplicate expectation entries.
25995
25996         Unreviewed. Gardening.
25997
25998         * platform/chromium/TestExpectations:
25999
26000 2013-01-25  Alexander Pavlov  <apavlov@chromium.org>
26001
26002         Web Inspector: [Styles] Editing a property value containing a trimmed data: URL breaks the style
26003         https://bugs.webkit.org/show_bug.cgi?id=107936
26004
26005         Reviewed by Yury Semikhatsky.
26006
26007         * inspector/styles/edit-value-with-trimmed-url-expected.txt: Added.
26008         * inspector/styles/edit-value-with-trimmed-url.html: Added.
26009
26010 2013-01-25  Keishi Hattori  <keishi@webkit.org>
26011
26012         [Chromium] Rebaselining textLayout.svg.
26013
26014         Unreviewed. Gardening.
26015
26016         * platform/chromium-mac-mountainlion/svg/batik/text/textLayout-expected.png: Added.
26017         * platform/chromium-win-xp/svg/batik/text/textLayout-expected.png: Removed.
26018
26019 2013-01-25  Elliott Sprehn  <esprehn@gmail.com>
26020
26021         Assert the connectedSubframeCount is consistent and fix over counting
26022         https://bugs.webkit.org/show_bug.cgi?id=107302
26023
26024         Reviewed by Alexey Proskuryakov.
26025
26026         Add a test that removing an iframe in the middle of unload causes the
26027         contentDocument to become immediately inaccessible.
26028
26029         * fast/frames/reparent-in-unload-contentdocument-expected.txt: Added.
26030         * fast/frames/reparent-in-unload-contentdocument.html: Added.
26031
26032 2013-01-25  Kent Tamura  <tkent@chromium.org>
26033
26034         INPUT_MULTIPLE_FIELDS_UI: Inconsistent value of aria-valuetext attribute
26035         https://bugs.webkit.org/show_bug.cgi?id=107897
26036
26037         Reviewed by Kentaro Hara.
26038
26039         Fix existing tests to show aria-valuenow attribute values.
26040
26041         * fast/forms/resources/multiple-fields-ax-aria-attributes.js: Added.
26042         * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes-expected.txt:
26043         * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes.html:
26044         Use multiple-fields-ax-aria-attributes.js.
26045         Add tests for initial empty-value state.
26046         * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes-expected.txt:
26047         * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html:
26048         Use multiple-fields-ax-aria-attributes.js.
26049         * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes-expected.txt:
26050         * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes.html:
26051         Use multiple-fields-ax-aria-attributes.js.
26052
26053 2013-01-25  Keishi Hattori  <keishi@webkit.org>
26054
26055         [Chromium] Rebaseline for r140728.
26056
26057         Unreviewed. Gardening.
26058
26059         * platform/chromium-linux-x86/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
26060         * platform/chromium-linux-x86/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
26061         * platform/chromium-linux-x86/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
26062         * platform/chromium-linux-x86/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
26063         * platform/chromium-linux-x86/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
26064         * platform/chromium-linux-x86/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
26065         * platform/chromium-linux-x86/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
26066         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
26067         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
26068         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
26069         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
26070         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
26071         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
26072         * platform/chromium-linux-x86/svg/batik/filters/feTile-expected.png: Removed.
26073         * platform/chromium-linux-x86/svg/carto.net/tabgroup-expected.txt: Removed.
26074         * platform/chromium-linux-x86/svg/custom/js-late-gradient-creation-expected.png: Removed.
26075         * platform/chromium-linux-x86/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
26076         * platform/chromium-linux-x86/svg/custom/mouse-move-on-svg-root-expected.txt:
26077         * platform/chromium-linux-x86/svg/custom/use-modify-target-symbol-expected.txt:
26078         * platform/chromium-linux-x86/svg/text/bidi-tspans-expected.txt:
26079         * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
26080         * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
26081         * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
26082         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
26083         * platform/chromium-linux/svg/batik/text/textAnchor-expected.png:
26084         * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
26085         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
26086         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
26087         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
26088         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
26089         * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
26090         * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
26091         * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
26092         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
26093         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
26094         * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
26095         * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png: Removed.
26096         * platform/chromium-win-xp/svg/batik/filters/filterRegions-expected.png: Removed.
26097         * platform/chromium-win-xp/svg/batik/paints/gradientLimit-expected.png: Removed.
26098         * platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Removed.
26099         * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Removed.
26100         * platform/chromium-win-xp/svg/batik/text/textAnchor-expected.png: Removed.
26101         * platform/chromium-win-xp/svg/batik/text/textOnPath-expected.png: Removed.
26102         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.png: Removed.
26103         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
26104         * platform/chromium-win-xp/svg/batik/text/textProperties-expected.png: Removed.
26105         * platform/chromium-win-xp/svg/batik/text/textStyles-expected.png: Removed.
26106         * platform/chromium-win-xp/svg/batik/text/verticalTextOnPath-expected.png: Removed.
26107         * platform/chromium-win/svg/text/small-fonts-2-expected.png:
26108
26109 2013-01-25  Ryosuke Niwa  <rniwa@webkit.org>
26110
26111         Mac WK1 rebaselines for r140728.
26112
26113         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
26114         * platform/mac-wk2/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
26115         * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
26116         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
26117         * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
26118
26119 2013-01-25  Keishi Hattori  <keishi@webkit.org>
26120
26121         [Chromium] Marking resize-corner-tracking*.html as failing.
26122
26123         Unreviewed. Gardening.
26124
26125         * platform/chromium/TestExpectations:
26126
26127 2013-01-25  Dominic Mazzoni  <dmazzoni@google.com>
26128
26129         REGRESSION (r140658): Multiple accessibility failures on GTK
26130         https://bugs.webkit.org/show_bug.cgi?id=107832
26131
26132         Reviewed by Chris Fleizach.
26133
26134         Re-enable accessibility tests that were skipped when they started
26135         failing.
26136
26137         * platform/gtk/TestExpectations:
26138
26139 2013-01-25  Ryosuke Niwa  <rniwa@webkit.org>
26140
26141         (Hopefully) Final Mac rebaselines for r140728.
26142
26143         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Removed.
26144         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
26145         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
26146         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Removed.
26147         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
26148         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
26149         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Removed.
26150         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Removed.
26151         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
26152         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Removed.
26153         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
26154         * platform/chromium-mac/svg/batik/paints/patternRegions-expected.txt: Removed.
26155         * platform/chromium-mac/svg/batik/text/textAnchor3-expected.txt: Removed.
26156         * platform/chromium-mac/svg/batik/text/textDecoration-expected.txt: Removed.
26157         * platform/chromium-mac/svg/batik/text/textLayout-expected.txt: Removed.
26158         * platform/mac-lion/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
26159         * platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
26160         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
26161         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
26162         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
26163         * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
26164         * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Removed.
26165         * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
26166         * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
26167         * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
26168         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Removed.
26169         * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
26170         * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
26171         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
26172         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
26173         * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
26174         * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Removed.
26175         * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Removed.
26176         * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
26177         * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
26178         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
26179         * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Removed.
26180         * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
26181         * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
26182         * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
26183         * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
26184         * platform/mac/svg/batik/paints/patternRegions-expected.txt: Removed.
26185         * platform/mac/svg/batik/text/textAnchor3-expected.txt: Removed.
26186         * platform/mac/svg/batik/text/textDecoration-expected.txt: Removed.
26187         * platform/mac/svg/batik/text/textLayout-expected.txt: Removed.
26188         * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
26189         * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
26190         * platform/mac/svg/custom/font-face-cascade-order-expected.txt:
26191         * platform/mac/svg/custom/marker-default-width-height-expected.txt:
26192         * platform/mac/svg/custom/text-hit-test-expected.txt:
26193         * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
26194         * svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
26195         * svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
26196         * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
26197         * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
26198         * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
26199         * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
26200         * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
26201         * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
26202         * svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
26203         * svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
26204         * svg/batik/paints/patternRegions-expected.txt: Added.
26205         * svg/batik/text/textAnchor3-expected.txt: Added.
26206         * svg/batik/text/textDecoration-expected.txt: Added.
26207         * svg/batik/text/textLayout-expected.txt: Added.
26208
26209 2013-01-24  Keishi Hattori  <keishi@webkit.org>
26210
26211         [Chromium] Rebaselining verticalText.svg after r140728.
26212
26213         Unreviewed. Gardening.
26214
26215         * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
26216         * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
26217
26218 2013-01-24  Keishi Hattori  <keishi@webkit.org>
26219
26220         [Chromium] Rebaselining combobox.svg after r140693.
26221
26222         Unreviewed. Gardening.
26223
26224         * platform/chromium-mac/svg/carto.net/combobox-expected.txt: Renamed from LayoutTests/platform/chromium-mac-lion/svg/carto.net/combobox-expected.txt.
26225         * platform/chromium-win-xp/svg/carto.net/combobox-expected.txt: Removed.
26226         * platform/chromium-win/svg/carto.net/combobox-expected.txt:
26227
26228 2013-01-24  Keishi Hattori  <keishi@webkit.org>
26229
26230         [Chromium] Marking resize-corner-tracking*.html as failing.
26231
26232         Unreviewed. Gardening.
26233
26234         * platform/chromium/TestExpectations:
26235
26236 2013-01-24  Ryosuke Niwa  <rniwa@webkit.org>
26237
26238         Even more Mac rebaselines after r140728.
26239
26240         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
26241         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
26242         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
26243         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
26244         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
26245         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
26246         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed.
26247         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
26248         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
26249         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
26250         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
26251         * platform/chromium-mac/svg/batik/text/textAnchor2-expected.txt: Removed.
26252         * platform/chromium-mac/svg/text/bidi-embedded-direction-expected.txt: Removed.
26253         * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
26254         * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
26255         * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
26256         * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
26257         * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
26258         * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
26259         * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
26260         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
26261         * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
26262         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed.
26263         * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
26264         * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
26265         * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
26266         * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
26267         * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
26268         * platform/mac/svg/batik/text/textAnchor2-expected.txt: Removed.
26269         * platform/mac/svg/carto.net/selectionlist-expected.txt:
26270         * platform/mac/svg/custom/pattern-rotate-expected.txt:
26271         * platform/mac/svg/hixie/viewbox/003-expected.txt: Added.
26272         * platform/mac/svg/text/bidi-embedded-direction-expected.txt: Removed.
26273         * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
26274         * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
26275         * svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
26276         * svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
26277         * svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
26278         * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
26279         * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
26280         * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
26281         * svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
26282         * svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
26283         * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added.
26284         * svg/batik/text/textAnchor2-expected.txt: Added.
26285         * svg/text/bidi-embedded-direction-expected.txt: Added.
26286
26287 2013-01-24  Keishi Hattori  <keishi@webkit.org>
26288
26289         [Chromium] Marking resize-corner-tracking-transformed-iframe.html as failing.
26290
26291         Unreviewed. Gardening.
26292
26293         * platform/chromium/TestExpectations:
26294
26295 2013-01-25  Ryosuke Niwa  <rniwa@webkit.org>
26296
26297         Another Mac rebaseline attempt after r140728.
26298
26299         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Removed.
26300         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
26301         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Removed.
26302         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Removed.
26303         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.txt: Removed.
26304         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
26305         * platform/chromium-mac/svg/batik/text/textPCDATA-expected.txt: Removed.
26306         * platform/chromium-mac/svg/batik/text/textProperties-expected.txt: Removed.
26307         * platform/chromium-mac/svg/hixie/error/002-expected.txt: Removed.
26308         * platform/chromium-mac/svg/hixie/error/013-expected.txt: Removed.
26309         * platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
26310         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
26311         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
26312         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
26313         * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
26314         * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Removed.
26315         * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
26316         * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
26317         * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
26318         * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Removed.
26319         * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Removed.
26320         * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
26321         * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
26322         * platform/mac/svg/batik/masking/maskRegions-expected.txt: Removed.
26323         * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
26324         * platform/mac/svg/batik/text/textPCDATA-expected.txt: Removed.
26325         * platform/mac/svg/batik/text/textProperties-expected.txt: Removed.
26326         * platform/mac/svg/carto.net/scrollbar-expected.txt:
26327         * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
26328         * platform/mac/svg/custom/invalid-css-expected.txt:
26329         * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
26330         * platform/mac/svg/custom/text-ctm-expected.txt:
26331         * platform/mac/svg/hixie/error/002-expected.txt: Removed.
26332         * platform/mac/svg/hixie/error/013-expected.txt: Removed.
26333         * platform/mac/svg/text/non-bmp-positioning-lists-expected.txt:
26334         * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
26335         * svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
26336         * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
26337         * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
26338         * svg/batik/masking/maskRegions-expected.txt: Added.
26339         * svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
26340         * svg/batik/text/textPCDATA-expected.txt: Added.
26341         * svg/batik/text/textProperties-expected.txt: Added.
26342         * svg/hixie/error/002-expected.txt: Added.
26343         * svg/hixie/error/013-expected.txt: Added.
26344
26345 2013-01-24  Ryosuke Niwa  <rniwa@webkit.org>
26346
26347         Mac rebaseline attempt after r140728.
26348
26349         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Removed.
26350         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
26351         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Removed.
26352         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Removed.
26353         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
26354         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Removed.
26355         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Removed.
26356         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Removed.
26357         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Removed.
26358         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Removed.
26359         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Removed.
26360         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Removed.
26361         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
26362         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
26363         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Removed.
26364         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Removed.
26365         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
26366         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
26367         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
26368         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Removed.
26369         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
26370         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
26371         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
26372         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
26373         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
26374         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
26375         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
26376         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
26377         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
26378         * platform/chromium-mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Removed.
26379         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Removed.
26380         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
26381         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
26382         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
26383         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
26384         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
26385         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
26386         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
26387         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
26388         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
26389         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
26390         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Removed.
26391         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Removed.
26392         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Removed.
26393         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
26394         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed.
26395         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Removed.
26396         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Removed.
26397         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Removed.
26398         * platform/chromium-mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Removed.
26399         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Removed.
26400         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Removed.
26401         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Removed.
26402         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Removed.
26403         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
26404         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
26405         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Removed.
26406         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Removed.
26407         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Removed.
26408         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Removed.
26409         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Removed.
26410         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Removed.
26411         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Removed.
26412         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
26413         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
26414         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
26415         * platform/chromium-mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Removed.
26416         * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Removed.
26417         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
26418         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Removed.
26419         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
26420         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
26421         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
26422         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Removed.
26423         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
26424         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Removed.
26425         * platform/chromium-mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Removed.
26426         * platform/chromium-mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Removed.
26427         * platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Removed.
26428         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
26429         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
26430         * platform/chromium-mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
26431         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
26432         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Removed.
26433         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Removed.
26434         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Removed.
26435         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Removed.
26436         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
26437         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
26438         * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Removed.
26439         * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Removed.
26440         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
26441         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
26442         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.txt: Removed.
26443         * platform/chromium-mac/svg/batik/paints/patternRegionA-expected.txt: Removed.
26444         * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed.
26445         * platform/chromium-mac/svg/batik/text/textDecoration2-expected.txt: Removed.
26446         * platform/chromium-mac/svg/batik/text/textEffect2-expected.txt: Removed.
26447         * platform/chromium-mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
26448         * platform/chromium-mac/svg/batik/text/textLength-expected.txt: Removed.
26449         * platform/chromium-mac/svg/batik/text/textPosition-expected.txt: Removed.
26450         * platform/chromium-mac/svg/batik/text/textProperties2-expected.txt: Removed.
26451         * platform/chromium-mac/svg/batik/text/verticalText-expected.txt: Removed.
26452         * platform/chromium-mac/svg/carto.net/button-expected.txt: Removed.
26453         * platform/chromium-mac/svg/carto.net/slider-expected.txt: Removed.
26454         * platform/chromium-mac/svg/css/shadow-changes-expected.txt: Added.
26455         * platform/chromium-mac/svg/css/text-shadow-multiple-expected.txt: Removed.
26456         * platform/chromium-mac/svg/text/font-size-below-point-five-expected.txt: Removed.
26457         * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Removed.
26458         * platform/chromium-mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Removed.
26459         * platform/chromium-win/svg/hixie/viewbox/003-expected.png: Added.
26460         * platform/chromium/svg/css/shadow-changes-expected.txt: Removed.
26461         * platform/chromium/svg/custom/getTransformToElement-expected.png: Removed.
26462         * platform/chromium/svg/custom/style-attribute-font-size-expected.png: Removed.
26463         * platform/chromium/svg/custom/text-ctm-expected.png: Removed.
26464         * platform/chromium/svg/hixie/viewbox/003-expected.png: Removed.
26465         * platform/efl-wk2/svg/W3C-SVG-1.1: Added.
26466         * platform/efl-wk2/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
26467         * platform/efl-wk2/svg/batik/text/textDecoration-expected.png: Added.
26468         * platform/efl-wk2/svg/batik/text/textEffect2-expected.png: Added.
26469         * platform/efl-wk2/svg/batik/text/textProperties2-expected.png: Added.
26470         * platform/efl/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Removed.
26471         * platform/efl/svg/batik/text/textDecoration-expected.png: Removed.
26472         * platform/efl/svg/batik/text/textEffect2-expected.png: Removed.
26473         * platform/efl/svg/batik/text/textProperties2-expected.png: Removed.
26474         * platform/efl/svg/hixie/viewbox/002-expected.png: Removed.
26475         * platform/efl/svg/hixie/viewbox/003-expected.png: Removed.
26476         * platform/gtk/svg/hixie/viewbox/002-expected.png: Removed.
26477         * platform/gtk/svg/hixie/viewbox/003-expected.png: Removed.
26478         * platform/mac/css3/zoom-coords-expected.txt: Added.
26479         * platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
26480         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
26481         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
26482         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
26483         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
26484         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
26485         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
26486         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
26487         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
26488         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
26489         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
26490         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
26491         * platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
26492         * platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
26493         * platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
26494         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
26495         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
26496         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
26497         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
26498         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
26499         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
26500         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
26501         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
26502         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
26503         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
26504         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
26505         * platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
26506         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
26507         * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
26508         * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
26509         * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
26510         * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
26511         * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
26512         * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
26513         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
26514         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
26515         * platform/mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Removed.
26516         * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
26517         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
26518         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
26519         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
26520         * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
26521         * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
26522         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
26523         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
26524         * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Removed.
26525         * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
26526         * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
26527         * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
26528         * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Removed.
26529         * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Removed.
26530         * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Removed.
26531         * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Removed.
26532         * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Removed.
26533         * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Removed.
26534         * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Removed.
26535         * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
26536         * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
26537         * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
26538         * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Removed.
26539         * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Removed.
26540         * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
26541         * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
26542         * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
26543         * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
26544         * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
26545         * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
26546         * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Removed.
26547         * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
26548         * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
26549         * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
26550         * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
26551         * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
26552         * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
26553         * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
26554         * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
26555         * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
26556         * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
26557         * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
26558         * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Removed.
26559         * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
26560         * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
26561         * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
26562         * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
26563         * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Removed.
26564         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
26565         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
26566         * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
26567         * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
26568         * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
26569         * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
26570         * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
26571         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
26572         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
26573         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
26574         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
26575         * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Removed.
26576         * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Removed.
26577         * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Removed.
26578         * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
26579         * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed.
26580         * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Removed.
26581         * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Removed.
26582         * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Removed.
26583         * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Removed.
26584         * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Removed.
26585         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Removed.
26586         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Removed.
26587         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Removed.
26588         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
26589         * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
26590         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Removed.
26591         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Removed.
26592         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Removed.
26593         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Removed.
26594         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Removed.
26595         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Removed.
26596         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Removed.
26597         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
26598         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
26599         * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
26600         * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
26601         * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
26602         * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
26603         * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Removed.
26604         * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Removed.
26605         * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
26606         * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
26607         * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
26608         * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
26609         * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
26610         * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
26611         * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
26612         * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
26613         * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
26614         * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Removed.
26615         * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
26616         * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
26617         * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
26618         * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Removed.
26619         * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
26620         * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Removed.
26621         * platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
26622         * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Removed.
26623         * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Removed.
26624         * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
26625         * platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Removed.
26626         * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
26627         * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
26628         * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
26629         * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
26630         * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
26631         * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
26632         * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Removed.
26633         * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Removed.
26634         * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Removed.
26635         * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Removed.
26636         * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
26637         * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
26638         * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Removed.
26639         * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Removed.
26640         * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
26641         * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
26642         * platform/mac/svg/batik/filters/feTile-expected.txt:
26643         * platform/mac/svg/batik/filters/filterRegions-expected.txt: Removed.
26644         * platform/mac/svg/batik/paints/patternRegionA-expected.txt: Removed.
26645         * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed.
26646         * platform/mac/svg/batik/text/textDecoration2-expected.txt: Removed.
26647         * platform/mac/svg/batik/text/textEffect2-expected.txt: Removed.
26648         * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
26649         * platform/mac/svg/batik/text/textLength-expected.txt: Removed.
26650         * platform/mac/svg/batik/text/textOnPath2-expected.txt:
26651         * platform/mac/svg/batik/text/textOnPath3-expected.txt:
26652         * platform/mac/svg/batik/text/textPosition-expected.txt: Removed.
26653         * platform/mac/svg/batik/text/textPosition2-expected.txt: Added.
26654         * platform/mac/svg/batik/text/textProperties2-expected.txt: Removed.
26655         * platform/mac/svg/batik/text/verticalText-expected.txt: Removed.
26656         * platform/mac/svg/carto.net/button-expected.txt: Removed.
26657         * platform/mac/svg/carto.net/slider-expected.txt: Removed.
26658         * platform/mac/svg/carto.net/textbox-expected.txt:
26659         * platform/mac/svg/carto.net/window-expected.txt:
26660         * platform/mac/svg/clip-path/clip-path-pixelation-expected.txt:
26661         * platform/mac/svg/css/shadow-changes-expected.txt:
26662         * platform/mac/svg/css/text-shadow-multiple-expected.txt: Removed.
26663         * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
26664         * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
26665         * platform/mac/svg/custom/getTransformToElement-expected.txt:
26666         * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.txt:
26667         * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
26668         * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
26669         * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
26670         * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
26671         * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
26672         * platform/mac/svg/custom/linking-uri-01-b-expected.txt:
26673         * platform/mac/svg/custom/mouse-move-on-svg-container-expected.txt:
26674         * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
26675         * platform/mac/svg/custom/pattern-rotate-gaps-expected.txt:
26676         * platform/mac/svg/custom/pattern-with-transformation-expected.txt:
26677         * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
26678         * platform/mac/svg/custom/text-clip-expected.txt:
26679         * platform/mac/svg/custom/text-filter-expected.txt:
26680         * platform/mac/svg/custom/text-whitespace-handling-expected.txt:
26681         * platform/mac/svg/custom/use-dynamic-append-expected.txt:
26682         * platform/mac/svg/hixie/perf/001-expected.txt:
26683         * platform/mac/svg/hixie/perf/002-expected.txt:
26684         * platform/mac/svg/hixie/perf/007-expected.txt:
26685         * platform/mac/svg/hixie/viewbox/002-expected.txt: Added.
26686         * platform/mac/svg/text/font-size-below-point-five-expected.txt: Removed.
26687         * platform/mac/svg/text/text-midpoint-split-bug-expected.txt:
26688         * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Removed.
26689         * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
26690         * platform/mac/svg/zoom/page/zoom-zoom-coords-expected.txt: Added.
26691         * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Removed.
26692         * svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
26693         * svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
26694         * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
26695         * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
26696         * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
26697         * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
26698         * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
26699         * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
26700         * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
26701         * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
26702         * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
26703         * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
26704         * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
26705         * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
26706         * svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
26707         * svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
26708         * svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
26709         * svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
26710         * svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
26711         * svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
26712         * svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
26713         * svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
26714         * svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
26715         * svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
26716         * svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
26717         * svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
26718         * svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
26719         * svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
26720         * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
26721         * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
26722         * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
26723         * svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
26724         * svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
26725         * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
26726         * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
26727         * svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
26728         * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
26729         * svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
26730         * svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
26731         * svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
26732         * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
26733         * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
26734         * svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
26735         * svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
26736         * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
26737         * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
26738         * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
26739         * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
26740         * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
26741         * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
26742         * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
26743         * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
26744         * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
26745         * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
26746         * svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
26747         * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
26748         * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
26749         * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
26750         * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
26751         * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
26752         * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
26753         * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
26754         * svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
26755         * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
26756         * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
26757         * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
26758         * svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
26759         * svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
26760         * svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
26761         * svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
26762         * svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
26763         * svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
26764         * svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
26765         * svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
26766         * svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
26767         * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
26768         * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
26769         * svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
26770         * svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
26771         * svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
26772         * svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
26773         * svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
26774         * svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
26775         * svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
26776         * svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
26777         * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
26778         * svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
26779         * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
26780         * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
26781         * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
26782         * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added.
26783         * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added.
26784         * svg/batik/filters/filterRegions-expected.txt: Added.
26785         * svg/batik/paints/patternRegionA-expected.txt: Added.
26786         * svg/batik/paints/patternRegions-positioned-objects-expected.txt: Added.
26787         * svg/batik/text/textDecoration2-expected.txt: Added.
26788         * svg/batik/text/textEffect2-expected.txt: Added.
26789         * svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
26790         * svg/batik/text/textLength-expected.txt: Added.
26791         * svg/batik/text/textPosition-expected.txt: Added.
26792         * svg/batik/text/textProperties2-expected.txt: Added.
26793         * svg/batik/text/verticalText-expected.txt: Added.
26794         * svg/carto.net/button-expected.txt: Added.
26795         * svg/carto.net/slider-expected.txt: Added.
26796         * svg/css/text-shadow-multiple-expected.txt: Added.
26797         * svg/hixie/viewbox/002-expected.png: Added.
26798         * svg/hixie/viewbox/003-expected.png: Added.
26799         * svg/text/font-size-below-point-five-expected.txt: Added.
26800         * svg/transforms/animated-path-inside-transformed-html-expected.txt: Added.
26801         * svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Added.
26802
26803 2013-01-24  Keishi Hattori  <keishi@webkit.org>
26804
26805         Adjust design of the Calendar Picker
26806         https://bugs.webkit.org/show_bug.cgi?id=107507
26807
26808         Reviewed by Kent Tamura.
26809
26810         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
26811         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
26812         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
26813         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html:
26814         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
26815         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
26816         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
26817         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
26818         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html:
26819         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
26820         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
26821         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
26822         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
26823         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
26824         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
26825         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
26826         * platform/chromium/TestExpectations: Marking calendar picker appearance tests as needing rebaseline.
26827
26828 2013-01-24  Michael Saboff  <msaboff@apple.com>
26829
26830         Add js/regress tests for integer modulo
26831         https://bugs.webkit.org/show_bug.cgi?id=107885
26832
26833         Reviewed by Filip Pizlo.
26834
26835         New JSRegress test for integer modulo.
26836
26837         * fast/js/regress/integer-modulo-expected.txt: Added.
26838         * fast/js/regress/integer-modulo.html: Added.
26839         * fast/js/regress/script-tests/integer-modulo.js: Added.
26840
26841 2013-01-24  Emil A Eklund  <eae@chromium.org>
26842
26843         Unreviewed rebaselines for r140728.
26844
26845         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Removed.
26846         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Removed.
26847         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
26848         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Removed.
26849         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Removed.
26850         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Removed.
26851         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
26852         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
26853         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
26854         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
26855         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
26856         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
26857         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Removed.
26858         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Removed.
26859         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Removed.
26860         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Removed.
26861         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed.
26862         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Removed.
26863         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Removed.
26864         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
26865         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Removed.
26866         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Removed.
26867         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
26868         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Removed.
26869         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
26870         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Removed.
26871         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
26872         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Removed.
26873         * platform/chromium-mac/svg/batik/text/textAnchor-expected.txt: Removed.
26874         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
26875         * platform/chromium-mac/svg/batik/text/textStyles-expected.txt: Removed.
26876         * platform/chromium-mac/svg/text/text-repaint-rects-expected.txt: Removed.
26877         * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Removed.
26878         * platform/chromium-win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
26879         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
26880         * platform/chromium/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
26881         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
26882         * platform/chromium/svg/batik/text/textPosition2-expected.txt: Removed.
26883         * platform/mac-lion/svg/W3C-I18N: Added.
26884         * platform/mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
26885         * platform/mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
26886         * platform/mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
26887         * platform/mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
26888         * platform/mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
26889         * platform/mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
26890         * platform/mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
26891         * platform/mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
26892         * platform/mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
26893         * platform/mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
26894         * platform/mac-lion/svg/W3C-SVG-1.1: Added.
26895         * platform/mac-lion/svg/W3C-SVG-1.1-SE: Added.
26896         * platform/mac-lion/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
26897         * platform/mac-lion/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
26898         * platform/mac-lion/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
26899         * platform/mac-lion/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
26900         * platform/mac-lion/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
26901         * platform/mac-lion/svg/custom/dominant-baseline-hanging-expected.txt: Added.
26902         * platform/mac-lion/svg/custom/font-face-simple-expected.txt: Added.
26903         * platform/mac-lion/svg/custom/image-small-width-height-expected.txt: Added.
26904         * platform/mac-lion/svg/custom/linking-uri-01-b-expected.txt: Added.
26905         * platform/mac-lion/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
26906         * platform/mac-lion/svg/custom/text-repaint-including-stroke-expected.txt: Added.
26907         * platform/mac-lion/svg/custom/text-rotation-expected.txt: Added.
26908         * platform/mac-lion/svg/custom/text-x-dy-lists-expected.txt: Added.
26909         * platform/mac-wk2/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
26910         * platform/mac-wk2/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
26911         * platform/mac-wk2/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
26912         * platform/mac-wk2/svg/custom/text-dom-01-f-expected.txt: Added.
26913         * platform/mac-wk2/svg/custom/text-rotation-expected.txt: Added.
26914         * platform/mac-wk2/svg/custom/text-x-dy-lists-expected.txt: Added.
26915         * platform/mac-wk2/svg/zoom: Removed.
26916         * platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
26917         * platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
26918         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
26919         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
26920         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
26921         * platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
26922         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
26923         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
26924         * platform/mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
26925         * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
26926         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
26927         * platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
26928         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
26929         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
26930         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
26931         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
26932         * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
26933         * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Removed.
26934         * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Removed.
26935         * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Removed.
26936         * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Removed.
26937         * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Removed.
26938         * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
26939         * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
26940         * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
26941         * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
26942         * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
26943         * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
26944         * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
26945         * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
26946         * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
26947         * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Removed.
26948         * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Removed.
26949         * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Removed.
26950         * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Removed.
26951         * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed.
26952         * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Removed.
26953         * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Removed.
26954         * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
26955         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Removed.
26956         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Removed.
26957         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
26958         * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Removed.
26959         * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
26960         * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Removed.
26961         * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Removed.
26962         * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
26963         * platform/mac/svg/batik/text/textAnchor-expected.txt: Removed.
26964         * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
26965         * platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
26966         * platform/mac/svg/batik/text/textStyles-expected.txt: Removed.
26967         * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
26968         * platform/mac/svg/custom/font-face-simple-expected.txt:
26969         * platform/mac/svg/custom/image-small-width-height-expected.txt:
26970         * platform/mac/svg/custom/pattern-incorrect-tiling-expected.txt:
26971         * platform/mac/svg/custom/text-dom-01-f-expected.txt:
26972         * platform/mac/svg/custom/text-repaint-including-stroke-expected.txt:
26973         * platform/mac/svg/custom/text-rotation-expected.txt:
26974         * platform/mac/svg/custom/text-x-dy-lists-expected.txt:
26975         * platform/mac/svg/text/text-repaint-rects-expected.txt: Removed.
26976         * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Removed.
26977         * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
26978         * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
26979         * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
26980         * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
26981         * svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
26982         * svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
26983         * svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
26984         * svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
26985         * svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
26986         * svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
26987         * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
26988         * svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
26989         * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
26990         * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
26991         * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
26992         * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
26993         * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
26994         * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
26995         * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
26996         * svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
26997         * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
26998         * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
26999         * svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
27000         * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
27001         * svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
27002         * svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
27003         * svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
27004         * svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
27005         * svg/batik/text/textAnchor-expected.txt: Added.
27006         * svg/batik/text/textOnPathSpaces-expected.txt: Added.
27007         * svg/batik/text/textPosition2-expected.txt: Added.
27008         * svg/batik/text/textStyles-expected.txt: Added.
27009         * svg/text/text-repaint-rects-expected.txt: Added.
27010         * svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Added.
27011
27012 2013-01-24  Keishi Hattori  <keishi@webkit.org>
27013
27014         [Chromium] Marking selection-clear.html as failing.
27015
27016         Unreviewed. Gardening.
27017
27018         * platform/chromium/TestExpectations:
27019
27020 2013-01-24  Erik Arvidsson  <arv@chromium.org>
27021
27022         Unreviewed Chromium rebaseline.
27023
27024         Rebaseline tests on Chromium port after r140693.
27025
27026         * platform/chromium-mac-lion/svg/carto.net/combobox-expected.txt: Renamed from LayoutTests/platform/mac/svg/carto.net/combobox-expected.txt.
27027         * platform/chromium-win-xp/svg/carto.net/combobox-expected.txt: Copied from LayoutTests/platform/chromium/svg/carto.net/combobox-expected.txt.
27028         * svg/carto.net/combobox-expected.txt: Renamed from LayoutTests/platform/chromium/svg/carto.net/combobox-expected.txt.
27029
27030 2013-01-24  Emil A Eklund  <eae@chromium.org>
27031
27032         Unreviewed (manual) chromium and apple rebaseline for r140728.
27033
27034         * platform/chromium-linux-x86/svg/text/scaling-font-with-geometric-precision-expected.png: Removed.
27035         * platform/chromium-linux/css3/zoom-coords-expected.txt:
27036         * platform/chromium-linux/platform/chromium-linux/svg/text/text-with-geometric-precision-expected.txt:
27037         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
27038         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
27039         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
27040         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
27041         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
27042         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
27043         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
27044         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
27045         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
27046         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
27047         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
27048         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
27049         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
27050         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
27051         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
27052         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
27053         * platform/chromium-linux/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
27054         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
27055         * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
27056         * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
27057         * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
27058         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
27059         * platform/chromium-linux/svg/batik/text/smallFonts-expected.txt: Added.
27060         * platform/chromium-linux/svg/batik/text/textAnchor-expected.png:
27061         * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
27062         * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
27063         * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
27064         * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
27065         * platform/chromium-linux/svg/batik/text/textOnPath-expected.png:
27066         * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png:
27067         * platform/chromium-linux/svg/carto.net/colourpicker-expected.png:
27068         * platform/chromium-linux/svg/carto.net/scrollbar-expected.txt:
27069         * platform/chromium-linux/svg/carto.net/tabgroup-expected.png:
27070         * platform/chromium-linux/svg/carto.net/tabgroup-expected.txt: Removed.
27071         * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Added.
27072         * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Added.
27073         * platform/chromium-linux/svg/custom/font-face-simple-expected.txt: Added.
27074         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
27075         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
27076         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
27077         * platform/chromium-linux/svg/custom/image-small-width-height-expected.txt: Added.
27078         * platform/chromium-linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
27079         * platform/chromium-linux/svg/custom/js-late-clipPath-creation-expected.txt: Added.
27080         * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
27081         * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
27082         * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
27083         * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.txt: Added.
27084         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
27085         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
27086         * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
27087         * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.txt: Added.
27088         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
27089         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
27090         * platform/chromium-linux/svg/custom/path-textPath-simulation-expected.txt: Added.
27091         * platform/chromium-linux/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
27092         * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
27093         * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.txt: Added.
27094         * platform/chromium-linux/svg/custom/stroked-pattern-expected.txt: Added.
27095         * platform/chromium-linux/svg/custom/text-letter-spacing-expected.txt: Added.
27096         * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
27097         * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
27098         * platform/chromium-linux/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
27099         * platform/chromium-linux/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
27100         * platform/chromium-linux/svg/custom/text-x-dx-lists-expected.txt: Added.
27101         * platform/chromium-linux/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
27102         * platform/chromium-linux/svg/custom/tref-own-content-removal-expected.txt: Added.
27103         * platform/chromium-linux/svg/custom/tref-update-expected.txt: Added.
27104         * platform/chromium-linux/svg/custom/use-detach-expected.txt: Added.
27105         * platform/chromium-linux/svg/custom/use-modify-container-in-target-expected.txt: Added.
27106         * platform/chromium-linux/svg/custom/use-modify-target-container-expected.txt: Added.
27107         * platform/chromium-linux/svg/custom/use-modify-target-symbol-expected.txt:
27108         * platform/chromium-linux/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
27109         * platform/chromium-linux/svg/custom/use-on-g-containing-use-expected.txt: Added.
27110         * platform/chromium-linux/svg/custom/use-on-g-expected.txt: Added.
27111         * platform/chromium-linux/svg/custom/use-on-rect-expected.txt: Added.
27112         * platform/chromium-linux/svg/custom/use-on-symbol-expected.txt: Added.
27113         * platform/chromium-linux/svg/custom/use-on-text-expected.txt: Added.
27114         * platform/chromium-linux/svg/custom/use-on-use-expected.txt: Added.
27115         * platform/chromium-linux/svg/custom/use-recursion-1-expected.txt: Added.
27116         * platform/chromium-linux/svg/custom/use-recursion-2-expected.txt: Added.
27117         * platform/chromium-linux/svg/custom/use-recursion-3-expected.txt: Added.
27118         * platform/chromium-linux/svg/custom/use-recursion-4-expected.txt: Added.
27119         * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
27120         * platform/chromium-linux/svg/custom/use-transform-expected.txt: Added.
27121         * platform/chromium-linux/svg/hixie/perf/003-expected.txt: Added.
27122         * platform/chromium-linux/svg/hixie/perf/004-expected.txt: Added.
27123         * platform/chromium-linux/svg/hixie/perf/005-expected.txt: Added.
27124         * platform/chromium-linux/svg/hixie/perf/006-expected.txt: Added.
27125         * platform/chromium-linux/svg/hixie/text/001-expected.txt: Added.
27126         * platform/chromium-linux/svg/hixie/text/003a-expected.txt: Added.
27127         * platform/chromium-linux/svg/hixie/text/003b-expected.txt: Added.
27128         * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
27129         * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
27130         * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.png:
27131         * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.txt: Added.
27132         * platform/chromium-linux/svg/text/bidi-reorder-value-lists-expected.txt: Added.
27133         * platform/chromium-linux/svg/text/bidi-text-anchor-direction-expected.txt: Added.
27134         * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: Added.
27135         * platform/chromium-linux/svg/text/bidi-tspans-expected.txt:
27136         * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.png:
27137         * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.txt: Added.
27138         * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.png:
27139         * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.txt: Added.
27140         * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.png:
27141         * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.txt: Added.
27142         * platform/chromium-linux/svg/text/scaling-font-with-geometric-precision-expected.png:
27143         * platform/chromium-linux/svg/text/selection-doubleclick-expected.txt:
27144         * platform/chromium-linux/svg/text/selection-tripleclick-expected.txt: Added.
27145         * platform/chromium-linux/svg/text/small-fonts-2-expected.txt: Added.
27146         * platform/chromium-linux/svg/text/small-fonts-3-expected.txt: Added.
27147         * platform/chromium-linux/svg/text/text-fonts-01-t-expected.txt:
27148         * platform/chromium-linux/svg/text/text-fonts-02-t-expected.txt:
27149         * platform/chromium-linux/svg/text/text-hkern-expected.txt: Added.
27150         * platform/chromium-linux/svg/text/text-intro-05-t-expected.txt:
27151         * platform/chromium-linux/svg/text/text-spacing-01-b-expected.txt:
27152         * platform/chromium-linux/svg/text/text-text-06-t-expected.txt: Added.
27153         * platform/chromium-linux/svg/text/text-text-07-t-expected.txt: Added.
27154         * platform/chromium-linux/svg/text/text-text-08-b-expected.txt:
27155         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
27156         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
27157         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
27158         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
27159         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
27160         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
27161         * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.txt: Added.
27162         * platform/chromium-linux/svg/wicd/sizing-flakiness-expected.txt: Added.
27163         * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.txt: Added.
27164         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
27165         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
27166         * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.png:
27167         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
27168         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
27169         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
27170         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
27171         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
27172         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
27173         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
27174         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
27175         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
27176         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
27177         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
27178         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
27179         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
27180         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
27181         * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
27182         * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png:
27183         * platform/chromium-mac-lion/svg/carto.net/tabgroup-expected.png:
27184         * platform/chromium-mac-lion/svg/custom/image-small-width-height-expected.txt: Added.
27185         * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.png:
27186         * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
27187         * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.png:
27188         * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
27189         * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.png:
27190         * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
27191         * platform/chromium-mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
27192         * platform/chromium-mac-lion/svg/custom/path-textPath-simulation-expected.txt: Added.
27193         * platform/chromium-mac-lion/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
27194         * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
27195         * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.txt: Added.
27196         * platform/chromium-mac-lion/svg/custom/stroked-pattern-expected.txt: Added.
27197         * platform/chromium-mac-lion/svg/custom/text-letter-spacing-expected.txt: Added.
27198         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
27199         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
27200         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
27201         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
27202         * platform/chromium-mac-lion/svg/custom/text-x-dx-lists-expected.txt: Added.
27203         * platform/chromium-mac-lion/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
27204         * platform/chromium-mac-lion/svg/custom/tref-own-content-removal-expected.txt: Added.
27205         * platform/chromium-mac-lion/svg/custom/tref-update-expected.txt: Added.
27206         * platform/chromium-mac-lion/svg/custom/use-detach-expected.png:
27207         * platform/chromium-mac-lion/svg/custom/use-detach-expected.txt: Added.
27208         * platform/chromium-mac-lion/svg/custom/use-modify-container-in-target-expected.txt: Added.
27209         * platform/chromium-mac-lion/svg/custom/use-modify-target-container-expected.txt: Added.
27210         * platform/chromium-mac-lion/svg/custom/use-modify-target-symbol-expected.txt: Added.
27211         * platform/chromium-mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
27212         * platform/chromium-mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
27213         * platform/chromium-mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
27214         * platform/chromium-mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
27215         * platform/chromium-mac-lion/svg/hixie/perf/003-expected.txt: Added.
27216         * platform/chromium-mac-lion/svg/hixie/perf/004-expected.txt: Added.
27217         * platform/chromium-mac-lion/svg/hixie/perf/005-expected.txt: Added.
27218         * platform/chromium-mac-lion/svg/hixie/perf/006-expected.txt: Added.
27219         * platform/chromium-mac-lion/svg/hixie/text/001-expected.txt: Added.
27220         * platform/chromium-mac-lion/svg/hixie/text/003a-expected.txt: Added.
27221         * platform/chromium-mac-lion/svg/hixie/text/003b-expected.txt: Added.
27222         * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
27223         * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
27224         * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.png:
27225         * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
27226         * platform/chromium-mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
27227         * platform/chromium-mac-lion/svg/text/bidi-text-query-expected.txt: Added.
27228         * platform/chromium-mac-lion/svg/text/bidi-tspans-expected.txt: Added.
27229         * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.png:
27230         * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
27231         * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.png:
27232         * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
27233         * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.png:
27234         * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
27235         * platform/chromium-mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
27236         * platform/chromium-mac-lion/svg/text/small-fonts-2-expected.txt: Added.
27237         * platform/chromium-mac-lion/svg/text/small-fonts-3-expected.txt: Added.
27238         * platform/chromium-mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
27239         * platform/chromium-mac-lion/svg/text/text-hkern-expected.txt: Added.
27240         * platform/chromium-mac-lion/svg/text/text-text-06-t-expected.txt: Added.
27241         * platform/chromium-mac-lion/svg/text/text-text-07-t-expected.txt: Added.
27242         * platform/chromium-mac-lion/svg/text/text-text-08-b-expected.txt: Added.
27243         * platform/chromium-mac-lion/svg/transforms/text-with-mask-with-svg-transform-expected.png:
27244         * platform/chromium-mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
27245         * platform/chromium-mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
27246         * platform/chromium-mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
27247         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
27248         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
27249         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
27250         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
27251         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
27252         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
27253         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
27254         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
27255         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
27256         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
27257         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
27258         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
27259         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
27260         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
27261         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
27262         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
27263         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
27264         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
27265         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
27266         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
27267         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
27268         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
27269         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
27270         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
27271         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
27272         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
27273         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
27274         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
27275         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
27276         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
27277         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
27278         * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.txt: Added.
27279         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
27280         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png:
27281         * platform/chromium-mac-snowleopard/svg/carto.net/tabgroup-expected.png:
27282         * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.txt: Added.
27283         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
27284         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Removed.
27285         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.txt: Added.
27286         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
27287         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
27288         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-creation-expected.txt: Added.
27289         * platform/chromium-mac-snowleopard/svg/custom/path-textPath-simulation-expected.txt: Added.
27290         * platform/chromium-mac-snowleopard/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
27291         * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
27292         * platform/chromium-mac-snowleopard/svg/custom/shapes-supporting-markers-expected.txt: Added.
27293         * platform/chromium-mac-snowleopard/svg/custom/stroked-pattern-expected.txt: Added.
27294         * platform/chromium-mac-snowleopard/svg/custom/text-letter-spacing-expected.txt: Added.
27295         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
27296         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
27297         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
27298         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
27299         * platform/chromium-mac-snowleopard/svg/custom/text-x-dx-lists-expected.txt: Added.
27300         * platform/chromium-mac-snowleopard/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
27301         * platform/chromium-mac-snowleopard/svg/custom/tref-own-content-removal-expected.txt: Added.
27302         * platform/chromium-mac-snowleopard/svg/custom/tref-update-expected.txt: Added.
27303         * platform/chromium-mac-snowleopard/svg/custom/use-detach-expected.txt: Added.
27304         * platform/chromium-mac-snowleopard/svg/custom/use-modify-container-in-target-expected.txt: Added.
27305         * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-container-expected.txt: Added.
27306         * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-symbol-expected.txt: Added.
27307         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-1-expected.txt: Added.
27308         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-2-expected.txt: Added.
27309         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-3-expected.txt: Added.
27310         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-4-expected.txt: Added.
27311         * platform/chromium-mac-snowleopard/svg/hixie/perf/003-expected.txt: Added.
27312         * platform/chromium-mac-snowleopard/svg/hixie/perf/004-expected.txt: Added.
27313         * platform/chromium-mac-snowleopard/svg/hixie/perf/005-expected.txt: Added.
27314         * platform/chromium-mac-snowleopard/svg/hixie/perf/006-expected.txt: Added.
27315         * platform/chromium-mac-snowleopard/svg/hixie/text/001-expected.txt: Added.
27316         * platform/chromium-mac-snowleopard/svg/hixie/text/003a-expected.txt: Added.
27317         * platform/chromium-mac-snowleopard/svg/hixie/text/003b-expected.txt: Added.
27318         * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
27319         * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
27320         * platform/chromium-mac-snowleopard/svg/text/append-text-node-to-tspan-expected.txt: Added.
27321         * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.png: Removed.
27322         * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.txt: Added.
27323         * platform/chromium-mac-snowleopard/svg/text/bidi-text-query-expected.txt: Added.
27324         * platform/chromium-mac-snowleopard/svg/text/bidi-tspans-expected.txt:
27325         * platform/chromium-mac-snowleopard/svg/text/modify-text-node-in-tspan-expected.txt: Added.
27326         * platform/chromium-mac-snowleopard/svg/text/remove-text-node-from-tspan-expected.txt: Added.
27327         * platform/chromium-mac-snowleopard/svg/text/remove-tspan-from-text-expected.txt: Added.
27328         * platform/chromium-mac-snowleopard/svg/text/selection-tripleclick-expected.txt: Added.
27329         * platform/chromium-mac-snowleopard/svg/text/small-fonts-2-expected.txt: Added.
27330         * platform/chromium-mac-snowleopard/svg/text/small-fonts-3-expected.txt: Added.
27331         * platform/chromium-mac-snowleopard/svg/text/text-fonts-02-t-expected.txt: Added.
27332         * platform/chromium-mac-snowleopard/svg/text/text-hkern-expected.txt: Added.
27333         * platform/chromium-mac-snowleopard/svg/text/text-intro-05-t-expected.txt:
27334         * platform/chromium-mac-snowleopard/svg/text/text-text-06-t-expected.txt: Added.
27335         * platform/chromium-mac-snowleopard/svg/text/text-text-07-t-expected.txt: Added.
27336         * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.txt: Added.
27337         * platform/chromium-mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
27338         * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.txt: Added.
27339         * platform/chromium-mac-snowleopard/svg/wicd/sizing-flakiness-expected.txt: Added.
27340         * platform/chromium-mac-snowleopard/svg/wicd/test-rightsizing-b-expected.txt: Added.
27341         * platform/chromium-mac/css3/zoom-coords-expected.txt: Removed.
27342         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
27343         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
27344         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
27345         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
27346         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
27347         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
27348         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Added.
27349         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
27350         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
27351         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Added.
27352         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
27353         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
27354         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
27355         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
27356         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
27357         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
27358         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Added.
27359         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
27360         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
27361         * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
27362         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
27363         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
27364         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
27365         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
27366         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
27367         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
27368         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
27369         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
27370         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
27371         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
27372         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
27373         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Added.
27374         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
27375         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Added.
27376         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Added.
27377         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Added.
27378         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Added.
27379         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Added.
27380         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
27381         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
27382         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
27383         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
27384         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
27385         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
27386         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
27387         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
27388         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
27389         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
27390         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
27391         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
27392         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
27393         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
27394         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
27395         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
27396         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
27397         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
27398         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
27399         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
27400         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
27401         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
27402         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
27403         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
27404         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
27405         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
27406         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
27407         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
27408         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
27409         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
27410         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
27411         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
27412         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
27413         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
27414         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
27415         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
27416         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
27417         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
27418         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
27419         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
27420         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
27421         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
27422         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
27423         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
27424         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
27425         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
27426         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
27427         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
27428         * platform/chromium-mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
27429         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
27430         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
27431         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
27432         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
27433         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
27434         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
27435         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
27436         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
27437         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
27438         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
27439         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
27440         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
27441         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
27442         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
27443         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
27444         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
27445         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
27446         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
27447         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
27448         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
27449         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
27450         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
27451         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
27452         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
27453         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
27454         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
27455         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
27456         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
27457         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
27458         * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
27459         * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
27460         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
27461         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
27462         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
27463         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
27464         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
27465         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
27466         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
27467         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
27468         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
27469         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
27470         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
27471         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
27472         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
27473         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
27474         * platform/chromium-mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
27475         * platform/chromium-mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
27476         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
27477         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
27478         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
27479         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
27480         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
27481         * platform/chromium-mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
27482         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added.
27483         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added.
27484         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added.
27485         * platform/chromium-mac/svg/batik/filters/feTile-expected.txt: Added.
27486         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
27487         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.txt: Added.
27488         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
27489         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.txt: Added.
27490         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
27491         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.txt: Added.
27492         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
27493         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
27494         * platform/chromium-mac/svg/batik/text/smallFonts-expected.txt: Added.
27495         * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
27496         * platform/chromium-mac/svg/batik/text/textAnchor-expected.txt: Added.
27497         * platform/chromium-mac/svg/batik/text/textAnchor2-expected.txt: Added.
27498         * platform/chromium-mac/svg/batik/text/textAnchor3-expected.txt: Added.
27499         * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
27500         * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
27501         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
27502         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
27503         * platform/chromium-mac/svg/batik/text/textLayout-expected.txt: Added.
27504         * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
27505         * platform/chromium-mac/svg/batik/text/textLength-expected.txt: Added.
27506         * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
27507         * platform/chromium-mac/svg/batik/text/textOnPath-expected.txt: Added.
27508         * platform/chromium-mac/svg/batik/text/textOnPath2-expected.txt:
27509         * platform/chromium-mac/svg/batik/text/textOnPath3-expected.txt:
27510         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
27511         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.txt: Added.
27512         * platform/chromium-mac/svg/batik/text/textPCDATA-expected.txt: Added.
27513         * platform/chromium-mac/svg/batik/text/textProperties-expected.txt: Added.
27514         * platform/chromium-mac/svg/batik/text/textStyles-expected.txt: Added.
27515         * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
27516         * platform/chromium-mac/svg/batik/text/verticalText-expected.txt: Added.
27517         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
27518         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.txt: Added.
27519         * platform/chromium-mac/svg/carto.net/button-expected.txt: Added.
27520         * platform/chromium-mac/svg/carto.net/scrollbar-expected.txt: Added.
27521         * platform/chromium-mac/svg/carto.net/selectionlist-expected.txt: Added.
27522         * platform/chromium-mac/svg/carto.net/slider-expected.txt: Added.
27523         * platform/chromium-mac/svg/carto.net/tabgroup-expected.png:
27524         * platform/chromium-mac/svg/carto.net/textbox-expected.txt: Added.
27525         * platform/chromium-mac/svg/carto.net/window-expected.txt: Added.
27526         * platform/chromium-mac/svg/css/text-shadow-multiple-expected.txt: Added.
27527         * platform/chromium-mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
27528         * platform/chromium-mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
27529         * platform/chromium-mac/svg/custom/font-face-cascade-order-expected.txt: Added.
27530         * platform/chromium-mac/svg/custom/font-face-simple-expected.txt: Added.
27531         * platform/chromium-mac/svg/custom/image-small-width-height-expected.txt: Added.
27532         * platform/chromium-mac/svg/custom/invalid-css-expected.txt: Added.
27533         * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
27534         * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
27535         * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
27536         * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.txt: Added.
27537         * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
27538         * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
27539         * platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.txt: Added.
27540         * platform/chromium-mac/svg/custom/linking-uri-01-b-expected.txt: Added.
27541         * platform/chromium-mac/svg/custom/marker-default-width-height-expected.txt: Added.
27542         * platform/chromium-mac/svg/custom/path-textPath-simulation-expected.txt: Added.
27543         * platform/chromium-mac/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
27544         * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
27545         * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.txt: Added.
27546         * platform/chromium-mac/svg/custom/stroked-pattern-expected.txt: Added.
27547         * platform/chromium-mac/svg/custom/text-letter-spacing-expected.txt: Added.
27548         * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
27549         * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
27550         * platform/chromium-mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
27551         * platform/chromium-mac/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
27552         * platform/chromium-mac/svg/custom/text-x-dx-lists-expected.txt: Added.
27553         * platform/chromium-mac/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
27554         * platform/chromium-mac/svg/custom/tref-own-content-removal-expected.txt: Added.
27555         * platform/chromium-mac/svg/custom/tref-update-expected.txt: Added.
27556         * platform/chromium-mac/svg/custom/use-detach-expected.png:
27557         * platform/chromium-mac/svg/custom/use-detach-expected.txt: Added.
27558         * platform/chromium-mac/svg/custom/use-modify-container-in-target-expected.txt: Added.
27559         * platform/chromium-mac/svg/custom/use-modify-target-container-expected.txt: Added.
27560         * platform/chromium-mac/svg/custom/use-modify-target-symbol-expected.txt: Added.
27561         * platform/chromium-mac/svg/custom/use-recursion-1-expected.txt: Added.
27562         * platform/chromium-mac/svg/custom/use-recursion-2-expected.txt: Added.
27563         * platform/chromium-mac/svg/custom/use-recursion-3-expected.txt: Added.
27564         * platform/chromium-mac/svg/custom/use-recursion-4-expected.txt: Added.
27565         * platform/chromium-mac/svg/hixie/perf/003-expected.txt: Added.
27566         * platform/chromium-mac/svg/hixie/perf/004-expected.txt: Added.
27567         * platform/chromium-mac/svg/hixie/perf/005-expected.txt: Added.
27568         * platform/chromium-mac/svg/hixie/perf/006-expected.txt: Added.
27569         * platform/chromium-mac/svg/hixie/text/001-expected.txt: Added.
27570         * platform/chromium-mac/svg/hixie/text/003a-expected.txt: Added.
27571         * platform/chromium-mac/svg/hixie/text/003b-expected.txt: Added.
27572         * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
27573         * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
27574         * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.png:
27575         * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.txt: Added.
27576         * platform/chromium-mac/svg/text/bidi-reorder-value-lists-expected.txt: Added.
27577         * platform/chromium-mac/svg/text/bidi-text-query-expected.txt: Added.
27578         * platform/chromium-mac/svg/text/bidi-tspans-expected.txt: Added.
27579         * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.png:
27580         * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.txt: Added.
27581         * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.png:
27582         * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.txt: Added.
27583         * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.png:
27584         * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.txt: Added.
27585         * platform/chromium-mac/svg/text/selection-tripleclick-expected.txt: Added.
27586         * platform/chromium-mac/svg/text/small-fonts-2-expected.txt: Added.
27587         * platform/chromium-mac/svg/text/small-fonts-3-expected.txt: Added.
27588         * platform/chromium-mac/svg/text/small-fonts-expected.txt: Added.
27589         * platform/chromium-mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
27590         * platform/chromium-mac/svg/text/text-fonts-02-t-expected.txt: Added.
27591         * platform/chromium-mac/svg/text/text-hkern-expected.txt: Added.
27592         * platform/chromium-mac/svg/text/text-text-06-t-expected.txt: Added.
27593         * platform/chromium-mac/svg/text/text-text-07-t-expected.txt: Added.
27594         * platform/chromium-mac/svg/text/text-text-08-b-expected.txt: Added.
27595         * platform/chromium-mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
27596         * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.txt:
27597         * platform/chromium-mac/svg/wicd/sizing-flakiness-expected.txt: Added.
27598         * platform/chromium-mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
27599         * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.txt:
27600         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed.
27601         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
27602         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
27603         * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
27604         * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
27605         * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
27606         * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
27607         * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
27608         * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
27609         * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
27610         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
27611         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
27612         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
27613         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
27614         * platform/chromium-win-xp/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
27615         * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
27616         * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
27617         * platform/chromium-win-xp/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
27618         * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png:
27619         * platform/chromium-win-xp/svg/batik/filters/filterRegions-expected.png: Added.
27620         * platform/chromium-win-xp/svg/batik/masking: Added.
27621         * platform/chromium-win-xp/svg/batik/masking/maskRegions-expected.png: Added.
27622         * platform/chromium-win-xp/svg/batik/paints: Added.
27623         * platform/chromium-win-xp/svg/batik/paints/gradientLimit-expected.png: Added.
27624         * platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
27625         * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Added.
27626         * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.txt: Added.
27627         * platform/chromium-win-xp/svg/batik/text/textAnchor-expected.png: Added.
27628         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Added.
27629         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.txt: Added.
27630         * platform/chromium-win-xp/svg/batik/text/textLayout-expected.png: Added.
27631         * platform/chromium-win-xp/svg/batik/text/textLayout2-expected.png: Added.
27632         * platform/chromium-win-xp/svg/batik/text/textLength-expected.png: Added.
27633         * platform/chromium-win-xp/svg/batik/text/textOnPath-expected.png: Added.
27634         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.png: Added.
27635         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.txt: Added.
27636         * platform/chromium-win-xp/svg/batik/text/textProperties-expected.png: Added.
27637         * platform/chromium-win-xp/svg/batik/text/textStyles-expected.png: Added.
27638         * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
27639         * platform/chromium-win-xp/svg/batik/text/verticalTextOnPath-expected.png: Added.
27640         * platform/chromium-win-xp/svg/carto.net: Removed.
27641         * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Removed.
27642         * platform/chromium-win-xp/svg/clip-path: Removed.
27643         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
27644         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
27645         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
27646         * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.txt: Added.
27647         * platform/chromium-win-xp/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
27648         * platform/chromium-win-xp/svg/custom/js-late-clipPath-creation-expected.txt: Added.
27649         * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png:
27650         * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
27651         * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.png: Removed.
27652         * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.txt: Added.
27653         * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
27654         * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
27655         * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.txt: Added.
27656         * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
27657         * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
27658         * platform/chromium-win-xp/svg/custom/path-textPath-simulation-expected.txt: Added.
27659         * platform/chromium-win-xp/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
27660         * platform/chromium-win-xp/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
27661         * platform/chromium-win-xp/svg/custom/shapes-supporting-markers-expected.txt: Added.
27662         * platform/chromium-win-xp/svg/custom/stroked-pattern-expected.txt: Added.
27663         * platform/chromium-win-xp/svg/custom/text-letter-spacing-expected.txt: Added.
27664         * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
27665         * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
27666         * platform/chromium-win-xp/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
27667         * platform/chromium-win-xp/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
27668         * platform/chromium-win-xp/svg/custom/text-x-dx-lists-expected.txt: Added.
27669         * platform/chromium-win-xp/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
27670         * platform/chromium-win-xp/svg/custom/tref-own-content-removal-expected.txt: Added.
27671         * platform/chromium-win-xp/svg/custom/tref-update-expected.txt: Added.
27672         * platform/chromium-win-xp/svg/custom/use-detach-expected.txt: Added.
27673         * platform/chromium-win-xp/svg/custom/use-modify-container-in-target-expected.txt: Added.
27674         * platform/chromium-win-xp/svg/custom/use-modify-target-container-expected.txt: Added.
27675         * platform/chromium-win-xp/svg/custom/use-modify-target-symbol-expected.txt:
27676         * platform/chromium-win-xp/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
27677         * platform/chromium-win-xp/svg/custom/use-on-g-containing-use-expected.txt: Added.
27678         * platform/chromium-win-xp/svg/custom/use-on-g-expected.txt: Added.
27679         * platform/chromium-win-xp/svg/custom/use-on-rect-expected.txt: Added.
27680         * platform/chromium-win-xp/svg/custom/use-on-symbol-expected.txt: Added.
27681         * platform/chromium-win-xp/svg/custom/use-on-text-expected.txt: Added.
27682         * platform/chromium-win-xp/svg/custom/use-on-use-expected.txt: Added.
27683         * platform/chromium-win-xp/svg/custom/use-recursion-1-expected.txt: Added.
27684         * platform/chromium-win-xp/svg/custom/use-recursion-2-expected.txt: Added.
27685         * platform/chromium-win-xp/svg/custom/use-recursion-3-expected.txt: Added.
27686         * platform/chromium-win-xp/svg/custom/use-recursion-4-expected.txt: Added.
27687         * platform/chromium-win-xp/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
27688         * platform/chromium-win-xp/svg/custom/use-transform-expected.txt: Added.
27689         * platform/chromium-win-xp/svg/hixie/perf: Added.
27690         * platform/chromium-win-xp/svg/hixie/perf/003-expected.txt: Added.
27691         * platform/chromium-win-xp/svg/hixie/perf/004-expected.txt: Added.
27692         * platform/chromium-win-xp/svg/hixie/perf/005-expected.txt: Added.
27693         * platform/chromium-win-xp/svg/hixie/perf/006-expected.txt: Added.
27694         * platform/chromium-win-xp/svg/hixie/text: Added.
27695         * platform/chromium-win-xp/svg/hixie/text/001-expected.txt: Added.
27696         * platform/chromium-win-xp/svg/hixie/text/003a-expected.txt: Added.
27697         * platform/chromium-win-xp/svg/hixie/text/003b-expected.txt: Added.
27698         * platform/chromium-win-xp/svg/hixie/viewbox: Added.
27699         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio: Added.
27700         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
27701         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
27702         * platform/chromium-win-xp/svg/text/append-text-node-to-tspan-expected.txt: Added.
27703         * platform/chromium-win-xp/svg/text/bidi-reorder-value-lists-expected.txt: Added.
27704         * platform/chromium-win-xp/svg/text/bidi-text-anchor-direction-expected.txt: Added.
27705         * platform/chromium-win-xp/svg/text/bidi-text-query-expected.txt: Added.
27706         * platform/chromium-win-xp/svg/text/bidi-tspans-expected.txt:
27707         * platform/chromium-win-xp/svg/text/modify-text-node-in-tspan-expected.txt: Added.
27708         * platform/chromium-win-xp/svg/text/remove-text-node-from-tspan-expected.txt: Added.
27709         * platform/chromium-win-xp/svg/text/remove-tspan-from-text-expected.txt: Added.
27710         * platform/chromium-win-xp/svg/text/selection-tripleclick-expected.txt: Added.
27711         * platform/chromium-win-xp/svg/text/small-fonts-2-expected.txt: Added.
27712         * platform/chromium-win-xp/svg/text/small-fonts-3-expected.txt: Added.
27713         * platform/chromium-win-xp/svg/text/text-fonts-02-t-expected.txt: Added.
27714         * platform/chromium-win-xp/svg/text/text-hkern-expected.txt: Added.
27715         * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.txt:
27716         * platform/chromium-win-xp/svg/text/text-text-06-t-expected.txt: Added.
27717         * platform/chromium-win-xp/svg/text/text-text-07-t-expected.txt: Added.
27718         * platform/chromium-win-xp/svg/text/text-text-08-b-expected.txt: Added.
27719         * platform/chromium-win-xp/svg/transforms: Removed.
27720         * platform/chromium-win-xp/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
27721         * platform/chromium-win-xp/svg/wicd/rightsizing-grid-expected.txt: Added.
27722         * platform/chromium-win-xp/svg/wicd/sizing-flakiness-expected.txt: Added.
27723         * platform/chromium-win-xp/svg/wicd/test-rightsizing-b-expected.txt: Added.
27724         * platform/chromium-win/css3/zoom-coords-expected.txt:
27725         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
27726         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
27727         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
27728         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
27729         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
27730         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
27731         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
27732         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
27733         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
27734         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
27735         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
27736         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
27737         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
27738         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
27739         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
27740         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
27741         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
27742         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
27743         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
27744         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
27745         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
27746         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
27747         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
27748         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
27749         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
27750         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
27751         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
27752         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
27753         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
27754         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
27755         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
27756         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
27757         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
27758         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
27759         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
27760         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
27761         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
27762         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
27763         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
27764         * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
27765         * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
27766         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
27767         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
27768         * platform/chromium-win/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
27769         * platform/chromium-win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
27770         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
27771         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
27772         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
27773         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
27774         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
27775         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
27776         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
27777         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
27778         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
27779         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
27780         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
27781         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
27782         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
27783         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
27784         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
27785         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
27786         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
27787         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
27788         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
27789         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
27790         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
27791         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
27792         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
27793         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
27794         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
27795         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
27796         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
27797         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
27798         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
27799         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
27800         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
27801         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
27802         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
27803         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
27804         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
27805         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
27806         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
27807         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
27808         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
27809         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
27810         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
27811         * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
27812         * platform/chromium-win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
27813         * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
27814         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
27815         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
27816         * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
27817         * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
27818         * platform/chromium-win/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
27819         * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
27820         * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
27821         * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
27822         * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
27823         * platform/chromium-win/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
27824         * platform/chromium-win/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
27825         * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
27826         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
27827         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
27828         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
27829         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
27830         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
27831         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
27832         * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
27833         * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
27834         * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
27835         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
27836         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
27837         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
27838         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
27839         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
27840         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
27841         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
27842         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
27843         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
27844         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
27845         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
27846         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
27847         * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
27848         * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
27849         * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
27850         * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
27851         * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
27852         * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
27853         * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
27854         * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
27855         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
27856         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
27857         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
27858         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
27859         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
27860         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
27861         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
27862         * platform/chromium-win/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
27863         * platform/chromium-win/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
27864         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
27865         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
27866         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
27867         * platform/chromium-win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
27868         * platform/chromium-win/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
27869         * platform/chromium-win/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
27870         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
27871         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
27872         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
27873         * platform/chromium-win/svg/batik/filters/feTile-expected.txt:
27874         * platform/chromium-win/svg/batik/filters/filterRegions-expected.txt:
27875         * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt:
27876         * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt:
27877         * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
27878         * platform/chromium-win/svg/batik/text/smallFonts-expected.txt:
27879         * platform/chromium-win/svg/batik/text/textAnchor-expected.txt:
27880         * platform/chromium-win/svg/batik/text/textAnchor2-expected.txt:
27881         * platform/chromium-win/svg/batik/text/textAnchor3-expected.txt:
27882         * platform/chromium-win/svg/batik/text/textEffect-expected.png:
27883         * platform/chromium-win/svg/batik/text/textEffect-expected.txt:
27884         * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
27885         * platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
27886         * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
27887         * platform/chromium-win/svg/batik/text/textFeatures-expected.txt:
27888         * platform/chromium-win/svg/batik/text/textLayout-expected.txt:
27889         * platform/chromium-win/svg/batik/text/textLayout2-expected.txt:
27890         * platform/chromium-win/svg/batik/text/textLength-expected.txt:
27891         * platform/chromium-win/svg/batik/text/textOnPath-expected.txt:
27892         * platform/chromium-win/svg/batik/text/textOnPath2-expected.txt:
27893         * platform/chromium-win/svg/batik/text/textOnPath3-expected.txt:
27894         * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt:
27895         * platform/chromium-win/svg/batik/text/textPCDATA-expected.txt:
27896         * platform/chromium-win/svg/batik/text/textProperties-expected.txt:
27897         * platform/chromium-win/svg/batik/text/textStyles-expected.txt:
27898         * platform/chromium-win/svg/batik/text/verticalText-expected.txt:
27899         * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt:
27900         * platform/chromium-win/svg/carto.net/button-expected.txt:
27901         * platform/chromium-win/svg/carto.net/colourpicker-expected.txt:
27902         * platform/chromium-win/svg/carto.net/scrollbar-expected.txt:
27903         * platform/chromium-win/svg/carto.net/selectionlist-expected.txt:
27904         * platform/chromium-win/svg/carto.net/slider-expected.txt:
27905         * platform/chromium-win/svg/carto.net/tabgroup-expected.png:
27906         * platform/chromium-win/svg/carto.net/tabgroup-expected.txt:
27907         * platform/chromium-win/svg/carto.net/textbox-expected.txt:
27908         * platform/chromium-win/svg/carto.net/window-expected.txt:
27909         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt:
27910         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-expected.txt:
27911         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt:
27912         * platform/chromium-win/svg/css/text-shadow-multiple-expected.txt:
27913         * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.txt: Added.
27914         * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.txt:
27915         * platform/chromium-win/svg/custom/dominant-baseline-modes-expected.txt:
27916         * platform/chromium-win/svg/custom/font-face-cascade-order-expected.txt:
27917         * platform/chromium-win/svg/custom/font-face-simple-expected.png:
27918         * platform/chromium-win/svg/custom/font-face-simple-expected.txt:
27919         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
27920         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
27921         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
27922         * platform/chromium-win/svg/custom/image-small-width-height-expected.txt:
27923         * platform/chromium-win/svg/custom/invalid-css-expected.txt:
27924         * platform/chromium-win/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
27925         * platform/chromium-win/svg/custom/js-late-clipPath-creation-expected.txt:
27926         * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
27927         * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.txt:
27928         * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
27929         * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.txt:
27930         * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png:
27931         * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt:
27932         * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
27933         * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.txt:
27934         * platform/chromium-win/svg/custom/linking-uri-01-b-expected.txt:
27935         * platform/chromium-win/svg/custom/marker-default-width-height-expected.txt:
27936         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.txt:
27937         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
27938         * platform/chromium-win/svg/custom/path-textPath-simulation-expected.txt:
27939         * platform/chromium-win/svg/custom/pointer-events-text-css-transform-expected.txt:
27940         * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
27941         * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.txt:
27942         * platform/chromium-win/svg/custom/stroked-pattern-expected.txt:
27943         * platform/chromium-win/svg/custom/text-letter-spacing-expected.txt:
27944         * platform/chromium-win/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
27945         * platform/chromium-win/svg/custom/text-tref-03-b-change-href-expected.txt:
27946         * platform/chromium-win/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
27947         * platform/chromium-win/svg/custom/text-tref-03-b-tref-removal-expected.txt:
27948         * platform/chromium-win/svg/custom/text-x-dx-lists-expected.txt:
27949         * platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.txt:
27950         * platform/chromium-win/svg/custom/tref-own-content-removal-expected.txt:
27951         * platform/chromium-win/svg/custom/tref-update-expected.txt:
27952         * platform/chromium-win/svg/custom/use-detach-expected.txt:
27953         * platform/chromium-win/svg/custom/use-modify-container-in-target-expected.txt:
27954         * platform/chromium-win/svg/custom/use-modify-target-container-expected.txt:
27955         * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt:
27956         * platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt:
27957         * platform/chromium-win/svg/custom/use-on-g-containing-use-expected.txt:
27958         * platform/chromium-win/svg/custom/use-on-g-expected.txt:
27959         * platform/chromium-win/svg/custom/use-on-rect-expected.txt:
27960         * platform/chromium-win/svg/custom/use-on-symbol-expected.txt:
27961         * platform/chromium-win/svg/custom/use-on-text-expected.txt:
27962         * platform/chromium-win/svg/custom/use-on-use-expected.txt:
27963         * platform/chromium-win/svg/custom/use-recursion-1-expected.txt:
27964         * platform/chromium-win/svg/custom/use-recursion-2-expected.txt:
27965         * platform/chromium-win/svg/custom/use-recursion-3-expected.txt:
27966         * platform/chromium-win/svg/custom/use-recursion-4-expected.txt:
27967         * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
27968         * platform/chromium-win/svg/custom/use-transform-expected.txt:
27969         * platform/chromium-win/svg/hixie/perf/003-expected.txt:
27970         * platform/chromium-win/svg/hixie/perf/004-expected.txt:
27971         * platform/chromium-win/svg/hixie/perf/005-expected.txt:
27972         * platform/chromium-win/svg/hixie/perf/006-expected.txt:
27973         * platform/chromium-win/svg/hixie/text/001-expected.png: Added.
27974         * platform/chromium-win/svg/hixie/text/001-expected.txt: Added.
27975         * platform/chromium-win/svg/hixie/text/003-expected.txt:
27976         * platform/chromium-win/svg/hixie/text/003a-expected.txt: Added.
27977         * platform/chromium-win/svg/hixie/text/003b-expected.txt:
27978         * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
27979         * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
27980         * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.png:
27981         * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.txt:
27982         * platform/chromium-win/svg/text/bidi-reorder-value-lists-expected.txt:
27983         * platform/chromium-win/svg/text/bidi-text-anchor-direction-expected.txt:
27984         * platform/chromium-win/svg/text/bidi-text-query-expected.txt:
27985         * platform/chromium-win/svg/text/bidi-tspans-expected.txt:
27986         * platform/chromium-win/svg/text/font-size-below-point-five-2-expected.txt:
27987         * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.png:
27988         * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.txt: Added.
27989         * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.png:
27990         * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.txt:
27991         * platform/chromium-win/svg/text/remove-tspan-from-text-expected.png:
27992         * platform/chromium-win/svg/text/remove-tspan-from-text-expected.txt: Added.
27993         * platform/chromium-win/svg/text/scaled-font-expected.txt:
27994         * platform/chromium-win/svg/text/scaling-font-with-geometric-precision-expected.txt:
27995         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
27996         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
27997         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
27998         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
27999         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-1-expected.txt:
28000         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-2-expected.txt:
28001         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-3-expected.txt:
28002         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-4-expected.txt:
28003         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
28004         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
28005         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
28006         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
28007         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
28008         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
28009         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
28010         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
28011         * platform/chromium-win/svg/text/select-x-list-1-expected.txt:
28012         * platform/chromium-win/svg/text/select-x-list-2-expected.txt:
28013         * platform/chromium-win/svg/text/select-x-list-3-expected.txt:
28014         * platform/chromium-win/svg/text/select-x-list-4-expected.txt:
28015         * platform/chromium-win/svg/text/select-x-list-with-tspans-1-expected.txt:
28016         * platform/chromium-win/svg/text/select-x-list-with-tspans-2-expected.txt:
28017         * platform/chromium-win/svg/text/select-x-list-with-tspans-3-expected.txt:
28018         * platform/chromium-win/svg/text/select-x-list-with-tspans-4-expected.txt:
28019         * platform/chromium-win/svg/text/selection-doubleclick-expected.txt:
28020         * platform/chromium-win/svg/text/selection-tripleclick-expected.txt:
28021         * platform/chromium-win/svg/text/small-fonts-2-expected.png:
28022         * platform/chromium-win/svg/text/small-fonts-2-expected.txt:
28023         * platform/chromium-win/svg/text/small-fonts-3-expected.txt:
28024         * platform/chromium-win/svg/text/small-fonts-expected.txt: Removed.
28025         * platform/chromium-win/svg/text/small-fonts-in-html5-expected.txt:
28026         * platform/chromium-win/svg/text/text-align-01-b-expected.txt:
28027         * platform/chromium-win/svg/text/text-align-02-b-expected.txt:
28028         * platform/chromium-win/svg/text/text-align-03-b-expected.txt:
28029         * platform/chromium-win/svg/text/text-align-04-b-expected.txt:
28030         * platform/chromium-win/svg/text/text-align-05-b-expected.txt:
28031         * platform/chromium-win/svg/text/text-align-06-b-expected.txt:
28032         * platform/chromium-win/svg/text/text-altglyph-01-b-expected.txt:
28033         * platform/chromium-win/svg/text/text-deco-01-b-expected.txt:
28034         * platform/chromium-win/svg/text/text-fonts-01-t-expected.txt:
28035         * platform/chromium-win/svg/text/text-fonts-02-t-expected.txt:
28036         * platform/chromium-win/svg/text/text-hkern-expected.txt: Added.
28037         * platform/chromium-win/svg/text/text-intro-05-t-expected.txt:
28038         * platform/chromium-win/svg/text/text-path-01-b-expected.txt:
28039         * platform/chromium-win/svg/text/text-path-middle-align-expected.txt:
28040         * platform/chromium-win/svg/text/text-spacing-01-b-expected.txt:
28041         * platform/chromium-win/svg/text/text-text-01-b-expected.txt:
28042         * platform/chromium-win/svg/text/text-text-03-b-expected.txt:
28043         * platform/chromium-win/svg/text/text-text-04-t-expected.txt:
28044         * platform/chromium-win/svg/text/text-text-05-t-expected.txt:
28045         * platform/chromium-win/svg/text/text-text-06-t-expected.txt:
28046         * platform/chromium-win/svg/text/text-text-07-t-expected.txt:
28047         * platform/chromium-win/svg/text/text-text-08-b-expected.txt:
28048         * platform/chromium-win/svg/text/text-tref-01-b-expected.txt:
28049         * platform/chromium-win/svg/text/text-tselect-01-b-expected.txt:
28050         * platform/chromium-win/svg/text/text-tselect-02-f-expected.txt:
28051         * platform/chromium-win/svg/text/text-tspan-01-b-expected.txt:
28052         * platform/chromium-win/svg/text/text-ws-01-t-expected.txt:
28053         * platform/chromium-win/svg/text/text-ws-02-t-expected.txt:
28054         * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.png:
28055         * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
28056         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
28057         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
28058         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
28059         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
28060         * platform/chromium-win/svg/wicd/rightsizing-grid-expected.txt:
28061         * platform/chromium-win/svg/wicd/sizing-flakiness-expected.txt: Added.
28062         * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.txt:
28063         * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt:
28064         * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt:
28065         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
28066         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
28067         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
28068         * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.txt:
28069         * platform/chromium/TestExpectations:
28070         * platform/chromium/css3/zoom-coords-expected.txt: Added.
28071         * platform/chromium/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
28072         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Removed.
28073         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Removed.
28074         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Removed.
28075         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Removed.
28076         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Removed.
28077         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Removed.
28078         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Removed.
28079         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Removed.
28080         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Removed.
28081         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Removed.
28082         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Removed.
28083         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Removed.
28084         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Removed.
28085         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Removed.
28086         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Removed.
28087         * platform/chromium/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Removed.
28088         * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
28089         * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
28090         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
28091         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
28092         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Removed.
28093         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Removed.
28094         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Removed.
28095         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Removed.
28096         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Removed.
28097         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Removed.
28098         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Removed.
28099         * platform/chromium/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Removed.
28100         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Replaced.
28101         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Replaced.
28102         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Replaced.
28103         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Replaced.
28104         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
28105         * platform/chromium/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Replaced.
28106         * platform/chromium/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
28107         * platform/chromium/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Replaced.
28108         * platform/chromium/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Replaced.
28109         * platform/chromium/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Replaced.
28110         * platform/chromium/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Replaced.
28111         * platform/chromium/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Replaced.
28112         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Replaced.
28113         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Replaced.
28114         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Replaced.
28115         * platform/chromium/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
28116         * platform/chromium/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Replaced.
28117         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Removed.
28118         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Removed.
28119         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Removed.
28120         * platform/chromium/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Replaced.
28121         * platform/chromium/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Replaced.
28122         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Replaced.
28123         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Replaced.
28124         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Replaced.
28125         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Replaced.
28126         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Replaced.
28127         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Replaced.
28128         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
28129         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
28130         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
28131         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
28132         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
28133         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
28134         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
28135         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
28136         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
28137         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
28138         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
28139         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
28140         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
28141         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
28142         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
28143         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
28144         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
28145         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
28146         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
28147         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
28148         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
28149         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
28150         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
28151         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
28152         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
28153         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
28154         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
28155         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
28156         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
28157         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
28158         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
28159         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
28160         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
28161         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
28162         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
28163         * platform/chromium/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
28164         * platform/chromium/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
28165         * platform/chromium/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
28166         * platform/chromium/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
28167         * platform/chromium/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
28168         * platform/chromium/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
28169         * platform/chromium/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
28170         * platform/chromium/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
28171         * platform/chromium/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
28172         * platform/chromium/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
28173         * platform/chromium/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Replaced.
28174         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
28175         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
28176         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
28177         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
28178         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
28179         * platform/chromium/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
28180         * platform/chromium/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
28181         * platform/chromium/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
28182         * platform/chromium/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
28183         * platform/chromium/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
28184         * platform/chromium/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
28185         * platform/chromium/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
28186         * platform/chromium/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
28187         * platform/chromium/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
28188         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
28189         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
28190         * platform/chromium/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
28191         * platform/chromium/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
28192         * platform/chromium/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
28193         * platform/chromium/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
28194         * platform/chromium/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
28195         * platform/chromium/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
28196         * platform/chromium/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
28197         * platform/chromium/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
28198         * platform/chromium/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
28199         * platform/chromium/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
28200         * platform/chromium/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
28201         * platform/chromium/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
28202         * platform/chromium/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
28203         * platform/chromium/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
28204         * platform/chromium/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
28205         * platform/chromium/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
28206         * platform/chromium/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
28207         * platform/chromium/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
28208         * platform/chromium/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
28209         * platform/chromium/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
28210         * platform/chromium/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
28211         * platform/chromium/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
28212         * platform/chromium/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
28213         * platform/chromium/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
28214         * platform/chromium/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
28215         * platform/chromium/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
28216         * platform/chromium/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
28217         * platform/chromium/svg/W3C-SVG-1.2-Tiny: Removed.
28218         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
28219         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
28220         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
28221         * platform/chromium/svg/batik/filters: Removed.
28222         * platform/chromium/svg/batik/filters/feTile-expected.txt: Removed.
28223         * platform/chromium/svg/batik/filters/filterRegions-expected.txt: Removed.
28224         * platform/chromium/svg/batik/masking: Removed.
28225         * platform/chromium/svg/batik/masking/maskRegions-expected.txt: Removed.
28226         * platform/chromium/svg/batik/paints: Removed.
28227         * platform/chromium/svg/batik/paints/gradientLimit-expected.txt: Removed.
28228         * platform/chromium/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
28229         * platform/chromium/svg/batik/text/textAnchor-expected.txt: Removed.
28230         * platform/chromium/svg/batik/text/textAnchor2-expected.txt: Removed.
28231         * platform/chromium/svg/batik/text/textAnchor3-expected.txt: Removed.
28232         * platform/chromium/svg/batik/text/textEffect-expected.txt: Removed.
28233         * platform/chromium/svg/batik/text/textEffect3-expected.txt: Removed.
28234         * platform/chromium/svg/batik/text/textFeatures-expected.txt: Removed.
28235         * platform/chromium/svg/batik/text/textLayout-expected.txt: Removed.
28236         * platform/chromium/svg/batik/text/textLayout2-expected.txt: Removed.
28237         * platform/chromium/svg/batik/text/textLength-expected.txt: Removed.
28238         * platform/chromium/svg/batik/text/textOnPath-expected.txt: Removed.
28239         * platform/chromium/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
28240         * platform/chromium/svg/batik/text/textPCDATA-expected.txt: Removed.
28241         * platform/chromium/svg/batik/text/textProperties-expected.txt: Removed.
28242         * platform/chromium/svg/batik/text/textStyles-expected.txt: Removed.
28243         * platform/chromium/svg/batik/text/verticalText-expected.txt: Removed.
28244         * platform/chromium/svg/batik/text/verticalTextOnPath-expected.txt: Removed.
28245         * platform/chromium/svg/carto.net/button-expected.txt: Removed.
28246         * platform/chromium/svg/carto.net/colourpicker-expected.txt: Removed.
28247         * platform/chromium/svg/carto.net/scrollbar-expected.txt: Removed.
28248         * platform/chromium/svg/carto.net/selectionlist-expected.txt: Removed.
28249         * platform/chromium/svg/carto.net/slider-expected.txt: Removed.
28250         * platform/chromium/svg/carto.net/tabgroup-expected.txt: Removed.
28251         * platform/chromium/svg/carto.net/textbox-expected.txt: Removed.
28252         * platform/chromium/svg/carto.net/window-expected.txt: Removed.
28253         * platform/chromium/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
28254         * platform/chromium/svg/css/text-shadow-multiple-expected.txt: Removed.
28255         * platform/chromium/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
28256         * platform/chromium/svg/custom/dominant-baseline-hanging-expected.txt: Removed.
28257         * platform/chromium/svg/custom/dominant-baseline-modes-expected.txt: Removed.
28258         * platform/chromium/svg/custom/font-face-cascade-order-expected.txt: Removed.
28259         * platform/chromium/svg/custom/font-face-simple-expected.txt: Removed.
28260         * platform/chromium/svg/custom/invalid-css-expected.txt: Removed.
28261         * platform/chromium/svg/custom/linking-uri-01-b-expected.txt: Removed.
28262         * platform/chromium/svg/custom/marker-default-width-height-expected.txt: Removed.
28263         * platform/chromium/svg/custom/use-recursion-4-expected.png: Removed.
28264         * platform/chromium/svg/hixie/text/001-expected.png: Removed.
28265         * platform/chromium/svg/hixie/text/003-expected.txt: Removed.
28266         * platform/chromium/svg/text/font-size-below-point-five-2-expected.txt: Removed.
28267         * platform/chromium/svg/text/scaled-font-expected.txt: Removed.
28268         * platform/chromium/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
28269         * platform/chromium/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
28270         * platform/chromium/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
28271         * platform/chromium/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
28272         * platform/chromium/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
28273         * platform/chromium/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
28274         * platform/chromium/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
28275         * platform/chromium/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
28276         * platform/chromium/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
28277         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
28278         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
28279         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
28280         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
28281         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
28282         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
28283         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
28284         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
28285         * platform/chromium/svg/text/select-x-list-1-expected.txt: Removed.
28286         * platform/chromium/svg/text/select-x-list-2-expected.txt: Removed.
28287         * platform/chromium/svg/text/select-x-list-3-expected.txt: Removed.
28288         * platform/chromium/svg/text/select-x-list-4-expected.txt: Removed.
28289         * platform/chromium/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
28290         * platform/chromium/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
28291         * platform/chromium/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
28292         * platform/chromium/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
28293         * platform/chromium/svg/text/selection-doubleclick-expected.txt: Removed.
28294         * platform/chromium/svg/text/small-fonts-expected.txt: Added.
28295         * platform/chromium/svg/text/text-align-01-b-expected.txt: Removed.
28296         * platform/chromium/svg/text/text-align-02-b-expected.txt: Removed.
28297         * platform/chromium/svg/text/text-align-03-b-expected.txt: Removed.
28298         * platform/chromium/svg/text/text-align-04-b-expected.txt: Removed.
28299         * platform/chromium/svg/text/text-align-05-b-expected.txt: Removed.
28300         * platform/chromium/svg/text/text-align-06-b-expected.txt: Removed.
28301         * platform/chromium/svg/text/text-altglyph-01-b-expected.txt: Removed.
28302         * platform/chromium/svg/text/text-deco-01-b-expected.txt: Removed.
28303         * platform/chromium/svg/text/text-fonts-01-t-expected.txt: Removed.
28304         * platform/chromium/svg/text/text-intro-05-t-expected.txt: Removed.
28305         * platform/chromium/svg/text/text-path-01-b-expected.txt: Removed.
28306         * platform/chromium/svg/text/text-path-middle-align-expected.txt: Removed.
28307         * platform/chromium/svg/text/text-spacing-01-b-expected.txt: Removed.
28308         * platform/chromium/svg/text/text-text-01-b-expected.txt: Removed.
28309         * platform/chromium/svg/text/text-text-03-b-expected.txt: Removed.
28310         * platform/chromium/svg/text/text-text-04-t-expected.txt: Removed.
28311         * platform/chromium/svg/text/text-text-05-t-expected.txt: Removed.
28312         * platform/chromium/svg/text/text-tref-01-b-expected.txt: Removed.
28313         * platform/chromium/svg/text/text-tselect-01-b-expected.txt: Removed.
28314         * platform/chromium/svg/text/text-tselect-02-f-expected.txt: Removed.
28315         * platform/chromium/svg/text/text-tspan-01-b-expected.txt: Removed.
28316         * platform/chromium/svg/text/text-ws-01-t-expected.txt: Removed.
28317         * platform/chromium/svg/text/text-ws-02-t-expected.txt: Removed.
28318         * platform/chromium/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
28319         * platform/chromium/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
28320         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
28321         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
28322         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
28323         * platform/chromium/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
28324         * platform/efl-wk2/svg: Added.
28325         * platform/efl-wk2/svg/batik: Added.
28326         * platform/efl-wk2/svg/batik/filters: Added.
28327         * platform/efl-wk2/svg/batik/filters/filterRegions-expected.png: Added.
28328         * platform/efl-wk2/svg/batik/text: Added.
28329         * platform/efl-wk2/svg/batik/text/smallFonts-expected.png: Added.
28330         * platform/efl-wk2/svg/batik/text/textEffect-expected.png: Added.
28331         * platform/efl-wk2/svg/batik/text/textFeatures-expected.png: Added.
28332         * platform/efl-wk2/svg/batik/text/textLayout-expected.png: Added.
28333         * platform/efl-wk2/svg/batik/text/textLayout2-expected.png: Added.
28334         * platform/efl-wk2/svg/css: Added.
28335         * platform/efl-wk2/svg/css/text-shadow-multiple-expected.png: Added.
28336         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
28337         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
28338         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
28339         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
28340         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
28341         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
28342         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
28343         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
28344         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
28345         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
28346         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
28347         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
28348         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
28349         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
28350         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
28351         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
28352         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
28353         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
28354         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
28355         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
28356         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
28357         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
28358         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
28359         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
28360         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
28361         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
28362         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
28363         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
28364         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
28365         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
28366         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
28367         * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
28368         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
28369         * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
28370         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
28371         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
28372         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
28373         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
28374         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
28375         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
28376         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
28377         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
28378         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
28379         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
28380         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
28381         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
28382         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
28383         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
28384         * platform/efl/svg/batik/filters/filterRegions-expected.png: Removed.
28385         * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
28386         * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
28387         * platform/efl/svg/batik/text/textFeatures-expected.png: Removed.
28388         * platform/efl/svg/batik/text/textLayout-expected.png: Removed.
28389         * platform/efl/svg/batik/text/textLayout2-expected.png: Removed.
28390         * platform/efl/svg/carto.net/textbox-expected.txt: Removed.
28391         * platform/efl/svg/css/text-shadow-multiple-expected.png: Removed.
28392         * platform/efl/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
28393         * platform/efl/svg/hixie/text/001-expected.png: Removed.
28394         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
28395         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
28396         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
28397         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
28398         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
28399         * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
28400         * platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
28401         * platform/gtk/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
28402         * platform/gtk/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
28403         * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
28404         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
28405         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
28406         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
28407         * platform/gtk/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
28408         * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
28409         * platform/gtk/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
28410         * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
28411         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
28412         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
28413         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
28414         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
28415         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
28416         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
28417         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
28418         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
28419         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
28420         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
28421         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
28422         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
28423         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
28424         * platform/gtk/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
28425         * platform/gtk/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
28426         * platform/gtk/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
28427         * platform/gtk/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
28428         * platform/gtk/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
28429         * platform/gtk/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
28430         * platform/gtk/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
28431         * platform/gtk/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
28432         * platform/gtk/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
28433         * platform/gtk/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
28434         * platform/gtk/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
28435         * platform/gtk/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
28436         * platform/gtk/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
28437         * platform/gtk/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
28438         * platform/gtk/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
28439         * platform/gtk/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
28440         * platform/gtk/svg/carto.net/textbox-expected.txt: Removed.
28441         * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
28442         * platform/gtk/svg/hixie/text/001-expected.png: Removed.
28443         * platform/mac-lion/svg/batik: Added.
28444         * platform/mac-lion/svg/batik/text: Added.
28445         * platform/mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
28446         * platform/mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
28447         * platform/mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
28448         * platform/mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
28449         * platform/mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
28450         * platform/mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
28451         * platform/mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
28452         * platform/mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
28453         * platform/mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
28454         * platform/mac-lion/svg/hixie: Added.
28455         * platform/mac-lion/svg/hixie/perf: Added.
28456         * platform/mac-lion/svg/hixie/perf/003-expected.txt: Added.
28457         * platform/mac-lion/svg/hixie/perf/004-expected.txt: Added.
28458         * platform/mac-lion/svg/hixie/perf/005-expected.txt: Added.
28459         * platform/mac-lion/svg/hixie/perf/006-expected.txt: Added.
28460         * platform/mac-lion/svg/hixie/text: Added.
28461         * platform/mac-lion/svg/hixie/text/001-expected.txt: Added.
28462         * platform/mac-lion/svg/hixie/text/003a-expected.txt: Added.
28463         * platform/mac-lion/svg/hixie/text/003b-expected.txt: Added.
28464         * platform/mac-lion/svg/hixie/viewbox: Added.
28465         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio: Added.
28466         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
28467         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
28468         * platform/mac-lion/svg/text: Added.
28469         * platform/mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
28470         * platform/mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
28471         * platform/mac-lion/svg/text/bidi-text-query-expected.txt: Added.
28472         * platform/mac-lion/svg/text/bidi-tspans-expected.txt: Added.
28473         * platform/mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
28474         * platform/mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
28475         * platform/mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
28476         * platform/mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
28477         * platform/mac-lion/svg/text/small-fonts-2-expected.txt: Added.
28478         * platform/mac-lion/svg/text/small-fonts-3-expected.txt: Added.
28479         * platform/mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
28480         * platform/mac-lion/svg/text/text-hkern-expected.txt: Added.
28481         * platform/mac-lion/svg/text/text-text-06-t-expected.txt: Added.
28482         * platform/mac-lion/svg/text/text-text-07-t-expected.txt: Added.
28483         * platform/mac-lion/svg/text/text-text-08-b-expected.txt: Added.
28484         * platform/mac-lion/svg/wicd: Added.
28485         * platform/mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
28486         * platform/mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
28487         * platform/mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
28488         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
28489         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
28490         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
28491         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
28492         * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
28493         * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
28494         * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
28495         * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
28496         * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
28497         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
28498         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
28499         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
28500         * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
28501         * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
28502         * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
28503         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
28504         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
28505         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
28506         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
28507         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
28508         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
28509         * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
28510         * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
28511         * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
28512         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
28513         * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
28514         * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
28515         * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
28516         * platform/mac/svg/batik/filters/feTile-expected.txt:
28517         * platform/mac/svg/batik/text/smallFonts-expected.txt:
28518         * platform/mac/svg/batik/text/textEffect-expected.txt: Removed.
28519         * platform/mac/svg/batik/text/textEffect3-expected.txt: Removed.
28520         * platform/mac/svg/batik/text/textFeatures-expected.txt: Removed.
28521         * platform/mac/svg/batik/text/textLayout2-expected.txt: Removed.
28522         * platform/mac/svg/carto.net/colourpicker-expected.txt: Removed.
28523         * platform/mac/svg/carto.net/tabgroup-expected.txt: Removed.
28524         * platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
28525         * platform/mac/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
28526         * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
28527         * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
28528         * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
28529         * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
28530         * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
28531         * platform/mac/svg/custom/pointer-events-text-css-transform-expected.txt:
28532         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
28533         * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
28534         * platform/mac/svg/custom/stroked-pattern-expected.txt:
28535         * platform/mac/svg/custom/text-letter-spacing-expected.txt:
28536         * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
28537         * platform/mac/svg/custom/text-tref-03-b-change-href-expected.txt:
28538         * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
28539         * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.txt:
28540         * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
28541         * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
28542         * platform/mac/svg/custom/tref-own-content-removal-expected.txt:
28543         * platform/mac/svg/custom/tref-update-expected.txt:
28544         * platform/mac/svg/custom/use-detach-expected.txt:
28545         * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
28546         * platform/mac/svg/custom/use-modify-target-container-expected.txt:
28547         * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
28548         * platform/mac/svg/custom/use-recursion-1-expected.txt:
28549         * platform/mac/svg/custom/use-recursion-2-expected.txt:
28550         * platform/mac/svg/custom/use-recursion-3-expected.txt:
28551         * platform/mac/svg/custom/use-recursion-4-expected.txt:
28552         * platform/mac/svg/hixie/perf/003-expected.txt:
28553         * platform/mac/svg/hixie/perf/004-expected.txt:
28554         * platform/mac/svg/hixie/perf/005-expected.txt:
28555         * platform/mac/svg/hixie/perf/006-expected.txt:
28556         * platform/mac/svg/hixie/text/001-expected.txt:
28557         * platform/mac/svg/hixie/text/003-expected.txt: Removed.
28558         * platform/mac/svg/hixie/text/003a-expected.txt:
28559         * platform/mac/svg/hixie/text/003b-expected.txt:
28560         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
28561         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
28562         * platform/mac/svg/text/append-text-node-to-tspan-expected.txt:
28563         * platform/mac/svg/text/bidi-reorder-value-lists-expected.txt:
28564         * platform/mac/svg/text/bidi-text-query-expected.txt:
28565         * platform/mac/svg/text/bidi-tspans-expected.txt:
28566         * platform/mac/svg/text/font-size-below-point-five-2-expected.txt: Removed.
28567         * platform/mac/svg/text/modify-text-node-in-tspan-expected.txt:
28568         * platform/mac/svg/text/remove-text-node-from-tspan-expected.txt:
28569         * platform/mac/svg/text/remove-tspan-from-text-expected.txt:
28570         * platform/mac/svg/text/scaled-font-expected.txt: Removed.
28571         * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
28572         * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
28573         * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
28574         * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
28575         * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
28576         * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
28577         * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
28578         * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
28579         * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
28580         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
28581         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
28582         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
28583         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
28584         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
28585         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
28586         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
28587         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
28588         * platform/mac/svg/text/select-x-list-1-expected.txt: Removed.
28589         * platform/mac/svg/text/select-x-list-2-expected.txt: Removed.
28590         * platform/mac/svg/text/select-x-list-3-expected.txt: Removed.
28591         * platform/mac/svg/text/select-x-list-4-expected.txt: Removed.
28592         * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
28593         * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
28594         * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
28595         * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
28596         * platform/mac/svg/text/selection-doubleclick-expected.txt: Removed.
28597         * platform/mac/svg/text/selection-tripleclick-expected.txt:
28598         * platform/mac/svg/text/small-fonts-2-expected.txt:
28599         * platform/mac/svg/text/small-fonts-3-expected.txt:
28600         * platform/mac/svg/text/small-fonts-expected.txt: Added.
28601         * platform/mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
28602         * platform/mac/svg/text/text-align-01-b-expected.txt: Removed.
28603         * platform/mac/svg/text/text-align-02-b-expected.txt: Removed.
28604         * platform/mac/svg/text/text-align-03-b-expected.txt: Removed.
28605         * platform/mac/svg/text/text-align-04-b-expected.txt: Removed.
28606         * platform/mac/svg/text/text-align-05-b-expected.txt: Removed.
28607         * platform/mac/svg/text/text-align-06-b-expected.txt: Removed.
28608         * platform/mac/svg/text/text-altglyph-01-b-expected.txt: Removed.
28609         * platform/mac/svg/text/text-deco-01-b-expected.txt: Removed.
28610         * platform/mac/svg/text/text-fonts-01-t-expected.txt: Removed.
28611         * platform/mac/svg/text/text-fonts-02-t-expected.txt:
28612         * platform/mac/svg/text/text-hkern-expected.txt:
28613         * platform/mac/svg/text/text-intro-05-t-expected.txt: Removed.
28614         * platform/mac/svg/text/text-path-01-b-expected.txt: Removed.
28615         * platform/mac/svg/text/text-path-middle-align-expected.txt: Removed.
28616         * platform/mac/svg/text/text-spacing-01-b-expected.txt: Removed.
28617         * platform/mac/svg/text/text-text-01-b-expected.txt: Removed.
28618         * platform/mac/svg/text/text-text-03-b-expected.txt: Removed.
28619         * platform/mac/svg/text/text-text-04-t-expected.txt: Removed.
28620         * platform/mac/svg/text/text-text-05-t-expected.txt: Removed.
28621         * platform/mac/svg/text/text-text-06-t-expected.txt:
28622         * platform/mac/svg/text/text-text-07-t-expected.txt:
28623         * platform/mac/svg/text/text-text-08-b-expected.txt:
28624         * platform/mac/svg/text/text-tref-01-b-expected.txt: Removed.
28625         * platform/mac/svg/text/text-tselect-01-b-expected.txt: Removed.
28626         * platform/mac/svg/text/text-tselect-02-f-expected.txt: Removed.
28627         * platform/mac/svg/text/text-tspan-01-b-expected.txt: Removed.
28628         * platform/mac/svg/text/text-ws-01-t-expected.txt: Removed.
28629         * platform/mac/svg/text/text-ws-02-t-expected.txt: Removed.
28630         * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
28631         * platform/mac/svg/wicd/rightsizing-grid-expected.txt:
28632         * platform/mac/svg/wicd/sizing-flakiness-expected.txt:
28633         * platform/mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
28634         * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
28635         * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
28636         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
28637         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
28638         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
28639         * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
28640         * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
28641         * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
28642         * platform/qt/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
28643         * platform/win-future/svg: Added.
28644         * platform/win-future/svg/batik: Added.
28645         * platform/win-future/svg/batik/text: Added.
28646         * platform/win-future/svg/batik/text/textEffect-expected.txt: Added.
28647         * platform/win-future/svg/batik/text/textEffect3-expected.txt: Added.
28648         * svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
28649         * svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
28650         * svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
28651         * svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
28652         * svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
28653         * svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
28654         * svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
28655         * svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
28656         * svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
28657         * svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
28658         * svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
28659         * svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
28660         * svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
28661         * svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
28662         * svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
28663         * svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
28664         * svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
28665         * svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
28666         * svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
28667         * svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
28668         * svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
28669         * svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
28670         * svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
28671         * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
28672         * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
28673         * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
28674         * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
28675         * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
28676         * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
28677         * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
28678         * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
28679         * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
28680         * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
28681         * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
28682         * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
28683         * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
28684         * svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
28685         * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
28686         * svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
28687         * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
28688         * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
28689         * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
28690         * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
28691         * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
28692         * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
28693         * svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
28694         * svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
28695         * svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
28696         * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
28697         * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
28698         * svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
28699         * svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
28700         * svg/batik/text/textEffect-expected.txt: Replaced.
28701         * svg/batik/text/textEffect3-expected.txt: Replaced.
28702         * svg/batik/text/textFeatures-expected.txt: Added.
28703         * svg/batik/text/textLayout2-expected.txt: Added.
28704         * svg/carto.net/colourpicker-expected.txt: Added.
28705         * svg/carto.net/tabgroup-expected.txt: Added.
28706         * svg/carto.net/textbox-expected.txt: Added.
28707         * svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Added.
28708         * svg/custom/clip-mask-negative-scale-expected.txt: Added.
28709         * svg/hixie/text/001-expected.png: Added.
28710         * svg/hixie/text/003-expected.txt: Added.
28711         * svg/text/font-size-below-point-five-2-expected.txt: Added.
28712         * svg/text/scaled-font-expected.txt: Added.
28713         * svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
28714         * svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added.
28715         * svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added.
28716         * svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added.
28717         * svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added.
28718         * svg/text/select-textLength-spacing-stretch-1-expected.txt: Added.
28719         * svg/text/select-textLength-spacing-stretch-2-expected.txt: Added.
28720         * svg/text/select-textLength-spacing-stretch-3-expected.txt: Added.
28721         * svg/text/select-textLength-spacing-stretch-4-expected.txt: Added.
28722         * svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
28723         * svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
28724         * svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
28725         * svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
28726         * svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
28727         * svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
28728         * svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
28729         * svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added.
28730         * svg/text/select-x-list-1-expected.txt: Added.
28731         * svg/text/select-x-list-2-expected.txt: Added.
28732         * svg/text/select-x-list-3-expected.txt: Added.
28733         * svg/text/select-x-list-4-expected.txt: Added.
28734         * svg/text/select-x-list-with-tspans-1-expected.txt: Added.
28735         * svg/text/select-x-list-with-tspans-2-expected.txt: Added.
28736         * svg/text/select-x-list-with-tspans-3-expected.txt: Added.
28737         * svg/text/select-x-list-with-tspans-4-expected.txt: Added.
28738         * svg/text/selection-doubleclick-expected.txt: Added.
28739         * svg/text/small-fonts-in-html5-expected.txt: Added.
28740         * svg/text/text-align-01-b-expected.txt: Added.
28741         * svg/text/text-align-02-b-expected.txt: Added.
28742         * svg/text/text-align-03-b-expected.txt: Added.
28743         * svg/text/text-align-04-b-expected.txt: Added.
28744         * svg/text/text-align-05-b-expected.txt: Added.
28745         * svg/text/text-align-06-b-expected.txt: Added.
28746         * svg/text/text-altglyph-01-b-expected.txt: Added.
28747         * svg/text/text-deco-01-b-expected.txt: Added.
28748         * svg/text/text-fonts-01-t-expected.txt: Added.
28749         * svg/text/text-intro-05-t-expected.txt: Added.
28750         * svg/text/text-path-01-b-expected.txt: Added.
28751         * svg/text/text-path-middle-align-expected.txt: Added.
28752         * svg/text/text-spacing-01-b-expected.txt: Added.
28753         * svg/text/text-text-01-b-expected.txt: Added.
28754         * svg/text/text-text-03-b-expected.txt: Added.
28755         * svg/text/text-text-04-t-expected.txt: Added.
28756         * svg/text/text-text-05-t-expected.txt: Added.
28757         * svg/text/text-tref-01-b-expected.txt: Added.
28758         * svg/text/text-tselect-01-b-expected.txt: Added.
28759         * svg/text/text-tselect-02-f-expected.txt: Added.
28760         * svg/text/text-tspan-01-b-expected.txt: Added.
28761         * svg/text/text-ws-01-t-expected.txt: Added.
28762         * svg/text/text-ws-02-t-expected.txt: Added.
28763         * svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
28764         * svg/wicd/test-rightsizing-a-expected.txt: Added.
28765         * svg/zoom/page/zoom-foreignObject-expected.txt: Added.
28766         * svg/zoom/text/zoom-foreignObject-expected.txt: Added.
28767
28768         * platform/chromium-linux-x86/svg/text/scaling-font-with-geometric-precision-expected.png: Removed.
28769         * platform/chromium-linux/css3/zoom-coords-expected.txt:
28770         * platform/chromium-linux/platform/chromium-linux/svg/text/text-with-geometric-precision-expected.txt:
28771         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
28772         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
28773         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
28774         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
28775         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
28776         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
28777         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
28778         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
28779         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
28780         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
28781         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
28782         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
28783         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
28784         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
28785         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
28786         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
28787         * platform/chromium-linux/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
28788         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
28789         * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
28790         * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
28791         * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
28792         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
28793         * platform/chromium-linux/svg/batik/text/smallFonts-expected.txt: Added.
28794         * platform/chromium-linux/svg/batik/text/textAnchor-expected.png:
28795         * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
28796         * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
28797         * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
28798         * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
28799         * platform/chromium-linux/svg/batik/text/textOnPath-expected.png:
28800         * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png:
28801         * platform/chromium-linux/svg/carto.net/colourpicker-expected.png:
28802         * platform/chromium-linux/svg/carto.net/scrollbar-expected.txt:
28803         * platform/chromium-linux/svg/carto.net/tabgroup-expected.png:
28804         * platform/chromium-linux/svg/carto.net/tabgroup-expected.txt: Removed.
28805         * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Added.
28806         * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Added.
28807         * platform/chromium-linux/svg/custom/font-face-simple-expected.txt: Added.
28808         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
28809         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
28810         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
28811         * platform/chromium-linux/svg/custom/image-small-width-height-expected.txt: Added.
28812         * platform/chromium-linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
28813         * platform/chromium-linux/svg/custom/js-late-clipPath-creation-expected.txt: Added.
28814         * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
28815         * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
28816         * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
28817         * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.txt: Added.
28818         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
28819         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
28820         * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
28821         * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.txt: Added.
28822         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
28823         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
28824         * platform/chromium-linux/svg/custom/path-textPath-simulation-expected.txt: Added.
28825         * platform/chromium-linux/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
28826         * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
28827         * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.txt: Added.
28828         * platform/chromium-linux/svg/custom/stroked-pattern-expected.txt: Added.
28829         * platform/chromium-linux/svg/custom/text-letter-spacing-expected.txt: Added.
28830         * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
28831         * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
28832         * platform/chromium-linux/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
28833         * platform/chromium-linux/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
28834         * platform/chromium-linux/svg/custom/text-x-dx-lists-expected.txt: Added.
28835         * platform/chromium-linux/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
28836         * platform/chromium-linux/svg/custom/tref-own-content-removal-expected.txt: Added.
28837         * platform/chromium-linux/svg/custom/tref-update-expected.txt: Added.
28838         * platform/chromium-linux/svg/custom/use-detach-expected.txt: Added.
28839         * platform/chromium-linux/svg/custom/use-modify-container-in-target-expected.txt: Added.
28840         * platform/chromium-linux/svg/custom/use-modify-target-container-expected.txt: Added.
28841         * platform/chromium-linux/svg/custom/use-modify-target-symbol-expected.txt:
28842         * platform/chromium-linux/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
28843         * platform/chromium-linux/svg/custom/use-on-g-containing-use-expected.txt: Added.
28844         * platform/chromium-linux/svg/custom/use-on-g-expected.txt: Added.
28845         * platform/chromium-linux/svg/custom/use-on-rect-expected.txt: Added.
28846         * platform/chromium-linux/svg/custom/use-on-symbol-expected.txt: Added.
28847         * platform/chromium-linux/svg/custom/use-on-text-expected.txt: Added.
28848         * platform/chromium-linux/svg/custom/use-on-use-expected.txt: Added.
28849         * platform/chromium-linux/svg/custom/use-recursion-1-expected.txt: Added.
28850         * platform/chromium-linux/svg/custom/use-recursion-2-expected.txt: Added.
28851         * platform/chromium-linux/svg/custom/use-recursion-3-expected.txt: Added.
28852         * platform/chromium-linux/svg/custom/use-recursion-4-expected.txt: Added.
28853         * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
28854         * platform/chromium-linux/svg/custom/use-transform-expected.txt: Added.
28855         * platform/chromium-linux/svg/hixie/perf/003-expected.txt: Added.
28856         * platform/chromium-linux/svg/hixie/perf/004-expected.txt: Added.
28857         * platform/chromium-linux/svg/hixie/perf/005-expected.txt: Added.
28858         * platform/chromium-linux/svg/hixie/perf/006-expected.txt: Added.
28859         * platform/chromium-linux/svg/hixie/text/001-expected.txt: Added.
28860         * platform/chromium-linux/svg/hixie/text/003a-expected.txt: Added.
28861         * platform/chromium-linux/svg/hixie/text/003b-expected.txt: Added.
28862         * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
28863         * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
28864         * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.png:
28865         * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.txt: Added.
28866         * platform/chromium-linux/svg/text/bidi-reorder-value-lists-expected.txt: Added.
28867         * platform/chromium-linux/svg/text/bidi-text-anchor-direction-expected.txt: Added.
28868         * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: Added.
28869         * platform/chromium-linux/svg/text/bidi-tspans-expected.txt:
28870         * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.png:
28871         * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.txt: Added.
28872         * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.png:
28873         * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.txt: Added.
28874         * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.png:
28875         * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.txt: Added.
28876         * platform/chromium-linux/svg/text/scaling-font-with-geometric-precision-expected.png:
28877         * platform/chromium-linux/svg/text/selection-doubleclick-expected.txt:
28878         * platform/chromium-linux/svg/text/selection-tripleclick-expected.txt: Added.
28879         * platform/chromium-linux/svg/text/small-fonts-2-expected.txt: Added.
28880         * platform/chromium-linux/svg/text/small-fonts-3-expected.txt: Added.
28881         * platform/chromium-linux/svg/text/text-fonts-01-t-expected.txt:
28882         * platform/chromium-linux/svg/text/text-fonts-02-t-expected.txt:
28883         * platform/chromium-linux/svg/text/text-hkern-expected.txt: Added.
28884         * platform/chromium-linux/svg/text/text-intro-05-t-expected.txt:
28885         * platform/chromium-linux/svg/text/text-spacing-01-b-expected.txt:
28886         * platform/chromium-linux/svg/text/text-text-06-t-expected.txt: Added.
28887         * platform/chromium-linux/svg/text/text-text-07-t-expected.txt: Added.
28888         * platform/chromium-linux/svg/text/text-text-08-b-expected.txt:
28889         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
28890         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
28891         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
28892         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
28893         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
28894         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
28895         * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.txt: Added.
28896         * platform/chromium-linux/svg/wicd/sizing-flakiness-expected.txt: Added.
28897         * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.txt: Added.
28898         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
28899         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
28900         * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.png:
28901         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
28902         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
28903         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
28904         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
28905         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
28906         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
28907         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
28908         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
28909         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
28910         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
28911         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
28912         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
28913         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
28914         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
28915         * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
28916         * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png:
28917         * platform/chromium-mac-lion/svg/carto.net/tabgroup-expected.png:
28918         * platform/chromium-mac-lion/svg/custom/image-small-width-height-expected.txt: Added.
28919         * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.png:
28920         * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
28921         * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.png:
28922         * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
28923         * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.png:
28924         * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
28925         * platform/chromium-mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
28926         * platform/chromium-mac-lion/svg/custom/path-textPath-simulation-expected.txt: Added.
28927         * platform/chromium-mac-lion/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
28928         * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
28929         * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.txt: Added.
28930         * platform/chromium-mac-lion/svg/custom/stroked-pattern-expected.txt: Added.
28931         * platform/chromium-mac-lion/svg/custom/text-letter-spacing-expected.txt: Added.
28932         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
28933         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
28934         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
28935         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
28936         * platform/chromium-mac-lion/svg/custom/text-x-dx-lists-expected.txt: Added.
28937         * platform/chromium-mac-lion/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
28938         * platform/chromium-mac-lion/svg/custom/tref-own-content-removal-expected.txt: Added.
28939         * platform/chromium-mac-lion/svg/custom/tref-update-expected.txt: Added.
28940         * platform/chromium-mac-lion/svg/custom/use-detach-expected.png:
28941         * platform/chromium-mac-lion/svg/custom/use-detach-expected.txt: Added.
28942         * platform/chromium-mac-lion/svg/custom/use-modify-container-in-target-expected.txt: Added.
28943         * platform/chromium-mac-lion/svg/custom/use-modify-target-container-expected.txt: Added.
28944         * platform/chromium-mac-lion/svg/custom/use-modify-target-symbol-expected.txt: Added.
28945         * platform/chromium-mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
28946         * platform/chromium-mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
28947         * platform/chromium-mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
28948         * platform/chromium-mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
28949         * platform/chromium-mac-lion/svg/hixie/perf/003-expected.txt: Added.
28950         * platform/chromium-mac-lion/svg/hixie/perf/004-expected.txt: Added.
28951         * platform/chromium-mac-lion/svg/hixie/perf/005-expected.txt: Added.
28952         * platform/chromium-mac-lion/svg/hixie/perf/006-expected.txt: Added.
28953         * platform/chromium-mac-lion/svg/hixie/text/001-expected.txt: Added.
28954         * platform/chromium-mac-lion/svg/hixie/text/003a-expected.txt: Added.
28955         * platform/chromium-mac-lion/svg/hixie/text/003b-expected.txt: Added.
28956         * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
28957         * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
28958         * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.png:
28959         * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
28960         * platform/chromium-mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
28961         * platform/chromium-mac-lion/svg/text/bidi-text-query-expected.txt: Added.
28962         * platform/chromium-mac-lion/svg/text/bidi-tspans-expected.txt: Added.
28963         * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.png:
28964         * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
28965         * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.png:
28966         * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
28967         * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.png:
28968         * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
28969         * platform/chromium-mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
28970         * platform/chromium-mac-lion/svg/text/small-fonts-2-expected.txt: Added.
28971         * platform/chromium-mac-lion/svg/text/small-fonts-3-expected.txt: Added.
28972         * platform/chromium-mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
28973         * platform/chromium-mac-lion/svg/text/text-hkern-expected.txt: Added.
28974         * platform/chromium-mac-lion/svg/text/text-text-06-t-expected.txt: Added.
28975         * platform/chromium-mac-lion/svg/text/text-text-07-t-expected.txt: Added.
28976         * platform/chromium-mac-lion/svg/text/text-text-08-b-expected.txt: Added.
28977         * platform/chromium-mac-lion/svg/transforms/text-with-mask-with-svg-transform-expected.png:
28978         * platform/chromium-mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
28979         * platform/chromium-mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
28980         * platform/chromium-mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
28981         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
28982         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
28983         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
28984         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
28985         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
28986         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
28987         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
28988         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
28989         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
28990         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
28991         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
28992         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
28993         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
28994         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
28995         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
28996         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
28997         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
28998         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
28999         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
29000         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
29001         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
29002         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
29003         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
29004         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
29005         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
29006         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
29007         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
29008         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
29009         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
29010         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
29011         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
29012         * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.txt: Added.
29013         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
29014         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png:
29015         * platform/chromium-mac-snowleopard/svg/carto.net/tabgroup-expected.png:
29016         * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.txt: Added.
29017         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
29018         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Removed.
29019         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.txt: Added.
29020         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
29021         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
29022         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-creation-expected.txt: Added.
29023         * platform/chromium-mac-snowleopard/svg/custom/path-textPath-simulation-expected.txt: Added.
29024         * platform/chromium-mac-snowleopard/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
29025         * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
29026         * platform/chromium-mac-snowleopard/svg/custom/shapes-supporting-markers-expected.txt: Added.
29027         * platform/chromium-mac-snowleopard/svg/custom/stroked-pattern-expected.txt: Added.
29028         * platform/chromium-mac-snowleopard/svg/custom/text-letter-spacing-expected.txt: Added.
29029         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
29030         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
29031         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
29032         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
29033         * platform/chromium-mac-snowleopard/svg/custom/text-x-dx-lists-expected.txt: Added.
29034         * platform/chromium-mac-snowleopard/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
29035         * platform/chromium-mac-snowleopard/svg/custom/tref-own-content-removal-expected.txt: Added.
29036         * platform/chromium-mac-snowleopard/svg/custom/tref-update-expected.txt: Added.
29037         * platform/chromium-mac-snowleopard/svg/custom/use-detach-expected.txt: Added.
29038         * platform/chromium-mac-snowleopard/svg/custom/use-modify-container-in-target-expected.txt: Added.
29039         * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-container-expected.txt: Added.
29040         * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-symbol-expected.txt: Added.
29041         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-1-expected.txt: Added.
29042         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-2-expected.txt: Added.
29043         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-3-expected.txt: Added.
29044         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-4-expected.txt: Added.
29045         * platform/chromium-mac-snowleopard/svg/hixie/perf/003-expected.txt: Added.
29046         * platform/chromium-mac-snowleopard/svg/hixie/perf/004-expected.txt: Added.
29047         * platform/chromium-mac-snowleopard/svg/hixie/perf/005-expected.txt: Added.
29048         * platform/chromium-mac-snowleopard/svg/hixie/perf/006-expected.txt: Added.
29049         * platform/chromium-mac-snowleopard/svg/hixie/text/001-expected.txt: Added.
29050         * platform/chromium-mac-snowleopard/svg/hixie/text/003a-expected.txt: Added.
29051         * platform/chromium-mac-snowleopard/svg/hixie/text/003b-expected.txt: Added.
29052         * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
29053         * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
29054         * platform/chromium-mac-snowleopard/svg/text/append-text-node-to-tspan-expected.txt: Added.
29055         * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.png: Removed.
29056         * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.txt: Added.
29057         * platform/chromium-mac-snowleopard/svg/text/bidi-text-query-expected.txt: Added.
29058         * platform/chromium-mac-snowleopard/svg/text/bidi-tspans-expected.txt:
29059         * platform/chromium-mac-snowleopard/svg/text/modify-text-node-in-tspan-expected.txt: Added.
29060         * platform/chromium-mac-snowleopard/svg/text/remove-text-node-from-tspan-expected.txt: Added.
29061         * platform/chromium-mac-snowleopard/svg/text/remove-tspan-from-text-expected.txt: Added.
29062         * platform/chromium-mac-snowleopard/svg/text/selection-tripleclick-expected.txt: Added.
29063         * platform/chromium-mac-snowleopard/svg/text/small-fonts-2-expected.txt: Added.
29064         * platform/chromium-mac-snowleopard/svg/text/small-fonts-3-expected.txt: Added.
29065         * platform/chromium-mac-snowleopard/svg/text/text-fonts-02-t-expected.txt: Added.
29066         * platform/chromium-mac-snowleopard/svg/text/text-hkern-expected.txt: Added.
29067         * platform/chromium-mac-snowleopard/svg/text/text-intro-05-t-expected.txt:
29068         * platform/chromium-mac-snowleopard/svg/text/text-text-06-t-expected.txt: Added.
29069         * platform/chromium-mac-snowleopard/svg/text/text-text-07-t-expected.txt: Added.
29070         * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.txt: Added.
29071         * platform/chromium-mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
29072         * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.txt: Added.
29073         * platform/chromium-mac-snowleopard/svg/wicd/sizing-flakiness-expected.txt: Added.
29074         * platform/chromium-mac-snowleopard/svg/wicd/test-rightsizing-b-expected.txt: Added.
29075         * platform/chromium-mac/css3/zoom-coords-expected.txt: Removed.
29076         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
29077         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
29078         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
29079         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
29080         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
29081         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
29082         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Added.
29083         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
29084         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
29085         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Added.
29086         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
29087         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
29088         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
29089         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
29090         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
29091         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
29092         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Added.
29093         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
29094         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
29095         * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
29096         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
29097         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
29098         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
29099         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
29100         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
29101         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
29102         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
29103         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
29104         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
29105         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
29106         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
29107         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Added.
29108         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
29109         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Added.
29110         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Added.
29111         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Added.
29112         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Added.
29113         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Added.
29114         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
29115         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
29116         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
29117         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
29118         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
29119         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
29120         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
29121         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
29122         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
29123         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
29124         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
29125         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
29126         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
29127         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
29128         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
29129         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
29130         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
29131         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
29132         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
29133         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
29134         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
29135         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
29136         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
29137         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
29138         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
29139         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
29140         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
29141         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
29142         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
29143         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
29144         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
29145         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
29146         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
29147         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
29148         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
29149         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
29150         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
29151         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
29152         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
29153         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
29154         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
29155         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
29156         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
29157         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
29158         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
29159         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
29160         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
29161         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
29162         * platform/chromium-mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
29163         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
29164         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
29165         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
29166         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
29167         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
29168         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
29169         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
29170         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
29171         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
29172         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
29173         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
29174         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
29175         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
29176         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
29177         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
29178         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
29179         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
29180         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
29181         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
29182         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
29183         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
29184         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
29185         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
29186         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
29187         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
29188         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
29189         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
29190         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
29191         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
29192         * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
29193         * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
29194         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
29195         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
29196         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
29197         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
29198         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
29199         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
29200         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
29201         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
29202         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
29203         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
29204         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
29205         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
29206         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
29207         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
29208         * platform/chromium-mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
29209         * platform/chromium-mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
29210         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
29211         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
29212         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
29213         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
29214         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
29215         * platform/chromium-mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
29216         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added.
29217         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added.
29218         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added.
29219         * platform/chromium-mac/svg/batik/filters/feTile-expected.txt: Added.
29220         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
29221         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.txt: Added.
29222         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
29223         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.txt: Added.
29224         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
29225         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.txt: Added.
29226         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
29227         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
29228         * platform/chromium-mac/svg/batik/text/smallFonts-expected.txt: Added.
29229         * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
29230         * platform/chromium-mac/svg/batik/text/textAnchor-expected.txt: Added.
29231         * platform/chromium-mac/svg/batik/text/textAnchor2-expected.txt: Added.
29232         * platform/chromium-mac/svg/batik/text/textAnchor3-expected.txt: Added.
29233         * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
29234         * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
29235         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
29236         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
29237         * platform/chromium-mac/svg/batik/text/textLayout-expected.txt: Added.
29238         * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
29239         * platform/chromium-mac/svg/batik/text/textLength-expected.txt: Added.
29240         * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
29241         * platform/chromium-mac/svg/batik/text/textOnPath-expected.txt: Added.
29242         * platform/chromium-mac/svg/batik/text/textOnPath2-expected.txt:
29243         * platform/chromium-mac/svg/batik/text/textOnPath3-expected.txt:
29244         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
29245         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.txt: Added.
29246         * platform/chromium-mac/svg/batik/text/textPCDATA-expected.txt: Added.
29247         * platform/chromium-mac/svg/batik/text/textProperties-expected.txt: Added.
29248         * platform/chromium-mac/svg/batik/text/textStyles-expected.txt: Added.
29249         * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
29250         * platform/chromium-mac/svg/batik/text/verticalText-expected.txt: Added.
29251         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
29252         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.txt: Added.
29253         * platform/chromium-mac/svg/carto.net/button-expected.txt: Added.
29254         * platform/chromium-mac/svg/carto.net/scrollbar-expected.txt: Added.
29255         * platform/chromium-mac/svg/carto.net/selectionlist-expected.txt: Added.
29256         * platform/chromium-mac/svg/carto.net/slider-expected.txt: Added.
29257         * platform/chromium-mac/svg/carto.net/tabgroup-expected.png:
29258         * platform/chromium-mac/svg/carto.net/textbox-expected.txt: Added.
29259         * platform/chromium-mac/svg/carto.net/window-expected.txt: Added.
29260         * platform/chromium-mac/svg/css/text-shadow-multiple-expected.txt: Added.
29261         * platform/chromium-mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
29262         * platform/chromium-mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
29263         * platform/chromium-mac/svg/custom/font-face-cascade-order-expected.txt: Added.
29264         * platform/chromium-mac/svg/custom/font-face-simple-expected.txt: Added.
29265         * platform/chromium-mac/svg/custom/image-small-width-height-expected.txt: Added.
29266         * platform/chromium-mac/svg/custom/invalid-css-expected.txt: Added.
29267         * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
29268         * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
29269         * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
29270         * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.txt: Added.
29271         * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
29272         * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
29273         * platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.txt: Added.
29274         * platform/chromium-mac/svg/custom/linking-uri-01-b-expected.txt: Added.
29275         * platform/chromium-mac/svg/custom/marker-default-width-height-expected.txt: Added.
29276         * platform/chromium-mac/svg/custom/path-textPath-simulation-expected.txt: Added.
29277         * platform/chromium-mac/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
29278         * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
29279         * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.txt: Added.
29280         * platform/chromium-mac/svg/custom/stroked-pattern-expected.txt: Added.
29281         * platform/chromium-mac/svg/custom/text-letter-spacing-expected.txt: Added.
29282         * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
29283         * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
29284         * platform/chromium-mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
29285         * platform/chromium-mac/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
29286         * platform/chromium-mac/svg/custom/text-x-dx-lists-expected.txt: Added.
29287         * platform/chromium-mac/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
29288         * platform/chromium-mac/svg/custom/tref-own-content-removal-expected.txt: Added.
29289         * platform/chromium-mac/svg/custom/tref-update-expected.txt: Added.
29290         * platform/chromium-mac/svg/custom/use-detach-expected.png:
29291         * platform/chromium-mac/svg/custom/use-detach-expected.txt: Added.
29292         * platform/chromium-mac/svg/custom/use-modify-container-in-target-expected.txt: Added.
29293         * platform/chromium-mac/svg/custom/use-modify-target-container-expected.txt: Added.
29294         * platform/chromium-mac/svg/custom/use-modify-target-symbol-expected.txt: Added.
29295         * platform/chromium-mac/svg/custom/use-recursion-1-expected.txt: Added.
29296         * platform/chromium-mac/svg/custom/use-recursion-2-expected.txt: Added.
29297         * platform/chromium-mac/svg/custom/use-recursion-3-expected.txt: Added.
29298         * platform/chromium-mac/svg/custom/use-recursion-4-expected.txt: Added.
29299         * platform/chromium-mac/svg/hixie/perf/003-expected.txt: Added.
29300         * platform/chromium-mac/svg/hixie/perf/004-expected.txt: Added.
29301         * platform/chromium-mac/svg/hixie/perf/005-expected.txt: Added.
29302         * platform/chromium-mac/svg/hixie/perf/006-expected.txt: Added.
29303         * platform/chromium-mac/svg/hixie/text/001-expected.txt: Added.
29304         * platform/chromium-mac/svg/hixie/text/003a-expected.txt: Added.
29305         * platform/chromium-mac/svg/hixie/text/003b-expected.txt: Added.
29306         * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
29307         * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
29308         * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.png:
29309         * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.txt: Added.
29310         * platform/chromium-mac/svg/text/bidi-reorder-value-lists-expected.txt: Added.
29311         * platform/chromium-mac/svg/text/bidi-text-query-expected.txt: Added.
29312         * platform/chromium-mac/svg/text/bidi-tspans-expected.txt: Added.
29313         * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.png:
29314         * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.txt: Added.
29315         * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.png:
29316         * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.txt: Added.
29317         * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.png:
29318         * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.txt: Added.
29319         * platform/chromium-mac/svg/text/selection-tripleclick-expected.txt: Added.
29320         * platform/chromium-mac/svg/text/small-fonts-2-expected.txt: Added.
29321         * platform/chromium-mac/svg/text/small-fonts-3-expected.txt: Added.
29322         * platform/chromium-mac/svg/text/small-fonts-expected.txt: Added.
29323         * platform/chromium-mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
29324         * platform/chromium-mac/svg/text/text-fonts-02-t-expected.txt: Added.
29325         * platform/chromium-mac/svg/text/text-hkern-expected.txt: Added.
29326         * platform/chromium-mac/svg/text/text-text-06-t-expected.txt: Added.
29327         * platform/chromium-mac/svg/text/text-text-07-t-expected.txt: Added.
29328         * platform/chromium-mac/svg/text/text-text-08-b-expected.txt: Added.
29329         * platform/chromium-mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
29330         * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.txt:
29331         * platform/chromium-mac/svg/wicd/sizing-flakiness-expected.txt: Added.
29332         * platform/chromium-mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
29333         * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.txt:
29334         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed.
29335         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
29336         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
29337         * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
29338         * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
29339         * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
29340         * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
29341         * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
29342         * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
29343         * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
29344         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
29345         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
29346         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
29347         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
29348         * platform/chromium-win-xp/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
29349         * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
29350         * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
29351         * platform/chromium-win-xp/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
29352         * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png:
29353         * platform/chromium-win-xp/svg/batik/filters/filterRegions-expected.png: Added.
29354         * platform/chromium-win-xp/svg/batik/masking: Added.
29355         * platform/chromium-win-xp/svg/batik/masking/maskRegions-expected.png: Added.
29356         * platform/chromium-win-xp/svg/batik/paints: Added.
29357         * platform/chromium-win-xp/svg/batik/paints/gradientLimit-expected.png: Added.
29358         * platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
29359         * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Added.
29360         * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.txt: Added.
29361         * platform/chromium-win-xp/svg/batik/text/textAnchor-expected.png: Added.
29362         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Added.
29363         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.txt: Added.
29364         * platform/chromium-win-xp/svg/batik/text/textLayout-expected.png: Added.
29365         * platform/chromium-win-xp/svg/batik/text/textLayout2-expected.png: Added.
29366         * platform/chromium-win-xp/svg/batik/text/textLength-expected.png: Added.
29367         * platform/chromium-win-xp/svg/batik/text/textOnPath-expected.png: Added.
29368         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.png: Added.
29369         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.txt: Added.
29370         * platform/chromium-win-xp/svg/batik/text/textProperties-expected.png: Added.
29371         * platform/chromium-win-xp/svg/batik/text/textStyles-expected.png: Added.
29372         * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
29373         * platform/chromium-win-xp/svg/batik/text/verticalTextOnPath-expected.png: Added.
29374         * platform/chromium-win-xp/svg/carto.net: Removed.
29375         * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Removed.
29376         * platform/chromium-win-xp/svg/clip-path: Removed.
29377         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
29378         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
29379         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
29380         * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.txt: Added.
29381         * platform/chromium-win-xp/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
29382         * platform/chromium-win-xp/svg/custom/js-late-clipPath-creation-expected.txt: Added.
29383         * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png:
29384         * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
29385         * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.png: Removed.
29386         * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.txt: Added.
29387         * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
29388         * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
29389         * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.txt: Added.
29390         * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
29391         * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
29392         * platform/chromium-win-xp/svg/custom/path-textPath-simulation-expected.txt: Added.
29393         * platform/chromium-win-xp/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
29394         * platform/chromium-win-xp/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
29395         * platform/chromium-win-xp/svg/custom/shapes-supporting-markers-expected.txt: Added.
29396         * platform/chromium-win-xp/svg/custom/stroked-pattern-expected.txt: Added.
29397         * platform/chromium-win-xp/svg/custom/text-letter-spacing-expected.txt: Added.
29398         * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
29399         * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
29400         * platform/chromium-win-xp/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
29401         * platform/chromium-win-xp/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
29402         * platform/chromium-win-xp/svg/custom/text-x-dx-lists-expected.txt: Added.
29403         * platform/chromium-win-xp/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
29404         * platform/chromium-win-xp/svg/custom/tref-own-content-removal-expected.txt: Added.
29405         * platform/chromium-win-xp/svg/custom/tref-update-expected.txt: Added.
29406         * platform/chromium-win-xp/svg/custom/use-detach-expected.txt: Added.
29407         * platform/chromium-win-xp/svg/custom/use-modify-container-in-target-expected.txt: Added.
29408         * platform/chromium-win-xp/svg/custom/use-modify-target-container-expected.txt: Added.
29409         * platform/chromium-win-xp/svg/custom/use-modify-target-symbol-expected.txt:
29410         * platform/chromium-win-xp/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
29411         * platform/chromium-win-xp/svg/custom/use-on-g-containing-use-expected.txt: Added.
29412         * platform/chromium-win-xp/svg/custom/use-on-g-expected.txt: Added.
29413         * platform/chromium-win-xp/svg/custom/use-on-rect-expected.txt: Added.
29414         * platform/chromium-win-xp/svg/custom/use-on-symbol-expected.txt: Added.
29415         * platform/chromium-win-xp/svg/custom/use-on-text-expected.txt: Added.
29416         * platform/chromium-win-xp/svg/custom/use-on-use-expected.txt: Added.
29417         * platform/chromium-win-xp/svg/custom/use-recursion-1-expected.txt: Added.
29418         * platform/chromium-win-xp/svg/custom/use-recursion-2-expected.txt: Added.
29419         * platform/chromium-win-xp/svg/custom/use-recursion-3-expected.txt: Added.
29420         * platform/chromium-win-xp/svg/custom/use-recursion-4-expected.txt: Added.
29421         * platform/chromium-win-xp/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
29422         * platform/chromium-win-xp/svg/custom/use-transform-expected.txt: Added.
29423         * platform/chromium-win-xp/svg/hixie/perf: Added.
29424         * platform/chromium-win-xp/svg/hixie/perf/003-expected.txt: Added.
29425         * platform/chromium-win-xp/svg/hixie/perf/004-expected.txt: Added.
29426         * platform/chromium-win-xp/svg/hixie/perf/005-expected.txt: Added.
29427         * platform/chromium-win-xp/svg/hixie/perf/006-expected.txt: Added.
29428         * platform/chromium-win-xp/svg/hixie/text: Added.
29429         * platform/chromium-win-xp/svg/hixie/text/001-expected.txt: Added.
29430         * platform/chromium-win-xp/svg/hixie/text/003a-expected.txt: Added.
29431         * platform/chromium-win-xp/svg/hixie/text/003b-expected.txt: Added.
29432         * platform/chromium-win-xp/svg/hixie/viewbox: Added.
29433         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio: Added.
29434         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
29435         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
29436         * platform/chromium-win-xp/svg/text/append-text-node-to-tspan-expected.txt: Added.
29437         * platform/chromium-win-xp/svg/text/bidi-reorder-value-lists-expected.txt: Added.
29438         * platform/chromium-win-xp/svg/text/bidi-text-anchor-direction-expected.txt: Added.
29439         * platform/chromium-win-xp/svg/text/bidi-text-query-expected.txt: Added.
29440         * platform/chromium-win-xp/svg/text/bidi-tspans-expected.txt:
29441         * platform/chromium-win-xp/svg/text/modify-text-node-in-tspan-expected.txt: Added.
29442         * platform/chromium-win-xp/svg/text/remove-text-node-from-tspan-expected.txt: Added.
29443         * platform/chromium-win-xp/svg/text/remove-tspan-from-text-expected.txt: Added.
29444         * platform/chromium-win-xp/svg/text/selection-tripleclick-expected.txt: Added.
29445         * platform/chromium-win-xp/svg/text/small-fonts-2-expected.txt: Added.
29446         * platform/chromium-win-xp/svg/text/small-fonts-3-expected.txt: Added.
29447         * platform/chromium-win-xp/svg/text/text-fonts-02-t-expected.txt: Added.
29448         * platform/chromium-win-xp/svg/text/text-hkern-expected.txt: Added.
29449         * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.txt:
29450         * platform/chromium-win-xp/svg/text/text-text-06-t-expected.txt: Added.
29451         * platform/chromium-win-xp/svg/text/text-text-07-t-expected.txt: Added.
29452         * platform/chromium-win-xp/svg/text/text-text-08-b-expected.txt: Added.
29453         * platform/chromium-win-xp/svg/transforms: Removed.
29454         * platform/chromium-win-xp/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
29455         * platform/chromium-win-xp/svg/wicd/rightsizing-grid-expected.txt: Added.
29456         * platform/chromium-win-xp/svg/wicd/sizing-flakiness-expected.txt: Added.
29457         * platform/chromium-win-xp/svg/wicd/test-rightsizing-b-expected.txt: Added.
29458         * platform/chromium-win/css3/zoom-coords-expected.txt:
29459         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
29460         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
29461         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
29462         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
29463         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
29464         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
29465         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
29466         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
29467         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
29468         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
29469         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
29470         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
29471         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
29472         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
29473         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
29474         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
29475         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
29476         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
29477         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
29478         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
29479         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
29480         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
29481         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
29482         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
29483         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
29484         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
29485         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
29486         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
29487         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
29488         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
29489         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
29490         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
29491         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
29492         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
29493         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
29494         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
29495         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
29496         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
29497         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
29498         * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
29499         * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
29500         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
29501         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
29502         * platform/chromium-win/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
29503         * platform/chromium-win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
29504         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
29505         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
29506         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
29507         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
29508         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
29509         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
29510         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
29511         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
29512         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
29513         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
29514         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
29515         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
29516         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
29517         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
29518         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
29519         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
29520         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
29521         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
29522         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
29523         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
29524         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
29525         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
29526         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
29527         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
29528         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
29529         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
29530         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
29531         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
29532         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
29533         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
29534         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
29535         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
29536         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
29537         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
29538         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
29539         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
29540         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
29541         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
29542         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
29543         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
29544         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
29545         * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
29546         * platform/chromium-win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
29547         * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
29548         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
29549         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
29550         * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
29551         * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
29552         * platform/chromium-win/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
29553         * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
29554         * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
29555         * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
29556         * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
29557         * platform/chromium-win/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
29558         * platform/chromium-win/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
29559         * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
29560         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
29561         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
29562         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
29563         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
29564         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
29565         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
29566         * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
29567         * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
29568         * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
29569         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
29570         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
29571         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
29572         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
29573         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
29574         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
29575         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
29576         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
29577         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
29578         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
29579         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
29580         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
29581         * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
29582         * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
29583         * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
29584         * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
29585         * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
29586         * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
29587         * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
29588         * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
29589         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
29590         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
29591         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
29592         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
29593         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
29594         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
29595         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
29596         * platform/chromium-win/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
29597         * platform/chromium-win/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
29598         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
29599         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
29600         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
29601         * platform/chromium-win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
29602         * platform/chromium-win/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
29603         * platform/chromium-win/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
29604         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
29605         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
29606         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
29607         * platform/chromium-win/svg/batik/filters/feTile-expected.txt:
29608         * platform/chromium-win/svg/batik/filters/filterRegions-expected.txt:
29609         * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt:
29610         * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt:
29611         * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
29612         * platform/chromium-win/svg/batik/text/smallFonts-expected.txt:
29613         * platform/chromium-win/svg/batik/text/textAnchor-expected.txt:
29614         * platform/chromium-win/svg/batik/text/textAnchor2-expected.txt:
29615         * platform/chromium-win/svg/batik/text/textAnchor3-expected.txt:
29616         * platform/chromium-win/svg/batik/text/textEffect-expected.png:
29617         * platform/chromium-win/svg/batik/text/textEffect-expected.txt:
29618         * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
29619         * platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
29620         * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
29621         * platform/chromium-win/svg/batik/text/textFeatures-expected.txt:
29622         * platform/chromium-win/svg/batik/text/textLayout-expected.txt:
29623         * platform/chromium-win/svg/batik/text/textLayout2-expected.txt:
29624         * platform/chromium-win/svg/batik/text/textLength-expected.txt:
29625         * platform/chromium-win/svg/batik/text/textOnPath-expected.txt:
29626         * platform/chromium-win/svg/batik/text/textOnPath2-expected.txt:
29627         * platform/chromium-win/svg/batik/text/textOnPath3-expected.txt:
29628         * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt:
29629         * platform/chromium-win/svg/batik/text/textPCDATA-expected.txt:
29630         * platform/chromium-win/svg/batik/text/textProperties-expected.txt:
29631         * platform/chromium-win/svg/batik/text/textStyles-expected.txt:
29632         * platform/chromium-win/svg/batik/text/verticalText-expected.txt:
29633         * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt:
29634         * platform/chromium-win/svg/carto.net/button-expected.txt:
29635         * platform/chromium-win/svg/carto.net/colourpicker-expected.txt:
29636         * platform/chromium-win/svg/carto.net/scrollbar-expected.txt:
29637         * platform/chromium-win/svg/carto.net/selectionlist-expected.txt:
29638         * platform/chromium-win/svg/carto.net/slider-expected.txt:
29639         * platform/chromium-win/svg/carto.net/tabgroup-expected.png:
29640         * platform/chromium-win/svg/carto.net/tabgroup-expected.txt:
29641         * platform/chromium-win/svg/carto.net/textbox-expected.txt:
29642         * platform/chromium-win/svg/carto.net/window-expected.txt:
29643         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt:
29644         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-expected.txt:
29645         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt:
29646         * platform/chromium-win/svg/css/text-shadow-multiple-expected.txt:
29647         * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.txt: Added.
29648         * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.txt:
29649         * platform/chromium-win/svg/custom/dominant-baseline-modes-expected.txt:
29650         * platform/chromium-win/svg/custom/font-face-cascade-order-expected.txt:
29651         * platform/chromium-win/svg/custom/font-face-simple-expected.png:
29652         * platform/chromium-win/svg/custom/font-face-simple-expected.txt:
29653         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
29654         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
29655         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
29656         * platform/chromium-win/svg/custom/image-small-width-height-expected.txt:
29657         * platform/chromium-win/svg/custom/invalid-css-expected.txt:
29658         * platform/chromium-win/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
29659         * platform/chromium-win/svg/custom/js-late-clipPath-creation-expected.txt:
29660         * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
29661         * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.txt:
29662         * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
29663         * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.txt:
29664         * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png:
29665         * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt:
29666         * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
29667         * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.txt:
29668         * platform/chromium-win/svg/custom/linking-uri-01-b-expected.txt:
29669         * platform/chromium-win/svg/custom/marker-default-width-height-expected.txt:
29670         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.txt:
29671         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
29672         * platform/chromium-win/svg/custom/path-textPath-simulation-expected.txt:
29673         * platform/chromium-win/svg/custom/pointer-events-text-css-transform-expected.txt:
29674         * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
29675         * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.txt:
29676         * platform/chromium-win/svg/custom/stroked-pattern-expected.txt:
29677         * platform/chromium-win/svg/custom/text-letter-spacing-expected.txt:
29678         * platform/chromium-win/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
29679         * platform/chromium-win/svg/custom/text-tref-03-b-change-href-expected.txt:
29680         * platform/chromium-win/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
29681         * platform/chromium-win/svg/custom/text-tref-03-b-tref-removal-expected.txt:
29682         * platform/chromium-win/svg/custom/text-x-dx-lists-expected.txt:
29683         * platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.txt:
29684         * platform/chromium-win/svg/custom/tref-own-content-removal-expected.txt:
29685         * platform/chromium-win/svg/custom/tref-update-expected.txt:
29686         * platform/chromium-win/svg/custom/use-detach-expected.txt:
29687         * platform/chromium-win/svg/custom/use-modify-container-in-target-expected.txt:
29688         * platform/chromium-win/svg/custom/use-modify-target-container-expected.txt:
29689         * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt:
29690         * platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt:
29691         * platform/chromium-win/svg/custom/use-on-g-containing-use-expected.txt:
29692         * platform/chromium-win/svg/custom/use-on-g-expected.txt:
29693         * platform/chromium-win/svg/custom/use-on-rect-expected.txt:
29694         * platform/chromium-win/svg/custom/use-on-symbol-expected.txt:
29695         * platform/chromium-win/svg/custom/use-on-text-expected.txt:
29696         * platform/chromium-win/svg/custom/use-on-use-expected.txt:
29697         * platform/chromium-win/svg/custom/use-recursion-1-expected.txt:
29698         * platform/chromium-win/svg/custom/use-recursion-2-expected.txt:
29699         * platform/chromium-win/svg/custom/use-recursion-3-expected.txt:
29700         * platform/chromium-win/svg/custom/use-recursion-4-expected.txt:
29701         * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
29702         * platform/chromium-win/svg/custom/use-transform-expected.txt:
29703         * platform/chromium-win/svg/hixie/perf/003-expected.txt:
29704         * platform/chromium-win/svg/hixie/perf/004-expected.txt:
29705         * platform/chromium-win/svg/hixie/perf/005-expected.txt:
29706         * platform/chromium-win/svg/hixie/perf/006-expected.txt:
29707         * platform/chromium-win/svg/hixie/text/001-expected.png: Added.
29708         * platform/chromium-win/svg/hixie/text/001-expected.txt: Added.
29709         * platform/chromium-win/svg/hixie/text/003-expected.txt:
29710         * platform/chromium-win/svg/hixie/text/003a-expected.txt: Added.
29711         * platform/chromium-win/svg/hixie/text/003b-expected.txt:
29712         * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
29713         * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
29714         * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.png:
29715         * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.txt:
29716         * platform/chromium-win/svg/text/bidi-reorder-value-lists-expected.txt:
29717         * platform/chromium-win/svg/text/bidi-text-anchor-direction-expected.txt:
29718         * platform/chromium-win/svg/text/bidi-text-query-expected.txt:
29719         * platform/chromium-win/svg/text/bidi-tspans-expected.txt:
29720         * platform/chromium-win/svg/text/font-size-below-point-five-2-expected.txt:
29721         * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.png:
29722         * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.txt: Added.
29723         * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.png:
29724         * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.txt:
29725         * platform/chromium-win/svg/text/remove-tspan-from-text-expected.png:
29726         * platform/chromium-win/svg/text/remove-tspan-from-text-expected.txt: Added.
29727         * platform/chromium-win/svg/text/scaled-font-expected.txt:
29728         * platform/chromium-win/svg/text/scaling-font-with-geometric-precision-expected.txt:
29729         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
29730         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
29731         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
29732         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
29733         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-1-expected.txt:
29734         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-2-expected.txt:
29735         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-3-expected.txt:
29736         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-4-expected.txt:
29737         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
29738         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
29739         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
29740         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
29741         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
29742         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
29743         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
29744         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
29745         * platform/chromium-win/svg/text/select-x-list-1-expected.txt:
29746         * platform/chromium-win/svg/text/select-x-list-2-expected.txt:
29747         * platform/chromium-win/svg/text/select-x-list-3-expected.txt:
29748         * platform/chromium-win/svg/text/select-x-list-4-expected.txt:
29749         * platform/chromium-win/svg/text/select-x-list-with-tspans-1-expected.txt:
29750         * platform/chromium-win/svg/text/select-x-list-with-tspans-2-expected.txt:
29751         * platform/chromium-win/svg/text/select-x-list-with-tspans-3-expected.txt:
29752         * platform/chromium-win/svg/text/select-x-list-with-tspans-4-expected.txt:
29753         * platform/chromium-win/svg/text/selection-doubleclick-expected.txt:
29754         * platform/chromium-win/svg/text/selection-tripleclick-expected.txt:
29755         * platform/chromium-win/svg/text/small-fonts-2-expected.png:
29756         * platform/chromium-win/svg/text/small-fonts-2-expected.txt:
29757         * platform/chromium-win/svg/text/small-fonts-3-expected.txt:
29758         * platform/chromium-win/svg/text/small-fonts-expected.txt: Removed.
29759         * platform/chromium-win/svg/text/small-fonts-in-html5-expected.txt:
29760         * platform/chromium-win/svg/text/text-align-01-b-expected.txt:
29761         * platform/chromium-win/svg/text/text-align-02-b-expected.txt:
29762         * platform/chromium-win/svg/text/text-align-03-b-expected.txt:
29763         * platform/chromium-win/svg/text/text-align-04-b-expected.txt:
29764         * platform/chromium-win/svg/text/text-align-05-b-expected.txt:
29765         * platform/chromium-win/svg/text/text-align-06-b-expected.txt:
29766         * platform/chromium-win/svg/text/text-altglyph-01-b-expected.txt:
29767         * platform/chromium-win/svg/text/text-deco-01-b-expected.txt:
29768         * platform/chromium-win/svg/text/text-fonts-01-t-expected.txt:
29769         * platform/chromium-win/svg/text/text-fonts-02-t-expected.txt:
29770         * platform/chromium-win/svg/text/text-hkern-expected.txt: Added.
29771         * platform/chromium-win/svg/text/text-intro-05-t-expected.txt:
29772         * platform/chromium-win/svg/text/text-path-01-b-expected.txt:
29773         * platform/chromium-win/svg/text/text-path-middle-align-expected.txt:
29774         * platform/chromium-win/svg/text/text-spacing-01-b-expected.txt:
29775         * platform/chromium-win/svg/text/text-text-01-b-expected.txt:
29776         * platform/chromium-win/svg/text/text-text-03-b-expected.txt:
29777         * platform/chromium-win/svg/text/text-text-04-t-expected.txt:
29778         * platform/chromium-win/svg/text/text-text-05-t-expected.txt:
29779         * platform/chromium-win/svg/text/text-text-06-t-expected.txt:
29780         * platform/chromium-win/svg/text/text-text-07-t-expected.txt:
29781         * platform/chromium-win/svg/text/text-text-08-b-expected.txt:
29782         * platform/chromium-win/svg/text/text-tref-01-b-expected.txt:
29783         * platform/chromium-win/svg/text/text-tselect-01-b-expected.txt:
29784         * platform/chromium-win/svg/text/text-tselect-02-f-expected.txt:
29785         * platform/chromium-win/svg/text/text-tspan-01-b-expected.txt:
29786         * platform/chromium-win/svg/text/text-ws-01-t-expected.txt:
29787         * platform/chromium-win/svg/text/text-ws-02-t-expected.txt:
29788         * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.png:
29789         * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
29790         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
29791         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
29792         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
29793         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
29794         * platform/chromium-win/svg/wicd/rightsizing-grid-expected.txt:
29795         * platform/chromium-win/svg/wicd/sizing-flakiness-expected.txt: Added.
29796         * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.txt:
29797         * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt:
29798         * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt:
29799         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
29800         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
29801         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
29802         * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.txt:
29803         * platform/chromium/TestExpectations:
29804         * platform/chromium/css3/zoom-coords-expected.txt: Added.
29805         * platform/chromium/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
29806         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Removed.
29807         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Removed.
29808         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Removed.
29809         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Removed.
29810         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Removed.
29811         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Removed.
29812         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Removed.
29813         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Removed.
29814         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Removed.
29815         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Removed.
29816         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Removed.
29817         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Removed.
29818         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Removed.
29819         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Removed.
29820         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Removed.
29821         * platform/chromium/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Removed.
29822         * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
29823         * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
29824         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
29825         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
29826         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Removed.
29827         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Removed.
29828         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Removed.
29829         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Removed.
29830         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Removed.
29831         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Removed.
29832         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Removed.
29833         * platform/chromium/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Removed.
29834         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Replaced.
29835         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Replaced.
29836         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Replaced.
29837         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Replaced.
29838         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
29839         * platform/chromium/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Replaced.
29840         * platform/chromium/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
29841         * platform/chromium/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Replaced.
29842         * platform/chromium/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Replaced.
29843         * platform/chromium/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Replaced.
29844         * platform/chromium/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Replaced.
29845         * platform/chromium/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Replaced.
29846         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Replaced.
29847         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Replaced.
29848         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Replaced.
29849         * platform/chromium/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
29850         * platform/chromium/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Replaced.
29851         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Removed.
29852         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Removed.
29853         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Removed.
29854         * platform/chromium/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Replaced.
29855         * platform/chromium/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Replaced.
29856         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Replaced.
29857         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Replaced.
29858         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Replaced.
29859         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Replaced.
29860         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Replaced.
29861         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Replaced.
29862         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
29863         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
29864         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
29865         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
29866         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
29867         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
29868         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
29869         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
29870         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
29871         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
29872         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
29873         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
29874         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
29875         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
29876         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
29877         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
29878         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
29879         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
29880         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
29881         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
29882         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
29883         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
29884         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
29885         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
29886         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
29887         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
29888         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
29889         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
29890         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
29891         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
29892         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
29893         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
29894         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
29895         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
29896         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
29897         * platform/chromium/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
29898         * platform/chromium/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
29899         * platform/chromium/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
29900         * platform/chromium/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
29901         * platform/chromium/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
29902         * platform/chromium/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
29903         * platform/chromium/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
29904         * platform/chromium/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
29905         * platform/chromium/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
29906         * platform/chromium/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
29907         * platform/chromium/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Replaced.
29908         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
29909         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
29910         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
29911         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
29912         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
29913         * platform/chromium/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
29914         * platform/chromium/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
29915         * platform/chromium/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
29916         * platform/chromium/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
29917         * platform/chromium/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
29918         * platform/chromium/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
29919         * platform/chromium/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
29920         * platform/chromium/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
29921         * platform/chromium/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
29922         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
29923         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
29924         * platform/chromium/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
29925         * platform/chromium/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
29926         * platform/chromium/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
29927         * platform/chromium/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
29928         * platform/chromium/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
29929         * platform/chromium/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
29930         * platform/chromium/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
29931         * platform/chromium/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
29932         * platform/chromium/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
29933         * platform/chromium/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
29934         * platform/chromium/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
29935         * platform/chromium/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
29936         * platform/chromium/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
29937         * platform/chromium/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
29938         * platform/chromium/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
29939         * platform/chromium/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
29940         * platform/chromium/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
29941         * platform/chromium/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
29942         * platform/chromium/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
29943         * platform/chromium/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
29944         * platform/chromium/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
29945         * platform/chromium/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
29946         * platform/chromium/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
29947         * platform/chromium/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
29948         * platform/chromium/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
29949         * platform/chromium/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
29950         * platform/chromium/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
29951         * platform/chromium/svg/W3C-SVG-1.2-Tiny: Removed.
29952         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
29953         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
29954         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
29955         * platform/chromium/svg/batik/filters: Removed.
29956         * platform/chromium/svg/batik/filters/feTile-expected.txt: Removed.
29957         * platform/chromium/svg/batik/filters/filterRegions-expected.txt: Removed.
29958         * platform/chromium/svg/batik/masking: Removed.
29959         * platform/chromium/svg/batik/masking/maskRegions-expected.txt: Removed.
29960         * platform/chromium/svg/batik/paints: Removed.
29961         * platform/chromium/svg/batik/paints/gradientLimit-expected.txt: Removed.
29962         * platform/chromium/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
29963         * platform/chromium/svg/batik/text/textAnchor-expected.txt: Removed.
29964         * platform/chromium/svg/batik/text/textAnchor2-expected.txt: Removed.
29965         * platform/chromium/svg/batik/text/textAnchor3-expected.txt: Removed.
29966         * platform/chromium/svg/batik/text/textEffect-expected.txt: Removed.
29967         * platform/chromium/svg/batik/text/textEffect3-expected.txt: Removed.
29968         * platform/chromium/svg/batik/text/textFeatures-expected.txt: Removed.
29969         * platform/chromium/svg/batik/text/textLayout-expected.txt: Removed.
29970         * platform/chromium/svg/batik/text/textLayout2-expected.txt: Removed.
29971         * platform/chromium/svg/batik/text/textLength-expected.txt: Removed.
29972         * platform/chromium/svg/batik/text/textOnPath-expected.txt: Removed.
29973         * platform/chromium/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
29974         * platform/chromium/svg/batik/text/textPCDATA-expected.txt: Removed.
29975         * platform/chromium/svg/batik/text/textProperties-expected.txt: Removed.
29976         * platform/chromium/svg/batik/text/textStyles-expected.txt: Removed.
29977         * platform/chromium/svg/batik/text/verticalText-expected.txt: Removed.
29978         * platform/chromium/svg/batik/text/verticalTextOnPath-expected.txt: Removed.
29979         * platform/chromium/svg/carto.net/button-expected.txt: Removed.
29980         * platform/chromium/svg/carto.net/colourpicker-expected.txt: Removed.
29981         * platform/chromium/svg/carto.net/scrollbar-expected.txt: Removed.
29982         * platform/chromium/svg/carto.net/selectionlist-expected.txt: Removed.
29983         * platform/chromium/svg/carto.net/slider-expected.txt: Removed.
29984         * platform/chromium/svg/carto.net/tabgroup-expected.txt: Removed.
29985         * platform/chromium/svg/carto.net/textbox-expected.txt: Removed.
29986         * platform/chromium/svg/carto.net/window-expected.txt: Removed.
29987         * platform/chromium/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
29988         * platform/chromium/svg/css/text-shadow-multiple-expected.txt: Removed.
29989         * platform/chromium/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
29990         * platform/chromium/svg/custom/dominant-baseline-hanging-expected.txt: Removed.
29991         * platform/chromium/svg/custom/dominant-baseline-modes-expected.txt: Removed.
29992         * platform/chromium/svg/custom/font-face-cascade-order-expected.txt: Removed.
29993         * platform/chromium/svg/custom/font-face-simple-expected.txt: Removed.
29994         * platform/chromium/svg/custom/invalid-css-expected.txt: Removed.
29995         * platform/chromium/svg/custom/linking-uri-01-b-expected.txt: Removed.
29996         * platform/chromium/svg/custom/marker-default-width-height-expected.txt: Removed.
29997         * platform/chromium/svg/custom/use-recursion-4-expected.png: Removed.
29998         * platform/chromium/svg/hixie/text/001-expected.png: Removed.
29999         * platform/chromium/svg/hixie/text/003-expected.txt: Removed.
30000         * platform/chromium/svg/text/font-size-below-point-five-2-expected.txt: Removed.
30001         * platform/chromium/svg/text/scaled-font-expected.txt: Removed.
30002         * platform/chromium/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
30003         * platform/chromium/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
30004         * platform/chromium/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
30005         * platform/chromium/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
30006         * platform/chromium/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
30007         * platform/chromium/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
30008         * platform/chromium/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
30009         * platform/chromium/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
30010         * platform/chromium/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
30011         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
30012         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
30013         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
30014         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
30015         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
30016         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
30017         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
30018         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
30019         * platform/chromium/svg/text/select-x-list-1-expected.txt: Removed.
30020         * platform/chromium/svg/text/select-x-list-2-expected.txt: Removed.
30021         * platform/chromium/svg/text/select-x-list-3-expected.txt: Removed.
30022         * platform/chromium/svg/text/select-x-list-4-expected.txt: Removed.
30023         * platform/chromium/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
30024         * platform/chromium/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
30025         * platform/chromium/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
30026         * platform/chromium/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
30027         * platform/chromium/svg/text/selection-doubleclick-expected.txt: Removed.
30028         * platform/chromium/svg/text/small-fonts-expected.txt: Added.
30029         * platform/chromium/svg/text/text-align-01-b-expected.txt: Removed.
30030         * platform/chromium/svg/text/text-align-02-b-expected.txt: Removed.
30031         * platform/chromium/svg/text/text-align-03-b-expected.txt: Removed.
30032         * platform/chromium/svg/text/text-align-04-b-expected.txt: Removed.
30033         * platform/chromium/svg/text/text-align-05-b-expected.txt: Removed.
30034         * platform/chromium/svg/text/text-align-06-b-expected.txt: Removed.
30035         * platform/chromium/svg/text/text-altglyph-01-b-expected.txt: Removed.
30036         * platform/chromium/svg/text/text-deco-01-b-expected.txt: Removed.
30037         * platform/chromium/svg/text/text-fonts-01-t-expected.txt: Removed.
30038         * platform/chromium/svg/text/text-intro-05-t-expected.txt: Removed.
30039         * platform/chromium/svg/text/text-path-01-b-expected.txt: Removed.
30040         * platform/chromium/svg/text/text-path-middle-align-expected.txt: Removed.
30041         * platform/chromium/svg/text/text-spacing-01-b-expected.txt: Removed.
30042         * platform/chromium/svg/text/text-text-01-b-expected.txt: Removed.
30043         * platform/chromium/svg/text/text-text-03-b-expected.txt: Removed.
30044         * platform/chromium/svg/text/text-text-04-t-expected.txt: Removed.
30045         * platform/chromium/svg/text/text-text-05-t-expected.txt: Removed.
30046         * platform/chromium/svg/text/text-tref-01-b-expected.txt: Removed.
30047         * platform/chromium/svg/text/text-tselect-01-b-expected.txt: Removed.
30048         * platform/chromium/svg/text/text-tselect-02-f-expected.txt: Removed.
30049         * platform/chromium/svg/text/text-tspan-01-b-expected.txt: Removed.
30050         * platform/chromium/svg/text/text-ws-01-t-expected.txt: Removed.
30051         * platform/chromium/svg/text/text-ws-02-t-expected.txt: Removed.
30052         * platform/chromium/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
30053         * platform/chromium/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
30054         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
30055         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
30056         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
30057         * platform/chromium/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
30058         * platform/efl-wk2/svg: Added.
30059         * platform/efl-wk2/svg/batik: Added.
30060         * platform/efl-wk2/svg/batik/filters: Added.
30061         * platform/efl-wk2/svg/batik/filters/filterRegions-expected.png: Added.
30062         * platform/efl-wk2/svg/batik/text: Added.
30063         * platform/efl-wk2/svg/batik/text/smallFonts-expected.png: Added.
30064         * platform/efl-wk2/svg/batik/text/textEffect-expected.png: Added.
30065         * platform/efl-wk2/svg/batik/text/textFeatures-expected.png: Added.
30066         * platform/efl-wk2/svg/batik/text/textLayout-expected.png: Added.
30067         * platform/efl-wk2/svg/batik/text/textLayout2-expected.png: Added.
30068         * platform/efl-wk2/svg/css: Added.
30069         * platform/efl-wk2/svg/css/text-shadow-multiple-expected.png: Added.
30070         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
30071         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
30072         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
30073         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
30074         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
30075         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
30076         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
30077         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
30078         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
30079         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
30080         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
30081         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
30082         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
30083         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
30084         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
30085         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
30086         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
30087         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
30088         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
30089         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
30090         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
30091         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
30092         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
30093         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
30094         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
30095         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
30096         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
30097         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
30098         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
30099         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
30100         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
30101         * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
30102         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
30103         * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
30104         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
30105         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
30106         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
30107         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
30108         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
30109         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
30110         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
30111         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
30112         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
30113         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
30114         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
30115         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
30116         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
30117         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
30118         * platform/efl/svg/batik/filters/filterRegions-expected.png: Removed.
30119         * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
30120         * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
30121         * platform/efl/svg/batik/text/textFeatures-expected.png: Removed.
30122         * platform/efl/svg/batik/text/textLayout-expected.png: Removed.
30123         * platform/efl/svg/batik/text/textLayout2-expected.png: Removed.
30124         * platform/efl/svg/carto.net/textbox-expected.txt: Removed.
30125         * platform/efl/svg/css/text-shadow-multiple-expected.png: Removed.
30126         * platform/efl/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
30127         * platform/efl/svg/hixie/text/001-expected.png: Removed.
30128         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
30129         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
30130         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
30131         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
30132         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
30133         * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
30134         * platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
30135         * platform/gtk/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
30136         * platform/gtk/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
30137         * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
30138         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
30139         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
30140         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
30141         * platform/gtk/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
30142         * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
30143         * platform/gtk/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
30144         * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
30145         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
30146         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
30147         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
30148         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
30149         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
30150         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
30151         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
30152         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
30153         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
30154         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
30155         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
30156         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
30157         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
30158         * platform/gtk/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
30159         * platform/gtk/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
30160         * platform/gtk/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
30161         * platform/gtk/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
30162         * platform/gtk/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
30163         * platform/gtk/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
30164         * platform/gtk/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
30165         * platform/gtk/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
30166         * platform/gtk/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
30167         * platform/gtk/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
30168         * platform/gtk/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
30169         * platform/gtk/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
30170         * platform/gtk/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
30171         * platform/gtk/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
30172         * platform/gtk/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
30173         * platform/gtk/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
30174         * platform/gtk/svg/carto.net/textbox-expected.txt: Removed.
30175         * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
30176         * platform/gtk/svg/hixie/text/001-expected.png: Removed.
30177         * platform/mac-lion/svg/batik: Added.
30178         * platform/mac-lion/svg/batik/text: Added.
30179         * platform/mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
30180         * platform/mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
30181         * platform/mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
30182         * platform/mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
30183         * platform/mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
30184         * platform/mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
30185         * platform/mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
30186         * platform/mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
30187         * platform/mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
30188         * platform/mac-lion/svg/hixie: Added.
30189         * platform/mac-lion/svg/hixie/perf: Added.
30190         * platform/mac-lion/svg/hixie/perf/003-expected.txt: Added.
30191         * platform/mac-lion/svg/hixie/perf/004-expected.txt: Added.
30192         * platform/mac-lion/svg/hixie/perf/005-expected.txt: Added.
30193         * platform/mac-lion/svg/hixie/perf/006-expected.txt: Added.
30194         * platform/mac-lion/svg/hixie/text: Added.
30195         * platform/mac-lion/svg/hixie/text/001-expected.txt: Added.
30196         * platform/mac-lion/svg/hixie/text/003a-expected.txt: Added.
30197         * platform/mac-lion/svg/hixie/text/003b-expected.txt: Added.
30198         * platform/mac-lion/svg/hixie/viewbox: Added.
30199         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio: Added.
30200         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
30201         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
30202         * platform/mac-lion/svg/text: Added.
30203         * platform/mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
30204         * platform/mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
30205         * platform/mac-lion/svg/text/bidi-text-query-expected.txt: Added.
30206         * platform/mac-lion/svg/text/bidi-tspans-expected.txt: Added.
30207         * platform/mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
30208         * platform/mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
30209         * platform/mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
30210         * platform/mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
30211         * platform/mac-lion/svg/text/small-fonts-2-expected.txt: Added.
30212         * platform/mac-lion/svg/text/small-fonts-3-expected.txt: Added.
30213         * platform/mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
30214         * platform/mac-lion/svg/text/text-hkern-expected.txt: Added.
30215         * platform/mac-lion/svg/text/text-text-06-t-expected.txt: Added.
30216         * platform/mac-lion/svg/text/text-text-07-t-expected.txt: Added.
30217         * platform/mac-lion/svg/text/text-text-08-b-expected.txt: Added.
30218         * platform/mac-lion/svg/wicd: Added.
30219         * platform/mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
30220         * platform/mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
30221         * platform/mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
30222         * platform/mac/TestExpectations:
30223         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
30224         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
30225         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
30226         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
30227         * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
30228         * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
30229         * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
30230         * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
30231         * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
30232         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
30233         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
30234         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
30235         * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
30236         * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
30237         * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
30238         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
30239         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
30240         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
30241         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
30242         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
30243         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
30244         * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
30245         * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
30246         * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
30247         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
30248         * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
30249         * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
30250         * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
30251         * platform/mac/svg/batik/filters/feTile-expected.txt:
30252         * platform/mac/svg/batik/text/smallFonts-expected.txt:
30253         * platform/mac/svg/batik/text/textEffect-expected.txt: Removed.
30254         * platform/mac/svg/batik/text/textEffect3-expected.txt: Removed.
30255         * platform/mac/svg/batik/text/textFeatures-expected.txt: Removed.
30256         * platform/mac/svg/batik/text/textLayout2-expected.txt: Removed.
30257         * platform/mac/svg/carto.net/colourpicker-expected.txt: Removed.
30258         * platform/mac/svg/carto.net/tabgroup-expected.txt: Removed.
30259         * platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
30260         * platform/mac/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
30261         * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
30262         * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
30263         * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
30264         * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
30265         * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
30266         * platform/mac/svg/custom/pointer-events-text-css-transform-expected.txt:
30267         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
30268         * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
30269         * platform/mac/svg/custom/stroked-pattern-expected.txt:
30270         * platform/mac/svg/custom/text-letter-spacing-expected.txt:
30271         * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
30272         * platform/mac/svg/custom/text-tref-03-b-change-href-expected.txt:
30273         * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
30274         * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.txt:
30275         * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
30276         * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
30277         * platform/mac/svg/custom/tref-own-content-removal-expected.txt:
30278         * platform/mac/svg/custom/tref-update-expected.txt:
30279         * platform/mac/svg/custom/use-detach-expected.txt:
30280         * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
30281         * platform/mac/svg/custom/use-modify-target-container-expected.txt:
30282         * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
30283         * platform/mac/svg/custom/use-recursion-1-expected.txt:
30284         * platform/mac/svg/custom/use-recursion-2-expected.txt:
30285         * platform/mac/svg/custom/use-recursion-3-expected.txt:
30286         * platform/mac/svg/custom/use-recursion-4-expected.txt:
30287         * platform/mac/svg/hixie/perf/003-expected.txt:
30288         * platform/mac/svg/hixie/perf/004-expected.txt:
30289         * platform/mac/svg/hixie/perf/005-expected.txt:
30290         * platform/mac/svg/hixie/perf/006-expected.txt:
30291         * platform/mac/svg/hixie/text/001-expected.txt:
30292         * platform/mac/svg/hixie/text/003-expected.txt: Removed.
30293         * platform/mac/svg/hixie/text/003a-expected.txt:
30294         * platform/mac/svg/hixie/text/003b-expected.txt:
30295         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
30296         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
30297         * platform/mac/svg/text/append-text-node-to-tspan-expected.txt:
30298         * platform/mac/svg/text/bidi-reorder-value-lists-expected.txt:
30299         * platform/mac/svg/text/bidi-text-query-expected.txt:
30300         * platform/mac/svg/text/bidi-tspans-expected.txt:
30301         * platform/mac/svg/text/font-size-below-point-five-2-expected.txt: Removed.
30302         * platform/mac/svg/text/modify-text-node-in-tspan-expected.txt:
30303         * platform/mac/svg/text/remove-text-node-from-tspan-expected.txt:
30304         * platform/mac/svg/text/remove-tspan-from-text-expected.txt:
30305         * platform/mac/svg/text/scaled-font-expected.txt: Removed.
30306         * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
30307         * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
30308         * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
30309         * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
30310         * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
30311         * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
30312         * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
30313         * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
30314         * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
30315         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
30316         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
30317         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
30318         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
30319         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
30320         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
30321         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
30322         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
30323         * platform/mac/svg/text/select-x-list-1-expected.txt: Removed.
30324         * platform/mac/svg/text/select-x-list-2-expected.txt: Removed.
30325         * platform/mac/svg/text/select-x-list-3-expected.txt: Removed.
30326         * platform/mac/svg/text/select-x-list-4-expected.txt: Removed.
30327         * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
30328         * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
30329         * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
30330         * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
30331         * platform/mac/svg/text/selection-doubleclick-expected.txt: Removed.
30332         * platform/mac/svg/text/selection-tripleclick-expected.txt:
30333         * platform/mac/svg/text/small-fonts-2-expected.txt:
30334         * platform/mac/svg/text/small-fonts-3-expected.txt:
30335         * platform/mac/svg/text/small-fonts-expected.txt: Added.
30336         * platform/mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
30337         * platform/mac/svg/text/text-align-01-b-expected.txt: Removed.
30338         * platform/mac/svg/text/text-align-02-b-expected.txt: Removed.
30339         * platform/mac/svg/text/text-align-03-b-expected.txt: Removed.
30340         * platform/mac/svg/text/text-align-04-b-expected.txt: Removed.
30341         * platform/mac/svg/text/text-align-05-b-expected.txt: Removed.
30342         * platform/mac/svg/text/text-align-06-b-expected.txt: Removed.
30343         * platform/mac/svg/text/text-altglyph-01-b-expected.txt: Removed.
30344         * platform/mac/svg/text/text-deco-01-b-expected.txt: Removed.
30345         * platform/mac/svg/text/text-fonts-01-t-expected.txt: Removed.
30346         * platform/mac/svg/text/text-fonts-02-t-expected.txt:
30347         * platform/mac/svg/text/text-hkern-expected.txt:
30348         * platform/mac/svg/text/text-intro-05-t-expected.txt: Removed.
30349         * platform/mac/svg/text/text-path-01-b-expected.txt: Removed.
30350         * platform/mac/svg/text/text-path-middle-align-expected.txt: Removed.
30351         * platform/mac/svg/text/text-spacing-01-b-expected.txt: Removed.
30352         * platform/mac/svg/text/text-text-01-b-expected.txt: Removed.
30353         * platform/mac/svg/text/text-text-03-b-expected.txt: Removed.
30354         * platform/mac/svg/text/text-text-04-t-expected.txt: Removed.
30355         * platform/mac/svg/text/text-text-05-t-expected.txt: Removed.
30356         * platform/mac/svg/text/text-text-06-t-expected.txt:
30357         * platform/mac/svg/text/text-text-07-t-expected.txt:
30358         * platform/mac/svg/text/text-text-08-b-expected.txt:
30359         * platform/mac/svg/text/text-tref-01-b-expected.txt: Removed.
30360         * platform/mac/svg/text/text-tselect-01-b-expected.txt: Removed.
30361         * platform/mac/svg/text/text-tselect-02-f-expected.txt: Removed.
30362         * platform/mac/svg/text/text-tspan-01-b-expected.txt: Removed.
30363         * platform/mac/svg/text/text-ws-01-t-expected.txt: Removed.
30364         * platform/mac/svg/text/text-ws-02-t-expected.txt: Removed.
30365         * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
30366         * platform/mac/svg/wicd/rightsizing-grid-expected.txt:
30367         * platform/mac/svg/wicd/sizing-flakiness-expected.txt:
30368         * platform/mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
30369         * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
30370         * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
30371         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
30372         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
30373         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
30374         * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
30375         * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
30376         * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
30377         * platform/qt/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
30378         * platform/win-future/svg: Added.
30379         * platform/win-future/svg/batik: Added.
30380         * platform/win-future/svg/batik/text: Added.
30381         * platform/win-future/svg/batik/text/textEffect-expected.txt: Added.
30382         * platform/win-future/svg/batik/text/textEffect3-expected.txt: Added.
30383         * svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
30384         * svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
30385         * svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
30386         * svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
30387         * svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
30388         * svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
30389         * svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
30390         * svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
30391         * svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
30392         * svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
30393         * svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
30394         * svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
30395         * svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
30396         * svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
30397         * svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
30398         * svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
30399         * svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
30400         * svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
30401         * svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
30402         * svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
30403         * svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
30404         * svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
30405         * svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
30406         * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
30407         * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
30408         * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
30409         * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
30410         * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
30411         * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
30412         * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
30413         * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
30414         * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
30415         * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
30416         * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
30417         * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
30418         * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
30419         * svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
30420         * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
30421         * svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
30422         * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
30423         * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
30424         * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
30425         * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
30426         * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
30427         * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
30428         * svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
30429         * svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
30430         * svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
30431         * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
30432         * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
30433         * svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
30434         * svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
30435         * svg/batik/text/textEffect-expected.txt: Replaced.
30436         * svg/batik/text/textEffect3-expected.txt: Replaced.
30437         * svg/batik/text/textFeatures-expected.txt: Added.
30438         * svg/batik/text/textLayout2-expected.txt: Added.
30439         * svg/carto.net/colourpicker-expected.txt: Added.
30440         * svg/carto.net/tabgroup-expected.txt: Added.
30441         * svg/carto.net/textbox-expected.txt: Added.
30442         * svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Added.
30443         * svg/custom/clip-mask-negative-scale-expected.txt: Added.
30444         * svg/hixie/text/001-expected.png: Added.
30445         * svg/hixie/text/003-expected.txt: Added.
30446         * svg/text/font-size-below-point-five-2-expected.txt: Added.
30447         * svg/text/scaled-font-expected.txt: Added.
30448         * svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
30449         * svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added.
30450         * svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added.
30451         * svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added.
30452         * svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added.
30453         * svg/text/select-textLength-spacing-stretch-1-expected.txt: Added.
30454         * svg/text/select-textLength-spacing-stretch-2-expected.txt: Added.
30455         * svg/text/select-textLength-spacing-stretch-3-expected.txt: Added.
30456         * svg/text/select-textLength-spacing-stretch-4-expected.txt: Added.
30457         * svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
30458         * svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
30459         * svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
30460         * svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
30461         * svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
30462         * svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
30463         * svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
30464         * svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added.
30465         * svg/text/select-x-list-1-expected.txt: Added.
30466         * svg/text/select-x-list-2-expected.txt: Added.
30467         * svg/text/select-x-list-3-expected.txt: Added.
30468         * svg/text/select-x-list-4-expected.txt: Added.
30469         * svg/text/select-x-list-with-tspans-1-expected.txt: Added.
30470         * svg/text/select-x-list-with-tspans-2-expected.txt: Added.
30471         * svg/text/select-x-list-with-tspans-3-expected.txt: Added.
30472         * svg/text/select-x-list-with-tspans-4-expected.txt: Added.
30473         * svg/text/selection-doubleclick-expected.txt: Added.
30474         * svg/text/small-fonts-in-html5-expected.txt: Added.
30475         * svg/text/text-align-01-b-expected.txt: Added.
30476         * svg/text/text-align-02-b-expected.txt: Added.
30477         * svg/text/text-align-03-b-expected.txt: Added.
30478         * svg/text/text-align-04-b-expected.txt: Added.
30479         * svg/text/text-align-05-b-expected.txt: Added.
30480         * svg/text/text-align-06-b-expected.txt: Added.
30481         * svg/text/text-altglyph-01-b-expected.txt: Added.
30482         * svg/text/text-deco-01-b-expected.txt: Added.
30483         * svg/text/text-fonts-01-t-expected.txt: Added.
30484         * svg/text/text-intro-05-t-expected.txt: Added.
30485         * svg/text/text-path-01-b-expected.txt: Added.
30486         * svg/text/text-path-middle-align-expected.txt: Added.
30487         * svg/text/text-spacing-01-b-expected.txt: Added.
30488         * svg/text/text-text-01-b-expected.txt: Added.
30489         * svg/text/text-text-03-b-expected.txt: Added.
30490         * svg/text/text-text-04-t-expected.txt: Added.
30491         * svg/text/text-text-05-t-expected.txt: Added.
30492         * svg/text/text-tref-01-b-expected.txt: Added.
30493         * svg/text/text-tselect-01-b-expected.txt: Added.
30494         * svg/text/text-tselect-02-f-expected.txt: Added.
30495         * svg/text/text-tspan-01-b-expected.txt: Added.
30496         * svg/text/text-ws-01-t-expected.txt: Added.
30497         * svg/text/text-ws-02-t-expected.txt: Added.
30498         * svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
30499         * svg/wicd/test-rightsizing-a-expected.txt: Added.
30500         * svg/zoom/page/zoom-foreignObject-expected.txt: Added.
30501         * svg/zoom/text/zoom-foreignObject-expected.txt: Added.
30502
30503 2013-01-24  Keishi Hattori  <keishi@webkit.org>
30504
30505         [Chromium] Marking shape-inside-first-fit-001.html as failing on MountainLion.
30506
30507         Unreviewed. Gardening.
30508
30509         * platform/chromium/TestExpectations:
30510
30511 2013-01-24  Keishi Hattori  <keishi@webkit.org>
30512
30513         [Chromium] Marking resize-corner-tracking* tests as needing rebaseline on Mac.
30514
30515         Unreviewed. Gardening.
30516
30517         * platform/chromium/TestExpectations:
30518
30519 2013-01-24  Beth Dakin  <bdakin@apple.com>
30520
30521         Fixed elements sometimes marked out-of-view if you have rubber-banded too far, 
30522         affects flickr.com
30523         https://bugs.webkit.org/show_bug.cgi?id=107882
30524         -and corresponding-
30525         <rdar://problem/13065897>
30526
30527         Reviewed by Simon Fraser.
30528
30529         * platform/mac/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt: Added.
30530         * platform/mac/tiled-drawing/fixed/negative-scroll-offset-in-view.html: Added.
30531
30532 2013-01-24  Keishi Hattori  <keishi@webkit.org>
30533
30534         [Chromium] Rebaselining expectations for foreignObject-text-clipping-bug.html.
30535
30536         Unreviewed. Gardening.
30537
30538         * platform/chromium-mac-lion/svg/text/foreignObject-text-clipping-bug-expected.png:
30539         * platform/chromium-mac-snowleopard/svg/text/foreignObject-text-clipping-bug-expected.png:
30540         * platform/chromium-mac/svg/text/foreignObject-text-clipping-bug-expected.png:
30541
30542 2013-01-24  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
30543
30544         Cannot click an element at 2nd line or more inside inline-block in vertical writing mode.
30545         https://bugs.webkit.org/show_bug.cgi?id=104775
30546
30547         Reviewed by Ryosuke Niwa.
30548
30549         Rewrite test using js-test-pre.js.
30550         Add test description to the test.
30551
30552         * fast/writing-mode/vertical-inline-block-hittest-expected.txt:
30553         * fast/writing-mode/vertical-inline-block-hittest.html:
30554
30555 2013-01-24  Christian Biesinger  <cbiesinger@chromium.org>
30556
30557         resize property doesn't work on iframes
30558         https://bugs.webkit.org/show_bug.cgi?id=9221
30559
30560         Reviewed by Eric Seidel.
30561
30562         * fast/css/resize-corner-tracking-transformed-iframe.html: Added.
30563         New test for testing resize of transformed <iframe>
30564
30565         * fast/css/resize-corner-tracking.html:
30566         Add a testcase for resizing an <iframe>
30567
30568         * platform/chromium-linux/fast/css/resize-corner-tracking-expected.png:
30569         * platform/chromium-linux/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
30570         * platform/chromium-mac/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
30571         * platform/chromium-win/fast/css/resize-corner-tracking-expected.txt:
30572         * platform/chromium/compositing/iframes/resizer-expected.txt:
30573         * platform/chromium/fast/css/resize-corner-tracking-expected.txt:
30574         * platform/chromium/fast/css/resize-corner-tracking-transformed-expected.txt:
30575         * platform/chromium/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
30576         * platform/mac/fast/css/resize-corner-tracking-expected.txt:
30577         * platform/mac/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
30578         * platform/mac/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
30579         Update/add generic, mac and linux reference files for the test
30580
30581         * platform/chromium/TestExpectations:
30582         * platform/efl/TestExpectations:
30583         * platform/gtk/TestExpectations:
30584         * platform/qt/TestExpectations:
30585         * platform/win/TestExpectations:
30586         Add expected failures for the tests until they can be rebaselined.
30587
30588 2013-01-24  Kentaro Hara  <haraken@chromium.org>
30589
30590         Regression(r107058): Use-after-free in SerializedScriptValue::deserialize
30591         https://bugs.webkit.org/show_bug.cgi?id=107792
30592
30593         Reviewed by Abhishek Arya.
30594
30595         Added a test that demonstrated a crash due to use-after-free
30596         of SerializedScriptValue.
30597
30598         Test: fast/history/replacestate-nocrash.html
30599
30600         * fast/history/replacestate-nocrash-expected.txt: Added.
30601         * fast/history/replacestate-nocrash.html: Added.
30602
30603 2013-01-24  Arko Saha  <arko@motorola.com>
30604
30605         Microdata: itemtype attribute must update correctly on adding or removing tokens
30606         https://bugs.webkit.org/show_bug.cgi?id=106616
30607
30608         Reviewed by Ryosuke Niwa.
30609
30610         Added tests to ensure that itemtype, itemprop, itemref attributes must update
30611         correctly when tokens have been added or removed.
30612
30613         * fast/dom/MicroData/microdata-domtokenlist-attribute-add-remove-tokens-expected.txt: Added.
30614         * fast/dom/MicroData/microdata-domtokenlist-attribute-add-remove-tokens.html: Added.
30615         * fast/dom/MicroData/propertynodelist-add-remove-itemprop-tokens-expected.txt: Added.
30616         * fast/dom/MicroData/propertynodelist-add-remove-itemprop-tokens.html: Added.
30617         * fast/dom/MicroData/propertynodelist-add-remove-itemref-tokens-expected.txt: Added.
30618         * fast/dom/MicroData/propertynodelist-add-remove-itemref-tokens.html: Added.
30619
30620 2013-01-24  Emil A Eklund  <eae@chromium.org>
30621
30622         Unreviewed chromium mac rebaseline for r140728.
30623
30624         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
30625         * platform/chromium-linux-x86/svg/hixie/perf: Removed.
30626         * platform/chromium-linux-x86/svg/hixie/perf/001-expected.txt: Removed.
30627         * platform/chromium-linux-x86/svg/hixie/perf/002-expected.txt: Removed.
30628         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
30629         * platform/chromium-linux/svg/hixie/perf/001-expected.txt: Removed.
30630         * platform/chromium-linux/svg/hixie/perf/002-expected.txt: Removed.
30631         * platform/chromium-linux/svg/text/text-rect-precision-expected.txt: Added.
30632         * platform/chromium-mac-lion/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
30633         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
30634         * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
30635         * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
30636         * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
30637         * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Table-expected.txt: Added.
30638         * platform/chromium-mac-lion/svg/custom/getTransformToElement-expected.txt: Added.
30639         * platform/chromium-mac-lion/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
30640         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
30641         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
30642         * platform/chromium-mac-lion/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
30643         * platform/chromium-mac-lion/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
30644         * platform/chromium-mac-lion/svg/custom/pattern-rotate-expected.txt: Added.
30645         * platform/chromium-mac-lion/svg/custom/pattern-rotate-gaps-expected.txt: Added.
30646         * platform/chromium-mac-lion/svg/custom/style-attribute-font-size-expected.txt: Added.
30647         * platform/chromium-mac-lion/svg/custom/text-repaint-including-stroke-expected.txt: Added.
30648         * platform/chromium-mac-lion/svg/custom/text-x-dy-lists-expected.txt: Added.
30649         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
30650         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
30651         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
30652         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
30653         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
30654         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
30655         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
30656         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.txt: Added.
30657         * platform/chromium-mac-snowleopard/svg/custom/getTransformToElement-expected.txt: Added.
30658         * platform/chromium-mac-snowleopard/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
30659         * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
30660         * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
30661         * platform/chromium-mac-snowleopard/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
30662         * platform/chromium-mac-snowleopard/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
30663         * platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-expected.txt: Added.
30664         * platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-gaps-expected.txt: Added.
30665         * platform/chromium-mac-snowleopard/svg/custom/style-attribute-font-size-expected.txt: Added.
30666         * platform/chromium-mac-snowleopard/svg/custom/text-repaint-including-stroke-expected.txt: Added.
30667         * platform/chromium-mac-snowleopard/svg/custom/text-x-dy-lists-expected.txt: Added.
30668         * platform/chromium-mac-snowleopard/svg/hixie/perf/001-expected.txt: Removed.
30669         * platform/chromium-mac-snowleopard/svg/hixie/perf/002-expected.txt: Removed.
30670         * platform/chromium-mac-snowleopard/svg/text/non-bmp-positioning-lists-expected.txt:
30671         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
30672         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
30673         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
30674         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
30675         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
30676         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
30677         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
30678         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
30679         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
30680         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
30681         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
30682         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
30683         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
30684         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
30685         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
30686         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
30687         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
30688         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
30689         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
30690         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
30691         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
30692         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
30693         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
30694         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
30695         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
30696         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
30697         * platform/chromium-mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
30698         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
30699         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
30700         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
30701         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
30702         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
30703         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
30704         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
30705         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
30706         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
30707         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
30708         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
30709         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
30710         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
30711         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
30712         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
30713         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
30714         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
30715         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
30716         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
30717         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
30718         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
30719         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
30720         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
30721         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
30722         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
30723         * platform/chromium-mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
30724         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
30725         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
30726         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
30727         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
30728         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
30729         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
30730         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
30731         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
30732         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
30733         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
30734         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
30735         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
30736         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
30737         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
30738         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
30739         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
30740         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
30741         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
30742         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
30743         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
30744         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
30745         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
30746         * platform/chromium-mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
30747         * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
30748         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
30749         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
30750         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
30751         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
30752         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
30753         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
30754         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
30755         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
30756         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
30757         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
30758         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
30759         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
30760         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
30761         * platform/chromium-mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
30762         * platform/chromium-mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
30763         * platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Added.
30764         * platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
30765         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
30766         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
30767         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
30768         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
30769         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
30770         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
30771         * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
30772         * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
30773         * platform/chromium-mac/svg/batik/paints/patternRegionA-expected.txt: Added.
30774         * platform/chromium-mac/svg/batik/paints/patternRegions-expected.txt: Added.
30775         * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Added.
30776         * platform/chromium-mac/svg/batik/text/longTextOnPath-expected.txt:
30777         * platform/chromium-mac/svg/batik/text/textDecoration-expected.txt: Added.
30778         * platform/chromium-mac/svg/batik/text/textDecoration2-expected.txt: Added.
30779         * platform/chromium-mac/svg/batik/text/textEffect2-expected.txt: Added.
30780         * platform/chromium-mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
30781         * platform/chromium-mac/svg/batik/text/textPosition-expected.txt: Added.
30782         * platform/chromium-mac/svg/batik/text/textProperties2-expected.txt: Added.
30783         * platform/chromium-mac/svg/clip-path/clip-path-pixelation-expected.txt: Added.
30784         * platform/chromium-mac/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
30785         * platform/chromium-mac/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
30786         * platform/chromium-mac/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
30787         * platform/chromium-mac/svg/custom/feComponentTransfer-Table-expected.txt: Added.
30788         * platform/chromium-mac/svg/custom/getTransformToElement-expected.txt: Added.
30789         * platform/chromium-mac/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
30790         * platform/chromium-mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Added.
30791         * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.txt: Added.
30792         * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
30793         * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
30794         * platform/chromium-mac/svg/custom/linking-a-03-b-viewTarget-expected.txt: Added.
30795         * platform/chromium-mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Added.
30796         * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-expected.txt: Added.
30797         * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
30798         * platform/chromium-mac/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
30799         * platform/chromium-mac/svg/custom/pattern-rotate-expected.txt: Added.
30800         * platform/chromium-mac/svg/custom/pattern-rotate-gaps-expected.txt: Added.
30801         * platform/chromium-mac/svg/custom/pattern-with-transformation-expected.txt: Added.
30802         * platform/chromium-mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
30803         * platform/chromium-mac/svg/custom/style-attribute-font-size-expected.txt: Added.
30804         * platform/chromium-mac/svg/custom/text-clip-expected.txt: Added.
30805         * platform/chromium-mac/svg/custom/text-ctm-expected.txt: Added.
30806         * platform/chromium-mac/svg/custom/text-dom-01-f-expected.txt: Added.
30807         * platform/chromium-mac/svg/custom/text-filter-expected.txt: Added.
30808         * platform/chromium-mac/svg/custom/text-hit-test-expected.txt: Added.
30809         * platform/chromium-mac/svg/custom/text-repaint-including-stroke-expected.txt: Added.
30810         * platform/chromium-mac/svg/custom/text-rotation-expected.txt: Added.
30811         * platform/chromium-mac/svg/custom/text-whitespace-handling-expected.txt: Added.
30812         * platform/chromium-mac/svg/custom/text-x-dy-lists-expected.txt: Added.
30813         * platform/chromium-mac/svg/custom/use-dynamic-append-expected.txt: Added.
30814         * platform/chromium-mac/svg/hixie/error/002-expected.txt: Added.
30815         * platform/chromium-mac/svg/hixie/error/013-expected.txt: Added.
30816         * platform/chromium-mac/svg/hixie/perf/001-expected.txt:
30817         * platform/chromium-mac/svg/hixie/perf/002-expected.txt:
30818         * platform/chromium-mac/svg/hixie/perf/007-expected.txt:
30819         * platform/chromium-mac/svg/hixie/viewbox/002-expected.txt: Added.
30820         * platform/chromium-mac/svg/hixie/viewbox/003-expected.txt: Added.
30821         * platform/chromium-mac/svg/text/bidi-embedded-direction-expected.txt: Added.
30822         * platform/chromium-mac/svg/text/font-size-below-point-five-expected.txt: Added.
30823         * platform/chromium-mac/svg/text/non-bmp-positioning-lists-expected.txt: Added.
30824         * platform/chromium-mac/svg/text/text-midpoint-split-bug-expected.txt: Added.
30825         * platform/chromium-mac/svg/text/text-rect-precision-expected.txt: Added.
30826         * platform/chromium-mac/svg/text/text-repaint-rects-expected.txt: Added.
30827         * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Added.
30828         * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
30829         * platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
30830         * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
30831         * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
30832         * platform/chromium-mac/svg/zoom/page/zoom-zoom-coords-expected.txt: Added.
30833         * platform/chromium-mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
30834         * platform/chromium-win-xp/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
30835         * platform/chromium-win-xp/svg/hixie/perf: Removed.
30836         * platform/chromium-win-xp/svg/hixie/perf/001-expected.txt: Removed.
30837         * platform/chromium-win-xp/svg/hixie/perf/002-expected.txt: Removed.
30838         * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
30839         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Removed.
30840         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Removed.
30841         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Removed.
30842         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Removed.
30843         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Removed.
30844         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Removed.
30845         * platform/chromium-win/svg/clip-path/clip-path-pixelation-expected.txt: Removed.
30846         * platform/chromium-win/svg/hixie/perf/007-expected.txt: Removed.
30847         * platform/chromium/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Removed.
30848         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Removed.
30849         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Removed.
30850         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Removed.
30851         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Removed.
30852         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Removed.
30853         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Removed.
30854         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Removed.
30855         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Removed.
30856         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Removed.
30857         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
30858         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Removed.
30859         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Removed.
30860         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Removed.
30861         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Removed.
30862         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Removed.
30863         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Removed.
30864         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Removed.
30865         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Removed.
30866         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Removed.
30867         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Removed.
30868         * platform/chromium/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Removed.
30869         * platform/chromium/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Removed.
30870         * platform/chromium/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Removed.
30871         * platform/chromium/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
30872         * platform/chromium/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
30873         * platform/chromium/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed.
30874         * platform/chromium/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
30875         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
30876         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
30877         * platform/chromium/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Removed.
30878         * platform/chromium/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Removed.
30879         * platform/chromium/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Removed.
30880         * platform/chromium/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Removed.
30881         * platform/chromium/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Removed.
30882         * platform/chromium/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Removed.
30883         * platform/chromium/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Removed.
30884         * platform/chromium/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Removed.
30885         * platform/chromium/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Removed.
30886         * platform/chromium/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Removed.
30887         * platform/chromium/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Removed.
30888         * platform/chromium/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed.
30889         * platform/chromium/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Removed.
30890         * platform/chromium/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Removed.
30891         * platform/chromium/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Removed.
30892         * platform/chromium/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed.
30893         * platform/chromium/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Removed.
30894         * platform/chromium/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Removed.
30895         * platform/chromium/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Removed.
30896         * platform/chromium/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Removed.
30897         * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Removed.
30898         * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Removed.
30899         * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Removed.
30900         * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
30901         * platform/chromium/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
30902         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Removed.
30903         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Removed.
30904         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Removed.
30905         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Removed.
30906         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
30907         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Removed.
30908         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed.
30909         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Removed.
30910         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Removed.
30911         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Removed.
30912         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Removed.
30913         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Removed.
30914         * platform/chromium/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Removed.
30915         * platform/chromium/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Removed.
30916         * platform/chromium/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Removed.
30917         * platform/chromium/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Removed.
30918         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Removed.
30919         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Removed.
30920         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Removed.
30921         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Removed.
30922         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Removed.
30923         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Removed.
30924         * platform/chromium/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Removed.
30925         * platform/chromium/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Removed.
30926         * platform/chromium/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Removed.
30927         * platform/chromium/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Removed.
30928         * platform/chromium/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Removed.
30929         * platform/chromium/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Removed.
30930         * platform/chromium/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Removed.
30931         * platform/chromium/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Removed.
30932         * platform/chromium/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Removed.
30933         * platform/chromium/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Removed.
30934         * platform/chromium/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
30935         * platform/chromium/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Removed.
30936         * platform/chromium/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Removed.
30937         * platform/chromium/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Removed.
30938         * platform/chromium/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Removed.
30939         * platform/chromium/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Removed.
30940         * platform/chromium/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Removed.
30941         * platform/chromium/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Removed.
30942         * platform/chromium/svg/batik/paints/patternRegionA-expected.txt: Removed.
30943         * platform/chromium/svg/batik/paints/patternRegions-expected.txt: Removed.
30944         * platform/chromium/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed.
30945         * platform/chromium/svg/batik/text/textDecoration-expected.txt: Removed.
30946         * platform/chromium/svg/batik/text/textDecoration2-expected.txt: Removed.
30947         * platform/chromium/svg/batik/text/textEffect2-expected.txt: Removed.
30948         * platform/chromium/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
30949         * platform/chromium/svg/batik/text/textPosition-expected.txt: Removed.
30950         * platform/chromium/svg/batik/text/textProperties2-expected.txt: Removed.
30951         * platform/chromium/svg/clip-path/clip-path-pixelation-expected.txt: Removed.
30952         * platform/chromium/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Removed.
30953         * platform/chromium/svg/custom/linking-a-03-b-transform-expected.txt: Removed.
30954         * platform/chromium/svg/custom/linking-a-03-b-viewTarget-expected.txt: Removed.
30955         * platform/chromium/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Removed.
30956         * platform/chromium/svg/custom/mouse-move-on-svg-container-expected.txt: Removed.
30957         * platform/chromium/svg/custom/pattern-with-transformation-expected.txt: Removed.
30958         * platform/chromium/svg/custom/text-clip-expected.txt: Removed.
30959         * platform/chromium/svg/custom/text-ctm-expected.txt: Removed.
30960         * platform/chromium/svg/custom/text-dom-01-f-expected.txt: Removed.
30961         * platform/chromium/svg/custom/text-filter-expected.txt: Removed.
30962         * platform/chromium/svg/custom/text-hit-test-expected.txt: Removed.
30963         * platform/chromium/svg/custom/text-rotation-expected.txt: Removed.
30964         * platform/chromium/svg/custom/text-whitespace-handling-expected.txt: Removed.
30965         * platform/chromium/svg/custom/use-dynamic-append-expected.txt: Removed.
30966         * platform/chromium/svg/hixie/error/002-expected.txt: Removed.
30967         * platform/chromium/svg/hixie/error/013-expected.txt: Removed.
30968         * platform/chromium/svg/text/bidi-embedded-direction-expected.txt: Removed.
30969         * platform/chromium/svg/text/font-size-below-point-five-expected.txt: Removed.
30970         * platform/chromium/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
30971         * platform/chromium/svg/text/text-midpoint-split-bug-expected.txt: Removed.
30972         * platform/chromium/svg/text/text-repaint-rects-expected.txt: Removed.
30973         * platform/chromium/svg/transforms/animated-path-inside-transformed-html-expected.txt: Removed.
30974         * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Removed.
30975         * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Removed.
30976         * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
30977         * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed.
30978         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Removed.
30979         * platform/efl/svg/custom/pattern-with-transformation-expected.txt: Removed.
30980         * platform/efl/svg/text/text-midpoint-split-bug-expected.txt: Removed.
30981         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Removed.
30982         * platform/gtk/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Removed.
30983         * platform/gtk/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
30984         * platform/gtk/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed.
30985         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Removed.
30986         * platform/gtk/svg/custom/pattern-with-transformation-expected.txt: Removed.
30987         * platform/gtk/svg/text/text-midpoint-split-bug-expected.txt: Removed.
30988         * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
30989         * platform/qt/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Removed.
30990         * platform/qt/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Removed.
30991         * platform/qt/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Removed.
30992         * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Removed.
30993         * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Removed.
30994         * platform/qt/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Removed.
30995         * platform/qt/svg/clip-path/clip-path-pixelation-expected.txt: Removed.
30996         * platform/qt/svg/hixie/perf/007-expected.txt: Removed.
30997         * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
30998         * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
30999         * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
31000         * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
31001         * svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
31002         * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
31003         * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
31004         * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
31005         * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
31006         * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
31007         * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
31008         * svg/clip-path/clip-path-pixelation-expected.txt: Added.
31009         * svg/custom/pattern-with-transformation-expected.txt: Added.
31010         * svg/hixie/perf/007-expected.txt: Added.
31011         * svg/text/text-midpoint-split-bug-expected.txt: Added.
31012
31013 2013-01-24  Joshua Bell  <jsbell@chromium.org>
31014
31015         IndexedDB: Remove IDBUpgradeNeededEvent, merge with IDBVersionChangeEvent
31016         https://bugs.webkit.org/show_bug.cgi?id=107754
31017
31018         Reviewed by Tony Chang.
31019
31020         Updated expectations, and new test file. In most cases, just switch test from
31021         looking at event.target.version and event.version to event.oldVersion and event.newVersion,
31022         in some cases verifying the old properties as well as a sanity check.
31023
31024         * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt:
31025         * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt:
31026         * storage/indexeddb/deletedatabase-blocked-expected.txt:
31027         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
31028         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt:
31029         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
31030         * storage/indexeddb/deletedatabase-not-blocked-expected.txt:
31031         * storage/indexeddb/events-expected.txt: Added.
31032         * storage/indexeddb/events.html: Added.
31033         * storage/indexeddb/intversion-gated-on-delete-expected.txt:
31034         * storage/indexeddb/intversion-long-queue-expected.txt:
31035         * storage/indexeddb/removed-expected.txt:
31036         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js:
31037         * storage/indexeddb/resources/deletedatabase-blocked.js:
31038         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
31039         * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
31040         * storage/indexeddb/resources/deletedatabase-not-blocked.js:
31041         * storage/indexeddb/resources/events.js: Added.
31042         * storage/indexeddb/resources/intversion-gated-on-delete.js:
31043         * storage/indexeddb/resources/intversion-long-queue.js:
31044         * storage/indexeddb/resources/removed.js: Verify that old Event type and property are gone.
31045
31046 2013-01-24  Emil A Eklund  <eae@chromium.org>
31047
31048         [svg] Remove unnecessary rounding in SVGRootInlineBox::layoutRootBox
31049         https://bugs.webkit.org/show_bug.cgi?id=107771
31050
31051         Reviewed by Levi Weintraub.
31052         
31053         Add test for svg text subpixel measurement and update
31054         expectations as needed.
31055
31056         * css3/zoom-coords.xhtml:
31057         * platform/chromium/TestExpectations:
31058         * platform/mac/TestExpectations:
31059         * svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt:
31060         * svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
31061         * svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
31062         * svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt:
31063         * svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
31064         * svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
31065         * svg/custom/glyph-setting-d-attribute-expected.txt:
31066         * svg/foreignObject/text-tref-02-b-expected.txt:
31067         * svg/hixie/viewbox/002-expected.txt:
31068         * svg/hixie/viewbox/003-expected.txt:
31069         * svg/text/text-rect-precision.html: Added.
31070         * svg/text/text-viewbox-rescale-expected.txt:
31071         * svg/zoom/page/zoom-zoom-coords-expected.txt:
31072         * svg/zoom/page/zoom-zoom-coords.xhtml:
31073
31074 2013-01-24  Philip Rogers  <pdr@google.com>
31075
31076         Preserve container size requests across image loads
31077         https://bugs.webkit.org/show_bug.cgi?id=106733
31078
31079         Reviewed by Tim Horton.
31080
31081         * http/tests/svg/cached-image-sizing-expected.html: Added.
31082         * http/tests/svg/cached-image-sizing.html: Added.
31083         * http/tests/svg/resources/delayCachedLoad.php: Added.
31084         * http/tests/svg/resources/greenSquare.svg: Added.
31085
31086 2013-01-24  Sheriff Bot  <webkit.review.bot@gmail.com>
31087
31088         Unreviewed, rolling out r140296.
31089         http://trac.webkit.org/changeset/140296
31090         https://bugs.webkit.org/show_bug.cgi?id=107857
31091
31092         Cause several regresssions (Requested by smfr on #webkit).
31093
31094         * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Removed.
31095         * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Removed.
31096         * fast/forms/text/text-padding-dynamic-change-expected.html: Removed.
31097         * fast/forms/text/text-padding-dynamic-change.html: Removed.
31098
31099 2013-01-24  Adam Klein  <adamk@chromium.org>
31100
31101         Layout Test fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html is flaky
31102         https://bugs.webkit.org/show_bug.cgi?id=106612
31103
31104         Reviewed by Eric Seidel.
31105
31106         * fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html: Wait for
31107         the iframe's onload event before running the test.
31108         * platform/chromium/TestExpectations: Remove flaky expectation.
31109         * platform/efl/TestExpectations: ditto
31110         * platform/gtk/TestExpectations: ditto
31111
31112 2013-01-24  Tony Chang  <tony@chromium.org>
31113
31114         Remove document as a parameter from a few internals methods
31115         https://bugs.webkit.org/show_bug.cgi?id=107757
31116
31117         Reviewed by Hajime Morita.
31118
31119         Remove document as a parameter since there's already one associated with internals.
31120
31121         * editing/input/editable-container-with-word-wrap-normal.html:
31122         * editing/selection/caret-alignment-for-vertical-text.html:
31123         * editing/selection/caret-at-end-of-text-line-followed-by-block-in-vertical-mode.html:
31124         * editing/selection/caret-in-div-containing-br-in-vertical-mode.html:
31125         * editing/selection/caret-in-empty-inline-1.html:
31126         * editing/selection/caret-in-empty-inline-2.html:
31127         * editing/selection/internal-caret-rect.html:
31128         * fast/dom/resources/shadow-test-driver.js:
31129         (createContentWithSelect):
31130         (createContentWithText):
31131         (appendShadow):
31132         (appendShadowDeep):
31133         * fast/dom/shadow/content-element-includer.html:
31134         * fast/dom/shadow/content-element-renderers.html:
31135         * fast/dom/shadow/content-selector-query.html:
31136         * fast/dom/shadow/create-content-element.html:
31137         * fast/dom/shadow/shadow-contents-fallback-dynamic.html:
31138         * fast/dom/shadow/shadow-contents-fallback.html:
31139         * fast/dom/shadow/shadow-contents-select.html:
31140         * fast/preloader/scan-body-from-head-import.html:
31141         * http/tests/loading/preload-append-scan.php:
31142
31143 2013-01-24  Mike West  <mkwst@chromium.org>
31144
31145         Web Inspector: 'console.debug' should generate messages at DebugMessageLevel.
31146         https://bugs.webkit.org/show_bug.cgi?id=107816
31147
31148         Reviewed by Pavel Feldman.
31149
31150         * inspector/console/console-tests-expected.txt:
31151         * inspector/extensions/extensions-console-expected.txt:
31152             Rebaseline this test with the updated message level.
31153
31154 2013-01-24  Dima Gorbik  <dgorbik@apple.com>
31155
31156         Implement :past pseudo class for the WebVTT ::cue pseudo element
31157         https://bugs.webkit.org/show_bug.cgi?id=105482
31158
31159         Reviewed by Eric Carlson.
31160
31161         * media/track/captions-webvtt/styling-timestamps.vtt: Added.
31162         * media/track/track-css-matching-timestamps-expected.txt: Added.
31163         * media/track/track-css-matching-timestamps.html: Added.
31164
31165 2013-01-24  Max Vujovic  <mvujovic@adobe.com>
31166
31167         [CSS Filters] CSS opacity property clips filter outsets
31168         https://bugs.webkit.org/show_bug.cgi?id=106549
31169
31170         Reviewed by Dirk Schulze.
31171
31172         Add a reftest to verify that an element's drop shadow filter is not clipped when a CSS
31173         opacity property is not applied.
31174
31175         * css3/filters/css-opacity-with-drop-shadow-expected.html: Added.
31176         * css3/filters/css-opacity-with-drop-shadow.html: Added.
31177
31178 2013-01-24  Christophe Dumez  <christophe.dumez@intel.com>
31179
31180         Unreviewed EFL rebaseline.
31181
31182         Rebaseline several tests on EFL port after r140693.
31183
31184         * platform/efl-wk1/svg/batik/text/xmlSpace-expected.png:
31185         * platform/efl/TestExpectations:
31186         * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.png:
31187         * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.txt:
31188         * platform/efl/editing/selection/extend-by-sentence-001-expected.png:
31189         * platform/efl/editing/selection/extend-by-sentence-001-expected.txt:
31190         * platform/efl/fast/inline/drawStyledEmptyInlines-expected.png:
31191         * platform/efl/fast/inline/drawStyledEmptyInlines-expected.txt:
31192         * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
31193         * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
31194         * platform/efl/fast/text/capitalize-empty-generated-string-expected.png:
31195         * platform/efl/fast/text/capitalize-empty-generated-string-expected.txt:
31196         * platform/efl/fast/text/whitespace/006-expected.png:
31197         * platform/efl/fast/text/whitespace/006-expected.txt:
31198         * platform/efl/fast/text/whitespace/007-expected.png:
31199         * platform/efl/fast/text/whitespace/007-expected.txt:
31200         * platform/efl/svg/batik/text/xmlSpace-expected.png:
31201         * platform/efl/svg/batik/text/xmlSpace-expected.txt:
31202         * platform/efl/svg/carto.net/combobox-expected.png:
31203         * platform/efl/svg/carto.net/combobox-expected.txt:
31204         * platform/efl/tables/mozilla/bugs/bug113235-3-expected.png:
31205         * platform/efl/tables/mozilla/bugs/bug113235-3-expected.txt:
31206         * platform/efl/tables/mozilla/bugs/bug1188-expected.png:
31207         * platform/efl/tables/mozilla/bugs/bug1188-expected.txt:
31208         * platform/efl/tables/mozilla/bugs/bug1318-expected.png:
31209         * platform/efl/tables/mozilla/bugs/bug1318-expected.txt:
31210
31211 2013-01-22  Robert Hogan  <robert@webkit.org>
31212
31213         Inline Containing Only Collapsed Whitespace Not Getting a Linebox
31214         https://bugs.webkit.org/show_bug.cgi?id=31397
31215
31216         Reviewed by David Hyatt.
31217
31218         * fast/css/first-letter-capitalized-edit-select-crash-expected.txt:
31219         * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty-expected.html: Added.
31220         * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty-vertical-rl-expected.html: Added.
31221         * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty-vertical-rl.html: Added.
31222         * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty.html: Added.
31223         * platform/chromium/TestExpectations:
31224         * platform/efl/TestExpectations:
31225         * platform/gtk/TestExpectations:
31226         * platform/mac/TestExpectations:
31227         * platform/qt/TestExpectations:
31228
31229 2013-01-24  Andrey Lushnikov  <lushnikov@chromium.org>
31230
31231         Web Inspector: expand more chunks in DTE
31232         https://bugs.webkit.org/show_bug.cgi?id=107698
31233
31234         Reviewed by Pavel Feldman.
31235
31236         Correct text expectation as we change amount of expanded chunks.
31237
31238         * inspector/editor/text-editor-selection-expected.txt:
31239
31240 2013-01-24  Ádám Kallai  <kadam@inf.u-szeged.hu>
31241
31242         [Qt] Unreviewed gardening. Added platform specific expectation after r140174.
31243         https://bugs.webkit.org/show_bug.cgi?id=107434.
31244
31245         * platform/qt/TestExpectations:
31246         * platform/qt/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added after r140174.
31247
31248 2013-01-24  Ádám Kallai  <kadam@inf.u-szeged.hu>
31249
31250         [Qt][WK2] Unreviewed gardening. Skip a failing HTML ref test after r140229.
31251         https://bugs.webkit.org/show_bug.cgi?id=105390.
31252
31253         * platform/qt-5.0-wk2/TestExpectations:
31254         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added after r140593.
31255
31256 2013-01-24  Zan Dobersek  <zdobersek@igalia.com>
31257
31258         Unreviewed GTK gardening.
31259
31260         Adding failure expectations for accessibility tests that regressed with r140658.
31261
31262         * platform/gtk/TestExpectations:
31263
31264 2013-01-24  Andrey Adaikin  <aandrey@chromium.org>
31265
31266         Web Inspector: [Canvas] REGRESSION: stack traces in the replay log are gone
31267         https://bugs.webkit.org/show_bug.cgi?id=107805
31268
31269         Reviewed by Pavel Feldman.
31270
31271         A simple test to dump a canvas 2D trace log with function call stack traces.
31272
31273         * inspector/profiler/canvas-profiler-test.js:
31274         (initialize_CanvasWebGLProfilerTest.):
31275         (initialize_CanvasWebGLProfilerTest.InspectorTest.dumpTraceLog):
31276         * inspector/profiler/canvas2d/canvas-stack-trace-expected.txt: Added.
31277         * inspector/profiler/canvas2d/canvas-stack-trace.html: Added.
31278         * platform/efl/TestExpectations:
31279         * platform/gtk/TestExpectations:
31280         * platform/mac/TestExpectations:
31281         * platform/qt/TestExpectations:
31282         * platform/win/TestExpectations:
31283         * platform/wincairo/TestExpectations:
31284
31285 2013-01-23  Alexis Menard  <alexis@webkit.org>
31286
31287         Unreviewed cleanup of comments and a commented test.
31288
31289         * transitions/transitions-parsing.html:
31290
31291 2013-01-24  Zan Dobersek  <zdobersek@igalia.com>
31292
31293         Unreviewed gardening.
31294
31295         Removing failure expectations for the ietestcenter/css3/valuesandunits/units-010.htm
31296         layout test. It was fixed in r140300.
31297
31298         * platform/chromium/TestExpectations:
31299         * platform/efl/TestExpectations:
31300         * platform/gtk/TestExpectations:
31301         * platform/mac/TestExpectations:
31302         * platform/qt-4.8/TestExpectations:
31303         * platform/qt-mac/TestExpectations:
31304         * platform/qt/TestExpectations:
31305
31306 2013-01-24  Zan Dobersek  <zdobersek@igalia.com>
31307
31308         Unreviewed GTK gardening.
31309
31310         Classifying some IndexedDB failures as flaky.
31311         Removing the expectation for the passing fast/forms/text-input-event.html test.
31312
31313         * platform/gtk/TestExpectations:
31314
31315 2013-01-24  Pavel Feldman  <pfeldman@chromium.org>
31316
31317         Web Inspector: breakpoints are not restored upon reload for scripts with script mapping.
31318         https://bugs.webkit.org/show_bug.cgi?id=107799
31319
31320         Reviewed by Alexander Pavlov.
31321
31322         * inspector/debugger/breakpoint-manager.html:
31323
31324 2013-01-24  Mihnea Ovidenie  <mihnea@adobe.com>
31325
31326         [CSSRegions] Add test cases for auto-size regions and window resize
31327         https://bugs.webkit.org/show_bug.cgi?id=107686
31328
31329         Reviewed by Tony Chang.
31330
31331         The fix for https://bugs.webkit.org/show_bug.cgi?id=102954 also solved
31332         https://bugs.webkit.org/show_bug.cgi?id=102221. This patch adds two tests
31333         for webkit bug 102221.
31334
31335         * fast/regions/autosize-region-container-resize-expected.html: Added.
31336         * fast/regions/autosize-region-container-resize.html: Added.
31337         * fast/regions/autosize-region-window-resize-expected.html: Added.
31338         * fast/regions/autosize-region-window-resize.html: Added.
31339
31340 2013-01-24  Dominic Mazzoni  <dmazzoni@google.com>
31341
31342         AX: should init an AXObject only after AXObjectCache has added it
31343         https://bugs.webkit.org/show_bug.cgi?id=107533
31344
31345         Reviewed by Chris Fleizach.
31346
31347         Adds a new test that demonstrates a crash if an AXObject
31348         initializes itself before the AXObjectCache has added it to
31349         the cache.
31350
31351         * accessibility/duplicate-axrenderobject-crash-expected.txt: Added.
31352         * accessibility/duplicate-axrenderobject-crash.html: Added.
31353
31354 2013-01-23  Kentaro Hara  <haraken@chromium.org>
31355
31356         Implement MouseEvent constructor
31357         https://bugs.webkit.org/show_bug.cgi?id=107630
31358
31359         Reviewed by Adam Barth.
31360
31361         Spec: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
31362
31363         The MouseEvent constructor should be implemented under a DOM4_EVENTS_CONSTRUCTOR flag.
31364
31365         * fast/dom/constructed-objects-prototypes-expected.txt:
31366         * fast/dom/dom-constructors-expected.txt:
31367         * fast/dom/dom-constructors.html:
31368         * fast/events/constructors/mouse-event-constructor-expected.txt: Added.
31369         * fast/events/constructors/mouse-event-constructor.html: Added.
31370         * platform/efl/TestExpectations:
31371         * platform/gtk/TestExpectations:
31372         * platform/qt/TestExpectations:
31373         * platform/win/TestExpectations:
31374         * platform/wincairo/TestExpectations:
31375
31376 2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>
31377
31378         Unreviewed, rebaseline for Chromium-Linux and Chromium-Win
31379         editing/selection/range-between-block-and-inline.html
31380
31381         * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.png:
31382         * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.png:
31383
31384 2013-01-23  Ken Kania  <kkania@chromium.org>
31385
31386         [Inspector] Add events for tracking page loads and scheduled navigations.
31387         https://bugs.webkit.org/show_bug.cgi?id=104168
31388
31389         Reviewed by Pavel Feldman.
31390
31391         These events are needed for clients who need to be aware of when a page is
31392         navigating or about to navigate. Some clients may wish to prevent interaction
31393         with the page during this time. Two of the new events track loading start and
31394         stop, as measured by the ProgressTracker. The other two events track when a
31395         page has a new scheduled navigation and when it no longer has a scheduled
31396         navigation. These latter two events won't allow the client to determine if
31397         a load is going to happen in all circumstances, but is sufficient for many cases.
31398         Make sure we hold a reference to the frame in NavigationScheduler::timerFired
31399         in case the redirect causes the frame to be detached.
31400
31401         Also, minor update to InspectorInputAgent::dispatchMouseEvent to reorder params
31402         to match dispatchKeyEvent.
31403
31404         * inspector-protocol/page/frameScheduledNavigation-expected.txt: Added.
31405         * inspector-protocol/page/frameScheduledNavigation.html: Added.
31406         * inspector-protocol/page/frameStartedLoading-expected.txt: Added.
31407         * inspector-protocol/page/frameStartedLoading.html: Added.
31408         * platform/chromium/TestExpectations:
31409
31410 2013-01-23  Simon Fraser  <simon.fraser@apple.com>
31411
31412         Avoid creating background layers on pages with a fixed background, but no image
31413         https://bugs.webkit.org/show_bug.cgi?id=107783
31414
31415         Reviewed by Beth Dakin.
31416         
31417         Testcase with body { background-attachment:fixed; } but no image.
31418
31419         * platform/mac/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt: Added.
31420         * platform/mac/tiled-drawing/fixed-background/fixed-background-no-image.html: Added.
31421
31422 2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>
31423
31424         Layout Test platform/chromium-win/fast/events/panScroll-panIcon.html is failing
31425         https://bugs.webkit.org/show_bug.cgi?id=107729
31426
31427         Reviewed by Hajime Morita.
31428
31429         This patch changes panScroll-panIcon.html test to HTML ref test rather than
31430         pixel ref test to avoid rebaseline among Windows versions, and enables
31431         panScroll-panIcon.html.
31432
31433         * platform/chromium-win/fast/events/panScroll-panIcon.html: Changed not to move mouse pointer to avoid motion of scroll thumb. 
31434         * platform/chromium-win/fast/events/panScroll-panIcon-expected.html: Added.
31435         * platform/chromium-win/fast/events/panScroll-panIcon-expected.png: Removed.
31436         * platform/chromium-win/fast/events/panScroll-panIcon-expected.txt: Removed.
31437         * platform/chromium-win/TestExpectations: Changed to enable panScroll-panIcon.html
31438
31439 2013-01-23  Wei Jia  <wjia@chromium.org>
31440
31441         Enable autoplay when <video>'s src is from media stream
31442         https://bugs.webkit.org/show_bug.cgi?id=105224
31443
31444         Reviewed by Eric Carlson.
31445
31446         Always turns on mediaPlaybackRequiresUserGesture at the beginning.
31447         HTMLMediaElement is supposed to turn it off when <video>'s src is from media stream.
31448         * platform/chromium/media/video-capture-preview.html:
31449
31450 2013-01-23  Luke Macpherson   <macpherson@chromium.org>
31451
31452         Support variables inside -webkit-box-reflect CSS property.
31453         https://bugs.webkit.org/show_bug.cgi?id=106856
31454
31455         Adds test for variables as -webkit-box-reflect parameters.
31456
31457         Reviewed by Tony Chang.
31458
31459         * fast/css/variables/var-inside-box-reflect-expected.html: Added.
31460         * fast/css/variables/var-inside-box-reflect.html: Added.
31461
31462 2013-01-23  Rafael Weinstein  <rafaelw@chromium.org>
31463
31464         Template element should parse in XHTML just as it does in HTML
31465         https://bugs.webkit.org/show_bug.cgi?id=106491
31466
31467         Reviewed by Ryosuke Niwa.
31468
31469         * fast/dom/HTMLTemplateElement/xhtml-parsing-and-serialization-expected.txt: Added.
31470         * fast/dom/HTMLTemplateElement/xhtml-parsing-and-serialization.xml: Added.
31471         * fast/xpath/xpath-template-element-expected.txt: Added.
31472         * fast/xpath/xpath-template-element.html: Added.
31473         * fast/xsl/resources/xhtml-template.xsl: Added.
31474         * fast/xsl/xslt-processor-template-expected.txt: Added.
31475         * fast/xsl/xslt-processor-template.html: Added.
31476         * fast/xsl/xslt-xhtml-template-expected.txt: Added.
31477         * fast/xsl/xslt-xhtml-template.xml: Added.
31478
31479 2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>
31480
31481         Unreviewew. Rebaseline for Chromium: fast/ruby/select-ruby.html
31482
31483         * platform/chromium-linux-x86/fast/ruby/select-ruby-expected.txt: Added.
31484         * platform/chromium-linux/fast/ruby/select-ruby-expected.png: Added.
31485         * platform/chromium-linux/fast/ruby/select-ruby-expected.txt: Added.
31486         * platform/chromium-mac-lion/fast/ruby/select-ruby-expected.txt: Added.
31487         * platform/chromium-mac-snowleopard/fast/ruby/select-ruby-expected.txt: Added.
31488         * platform/chromium-mac/fast/ruby/select-ruby-expected.png: Added.
31489         * platform/chromium-mac/fast/ruby/select-ruby-expected.txt: Added.
31490         * platform/chromium-win-xp/fast/ruby/select-ruby-expected.txt: Added.
31491         * platform/chromium-win/fast/ruby/select-ruby-expected.png: Added.
31492         * platform/chromium-win/fast/ruby/select-ruby-expected.txt: Added.
31493
31494 2012-12-12  Ryosuke Niwa  <rniwa@webkit.org>
31495
31496         REGRESSION: WebKit does not render selection in non-first ruby text nodes.
31497         https://bugs.webkit.org/show_bug.cgi?id=92818
31498
31499         Reviewed by Levi Weintraub.
31500
31501         Add a test, authored by Sukolsak Sakshuwong.
31502
31503         * fast/ruby/select-ruby.html: Added.
31504         * platform/mac/fast/ruby/ruby-base-merge-block-children-crash-expected.png: Added.
31505         * platform/mac/fast/ruby/select-ruby-expected.png: Added.
31506         * platform/mac/fast/ruby/select-ruby-expected.txt: Added.
31507
31508 2013-01-23  Martin Robinson  <mrobinson@igalia.com>
31509
31510         WebKit should support decoding multi-byte entities in XML content
31511         https://bugs.webkit.org/show_bug.cgi?id=107459
31512
31513         Reviewed by Adam Barth.
31514
31515         Add a simple test for decoding some entities that resolve to multiple
31516         bytes in XML.
31517
31518         * fast/parser/entities-in-xhtml.xhtml: Added a few multi-bye entities.
31519         * fast/parser/entities-in-xhtml-expected.txt: Updated.
31520
31521 2013-01-23  Filip Pizlo  <fpizlo@apple.com>
31522
31523         Constant folding an access to an uncaptured variable that is captured later in the same basic block shouldn't lead to assertion failures
31524         https://bugs.webkit.org/show_bug.cgi?id=107750
31525         <rdar://problem/12387265>
31526
31527         Reviewed by Mark Hahnenberg.
31528
31529         * fast/js/dfg-constant-fold-uncaptured-variable-that-is-later-captured-expected.txt: Added.
31530         * fast/js/dfg-constant-fold-uncaptured-variable-that-is-later-captured.html: Added.
31531         * fast/js/jsc-test-list:
31532         * fast/js/script-tests/dfg-constant-fold-uncaptured-variable-that-is-later-captured.js: Added.
31533         (bar):
31534         (baz):
31535         (foo):
31536
31537 2013-01-23  Hans Muller  <hmuller@adobe.com>
31538
31539         [CSS Exclusions] Add support for computing first included interval position for polygons
31540         https://bugs.webkit.org/show_bug.cgi?id=103429
31541
31542         Reviewed by Dirk Schulze.
31543
31544         All of the existing shape-inside tests exercise the new code.  Added new tests which
31545         verify that layout works correctly when layout can not begin at the shape's logical top.
31546         Test 001 additionally checks all writing-modes, test 002 verifies that the topmost/leftmost
31547         rule is followed, and test3 checks a self-intersecting polygon.
31548
31549         * fast/exclusions/shape-inside/shape-inside-first-fit-001-expected.html: Added.
31550         * fast/exclusions/shape-inside/shape-inside-first-fit-001.html: Added.
31551         * fast/exclusions/shape-inside/shape-inside-first-fit-002-expected.html: Added.
31552         * fast/exclusions/shape-inside/shape-inside-first-fit-002.html: Added.
31553         * fast/exclusions/shape-inside/shape-inside-first-fit-003-expected.html: Added.
31554         * fast/exclusions/shape-inside/shape-inside-first-fit-003.html: Added.
31555
31556 2013-01-23  Dirk Schulze  <dschulze@adobe.com>
31557
31558         Implement Canvas Path object
31559         https://bugs.webkit.org/show_bug.cgi?id=97333
31560
31561         Reviewed by Dean Jackson.
31562
31563         Add a test for checking existence of Path object and dependent functions.
31564         The test is supposed to fail if canvas-path is not activated on compile time.
31565
31566         * fast/canvas/canvas-path-object-expected.txt: Added.
31567         * fast/canvas/canvas-path-object.html: Added.
31568         * fast/canvas/script-tests/canvas-path-object.js: Added.
31569         * platform/chromium/TestExpectations: Different error handling on Chromium. Needs rebaseline.
31570
31571 2013-01-23  Joshua Bell  <jsbell@chromium.org>
31572
31573         IndexedDB: Remove IDBVersionChangeRequest
31574         https://bugs.webkit.org/show_bug.cgi?id=107711
31575
31576         Reviewed by Tony Chang.
31577
31578         Update expectations - change a handful of FAIL to PASS because past-us were awesome.
31579
31580         * storage/indexeddb/intversion-long-queue-expected.txt:
31581         * storage/indexeddb/intversion-upgrades-expected.txt:
31582
31583 2013-01-23  Martin Robinson  <mrobinson@igalia.com>
31584
31585         [GTK] Bump webkitgtk-test-fonts dependency to cover fallbacks for Tamil, Bengali, and others
31586         https://bugs.webkit.org/show_bug.cgi?id=107727
31587
31588         Reviewed by Gustavo Noronha Silva.
31589
31590         Update test results to reflect the new fonts.
31591
31592         * platform/gtk/fast/text/atsui-multiple-renderers-expected.png:
31593         * platform/gtk/fast/text/atsui-multiple-renderers-expected.txt:
31594         * platform/gtk/fast/text/complex-text-opacity-expected.png:
31595         * platform/gtk/fast/text/complex-text-opacity-expected.txt:
31596         * platform/gtk/fast/text/international/bold-bengali-expected.png:
31597         * platform/gtk/fast/text/international/bold-bengali-expected.txt:
31598         * platform/gtk/fast/text/international/complex-character-based-fallback-expected.png:
31599         * platform/gtk/fast/text/international/complex-character-based-fallback-expected.txt:
31600         * platform/gtk/fast/text/international/danda-space-expected.png:
31601         * platform/gtk/fast/text/international/danda-space-expected.txt:
31602         * platform/gtk/fast/text/international/hindi-spacing-expected.png:
31603         * platform/gtk/fast/text/international/hindi-spacing-expected.txt:
31604         * platform/gtk/fast/text/international/hindi-whitespace-expected.png:
31605         * platform/gtk/fast/text/international/hindi-whitespace-expected.txt:
31606         * platform/gtk/fast/text/international/thai-baht-space-expected.png:
31607         * platform/gtk/fast/text/international/thai-baht-space-expected.txt:
31608         * platform/gtk/fast/text/international/thai-line-breaks-expected.png:
31609         * platform/gtk/fast/text/international/thai-line-breaks-expected.txt:
31610         * platform/gtk/svg/text/non-bmp-positioning-lists-expected.png: Added.
31611         * platform/gtk/svg/text/non-bmp-positioning-lists-expected.txt:
31612         * platform/gtk/transforms/2d/hindi-rotated-expected.png:
31613         * platform/gtk/transforms/2d/hindi-rotated-expected.txt:
31614
31615 2013-01-23  Xianzhu Wang  <wangxianzhu@chromium.org>
31616
31617         Should update compositing state when an out-of-view fixed position element becomes in-view
31618         https://bugs.webkit.org/show_bug.cgi?id=107410
31619
31620         Reviewed by Simon Fraser.
31621
31622         Tests if compositing status is properly updated when fixed position elements change from out-of-view to in-view and back.
31623
31624         * compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
31625         * compositing/layer-creation/fixed-position-change-out-of-view-in-view.html: Added.
31626
31627 2013-01-23  Erik Arvidsson  <arv@chromium.org>
31628
31629         Layout Test platform/chromium-win/fast/events/panScroll-panIcon.html is failing
31630         https://bugs.webkit.org/show_bug.cgi?id=107729
31631
31632         Unreviewed gardening.
31633
31634         * platform/chromium/TestExpectations:
31635
31636 2013-01-23  Julien Chaffraix  <jchaffraix@webkit.org>
31637
31638         [CSS Grid Layout] Add support for max-content
31639         https://bugs.webkit.org/show_bug.cgi?id=107604
31640
31641         Reviewed by Tony Chang.
31642
31643         * fast/css-grid-layout/minmax-max-content-resolution-columns-expected.txt: Added.
31644         * fast/css-grid-layout/minmax-max-content-resolution-columns.html: Added.
31645         * fast/css-grid-layout/minmax-max-content-resolution-rows-expected.txt: Added.
31646         * fast/css-grid-layout/minmax-max-content-resolution-rows.html: Added.
31647
31648 2013-01-23  Erik Arvidsson  <arv@chromium.org>
31649
31650         [chromium] Layout test rebaselines
31651
31652         Unreviewed rebaseline
31653
31654         * platform/chromium-win-xp/media/media-can-play-ogg-expected.txt: Added.
31655         * platform/chromium-win/media/media-can-play-ogg-expected.txt: Added.
31656
31657 2013-01-23  Tony Chang  <tony@chromium.org>
31658
31659         Incorrect scrollable height during simplified layout
31660         https://bugs.webkit.org/show_bug.cgi?id=107193
31661
31662         Reviewed by David Hyatt.
31663
31664         * fast/overflow/height-during-simplified-layout-expected.txt: Added.
31665         * fast/overflow/height-during-simplified-layout.html: Added.
31666
31667 2013-01-23  Robert Hogan  <robert@webkit.org>
31668
31669         Abspos Inline block not positioned correctly in text-aligned container
31670         https://bugs.webkit.org/show_bug.cgi?id=105695
31671
31672         Reviewed by Ojan Vafai.
31673
31674         * fast/text/container-align-with-inlines-expected.txt: Added.
31675         * fast/text/container-align-with-inlines.html: Added.
31676
31677 2013-01-23  Alexis Menard  <alexis@webkit.org>
31678
31679         transition-property accepts incorrect "all, none" as value
31680         https://bugs.webkit.org/show_bug.cgi?id=105428
31681
31682         Reviewed by Dean Jackson.
31683
31684         Extend the existing tests to cover the bug.
31685
31686         * transitions/transitions-parsing-expected.txt:
31687         * transitions/transitions-parsing.html:
31688
31689 2013-01-23  Andrey Lushnikov  <lushnikov@chromium.org>
31690
31691         Web Inspector: speedup highlight regex API in DefaultTextEditor
31692         https://bugs.webkit.org/show_bug.cgi?id=107238
31693
31694         Reviewed by Pavel Feldman.
31695
31696         Corrected layout test expectations to correspond to refactoring.
31697
31698         * inspector/editor/text-editor-highlight-regexp-expected.txt:
31699
31700 2013-01-23  Manuel Rego Casasnovas  <rego@igalia.com>
31701
31702         [GTK][WK2] Unflag tests related to layoutTestController.setViewModeMediaFeature
31703         https://bugs.webkit.org/show_bug.cgi?id=107660
31704
31705         Reviewed by Philippe Normand.
31706
31707         * platform/gtk-wk2/TestExpectations: Remove tests related to
31708         layoutTestController.setViewModeMediaFeature as they are passing now.
31709
31710 2013-01-23  Sheriff Bot  <webkit.review.bot@gmail.com>
31711
31712         Unreviewed, rolling out r140307, r140411, and r140512.
31713         http://trac.webkit.org/changeset/140307
31714         http://trac.webkit.org/changeset/140411
31715         http://trac.webkit.org/changeset/140512
31716         https://bugs.webkit.org/show_bug.cgi?id=107689
31717
31718         Perf regression on DOMDivWalk (bug 106726) (Requested by
31719         falken on #webkit).
31720
31721         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Removed.
31722         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Removed.
31723         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Removed.
31724         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Removed.
31725
31726 2013-01-23  Rafael Weinstein  <rafaelw@chromium.org>
31727
31728         REGRESSION(r140101): caused debug asserts in fast/forms/associated-element-crash.html and html5lib/run-template.html
31729         https://bugs.webkit.org/show_bug.cgi?id=107237
31730
31731         Reviewed by Adam Barth.
31732
31733         * platform/chromium/TestExpectations:
31734
31735 2013-01-23  Erik Arvidsson  <arv@chromium.org>
31736
31737         [chromium] Layout test rebaselines
31738
31739         Unreviewed rebaseline
31740
31741         * platform/chromium-linux-x86/media/media-can-play-ogg-expected.txt: Added.
31742         * platform/chromium-linux/media/media-can-play-ogg-expected.txt: Added.
31743         * platform/chromium-mac-lion/media/media-can-play-ogg-expected.txt: Added.
31744         * platform/chromium-mac-snowleopard/media/media-can-play-ogg-expected.txt: Added.
31745         * platform/chromium-mac/media/media-can-play-ogg-expected.txt: Added.
31746
31747 2013-01-23  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
31748
31749         [Qt] Unreviewed gardening.
31750         Rebaselining after r140448, r140459 and r140493.
31751
31752         * platform/qt-5.0/fast/js/global-constructors-expected.txt:
31753         * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:
31754
31755 2013-01-23  Adrian Perez de Castro  <aperez@igalia.com>
31756
31757         [GStreamer] Add Opus MIME type to the list of supported ones
31758         https://bugs.webkit.org/show_bug.cgi?id=98759
31759
31760         Reviewed by Philippe Normand.
31761
31762         Opus (http://opus-codec.org) streams are typically embedded into
31763         Ogg containers, so add a check for it in the test case.
31764
31765         * media/media-can-play-ogg-expected.txt:
31766         * media/media-can-play-ogg.html:
31767         * platform/chromium-android/media/media-can-play-ogg-expected.txt:
31768         * platform/chromium/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
31769         * platform/efl/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
31770         * platform/gtk/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
31771         * platform/qt-linux/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
31772
31773 2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>
31774
31775         REGRESSION(r139044): Pan icon remains on screen on Chromium-WinXP
31776         https://bugs.webkit.org/show_bug.cgi?id=107623
31777
31778         Reviewed by Hajime Morita.
31779
31780         This test checks no pan icon after pan scroll.
31781
31782         * platform/chromium-win/fast/events/panScroll-panIcon-expected.png: Added.
31783         * platform/chromium-win/fast/events/panScroll-panIcon-expected.txt: Added.
31784         * platform/chromium-win/fast/events/panScroll-panIcon.html: Added.
31785         * platform/chromium/TestExpectations: Changed to skip entry for panScroll-panIcon.html for Android, Linux and Mac. 
31786
31787 2013-01-23  Vivek Galatage  <vivek.vg@samsung.com>
31788
31789         xml-stylesheet XSL is not requested with JavaScript disabled
31790         https://bugs.webkit.org/show_bug.cgi?id=103902
31791
31792         Reviewed by Adam Barth.
31793
31794         Add a test to perform XSL transformation when the Javascript is disabled.
31795
31796         * http/tests/xsl/resources/xslt-transform-with-javascript-disabled.xml:
31797         * http/tests/xsl/resources/xslt-transform-with-javascript-disabled.xsl:
31798         * http/tests/xsl/xslt-transform-with-javascript-disabled-expected.txt:
31799         * http/tests/xsl/xslt-transform-with-javascript-disabled.html:
31800
31801 2013-01-23  Hajime Morrita  <morrita@google.com>
31802
31803         Invalidated SVG shadow tree should be always detached.
31804         https://bugs.webkit.org/show_bug.cgi?id=107634
31805
31806         Reviewed by Ryosuke Niwa.
31807
31808         * svg/custom/use-invalidate-click-crash-expected.txt: Added.
31809         * svg/custom/use-invalidate-click-crash.xhtml: Added.
31810
31811 2013-01-23  Seokju Kwon  <seokju.kwon@gmail.com>
31812
31813         [EFL] Gardening for some inspector tests
31814         https://bugs.webkit.org/show_bug.cgi?id=107516
31815
31816         Unreviewed gardening.
31817
31818         * platform/efl/TestExpectations: Add bug numbers.
31819
31820 2013-01-22  Zan Dobersek  <zdobersek@igalia.com>
31821
31822         Unreviewed GTK gardening.
31823
31824         Rebaselining after r140448, r140459 and r140493.
31825
31826         * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Added.
31827         * platform/gtk/fast/js/global-constructors-expected.txt:
31828
31829 2013-01-22  Kent Tamura  <tkent@chromium.org>
31830
31831         [Chromium] Fix svn:mime-type of PNG files in platform/chromium*/
31832
31833         * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-expected.png: Added property svn:mime-type.
31834         * platform/chromium-linux/fast/gradients/unprefixed-color-stop-units-expected.png: Added property svn:mime-type.
31835         * platform/chromium-linux/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added property svn:mime-type.
31836         * platform/chromium-linux/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added property svn:mime-type.
31837         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients-expected.png: Added property svn:mime-type.
31838         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients2-expected.png: Added property svn:mime-type.
31839         * platform/chromium-linux/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added property svn:mime-type.
31840         * platform/chromium-linux/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added property svn:mime-type.
31841         * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added property svn:mime-type.
31842         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested-expected.png: Added property svn:mime-type.
31843         * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.png: Added property svn:mime-type.
31844         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added property svn:mime-type.
31845         * platform/chromium-mac-lion/fast/inline/justify-emphasis-inline-box-expected.png: Added property svn:mime-type.
31846         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added property svn:mime-type.
31847         * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png: Added property svn:mime-type.
31848         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added property svn:mime-type.
31849         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added property svn:mime-type.
31850         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added property svn:mime-type.
31851
31852 2013-01-22  Dima Gorbik  <dgorbik@apple.com>
31853
31854         Whitelist should also work for the WebVTT ::cue element without an argument
31855         https://bugs.webkit.org/show_bug.cgi?id=107488
31856
31857         Reviewed by Andreas Kling.
31858
31859         * media/track/track-css-property-whitelist-expected.txt:
31860         * media/track/track-css-property-whitelist.html:
31861
31862 2013-01-22  Kent Tamura  <tkent@chromium.org>
31863
31864         [Chromium] Layout test calendar-picker-mouse-operations.html is flaky
31865         https://bugs.webkit.org/show_bug.cgi?id=107423
31866
31867         * platform/chromium/TestExpectations:
31868         Update the bug URL.
31869
31870 2013-01-22  Kent Tamura  <tkent@chromium.org>
31871
31872         [Chromium] Fix calendar-picker-key-operations.html
31873         https://bugs.webkit.org/show_bug.cgi?id=101408
31874
31875         Reviewed by Kentaro Hara.
31876
31877         * platform/chromium/TestExpectations:
31878         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
31879         We need to apply the waitUntilClosing idiom because picker closing
31880         operation is asynchronous.
31881         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
31882         Fix a failure.
31883
31884 2013-01-22  Yoshifumi Inoue  <yosin@chromium.org>
31885
31886         Unreviewed. Remove a wrong entry from platfrom/chromium/TestExpectations
31887
31888         * platform/chromium/TestExpectations: Remove an entry for fast/forms/associated-element-crash.html
31889
31890 2013-01-21  Kentaro Hara  <haraken@chromium.org>
31891
31892         Implement UIEvent constructor
31893         https://bugs.webkit.org/show_bug.cgi?id=107430
31894
31895         Reviewed by Adam Barth.
31896
31897         Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
31898
31899         UIEvent constructor is implemented under a DOM4_EVENTS_CONSTRUCTOR flag,
31900         which is enabled on Safari and Chromium for now.
31901
31902         * fast/events/constructors/ui-event-constructor-expected.txt: Added.
31903         * fast/events/constructors/ui-event-constructor.html: Added.
31904         * platform/efl/TestExpectations:
31905         * platform/gtk/TestExpectations:
31906         * platform/qt/TestExpectations:
31907         * platform/win/TestExpectations:
31908         * platform/wincairo/TestExpectations:
31909
31910 2013-01-22  Kondapally Kalyan  <kalyan.kondapally@intel.com>
31911
31912         [EFL][WebGL] Enable WebGL LayoutTests.
31913         https://bugs.webkit.org/show_bug.cgi?id=107485
31914
31915         Reviewed by Laszlo Gombos.
31916
31917         This patch enables WebGL LayoutTests for Efl Port.
31918
31919         * platform/efl/TestExpectations:
31920
31921 2013-01-22  Noel Gordon  <noel.gordon@gmail.com>
31922
31923         [chromium] webaudio/realtimeanalyser-fft-sizing.html is failing on Win7 
31924         https://bugs.webkit.org/show_bug.cgi?id=107581
31925
31926         Unreviewed gardening.
31927
31928         Results on all win platforms match the generic expected result (so use that).
31929
31930         * platform/chromium-linux/webaudio/realtimeanalyser-fft-sizing-expected.txt: Removed.
31931         * platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt: Removed.
31932         * platform/chromium-win/webaudio/realtimeanalyser-fft-sizing-expected.txt: Removed.
31933         * platform/chromium/TestExpectations:
31934
31935 2013-01-22  Tony Chang  <tony@chromium.org>
31936
31937         Unreviewed, rolling out r140171.
31938         http://trac.webkit.org/changeset/140171
31939         https://bugs.webkit.org/show_bug.cgi?id=107193
31940
31941         Regressed scrollable region size in other cases.
31942
31943         * fast/overflow/height-during-simplified-layout-expected.txt: Removed.
31944         * fast/overflow/height-during-simplified-layout.html: Removed.
31945
31946 2013-01-22  Julien Chaffraix  <jchaffraix@webkit.org>
31947
31948         [CSS Grid Layout] Add grid.css to hold the common grid testing code
31949         https://bugs.webkit.org/show_bug.cgi?id=107044
31950
31951         Reviewed by Tony Chang.
31952
31953         * fast/css-grid-layout/containing-block-grids.html:
31954         Removed 2 bad display: none rules that where overriden by
31955         the inline style declaration.
31956
31957         * fast/css-grid-layout/minmax-fixed-logical-height-only.html:
31958         * fast/css-grid-layout/breadth-size-resolution-grid.html:
31959         * fast/css-grid-layout/calc-resolution-grid-item.html:
31960         * fast/css-grid-layout/display-grid-set-get.html:
31961         * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
31962         * fast/css-grid-layout/grid-columns-rows-get-set.html:
31963         * fast/css-grid-layout/grid-element-padding-margin.html:
31964         * fast/css-grid-layout/minmax-fixed-logical-width-only.html:
31965         * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html:
31966         * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html:
31967         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid.html:
31968         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update.html:
31969         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track.html:
31970         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-update.html:
31971         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item.html:
31972         * fast/css-grid-layout/percent-resolution-grid-item.html:
31973         * fast/css-grid-layout/place-cell-by-index.html:
31974         Updated all the files above to:
31975         - use grid.css.
31976         - rename 'a', 'b', 'c' and 'd' to more meaningful.
31977         - change the previous ids to be classes as we ended up having several divs with the same id.
31978
31979         * fast/css-grid-layout/resources/grid.css: Added.
31980
31981 2013-01-22  Ojan Vafai  <ojan@chromium.org>
31982
31983         REGRESION(r130774): preferred width of tables does not take max-width into account
31984         https://bugs.webkit.org/show_bug.cgi?id=107576
31985
31986         Reviewed by Tony Chang.
31987
31988         * fast/table/min-max-width-preferred-size-expected.txt: Added.
31989         * fast/table/min-max-width-preferred-size.html: Added.
31990
31991 2013-01-22  Michael Saboff  <msaboff@apple.com>
31992
31993         sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A7.2.html is crashing
31994         https://bugs.webkit.org/show_bug.cgi?id=90742
31995
31996         Unreviewed.  Test passes without any error or crashing.  Suspect
31997         that the original issue has been resolved.
31998
31999         * platform/mac/TestExpectations:
32000
32001 2013-01-22  Alpha Lam  <hclam@chromium.org>
32002
32003         [chromium] Update test expectations
32004         https://bugs.webkit.org/show_bug.cgi?id=107587
32005
32006         Unreviewed. Mark these tests as slow on Win7 Debug:
32007         platform/chromium/virtual/gpu/fast/hidpi/clip-text-in-hidpi.html
32008         platform/chromium/virtual/gpu/fast/hidpi/device-scale-factor-paint.html
32009         platform/chromium/virtual/gpu/fast/hidpi/focus-rings.html
32010
32011         * platform/chromium/TestExpectations:
32012
32013 2013-01-22  Joseph Pecoraro  <pecoraro@apple.com>
32014
32015         [Mac] Enable Page Visibility (PAGE_VISIBILITY_API)
32016         https://bugs.webkit.org/show_bug.cgi?id=107230
32017
32018         Reviewed by David Kilzer.
32019
32020         * fast/events/page-visibility-iframe-delete-test-expected.txt:
32021         * fast/events/page-visibility-iframe-delete-test.html:
32022         Fix a typo.
32023
32024         * platform/mac/TestExpectations:
32025         Unskip the tests on OS X.
32026
32027 2013-01-22  Alpha Lam  <hclam@chromium.org>
32028
32029         [chromium] Update test expectations
32030         https://bugs.webkit.org/show_bug.cgi?id=107328
32031
32032         Unreviewed. Mark this test as missing:
32033         fast/forms/form-associated-element-crash3.html
32034
32035         * platform/chromium/TestExpectations:
32036
32037 2013-01-22  Alpha Lam  <hclam@chromium.org>
32038
32039         [chromium] Update test expectations.
32040
32041         Unreviewed rebaseline for layout test:
32042         platform/chromium/fast/events/touch/touch-hit-rects-in-iframe.html
32043
32044         * 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.
32045
32046 2013-01-22  Alpha Lam  <hclam@chromium.org>
32047
32048         [chromium] webaudio/realtimeanalyser-fft-sizing.html is failing on Win7
32049         https://bugs.webkit.org/show_bug.cgi?id=107581
32050
32051         Unreviewed build fix. Mark the following test as failing on Win7:
32052         webaudio/realtimeanalyser-fft-sizing.html
32053
32054         * platform/chromium/TestExpectations:
32055
32056 2013-01-22  Zan Dobersek  <zandobersek@gmail.com>
32057
32058         [GTK] Enable CSS Image Orientation feature
32059         https://bugs.webkit.org/show_bug.cgi?id=99040
32060
32061         Reviewed by Martin Robinson.
32062
32063         Remove the general expectation, replacing it with a failure expectation
32064         for the test that's failing due to whitespace problems in the cssText attribute
32065         value after the image orientation attribute is set.
32066
32067         * platform/gtk/TestExpectations:
32068
32069 2013-01-22  Zan Dobersek  <zandobersek@gmail.com>
32070
32071         [GTK] Enable the <template> element support in development builds
32072         https://bugs.webkit.org/show_bug.cgi?id=106575
32073
32074         Reviewed by Martin Robinson.
32075
32076         Remove the skip entry for the layout tests of the element.
32077         Add a failure expectation for a flaky test that's being unskipped.
32078
32079         * platform/gtk/TestExpectations:
32080
32081 2013-01-22  Alpha Lam  <hclam@chromium.org>
32082
32083         REGRESSION(r140231): media track layout tests crashing
32084         https://bugs.webkit.org/show_bug.cgi?id=107579
32085
32086         Unreviewed. Mark 3 tests as crashing:
32087         media/track/track-css-cue-lifetime.html
32088         media/track/track-css-matching.html
32089         media/track/track-css-property-whitelist.html
32090
32091         * platform/chromium/TestExpectations:
32092
32093 2013-01-22  Alexis Menard  <alexis@webkit.org>
32094
32095         Allow construction of unprefixed transition DOM events.
32096         https://bugs.webkit.org/show_bug.cgi?id=107319
32097
32098         Reviewed by Dean Jackson.
32099
32100         Add new tests to cover the feature. Update some existing ones with new
32101         expected results as a new constructor was added.
32102
32103         * fast/dom/constructed-objects-prototypes.html:
32104         * fast/dom/constructed-objects-prototypes-expected.txt:
32105         * fast/events/constructors/transition-event-constructor-expected.txt: Added.
32106         * fast/events/constructors/transition-event-constructor.html: Added.
32107         * fast/events/event-creation.html:
32108         * platform/chromium/TestExpectations: Chromium turns the feature off.
32109
32110 2013-01-22  Sheriff Bot  <webkit.review.bot@gmail.com>
32111
32112         Unreviewed, rolling out r140435.
32113         http://trac.webkit.org/changeset/140435
32114         https://bugs.webkit.org/show_bug.cgi?id=107565
32115
32116         Crashes on ClusterFuzz due to float not removed (Requested by
32117         inferno-sec on #webkit).
32118
32119         * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Removed.
32120         * fast/block/float/overhanging-float-not-removed-crash.html: Removed.
32121
32122 2013-01-22  Robert Hogan  <robert@webkit.org>
32123
32124         When we do setAttribute("border", null) on a table we should create a border like every other browser
32125         https://bugs.webkit.org/show_bug.cgi?id=102112
32126
32127         Reviewed by Ryosuke Niwa.
32128
32129         * fast/dom/HTMLTableElement/table-with-invalid-border-expected.txt: Added.
32130         * fast/dom/HTMLTableElement/table-with-invalid-border.html: Added.
32131         * fast/table/table-with-borderattr-null-expected.txt: Added.
32132         * fast/table/table-with-borderattr-null.html: Added.
32133         * fast/table/table-with-borderattr-set-to-null-expected.txt: Added.
32134         * fast/table/table-with-borderattr-set-to-null.html: Added.
32135
32136 2013-01-22  Abhishek Arya  <inferno@chromium.org>
32137
32138         Heap-use-after-free in WebCore::RenderObject::isDescendantOf
32139         https://bugs.webkit.org/show_bug.cgi?id=107226
32140
32141         Reviewed by Emil A Eklund.
32142
32143         * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Added.
32144         * fast/block/float/overhanging-float-not-removed-crash.html: Added.
32145
32146 2013-01-18  Stephen Chenney  <schenney@chromium.org>
32147
32148         Asserts when textPath is used with no path
32149         https://bugs.webkit.org/show_bug.cgi?id=107324
32150
32151         Reviewed by Eric Seidel.
32152
32153         Test will assert in debug without this patch.
32154
32155         * svg/text/tpath-without-path-expected.txt: Added.
32156         * svg/text/tpath-without-path.svg: Added.
32157
32158 2013-01-22  Krzysztof Czech  <k.czech@samsung.com>
32159
32160         [EFL] Unskipping some Accessibility Layout Tests for WK2.
32161         https://bugs.webkit.org/show_bug.cgi?id=107555
32162
32163         Unreviewed EFL gardening.
32164
32165         * platform/efl-wk2/TestExpectations:
32166
32167 2013-01-22  Andrey Lushnikov  <lushnikov@chromium.org>
32168
32169         Web Inspector: do not highlight really long lines in DTE.
32170         https://bugs.webkit.org/show_bug.cgi?id=107531
32171
32172         Reviewed by Pavel Feldman.
32173
32174         Layout test to verify that Default Text Editor does not spend time for
32175         highlighting really long lines of code.
32176
32177         * inspector/editor/highlighter-long-line.html: Correct highlighter defaults in initialization.
32178         * inspector/editor/text-editor-long-line-expected.txt: Added.
32179         * inspector/editor/text-editor-long-line.html: Added.
32180
32181 2013-01-22  Thiago Marcos P. Santos  <thiago.santos@intel.com>
32182
32183         [EFL][Chromium] Unreviewed gardening.
32184
32185         Added expectations for a crashing EFL test and fixed
32186         a typo on Chromium's expectations for the same test.
32187
32188         * platform/chromium/TestExpectations:
32189         * platform/efl/TestExpectations:
32190
32191 2013-01-22  Dominik Röttsches  <dominik.rottsches@intel.com>
32192
32193         [EFL] Enable sub-pixel tests
32194         https://bugs.webkit.org/show_bug.cgi?id=107548
32195
32196         Unreviewed gardening.
32197
32198         I will run this through EWS'ses and give others a chance to comment
32199         since I am removing the sub-pixel skipping from the wk2/TestExpectations file.
32200         This set of tests seems to be specifically skipped
32201         in all platforms that don't want to run these tests.
32202
32203         * platform/efl/TestExpectations:
32204         * platform/efl/fast/sub-pixel/inline-block-with-padding-expected.txt: Added.
32205         * platform/efl/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
32206         * platform/efl/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.txt: Added.
32207         * platform/efl/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added.
32208         * platform/efl/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Added.
32209         * platform/efl/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
32210         * platform/efl/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.
32211         * platform/efl/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
32212         * platform/efl/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
32213         * platform/efl/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
32214         * platform/efl/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
32215         * platform/wk2/TestExpectations:
32216
32217 2013-01-22  Zan Dobersek  <zdobersek@igalia.com>
32218
32219         Unreviewed GTK gardening.
32220
32221         Adding back an expectation that was errornously removed in r140404.
32222
32223         * platform/gtk/TestExpectations:
32224
32225 2013-01-22  Zan Dobersek  <zdobersek@igalia.com>
32226
32227         Unreviewed GTK gardening.
32228
32229         Adding timeout expectations for two tests from the JSRegress suite that
32230         were added in r140276. The timeouts are GTK-specific.
32231         Expanding the main failure expectation for all Encrypted Media tests to
32232         expect either failures or timeouts.
32233
32234         * platform/gtk/TestExpectations:
32235
32236 2013-01-22  Mihnea Ovidenie  <mihnea@adobe.com>
32237
32238         [CSS Regions] min-max height will not trigger a relayout when set on a region with auto-height
32239         https://bugs.webkit.org/show_bug.cgi?id=103738
32240
32241         Reviewed by David Hyatt.
32242
32243         Added tests for dynamically change the min/max-height for auto-height regions, including also vertical writing modes.
32244         Added tests for dynamically changing the width of auto-height regions to make sure we are correctly computing their height.
32245         Added two tests for complex auto-height regions layout which require a full two-pass layout after some regions from region
32246         chain are laid out.
32247
32248         * fast/regions/autoheight-region-decrease-maxheight-expected.txt: Added.
32249         * fast/regions/autoheight-region-decrease-maxheight.html: Added.
32250         * fast/regions/autoheight-region-decrease-minheight-expected.txt: Added.
32251         * fast/regions/autoheight-region-decrease-minheight.html: Added.
32252         * fast/regions/autoheight-region-decrease-width-expected.txt: Added.
32253         * fast/regions/autoheight-region-decrease-width.html: Added.
32254         * fast/regions/autoheight-region-increase-maxheight-expected.txt: Added.
32255         * fast/regions/autoheight-region-increase-maxheight.html: Added.
32256         * fast/regions/autoheight-region-increase-minheight-expected.txt: Added.
32257         * fast/regions/autoheight-region-increase-minheight.html: Added.
32258         * fast/regions/autoheight-region-increase-width-expected.txt: Added.
32259         * fast/regions/autoheight-region-increase-width.html: Added.
32260         * fast/regions/autoheight-region-new-maxheight-expected.txt: Added.
32261         * fast/regions/autoheight-region-new-maxheight-vrl-expected.txt: Added.
32262         * fast/regions/autoheight-region-new-maxheight-vrl.html: Added.
32263         * fast/regions/autoheight-region-new-maxheight.html: Added.
32264         * fast/regions/autoheight-region-new-minheight-expected.txt: Added.
32265         * fast/regions/autoheight-region-new-minheight-vlr-expected.txt: Added.
32266         * fast/regions/autoheight-region-new-minheight-vlr.html: Added.
32267         * fast/regions/autoheight-region-new-minheight.html: Added.
32268         * fast/regions/autoheight-region-remove-maxheight-expected.txt: Added.
32269         * fast/regions/autoheight-region-remove-maxheight.html: Added.
32270         * fast/regions/autoheight-region-remove-minheight-expected.txt: Added.
32271         * fast/regions/autoheight-region-remove-minheight.html: Added.
32272         * fast/regions/autoheight-two-pass-layout-complex-001-expected.txt: Added.
32273         * fast/regions/autoheight-two-pass-layout-complex-001.html: Added.
32274         * fast/regions/autoheight-two-pass-layout-complex-002-expected.txt: Added.
32275         * fast/regions/autoheight-two-pass-layout-complex-002.html: Added.
32276         * fast/regions/region-height-auto-to-defined-expected.txt: Added.
32277         * fast/regions/region-height-auto-to-defined.html: Added.
32278         * fast/regions/region-height-defined-to-auto-expected.txt: Added.
32279         * fast/regions/region-height-defined-to-auto.html: Added.
32280
32281 2013-01-22  Manuel Rego Casasnovas  <rego@igalia.com>
32282
32283         [GTK] Implement testRunner::setTextDirection
32284         https://bugs.webkit.org/show_bug.cgi?id=107131
32285
32286         Reviewed by Philippe Normand.
32287
32288         * platform/gtk-wk2/TestExpectations: Unflag
32289         fast/html/set-text-direction.html as it was already passing in WK2.
32290         * platform/gtk/TestExpectations: Remove
32291         fast/html/set-text-direction.html.
32292
32293 2013-01-22  Christophe Dumez  <christophe.dumez@intel.com>
32294
32295         Unreviewed EFL gardening.
32296
32297         Unskip 2 tests that were sometimes asserting on the bots as
32298         the problems seems to have been fixed in r140166.
32299
32300         * platform/efl/TestExpectations:
32301
32302 2013-01-22  Sergey Ryazanov  <serya@chromium.org>
32303
32304         Web Inspector: Show requests in `curl` syntax in DevTools → Network → Headers
32305         https://bugs.webkit.org/show_bug.cgi?id=107276
32306
32307         Reviewed by Pavel Feldman.
32308
32309         * inspector/curl-command-expected.txt: Added.
32310         * inspector/curl-command.html: Added.
32311
32312 2013-01-21  Kent Tamura  <tkent@chromium.org>
32313
32314         Date selection from calendar picker should dispatch 'input' event in addition to 'change' event
32315         https://bugs.webkit.org/show_bug.cgi?id=107427
32316
32317         Reviewed by Kentaro Hara.
32318
32319         * platform/chromium/fast/forms/calendar-picker/date-picker-events-expected.txt: Added.
32320         * platform/chromium/fast/forms/calendar-picker/date-picker-events.html: Added.
32321         * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events-expected.txt: Added.
32322         * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events.html: Added.
32323
32324 2013-01-21  Noel Gordon  <noel.gordon@gmail.com>
32325
32326         [chromium] Update webaudio/realtimeanalyser-fft-sizing.html expectation on Win
32327
32328         Unreviewed gardening.
32329
32330         * platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt: Added.
32331
32332 2013-01-21  Levi Weintraub  <leviw@chromium.org>
32333
32334         Unreviewed gardening. Updating expectations for Mac platforms after r140370.
32335
32336         * platform/chromium-mac-snowleopard/platform/chromium/fast/events: Added.
32337         * platform/chromium-mac-snowleopard/platform/chromium/fast/events/touch: Added.
32338         * platform/chromium-mac-snowleopard/platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt: Added.
32339
32340 2013-01-21  Nico Weber  <thakis@chromium.org>
32341
32342         [chromium] Unreviewed, update baselines after r140358. See also bug 107476.
32343         https://bugs.webkit.org/show_bug.cgi?id=107483
32344
32345         * platform/chromium-mac/fast/block/float/024-expected.txt:
32346         * platform/chromium-mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
32347         * platform/chromium/fast/block/float/024-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/block/float/024-expected.txt.
32348
32349 2013-01-21  Levi Weintraub  <leviw@chromium.org>
32350
32351         Event target rects on the top level document shouldn't be clipped.
32352         https://bugs.webkit.org/show_bug.cgi?id=107339
32353
32354         Reviewed by James Robinson.
32355
32356         Updating existing tests to cover this issue.
32357
32358         * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
32359         * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html:
32360         * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt:
32361         * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe.html:
32362         * platform/chromium/fast/events/touch/resources/frame-with-document-touch-handler.html: Added.
32363         * platform/chromium/TestExpectations:
32364
32365 2013-01-21  Nico Weber  <thakis@chromium.org>
32366
32367         [chromium] Update expectations.
32368         https://bugs.webkit.org/show_bug.cgi?id=107481
32369
32370         Unreviewed, expectations update.
32371
32372         After https://src.chromium.org/viewvc/chrome?view=rev&revision=177952,
32373         these tests no longer fail on linux.
32374
32375         * platform/chromium/TestExpectations:
32376
32377 2013-01-21  Bem Jones-Bey  <bjonesbe@adobe.com>
32378
32379         [CSS Exclusions] shape-outside on floats for rectangle shapes positioning
32380         https://bugs.webkit.org/show_bug.cgi?id=100399
32381
32382         Reviewed by David Hyatt.
32383
32384         * fast/exclusions/shape-outside-floats/shape-outside-floats-positioning-expected.html: Added.
32385         * fast/exclusions/shape-outside-floats/shape-outside-floats-positioning.html: Added.
32386         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-horizontal-multiple.html:
32387             This test had incorrect coordinates for some of the shapes, causing them to break now that x and y are supported for the shapes.
32388
32389 2013-01-21  Robert Hogan  <robert@webkit.org>
32390
32391         Unreviewed, suppress tests requiring rebaseline after r140358
32392         * platform/efl/TestExpectations:
32393         * platform/gtk/TestExpectations:
32394
32395 2013-01-21  Jer Noble  <jer.noble@apple.com>
32396
32397         Unreviewed LayoutTests gardening.
32398
32399         Rebaseline fast/block/margin-collapse/empty-clear-blocks.html
32400         and fast/block/float/024.html after r140358.
32401
32402         * platform/mac/fast/block/float/024-expected.txt:
32403         * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
32404
32405 2013-01-21  Robert Hogan  <robert@webkit.org>
32406
32407         Unreviewed, suppress tests requiring rebaseline after r140358
32408         * platform/qt/TestExpectations:
32409
32410 2013-01-21  Robert Hogan  <robert@webkit.org>
32411
32412         Misaligned logo on www.nzherald.co.nz possibly due to negative margin-top
32413         https://bugs.webkit.org/show_bug.cgi?id=14664
32414
32415         Reviewed by David Hyatt.
32416
32417         * fast/block/float/clear-negative-margin-top-expected.html: Added.
32418         * fast/block/float/clear-negative-margin-top.html: Added.
32419         * platform/chromium-win/fast/block/float/024-expected.txt:
32420         * platform/chromium-win/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
32421
32422 2013-01-21  Zan Dobersek  <zdobersek@igalia.com>
32423
32424         Unreviewed GTK gardening.
32425
32426         Rebaselining a few media tests after r140339.
32427
32428         * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
32429         * platform/gtk/fast/layers/video-layer-expected.txt:
32430         * platform/gtk/media/media-controls-clone-expected.txt:
32431         * platform/gtk/media/video-empty-source-expected.txt:
32432         * platform/gtk/media/video-no-audio-expected.txt:
32433
32434 2013-01-21  Rik Cabanier  <cabanier@adobe.com>
32435
32436         Proposal: Add support for even-odd fill and clip to Canvas
32437         https://bugs.webkit.org/show_bug.cgi?id=106188
32438
32439         Reviewed by Dirk Schulze.
32440
32441         Add tests to verify that the winding rule work as expected with clip, fill and isPointInPath
32442
32443         * fast/canvas/canvas-clip-rule-expected.txt: Added.
32444         * fast/canvas/canvas-clip-rule.html: Added.
32445         * fast/canvas/canvas-fill-rule-expected.txt: Added.
32446         * fast/canvas/canvas-fill-rule.html: Added.
32447         * fast/canvas/canvas-isPointInPath-winding-expected.txt: Added.
32448         * fast/canvas/canvas-isPointInPath-winding.html: Added.
32449         * fast/canvas/script-tests/canvas-clip-rule.js: Added.
32450         (pixelDataAtPoint):
32451         (checkResult):
32452         (prepareTestScenario):
32453         * fast/canvas/script-tests/canvas-fill-rule.js: Added.
32454         (pixelDataAtPoint):
32455         (checkResult):
32456         (prepareTestScenario):
32457         * fast/canvas/script-tests/canvas-isPointInPath-winding.js: Added.
32458         (prepareTestScenario):
32459
32460 2013-01-21  ChangSeok Oh  <shivamidow@gmail.com>
32461
32462         [Texmap][GTK] The poster-circle doesn't appear.
32463         https://bugs.webkit.org/show_bug.cgi?id=106672
32464
32465         Reviewed by Noam Rosenthal.
32466
32467         A new pixel test is added. It tests if animated layer is drawn for the first scene.
32468
32469         * compositing/visibility/visibility-composited-animation-expected.png: Added.
32470         * compositing/visibility/visibility-composited-animation-expected.txt: Added.
32471         * compositing/visibility/visibility-composited-animation.html: Added.
32472
32473 2013-01-21  Mike West  <mkwst@chromium.org>
32474
32475         Add a test to ensure that content written into a seamless IFrame inherits style.
32476         https://bugs.webkit.org/show_bug.cgi?id=99289
32477
32478         Reviewed by Eric Seidel.
32479
32480         This patch adds a single test to ensure that content written into a
32481         seamless IFrame via 'contentDocument.write()' properly inherits style.
32482         The root of the issue was fixed in wkbug.com/103539, so no code changes
32483         are necesary, but that patch didn't test this particular edge case.
32484
32485         * fast/frames/seamless/seamless-document-write-expected.txt: Added.
32486         * fast/frames/seamless/seamless-document-write.html: Added.
32487
32488 2013-01-21  Brian Holt  <brian.holt@samsung.com>
32489
32490         Consolidate and run ARIA-list-and-listitem accessibility test
32491         https://bugs.webkit.org/show_bug.cgi?id=107283
32492
32493         Reviewed by Chris Fleizach.
32494
32495         After revision r131674 for bug 99640, the output from
32496         AccessibilityUIElement::role() is consistent across most platforms,
32497         therefore platform specific expections can be consolidated into a
32498         generic expectation with a Mac exception and enabled.
32499
32500         * accessibility/aria-list-and-listitem-expected.txt: Renamed from LayoutTests/platform/chromium/accessibility/aria-list-and-listitem-expected.txt.
32501         * platform/gtk/TestExpectations: Removed passing test.
32502         * platform/gtk/accessibility/aria-list-and-listitem-expected.txt: Removed.
32503
32504 2013-01-21  Michael[tm] Smith  <mike@w3.org>
32505
32506         Implement the HTML <main> element.
32507         https://bugs.webkit.org/show_bug.cgi?id=103172
32508
32509         Reviewed by Chris Fleizach.
32510
32511         <main> should behave the same as <nav>, <section>, <article>, and <aside>.
32512         <main> has no specific parsing rules.
32513         <main> should expose AXLandmarkMain correctly for each platform.
32514
32515         * editing/execCommand/query-format-block-expected.txt:
32516         * editing/execCommand/remove-format-elements-expected.txt:
32517         * editing/execCommand/remove-format-elements.html:
32518         * editing/execCommand/script-tests/query-format-block.js:
32519         * fast/block/child-not-removed-from-parent-lineboxes-crash.html:
32520         * fast/dom/click-method-on-html-element-expected.txt:
32521         * fast/dom/click-method-on-html-element.html:
32522         * fast/dom/wrapper-classes-expected.txt:
32523         * fast/dom/wrapper-classes.html:
32524         * fast/forms/access-key-for-all-elements-expected.txt:
32525         * fast/forms/access-key-for-all-elements.html:
32526         * fast/html/main-element-expected.txt: Added.
32527         * fast/html/main-element.html: Added.
32528         * fast/html/script-tests/main-element.js: Added.
32529         (getWeight):
32530         * platform/chromium/accessibility/main-element-expected.txt: Added.
32531         * platform/chromium/accessibility/main-element.html: Added.
32532         * platform/chromium/fast/dom/wrapper-classes-expected.txt:
32533         * platform/mac/accessibility/main-element-expected.txt: Added.
32534         * platform/mac/accessibility/main-element.html: Added.
32535
32536 2013-01-21  Joanmarie Diggs  <jdiggs@igalia.com>
32537
32538         Crash in AccessibilityTableCell::parentTable()
32539         https://bugs.webkit.org/show_bug.cgi?id=107261
32540
32541         Reviewed by Chris Fleizach.
32542
32543         Getting the parent table in order to get the role value should not be
32544         done when objects are being destroyed. Also, it does not seem safe to
32545         assume we have an AXObjectCache.
32546
32547         * accessibility/table-destroyed-crash-expected.txt: Added.
32548         * accessibility/table-destroyed-crash.html: Added.
32549
32550 2013-01-21  Ádám Kallai  <kadam@inf.u-szeged.hu>
32551
32552         [Qt] Unreviewed gardening. Skip failing test.
32553         https://bugs.webkit.org/show_bug.cgi?id=105574.
32554
32555         * platform/qt/TestExpectations:
32556
32557 2013-01-21  Andrey Adaikin  <aandrey@chromium.org>
32558
32559         Web Inspector: modify generate_protocol_externs.py to generate JSON typedef's for @constructors
32560         https://bugs.webkit.org/show_bug.cgi?id=107287
32561
32562         Reviewed by Pavel Feldman.
32563
32564         * inspector/console/command-line-api-expected.txt:
32565
32566 2013-01-21  Kent Tamura  <tkent@chromium.org>
32567
32568         INPUT_MULTIPLE_FIELDS_UI: should not dispatch 'input' events if the element value is not updated
32569         https://bugs.webkit.org/show_bug.cgi?id=107429
32570
32571         Reviewed by Kentaro Hara.
32572
32573         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
32574         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
32575
32576 2013-01-21  Alexander Pavlov  <apavlov@chromium.org>
32577
32578         Web Inspector: Do not dispatch mousemove when emulating touch event and no touch is active
32579         https://bugs.webkit.org/show_bug.cgi?id=107419
32580
32581         Reviewed by Pavel Feldman.
32582
32583         * fast/events/touch/emulate-touch-events.html: Test that mousemove is dispatched not more than once
32584           and reset the touch event emulation flag in window.internals.settings upon test completion.
32585         * fast/events/touch/emulated-touch-iframe.html:
32586           Reset the touch event emulation flag in window.internals.settings upon test completion.
32587
32588 2013-01-21  Andrey Lushnikov  <lushnikov@chromium.org>
32589
32590         Web Inspector: fix highlight bug in DTE.
32591         https://bugs.webkit.org/show_bug.cgi?id=107433
32592
32593         Reviewed by Pavel Feldman.
32594
32595         Add a layout test to cover highlight bug specific situation.
32596
32597         * inspector/editor/highlighter-chunk-limit-expected.txt: Added.
32598         * inspector/editor/highlighter-chunk-limit.html: Added.
32599
32600 2013-01-21  Ádám Kallai  <kadam@inf.u-szeged.hu>
32601
32602         [Qt] Unreviewed gardening. Skip some failing.
32603
32604         * platform/qt/TestExpectations:
32605         * platform/qt/editing/input/caret-at-the-edge-of-contenteditable-expected.png: Update after r140202.
32606         * platform/qt/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Update after r140202.
32607         * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Update after r140202.
32608         * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Update after r140202.
32609
32610 2013-01-21  Kentaro Hara  <haraken@chromium.org>
32611
32612         Implement MediaStreamEvent constructor
32613         https://bugs.webkit.org/show_bug.cgi?id=107411
32614
32615         Reviewed by Hajime Morita.
32616
32617         Fixed wrong test cases.
32618
32619         * fast/events/constructors/media-stream-event-constructor-expected.txt:
32620         * fast/events/constructors/media-stream-event-constructor.html:
32621
32622 2013-01-21  Andrey Lushnikov  <lushnikov@chromium.org>
32623
32624         Web Inspector: refactoring to use string as argument for highlightRegex API
32625         https://bugs.webkit.org/show_bug.cgi?id=107243
32626
32627         Reviewed by Pavel Feldman.
32628
32629         Correct test to correspond to refactoring changes.
32630
32631         * inspector/editor/text-editor-highlight-regexp.html:
32632
32633 2013-01-21  Sheriff Bot  <webkit.review.bot@gmail.com>
32634
32635         Unreviewed, rolling out r140311.
32636         http://trac.webkit.org/changeset/140311
32637         https://bugs.webkit.org/show_bug.cgi?id=107431
32638
32639         Broke selection-related tests (Requested by apavlov on
32640         #webkit).
32641
32642         * fast/events/touch/emulate-touch-events.html:
32643
32644 2013-01-20  Alexander Pavlov  <apavlov@chromium.org>
32645
32646         Web Inspector: Do not dispatch mousemove when emulating touch event and no touch is active
32647         https://bugs.webkit.org/show_bug.cgi?id=107419
32648
32649         Reviewed by Pavel Feldman.
32650
32651         * fast/events/touch/emulate-touch-events.html: Test that mousemove is dispatched not more than once.
32652
32653 2013-01-21  Tommy Widenflycht  <tommyw@google.com>
32654
32655         MediaStream API: Update the RTCPeerConnection states to match the latest specification
32656         https://bugs.webkit.org/show_bug.cgi?id=107120
32657
32658         Reviewed by Adam Barth.
32659
32660         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
32661         * fast/mediastream/RTCPeerConnection-datachannel.html:
32662         * fast/mediastream/RTCPeerConnection-ice-expected.txt:
32663         * fast/mediastream/RTCPeerConnection-ice.html:
32664         * fast/mediastream/RTCPeerConnection-state-expected.txt:
32665         * fast/mediastream/RTCPeerConnection-state.html:
32666
32667 2013-01-20  Matt Falkenhagen  <falken@chromium.org>
32668
32669         Elements must be reattached when inserted/removed from top layer
32670         https://bugs.webkit.org/show_bug.cgi?id=105489
32671
32672         Relanding r139402 as rollout due to suspected perf regression did not help (bug 106726).
32673
32674         Reviewed by Julien Chaffraix.
32675
32676         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Added.
32677         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Added.
32678         This tests that a top layer element removed from the document does not reappear in the top layer if readded.
32679         This test actually would pass before this patch, but just by good fortune (see bug).
32680         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Added.
32681         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Added.
32682         This tests that top layer ordering is correct after removing and readding an element to the top layer.
32683
32684 2013-01-20  Yury Semikhatsky  <yurys@chromium.org>
32685
32686         Web Inspector: change HeapSnapshotLoader to allow loading native heap snapshots
32687         https://bugs.webkit.org/show_bug.cgi?id=107282
32688
32689         Reviewed by Pavel Feldman.
32690
32691         Conctete heap snapshot constructor name is passed as a parameter to HeapSnapshotLoaderProxy and
32692         propagated to HeapSnapshotLoader.buildSnapshot to support different types of heap snapshots.
32693
32694         * inspector/profiler/heap-snapshot-loader.html:
32695
32696 2013-01-20  Kentaro Hara  <haraken@chromium.org>
32697
32698         Implement MediaStreamEvent constructor
32699         https://bugs.webkit.org/show_bug.cgi?id=107411
32700
32701         Reviewed by Adam Barth.
32702
32703         Spec: http://www.w3.org/TR/webrtc/#mediastreamevent
32704
32705         Test: fast/events/constructors/media-stream-event-constructor.html
32706
32707         * fast/events/constructors/media-stream-event-constructor-expected.txt: Added.
32708         * fast/events/constructors/media-stream-event-constructor.html: Added.
32709         * platform/chromium-android/TestExpectations:
32710         * platform/efl/TestExpectations:
32711         * platform/gtk/TestExpectations:
32712         * platform/mac/TestExpectations:
32713         * platform/qt/TestExpectations:
32714         * platform/win/TestExpectations:
32715         * platform/wincairo/TestExpectations:
32716
32717 2013-01-20  Mike Lawther  <mikelawther@chromium.org>
32718
32719         CSS3 calc: unprefix implementation
32720         https://bugs.webkit.org/show_bug.cgi?id=91951
32721
32722         Reviewed by Ojan Vafai.
32723
32724         Changed all -webkit-calc() occurrences to calc().
32725         Made a copy of the simplest test file so very basic tests for the prefixed version
32726         are retained.
32727
32728         * css3/calc/background-position-parsing.html:
32729         * css3/calc/block-mask-overlay-image-outset.html:
32730         * css3/calc/border-radius.html:
32731         * css3/calc/border.html:
32732         * css3/calc/box-reflect.html:
32733         * css3/calc/calc-errors.html:
32734         * css3/calc/color-hsl.html:
32735         * css3/calc/color-rgb.html:
32736         * css3/calc/css3-radial-gradients.html:
32737         * css3/calc/cssom-expected.txt:
32738         * css3/calc/cssom.html:
32739         * css3/calc/font-monospace.html:
32740         * css3/calc/font-size-fractional.html:
32741         * css3/calc/font-size.html:
32742         * css3/calc/font.html:
32743         * css3/calc/getComputedStyle-margin-percentage.html:
32744         * css3/calc/gradient-color-stops.html:
32745         * css3/calc/img-size.html:
32746         * css3/calc/line-height.html:
32747         * css3/calc/margin.html:
32748         * css3/calc/negative-padding.html:
32749         * css3/calc/padding.html:
32750         * css3/calc/reflection-computed-style-expected.txt:
32751         * css3/calc/reflection-computed-style.html:
32752         * css3/calc/regression-62276.html:
32753         * css3/calc/simple-calcs-prefixed-expected.txt: Added.
32754         * css3/calc/simple-calcs-prefixed.html: Copied from LayoutTests/css3/calc/simple-calcs.html.
32755         * css3/calc/simple-calcs.html:
32756         * css3/calc/simple-composited-mask.html:
32757         * css3/calc/table-border-spacing.html:
32758         * css3/calc/table-calcs.html:
32759         * css3/calc/table-empty-cells.html:
32760         * css3/calc/transforms-scale.html:
32761         * css3/calc/transforms-translate.html:
32762         * css3/calc/transition-crash.html:
32763         * css3/calc/transition-crash2.html:
32764         * css3/calc/transition-crash3.html:
32765         * css3/calc/transition-crash4.html:
32766         * css3/calc/transitions-dependent.html:
32767         * css3/calc/transitions.html:
32768         * css3/calc/vertical-align-expected.html:
32769         * css3/calc/vertical-align.html:
32770         * css3/calc/zoom-with-em.html:
32771
32772 2013-01-20  Shinya Kawanaka  <shinyak@chromium.org>
32773
32774         Distribution state becomes inconsistent with content/shadow reprojection
32775         https://bugs.webkit.org/show_bug.cgi?id=106634
32776
32777         Reviewed by Hajime Morita.
32778
32779         * fast/dom/shadow/distribution-crash-expected.txt: Added.
32780         * fast/dom/shadow/distribution-crash.html: Added.
32781         * fast/dom/shadow/nested-reprojection-inconsistent-expected.txt: Added.
32782         * fast/dom/shadow/nested-reprojection-inconsistent.html: Added.
32783
32784 2013-01-20  Kent Tamura  <tkent@chromium.org>
32785
32786         Re-layout child blocks when border/padding of the box-sizing:border-box parent is updated
32787         https://bugs.webkit.org/show_bug.cgi?id=104997
32788
32789         Reviewed by Tony Chang.
32790
32791         * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Added.
32792         * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Added.
32793         * fast/forms/text/text-padding-dynamic-change-expected.html: Added.
32794         * fast/forms/text/text-padding-dynamic-change.html: Added.
32795
32796 2013-01-20  Sheriff Bot  <webkit.review.bot@gmail.com>
32797
32798         Unreviewed, rolling out r140290.
32799         http://trac.webkit.org/changeset/140290
32800         https://bugs.webkit.org/show_bug.cgi?id=107412
32801
32802         Broke tests of inspector and calendar picker in debug build
32803         (Requested by tkent on #webkit).
32804
32805         * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Removed.
32806         * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Removed.
32807         * fast/forms/text/text-padding-dynamic-change-expected.html: Removed.
32808         * fast/forms/text/text-padding-dynamic-change.html: Removed.
32809
32810 2013-01-20  Yongsheng Zhu  <yongsheng.zhu@intel.com>
32811
32812         Dispatch LongPress to inner frames
32813         https://bugs.webkit.org/show_bug.cgi?id=106874
32814
32815         Reviewed by Antonio Gomes.
32816
32817         * fast/events/touch/gesture/long-press-on-draggable-element-in-iframe-triggers-drag.html: Added.
32818         * fast/events/touch/gesture/long-press-on-draggable-element-in-nested-iframes-triggers-drag.html: Added.
32819         * fast/events/touch/gesture/resources/drag-inside-iframe2.html: Added.
32820         * fast/events/touch/gesture/resources/drag-inside-nested-iframes2.html: Added.
32821         * fast/events/touch/gesture/resources/drag-inside-nested-iframes3.html: Added.
32822         * platform/chromium/fast/events/touch/gesture/long-press-on-draggable-element-in-iframe-triggers-drag-expected.txt: Added.
32823         * platform/chromium/fast/events/touch/gesture/long-press-on-draggable-element-in-nested-iframes-triggers-drag-expected.txt: Added.
32824
32825 2013-01-20  Kent Tamura  <tkent@chromium.org>
32826
32827         Re-layout child blocks when border/padding of the box-sizing:border-box parent is updated
32828         https://bugs.webkit.org/show_bug.cgi?id=104997
32829
32830         Reviewed by Tony Chang.
32831
32832         * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Added.
32833         * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Added.
32834         * fast/forms/text/text-padding-dynamic-change-expected.html: Added.
32835         * fast/forms/text/text-padding-dynamic-change.html: Added.
32836
32837 2013-01-20  Shinya Kawanaka  <shinyak@chromium.org>
32838
32839         [Shadow DOM] Specifying scrollbar style of an element having RenderLayer in ShadowDOM does not work.
32840         https://bugs.webkit.org/show_bug.cgi?id=107222
32841
32842         Reviewed by Simon Fraser.
32843
32844         * fast/dom/shadow/scrollbar-expected.html: Added.
32845         * fast/dom/shadow/scrollbar.html: Added.
32846
32847 2013-01-20  Yoshifumi Inoue  <yosin@chromium.org>
32848
32849         Dragging over an element with scrollbars should scroll the element when dragging near edges
32850         https://bugs.webkit.org/show_bug.cgi?id=39725
32851
32852         Reviewed by Hajime Morita.
32853
32854         This patch adds new test for autoscroll during drag-and-drop.
32855         This test is skipped other than Chromium ports.
32856
32857         * fast/events/drag-and-drop-autoscroll-expected.txt: Added.
32858         * fast/events/drag-and-drop-autoscroll.html: Added.
32859         * platform/efl/TestExpectations: Changed to skip fast/events/drag-and-drop-autoscroll.html
32860         * platform/wincairo/TestExpectations: ditto.
32861         * platform/mac/TestExpectations: ditto.
32862         * platform/mac/TestExpectations: ditto.
32863         * platform/qt/TestExpectations: ditto.
32864         * platform/gtk/TestExpectations: ditto.
32865         * platform/win/TestExpectations: ditto.
32866         * platform/wk2/TestExpectations: ditto.
32867
32868 2013-01-20  Filip Pizlo  <fpizlo@apple.com>
32869
32870         Add more JavaScript tests.
32871
32872         Rubber stampted by Geoffrey Garen.
32873         
32874         This adds my JSRegress suite to LayoutTests. This includes silly microbenchmarks that I've
32875         used to test JSC's performance on various interesting cases. But it's also good at catching
32876         bugs, so we might as well be running it as part of regression testing. All of these tests
32877         are short-running, so it shouldn't get in the way of anyone.
32878
32879         * fast/js/regress: Added.
32880         * fast/js/regress/Float32Array-matrix-mult-expected.txt: Added.
32881         * fast/js/regress/Float32Array-matrix-mult.html: Added.
32882         * fast/js/regress/Int16Array-bubble-sort-expected.txt: Added.
32883         * fast/js/regress/Int16Array-bubble-sort.html: Added.
32884         * fast/js/regress/Int16Array-load-int-mul-expected.txt: Added.
32885         * fast/js/regress/Int16Array-load-int-mul.html: Added.
32886         * fast/js/regress/Int8Array-load-expected.txt: Added.
32887         * fast/js/regress/Int8Array-load.html: Added.
32888         * fast/js/regress/adapt-to-double-divide-expected.txt: Added.
32889         * fast/js/regress/adapt-to-double-divide.html: Added.
32890         * fast/js/regress/aliased-arguments-getbyval-expected.txt: Added.
32891         * fast/js/regress/aliased-arguments-getbyval.html: Added.
32892         * fast/js/regress/allocate-big-object-expected.txt: Added.
32893         * fast/js/regress/allocate-big-object.html: Added.
32894         * fast/js/regress/arity-mismatch-inlining-expected.txt: Added.
32895         * fast/js/regress/arity-mismatch-inlining.html: Added.
32896         * fast/js/regress/array-access-polymorphic-structure-expected.txt: Added.
32897         * fast/js/regress/array-access-polymorphic-structure.html: Added.
32898         * fast/js/regress/array-with-double-add-expected.txt: Added.
32899         * fast/js/regress/array-with-double-add.html: Added.
32900         * fast/js/regress/array-with-double-increment-expected.txt: Added.
32901         * fast/js/regress/array-with-double-increment.html: Added.
32902         * fast/js/regress/array-with-double-mul-add-expected.txt: Added.
32903         * fast/js/regress/array-with-double-mul-add.html: Added.
32904         * fast/js/regress/array-with-double-sum-expected.txt: Added.
32905         * fast/js/regress/array-with-double-sum.html: Added.
32906         * fast/js/regress/array-with-int32-add-sub-expected.txt: Added.
32907         * fast/js/regress/array-with-int32-add-sub.html: Added.
32908         * fast/js/regress/array-with-int32-or-double-sum-expected.txt: Added.
32909         * fast/js/regress/array-with-int32-or-double-sum.html: Added.
32910         * fast/js/regress/big-int-mul-expected.txt: Added.
32911         * fast/js/regress/big-int-mul.html: Added.
32912         * fast/js/regress/boolean-test-expected.txt: Added.
32913         * fast/js/regress/boolean-test.html: Added.
32914         * fast/js/regress/cast-int-to-double-expected.txt: Added.
32915         * fast/js/regress/cast-int-to-double.html: Added.
32916         * fast/js/regress/cell-argument-expected.txt: Added.
32917         * fast/js/regress/cell-argument.html: Added.
32918         * fast/js/regress/cfg-simplify-expected.txt: Added.
32919         * fast/js/regress/cfg-simplify.html: Added.
32920         * fast/js/regress/cmpeq-obj-to-obj-other-expected.txt: Added.
32921         * fast/js/regress/cmpeq-obj-to-obj-other.html: Added.
32922         * fast/js/regress/constant-test-expected.txt: Added.
32923         * fast/js/regress/constant-test.html: Added.
32924         * fast/js/regress/direct-arguments-getbyval-expected.txt: Added.
32925         * fast/js/regress/direct-arguments-getbyval.html: Added.
32926         * fast/js/regress/double-pollution-getbyval-expected.txt: Added.
32927         * fast/js/regress/double-pollution-getbyval.html: Added.
32928         * fast/js/regress/double-pollution-putbyoffset-expected.txt: Added.
32929         * fast/js/regress/double-pollution-putbyoffset.html: Added.
32930         * fast/js/regress/external-arguments-getbyval-expected.txt: Added.
32931         * fast/js/regress/external-arguments-getbyval.html: Added.
32932         * fast/js/regress/external-arguments-putbyval-expected.txt: Added.
32933         * fast/js/regress/external-arguments-putbyval.html: Added.
32934         * fast/js/regress/fold-double-to-int-expected.txt: Added.
32935         * fast/js/regress/fold-double-to-int.html: Added.
32936         * fast/js/regress/function-dot-apply-expected.txt: Added.
32937         * fast/js/regress/function-dot-apply.html: Added.
32938         * fast/js/regress/function-test-expected.txt: Added.
32939         * fast/js/regress/function-test.html: Added.
32940         * fast/js/regress/get-by-id-chain-from-try-block-expected.txt: Added.
32941         * fast/js/regress/get-by-id-chain-from-try-block.html: Added.
32942         * fast/js/regress/indexed-properties-in-objects-expected.txt: Added.
32943         * fast/js/regress/indexed-properties-in-objects.html: Added.
32944         * fast/js/regress/inline-arguments-access-expected.txt: Added.
32945         * fast/js/regress/inline-arguments-access.html: Added.
32946         * fast/js/regress/inline-arguments-local-escape-expected.txt: Added.
32947         * fast/js/regress/inline-arguments-local-escape.html: Added.
32948         * fast/js/regress/inline-get-scoped-var-expected.txt: Added.
32949         * fast/js/regress/inline-get-scoped-var.html: Added.
32950         * fast/js/regress/inlined-put-by-id-transition-expected.txt: Added.
32951         * fast/js/regress/inlined-put-by-id-transition.html: Added.
32952         * fast/js/regress/int-or-other-abs-then-get-by-val-expected.txt: Added.
32953         * fast/js/regress/int-or-other-abs-then-get-by-val.html: Added.
32954         * fast/js/regress/int-or-other-abs-zero-then-get-by-val-expected.txt: Added.
32955         * fast/js/regress/int-or-other-abs-zero-then-get-by-val.html: Added.
32956         * fast/js/regress/int-or-other-add-expected.txt: Added.
32957         * fast/js/regress/int-or-other-add-then-get-by-val-expected.txt: Added.
32958         * fast/js/regress/int-or-other-add-then-get-by-val.html: Added.
32959         * fast/js/regress/int-or-other-add.html: Added.
32960         * fast/js/regress/int-or-other-div-then-get-by-val-expected.txt: Added.
32961         * fast/js/regress/int-or-other-div-then-get-by-val.html: Added.
32962         * fast/js/regress/int-or-other-max-then-get-by-val-expected.txt: Added.
32963         * fast/js/regress/int-or-other-max-then-get-by-val.html: Added.
32964         * fast/js/regress/int-or-other-min-then-get-by-val-expected.txt: Added.
32965         * fast/js/regress/int-or-other-min-then-get-by-val.html: Added.
32966         * fast/js/regress/int-or-other-mod-then-get-by-val-expected.txt: Added.
32967         * fast/js/regress/int-or-other-mod-then-get-by-val.html: Added.
32968         * fast/js/regress/int-or-other-mul-then-get-by-val-expected.txt: Added.
32969         * fast/js/regress/int-or-other-mul-then-get-by-val.html: Added.
32970         * fast/js/regress/int-or-other-neg-then-get-by-val-expected.txt: Added.
32971         * fast/js/regress/int-or-other-neg-then-get-by-val.html: Added.
32972         * fast/js/regress/int-or-other-neg-zero-then-get-by-val-expected.txt: Added.
32973         * fast/js/regress/int-or-other-neg-zero-then-get-by-val.html: Added.
32974         * fast/js/regress/int-or-other-sub-expected.txt: Added.
32975         * fast/js/regress/int-or-other-sub-then-get-by-val-expected.txt: Added.
32976         * fast/js/regress/int-or-other-sub-then-get-by-val.html: Added.
32977         * fast/js/regress/int-or-other-sub.html: Added.
32978         * fast/js/regress/int-overflow-local-expected.txt: Added.
32979         * fast/js/regress/int-overflow-local.html: Added.
32980         * fast/js/regress/integer-divide-expected.txt: Added.
32981         * fast/js/regress/integer-divide.html: Added.
32982         * fast/js/regress/make-indexed-storage-expected.txt: Added.
32983         * fast/js/regress/make-indexed-storage.html: Added.
32984         * fast/js/regress/method-on-number-expected.txt: Added.
32985         * fast/js/regress/method-on-number.html: Added.
32986         * fast/js/regress/new-array-buffer-dead-expected.txt: Added.
32987         * fast/js/regress/new-array-buffer-dead.html: Added.
32988         * fast/js/regress/new-array-buffer-push-expected.txt: Added.
32989         * fast/js/regress/new-array-buffer-push.html: Added.
32990         * fast/js/regress/new-array-dead-expected.txt: Added.
32991         * fast/js/regress/new-array-dead.html: Added.
32992         * fast/js/regress/new-array-push-expected.txt: Added.
32993         * fast/js/regress/new-array-push.html: Added.
32994         * fast/js/regress/number-test-expected.txt: Added.
32995         * fast/js/regress/number-test.html: Added.
32996         * fast/js/regress/object-closure-call-expected.txt: Added.
32997         * fast/js/regress/object-closure-call.html: Added.
32998         * fast/js/regress/object-test-expected.txt: Added.
32999         * fast/js/regress/object-test.html: Added.
33000         * fast/js/regress/poly-stricteq-expected.txt: Added.
33001         * fast/js/regress/poly-stricteq.html: Added.
33002         * fast/js/regress/polymorphic-structure-expected.txt: Added.
33003         * fast/js/regress/polymorphic-structure.html: Added.
33004         * fast/js/regress/polyvariant-monomorphic-get-by-id-expected.txt: Added.
33005         * fast/js/regress/polyvariant-monomorphic-get-by-id.html: Added.
33006         * fast/js/regress/rare-osr-exit-on-local-expected.txt: Added.
33007         * fast/js/regress/rare-osr-exit-on-local.html: Added.
33008         * fast/js/regress/register-pressure-from-osr-expected.txt: Added.
33009         * fast/js/regress/register-pressure-from-osr.html: Added.
33010         * fast/js/regress/resources: Added.
33011         * fast/js/regress/resources/regress-post.js: Added.
33012         * fast/js/regress/resources/regress-pre.js: Added.
33013         (window.onerror):
33014         * fast/js/regress/script-tests: Added.
33015         * fast/js/regress/script-tests/Float32Array-matrix-mult.js: Added.
33016         (makeEmptyMatrix):
33017         (multiplyMatrices):
33018         (checkMatricesEqual):
33019         (parseMatrix.string.split.forEach):
33020         (parseMatrix):
33021         (printMatrix.pad):
33022         (printMatrix):
33023         * fast/js/regress/script-tests/Int16Array-bubble-sort.js: Added.
33024         (bubbleSort):
33025         (myRandom):
33026         (validateSort):
33027         * fast/js/regress/script-tests/Int16Array-load-int-mul.js: Added.
33028         (stringHash):
33029         * fast/js/regress/script-tests/Int8Array-load.js: Added.
33030         (adler32):
33031         * fast/js/regress/script-tests/adapt-to-double-divide.js: Added.
33032         (foo):
33033         * fast/js/regress/script-tests/aliased-arguments-getbyval.js: Added.
33034         (bar):
33035         * fast/js/regress/script-tests/allocate-big-object.js: Added.
33036         (foo):
33037         * fast/js/regress/script-tests/arity-mismatch-inlining.js: Added.
33038         (foo):
33039         * fast/js/regress/script-tests/array-access-polymorphic-structure.js: Added.
33040         (foo):
33041         * fast/js/regress/script-tests/array-with-double-add.js: Added.
33042         (foo):
33043         * fast/js/regress/script-tests/array-with-double-increment.js: Added.
33044         (foo):
33045         * fast/js/regress/script-tests/array-with-double-mul-add.js: Added.
33046         (foo):
33047         * fast/js/regress/script-tests/array-with-double-sum.js: Added.
33048         (foo):
33049         * fast/js/regress/script-tests/array-with-int32-add-sub.js: Added.
33050         (foo):
33051         * fast/js/regress/script-tests/array-with-int32-or-double-sum.js: Added.
33052         (foo):
33053         * fast/js/regress/script-tests/big-int-mul.js: Added.
33054         (stringHash):
33055         * fast/js/regress/script-tests/boolean-test.js: Added.
33056         (foo):
33057         * fast/js/regress/script-tests/cast-int-to-double.js: Added.
33058         (foo):
33059         * fast/js/regress/script-tests/cell-argument.js: Added.
33060         (foo):
33061         * fast/js/regress/script-tests/cfg-simplify.js: Added.
33062         (foo):
33063         * fast/js/regress/script-tests/cmpeq-obj-to-obj-other.js: Added.
33064         (foo):
33065         (bar):
33066         (baz):
33067         (dostuff):
33068         * fast/js/regress/script-tests/constant-test.js: Added.
33069         (foo):
33070         * fast/js/regress/script-tests/direct-arguments-getbyval.js: Added.
33071         (bar):
33072         * fast/js/regress/script-tests/double-pollution-getbyval.js: Added.
33073         (foo):
33074         * fast/js/regress/script-tests/double-pollution-putbyoffset.js: Added.
33075         (foo):
33076         * fast/js/regress/script-tests/external-arguments-getbyval.js: Added.
33077         (foo):
33078         (bar):
33079         * fast/js/regress/script-tests/external-arguments-putbyval.js: Added.
33080         (foo):
33081         (bar):
33082         * fast/js/regress/script-tests/fold-double-to-int.js: Added.
33083         (Math.random):
33084         * fast/js/regress/script-tests/function-dot-apply.js: Added.
33085         (thingy):
33086         (doCall):
33087         (foo):
33088         * fast/js/regress/script-tests/function-test.js: Added.
33089         (foo):
33090         * fast/js/regress/script-tests/get-by-id-chain-from-try-block.js: Added.
33091         (A):
33092         (B):
33093         (C):
33094         (D):
33095         (E):
33096         (F):
33097         (G):
33098         (foo):
33099         * fast/js/regress/script-tests/indexed-properties-in-objects.js: Added.
33100         * fast/js/regress/script-tests/inline-arguments-access.js: Added.
33101         (foo):
33102         (bar):
33103         * fast/js/regress/script-tests/inline-arguments-local-escape.js: Added.
33104         (foo):
33105         (bar):
33106         * fast/js/regress/script-tests/inline-get-scoped-var.js: Added.
33107         (foo.bar):
33108         (foo):
33109         * fast/js/regress/script-tests/inlined-put-by-id-transition.js: Added.
33110         (foo):
33111         (Foo):
33112         * fast/js/regress/script-tests/int-or-other-abs-then-get-by-val.js: Added.
33113         (foo):
33114         * fast/js/regress/script-tests/int-or-other-abs-zero-then-get-by-val.js: Added.
33115         (foo):
33116         * fast/js/regress/script-tests/int-or-other-add-then-get-by-val.js: Added.
33117         (foo):
33118         * fast/js/regress/script-tests/int-or-other-add.js: Added.
33119         (foo):
33120         * fast/js/regress/script-tests/int-or-other-div-then-get-by-val.js: Added.
33121         (foo):
33122         * fast/js/regress/script-tests/int-or-other-max-then-get-by-val.js: Added.
33123         (foo):
33124         * fast/js/regress/script-tests/int-or-other-min-then-get-by-val.js: Added.
33125         (foo):
33126         * fast/js/regress/script-tests/int-or-other-mod-then-get-by-val.js: Added.
33127         (foo):
33128         * fast/js/regress/script-tests/int-or-other-mul-then-get-by-val.js: Added.
33129         (foo):
33130         * fast/js/regress/script-tests/int-or-other-neg-then-get-by-val.js: Added.
33131         (foo):
33132         * fast/js/regress/script-tests/int-or-other-neg-zero-then-get-by-val.js: Added.
33133         (foo):
33134         * fast/js/regress/script-tests/int-or-other-sub-then-get-by-val.js: Added.
33135         (foo):
33136         * fast/js/regress/script-tests/int-or-other-sub.js: Added.
33137         (foo):
33138         * fast/js/regress/script-tests/int-overflow-local.js: Added.
33139         (foo):
33140         * fast/js/regress/script-tests/integer-divide.js: Added.
33141         (foo):
33142         (bar):
33143         * fast/js/regress/script-tests/make-indexed-storage.js: Added.
33144         (foo):
33145         (sum):
33146         * fast/js/regress/script-tests/method-on-number.js: Added.
33147         (foo):
33148         * fast/js/regress/script-tests/new-array-buffer-dead.js: Added.
33149         (foo):
33150         (bar):
33151         (baz):
33152         (thingy):
33153         * fast/js/regress/script-tests/new-array-buffer-push.js: Added.
33154         (foo):
33155         (bar):
33156         (baz):
33157         (thingy):
33158         * fast/js/regress/script-tests/new-array-dead.js: Added.
33159         (foo):
33160         (bar):
33161         * fast/js/regress/script-tests/new-array-push.js: Added.
33162         (foo):
33163         * fast/js/regress/script-tests/number-test.js: Added.
33164         (foo):
33165         * fast/js/regress/script-tests/object-closure-call.js: Added.
33166         (makeObjectClosure.foo):
33167         (makeObjectClosure):
33168         * fast/js/regress/script-tests/object-test.js: Added.
33169         (foo):
33170         * fast/js/regress/script-tests/poly-stricteq.js: Added.
33171         * fast/js/regress/script-tests/polymorphic-structure.js: Added.
33172         (foo):
33173         * fast/js/regress/script-tests/polyvariant-monomorphic-get-by-id.js: Added.
33174         (foo):
33175         (Foo):
33176         (Bar):
33177         (bar):
33178         * fast/js/regress/script-tests/rare-osr-exit-on-local.js: Added.
33179         (foo):
33180         * fast/js/regress/script-tests/register-pressure-from-osr.js: Added.
33181         (foo):
33182         * fast/js/regress/script-tests/simple-activation-demo.js: Added.
33183         (foo):
33184         * fast/js/regress/script-tests/slow-array-profile-convergence.js: Added.
33185         (foo):
33186         (sum):
33187         * fast/js/regress/script-tests/slow-convergence.js: Added.
33188         (foo):
33189         * fast/js/regress/script-tests/sparse-conditional.js: Added.
33190         (foo):
33191         * fast/js/regress/script-tests/splice-to-remove.js: Added.
33192         * fast/js/regress/script-tests/string-hash.js: Added.
33193         (stringHash):
33194         * fast/js/regress/script-tests/string-repeat-arith.js: Added.
33195         (foo):
33196         * fast/js/regress/script-tests/string-sub.js: Added.
33197         (foo):
33198         * fast/js/regress/script-tests/string-test.js: Added.
33199         (foo):
33200         * fast/js/regress/script-tests/structure-hoist-over-transitions.js: Added.
33201         (foo):
33202         * fast/js/regress/script-tests/tear-off-arguments-simple.js: Added.
33203         (bar):
33204         * fast/js/regress/script-tests/tear-off-arguments.js: Added.
33205         (bar):
33206         * fast/js/regress/script-tests/temporal-structure.js: Added.
33207         (foo):
33208         * fast/js/regress/script-tests/to-int32-boolean.js: Added.
33209         (foo):
33210         * fast/js/regress/script-tests/undefined-test.js: Added.
33211         (foo):
33212         * fast/js/regress/simple-activation-demo-expected.txt: Added.
33213         * fast/js/regress/simple-activation-demo.html: Added.
33214         * fast/js/regress/slow-array-profile-convergence-expected.txt: Added.
33215         * fast/js/regress/slow-array-profile-convergence.html: Added.
33216         * fast/js/regress/slow-convergence-expected.txt: Added.
33217         * fast/js/regress/slow-convergence.html: Added.
33218         * fast/js/regress/sparse-conditional-expected.txt: Added.
33219         * fast/js/regress/sparse-conditional.html: Added.
33220         * fast/js/regress/splice-to-remove-expected.txt: Added.
33221         * fast/js/regress/splice-to-remove.html: Added.
33222         * fast/js/regress/string-hash-expected.txt: Added.
33223         * fast/js/regress/string-hash.html: Added.
33224         * fast/js/regress/string-repeat-arith-expected.txt: Added.
33225         * fast/js/regress/string-repeat-arith.html: Added.
33226         * fast/js/regress/string-sub-expected.txt: Added.
33227         * fast/js/regress/string-sub.html: Added.
33228         * fast/js/regress/string-test-expected.txt: Added.
33229         * fast/js/regress/string-test.html: Added.
33230         * fast/js/regress/structure-hoist-over-transitions-expected.txt: Added.
33231         * fast/js/regress/structure-hoist-over-transitions.html: Added.
33232         * fast/js/regress/tear-off-arguments-expected.txt: Added.
33233         * fast/js/regress/tear-off-arguments-simple-expected.txt: Added.
33234         * fast/js/regress/tear-off-arguments-simple.html: Added.
33235         * fast/js/regress/tear-off-arguments.html: Added.
33236         * fast/js/regress/temporal-structure-expected.txt: Added.
33237         * fast/js/regress/temporal-structure.html: Added.
33238         * fast/js/regress/to-int32-boolean-expected.txt: Added.
33239         * fast/js/regress/to-int32-boolean.html: Added.
33240         * fast/js/regress/undefined-test-expected.txt: Added.
33241         * fast/js/regress/undefined-test.html: Added.
33242
33243 2013-01-19  Philip Rogers  <pdr@google.com>
33244
33245         Refactor SVGSVGElement to inherit from SVGStyledTransformableElement
33246         https://bugs.webkit.org/show_bug.cgi?id=107393
33247
33248         Reviewed by Dirk Schulze.
33249
33250         * svg/transforms/svgsvgelement-transform-expected.svg: Added.
33251         * svg/transforms/svgsvgelement-transform.svg: Added.
33252
33253 2013-01-19  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
33254
33255         Delegated scrolling: Assertion on attempt to show a CSS sticky element
33256         https://bugs.webkit.org/show_bug.cgi?id=106890
33257
33258         Reviewed by Kenneth Rohde Christiansen.
33259
33260         Skipped failing css/sticky tests on WK2 EFL.
33261
33262         * platform/efl-wk2/TestExpectations:
33263
33264 2013-01-19  Zan Dobersek  <zdobersek@igalia.com>
33265
33266         [WK2] svg/dom/fuzz-path-parser.html is failing
33267         https://bugs.webkit.org/show_bug.cgi?id=107133
33268
33269         Reviewed by Alexey Proskuryakov.
33270
33271         Unskip the now-passing test.
33272
33273         * platform/gtk-wk2/TestExpectations:
33274         * platform/wk2/TestExpectations:
33275
33276 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
33277
33278         [EFL] Unreviewed gardening.
33279
33280         * platform/efl/TestExpectations: sticky-top-zoomed.html marked as ImageOnlyFailure.
33281
33282 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
33283
33284         [EFL] Unreviewed gardening.
33285
33286         * platform/efl/TestExpectations: Accessibility test now marked as failing.
33287         * platform/efl/inspector/editor/text-editor-highlight-regexp-expected.txt: New baseline without warnings.
33288
33289 2013-01-19  Zan Dobersek  <zandobersek@gmail.com>
33290
33291         Unreviewed GTK gardening.
33292
33293         Managing IndexedDB failures still lingering around after the IDB support was enabled.
33294
33295         * platform/gtk/TestExpectations:
33296
33297 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
33298
33299         [EFL] Unreviewed gardening.
33300
33301         Revert accidental global expectation override.
33302
33303         * fast/css/css2-system-fonts-expected.txt: Reverted.
33304         * platform/efl/fast/css/css2-system-fonts-expected.txt: Copied from LayoutTests/fast/css/css2-system-fonts-expected.txt.
33305
33306 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
33307
33308         [EFL] Unreviewed gardening.
33309
33310         A couple of missing rebaselines after enabling subpixel layout and updating freetype.
33311
33312         * fast/css/css2-system-fonts-expected.txt:
33313         * platform/efl-wk2/editing/selection/move-by-character-6-expected.png:
33314         * platform/efl-wk2/editing/selection/move-by-character-6-expected.txt:
33315         * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
33316         * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
33317         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
33318         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
33319         * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
33320         * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
33321         * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.png:
33322         * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
33323         * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
33324         * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
33325         * platform/efl/fast/js/global-constructors-expected.txt:
33326         * platform/efl/fast/profiler/apply-expected.txt:
33327         * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
33328         * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
33329         * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
33330         * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
33331         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.png:
33332         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
33333         * platform/efl/fast/repaint/moving-shadow-on-path-expected.txt:
33334         * platform/efl/inspector/editor/text-editor-highlight-regexp-expected.txt:
33335
33336 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
33337
33338         [EFL] Unreviewed gardening.
33339
33340         Rebaseline after enabling subpixel layout and updating freetype (26/26).
33341
33342         * platform/efl-wk2/TestExpectations:
33343         * platform/efl-wk2/media/
33344         * platform/efl-wk2/webaudio/
33345
33346 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
33347
33348         [EFL] Unreviewed gardening.
33349
33350         Rebaseline after enabling subpixel layout and updating freetype (25/26).
33351
33352         * platform/efl/fast/css/
33353         * platform/efl/fast/css3-text/
33354         * platform/efl/fast/dom/
33355         * platform/efl/fast/encoding/
33356         * platform/efl/fast/events/
33357         * platform/efl/fast/flexbox/
33358         * platform/efl/fast/forms/
33359         * platform/efl/fast/frames/
33360         * platform/efl/fast/gradients/
33361         * platform/efl/fast/history/
33362         * platform/efl/fast/html/
33363         * platform/efl/fast/images/
33364         * platform/efl/fast/
33365         * platform/efl/fast/inline/
33366         * platform/efl/fast/layers/
33367         * platform/efl/fast/line-grid/
33368         * platform/efl/fast/lists/
33369         * platform/efl/fast/multicol/
33370         * platform/efl/fast/overflow/
33371         * platform/efl/fast/parser/
33372         * platform/efl/fast/profiler/
33373         * platform/efl/fast/reflections/
33374         * platform/efl/fast/regions/
33375         * platform/efl/fast/repaint/
33376         * platform/efl/fast/replaced/
33377         * platform/efl/fast/ruby/
33378         * platform/efl/fast/selectors/
33379         * platform/efl/fast/table/
33380         * platform/efl/fast/text/
33381         * platform/efl/fast/transforms/
33382         * platform/efl/fast/writing-mode/
33383         * platform/efl/http/
33384         * platform/efl/ietestcenter/
33385         * platform/efl/inspector/
33386         * platform/efl/svg/
33387         * platform/efl/tables/
33388
33389 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
33390
33391         [EFL] Unreviewed gardening.
33392
33393         Rebaseline after enabling subpixel layout and updating freetype (24/26).
33394
33395         * platform/efl/accessibility/
33396         * platform/efl/animations/
33397         * platform/efl/compositing/
33398         * platform/efl/css1/
33399         * platform/efl/css2.1/
33400         * platform/efl/css3/
33401         * platform/efl/editing/
33402         * platform/efl/fast/
33403         * platform/efl/fast/backgrounds/
33404         * platform/efl/fast/block/
33405         * platform/efl/fast/borders/
33406         * platform/efl/fast/box-shadow/
33407         * platform/efl/fast/box-sizing/
33408         * platform/efl/fast/canvas/
33409         * platform/efl/fast/clip/
33410         * platform/efl/fast/compact/
33411         * platform/efl/fast/css-generated-content/
33412         * platform/efl/fast/css/
33413         * platform/efl/tables/
33414         * platform/efl/transforms/
33415         * platform/efl/transitions/
33416
33417 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
33418
33419         [EFL] Unreviewed gardening.
33420
33421         Rebaseline after enabling subpixel layout and updating freetype (23/26).
33422
33423         * platform/efl/tables/
33424
33425 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
33426
33427         [EFL] Unreviewed gardening.
33428
33429         Rebaseline after enabling subpixel layout and updating freetype (22/26).
33430
33431         * platform/efl/tables/
33432
33433 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
33434
33435         [EFL] Unreviewed gardening.
33436
33437         Rebaseline after enabling subpixel layout and updating freetype (21/26).
33438
33439         * platform/efl/tables/
33440
33441 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
33442
33443         [EFL] Unreviewed gardening.
33444
33445         Rebaseline after enabling subpixel layout and updating freetype (20/26).
33446
33447         * platform/efl/svg/dynamic-updates/
33448         * platform/efl/svg/filters/
33449         * platform/efl/svg/foreignObject/
33450         * platform/efl/svg/hixie/
33451         * platform/efl/svg/in-html/
33452         * platform/efl/svg/overflow/
33453         * platform/efl/svg/repaint/
33454         * platform/efl/svg/stroke/
33455         * platform/efl/svg/text/
33456         * platform/efl/svg/transforms/
33457         * platform/efl/svg/wicd/
33458         * platform/efl/svg/zoom/
33459         * platform/efl/tables/
33460
33461 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
33462
33463         [EFL] Unreviewed gardening.
33464
33465         Rebaseline after enabling subpixel layout and updating freetype (19/26).
33466
33467         * platform/efl/svg/W3C-SVG-1.1/
33468         * platform/efl/svg/W3C-SVG-1.2-Tiny/
33469         * platform/efl/svg/as-background-image/
33470         * platform/efl/svg/as-border-image/
33471         * platform/efl/svg/as-image/
33472         * platform/efl/svg/as-object/
33473         * platform/efl/svg/batik/
33474         * platform/efl/svg/carto.net/
33475         * platform/efl/svg/clip-path/
33476         * platform/efl/svg/css/
33477         * platform/efl/svg/dom/
33478         * platform/efl/svg/dynamic-updates/
33479
33480 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
33481
33482         [EFL] Unreviewed gardening.
33483
33484         Rebaseline after enabling subpixel layout and updating freetype (18/26).
33485
33486         * platform/efl/svg/W3C-I18N/
33487         * platform/efl/svg/W3C-SVG-1.1-SE/
33488         * platform/efl/svg/W3C-SVG-1.1/
33489
33490 2013-01-19  Zan Dobersek  <zdobersek@igalia.com>
33491
33492         Unreviewed GTK gardening.
33493
33494         * platform/gtk/TestExpectations: Adding failure expectations for tests that regressed after r140202.
33495         * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after IDB support was enabled.
33496         * platform/gtk/http/tests/cache: Added.
33497         * platform/gtk/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added. Required after r140174,
33498         only due to difference in the form of the errors being logged.
33499
33500 2013-01-18  Jer Noble  <jer.noble@apple.com>
33501
33502         REGRESSION (r140229): fast/css/sticky/sticky-top-zoomed.html failing on Apple MountainLion Debug WK2 (Tests)
33503         https://bugs.webkit.org/show_bug.cgi?id=107356
33504
33505         Unreviewed; add failing test to TestExpectations.
33506
33507         * platform/mac-wk2/TestExpectations:
33508
33509 2013-01-18  Simon Fraser  <simon.fraser@apple.com>
33510
33511         Fix bug that caused pages with fixed backgrounds to not be fast scrollable
33512         https://bugs.webkit.org/show_bug.cgi?id=107354
33513
33514         Reviewed by Sam Weinig.
33515
33516         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
33517         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
33518         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
33519         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt:
33520         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
33521         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
33522         * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:
33523
33524 2013-01-18  Beth Dakin  <bdakin@apple.com>
33525
33526         https://bugs.webkit.org/show_bug.cgi?id=106946
33527         Sticky-position elements can jump around/hide on rubber-banding
33528
33529         Reviewed by Simon Fraser.
33530
33531         * platform/mac/tiled-drawing/sticky/negative-scroll-offset-expected.txt: Added.
33532         * platform/mac/tiled-drawing/sticky/negative-scroll-offset.html: Added.
33533
33534 2013-01-18  Sheriff Bot  <webkit.review.bot@gmail.com>
33535
33536         Unreviewed, rolling out r140206.
33537         http://trac.webkit.org/changeset/140206
33538         https://bugs.webkit.org/show_bug.cgi?id=107346
33539
33540         Caused crash on wordpress.com (Requested by smfr on #webkit).
33541
33542         * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Removed.
33543         * fast/block/float/overhanging-float-not-removed-crash.html: Removed.
33544
33545 2013-01-18  Simon Fraser  <simon.fraser@apple.com>
33546
33547         Allow fixed background layers to be moved by the ScrollingCoordinator
33548         https://bugs.webkit.org/show_bug.cgi?id=107213
33549
33550         Reviewed by Tim Horton.
33551         
33552         One new test and new layer trees for tests affected by fixed background changes.
33553
33554         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
33555         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
33556         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
33557         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.png: Added.
33558         * 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.
33559         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned.html: Added.
33560         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
33561         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png:
33562         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
33563         * platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt:
33564         * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:
33565
33566 2013-01-18  Alpha Lam  <hclam@chromium.org>
33567
33568         [chromium] Update test expectations
33569         https://bugs.webkit.org/show_bug.cgi?id=107341
33570
33571         Unreviewed. Mark this test as failing on Chromium debug:
33572         inspector/profiler/memory-instrumentation-cached-images.html
33573
33574         * platform/chromium/TestExpectations:
33575
33576 2013-01-18  Alpha Lam  <hclam@chromium.org>
33577
33578         [chromium] Update test expectations
33579
33580         Unreviewed. Update test expectations to mark test as flaky.
33581
33582         * platform/chromium/TestExpectations:
33583
33584 2013-01-18  Alpha Lam  <hclam@chromium.org>
33585
33586         [chromium] Update test expectations
33587         https://bugs.webkit.org/show_bug.cgi?id=107328
33588
33589         Not reviewed. Mark this test as MISSING:
33590         http/tests/cache/cancel-multiple-post-xhrs.html
33591
33592         * platform/chromium/TestExpectations:
33593
33594 2013-01-18  Robert Hogan  <robert@webkit.org>
33595
33596         fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor.html is crashing after r140024
33597         https://bugs.webkit.org/show_bug.cgi?id=107209
33598
33599         Reviewed by David Hyatt.
33600
33601         * platform/chromium/TestExpectations:
33602
33603 2013-01-18  Alpha Lam  <hclam@chromium.org>
33604
33605         [chromium] Layout test rebaselines
33606
33607         Unreviewed rebaseline. Update test results after Chromium roll in r140190.
33608
33609         * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
33610         * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
33611         * 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.
33612
33613 2013-01-18  Abhishek Arya  <inferno@chromium.org>
33614
33615         Heap-use-after-free in WebCore::RenderObject::isDescendantOf
33616         https://bugs.webkit.org/show_bug.cgi?id=107226
33617
33618         Reviewed by David Hyatt.
33619
33620         * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Added.
33621         * fast/block/float/overhanging-float-not-removed-crash.html: Added.
33622
33623 2013-01-18  Chris Hopman  <cjhopman@google.com>
33624
33625         Fix scrollRectToVisible in the presence of transforms
33626         https://bugs.webkit.org/show_bug.cgi?id=105574
33627
33628         Reviewed by Simon Fraser.
33629
33630         * editing/input/reveal-caret-of-transformed-input-scrollable-parent.html: Added.
33631         * editing/input/reveal-caret-of-transformed-input-scrollable-parent-expected.txt: Added.
33632         Test that when scrolling an overflow layer to reveal a rect, the rect
33633         passed to the parent to scroll is calculated properly.
33634         * editing/input/reveal-caret-of-transformed-multiline-input.html: Added.
33635         * editing/input/reveal-caret-of-transformed-multiline-input-expected.txt: Added.
33636         Test that scrolling to reveal a rect works properly on a transformed
33637         overflow layer.
33638
33639         * platform/chromium/TestExpectations:
33640         * platform/mac/TestExpectations:
33641
33642 2013-01-18  Julien Chaffraix  <jchaffraix@webkit.org>
33643
33644         [CSS Grid Layout] Add support for min-content
33645         https://bugs.webkit.org/show_bug.cgi?id=106474
33646
33647         Reviewed by Ojan Vafai.
33648
33649         * fast/css-grid-layout/minmax-min-content-column-resolution-columns-expected.txt: Added.
33650         * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html: Added.
33651         * fast/css-grid-layout/minmax-min-content-column-resolution-rows-expected.txt: Added.
33652         * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html: Added.
33653
33654 2013-01-18  Alpha Lam  <hclam@chromium.org>
33655
33656         [chromium] Test expectation updates
33657
33658         Mark this test added in r140024 as Failure on Chromium Mac Debug:
33659         fast/inline/fixed-pos-moves-with-abspos-inline-parent.html
33660
33661         * platform/chromium/TestExpectations:
33662
33663 2013-01-18  Tim Volodine  <timvolodine@chromium.org>
33664
33665         Text Autosizing: don't autosize headers with multiple inline links.
33666         https://bugs.webkit.org/show_bug.cgi?id=106792
33667
33668         Reviewed by Kenneth Rohde Christiansen.
33669
33670         * fast/text-autosizing/header-li-links-autosizing-expected.html: Added.
33671         * fast/text-autosizing/header-li-links-autosizing.html: Added.
33672         * fast/text-autosizing/header-links-autosizing-different-fontsize-expected.html: Added.
33673         * fast/text-autosizing/header-links-autosizing-different-fontsize.html: Added.
33674         * fast/text-autosizing/header-links-autosizing-expected.html: Added.
33675         * fast/text-autosizing/header-links-autosizing.html: Added.
33676
33677 2013-01-18  Levi Weintraub  <leviw@chromium.org>
33678
33679         LayoutUnit should round half consistently, not away from zero
33680         https://bugs.webkit.org/show_bug.cgi?id=107208
33681
33682         Reviewed by Eric Seidel.
33683
33684         * fast/sub-pixel/sub-pixel-root-layer-expected.html: Added.
33685         * fast/sub-pixel/sub-pixel-root-layer.html: Added.
33686         * platform/chromium-linux/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
33687         * platform/chromium-linux/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
33688         * platform/chromium-linux/fast/regions/overflow-size-change-with-stacking-context-expected.png:
33689         * platform/chromium-win/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
33690         * platform/chromium-win/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
33691         * platform/chromium-win/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
33692         * platform/chromium/TestExpectations:
33693         * platform/mac/TestExpectations:
33694
33695 2013-01-18  Martin Robinson  <mrobinson@igalia.com>
33696
33697         [GTK] Enable indexed database for development builds
33698         https://bugs.webkit.org/show_bug.cgi?id=107299
33699
33700         Reviewed by Gustavo Noronha Silva.
33701
33702         * platform/gtk/TestExpectations: Skip failing IDB tests and mark
33703         flaky tests as flaky.
33704
33705 2013-01-18  Arko Saha  <arko@motorola.com>
33706
33707         PropertyCollection test fails on JavaScriptCore
33708         https://bugs.webkit.org/show_bug.cgi?id=106997
33709
33710         Reviewed by Kentaro Hara.
33711
33712         Unskipping related testcases from TestExpectations.
33713
33714         * platform/efl/TestExpectations:
33715         * platform/gtk/TestExpectations:
33716
33717 2013-01-18  Dominic Mazzoni  <dmazzoni@google.com>
33718
33719         AX: Improve table-guessing heuristics
33720         https://bugs.webkit.org/show_bug.cgi?id=107042
33721
33722         Reviewed by Chris Fleizach.
33723
33724         Add tests for tables with cell borders, empty-cells,
33725         col, colgroup, and >= 20 rows. Refactor the test to make it
33726         easier to read the output and see whether it passed or not.
33727
33728         * accessibility/table-detection.html: Modified.
33729         * platform/chromium/TestExpectations: Un-skip table-detection.html.
33730         * platform/chromium/accessibility/table-detection-expected.txt: Added.
33731         * platform/mac/accessibility/table-detection-expected.txt: Moved.
33732
33733 2013-01-18  Terry Anderson  <tdanderson@chromium.org>
33734
33735         Scroll gestures should not create wheel events
33736         https://bugs.webkit.org/show_bug.cgi?id=103952
33737
33738         Reviewed by James Robinson.
33739
33740         Added five new layout tests to check that scroll gestures will correctly scroll
33741         nested divs and iframes. Also modified existing layout tests to no longer
33742         expect mousewheel events.
33743
33744         * fast/events/touch/gesture/resources/scroll-inside-editable-iframe.html: Added.
33745         * fast/events/touch/gesture/touch-gesture-scroll-div-propagated-expected.txt: Added.
33746         * fast/events/touch/gesture/touch-gesture-scroll-div-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
33747         * fast/events/touch/gesture/touch-gesture-scroll-div-scaled.html:
33748         * fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated-expected.txt: Added.
33749         * fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
33750         * fast/events/touch/gesture/touch-gesture-scroll-div.html:
33751         * 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.
33752         * fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe.html.
33753         * fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated-expected.txt: Added.
33754         * fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
33755         * fast/events/touch/gesture/touch-gesture-scroll-iframe.html:
33756         * fast/events/touch/gesture/touch-gesture-scroll-page-propagated-expected.txt: Added.
33757         * fast/events/touch/gesture/touch-gesture-scroll-page-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
33758         * fast/events/touch/gesture/touch-gesture-scroll-page.html:
33759         * fast/events/touch/gesture/touch-gesture-scroll-shy-target.html:
33760         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-expected.txt:
33761         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-propagated-expected.txt: Added.
33762         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-scaled-expected.txt:
33763         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated-expected.txt: Added.
33764         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-expected.txt:
33765         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated-expected.txt: Added.
33766         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-expected.txt:
33767         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-propagated-expected.txt: Added.
33768         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-shy-target-expected.txt:
33769         * platform/chromium/plugins/gesture-events-expected.txt:
33770         * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
33771
33772 2013-01-18  Nate Chapin  <japhet@chromium.org>
33773
33774         Cannot abort multiple XHR POSTs made to same url
33775         https://bugs.webkit.org/show_bug.cgi?id=106937
33776
33777         Reviewed by Alexey Proskuryakov.
33778
33779         * http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added.
33780         * http/tests/cache/cancel-multiple-post-xhrs.html: Added.
33781         * platform/mac/TestExpectations:
33782
33783 2013-01-18  Dima Gorbik  <dgorbik@apple.com>
33784
33785         Implement ::cue() pseudo element property whitelist
33786         https://bugs.webkit.org/show_bug.cgi?id=105477
33787
33788         Reviewed by Antti Koivisto.
33789
33790         * media/track/captions-webvtt/whitelist.vtt: Added.
33791         * media/track/track-css-property-whitelist-expected.txt: Added.
33792         * media/track/track-css-property-whitelist.html: Added.
33793
33794 2013-01-18  Tony Chang  <tony@chromium.org>
33795
33796         Incorrect scrollable height during simplified layout
33797         https://bugs.webkit.org/show_bug.cgi?id=107193
33798
33799         Reviewed by Ojan Vafai.
33800
33801         * fast/overflow/height-during-simplified-layout-expected.txt: Added.
33802         * fast/overflow/height-during-simplified-layout.html: Added.
33803
33804 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
33805
33806         [EFL] Unreviewed gardening.
33807
33808         Rebaseline after enabling subpixel layout and updating freetype (17/26).
33809
33810         * platform/efl/fast/text/ (Part 2)
33811         * platform/efl/fast/tokenizer/
33812         * platform/efl/fast/transforms/
33813         * platform/efl/fast/writing-mode/
33814         * platform/efl/fast/xsl/
33815         * platform/efl/fonts/
33816         * platform/efl/fullscreen/
33817         * platform/efl/http/
33818         * platform/efl/ietestcenter/
33819         * platform/efl/mathml/
33820         * platform/efl/media/
33821         * platform/efl/plugins/
33822         * platform/efl/printing/
33823         * platform/efl/scrollbars/
33824         * platform/efl/svg/ (Part 1)
33825
33826 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
33827
33828         [EFL] Unreviewed gardening.
33829
33830         Rebaseline after enabling subpixel layout and updating freetype (16/26).
33831
33832         * platform/efl/fast/selectors/ (Part 2)
33833         * platform/efl/fast/spatial-navigation/*
33834         * platform/efl/fast/table/*
33835         * platform/efl/fast/text/*
33836
33837 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
33838
33839         [EFL] Unreviewed gardening.
33840
33841         Rebaseline after enabling subpixel layout and updating freetype (15/26).
33842
33843         * platform/efl/fast/repaint/inline-outline-repaint-expected.png:
33844         * platform/efl/fast/repaint/inline-outline-repaint-expected.txt:
33845         * platform/efl/fast/repaint/intermediate-layout-position-expected.png:
33846         * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png:
33847         * platform/efl/fast/repaint/japanese-rl-selection-repaint-expected.png:
33848         * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
33849         * platform/efl/fast/repaint/layer-child-outline-expected.png:
33850         * platform/efl/fast/repaint/layer-child-outline-expected.txt:
33851         * platform/efl/fast/repaint/layer-outline-expected.png:
33852         * platform/efl/fast/repaint/layer-outline-horizontal-expected.png:
33853         * platform/efl/fast/repaint/layout-state-only-positioned-expected.png:
33854         * platform/efl/fast/repaint/layout-state-relative-expected.png:
33855         * platform/efl/fast/repaint/layout-state-relative-expected.txt:
33856         * platform/efl/fast/repaint/layout-state-scrolloffset-expected.png:
33857         * platform/efl/fast/repaint/layout-state-scrolloffset-expected.txt:
33858         * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png:
33859         * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.txt:
33860         * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png:
33861         * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.txt:
33862         * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
33863         * platform/efl/fast/repaint/line-in-scrolled-clipped-block-expected.png:
33864         * platform/efl/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
33865         * platform/efl/fast/repaint/line-overflow-expected.png:
33866         * platform/efl/fast/repaint/line-overflow-expected.txt:
33867         * platform/efl/fast/repaint/lines-with-layout-delta-expected.png:
33868         * platform/efl/fast/repaint/list-marker-2-expected.png:
33869         * platform/efl/fast/repaint/list-marker-2-expected.txt:
33870         * platform/efl/fast/repaint/list-marker-expected.png:
33871         * platform/efl/fast/repaint/list-marker-expected.txt:
33872         * platform/efl/fast/repaint/make-children-non-inline-expected.png:
33873         * platform/efl/fast/repaint/make-children-non-inline-expected.txt:
33874         * platform/efl/fast/repaint/moving-shadow-on-path-expected.txt:
33875         * platform/efl/fast/repaint/nested-iframe-scroll-inner-expected.png:
33876         * platform/efl/fast/repaint/nested-iframe-scroll-outer-expected.png:
33877         * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
33878         * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt:
33879         * platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.png:
33880         * platform/efl/fast/repaint/outline-child-repaint-expected.png:
33881         * platform/efl/fast/repaint/outline-child-repaint-expected.txt:
33882         * platform/efl/fast/repaint/outline-inset-expected.png:
33883         * platform/efl/fast/repaint/outline-inset-expected.txt:
33884         * platform/efl/fast/repaint/outline-repaint-glitch-expected.png:
33885         * platform/efl/fast/repaint/outline-repaint-glitch-expected.txt:
33886         * platform/efl/fast/repaint/outline-shrinking-expected.png:
33887         * platform/efl/fast/repaint/outline-shrinking-expected.txt:
33888         * platform/efl/fast/repaint/overflow-delete-line-expected.png:
33889         * platform/efl/fast/repaint/overflow-hide-expected.png:
33890         * platform/efl/fast/repaint/overflow-outline-repaint-expected.png:
33891         * platform/efl/fast/repaint/overflow-outline-repaint-expected.txt:
33892         * platform/efl/fast/repaint/overflow-scroll-body-appear-expected.png:
33893         * platform/efl/fast/repaint/overflow-scroll-body-appear-expected.txt:
33894         * platform/efl/fast/repaint/overflow-scroll-delete-expected.png:
33895         * platform/efl/fast/repaint/overflow-scroll-delete-expected.txt:
33896         * platform/efl/fast/repaint/overflow-show-expected.png:
33897         * platform/efl/fast/repaint/positioned-document-element-expected.png:
33898         * platform/efl/fast/repaint/positioned-document-element-expected.txt:
33899         * platform/efl/fast/repaint/reflection-redraw-expected.png:
33900         * platform/efl/fast/repaint/reflection-redraw-expected.txt:
33901         * platform/efl/fast/repaint/reflection-repaint-test-expected.png:
33902         * platform/efl/fast/repaint/reflection-repaint-test-expected.txt:
33903         * platform/efl/fast/repaint/region-painting-invalidation-expected.png:
33904         * platform/efl/fast/repaint/region-painting-invalidation-expected.txt:
33905         * platform/efl/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
33906         * platform/efl/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
33907         * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
33908         * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
33909         * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
33910         * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
33911         * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.png:
33912         * platform/efl/fast/repaint/repaint-resized-overflow-expected.png:
33913         * platform/efl/fast/repaint/repaint-svg-after-style-change-expected.txt:
33914         * platform/efl/fast/repaint/scale-page-shrink-expected.png:
33915         * platform/efl/fast/repaint/scale-page-shrink-expected.txt:
33916         * platform/efl/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
33917         * platform/efl/fast/repaint/scroll-in-transformed-layer-expected.png:
33918         * platform/efl/fast/repaint/scroll-inside-table-cell-expected.png:
33919         * platform/efl/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
33920         * platform/efl/fast/repaint/scroll-with-transformed-parent-layer-expected.png:
33921         * platform/efl/fast/repaint/search-field-cancel-expected.png:
33922         * platform/efl/fast/repaint/search-field-cancel-expected.txt:
33923         * platform/efl/fast/repaint/select-option-background-color-expected.png:
33924         * platform/efl/fast/repaint/select-option-background-color-expected.txt:
33925         * platform/efl/fast/repaint/selected-replaced-expected.png:
33926         * platform/efl/fast/repaint/selection-after-delete-expected.png:
33927         * platform/efl/fast/repaint/selection-after-delete-expected.txt:
33928         * platform/efl/fast/repaint/selection-after-remove-expected.png:
33929         * platform/efl/fast/repaint/selection-after-remove-expected.txt:
33930         * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
33931         * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
33932         * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.png:
33933         * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.txt:
33934         * platform/efl/fast/repaint/selection-rl-expected.png:
33935         * platform/efl/fast/repaint/selection-rl-expected.txt:
33936         * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.txt:
33937         * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.txt:
33938         * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.txt:
33939         * platform/efl/fast/repaint/shadow-multiple-vertical-expected.txt:
33940         * platform/efl/fast/repaint/slider-thumb-drag-release-expected.png:
33941         * platform/efl/fast/repaint/stacked-diacritics-expected.png:
33942         * platform/efl/fast/repaint/stacked-diacritics-expected.txt:
33943         * platform/efl/fast/repaint/static-to-positioned-expected.png:
33944         * platform/efl/fast/repaint/static-to-positioned-expected.txt:
33945         * platform/efl/fast/repaint/subtree-layoutstate-transform-expected.png:
33946         * platform/efl/fast/repaint/subtree-root-skipped-expected.png:
33947         * platform/efl/fast/repaint/subtree-root-skipped-expected.txt:
33948         * platform/efl/fast/repaint/table-cell-collapsed-border-expected.png:
33949         * platform/efl/fast/repaint/table-cell-collapsed-border-expected.txt:
33950         * platform/efl/fast/repaint/table-cell-move-expected.png:
33951         * platform/efl/fast/repaint/table-cell-move-expected.txt:
33952         * platform/efl/fast/repaint/table-cell-vertical-overflow-expected.png:
33953         * platform/efl/fast/repaint/table-collapsed-border-expected.png:
33954         * platform/efl/fast/repaint/table-collapsed-border-expected.txt:
33955         * platform/efl/fast/repaint/table-extra-bottom-grow-expected.png:
33956         * platform/efl/fast/repaint/table-extra-bottom-grow-expected.txt:
33957         * platform/efl/fast/repaint/table-section-repaint-expected.png:
33958         * platform/efl/fast/repaint/table-two-pass-layout-overpaint-expected.png:
33959         * platform/efl/fast/repaint/text-append-dirty-lines-expected.png:
33960         * platform/efl/fast/repaint/text-append-dirty-lines-expected.txt:
33961         * platform/efl/fast/repaint/text-emphasis-v-expected.png:
33962         * platform/efl/fast/repaint/text-emphasis-v-expected.txt:
33963         * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
33964         * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.txt:
33965         * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.png:
33966         * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.txt:
33967         * platform/efl/fast/repaint/text-shadow-expected.png:
33968         * platform/efl/fast/repaint/text-shadow-expected.txt:
33969         * platform/efl/fast/repaint/text-shadow-horizontal-expected.png:
33970         * platform/efl/fast/repaint/text-shadow-horizontal-expected.txt:
33971         * platform/efl/fast/repaint/textarea-set-disabled-expected.png:
33972         * platform/efl/fast/repaint/transform-absolute-child-expected.png:
33973         * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.png:
33974         * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
33975         * platform/efl/fast/repaint/transform-disable-layoutstate-expected.png:
33976         * platform/efl/fast/repaint/transform-layout-repaint-expected.png:
33977         * platform/efl/fast/repaint/transform-layout-repaint-expected.txt:
33978         * platform/efl/fast/repaint/transform-relative-position-expected.png:
33979         * platform/efl/fast/repaint/transform-relative-position-expected.txt:
33980         * platform/efl/fast/repaint/transform-repaint-descendants-expected.png:
33981         * platform/efl/fast/repaint/transform-rotate-and-remove-expected.png:
33982         * platform/efl/fast/repaint/transform-translate-expected.png:
33983         * platform/efl/fast/replaced/001-expected.png:
33984         * platform/efl/fast/replaced/001-expected.txt:
33985         * platform/efl/fast/replaced/002-expected.png:
33986         * platform/efl/fast/replaced/002-expected.txt:
33987         * platform/efl/fast/replaced/003-expected.png:
33988         * platform/efl/fast/replaced/003-expected.txt:
33989         * platform/efl/fast/replaced/004-expected.png:
33990         * platform/efl/fast/replaced/004-expected.txt:
33991         * platform/efl/fast/replaced/005-expected.png:
33992         * platform/efl/fast/replaced/005-expected.txt:
33993         * platform/efl/fast/replaced/006-expected.png:
33994         * platform/efl/fast/replaced/006-expected.txt:
33995         * platform/efl/fast/replaced/007-expected.png:
33996         * platform/efl/fast/replaced/008-expected.png:
33997         * platform/efl/fast/replaced/absolute-image-sizing-expected.png:
33998         * platform/efl/fast/replaced/absolute-position-percentage-height-expected.png:
33999         * platform/efl/fast/replaced/absolute-position-percentage-height-expected.txt:
34000         * platform/efl/fast/replaced/absolute-position-percentage-width-expected.png:
34001         * platform/efl/fast/replaced/absolute-position-percentage-width-expected.txt:
34002         * platform/efl/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
34003         * platform/efl/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
34004         * platform/efl/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.png:
34005         * platform/efl/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt:
34006         * platform/efl/fast/replaced/applet-display-none-expected.png:
34007         * platform/efl/fast/replaced/applet-display-none-expected.txt:
34008         * platform/efl/fast/replaced/border-radius-clip-content-edge-expected.png:
34009         * platform/efl/fast/replaced/embed-display-none-expected.png:
34010         * platform/efl/fast/replaced/embed-display-none-expected.txt:
34011         * platform/efl/fast/replaced/image-onload-expected.png:
34012         * platform/efl/fast/replaced/image-resize-width-expected.png:
34013         * platform/efl/fast/replaced/image-resize-width-expected.txt:
34014         * platform/efl/fast/replaced/image-sizing-expected.png:
34015         * platform/efl/fast/replaced/image-solid-color-with-alpha-expected.png:
34016         * platform/efl/fast/replaced/image-solid-color-with-alpha-expected.txt:
34017         * platform/efl/fast/replaced/image-tag-expected.png:
34018         * platform/efl/fast/replaced/inline-box-wrapper-handover-expected.png:
34019         * platform/efl/fast/replaced/inline-box-wrapper-handover-expected.txt:
34020         * platform/efl/fast/replaced/max-width-percent-expected.png:
34021         * platform/efl/fast/replaced/max-width-percent-expected.txt:
34022         * platform/efl/fast/replaced/maxheight-percent-expected.png:
34023         * platform/efl/fast/replaced/maxheight-percent-expected.txt:
34024         * platform/efl/fast/replaced/maxheight-pxs-expected.png:
34025         * platform/efl/fast/replaced/maxheight-pxs-expected.txt:
34026         * platform/efl/fast/replaced/maxwidth-percent-expected.png:
34027         * platform/efl/fast/replaced/maxwidth-percent-expected.txt:
34028         * platform/efl/fast/replaced/maxwidth-pxs-expected.png:
34029         * platform/efl/fast/replaced/maxwidth-pxs-expected.txt:
34030         * platform/efl/fast/replaced/minheight-percent-expected.png:
34031         * platform/efl/fast/replaced/minheight-percent-expected.txt:
34032         * platform/efl/fast/replaced/minheight-pxs-expected.png:
34033         * platform/efl/fast/replaced/minheight-pxs-expected.txt:
34034         * platform/efl/fast/replaced/minwidth-percent-expected.png:
34035         * platform/efl/fast/replaced/minwidth-percent-expected.txt:
34036         * platform/efl/fast/replaced/minwidth-pxs-expected.png:
34037         * platform/efl/fast/replaced/minwidth-pxs-expected.txt:
34038         * platform/efl/fast/replaced/object-align-hspace-vspace-expected.png:
34039         * platform/efl/fast/replaced/object-align-hspace-vspace-expected.txt:
34040         * platform/efl/fast/replaced/object-display-none-expected.png:
34041         * platform/efl/fast/replaced/object-display-none-expected.txt:
34042         * platform/efl/fast/replaced/outline-replaced-elements-expected.png:
34043         * platform/efl/fast/replaced/percent-height-in-anonymous-block-expected.png:
34044         * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png:
34045         * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
34046         * platform/efl/fast/replaced/percent-height-in-anonymous-block-widget-expected.png:
34047         * platform/efl/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt:
34048         * platform/efl/fast/replaced/replaced-breaking-expected.png:
34049         * platform/efl/fast/replaced/replaced-breaking-expected.txt:
34050         * platform/efl/fast/replaced/replaced-breaking-mixture-expected.png:
34051         * platform/efl/fast/replaced/replaced-breaking-mixture-expected.txt:
34052         * platform/efl/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.png:
34053         * platform/efl/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt:
34054         * platform/efl/fast/replaced/selection-rect-expected.png:
34055         * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.png:
34056         * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.txt:
34057         * platform/efl/fast/replaced/selection-rect-transform-expected.png:
34058         * platform/efl/fast/replaced/selection-rect-transform-expected.txt:
34059         * platform/efl/fast/replaced/three-selects-break-expected.png:
34060         * platform/efl/fast/replaced/three-selects-break-expected.txt:
34061         * platform/efl/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png:
34062         * platform/efl/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt:
34063         * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
34064         * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
34065         * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png:
34066         * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt:
34067         * platform/efl/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png:
34068         * platform/efl/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt:
34069         * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
34070         * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
34071         * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png:
34072         * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt:
34073         * platform/efl/fast/replaced/width100percent-button-expected.png:
34074         * platform/efl/fast/replaced/width100percent-button-expected.txt:
34075         * platform/efl/fast/replaced/width100percent-checkbox-expected.png:
34076         * platform/efl/fast/replaced/width100percent-checkbox-expected.txt:
34077         * platform/efl/fast/replaced/width100percent-image-expected.png:
34078         * platform/efl/fast/replaced/width100percent-menulist-expected.png:
34079         * platform/efl/fast/replaced/width100percent-menulist-expected.txt:
34080         * platform/efl/fast/replaced/width100percent-radio-expected.png:
34081         * platform/efl/fast/replaced/width100percent-radio-expected.txt:
34082         * platform/efl/fast/replaced/width100percent-searchfield-expected.png:
34083         * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
34084         * platform/efl/fast/replaced/width100percent-textarea-expected.png:
34085         * platform/efl/fast/replaced/width100percent-textarea-expected.txt:
34086         * platform/efl/fast/replaced/width100percent-textfield-expected.png:
34087         * platform/efl/fast/replaced/width100percent-textfield-expected.txt:
34088         * platform/efl/fast/ruby/base-shorter-than-text-expected.png:
34089         * platform/efl/fast/ruby/base-shorter-than-text-expected.txt:
34090         * platform/efl/fast/ruby/nested-ruby-expected.png:
34091         * platform/efl/fast/ruby/nested-ruby-expected.txt:
34092         * platform/efl/fast/ruby/overhang-horizontal-expected.png:
34093         * platform/efl/fast/ruby/ruby-beforeafter-expected.png:
34094         * platform/efl/fast/ruby/ruby-beforeafter-expected.txt:
34095         * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.png:
34096         * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.txt:
34097         * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.png:
34098         * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.txt:
34099         * platform/efl/fast/ruby/ruby-empty-rt-expected.png:
34100         * platform/efl/fast/ruby/ruby-empty-rt-expected.txt:
34101         * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.png:
34102         * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.txt:
34103         * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.png:
34104         * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.txt:
34105         * platform/efl/fast/ruby/ruby-inline-table-expected.png:
34106         * platform/efl/fast/ruby/ruby-length-expected.png:
34107         * platform/efl/fast/ruby/ruby-length-expected.txt:
34108         * platform/efl/fast/ruby/ruby-run-break-expected.png:
34109         * platform/efl/fast/ruby/ruby-run-break-expected.txt:
34110         * platform/efl/fast/ruby/ruby-runs-expected.png:
34111         * platform/efl/fast/ruby/ruby-runs-expected.txt:
34112         * platform/efl/fast/ruby/ruby-runs-spans-expected.png:
34113         * platform/efl/fast/ruby/ruby-runs-spans-expected.txt:
34114         * platform/efl/fast/ruby/ruby-simple-expected.png:
34115         * platform/efl/fast/ruby/ruby-simple-expected.txt:
34116         * platform/efl/fast/ruby/ruby-simple-rp-expected.png:
34117         * platform/efl/fast/ruby/ruby-simple-rp-expected.txt:
34118         * platform/efl/fast/ruby/ruby-text-before-after-content-expected.png:
34119         * platform/efl/fast/ruby/ruby-text-before-after-content-expected.txt:
34120         * platform/efl/fast/ruby/ruby-trailing-expected.png:
34121         * platform/efl/fast/ruby/ruby-trailing-expected.txt:
34122         * platform/efl/fast/ruby/rubyDOM-insert-rt-expected.png:
34123         * platform/efl/fast/ruby/rubyDOM-insert-rt-expected.txt:
34124         * platform/efl/fast/ruby/rubyDOM-insert-text1-expected.png:
34125         * platform/efl/fast/ruby/rubyDOM-insert-text1-expected.txt:
34126         * platform/efl/fast/ruby/rubyDOM-insert-text2-expected.png:
34127         * platform/efl/fast/ruby/rubyDOM-insert-text2-expected.txt:
34128         * platform/efl/fast/ruby/rubyDOM-insert-text3-expected.png:
34129         * platform/efl/fast/ruby/rubyDOM-insert-text3-expected.txt:
34130         * platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.png:
34131         * platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.txt:
34132         * platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.png:
34133         * platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.txt:
34134         * platform/efl/fast/ruby/rubyDOM-remove-text1-expected.png:
34135         * platform/efl/fast/ruby/rubyDOM-remove-text1-expected.txt:
34136         * platform/efl/fast/ruby/rubyDOM-remove-text2-expected.png:
34137         * platform/efl/fast/ruby/rubyDOM-remove-text2-expected.txt:
34138         * platform/efl/fast/runin/001-expected.png:
34139         * platform/efl/fast/runin/001-expected.txt:
34140         * platform/efl/fast/runin/002-expected.png:
34141         * platform/efl/fast/runin/002-expected.txt:
34142         * platform/efl/fast/runin/generated-expected.png:
34143         * platform/efl/fast/runin/generated-expected.txt:
34144         * platform/efl/fast/runin/generated2-expected.png:
34145         * platform/efl/fast/runin/generated2-expected.txt:
34146         * platform/efl/fast/runin/generated3-expected.png:
34147         * platform/efl/fast/runin/generated3-expected.txt:
34148         * platform/efl/fast/runin/generated4-expected.png:
34149         * platform/efl/fast/runin/generated4-expected.txt:
34150         * platform/efl/fast/runin/runin-generated-before-content-expected.txt:
34151         * platform/efl/fast/scrolling/scrollbar-tickmarks-styled-expected.png:
34152         * platform/efl/fast/selectors/001-expected.png:
34153         * platform/efl/fast/selectors/001-expected.txt:
34154         * platform/efl/fast/selectors/002-expected.png:
34155         * platform/efl/fast/selectors/002-expected.txt:
34156         * platform/efl/fast/selectors/003-expected.png:
34157         * platform/efl/fast/selectors/003-expected.txt:
34158         * platform/efl/fast/selectors/004-expected.png:
34159         * platform/efl/fast/selectors/004-expected.txt:
34160         * platform/efl/fast/selectors/005-expected.png:
34161         * platform/efl/fast/selectors/005-expected.txt:
34162         * platform/efl/fast/selectors/006-expected.png:
34163         * platform/efl/fast/selectors/006-expected.txt:
34164         * platform/efl/fast/selectors/007a-expected.png:
34165         * platform/efl/fast/selectors/007a-expected.txt:
34166         * platform/efl/fast/selectors/007b-expected.png:
34167         * platform/efl/fast/selectors/007b-expected.txt:
34168         * platform/efl/fast/selectors/008-expected.png:
34169         * platform/efl/fast/selectors/008-expected.txt:
34170         * platform/efl/fast/selectors/009-expected.png:
34171         * platform/efl/fast/selectors/009-expected.txt:
34172         * platform/efl/fast/selectors/010-expected.png:
34173         * platform/efl/fast/selectors/010-expected.txt:
34174         * platform/efl/fast/selectors/011-expected.png:
34175         * platform/efl/fast/selectors/011-expected.txt:
34176         * platform/efl/fast/selectors/012-expected.png:
34177         * platform/efl/fast/selectors/012-expected.txt:
34178         * platform/efl/fast/selectors/013-expected.png:
34179         * platform/efl/fast/selectors/013-expected.txt:
34180         * platform/efl/fast/selectors/014-expected.png:
34181         * platform/efl/fast/selectors/014-expected.txt:
34182         * platform/efl/fast/selectors/015-expected.png:
34183         * platform/efl/fast/selectors/015-expected.txt:
34184         * platform/efl/fast/selectors/016-expected.png:
34185         * platform/efl/fast/selectors/016-expected.txt:
34186         * platform/efl/fast/selectors/017-expected.png:
34187         * platform/efl/fast/selectors/017-expected.txt:
34188         * platform/efl/fast/selectors/018-expected.png:
34189         * platform/efl/fast/selectors/018-expected.txt:
34190         * platform/efl/fast/selectors/018b-expected.png:
34191         * platform/efl/fast/selectors/018b-expected.txt:
34192         * platform/efl/fast/selectors/019-expected.png:
34193         * platform/efl/fast/selectors/019-expected.txt:
34194         * platform/efl/fast/selectors/020-expected.png:
34195         * platform/efl/fast/selectors/020-expected.txt:
34196         * platform/efl/fast/selectors/021-expected.png:
34197         * platform/efl/fast/selectors/021-expected.txt:
34198         * platform/efl/fast/selectors/021b-expected.png:
34199         * platform/efl/fast/selectors/021b-expected.txt:
34200         * platform/efl/fast/selectors/027-expected.png:
34201         * platform/efl/fast/selectors/027-expected.txt:
34202         * platform/efl/fast/selectors/032-expected.png:
34203         * platform/efl/fast/selectors/034-expected.png:
34204         * platform/efl/fast/selectors/034-expected.txt:
34205         * platform/efl/fast/selectors/038-expected.png:
34206         * platform/efl/fast/selectors/038-expected.txt:
34207         * platform/efl/fast/selectors/039-expected.png:
34208         * platform/efl/fast/selectors/039-expected.txt:
34209         * platform/efl/fast/selectors/039b-expected.png:
34210         * platform/efl/fast/selectors/039b-expected.txt:
34211         * platform/efl/fast/selectors/040-expected.png:
34212         * platform/efl/fast/selectors/040-expected.txt:
34213         * platform/efl/fast/selectors/041-expected.png:
34214         * platform/efl/fast/selectors/041-expected.txt:
34215         * platform/efl/fast/selectors/042-expected.png:
34216         * platform/efl/fast/selectors/042-expected.txt:
34217         * platform/efl/fast/selectors/043-expected.png:
34218         * platform/efl/fast/selectors/043-expected.txt:
34219         * platform/efl/fast/selectors/043b-expected.png:
34220         * platform/efl/fast/selectors/043b-expected.txt:
34221         * platform/efl/fast/selectors/044-expected.png:
34222         * platform/efl/fast/selectors/044-expected.txt:
34223         * platform/efl/fast/selectors/044b-expected.png:
34224         * platform/efl/fast/selectors/044b-expected.txt:
34225         * platform/efl/fast/selectors/044c-expected.png:
34226         * platform/efl/fast/selectors/044c-expected.txt:
34227         * platform/efl/fast/selectors/044d-expected.png:
34228         * platform/efl/fast/selectors/044d-expected.txt:
34229         * platform/efl/fast/selectors/045-expected.png:
34230         * platform/efl/fast/selectors/045-expected.txt:
34231         * platform/efl/fast/selectors/045b-expected.png:
34232         * platform/efl/fast/selectors/045b-expected.txt:
34233         * platform/efl/fast/selectors/045c-expected.png:
34234         * platform/efl/fast/selectors/045c-expected.txt:
34235         * platform/efl/fast/selectors/046-expected.png:
34236         * platform/efl/fast/selectors/046-expected.txt:
34237         * platform/efl/fast/selectors/054-expected.png:
34238         * platform/efl/fast/selectors/054-expected.txt:
34239         * platform/efl/fast/selectors/056-expected.png:
34240         * platform/efl/fast/selectors/056-expected.txt:
34241         * platform/efl/fast/selectors/058-expected.png:
34242         * platform/efl/fast/selectors/058-expected.txt:
34243         * platform/efl/fast/selectors/059-expected.png:
34244         * platform/efl/fast/selectors/059-expected.txt:
34245         * platform/efl/fast/selectors/060-expected.png:
34246         * platform/efl/fast/selectors/060-expected.txt:
34247         * platform/efl/fast/selectors/061-expected.png:
34248         * platform/efl/fast/selectors/061-expected.txt:
34249         * platform/efl/fast/selectors/062-expected.png:
34250         * platform/efl/fast/selectors/062-expected.txt:
34251         * platform/efl/fast/selectors/063-expected.png:
34252         * platform/efl/fast/selectors/063-expected.txt:
34253         * platform/efl/fast/selectors/064-expected.png:
34254         * platform/efl/fast/selectors/064-expected.txt:
34255         * platform/efl/fast/selectors/065-expected.png:
34256         * platform/efl/fast/selectors/065-expected.txt:
34257         * platform/efl/fast/selectors/066-expected.png:
34258         * platform/efl/fast/selectors/066-expected.txt:
34259         * platform/efl/fast/selectors/066b-expected.png:
34260         * platform/efl/fast/selectors/066b-expected.txt:
34261         * platform/efl/fast/selectors/072-expected.png:
34262         * platform/efl/fast/selectors/072-expected.txt:
34263         * platform/efl/fast/selectors/072b-expected.png:
34264         * platform/efl/fast/selectors/072b-expected.txt:
34265         * platform/efl/fast/selectors/077-expected.png:
34266         * platform/efl/fast/selectors/077-expected.txt:
34267         * platform/efl/fast/selectors/077b-expected.png:
34268         * platform/efl/fast/selectors/077b-expected.txt:
34269         * platform/efl/fast/selectors/078b-expected.png:
34270         * platform/efl/fast/selectors/078b-expected.txt:
34271         * platform/efl/fast/selectors/083-expected.png:
34272         * platform/efl/fast/selectors/083-expected.txt:
34273         * platform/efl/fast/selectors/087b-expected.png:
34274         * platform/efl/fast/selectors/087b-expected.txt:
34275         * platform/efl/fast/selectors/088b-expected.png:
34276         * platform/efl/fast/selectors/088b-expected.txt:
34277         * platform/efl/fast/selectors/089-expected.png:
34278         * platform/efl/fast/selectors/089-expected.txt:
34279         * platform/efl/fast/selectors/090b-expected.png:
34280         * platform/efl/fast/selectors/090b-expected.txt:
34281         * platform/efl/fast/selectors/154-expected.png:
34282         * platform/efl/fast/selectors/154-expected.txt:
34283         * platform/efl/fast/selectors/155-expected.png:
34284         * platform/efl/fast/selectors/155-expected.txt:
34285         * platform/efl/fast/selectors/155a-expected.png:
34286         * platform/efl/fast/selectors/155a-expected.txt:
34287         * platform/efl/fast/selectors/155b-expected.png:
34288         * platform/efl/fast/selectors/155b-expected.txt:
34289         * platform/efl/fast/selectors/155c-expected.png:
34290         * platform/efl/fast/selectors/155c-expected.txt:
34291         * platform/efl/fast/selectors/155d-expected.png:
34292         * platform/efl/fast/selectors/155d-expected.txt:
34293         * platform/efl/fast/selectors/156b-expected.png:
34294         * platform/efl/fast/selectors/156b-expected.txt:
34295         * platform/efl/fast/selectors/157-expected.png:
34296         * platform/efl/fast/selectors/157-expected.txt:
34297         * platform/efl/fast/selectors/158-expected.png:
34298         * platform/efl/fast/selectors/158-expected.txt:
34299         * platform/efl/fast/selectors/159-expected.png:
34300         * platform/efl/fast/selectors/159-expected.txt:
34301         * platform/efl/fast/selectors/160-expected.png:
34302         * platform/efl/fast/selectors/160-expected.txt:
34303         * platform/efl/fast/selectors/166-expected.png:
34304         * platform/efl/fast/selectors/166-expected.txt:
34305         * platform/efl/fast/selectors/166a-expected.png:
34306         * platform/efl/fast/selectors/166a-expected.txt:
34307         * platform/efl/fast/selectors/167-expected.png:
34308         * platform/efl/fast/selectors/167-expected.txt:
34309         * platform/efl/fast/selectors/167a-expected.png:
34310         * platform/efl/fast/selectors/167a-expected.txt:
34311         * platform/efl/fast/selectors/168-expected.png:
34312         * platform/efl/fast/selectors/168-expected.txt:
34313         * platform/efl/fast/selectors/168a-expected.png:
34314         * platform/efl/fast/selectors/168a-expected.txt:
34315         * platform/efl/fast/selectors/169-expected.png:
34316         * platform/efl/fast/selectors/169-expected.txt:
34317         * platform/efl/fast/selectors/169a-expected.png:
34318         * platform/efl/fast/selectors/169a-expected.txt:
34319         * platform/efl/fast/selectors/170-expected.png:
34320         * platform/efl/fast/selectors/170-expected.txt:
34321         * platform/efl/fast/selectors/170a-expected.png:
34322         * platform/efl/fast/selectors/170a-expected.txt:
34323         * platform/efl/fast/selectors/170b-expected.png:
34324         * platform/efl/fast/selectors/170b-expected.txt:
34325         * platform/efl/fast/selectors/170c-expected.png:
34326         * platform/efl/fast/selectors/170c-expected.txt:
34327         * platform/efl/fast/selectors/170d-expected.png:
34328         * platform/efl/fast/selectors/170d-expected.txt:
34329         * platform/efl/fast/selectors/175a-expected.png:
34330         * platform/efl/fast/selectors/175a-expected.txt:
34331         * platform/efl/fast/selectors/175b-expected.png:
34332         * platform/efl/fast/selectors/175b-expected.txt:
34333         * platform/efl/fast/selectors/175c-expected.png:
34334         * platform/efl/fast/selectors/175c-expected.txt:
34335         * platform/efl/fast/selectors/177a-expected.png:
34336         * platform/efl/fast/selectors/177a-expected.txt:
34337         * platform/efl/fast/selectors/177b-expected.png:
34338         * platform/efl/fast/selectors/177b-expected.txt:
34339         * platform/efl/fast/selectors/lang-inheritance-expected.png:
34340         * platform/efl/fast/selectors/lang-inheritance-expected.txt:
34341         * platform/efl/fast/selectors/lang-inheritance2-expected.png:
34342         * platform/efl/fast/selectors/lang-inheritance2-expected.txt:
34343         * platform/efl/fast/selectors/lang-vs-xml-lang-expected.png:
34344
34345 2013-01-18  Zan Dobersek  <zdobersek@igalia.com>
34346
34347         Unreviewed GTK gardening.
34348
34349         Adding a crashing expectation for an a11y test.
34350         Adding failure expectations for two stack overflow tests. The
34351         stack overflow does not occur anymore due to increased memory
34352         on the debug builder. This is not a progression, though.
34353
34354         * platform/gtk/TestExpectations:
34355
34356 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
34357
34358         [EFL] Unreviewed gardening.
34359
34360         Rebaseline after enabling subpixel layout and updating freetype (14/26).
34361
34362         * platform/efl/fast/invalid/019-expected.png:
34363         * platform/efl/fast/invalid/019-expected.txt:
34364         * platform/efl/fast/invalid/020-expected.png:
34365         * platform/efl/fast/invalid/020-expected.txt:
34366         * platform/efl/fast/invalid/021-expected.png:
34367         * platform/efl/fast/invalid/021-expected.txt:
34368         * platform/efl/fast/invalid/junk-data-expected.png:
34369         * platform/efl/fast/invalid/junk-data-expected.txt:
34370         * platform/efl/fast/invalid/missing-address-end-tag-expected.png:
34371         * platform/efl/fast/invalid/missing-address-end-tag-expected.txt:
34372         * platform/efl/fast/invalid/missing-dl-end-tag-expected.png:
34373         * platform/efl/fast/invalid/missing-dl-end-tag-expected.txt:
34374         * platform/efl/fast/invalid/missing-dt-end-tag-expected.png:
34375         * platform/efl/fast/invalid/missing-dt-end-tag-expected.txt:
34376         * platform/efl/fast/invalid/missing-end-tag-expected.png:
34377         * platform/efl/fast/invalid/missing-font-end-tag-expected.png:
34378         * platform/efl/fast/invalid/missing-font-end-tag-expected.txt:
34379         * platform/efl/fast/invalid/nestedh3s-expected.png:
34380         * platform/efl/fast/invalid/nestedh3s-expected.txt:
34381         * platform/efl/fast/invalid/table-inside-stray-table-content-expected.png:
34382         * platform/efl/fast/invalid/table-inside-stray-table-content-expected.txt:
34383         * platform/efl/fast/invalid/td-inside-object-expected.png:
34384         * platform/efl/fast/invalid/td-inside-object-expected.txt:
34385         * platform/efl/fast/layers/add-layer-with-nested-stacking-expected.png:
34386         * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
34387         * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.txt:
34388         * platform/efl/fast/layers/normal-flow-hit-test-expected.png:
34389         * platform/efl/fast/layers/normal-flow-hit-test-expected.txt:
34390         * platform/efl/fast/layers/opacity-outline-expected.png:
34391         * platform/efl/fast/layers/opacity-outline-expected.txt:
34392         * platform/efl/fast/layers/opacity-stacking-expected.png:
34393         * platform/efl/fast/layers/opacity-transforms-expected.png:
34394         * platform/efl/fast/layers/opacity-transforms-expected.txt:
34395         * platform/efl/fast/layers/overflow-scroll-auto-switch-expected.png:
34396         * platform/efl/fast/layers/overflow-scroll-auto-switch-expected.txt:
34397         * platform/efl/fast/layers/positioned-inside-root-with-margins-expected.png:
34398         * platform/efl/fast/layers/remove-layer-with-nested-stacking-expected.png:
34399         * platform/efl/fast/layers/remove-only-this-layer-update-expected.png:
34400         * platform/efl/fast/layers/remove-only-this-layer-update-expected.txt:
34401         * platform/efl/fast/layers/scroll-rect-to-visible-expected.png:
34402         * platform/efl/fast/layers/scroll-with-transform-composited-layer-expected.png:
34403         * platform/efl/fast/layers/scroll-with-transform-layer-expected.png:
34404         * platform/efl/fast/layers/video-layer-expected.png:
34405         * platform/efl/fast/layers/video-layer-expected.txt:
34406         * platform/efl/fast/layers/zindex-inherit-expected.png:
34407         * platform/efl/fast/layers/zindex-inherit-expected.txt:
34408         * platform/efl/fast/line-grid/line-align-left-edges-expected.png:
34409         * platform/efl/fast/line-grid/line-align-right-edges-expected.png:
34410         * platform/efl/fast/line-grid/line-align-right-edges-expected.txt:
34411         * platform/efl/fast/line-grid/line-grid-contains-value-expected.png:
34412         * platform/efl/fast/line-grid/line-grid-floating-expected.png:
34413         * platform/efl/fast/line-grid/line-grid-floating-expected.txt:
34414         * platform/efl/fast/line-grid/line-grid-inside-columns-expected.png:
34415         * platform/efl/fast/line-grid/line-grid-inside-columns-expected.txt:
34416         * platform/efl/fast/line-grid/line-grid-into-columns-expected.png:
34417         * platform/efl/fast/line-grid/line-grid-into-columns-expected.txt:
34418         * platform/efl/fast/line-grid/line-grid-into-floats-expected.png:
34419         * platform/efl/fast/line-grid/line-grid-into-floats-expected.txt:
34420         * platform/efl/fast/line-grid/line-grid-positioned-expected.png:
34421         * platform/efl/fast/line-grid/line-grid-positioned-expected.txt:
34422         * platform/efl/fast/lists/001-expected.png:
34423         * platform/efl/fast/lists/001-expected.txt:
34424         * platform/efl/fast/lists/001-vertical-expected.png:
34425         * platform/efl/fast/lists/001-vertical-expected.txt:
34426         * platform/efl/fast/lists/002-expected.png:
34427         * platform/efl/fast/lists/002-expected.txt:
34428         * platform/efl/fast/lists/002-vertical-expected.png:
34429         * platform/efl/fast/lists/002-vertical-expected.txt:
34430         * platform/efl/fast/lists/003-expected.png:
34431         * platform/efl/fast/lists/003-vertical-expected.png:
34432         * platform/efl/fast/lists/004-expected.png:
34433         * platform/efl/fast/lists/004-expected.txt:
34434         * platform/efl/fast/lists/005-expected.png:
34435         * platform/efl/fast/lists/005-expected.txt:
34436         * platform/efl/fast/lists/005-vertical-expected.png:
34437         * platform/efl/fast/lists/005-vertical-expected.txt:
34438         * platform/efl/fast/lists/006-expected.png:
34439         * platform/efl/fast/lists/006-expected.txt:
34440         * platform/efl/fast/lists/006-vertical-expected.png:
34441         * platform/efl/fast/lists/006-vertical-expected.txt:
34442         * platform/efl/fast/lists/007-expected.png:
34443         * platform/efl/fast/lists/007-vertical-expected.png:
34444         * platform/efl/fast/lists/007-vertical-expected.txt:
34445         * platform/efl/fast/lists/008-expected.png:
34446         * platform/efl/fast/lists/008-vertical-expected.png:
34447         * platform/efl/fast/lists/009-expected.png:
34448         * platform/efl/fast/lists/009-expected.txt:
34449         * platform/efl/fast/lists/009-vertical-expected.png:
34450         * platform/efl/fast/lists/009-vertical-expected.txt:
34451         * platform/efl/fast/lists/anonymous-items-expected.png:
34452         * platform/efl/fast/lists/anonymous-items-expected.txt:
34453         * platform/efl/fast/lists/big-list-marker-expected.png:
34454         * platform/efl/fast/lists/big-list-marker-expected.txt:
34455         * platform/efl/fast/lists/dynamic-marker-crash-expected.png:
34456         * platform/efl/fast/lists/dynamic-marker-crash-expected.txt:
34457         * platform/efl/fast/lists/inline-before-content-after-list-marker-expected.png:
34458         * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.png:
34459         * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
34460         * platform/efl/fast/lists/li-br-expected.png:
34461         * platform/efl/fast/lists/li-br-expected.txt:
34462         * platform/efl/fast/lists/li-style-alpha-huge-value-crash-expected.png:
34463         * platform/efl/fast/lists/li-style-alpha-huge-value-crash-expected.txt:
34464         * platform/efl/fast/lists/list-item-line-height-expected.png:
34465         * platform/efl/fast/lists/list-item-line-height-expected.txt:
34466         * platform/efl/fast/lists/list-marker-before-content-table-expected.png:
34467         * platform/efl/fast/lists/list-marker-before-content-table-expected.txt:
34468         * platform/efl/fast/lists/list-marker-with-line-height-expected.png:
34469         * platform/efl/fast/lists/list-marker-with-line-height-expected.txt:
34470         * platform/efl/fast/lists/list-style-none-crash-expected.png:
34471         * platform/efl/fast/lists/list-style-none-crash-expected.txt:
34472         * platform/efl/fast/lists/marker-before-empty-inline-expected.png:
34473         * platform/efl/fast/lists/marker-before-empty-inline-expected.txt:
34474         * platform/efl/fast/lists/marker-image-error-expected.png:
34475         * platform/efl/fast/lists/marker-image-error-expected.txt:
34476         * platform/efl/fast/lists/markers-in-selection-expected.png:
34477         * platform/efl/fast/lists/markers-in-selection-expected.txt:
34478         * platform/efl/fast/lists/numeric-markers-outside-list-expected.png:
34479         * platform/efl/fast/lists/numeric-markers-outside-list-expected.txt:
34480         * platform/efl/fast/lists/ol-display-types-expected.png:
34481         * platform/efl/fast/lists/ol-display-types-expected.txt:
34482         * platform/efl/fast/lists/ol-start-dynamic-expected.png:
34483         * platform/efl/fast/lists/ol-start-dynamic-expected.txt:
34484         * platform/efl/fast/lists/ol-start-parsing-expected.png:
34485         * platform/efl/fast/lists/ol-start-parsing-expected.txt:
34486         * platform/efl/fast/lists/olstart-expected.png:
34487         * platform/efl/fast/lists/olstart-expected.txt:
34488         * platform/efl/fast/lists/ordered-list-with-no-ol-tag-expected.png:
34489         * platform/efl/fast/lists/scrolled-marker-paint-expected.png:
34490         * platform/efl/fast/lists/scrolled-marker-paint-expected.txt:
34491         * platform/efl/fast/loader/text-document-wrapping-expected.png:
34492         * platform/efl/fast/multicol/block-axis-horizontal-bt-expected.png:
34493         * platform/efl/fast/multicol/block-axis-horizontal-tb-expected.png:
34494         * platform/efl/fast/multicol/block-axis-horizontal-tb-expected.txt:
34495         * platform/efl/fast/multicol/block-axis-vertical-lr-expected.png:
34496         * platform/efl/fast/multicol/block-axis-vertical-rl-expected.png:
34497         * platform/efl/fast/multicol/border-padding-pagination-expected.png:
34498         * platform/efl/fast/multicol/border-padding-pagination-expected.txt:
34499         * platform/efl/fast/multicol/client-rects-expected.png:
34500         * platform/efl/fast/multicol/client-rects-expected.txt:
34501         * platform/efl/fast/multicol/column-break-with-balancing-expected.png:
34502         * platform/efl/fast/multicol/column-break-with-balancing-expected.txt:
34503         * platform/efl/fast/multicol/column-count-with-rules-expected.png:
34504         * platform/efl/fast/multicol/column-rules-expected.png:
34505         * platform/efl/fast/multicol/column-rules-expected.txt:
34506         * platform/efl/fast/multicol/column-rules-stacking-expected.png:
34507         * platform/efl/fast/multicol/column-rules-stacking-expected.txt:
34508         * platform/efl/fast/multicol/columns-shorthand-parsing-expected.png:
34509         * platform/efl/fast/multicol/columns-shorthand-parsing-expected.txt:
34510         * platform/efl/fast/multicol/flipped-blocks-border-after-expected.png:
34511         * platform/efl/fast/multicol/float-avoidance-expected.png:
34512         * platform/efl/fast/multicol/float-avoidance-expected.txt:
34513         * platform/efl/fast/multicol/float-multicol-expected.png:
34514         * platform/efl/fast/multicol/float-paginate-complex-expected.png:
34515         * platform/efl/fast/multicol/float-paginate-complex-expected.txt:
34516         * platform/efl/fast/multicol/float-paginate-empty-lines-expected.png:
34517         * platform/efl/fast/multicol/float-paginate-empty-lines-expected.txt:
34518         * platform/efl/fast/multicol/float-paginate-expected.png:
34519         * platform/efl/fast/multicol/float-paginate-expected.txt:
34520         * platform/efl/fast/multicol/layers-in-multicol-expected.png:
34521         * platform/efl/fast/multicol/layers-split-across-columns-expected.png:
34522         * platform/efl/fast/multicol/margin-collapse-expected.png:
34523         * platform/efl/fast/multicol/margin-collapse-expected.txt:
34524         * platform/efl/fast/multicol/max-height-columns-block-expected.png:
34525         * platform/efl/fast/multicol/nested-columns-expected.png:
34526         * platform/efl/fast/multicol/overflow-across-columns-expected.txt:
34527         * platform/efl/fast/multicol/overflow-unsplittable-expected.png:
34528         * platform/efl/fast/multicol/overflow-unsplittable-expected.txt:
34529         * platform/efl/fast/multicol/paginate-block-replaced-expected.png:
34530         * platform/efl/fast/multicol/paginate-block-replaced-expected.txt:
34531         * platform/efl/fast/multicol/pagination-h-horizontal-bt-expected.png:
34532         * platform/efl/fast/multicol/pagination-h-horizontal-tb-expected.png:
34533         * platform/efl/fast/multicol/pagination-h-vertical-lr-expected.png:
34534         * platform/efl/fast/multicol/pagination-h-vertical-rl-expected.png:
34535         * platform/efl/fast/multicol/pagination-v-horizontal-bt-expected.png:
34536         * platform/efl/fast/multicol/pagination-v-horizontal-tb-expected.png:
34537         * platform/efl/fast/multicol/pagination-v-vertical-lr-expected.png:
34538         * platform/efl/fast/multicol/pagination-v-vertical-rl-expected.png:
34539         * platform/efl/fast/multicol/positioned-split-expected.png:
34540         * platform/efl/fast/multicol/positioned-split-expected.txt:
34541         * platform/efl/fast/multicol/positioned-with-constrained-height-expected.png:
34542         * platform/efl/fast/multicol/positioned-with-constrained-height-expected.txt:
34543         * platform/efl/fast/multicol/positive-leading-expected.png:
34544         * platform/efl/fast/multicol/scrolling-overflow-expected.png:
34545         * platform/efl/fast/multicol/scrolling-overflow-expected.txt:
34546         * platform/efl/fast/multicol/shadow-breaking-expected.txt:
34547         * platform/efl/fast/multicol/single-line-expected.png:
34548         * platform/efl/fast/multicol/single-line-expected.txt:
34549         * platform/efl/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
34550         * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png:
34551         * platform/efl/fast/multicol/span/anonymous-style-inheritance-expected.png:
34552         * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
34553         * platform/efl/fast/multicol/span/clone-flexbox-expected.txt:
34554         * platform/efl/fast/multicol/span/clone-summary-expected.txt:
34555         * platform/efl/fast/multicol/span/generated-child-split-flow-crash-expected.txt:
34556         * platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
34557         * platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
34558         * platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
34559         * platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.png:
34560         * platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
34561         * platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.png:
34562         * platform/efl/fast/multicol/span/span-as-nested-inline-block-child-expected.png:
34563         * platform/efl/fast/multicol/span/span-as-nested-inline-block-child-expected.txt:
34564         * platform/efl/fast/multicol/span/span-margin-collapsing-expected.png:
34565         * platform/efl/fast/multicol/table-margin-collapse-expected.png:
34566         * platform/efl/fast/multicol/table-margin-collapse-expected.txt:
34567         * platform/efl/fast/multicol/unsplittable-inline-block-expected.png:
34568         * platform/efl/fast/multicol/unsplittable-inline-block-expected.txt:
34569         * platform/efl/fast/multicol/vertical-lr/border-padding-pagination-expected.png:
34570         * platform/efl/fast/multicol/vertical-lr/border-padding-pagination-expected.txt:
34571         * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
34572         * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
34573         * platform/efl/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
34574         * platform/efl/fast/multicol/vertical-lr/column-count-with-rules-expected.txt:
34575         * platform/efl/fast/multicol/vertical-lr/column-rules-expected.png:
34576         * platform/efl/fast/multicol/vertical-lr/column-rules-expected.txt:
34577         * platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.png:
34578         * platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.txt:
34579         * platform/efl/fast/multicol/vertical-lr/float-multicol-expected.png:
34580         * platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
34581         * platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
34582         * platform/efl/fast/multicol/vertical-lr/float-paginate-expected.png:
34583         * platform/efl/fast/multicol/vertical-lr/float-paginate-expected.txt:
34584         * platform/efl/fast/multicol/vertical-lr/nested-columns-expected.png:
34585         * platform/efl/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
34586         * platform/efl/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
34587         * platform/efl/fast/multicol/vertical-rl/border-padding-pagination-expected.png:
34588         * platform/efl/fast/multicol/vertical-rl/border-padding-pagination-expected.txt:
34589         * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
34590         * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
34591         * platform/efl/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
34592         * platform/efl/fast/multicol/vertical-rl/column-count-with-rules-expected.txt:
34593         * platform/efl/fast/multicol/vertical-rl/column-rules-expected.png:
34594         * platform/efl/fast/multicol/vertical-rl/column-rules-expected.txt:
34595         * platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.png:
34596         * platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.txt:
34597         * platform/efl/fast/multicol/vertical-rl/float-multicol-expected.png:
34598         * platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
34599         * platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
34600         * platform/efl/fast/multicol/vertical-rl/float-paginate-expected.png:
34601         * platform/efl/fast/multicol/vertical-rl/float-paginate-expected.txt:
34602         * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.png:
34603         * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.txt:
34604         * platform/efl/fast/multicol/vertical-rl/rule-style-expected.png:
34605         * platform/efl/fast/multicol/vertical-rl/rule-style-expected.txt:
34606         * platform/efl/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
34607         * platform/efl/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:
34608         * platform/efl/fast/overflow/001-expected.png:
34609         * platform/efl/fast/overflow/001-expected.txt:
34610         * platform/efl/fast/overflow/002-expected.png:
34611         * platform/efl/fast/overflow/002-expected.txt:
34612         * platform/efl/fast/overflow/003-expected.png:
34613         * platform/efl/fast/overflow/003-expected.txt:
34614         * platform/efl/fast/overflow/004-expected.png:
34615         * platform/efl/fast/overflow/005-expected.png:
34616         * platform/efl/fast/overflow/006-expected.png:
34617         * platform/efl/fast/overflow/006-expected.txt:
34618         * platform/efl/fast/overflow/007-expected.png:
34619         * platform/efl/fast/overflow/008-expected.png:
34620         * platform/efl/fast/overflow/008-expected.txt:
34621         * platform/efl/fast/overflow/border-radius-clipping-expected.png:
34622         * platform/efl/fast/overflow/border-radius-clipping-expected.txt:
34623         * platform/efl/fast/overflow/childFocusRingClip-expected.png:
34624         * platform/efl/fast/overflow/childFocusRingClip-expected.txt:
34625         * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.png:
34626         * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
34627         * platform/efl/fast/overflow/dynamic-hidden-expected.png:
34628         * platform/efl/fast/overflow/dynamic-hidden-expected.txt:
34629         * platform/efl/fast/overflow/float-in-relpositioned-expected.png:
34630         * platform/efl/fast/overflow/float-in-relpositioned-expected.txt:
34631         * platform/efl/fast/overflow/hidden-scrollbar-resize-expected.png:
34632         * platform/efl/fast/overflow/hidden-scrollbar-resize-expected.txt:
34633         * platform/efl/fast/overflow/hit-test-overflow-controls-expected.png:
34634         * platform/efl/fast/overflow/hit-test-overflow-controls-expected.txt:
34635         * platform/efl/fast/overflow/image-selection-highlight-expected.png:
34636         * platform/efl/fast/overflow/image-selection-highlight-expected.txt:
34637         * platform/efl/fast/overflow/infiniteRecursion-expected.png:
34638         * platform/efl/fast/overflow/infiniteRecursion-expected.txt:
34639         * platform/efl/fast/overflow/infiniteRecursionGuard-expected.png:
34640         * platform/efl/fast/overflow/line-clamp-expected.png:
34641         * platform/efl/fast/overflow/overflow-auto-position-absolute-expected.png:
34642         * platform/efl/fast/overflow/overflow-auto-position-absolute-expected.txt:
34643         * platform/efl/fast/overflow/overflow-auto-table-expected.png:
34644         * platform/efl/fast/overflow/overflow-auto-table-expected.txt:
34645         * platform/efl/fast/overflow/overflow-float-stacking-expected.png:
34646         * platform/efl/fast/overflow/overflow-float-stacking-expected.txt:
34647         * platform/efl/fast/overflow/overflow-focus-ring-expected.png:
34648         * platform/efl/fast/overflow/overflow-rtl-expected.png:
34649         * platform/efl/fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
34650         * platform/efl/fast/overflow/overflow-rtl-vertical-expected.png:
34651         * platform/efl/fast/overflow/overflow-stacking-expected.png:
34652         * platform/efl/fast/overflow/overflow-stacking-expected.txt:
34653         * platform/efl/fast/overflow/overflow-text-hit-testing-expected.png:
34654         * platform/efl/fast/overflow/overflow-text-hit-testing-expected.txt:
34655         * platform/efl/fast/overflow/overflow-update-transform-expected.png:
34656         * platform/efl/fast/overflow/overflow-with-local-background-attachment-expected.png:
34657         * platform/efl/fast/overflow/overflow-with-local-background-attachment-expected.txt:
34658         * platform/efl/fast/overflow/overflow-x-y-expected.png:
34659         * platform/efl/fast/overflow/overflow-x-y-expected.txt:
34660         * platform/efl/fast/overflow/paged-x-div-expected.png:
34661         * platform/efl/fast/overflow/paged-x-div-expected.txt:
34662         * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.png:
34663         * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.txt:
34664         * platform/efl/fast/overflow/paged-x-on-root-expected.png:
34665         * platform/efl/fast/overflow/paged-x-on-root-expected.txt:
34666         * platform/efl/fast/overflow/paged-x-with-column-gap-expected.png:
34667         * platform/efl/fast/overflow/paged-x-with-column-gap-expected.txt:
34668         * platform/efl/fast/overflow/paged-y-div-expected.png:
34669         * platform/efl/fast/overflow/paged-y-div-expected.txt:
34670         * platform/efl/fast/overflow/paged-y-on-root-expected.png:
34671         * platform/efl/fast/overflow/paged-y-on-root-expected.txt:
34672         * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.png:
34673         * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.txt:
34674         * platform/efl/fast/overflow/position-relative-expected.png:
34675         * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
34676         * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
34677         * platform/efl/fast/overflow/scrollRevealButton-expected.png:
34678         * platform/efl/fast/overflow/scrollRevealButton-expected.txt:
34679         * platform/efl/fast/overflow/scrollbar-position-update-expected.png:
34680         * platform/efl/fast/overflow/scrollbar-position-update-expected.txt:
34681         * platform/efl/fast/overflow/table-overflow-float-expected.png:
34682         * platform/efl/fast/overflow/table-overflow-float-expected.txt:
34683         * platform/efl/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
34684         * platform/efl/fast/parser/001-expected.png:
34685         * platform/efl/fast/parser/001-expected.txt:
34686         * platform/efl/fast/parser/bad-xml-slash-expected.png:
34687         * platform/efl/fast/parser/bad-xml-slash-expected.txt:
34688         * platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.png:
34689         * platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.txt:
34690         * platform/efl/fast/parser/comment-in-script-expected.png:
34691         * platform/efl/fast/parser/document-write-option-expected.png:
34692         * platform/efl/fast/parser/document-write-option-expected.txt:
34693         * platform/efl/fast/parser/entity-comment-in-style-expected.png:
34694         * platform/efl/fast/parser/entity-comment-in-style-expected.txt:
34695         * platform/efl/fast/parser/entity-comment-in-textarea-expected.png:
34696         * platform/efl/fast/parser/entity-comment-in-textarea-expected.txt:
34697         * platform/efl/fast/parser/fonts-expected.png:
34698         * platform/efl/fast/parser/fonts-expected.txt:
34699         * platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.png:
34700         * platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.txt:
34701         * platform/efl/fast/parser/open-comment-in-style-expected.png:
34702         * platform/efl/fast/parser/open-comment-in-textarea-expected.png:
34703         * platform/efl/fast/parser/open-comment-in-textarea-expected.txt:
34704         * platform/efl/fast/parser/style-script-head-test-expected.png:
34705         * platform/efl/fast/parser/tabs-in-scripts-expected.png:
34706         * platform/efl/fast/parser/tabs-in-scripts-expected.txt:
34707         * platform/efl/fast/parser/title-error-test-expected.png:
34708         * platform/efl/fast/parser/title-error-test-expected.txt:
34709         * platform/efl/fast/parser/xhtml-alternate-entities-expected.png:
34710         * platform/efl/fast/parser/xhtml-alternate-entities-expected.txt:
34711         * platform/efl/fast/reflections/abs-position-in-reflection-expected.png:
34712         * platform/efl/fast/reflections/abs-position-in-reflection-expected.txt:
34713         * platform/efl/fast/reflections/inline-crash-expected.png:
34714         * platform/efl/fast/reflections/opacity-reflection-transform-expected.png:
34715         * platform/efl/fast/reflections/reflection-direction-expected.png:
34716         * platform/efl/fast/reflections/reflection-direction-expected.txt:
34717         * platform/efl/fast/reflections/reflection-masks-expected.png:
34718         * platform/efl/fast/reflections/reflection-masks-opacity-expected.png:
34719         * platform/efl/fast/reflections/reflection-nesting-expected.png:
34720         * platform/efl/fast/reflections/reflection-nesting-expected.txt:
34721         * platform/efl/fast/reflections/reflection-overflow-hidden-expected.png:
34722         * platform/efl/fast/reflections/reflection-overflow-hidden-expected.txt:
34723         * platform/efl/fast/reflections/reflection-with-zoom-expected.png:
34724         * platform/efl/fast/reflections/reflection-with-zoom-expected.txt:
34725         * platform/efl/fast/reflections/transparent-reflected-sublayers-expected.png:
34726         * platform/efl/fast/reflections/transparent-reflected-sublayers-expected.txt:
34727         * platform/efl/fast/regions/flow-content-basic-expected.png:
34728         * platform/efl/fast/regions/flow-content-basic-expected.txt:
34729         * platform/efl/fast/regions/flow-content-basic-vertical-expected.png:
34730         * platform/efl/fast/regions/flow-content-basic-vertical-expected.txt:
34731         * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.png:
34732         * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.txt:
34733         * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
34734         * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt:
34735         * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.txt:
34736         * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
34737         * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
34738         * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt:
34739         * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt:
34740         * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
34741         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.png:
34742         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
34743         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt:
34744         * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt:
34745         * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt:
34746         * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt:
34747         * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.txt:
34748         * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.png:
34749         * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.txt:
34750         * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.png:
34751         * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.txt:
34752         * platform/efl/fast/regions/region-style-block-background-color-expected.png:
34753         * platform/efl/fast/regions/region-style-block-background-color-expected.txt:
34754         * platform/efl/fast/regions/region-style-block-background-color2-expected.png:
34755         * platform/efl/fast/regions/region-style-block-background-color2-expected.txt:
34756         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png:
34757         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt:
34758         * platform/efl/fast/regions/text-region-split-small-pagination-expected.png:
34759         * platform/efl/fast/regions/text-region-split-small-pagination-expected.txt:
34760         * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.txt:
34761         * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.txt:
34762         * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt:
34763         * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.txt:
34764         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt:
34765         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt:
34766         * platform/efl/fast/repaint/4774354-expected.png:
34767         * platform/efl/fast/repaint/4774354-expected.txt:
34768         * platform/efl/fast/repaint/4776765-expected.png:
34769         * platform/efl/fast/repaint/4776765-expected.txt:
34770         * platform/efl/fast/repaint/background-misaligned-expected.png:
34771         * platform/efl/fast/repaint/background-scaling-expected.png:
34772         * platform/efl/fast/repaint/backgroundSizeRepaint-expected.png:
34773         * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
34774         * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.png:
34775         * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.txt:
34776         * platform/efl/fast/repaint/block-no-inflow-children-expected.png:
34777         * platform/efl/fast/repaint/block-no-inflow-children-expected.txt:
34778         * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
34779         * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.txt:
34780         * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png:
34781         * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt:
34782         * platform/efl/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
34783         * platform/efl/fast/repaint/block-selection-gap-stale-cache-2-expected.txt:
34784         * platform/efl/fast/repaint/block-selection-gap-stale-cache-expected.txt:
34785         * platform/efl/fast/repaint/body-background-image-expected.png:
34786         * platform/efl/fast/repaint/body-background-image-expected.txt:
34787         * platform/efl/fast/repaint/border-fit-lines-expected.png:
34788         * platform/efl/fast/repaint/border-fit-lines-expected.txt:
34789         * platform/efl/fast/repaint/border-radius-repaint-expected.png:
34790         * platform/efl/fast/repaint/border-radius-repaint-expected.txt:
34791         * platform/efl/fast/repaint/border-repaint-glitch-expected.png:
34792         * platform/efl/fast/repaint/border-repaint-glitch-expected.txt:
34793         * platform/efl/fast/repaint/box-shadow-dynamic-expected.png:
34794         * platform/efl/fast/repaint/box-shadow-dynamic-expected.txt:
34795         * platform/efl/fast/repaint/box-shadow-h-expected.png:
34796         * platform/efl/fast/repaint/box-shadow-h-expected.txt:
34797         * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.png:
34798         * platform/efl/fast/repaint/box-shadow-v-expected.png:
34799         * platform/efl/fast/repaint/box-shadow-v-expected.txt:
34800         * platform/efl/fast/repaint/bugzilla-3509-expected.png:
34801         * platform/efl/fast/repaint/bugzilla-3509-expected.txt:
34802         * platform/efl/fast/repaint/bugzilla-5699-expected.png:
34803         * platform/efl/fast/repaint/bugzilla-5699-expected.txt:
34804         * platform/efl/fast/repaint/bugzilla-6278-expected.txt:
34805         * platform/efl/fast/repaint/bugzilla-6388-expected.png:
34806         * platform/efl/fast/repaint/bugzilla-6388-expected.txt:
34807         * platform/efl/fast/repaint/bugzilla-6473-expected.png:
34808         * platform/efl/fast/repaint/bugzilla-7235-expected.png:
34809         * platform/efl/fast/repaint/bugzilla-7235-expected.txt:
34810         * platform/efl/fast/repaint/button-spurious-layout-hint-expected.txt:
34811         * platform/efl/fast/repaint/caret-outside-block-expected.txt:
34812         * platform/efl/fast/repaint/change-transform-expected.png:
34813         * platform/efl/fast/repaint/change-transform-expected.txt:
34814         * platform/efl/fast/repaint/clip-with-layout-delta-expected.png:
34815         * platform/efl/fast/repaint/clip-with-layout-delta-expected.txt:
34816         * platform/efl/fast/repaint/clipped-relative-expected.png:
34817         * platform/efl/fast/repaint/containing-block-position-change-expected.png:
34818         * platform/efl/fast/repaint/containing-block-position-change-expected.txt:
34819         * platform/efl/fast/repaint/continuation-after-outline-expected.png:
34820         * platform/efl/fast/repaint/continuation-after-outline-expected.txt:
34821         * platform/efl/fast/repaint/control-clip-expected.png:
34822         * platform/efl/fast/repaint/control-clip-expected.txt:
34823         * platform/efl/fast/repaint/create-layer-repaint-expected.png:
34824         * platform/efl/fast/repaint/create-layer-repaint-expected.txt:
34825         * platform/efl/fast/repaint/delete-into-nested-block-expected.png:
34826         * platform/efl/fast/repaint/delete-into-nested-block-expected.txt:
34827         * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
34828         * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
34829         * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.png:
34830         * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.txt:
34831         * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
34832         * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
34833         * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
34834         * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
34835         * platform/efl/fast/repaint/fixed-expected.png:
34836         * platform/efl/fast/repaint/fixed-expected.txt:
34837         * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
34838         * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
34839         * platform/efl/fast/repaint/fixed-move-after-scroll-expected.png:
34840         * platform/efl/fast/repaint/fixed-move-after-scroll-expected.txt:
34841         * platform/efl/fast/repaint/flexible-box-overflow-expected.png:
34842         * platform/efl/fast/repaint/flexible-box-overflow-expected.txt:
34843         * platform/efl/fast/repaint/flexible-box-overflow-horizontal-expected.png:
34844         * platform/efl/fast/repaint/flexible-box-overflow-horizontal-expected.txt:
34845         * platform/efl/fast/repaint/float-move-during-layout-expected.png:
34846         * platform/efl/fast/repaint/float-move-during-layout-expected.txt:
34847         * platform/efl/fast/repaint/float-new-in-block-expected.png:
34848         * platform/efl/fast/repaint/float-overflow-expected.png:
34849         * platform/efl/fast/repaint/float-overflow-expected.txt:
34850         * platform/efl/fast/repaint/float-overflow-right-expected.png:
34851         * platform/efl/fast/repaint/float-overflow-right-expected.txt:
34852         * platform/efl/fast/repaint/focus-layers-expected.png:
34853         * platform/efl/fast/repaint/focus-layers-expected.txt:
34854         * platform/efl/fast/repaint/focus-ring-expected.png:
34855         * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.png:
34856         * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.txt:
34857         * platform/efl/fast/repaint/iframe-scroll-repaint-expected.txt:
34858         * platform/efl/fast/repaint/inline-block-overflow-expected.png:
34859         * platform/efl/fast/repaint/inline-block-overflow-expected.txt:
34860         * platform/efl/fast/repaint/inline-color-change-expected.png:
34861         * platform/efl/fast/repaint/inline-color-change-expected.txt:
34862         * platform/efl/fast/repaint/inline-horizontal-bt-overflow-expected.png:
34863
34864 2013-01-18  Andrey Adaikin  <aandrey@chromium.org>
34865
34866         Web Inspector: array grouping does not work big sparse arrays
34867         https://bugs.webkit.org/show_bug.cgi?id=106897
34868
34869         Reviewed by Pavel Feldman.
34870
34871         * inspector/console/console-big-array-expected.txt:
34872         * inspector/console/console-big-array.html:
34873
34874 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
34875
34876         [EFL] Unreviewed gardening.
34877
34878         Rebaseline after enabling subpixel layout and updating freetype (13/26).
34879
34880         * platform/efl/fast/forms/input-appearance-readonly-expected.png:
34881         * platform/efl/fast/forms/input-appearance-readonly-expected.txt:
34882         * platform/efl/fast/forms/input-appearance-selection-expected.png:
34883         * platform/efl/fast/forms/input-appearance-selection-expected.txt:
34884         * platform/efl/fast/forms/input-appearance-visibility-expected.png:
34885         * platform/efl/fast/forms/input-appearance-visibility-expected.txt:
34886         * platform/efl/fast/forms/input-appearance-width-expected.png:
34887         * platform/efl/fast/forms/input-appearance-width-expected.txt:
34888         * platform/efl/fast/forms/input-baseline-expected.png:
34889         * platform/efl/fast/forms/input-baseline-expected.txt:
34890         * platform/efl/fast/forms/input-button-sizes-expected.png:
34891         * platform/efl/fast/forms/input-button-sizes-expected.txt:
34892         * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.png:
34893         * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
34894         * platform/efl/fast/forms/input-field-text-truncated-expected.png:
34895         * platform/efl/fast/forms/input-field-text-truncated-expected.txt:
34896         * platform/efl/fast/forms/input-first-letter-expected.png:
34897         * platform/efl/fast/forms/input-first-letter-expected.txt:
34898         * platform/efl/fast/forms/input-no-renderer-expected.png:
34899         * platform/efl/fast/forms/input-no-renderer-expected.txt:
34900         * platform/efl/fast/forms/input-placeholder-paint-order-expected.png:
34901         * platform/efl/fast/forms/input-placeholder-visibility-1-expected.png:
34902         * platform/efl/fast/forms/input-placeholder-visibility-1-expected.txt:
34903         * platform/efl/fast/forms/input-placeholder-visibility-3-expected.png:
34904         * platform/efl/fast/forms/input-placeholder-visibility-3-expected.txt:
34905         * platform/efl/fast/forms/input-readonly-empty-expected.png:
34906         * platform/efl/fast/forms/input-readonly-empty-expected.txt:
34907         * platform/efl/fast/forms/input-spaces-expected.png:
34908         * platform/efl/fast/forms/input-spaces-expected.txt:
34909         * platform/efl/fast/forms/input-table-expected.png:
34910         * platform/efl/fast/forms/input-table-expected.txt:
34911         * platform/efl/fast/forms/input-text-click-inside-expected.png:
34912         * platform/efl/fast/forms/input-text-click-inside-expected.txt:
34913         * platform/efl/fast/forms/input-text-double-click-expected.png:
34914         * platform/efl/fast/forms/input-text-double-click-expected.txt:
34915         * platform/efl/fast/forms/input-text-option-delete-expected.png:
34916         * platform/efl/fast/forms/input-text-option-delete-expected.txt:
34917         * platform/efl/fast/forms/input-text-self-emptying-click-expected.png:
34918         * platform/efl/fast/forms/input-text-self-emptying-click-expected.txt:
34919         * platform/efl/fast/forms/input-text-word-wrap-expected.png:
34920         * platform/efl/fast/forms/input-text-word-wrap-expected.txt:
34921         * platform/efl/fast/forms/input-type-text-min-width-expected.png:
34922         * platform/efl/fast/forms/input-type-text-min-width-expected.txt:
34923         * platform/efl/fast/forms/input-value-expected.png:
34924         * platform/efl/fast/forms/input-value-expected.txt:
34925         * platform/efl/fast/forms/input-width-expected.png:
34926         * platform/efl/fast/forms/input-width-expected.txt:
34927         * platform/efl/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
34928         * platform/efl/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
34929         * platform/efl/fast/forms/listbox-bidi-align-expected.png:
34930         * platform/efl/fast/forms/listbox-bidi-align-expected.txt:
34931         * platform/efl/fast/forms/listbox-clip-expected.png:
34932         * platform/efl/fast/forms/listbox-scrollbar-incremental-load-expected.png:
34933         * platform/efl/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
34934         * platform/efl/fast/forms/listbox-width-change-expected.png:
34935         * platform/efl/fast/forms/listbox-width-change-expected.txt:
34936         * platform/efl/fast/forms/menulist-clip-expected.png:
34937         * platform/efl/fast/forms/menulist-clip-expected.txt:
34938         * platform/efl/fast/forms/menulist-deselect-update-expected.png:
34939         * platform/efl/fast/forms/menulist-deselect-update-expected.txt:
34940         * platform/efl/fast/forms/menulist-no-overflow-expected.png:
34941         * platform/efl/fast/forms/menulist-no-overflow-expected.txt:
34942         * platform/efl/fast/forms/menulist-option-wrap-expected.png:
34943         * platform/efl/fast/forms/menulist-option-wrap-expected.txt:
34944         * platform/efl/fast/forms/menulist-restrict-line-height-expected.png:
34945         * platform/efl/fast/forms/menulist-restrict-line-height-expected.txt:
34946         * platform/efl/fast/forms/menulist-separator-painting-expected.png:
34947         * platform/efl/fast/forms/menulist-separator-painting-expected.txt:
34948         * platform/efl/fast/forms/menulist-width-change-expected.png:
34949         * platform/efl/fast/forms/menulist-width-change-expected.txt:
34950         * platform/efl/fast/forms/minWidthPercent-expected.png:
34951         * platform/efl/fast/forms/minWidthPercent-expected.txt:
34952         * platform/efl/fast/forms/negativeLineHeight-expected.png:
34953         * platform/efl/fast/forms/negativeLineHeight-expected.txt:
34954         * platform/efl/fast/forms/option-index-expected.png:
34955         * platform/efl/fast/forms/option-index-expected.txt:
34956         * platform/efl/fast/forms/option-script-expected.png:
34957         * platform/efl/fast/forms/option-script-expected.txt:
34958         * platform/efl/fast/forms/option-strip-whitespace-expected.png:
34959         * platform/efl/fast/forms/option-strip-whitespace-expected.txt:
34960         * platform/efl/fast/forms/option-text-clip-expected.png:
34961         * platform/efl/fast/forms/option-text-clip-expected.txt:
34962         * platform/efl/fast/forms/placeholder-position-expected.png:
34963         * platform/efl/fast/forms/placeholder-position-expected.txt:
34964         * platform/efl/fast/forms/placeholder-pseudo-style-expected.png:
34965         * platform/efl/fast/forms/placeholder-pseudo-style-expected.txt:
34966         * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.png:
34967         * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.txt:
34968         * platform/efl/fast/forms/range/input-appearance-range-expected.png:
34969         * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
34970         * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.png:
34971         * platform/efl/fast/forms/range/slider-padding-expected.png:
34972         * platform/efl/fast/forms/range/slider-padding-expected.txt:
34973         * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.png:
34974         * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
34975         * platform/efl/fast/forms/range/thumbslider-no-parent-slider-expected.png:
34976         * platform/efl/fast/forms/search-display-none-cancel-button-expected.png:
34977         * platform/efl/fast/forms/search-display-none-cancel-button-expected.txt:
34978         * platform/efl/fast/forms/search-styled-expected.png:
34979         * platform/efl/fast/forms/search-styled-expected.txt:
34980         * platform/efl/fast/forms/search-vertical-alignment-expected.png:
34981         * platform/efl/fast/forms/search-vertical-alignment-expected.txt:
34982         * platform/efl/fast/forms/searchfield-heights-expected.png:
34983         * platform/efl/fast/forms/searchfield-heights-expected.txt:
34984         * platform/efl/fast/forms/select-align-expected.png:
34985         * platform/efl/fast/forms/select-align-expected.txt:
34986         * platform/efl/fast/forms/select-background-none-expected.png:
34987         * platform/efl/fast/forms/select-background-none-expected.txt:
34988         * platform/efl/fast/forms/select-block-background-expected.png:
34989         * platform/efl/fast/forms/select-block-background-expected.txt:
34990         * platform/efl/fast/forms/select-change-listbox-size-expected.png:
34991         * platform/efl/fast/forms/select-change-listbox-size-expected.txt:
34992         * platform/efl/fast/forms/select-change-listbox-to-popup-expected.png:
34993         * platform/efl/fast/forms/select-change-listbox-to-popup-expected.txt:
34994         * platform/efl/fast/forms/select-change-popup-to-listbox-expected.png:
34995         * platform/efl/fast/forms/select-change-popup-to-listbox-expected.txt:
34996         * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.png:
34997         * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.txt:
34998         * platform/efl/fast/forms/select-disabled-appearance-expected.png:
34999         * platform/efl/fast/forms/select-disabled-appearance-expected.txt:
35000         * platform/efl/fast/forms/select-display-none-style-resolve-expected.png:
35001         * platform/efl/fast/forms/select-display-none-style-resolve-expected.txt:
35002         * platform/efl/fast/forms/select-empty-option-height-expected.png:
35003         * platform/efl/fast/forms/select-empty-option-height-expected.txt:
35004         * platform/efl/fast/forms/select-initial-position-expected.png:
35005         * platform/efl/fast/forms/select-initial-position-expected.txt:
35006         * platform/efl/fast/forms/select-item-background-clip-expected.png:
35007         * platform/efl/fast/forms/select-item-background-clip-expected.txt:
35008         * platform/efl/fast/forms/select-list-box-with-height-expected.png:
35009         * platform/efl/fast/forms/select-list-box-with-height-expected.txt:
35010         * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.png:
35011         * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
35012         * platform/efl/fast/forms/select-overflow-scroll-expected.png:
35013         * platform/efl/fast/forms/select-overflow-scroll-expected.txt:
35014         * platform/efl/fast/forms/select-overflow-scroll-inherited-expected.png:
35015         * platform/efl/fast/forms/select-overflow-scroll-inherited-expected.txt:
35016         * platform/efl/fast/forms/select-selected-expected.png:
35017         * platform/efl/fast/forms/select-selected-expected.txt:
35018         * platform/efl/fast/forms/select-size-expected.png:
35019         * platform/efl/fast/forms/select-size-expected.txt:
35020         * platform/efl/fast/forms/select-visual-hebrew-expected.png:
35021         * platform/efl/fast/forms/select-visual-hebrew-expected.txt:
35022         * platform/efl/fast/forms/select-writing-direction-natural-expected.png:
35023         * platform/efl/fast/forms/select-writing-direction-natural-expected.txt:
35024         * platform/efl/fast/forms/select/optgroup-rendering-expected.png:
35025         * platform/efl/fast/forms/select/optgroup-rendering-expected.txt:
35026         * platform/efl/fast/forms/selectlist-minsize-expected.png:
35027         * platform/efl/fast/forms/selectlist-minsize-expected.txt:
35028         * platform/efl/fast/forms/stuff-on-my-optgroup-expected.png:
35029         * platform/efl/fast/forms/stuff-on-my-optgroup-expected.txt:
35030         * platform/efl/fast/forms/tabbing-input-iframe-expected.png:
35031         * platform/efl/fast/forms/tabbing-input-iframe-expected.txt:
35032         * platform/efl/fast/forms/targeted-frame-submission-expected.png:
35033         * platform/efl/fast/forms/targeted-frame-submission-expected.txt:
35034         * platform/efl/fast/forms/text-control-intrinsic-widths-expected.txt:
35035         * platform/efl/fast/forms/text-style-color-expected.png:
35036         * platform/efl/fast/forms/text-style-color-expected.txt:
35037         * platform/efl/fast/forms/textAreaLineHeight-expected.png:
35038         * platform/efl/fast/forms/textAreaLineHeight-expected.txt:
35039         * platform/efl/fast/forms/textarea-align-expected.png:
35040         * platform/efl/fast/forms/textarea-align-expected.txt:
35041         * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.png:
35042         * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
35043         * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.png:
35044         * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt:
35045         * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.png:
35046         * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt:
35047         * platform/efl/fast/forms/textarea-scroll-height-expected.png:
35048         * platform/efl/fast/forms/textarea-scroll-height-expected.txt:
35049         * platform/efl/fast/forms/textarea-scrollbar-expected.png:
35050         * platform/efl/fast/forms/textarea-scrollbar-expected.txt:
35051         * platform/efl/fast/forms/textarea-scrolled-type-expected.png:
35052         * platform/efl/fast/forms/textarea-scrolled-type-expected.txt:
35053         * platform/efl/fast/forms/textarea-setinnerhtml-expected.png:
35054         * platform/efl/fast/forms/textarea-setinnerhtml-expected.txt:
35055         * platform/efl/fast/forms/textarea-width-expected.png:
35056         * platform/efl/fast/forms/textarea-width-expected.txt:
35057         * platform/efl/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
35058         * platform/efl/fast/forms/textfield-focus-ring-expected.png:
35059         * platform/efl/fast/forms/textfield-focus-ring-expected.txt:
35060         * platform/efl/fast/forms/textfield-outline-expected.png:
35061         * platform/efl/fast/forms/textfield-outline-expected.txt:
35062         * platform/efl/fast/forms/textfield-overflow-by-value-update-expected.txt:
35063         * platform/efl/fast/forms/visual-hebrew-text-field-expected.png:
35064         * platform/efl/fast/forms/visual-hebrew-text-field-expected.txt:
35065         * platform/efl/fast/frames/001-expected.png:
35066         * platform/efl/fast/frames/001-expected.txt:
35067         * platform/efl/fast/frames/calculate-fixed-expected.png:
35068         * platform/efl/fast/frames/calculate-order-expected.png:
35069         * platform/efl/fast/frames/calculate-percentage-expected.png:
35070         * platform/efl/fast/frames/calculate-relative-expected.png:
35071         * platform/efl/fast/frames/calculate-round-expected.png:
35072         * platform/efl/fast/frames/content-opacity-1-expected.png:
35073         * platform/efl/fast/frames/content-opacity-2-expected.png:
35074         * platform/efl/fast/frames/empty-frame-src-expected.png:
35075         * platform/efl/fast/frames/flattening/frameset-flattening-advanced-expected.png:
35076         * platform/efl/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
35077         * platform/efl/fast/frames/flattening/frameset-flattening-grid-expected.png:
35078         * platform/efl/fast/frames/flattening/frameset-flattening-grid-expected.txt:
35079         * platform/efl/fast/frames/flattening/frameset-flattening-simple-expected.png:
35080         * platform/efl/fast/frames/flattening/frameset-flattening-simple-expected.txt:
35081         * platform/efl/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
35082         * platform/efl/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
35083         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-height-expected.png:
35084         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt:
35085         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png:
35086         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
35087         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png:
35088         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
35089         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-expected.png:
35090         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
35091         * platform/efl/fast/frames/flattening/iframe-flattening-nested-expected.png:
35092         * platform/efl/fast/frames/flattening/iframe-flattening-nested-expected.txt:
35093         * platform/efl/fast/frames/flattening/iframe-flattening-offscreen-expected.png:
35094         * platform/efl/fast/frames/flattening/iframe-flattening-offscreen-expected.txt:
35095         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png:
35096         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
35097         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-expected.png:
35098         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt:
35099         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png:
35100         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
35101         * platform/efl/fast/frames/flattening/iframe-flattening-simple-expected.png:
35102         * platform/efl/fast/frames/flattening/iframe-flattening-simple-expected.txt:
35103         * platform/efl/fast/frames/frame-length-fractional-expected.png:
35104         * platform/efl/fast/frames/frame-scrolling-attribute-expected.png:
35105         * platform/efl/fast/frames/frame-scrolling-attribute-expected.txt:
35106         * platform/efl/fast/frames/frame-set-scaling-rotate-expected.png:
35107         * platform/efl/fast/frames/frame-set-scaling-skew-expected.png:
35108         * platform/efl/fast/frames/frameElement-frame-expected.png:
35109         * platform/efl/fast/frames/frameElement-frame-expected.txt:
35110         * platform/efl/fast/frames/frameElement-iframe-expected.png:
35111         * platform/efl/fast/frames/frameElement-iframe-expected.txt:
35112         * platform/efl/fast/frames/frameset-style-recalc-expected.png:
35113         * platform/efl/fast/frames/frameset-style-recalc-expected.txt:
35114         * platform/efl/fast/frames/iframe-option-crash-expected.png:
35115         * platform/efl/fast/frames/iframe-option-crash-expected.txt:
35116         * platform/efl/fast/frames/iframe-scaling-with-scroll-expected.png:
35117         * platform/efl/fast/frames/iframe-scrolling-attribute-expected.png:
35118         * platform/efl/fast/frames/iframe-scrolling-attribute-expected.txt:
35119         * platform/efl/fast/frames/iframe-text-contents-expected.png:
35120         * platform/efl/fast/frames/iframe-with-frameborder-expected.png:
35121         * platform/efl/fast/frames/iframe-with-frameborder-expected.txt:
35122         * platform/efl/fast/frames/inline-object-inside-frameset-expected.png:
35123         * platform/efl/fast/frames/inline-object-inside-frameset-expected.txt:
35124         * platform/efl/fast/frames/invalid-expected.png:
35125         * platform/efl/fast/frames/onlyCommentInIFrame-expected.png:
35126         * platform/efl/fast/frames/onlyCommentInIFrame-expected.txt:
35127         * platform/efl/fast/frames/take-focus-from-iframe-expected.png:
35128         * platform/efl/fast/frames/take-focus-from-iframe-expected.txt:
35129         * platform/efl/fast/frames/valid-expected.png:
35130         * platform/efl/fast/frames/viewsource-attribute-expected.png:
35131         * platform/efl/fast/frames/viewsource-on-image-file-expected.png:
35132         * platform/efl/fast/gradients/background-clipped-expected.png:
35133         * platform/efl/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
35134         * platform/efl/fast/gradients/crash-on-zero-radius-expected.png:
35135         * platform/efl/fast/gradients/crash-on-zero-radius-expected.txt:
35136         * platform/efl/fast/gradients/css3-color-stop-units-expected.png:
35137         * platform/efl/fast/gradients/css3-color-stops-expected.png:
35138         * platform/efl/fast/gradients/css3-linear-angle-gradients-expected.png:
35139         * platform/efl/fast/gradients/css3-linear-right-angle-gradients-expected.png:
35140         * platform/efl/fast/gradients/css3-radial-gradients-expected.png:
35141         * platform/efl/fast/gradients/css3-radial-gradients2-expected.png:
35142         * platform/efl/fast/gradients/css3-radial-gradients3-expected.png:
35143         * platform/efl/fast/gradients/css3-repeating-linear-gradients-expected.png:
35144         * platform/efl/fast/gradients/css3-repeating-linear-gradients2-expected.png:
35145         * platform/efl/fast/gradients/css3-repeating-radial-gradients-expected.png:
35146         * platform/efl/fast/gradients/generated-gradients-expected.png:
35147         * platform/efl/fast/gradients/generated-gradients-expected.txt:
35148         * platform/efl/fast/gradients/gradient-after-transparent-border-expected.png:
35149         * platform/efl/fast/gradients/list-item-gradient-expected.png:
35150         * platform/efl/fast/gradients/list-item-gradient-expected.txt:
35151         * platform/efl/fast/gradients/radial-centered-expected.png:
35152         * platform/efl/fast/gradients/radial-centered-expected.txt:
35153         * platform/efl/fast/gradients/simple-gradients-expected.png:
35154         * platform/efl/fast/gradients/simple-gradients-expected.txt:
35155         * platform/efl/fast/html/details-add-child-1-expected.png:
35156         * platform/efl/fast/html/details-add-child-2-expected.png:
35157         * platform/efl/fast/html/details-add-details-child-1-expected.png:
35158         * platform/efl/fast/html/details-add-details-child-2-expected.png:
35159         * platform/efl/fast/html/details-add-summary-1-and-click-expected.png:
35160         * platform/efl/fast/html/details-add-summary-1-expected.png:
35161         * platform/efl/fast/html/details-add-summary-10-and-click-expected.png:
35162         * platform/efl/fast/html/details-add-summary-10-expected.png:
35163         * platform/efl/fast/html/details-add-summary-2-and-click-expected.png:
35164         * platform/efl/fast/html/details-add-summary-2-expected.png:
35165         * platform/efl/fast/html/details-add-summary-3-and-click-expected.png:
35166         * platform/efl/fast/html/details-add-summary-3-expected.png:
35167         * platform/efl/fast/html/details-add-summary-4-and-click-expected.png:
35168         * platform/efl/fast/html/details-add-summary-4-expected.png:
35169         * platform/efl/fast/html/details-add-summary-5-and-click-expected.png:
35170         * platform/efl/fast/html/details-add-summary-5-expected.png:
35171         * platform/efl/fast/html/details-add-summary-6-and-click-expected.png:
35172         * platform/efl/fast/html/details-add-summary-6-expected.png:
35173         * platform/efl/fast/html/details-add-summary-7-and-click-expected.png:
35174         * platform/efl/fast/html/details-add-summary-7-expected.png:
35175         * platform/efl/fast/html/details-add-summary-8-and-click-expected.png:
35176         * platform/efl/fast/html/details-add-summary-8-expected.png:
35177         * platform/efl/fast/html/details-add-summary-9-and-click-expected.png:
35178         * platform/efl/fast/html/details-add-summary-9-expected.png:
35179         * platform/efl/fast/html/details-add-summary-child-1-expected.png:
35180         * platform/efl/fast/html/details-add-summary-child-2-expected.png:
35181         * platform/efl/fast/html/details-marker-style-expected.png:
35182         * platform/efl/fast/html/details-nested-1-expected.png:
35183         * platform/efl/fast/html/details-nested-2-expected.png:
35184         * platform/efl/fast/html/details-no-summary1-expected.png:
35185         * platform/efl/fast/html/details-no-summary2-expected.png:
35186         * platform/efl/fast/html/details-no-summary3-expected.png:
35187         * platform/efl/fast/html/details-no-summary4-expected.png:
35188         * platform/efl/fast/html/details-no-summary4-expected.txt:
35189         * platform/efl/fast/html/details-open-javascript-expected.png:
35190         * platform/efl/fast/html/details-open-javascript-expected.txt:
35191         * platform/efl/fast/html/details-open1-expected.png:
35192         * platform/efl/fast/html/details-open2-expected.png:
35193         * platform/efl/fast/html/details-open2-expected.txt:
35194         * platform/efl/fast/html/details-open3-expected.png:
35195         * platform/efl/fast/html/details-open4-expected.png:
35196         * platform/efl/fast/html/details-open4-expected.txt:
35197         * platform/efl/fast/html/details-open5-expected.png:
35198         * platform/efl/fast/html/details-open6-expected.png:
35199         * platform/efl/fast/html/details-position-expected.png:
35200         * platform/efl/fast/html/details-remove-child-1-expected.png:
35201         * platform/efl/fast/html/details-remove-child-2-expected.png:
35202         * platform/efl/fast/html/details-remove-summary-1-and-click-expected.png:
35203         * platform/efl/fast/html/details-remove-summary-1-expected.png:
35204         * platform/efl/fast/html/details-remove-summary-2-and-click-expected.png:
35205         * platform/efl/fast/html/details-remove-summary-2-expected.png:
35206         * platform/efl/fast/html/details-remove-summary-3-and-click-expected.png:
35207         * platform/efl/fast/html/details-remove-summary-3-expected.png:
35208         * platform/efl/fast/html/details-remove-summary-4-and-click-expected.png:
35209         * platform/efl/fast/html/details-remove-summary-4-expected.png:
35210         * platform/efl/fast/html/details-remove-summary-5-and-click-expected.png:
35211         * platform/efl/fast/html/details-remove-summary-5-expected.png:
35212         * platform/efl/fast/html/details-remove-summary-6-and-click-expected.png:
35213         * platform/efl/fast/html/details-remove-summary-6-expected.png:
35214         * platform/efl/fast/html/details-remove-summary-child-1-expected.png:
35215         * platform/efl/fast/html/details-remove-summary-child-2-expected.png:
35216         * platform/efl/fast/html/details-replace-summary-child-expected.png:
35217         * platform/efl/fast/html/details-replace-summary-child-expected.txt:
35218         * platform/efl/fast/html/details-replace-text-expected.png:
35219         * platform/efl/fast/html/details-replace-text-expected.txt:
35220         * platform/efl/fast/html/details-writing-mode-expected.png:
35221         * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.png:
35222         * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.txt:
35223         * platform/efl/fast/html/keygen-expected.png:
35224         * platform/efl/fast/html/keygen-expected.txt:
35225         * platform/efl/fast/html/link-rel-stylesheet-expected.png:
35226         * platform/efl/fast/html/link-rel-stylesheet-expected.txt:
35227         * platform/efl/fast/html/listing-expected.png:
35228         * platform/efl/fast/html/listing-expected.txt:
35229         * platform/efl/fast/html/marquee-scroll-expected.png:
35230         * platform/efl/fast/html/marquee-scroll-expected.txt:
35231         * platform/efl/fast/html/marquee-scrollamount-expected.png:
35232         * platform/efl/fast/html/marquee-scrollamount-expected.txt:
35233         * platform/efl/fast/images/animated-gif-with-offsets-expected.png:
35234         * platform/efl/fast/images/animated-gif-with-offsets-expected.txt:
35235         * platform/efl/fast/images/exif-orientation-css-expected.png:
35236         * platform/efl/fast/images/exif-orientation-expected.png:
35237         * platform/efl/fast/images/exif-orientation-image-document-expected.png:
35238         * platform/efl/fast/images/favicon-as-image-expected.png:
35239         * platform/efl/fast/images/favicon-as-image-expected.txt:
35240         * platform/efl/fast/images/gif-large-checkerboard-expected.png:
35241         * platform/efl/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
35242         * platform/efl/fast/images/gray-scale-png-with-color-profile-expected.png:
35243         * platform/efl/fast/images/icon-decoding-expected.png:
35244         * platform/efl/fast/images/image-in-map-expected.txt:
35245         * platform/efl/fast/images/image-map-anchor-children-expected.png:
35246         * platform/efl/fast/images/image-map-anchor-children-expected.txt:
35247         * platform/efl/fast/images/imagemap-case-expected.png:
35248         * platform/efl/fast/images/imagemap-case-expected.txt:
35249         * platform/efl/fast/images/imagemap-circle-focus-ring-expected.txt:
35250         * platform/efl/fast/images/imagemap-focus-ring-expected.png:
35251         * platform/efl/fast/images/imagemap-focus-ring-expected.txt:
35252         * platform/efl/fast/images/imagemap-focus-ring-outline-color-expected.txt:
35253         * platform/efl/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt:
35254         * platform/efl/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt:
35255         * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
35256         * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt:
35257         * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.png:
35258         * platform/efl/fast/images/imagemap-polygon-focus-ring-expected.txt:
35259         * platform/efl/fast/images/object-image-expected.png:
35260         * platform/efl/fast/images/paint-subrect-expected.png:
35261         * platform/efl/fast/images/paint-subrect-grid-expected.png:
35262         * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png:
35263         * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.txt:
35264         * platform/efl/fast/images/png-suite/test-expected.png:
35265         * platform/efl/fast/images/repaint-subrect-grid-expected.txt:
35266         * platform/efl/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png:
35267         * platform/efl/fast/images/rgb-png-with-cmyk-color-profile-expected.png:
35268         * platform/efl/fast/images/ycbcr-with-cmyk-color-profile-expected.png:
35269         * platform/efl/fast/inline-block/001-expected.png:
35270         * platform/efl/fast/inline-block/001-expected.txt:
35271         * platform/efl/fast/inline-block/002-expected.png:
35272         * platform/efl/fast/inline-block/003-expected.png:
35273         * platform/efl/fast/inline-block/003-expected.txt:
35274         * platform/efl/fast/inline-block/004-expected.png:
35275         * platform/efl/fast/inline-block/005-expected.png:
35276         * platform/efl/fast/inline-block/006-expected.png:
35277         * platform/efl/fast/inline-block/006-expected.txt:
35278         * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.png:
35279         * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.txt:
35280         * platform/efl/fast/inline-block/contenteditable-baseline-expected.png:
35281         * platform/efl/fast/inline-block/contenteditable-baseline-expected.txt:
35282         * platform/efl/fast/inline-block/inline-block-vertical-align-expected.png:
35283         * platform/efl/fast/inline-block/inline-block-vertical-align-expected.txt:
35284         * platform/efl/fast/inline-block/overflow-clip-expected.png:
35285         * platform/efl/fast/inline-block/overflow-clip-expected.txt:
35286         * platform/efl/fast/inline-block/tricky-baseline-expected.png:
35287         * platform/efl/fast/inline-block/tricky-baseline-expected.txt:
35288         * platform/efl/fast/inline/001-expected.png:
35289         * platform/efl/fast/inline/001-expected.txt:
35290         * platform/efl/fast/inline/002-expected.png:
35291         * platform/efl/fast/inline/25277-2-expected.png:
35292         * platform/efl/fast/inline/25277-2-expected.txt:
35293         * platform/efl/fast/inline/25277-expected.png:
35294         * platform/efl/fast/inline/25277-expected.txt:
35295         * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
35296         * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
35297         * platform/efl/fast/inline/br-text-decoration-expected.png:
35298         * platform/efl/fast/inline/br-text-decoration-expected.txt:
35299         * platform/efl/fast/inline/continuation-outlines-expected.png:
35300         * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.png:
35301         * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.txt:
35302         * platform/efl/fast/inline/drawStyledEmptyInlines-expected.png:
35303         * platform/efl/fast/inline/drawStyledEmptyInlines-expected.txt:
35304         * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
35305         * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
35306         * platform/efl/fast/inline/emptyInlinesWithinLists-expected.png:
35307         * platform/efl/fast/inline/emptyInlinesWithinLists-expected.txt:
35308         * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.png:
35309         * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.txt:
35310         * platform/efl/fast/inline/inline-box-background-expected.png:
35311         * platform/efl/fast/inline/inline-box-background-expected.txt:
35312         * platform/efl/fast/inline/inline-box-background-long-image-expected.png:
35313         * platform/efl/fast/inline/inline-box-background-long-image-expected.txt:
35314         * platform/efl/fast/inline/inline-box-background-repeat-x-expected.png:
35315         * platform/efl/fast/inline/inline-box-background-repeat-x-expected.txt:
35316         * platform/efl/fast/inline/inline-box-background-repeat-y-expected.png:
35317         * platform/efl/fast/inline/inline-box-background-repeat-y-expected.txt:
35318         * platform/efl/fast/inline/inline-continuation-borders-expected.png:
35319         * platform/efl/fast/inline/inline-continuation-borders-expected.txt:
35320         * platform/efl/fast/inline/inline-focus-ring-expected.png:
35321         * platform/efl/fast/inline/inline-focus-ring-expected.txt:
35322         * platform/efl/fast/inline/inline-padding-disables-text-quirk-expected.png:
35323         * platform/efl/fast/inline/inline-text-quirk-bpm-expected.png:
35324         * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.png:
35325         * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.txt:
35326         * platform/efl/fast/inline/justify-emphasis-inline-box-expected.png:
35327         * platform/efl/fast/inline/justify-emphasis-inline-box-expected.txt:
35328         * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
35329         * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
35330         * platform/efl/fast/inline/long-wrapped-line-expected.png:
35331         * platform/efl/fast/inline/long-wrapped-line-expected.txt:
35332         * platform/efl/fast/inline/nested-top-alignment-expected.png:
35333         * platform/efl/fast/inline/nested-top-alignment-expected.txt:
35334         * platform/efl/fast/inline/outline-continuations-expected.png:
35335         * platform/efl/fast/inline/outline-continuations-expected.txt:
35336         * platform/efl/fast/inline/percentage-margins-expected.png:
35337         * platform/efl/fast/inline/percentage-margins-expected.txt:
35338         * platform/efl/fast/inline/positioned-object-between-replaced-elements-expected.txt:
35339         * platform/efl/fast/inline/positionedLifetime-expected.png:
35340         * platform/efl/fast/inline/positionedLifetime-expected.txt:
35341         * platform/efl/fast/inline/styledEmptyInlinesWithBRs-expected.png:
35342         * platform/efl/fast/inline/styledEmptyInlinesWithBRs-expected.txt:
35343         * platform/efl/fast/inline/vertical-align-text-bottom-expected.png:
35344         * platform/efl/fast/inline/vertical-align-text-bottom-expected.txt:
35345         * platform/efl/fast/inspector-support/matchedrules-expected.png:
35346         * platform/efl/fast/inspector-support/matchedrules-expected.txt:
35347         * platform/efl/fast/invalid/001-expected.png:
35348         * platform/efl/fast/invalid/001-expected.txt:
35349         * platform/efl/fast/invalid/002-expected.png:
35350         * platform/efl/fast/invalid/002-expected.txt:
35351         * platform/efl/fast/invalid/003-expected.png:
35352         * platform/efl/fast/invalid/003-expected.txt:
35353         * platform/efl/fast/invalid/004-expected.png:
35354         * platform/efl/fast/invalid/004-expected.txt:
35355         * platform/efl/fast/invalid/005-expected.png:
35356         * platform/efl/fast/invalid/005-expected.txt:
35357         * platform/efl/fast/invalid/006-expected.png:
35358         * platform/efl/fast/invalid/006-expected.txt:
35359         * platform/efl/fast/invalid/007-expected.png:
35360         * platform/efl/fast/invalid/007-expected.txt:
35361         * platform/efl/fast/invalid/008-expected.png:
35362         * platform/efl/fast/invalid/008-expected.txt:
35363         * platform/efl/fast/invalid/009-expected.png:
35364         * platform/efl/fast/invalid/009-expected.txt:
35365         * platform/efl/fast/invalid/010-expected.png:
35366         * platform/efl/fast/invalid/010-expected.txt:
35367         * platform/efl/fast/invalid/011-expected.png:
35368         * platform/efl/fast/invalid/011-expected.txt:
35369         * platform/efl/fast/invalid/012-expected.png:
35370         * platform/efl/fast/invalid/012-expected.txt:
35371         * platform/efl/fast/invalid/013-expected.png:
35372         * platform/efl/fast/invalid/013-expected.txt:
35373         * platform/efl/fast/invalid/014-expected.png:
35374         * platform/efl/fast/invalid/014-expected.txt:
35375         * platform/efl/fast/invalid/016-expected.png:
35376         * platform/efl/fast/invalid/016-expected.txt:
35377         * platform/efl/fast/invalid/017-expected.png:
35378         * platform/efl/fast/invalid/017-expected.txt:
35379         * platform/efl/fast/invalid/018-expected.png:
35380         * platform/efl/fast/invalid/018-expected.txt:
35381
35382 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
35383
35384         [EFL] Unreviewed gardening.
35385
35386         Rebaseline after enabling subpixel layout and updating freetype (12/26).
35387
35388         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png:
35389         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt:
35390         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png:
35391         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt:
35392         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png:
35393         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt:
35394         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png:
35395         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt:
35396         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
35397         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt:
35398         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
35399         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt:
35400         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
35401         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt:
35402         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
35403         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt:
35404         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
35405         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt:
35406         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png:
35407         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt:
35408         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png:
35409         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt:
35410         * platform/efl/fast/css/rem-dynamic-scaling-expected.png:
35411         * platform/efl/fast/css/rem-dynamic-scaling-expected.txt:
35412         * platform/efl/fast/css/rem-units-on-root-expected.png:
35413         * platform/efl/fast/css/rgb-float-expected.png:
35414         * platform/efl/fast/css/rgb-float-expected.txt:
35415         * platform/efl/fast/css/rtl-ordering-expected.png:
35416         * platform/efl/fast/css/rtl-ordering-expected.txt:
35417         * platform/efl/fast/css/rtl-to-viewport-expected.png:
35418         * platform/efl/fast/css/rtl-to-viewport-expected.txt:
35419         * platform/efl/fast/css/selector-set-attribute-expected.png:
35420         * platform/efl/fast/css/selector-set-attribute-expected.txt:
35421         * platform/efl/fast/css/shadow-multiple-expected.txt:
35422         * platform/efl/fast/css/simple-selector-chain-parsing-expected.png:
35423         * platform/efl/fast/css/simple-selector-chain-parsing-expected.txt:
35424         * platform/efl/fast/css/square-button-appearance-expected.png:
35425         * platform/efl/fast/css/style-outside-head-expected.png:
35426         * platform/efl/fast/css/style-outside-head-expected.txt:
35427         * platform/efl/fast/css/style-parsed-outside-head-expected.png:
35428         * platform/efl/fast/css/style-parsed-outside-head-expected.txt:
35429         * platform/efl/fast/css/table-text-align-quirk-expected.png:
35430         * platform/efl/fast/css/table-text-align-quirk-expected.txt:
35431         * platform/efl/fast/css/table-text-align-strict-expected.png:
35432         * platform/efl/fast/css/table-text-align-strict-expected.txt:
35433         * platform/efl/fast/css/target-fragment-match-expected.png:
35434         * platform/efl/fast/css/target-fragment-match-expected.txt:
35435         * platform/efl/fast/css/text-align-expected.png:
35436         * platform/efl/fast/css/text-align-expected.txt:
35437         * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.png:
35438         * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt:
35439         * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png:
35440         * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.txt:
35441         * platform/efl/fast/css/text-overflow-ellipsis-expected.png:
35442         * platform/efl/fast/css/text-overflow-ellipsis-expected.txt:
35443         * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png:
35444         * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.txt:
35445         * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
35446         * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
35447         * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.png:
35448         * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
35449         * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.png:
35450         * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
35451         * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.png:
35452         * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
35453         * platform/efl/fast/css/text-overflow-input-expected.png:
35454         * platform/efl/fast/css/text-overflow-input-expected.txt:
35455         * platform/efl/fast/css/text-security-expected.png:
35456         * platform/efl/fast/css/text-security-expected.txt:
35457         * platform/efl/fast/css/text-transform-select-expected.png:
35458         * platform/efl/fast/css/text-transform-select-expected.txt:
35459         * platform/efl/fast/css/textCapitalizeEdgeCases-expected.png:
35460         * platform/efl/fast/css/textCapitalizeEdgeCases-expected.txt:
35461         * platform/efl/fast/css/transform-default-parameter-expected.png:
35462         * platform/efl/fast/css/transform-default-parameter-expected.txt:
35463         * platform/efl/fast/css/transformed-mask-expected.png:
35464         * platform/efl/fast/css/transformed-mask-expected.txt:
35465         * platform/efl/fast/css/transition-color-unspecified-expected.png:
35466         * platform/efl/fast/css/universal-hover-quirk-expected.png:
35467         * platform/efl/fast/css/universal-hover-quirk-expected.txt:
35468         * platform/efl/fast/css/value-list-out-of-bounds-crash-expected.png:
35469         * platform/efl/fast/css/value-list-out-of-bounds-crash-expected.txt:
35470         * platform/efl/fast/css/vertical-align-lengths-expected.png:
35471         * platform/efl/fast/css/vertical-align-lengths-expected.txt:
35472         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
35473         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
35474         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png:
35475         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
35476         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png:
35477         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
35478         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png:
35479         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
35480         * platform/efl/fast/css/visibility-hit-test-expected.png:
35481         * platform/efl/fast/css/visibility-hit-test-expected.txt:
35482         * platform/efl/fast/css/word-space-extra-expected.png:
35483         * platform/efl/fast/css/word-space-extra-expected.txt:
35484         * platform/efl/fast/css/zoom-font-size-expected.png:
35485         * platform/efl/fast/css/zoom-font-size-expected.txt:
35486         * platform/efl/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png:
35487         * platform/efl/fast/doctypes/001-expected.png:
35488         * platform/efl/fast/doctypes/001-expected.txt:
35489         * platform/efl/fast/doctypes/002-expected.png:
35490         * platform/efl/fast/doctypes/002-expected.txt:
35491         * platform/efl/fast/doctypes/003-expected.png:
35492         * platform/efl/fast/doctypes/003-expected.txt:
35493         * platform/efl/fast/doctypes/004-expected.png:
35494         * platform/efl/fast/doctypes/004-expected.txt:
35495         * platform/efl/fast/dom/34176-expected.png:
35496         * platform/efl/fast/dom/34176-expected.txt:
35497         * platform/efl/fast/dom/52776-expected.png:
35498         * platform/efl/fast/dom/Element/class-attribute-whitespace-expected.png:
35499         * platform/efl/fast/dom/Element/class-attribute-whitespace-expected.txt:
35500         * platform/efl/fast/dom/Element/getBoundingClientRect-expected.txt:
35501         * platform/efl/fast/dom/Element/null-offset-parent-expected.png:
35502         * platform/efl/fast/dom/Element/null-offset-parent-expected.txt:
35503         * platform/efl/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.png:
35504         * platform/efl/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt:
35505         * platform/efl/fast/dom/HTMLElement/bdo-expected.png:
35506         * platform/efl/fast/dom/HTMLElement/bdo-expected.txt:
35507         * platform/efl/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png:
35508         * platform/efl/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.txt:
35509         * platform/efl/fast/dom/HTMLHeadElement/textInHead1-expected.png:
35510         * platform/efl/fast/dom/HTMLHeadElement/textInHead1-expected.txt:
35511         * platform/efl/fast/dom/HTMLHeadElement/textInHead2-expected.png:
35512         * platform/efl/fast/dom/HTMLHeadElement/textInHead2-expected.txt:
35513         * platform/efl/fast/dom/HTMLHeadElement/textInHead3-expected.png:
35514         * platform/efl/fast/dom/HTMLHeadElement/textInHead3-expected.txt:
35515         * platform/efl/fast/dom/HTMLHeadElement/textInHead4-expected.png:
35516         * platform/efl/fast/dom/HTMLHeadElement/textInHead4-expected.txt:
35517         * platform/efl/fast/dom/HTMLHeadElement/textInHead5-expected.png:
35518         * platform/efl/fast/dom/HTMLHeadElement/textInHead5-expected.txt:
35519         * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.png:
35520         * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
35521         * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
35522         * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
35523         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.png:
35524         * platform/efl/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png:
35525         * platform/efl/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt:
35526         * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
35527         * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
35528         * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
35529         * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
35530         * platform/efl/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
35531         * platform/efl/fast/dom/HTMLMeterElement/meter-element-expected.png:
35532         * platform/efl/fast/dom/HTMLMeterElement/meter-element-expected.txt:
35533         * platform/efl/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
35534         * platform/efl/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
35535         * platform/efl/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
35536         * platform/efl/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
35537         * platform/efl/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
35538         * platform/efl/fast/dom/HTMLMeterElement/meter-styles-expected.png:
35539         * platform/efl/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png:
35540         * platform/efl/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt:
35541         * platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png:
35542         * platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
35543         * platform/efl/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
35544         * platform/efl/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
35545         * platform/efl/fast/dom/HTMLProgressElement/progress-element-expected.png:
35546         * platform/efl/fast/dom/HTMLProgressElement/progress-element-expected.txt:
35547         * platform/efl/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png:
35548         * platform/efl/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
35549         * platform/efl/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
35550         * platform/efl/fast/dom/HTMLTableElement/colSpan-expected.png:
35551         * platform/efl/fast/dom/HTMLTableElement/colSpan-expected.txt:
35552         * platform/efl/fast/dom/HTMLTableElement/createCaption-expected.png:
35553         * platform/efl/fast/dom/HTMLTableElement/createCaption-expected.txt:
35554         * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
35555         * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
35556         * platform/efl/fast/dom/Range/create-contextual-fragment-expected.png:
35557         * platform/efl/fast/dom/Range/create-contextual-fragment-expected.txt:
35558         * platform/efl/fast/dom/Range/getBoundingClientRect-expected.txt:
35559         * platform/efl/fast/dom/Range/getClientRects-expected.txt:
35560         * platform/efl/fast/dom/Range/surroundContents-1-expected.png:
35561         * platform/efl/fast/dom/Range/surroundContents-1-expected.txt:
35562         * platform/efl/fast/dom/Window/btoa-pnglet-expected.png:
35563         * platform/efl/fast/dom/Window/btoa-pnglet-expected.txt:
35564         * platform/efl/fast/dom/Window/open-existing-pop-up-blocking-expected.png:
35565         * platform/efl/fast/dom/Window/open-existing-pop-up-blocking-expected.txt:
35566         * platform/efl/fast/dom/anchor-text-expected.png:
35567         * platform/efl/fast/dom/anchor-text-expected.txt:
35568         * platform/efl/fast/dom/attr_dead_doc-expected.png:
35569         * platform/efl/fast/dom/blur-contenteditable-expected.png:
35570         * platform/efl/fast/dom/blur-contenteditable-expected.txt:
35571         * platform/efl/fast/dom/children-nodes-expected.png:
35572         * platform/efl/fast/dom/children-nodes-expected.txt:
35573         * platform/efl/fast/dom/clone-contents-0-end-offset-expected.png:
35574         * platform/efl/fast/dom/clone-contents-0-end-offset-expected.txt:
35575         * platform/efl/fast/dom/clone-node-dynamic-style-expected.png:
35576         * platform/efl/fast/dom/clone-node-dynamic-style-expected.txt:
35577         * platform/efl/fast/dom/comment-not-documentElement-expected.png:
35578         * platform/efl/fast/dom/comment-not-documentElement-expected.txt:
35579         * platform/efl/fast/dom/createDocumentType-expected.png:
35580         * platform/efl/fast/dom/createDocumentType-expected.txt:
35581         * platform/efl/fast/dom/css-cached-import-rule-expected.png:
35582         * platform/efl/fast/dom/css-insert-import-rule-expected.png:
35583         * platform/efl/fast/dom/css-mediarule-deleteRule-update-expected.png:
35584         * platform/efl/fast/dom/css-mediarule-deleteRule-update-expected.txt:
35585         * platform/efl/fast/dom/css-mediarule-insertRule-update-expected.png:
35586         * platform/efl/fast/dom/css-mediarule-insertRule-update-expected.txt:
35587         * platform/efl/fast/dom/css-rule-functions-expected.png:
35588         * platform/efl/fast/dom/css-rule-functions-expected.txt:
35589         * platform/efl/fast/dom/focus-contenteditable-expected.png:
35590         * platform/efl/fast/dom/focus-contenteditable-expected.txt:
35591         * platform/efl/fast/dom/gc-10-expected.png:
35592         * platform/efl/fast/dom/gc-10-expected.txt:
35593         * platform/efl/fast/dom/importNodeHTML-expected.png:
35594         * platform/efl/fast/dom/importNodeHTML-expected.txt:
35595         * platform/efl/fast/dom/importNodeXML-expected.png:
35596         * platform/efl/fast/dom/importNodeXML-expected.txt:
35597         * platform/efl/fast/dom/inner-text-expected.png:
35598         * platform/efl/fast/dom/inner-text-expected.txt:
35599         * platform/efl/fast/dom/isindex-001-expected.png:
35600         * platform/efl/fast/dom/isindex-001-expected.txt:
35601         * platform/efl/fast/dom/isindex-002-expected.png:
35602         * platform/efl/fast/dom/isindex-002-expected.txt:
35603         * platform/efl/fast/dom/outerText-expected.png:
35604         * platform/efl/fast/dom/outerText-expected.txt:
35605         * platform/efl/fast/dom/row-inner-text-expected.png:
35606         * platform/efl/fast/dom/row-inner-text-expected.txt:
35607         * platform/efl/fast/dom/scroll-reveal-left-overflow-expected.png:
35608         * platform/efl/fast/dom/scroll-reveal-left-overflow-expected.txt:
35609         * platform/efl/fast/dom/scroll-reveal-top-overflow-expected.png:
35610         * platform/efl/fast/dom/scroll-reveal-top-overflow-expected.txt:
35611         * platform/efl/fast/dynamic/001-expected.png:
35612         * platform/efl/fast/dynamic/002-expected.png:
35613         * platform/efl/fast/dynamic/002-expected.txt:
35614         * platform/efl/fast/dynamic/004-expected.png:
35615         * platform/efl/fast/dynamic/004-expected.txt:
35616         * platform/efl/fast/dynamic/006-expected.png:
35617         * platform/efl/fast/dynamic/006-expected.txt:
35618         * platform/efl/fast/dynamic/007-expected.png:
35619         * platform/efl/fast/dynamic/007-expected.txt:
35620         * platform/efl/fast/dynamic/008-expected.png:
35621         * platform/efl/fast/dynamic/008-expected.txt:
35622         * platform/efl/fast/dynamic/009-expected.png:
35623         * platform/efl/fast/dynamic/009-expected.txt:
35624         * platform/efl/fast/dynamic/010-expected.png:
35625         * platform/efl/fast/dynamic/010-expected.txt:
35626         * platform/efl/fast/dynamic/011-expected.png:
35627         * platform/efl/fast/dynamic/011-expected.txt:
35628         * platform/efl/fast/dynamic/013-expected.png:
35629         * platform/efl/fast/dynamic/013-expected.txt:
35630         * platform/efl/fast/dynamic/014-expected.png:
35631         * platform/efl/fast/dynamic/014-expected.txt:
35632         * platform/efl/fast/dynamic/015-expected.png:
35633         * platform/efl/fast/dynamic/015-expected.txt:
35634         * platform/efl/fast/dynamic/anchor-lock-expected.png:
35635         * platform/efl/fast/dynamic/anchor-lock-expected.txt:
35636         * platform/efl/fast/dynamic/anonymous-block-layer-lost-expected.png:
35637         * platform/efl/fast/dynamic/anonymous-block-orphaned-lines-expected.png:
35638         * platform/efl/fast/dynamic/anonymous-block-orphaned-lines-expected.txt:
35639         * platform/efl/fast/dynamic/containing-block-change-expected.png:
35640         * platform/efl/fast/dynamic/containing-block-change-expected.txt:
35641         * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
35642         * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
35643         * platform/efl/fast/dynamic/first-letter-after-list-marker-expected.png:
35644         * platform/efl/fast/dynamic/first-letter-display-change-expected.png:
35645         * platform/efl/fast/dynamic/first-letter-display-change-expected.txt:
35646         * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2-expected.txt:
35647         * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png:
35648         * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
35649         * platform/efl/fast/dynamic/float-no-longer-overhanging-expected.png:
35650         * platform/efl/fast/dynamic/float-withdrawal-2-expected.png:
35651         * platform/efl/fast/dynamic/float-withdrawal-expected.png:
35652         * platform/efl/fast/dynamic/float-withdrawal-expected.txt:
35653         * platform/efl/fast/dynamic/floating-to-positioned-2-expected.png:
35654         * platform/efl/fast/dynamic/floating-to-positioned-expected.png:
35655         * platform/efl/fast/dynamic/genContentDestroyChildren-expected.png:
35656         * platform/efl/fast/dynamic/genContentDestroyChildren-expected.txt:
35657         * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
35658         * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
35659         * platform/efl/fast/dynamic/link-href-change-expected.png:
35660         * platform/efl/fast/dynamic/link-href-change-expected.txt:
35661         * platform/efl/fast/dynamic/move-node-with-selection-expected.png:
35662         * platform/efl/fast/dynamic/move-node-with-selection-expected.txt:
35663         * platform/efl/fast/dynamic/noninlinebadness-expected.png:
35664         * platform/efl/fast/dynamic/noninlinebadness-expected.txt:
35665         * platform/efl/fast/dynamic/outerHTML-doc-expected.png:
35666         * platform/efl/fast/dynamic/outerHTML-doc-expected.txt:
35667         * platform/efl/fast/dynamic/outerHTML-img-expected.png:
35668         * platform/efl/fast/dynamic/outerHTML-img-expected.txt:
35669         * platform/efl/fast/dynamic/positioned-movement-with-positioned-children-expected.png:
35670         * platform/efl/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
35671         * platform/efl/fast/dynamic/selection-highlight-adjust-expected.png:
35672         * platform/efl/fast/dynamic/selection-highlight-adjust-expected.txt:
35673         * platform/efl/fast/dynamic/staticY-expected.png:
35674         * platform/efl/fast/dynamic/staticY-marking-parents-regression-expected.png:
35675         * platform/efl/fast/dynamic/staticY-marking-parents-regression-expected.txt:
35676         * platform/efl/fast/dynamic/text-combine-expected.png:
35677         * platform/efl/fast/dynamic/text-combine-expected.txt:
35678         * platform/efl/fast/dynamic/view-overflow-expected.png:
35679         * platform/efl/fast/dynamic/view-overflow-expected.txt:
35680         * platform/efl/fast/dynamic/window-resize-scrollbars-test-expected.png:
35681         * platform/efl/fast/dynamic/window-resize-scrollbars-test-expected.txt:
35682         * platform/efl/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
35683         * platform/efl/fast/encoding/invalid-UTF-8-expected.png:
35684         * platform/efl/fast/encoding/invalid-UTF-8-expected.txt:
35685         * platform/efl/fast/encoding/utf-16-big-endian-expected.png:
35686         * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
35687         * platform/efl/fast/encoding/utf-16-little-endian-expected.png:
35688         * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
35689         * platform/efl/fast/encoding/xmacroman-encoding-test-expected.png:
35690         * platform/efl/fast/encoding/xmacroman-encoding-test-expected.txt:
35691         * platform/efl/fast/events/autoscroll-expected.png:
35692         * platform/efl/fast/events/autoscroll-expected.txt:
35693         * platform/efl/fast/events/context-no-deselect-expected.png:
35694         * platform/efl/fast/events/context-no-deselect-expected.txt:
35695         * platform/efl/fast/events/event-listener-on-link-expected.png:
35696         * platform/efl/fast/events/event-listener-on-link-expected.txt:
35697         * platform/efl/fast/events/onload-re-entry-expected.png:
35698         * platform/efl/fast/events/onload-re-entry-expected.txt:
35699         * platform/efl/fast/events/overflow-viewport-renderer-deleted-expected.txt:
35700         * platform/efl/fast/events/pointer-events-2-expected.png:
35701         * platform/efl/fast/events/pointer-events-2-expected.txt:
35702         * platform/efl/fast/events/resize-events-expected.png:
35703         * platform/efl/fast/events/resize-events-expected.txt:
35704         * platform/efl/fast/events/reveal-link-when-focused-expected.png:
35705         * platform/efl/fast/events/reveal-link-when-focused-expected.txt:
35706         * platform/efl/fast/events/updateLayoutForHitTest-expected.png:
35707         * platform/efl/fast/events/updateLayoutForHitTest-expected.txt:
35708         * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.png:
35709         * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.txt:
35710         * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png:
35711         * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt:
35712         * platform/efl/fast/flexbox/001-expected.png:
35713         * platform/efl/fast/flexbox/001-expected.txt:
35714         * platform/efl/fast/flexbox/002-expected.png:
35715         * platform/efl/fast/flexbox/002-expected.txt:
35716         * platform/efl/fast/flexbox/003-expected.png:
35717         * platform/efl/fast/flexbox/003-expected.txt:
35718         * platform/efl/fast/flexbox/004-expected.png:
35719         * platform/efl/fast/flexbox/004-expected.txt:
35720         * platform/efl/fast/flexbox/005-expected.png:
35721         * platform/efl/fast/flexbox/005-expected.txt:
35722         * platform/efl/fast/flexbox/006-expected.png:
35723         * platform/efl/fast/flexbox/006-expected.txt:
35724         * platform/efl/fast/flexbox/007-expected.png:
35725         * platform/efl/fast/flexbox/007-expected.txt:
35726         * platform/efl/fast/flexbox/008-expected.png:
35727         * platform/efl/fast/flexbox/008-expected.txt:
35728         * platform/efl/fast/flexbox/009-expected.png:
35729         * platform/efl/fast/flexbox/009-expected.txt:
35730         * platform/efl/fast/flexbox/010-expected.png:
35731         * platform/efl/fast/flexbox/010-expected.txt:
35732         * platform/efl/fast/flexbox/011-expected.png:
35733         * platform/efl/fast/flexbox/012-expected.png:
35734         * platform/efl/fast/flexbox/012-expected.txt:
35735         * platform/efl/fast/flexbox/013-expected.png:
35736         * platform/efl/fast/flexbox/013-expected.txt:
35737         * platform/efl/fast/flexbox/014-expected.png:
35738         * platform/efl/fast/flexbox/014-expected.txt:
35739         * platform/efl/fast/flexbox/015-expected.png:
35740         * platform/efl/fast/flexbox/015-expected.txt:
35741         * platform/efl/fast/flexbox/016-expected.png:
35742         * platform/efl/fast/flexbox/016-expected.txt:
35743         * platform/efl/fast/flexbox/017-expected.png:
35744         * platform/efl/fast/flexbox/017-expected.txt:
35745         * platform/efl/fast/flexbox/018-expected.png:
35746         * platform/efl/fast/flexbox/018-expected.txt:
35747         * platform/efl/fast/flexbox/019-expected.png:
35748         * platform/efl/fast/flexbox/019-expected.txt:
35749         * platform/efl/fast/flexbox/020-expected.png:
35750         * platform/efl/fast/flexbox/020-expected.txt:
35751         * platform/efl/fast/flexbox/021-expected.png:
35752         * platform/efl/fast/flexbox/021-expected.txt:
35753         * platform/efl/fast/flexbox/022-expected.png:
35754         * platform/efl/fast/flexbox/022-expected.txt:
35755         * platform/efl/fast/flexbox/023-expected.png:
35756         * platform/efl/fast/flexbox/023-expected.txt:
35757         * platform/efl/fast/flexbox/024-expected.png:
35758         * platform/efl/fast/flexbox/024-expected.txt:
35759         * platform/efl/fast/flexbox/025-expected.png:
35760         * platform/efl/fast/flexbox/025-expected.txt:
35761         * platform/efl/fast/flexbox/026-expected.png:
35762         * platform/efl/fast/flexbox/026-expected.txt:
35763         * platform/efl/fast/flexbox/flex-hang-expected.png:
35764         * platform/efl/fast/flexbox/overhanging-floats-removed-expected.png:
35765         * platform/efl/fast/flexbox/overhanging-floats-removed-expected.txt:
35766         * platform/efl/fast/forms/001-expected.png:
35767         * platform/efl/fast/forms/001-expected.txt:
35768         * platform/efl/fast/forms/002-expected.png:
35769         * platform/efl/fast/forms/003-expected.png:
35770         * platform/efl/fast/forms/003-expected.txt:
35771         * platform/efl/fast/forms/004-expected.png:
35772         * platform/efl/fast/forms/004-expected.txt:
35773         * platform/efl/fast/forms/006-expected.png:
35774         * platform/efl/fast/forms/006-expected.txt:
35775         * platform/efl/fast/forms/007-expected.png:
35776         * platform/efl/fast/forms/HTMLOptionElement_label01-expected.png:
35777         * platform/efl/fast/forms/HTMLOptionElement_label01-expected.txt:
35778         * platform/efl/fast/forms/HTMLOptionElement_label02-expected.png:
35779         * platform/efl/fast/forms/HTMLOptionElement_label02-expected.txt:
35780         * platform/efl/fast/forms/HTMLOptionElement_label03-expected.png:
35781         * platform/efl/fast/forms/HTMLOptionElement_label03-expected.txt:
35782         * platform/efl/fast/forms/HTMLOptionElement_label04-expected.png:
35783         * platform/efl/fast/forms/HTMLOptionElement_label04-expected.txt:
35784         * platform/efl/fast/forms/HTMLOptionElement_label05-expected.png:
35785         * platform/efl/fast/forms/HTMLOptionElement_label05-expected.txt:
35786         * platform/efl/fast/forms/HTMLOptionElement_label06-expected.png:
35787         * platform/efl/fast/forms/HTMLOptionElement_label06-expected.txt:
35788         * platform/efl/fast/forms/HTMLOptionElement_label07-expected.png:
35789         * platform/efl/fast/forms/HTMLOptionElement_label07-expected.txt:
35790         * platform/efl/fast/forms/basic-buttons-expected.png:
35791         * platform/efl/fast/forms/basic-buttons-expected.txt:
35792         * platform/efl/fast/forms/basic-inputs-expected.png:
35793         * platform/efl/fast/forms/basic-inputs-expected.txt:
35794         * platform/efl/fast/forms/basic-textareas-expected.png:
35795         * platform/efl/fast/forms/basic-textareas-expected.txt:
35796         * platform/efl/fast/forms/blankbuttons-expected.png:
35797         * platform/efl/fast/forms/blankbuttons-expected.txt:
35798         * platform/efl/fast/forms/box-shadow-override-expected.png:
35799         * platform/efl/fast/forms/box-shadow-override-expected.txt:
35800         * platform/efl/fast/forms/button-align-expected.png:
35801         * platform/efl/fast/forms/button-align-expected.txt:
35802         * platform/efl/fast/forms/button-cannot-be-nested-expected.png:
35803         * platform/efl/fast/forms/button-cannot-be-nested-expected.txt:
35804         * platform/efl/fast/forms/button-default-title-expected.png:
35805         * platform/efl/fast/forms/button-generated-content-expected.png:
35806         * platform/efl/fast/forms/button-generated-content-expected.txt:
35807         * platform/efl/fast/forms/button-inner-block-reuse-expected.png:
35808         * platform/efl/fast/forms/button-inner-block-reuse-expected.txt:
35809         * platform/efl/fast/forms/button-positioned-expected.png:
35810         * platform/efl/fast/forms/button-positioned-expected.txt:
35811         * platform/efl/fast/forms/button-sizes-expected.png:
35812         * platform/efl/fast/forms/button-sizes-expected.txt:
35813         * platform/efl/fast/forms/button-style-color-expected.png:
35814         * platform/efl/fast/forms/button-style-color-expected.txt:
35815         * platform/efl/fast/forms/button-submit-expected.png:
35816         * platform/efl/fast/forms/button-submit-expected.txt:
35817         * platform/efl/fast/forms/button-table-styles-expected.png:
35818         * platform/efl/fast/forms/button-table-styles-expected.txt:
35819         * platform/efl/fast/forms/button-text-transform-expected.png:
35820         * platform/efl/fast/forms/button-text-transform-expected.txt:
35821         * platform/efl/fast/forms/button-white-space-expected.png:
35822         * platform/efl/fast/forms/button-white-space-expected.txt:
35823         * platform/efl/fast/forms/caret-rtl-expected.png:
35824         * platform/efl/fast/forms/caret-rtl-expected.txt:
35825         * platform/efl/fast/forms/control-clip-expected.png:
35826         * platform/efl/fast/forms/control-clip-expected.txt:
35827         * platform/efl/fast/forms/control-clip-overflow-expected.png:
35828         * platform/efl/fast/forms/control-clip-overflow-expected.txt:
35829         * platform/efl/fast/forms/control-restrict-line-height-expected.png:
35830         * platform/efl/fast/forms/control-restrict-line-height-expected.txt:
35831         * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
35832         * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
35833         * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png:
35834         * platform/efl/fast/forms/datalist/input-appearance-range-with-transform-expected.png:
35835         * platform/efl/fast/forms/datalist/range-snap-to-datalist-expected.txt:
35836         * platform/efl/fast/forms/disabled-select-change-index-expected.png:
35837         * platform/efl/fast/forms/disabled-select-change-index-expected.txt:
35838         * platform/efl/fast/forms/encoding-test-expected.png:
35839         * platform/efl/fast/forms/encoding-test-expected.txt:
35840         * platform/efl/fast/forms/fieldset-align-expected.png:
35841         * platform/efl/fast/forms/fieldset-align-expected.txt:
35842         * platform/efl/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png:
35843         * platform/efl/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
35844         * platform/efl/fast/forms/fieldset-with-float-expected.png:
35845         * platform/efl/fast/forms/fieldset-with-float-expected.txt:
35846         * platform/efl/fast/forms/file/file-input-direction-expected.png:
35847         * platform/efl/fast/forms/file/file-input-direction-expected.txt:
35848         * platform/efl/fast/forms/file/file-input-disabled-expected.png:
35849         * platform/efl/fast/forms/file/file-input-disabled-expected.txt:
35850         * platform/efl/fast/forms/file/file-input-pressed-state-expected.png:
35851         * platform/efl/fast/forms/float-before-fieldset-expected.png:
35852         * platform/efl/fast/forms/float-before-fieldset-expected.txt:
35853         * platform/efl/fast/forms/floating-textfield-relayout-expected.png:
35854         * platform/efl/fast/forms/floating-textfield-relayout-expected.txt:
35855         * platform/efl/fast/forms/form-added-to-table-expected.png:
35856         * platform/efl/fast/forms/form-added-to-table-expected.txt:
35857         * platform/efl/fast/forms/form-element-geometry-expected.png:
35858         * platform/efl/fast/forms/form-element-geometry-expected.txt:
35859         * platform/efl/fast/forms/form-hides-table-expected.png:
35860         * platform/efl/fast/forms/form-hides-table-expected.txt:
35861         * platform/efl/fast/forms/form-in-malformed-markup-expected.png:
35862         * platform/efl/fast/forms/form-in-malformed-markup-expected.txt:
35863         * platform/efl/fast/forms/formmove-expected.png:
35864         * platform/efl/fast/forms/formmove-expected.txt:
35865         * platform/efl/fast/forms/formmove2-expected.png:
35866         * platform/efl/fast/forms/formmove2-expected.txt:
35867         * platform/efl/fast/forms/formmove3-expected.png:
35868         * platform/efl/fast/forms/formmove3-expected.txt:
35869         * platform/efl/fast/forms/hidden-listbox-expected.png:
35870         * platform/efl/fast/forms/hidden-listbox-expected.txt:
35871         * platform/efl/fast/forms/image-border-expected.png:
35872         * platform/efl/fast/forms/image-border-expected.txt:
35873         * platform/efl/fast/forms/indeterminate-expected.png:
35874         * platform/efl/fast/forms/indeterminate-expected.txt:
35875         * platform/efl/fast/forms/input-align-image-expected.png:
35876         * platform/efl/fast/forms/input-align-image-expected.txt:
35877         * platform/efl/fast/forms/input-appearance-bkcolor-expected.png:
35878         * platform/efl/fast/forms/input-appearance-bkcolor-expected.txt:
35879         * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.png:
35880         * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.txt:
35881         * platform/efl/fast/forms/input-appearance-disabled-expected.png:
35882         * platform/efl/fast/forms/input-appearance-disabled-expected.txt:
35883         * platform/efl/fast/forms/input-appearance-focus-expected.png:
35884         * platform/efl/fast/forms/input-appearance-focus-expected.txt:
35885         * platform/efl/fast/forms/input-appearance-height-expected.png:
35886         * platform/efl/fast/forms/input-appearance-height-expected.txt:
35887         * platform/efl/fast/forms/input-appearance-preventDefault-expected.png:
35888         * platform/efl/fast/forms/input-appearance-preventDefault-expected.txt:
35889
35890 2013-01-18  Manuel Rego Casasnovas  <rego@igalia.com>
35891
35892         [GTK] Implement LayoutTestController::addUserScript
35893         https://bugs.webkit.org/show_bug.cgi?id=107275
35894
35895         Reviewed by Philippe Normand.
35896
35897         * platform/gtk-wk2/TestExpectations: Remove
35898         plugins/plugin-document-load-prevented-userscript.html.
35899         * platform/gtk/TestExpectations: Remove
35900         plugins/plugin-document-load-prevented-userscript.html.
35901
35902 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
35903
35904         [EFL] Unreviewed gardening.
35905
35906         Rebaseline after enabling subpixel layout and updating freetype (11/26).
35907
35908         * platform/efl/fast/borders/inline-mask-overlay-image-outset-expected.png:
35909         * platform/efl/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
35910         * platform/efl/fast/borders/mixed-border-styles-expected.png:
35911         * platform/efl/fast/borders/mixed-border-styles-expected.txt:
35912         * platform/efl/fast/borders/mixed-border-styles-radius-expected.txt:
35913         * platform/efl/fast/borders/mixed-border-styles-radius2-expected.png:
35914         * platform/efl/fast/borders/mixed-border-styles-radius2-expected.txt:
35915         * platform/efl/fast/borders/outline-alpha-block-expected.png:
35916         * platform/efl/fast/borders/outline-alpha-inline-expected.png:
35917         * platform/efl/fast/borders/outline-offset-min-assert-expected.png:
35918         * platform/efl/fast/borders/rtl-border-01-expected.png:
35919         * platform/efl/fast/borders/rtl-border-01-expected.txt:
35920         * platform/efl/fast/borders/rtl-border-02-expected.png:
35921         * platform/efl/fast/borders/rtl-border-02-expected.txt:
35922         * platform/efl/fast/borders/rtl-border-03-expected.png:
35923         * platform/efl/fast/borders/rtl-border-03-expected.txt:
35924         * platform/efl/fast/borders/rtl-border-04-expected.png:
35925         * platform/efl/fast/borders/rtl-border-04-expected.txt:
35926         * platform/efl/fast/borders/rtl-border-05-expected.png:
35927         * platform/efl/fast/borders/rtl-border-05-expected.txt:
35928         * platform/efl/fast/borders/scaled-border-image-expected.png:
35929         * platform/efl/fast/borders/scaled-border-image-expected.txt:
35930         * platform/efl/fast/borders/table-borders-expected.png:
35931         * platform/efl/fast/borders/table-borders-expected.txt:
35932         * platform/efl/fast/borders/webkit-border-radius-expected.png:
35933         * platform/efl/fast/box-shadow/basic-shadows-expected.txt:
35934         * platform/efl/fast/box-shadow/border-radius-big-expected.png:
35935         * platform/efl/fast/box-shadow/border-radius-big-expected.txt:
35936         * platform/efl/fast/box-shadow/box-shadow-transformed-expected.txt:
35937         * platform/efl/fast/box-shadow/inset-box-shadow-radius-expected.txt:
35938         * platform/efl/fast/box-shadow/inset-box-shadows-expected.txt:
35939         * platform/efl/fast/box-shadow/inset-expected.txt:
35940         * platform/efl/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
35941         * platform/efl/fast/box-shadow/no-blur-multiple-offsets-expected.png:
35942         * platform/efl/fast/box-shadow/spread-expected.png:
35943         * platform/efl/fast/box-shadow/spread-multiple-inset-expected.png:
35944         * platform/efl/fast/box-shadow/spread-multiple-normal-expected.png:
35945         * platform/efl/fast/box-shadow/transform-fringing-expected.png:
35946         * platform/efl/fast/box-shadow/transform-fringing-expected.txt:
35947         * platform/efl/fast/box-sizing/panels-one-expected.png:
35948         * platform/efl/fast/box-sizing/panels-one-expected.txt:
35949         * platform/efl/fast/box-sizing/panels-two-expected.png:
35950         * platform/efl/fast/box-sizing/panels-two-expected.txt:
35951         * platform/efl/fast/box-sizing/percentage-height-expected.png:
35952         * platform/efl/fast/box-sizing/percentage-height-expected.txt:
35953         * platform/efl/fast/canvas/arc360-expected.png:
35954         * platform/efl/fast/canvas/canvas-as-image-expected.png:
35955         * platform/efl/fast/canvas/canvas-as-image-incremental-repaint-expected.png:
35956         * platform/efl/fast/canvas/canvas-before-css-expected.png:
35957         * platform/efl/fast/canvas/canvas-bg-expected.png:
35958         * platform/efl/fast/canvas/canvas-composite-expected.png:
35959         * platform/efl/fast/canvas/canvas-composite-fill-repaint-expected.png:
35960         * platform/efl/fast/canvas/canvas-composite-transformclip-expected.png:
35961         * platform/efl/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
35962         * platform/efl/fast/canvas/canvas-resize-after-paint-without-layout-expected.png:
35963         * platform/efl/fast/canvas/canvas-resize-reset-expected.png:
35964         * platform/efl/fast/canvas/canvas-size-change-after-layout-expected.png:
35965         * platform/efl/fast/canvas/canvas-size-change-after-layout-expected.txt:
35966         * platform/efl/fast/canvas/canvas-text-alignment-expected.png:
35967         * platform/efl/fast/canvas/canvas-text-baseline-expected.png:
35968         * platform/efl/fast/canvas/canvas-transforms-during-path-expected.png:
35969         * platform/efl/fast/canvas/canvas-zoom-expected.png:
35970         * platform/efl/fast/canvas/canvas-zoom-expected.txt:
35971         * platform/efl/fast/canvas/canvasDrawingIntoSelf-expected.png:
35972         * platform/efl/fast/canvas/check-stale-putImageData-expected.png:
35973         * platform/efl/fast/canvas/drawImage-expected.png:
35974         * platform/efl/fast/canvas/drawImage-with-globalAlpha-expected.png:
35975         * platform/efl/fast/canvas/fillrect-gradient-zero-stops-expected.png:
35976         * platform/efl/fast/canvas/fillrect_gradient-expected.png:
35977         * platform/efl/fast/canvas/gradient-add-second-start-end-stop-expected.png:
35978         * platform/efl/fast/canvas/image-object-in-canvas-expected.png:
35979         * platform/efl/fast/canvas/image-pattern-rotate-expected.png:
35980         * platform/efl/fast/canvas/patternfill-repeat-expected.png:
35981         * platform/efl/fast/canvas/quadraticCurveTo-expected.png:
35982         * platform/efl/fast/canvas/setWidthResetAfterForcedRender-expected.png:
35983         * platform/efl/fast/canvas/shadow-offset-1-expected.png:
35984         * platform/efl/fast/canvas/shadow-offset-2-expected.png:
35985         * platform/efl/fast/canvas/shadow-offset-3-expected.png:
35986         * platform/efl/fast/canvas/shadow-offset-4-expected.png:
35987         * platform/efl/fast/canvas/shadow-offset-5-expected.png:
35988         * platform/efl/fast/canvas/shadow-offset-6-expected.png:
35989         * platform/efl/fast/canvas/shadow-offset-7-expected.png:
35990         * platform/efl/fast/canvas/toDataURL-alpha-expected.png:
35991         * platform/efl/fast/canvas/zero-size-fill-rect-expected.png:
35992         * platform/efl/fast/clip/001-expected.png:
35993         * platform/efl/fast/clip/001-expected.txt:
35994         * platform/efl/fast/clip/002-expected.png:
35995         * platform/efl/fast/clip/002-expected.txt:
35996         * platform/efl/fast/clip/003-expected.png:
35997         * platform/efl/fast/clip/003-expected.txt:
35998         * platform/efl/fast/clip/004-expected.png:
35999         * platform/efl/fast/clip/004-expected.txt:
36000         * platform/efl/fast/clip/005-expected.png:
36001         * platform/efl/fast/clip/005-expected.txt:
36002         * platform/efl/fast/clip/006-expected.png:
36003         * platform/efl/fast/clip/006-expected.txt:
36004         * platform/efl/fast/clip/007-expected.png:
36005         * platform/efl/fast/clip/007-expected.txt:
36006         * platform/efl/fast/clip/008-expected.png:
36007         * platform/efl/fast/clip/009-expected.png:
36008         * platform/efl/fast/clip/009-expected.txt:
36009         * platform/efl/fast/clip/010-expected.png:
36010         * platform/efl/fast/clip/010-expected.txt:
36011         * platform/efl/fast/clip/011-expected.png:
36012         * platform/efl/fast/clip/012-expected.png:
36013         * platform/efl/fast/clip/013-expected.png:
36014         * platform/efl/fast/clip/013-expected.txt:
36015         * platform/efl/fast/clip/014-expected.png:
36016         * platform/efl/fast/clip/014-expected.txt:
36017         * platform/efl/fast/clip/015-expected.png:
36018         * platform/efl/fast/clip/015-expected.txt:
36019         * platform/efl/fast/clip/016-expected.png:
36020         * platform/efl/fast/clip/016-expected.txt:
36021         * platform/efl/fast/clip/nestedTransparencyClip-expected.png:
36022         * platform/efl/fast/clip/nestedTransparencyClip-expected.txt:
36023         * platform/efl/fast/clip/outline-overflowClip-expected.png:
36024         * platform/efl/fast/clip/outline-overflowClip-expected.txt:
36025         * platform/efl/fast/clip/overflow-border-radius-clip-expected.png:
36026         * platform/efl/fast/clip/overflow-border-radius-clip-expected.txt:
36027         * platform/efl/fast/clip/overflow-border-radius-combinations-expected.png:
36028         * platform/efl/fast/clip/overflow-border-radius-combinations-expected.txt:
36029         * platform/efl/fast/clip/overflow-border-radius-composited-expected.png:
36030         * platform/efl/fast/clip/overflow-border-radius-composited-expected.txt:
36031         * platform/efl/fast/clip/overflow-border-radius-fixed-position-expected.png:
36032         * platform/efl/fast/clip/overflow-border-radius-fixed-position-expected.txt:
36033         * platform/efl/fast/clip/overflow-border-radius-transformed-expected.png:
36034         * platform/efl/fast/clip/overflow-border-radius-transformed-expected.txt:
36035         * platform/efl/fast/compact/001-expected.png:
36036         * platform/efl/fast/compact/002-expected.png:
36037         * platform/efl/fast/compact/002-expected.txt:
36038         * platform/efl/fast/compact/003-expected.png:
36039         * platform/efl/fast/compact/003-expected.txt:
36040         * platform/efl/fast/css-generated-content/001-expected.png:
36041         * platform/efl/fast/css-generated-content/001-expected.txt:
36042         * platform/efl/fast/css-generated-content/002-expected.png:
36043         * platform/efl/fast/css-generated-content/002-expected.txt:
36044         * platform/efl/fast/css-generated-content/003-expected.png:
36045         * platform/efl/fast/css-generated-content/003-expected.txt:
36046         * platform/efl/fast/css-generated-content/004-expected.png:
36047         * platform/efl/fast/css-generated-content/004-expected.txt:
36048         * platform/efl/fast/css-generated-content/005-expected.png:
36049         * platform/efl/fast/css-generated-content/005-expected.txt:
36050         * platform/efl/fast/css-generated-content/007-expected.png:
36051         * platform/efl/fast/css-generated-content/007-expected.txt:
36052         * platform/efl/fast/css-generated-content/008-expected.png:
36053         * platform/efl/fast/css-generated-content/008-expected.txt:
36054         * platform/efl/fast/css-generated-content/009-expected.png:
36055         * platform/efl/fast/css-generated-content/009-expected.txt:
36056         * platform/efl/fast/css-generated-content/010-expected.png:
36057         * platform/efl/fast/css-generated-content/010-expected.txt:
36058         * platform/efl/fast/css-generated-content/011-expected.png:
36059         * platform/efl/fast/css-generated-content/011-expected.txt:
36060         * platform/efl/fast/css-generated-content/012-expected.png:
36061         * platform/efl/fast/css-generated-content/012-expected.txt:
36062         * platform/efl/fast/css-generated-content/013-expected.png:
36063         * platform/efl/fast/css-generated-content/013-expected.txt:
36064         * platform/efl/fast/css-generated-content/014-expected.png:
36065         * platform/efl/fast/css-generated-content/014-expected.txt:
36066         * platform/efl/fast/css-generated-content/015-expected.png:
36067         * platform/efl/fast/css-generated-content/015-expected.txt:
36068         * platform/efl/fast/css-generated-content/016-expected.png:
36069         * platform/efl/fast/css-generated-content/016-expected.txt:
36070         * platform/efl/fast/css-generated-content/after-duplicated-after-split-expected.png:
36071         * platform/efl/fast/css-generated-content/after-duplicated-after-split-expected.txt:
36072         * platform/efl/fast/css-generated-content/after-order-expected.png:
36073         * platform/efl/fast/css-generated-content/after-order-expected.txt:
36074         * platform/efl/fast/css-generated-content/before-with-first-letter-expected.png:
36075         * platform/efl/fast/css-generated-content/before-with-first-letter-expected.txt:
36076         * platform/efl/fast/css-generated-content/beforeAfter-interdocument-expected.png:
36077         * platform/efl/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
36078         * platform/efl/fast/css-generated-content/hover-style-change-expected.png:
36079         * platform/efl/fast/css-generated-content/hover-style-change-expected.txt:
36080         * platform/efl/fast/css-generated-content/inline-display-types-expected.png:
36081         * platform/efl/fast/css-generated-content/inline-display-types-expected.txt:
36082         * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png:
36083         * platform/efl/fast/css-generated-content/no-openclose-quote-expected.png:
36084         * platform/efl/fast/css-generated-content/no-openclose-quote-expected.txt:
36085         * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.png:
36086         * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.txt:
36087         * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.png:
36088         * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
36089         * platform/efl/fast/css-generated-content/table-cell-before-content-expected.png:
36090         * platform/efl/fast/css-generated-content/table-cell-before-content-expected.txt:
36091         * platform/efl/fast/css-generated-content/table-parts-before-and-after-expected.png:
36092         * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.png:
36093         * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
36094         * platform/efl/fast/css-generated-content/table-row-before-after-expected.png:
36095         * platform/efl/fast/css-generated-content/table-row-before-after-expected.txt:
36096         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.png:
36097         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
36098         * platform/efl/fast/css-generated-content/table-row-group-with-before-expected.png:
36099         * platform/efl/fast/css-generated-content/table-row-group-with-before-expected.txt:
36100         * platform/efl/fast/css-generated-content/table-row-with-before-expected.png:
36101         * platform/efl/fast/css-generated-content/table-row-with-before-expected.txt:
36102         * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.png:
36103         * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
36104         * platform/efl/fast/css-generated-content/table-with-before-expected.png:
36105         * platform/efl/fast/css-generated-content/table-with-before-expected.txt:
36106         * platform/efl/fast/css-generated-content/visibleContentHiddenParent-expected.png:
36107         * platform/efl/fast/css-generated-content/visibleContentHiddenParent-expected.txt:
36108         * platform/efl/fast/css-generated-content/wbr-with-before-content-expected.png:
36109         * platform/efl/fast/css-generated-content/wbr-with-before-content-expected.txt:
36110         * platform/efl/fast/css/001-expected.png:
36111         * platform/efl/fast/css/001-expected.txt:
36112         * platform/efl/fast/css/002-expected.png:
36113         * platform/efl/fast/css/003-expected.png:
36114         * platform/efl/fast/css/003-expected.txt:
36115         * platform/efl/fast/css/004-expected.png:
36116         * platform/efl/fast/css/004-expected.txt:
36117         * platform/efl/fast/css/005-expected.png:
36118         * platform/efl/fast/css/005-expected.txt:
36119         * platform/efl/fast/css/006-expected.png:
36120         * platform/efl/fast/css/007-expected.png:
36121         * platform/efl/fast/css/007-expected.txt:
36122         * platform/efl/fast/css/008-expected.png:
36123         * platform/efl/fast/css/008-expected.txt:
36124         * platform/efl/fast/css/ZeroOpacityLayers-expected.png:
36125         * platform/efl/fast/css/ZeroOpacityLayers-expected.txt:
36126         * platform/efl/fast/css/ZeroOpacityLayers2-expected.png:
36127         * platform/efl/fast/css/ZeroOpacityLayers2-expected.txt:
36128         * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
36129         * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt:
36130         * platform/efl/fast/css/absolute-poition-in-rtl-parent-expected.png:
36131         * platform/efl/fast/css/absolute-poition-in-rtl-parent-expected.txt:
36132         * platform/efl/fast/css/acid2-expected.png:
36133         * platform/efl/fast/css/acid2-pixel-expected.png:
36134         * platform/efl/fast/css/attribute-selector-dynamic-expected.png:
36135         * platform/efl/fast/css/attribute-selector-dynamic-expected.txt:
36136         * platform/efl/fast/css/attribute-selector-empty-value-expected.png:
36137         * platform/efl/fast/css/attribute-selector-empty-value-expected.txt:
36138         * platform/efl/fast/css/background-clip-values-expected.png:
36139         * platform/efl/fast/css/background-image-with-baseurl-expected.png:
36140         * platform/efl/fast/css/background-image-with-baseurl-expected.txt:
36141         * platform/efl/fast/css/background-shorthand-invalid-url-expected.png:
36142         * platform/efl/fast/css/background-shorthand-invalid-url-expected.txt:
36143         * platform/efl/fast/css/beforeSelectorOnCodeElement-expected.png:
36144         * platform/efl/fast/css/beforeSelectorOnCodeElement-expected.txt:
36145         * platform/efl/fast/css/begin-end-contain-selector-empty-value-expected.png:
36146         * platform/efl/fast/css/begin-end-contain-selector-empty-value-expected.txt:
36147         * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.png:
36148         * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.txt:
36149         * platform/efl/fast/css/bogus-color-span-expected.png:
36150         * platform/efl/fast/css/border-height-expected.png:
36151         * platform/efl/fast/css/border-radius-non-negative-expected.png:
36152         * platform/efl/fast/css/border-radius-outline-offset-expected.png:
36153         * platform/efl/fast/css/border-radius-outline-offset-expected.txt:
36154         * platform/efl/fast/css/border-solid-single-edge-antialias-expected.png:
36155         * platform/efl/fast/css/caption-width-absolute-position-expected.png:
36156         * platform/efl/fast/css/caption-width-absolute-position-offset-top-expected.png:
36157         * platform/efl/fast/css/caption-width-fixed-position-expected.png:
36158         * platform/efl/fast/css/caption-width-fixed-position-offset-top-expected.png:
36159         * platform/efl/fast/css/caption-width-relative-position-expected.png:
36160         * platform/efl/fast/css/caption-width-relative-position-expected.txt:
36161         * platform/efl/fast/css/caption-width-relative-position-offset-top-expected.png:
36162         * platform/efl/fast/css/caption-width-relative-position-offset-top-expected.txt:
36163         * platform/efl/fast/css/child-style-can-override-visited-style-expected.png:
36164         * platform/efl/fast/css/child-style-can-override-visited-style-expected.txt:
36165         * platform/efl/fast/css/clip-text-in-scaled-div-expected.png:
36166         * platform/efl/fast/css/clip-text-in-scaled-div-expected.txt:
36167         * platform/efl/fast/css/clip-zooming-expected.png:
36168         * platform/efl/fast/css/clip-zooming-expected.txt:
36169         * platform/efl/fast/css/color-leakage-expected.png:
36170         * platform/efl/fast/css/color-quirk-expected.png:
36171         * platform/efl/fast/css/color-quirk-expected.txt:
36172         * platform/efl/fast/css/color-strict-expected.png:
36173         * platform/efl/fast/css/color-strict-expected.txt:
36174         * platform/efl/fast/css/compare-content-style-expected.png:
36175         * platform/efl/fast/css/compare-content-style-expected.txt:
36176         * platform/efl/fast/css/content-dynamic-expected.png:
36177         * platform/efl/fast/css/contentDiv-expected.png:
36178         * platform/efl/fast/css/contentDivWithChildren-expected.png:
36179         * platform/efl/fast/css/contentImage-expected.png:
36180         * platform/efl/fast/css/continuationCrash-expected.png:
36181         * platform/efl/fast/css/continuationCrash-expected.txt:
36182         * platform/efl/fast/css/counters/counter-text-security-expected.png:
36183         * platform/efl/fast/css/counters/counter-text-security-expected.txt:
36184         * platform/efl/fast/css/counters/counter-text-transform-expected.png:
36185         * platform/efl/fast/css/counters/counter-text-transform-expected.txt:
36186         * platform/efl/fast/css/create_element_align-expected.png:
36187         * platform/efl/fast/css/create_element_align-expected.txt:
36188         * platform/efl/fast/css/css-imports-expected.png:
36189         * platform/efl/fast/css/css-imports-expected.txt:
36190         * platform/efl/fast/css/css1_forward_compatible_parsing-expected.png:
36191         * platform/efl/fast/css/css1_forward_compatible_parsing-expected.txt:
36192         * platform/efl/fast/css/css2-system-fonts-expected.png:
36193         * platform/efl/fast/css/css3-modsel-22-expected.png:
36194         * platform/efl/fast/css/css3-modsel-22-expected.txt:
36195         * platform/efl/fast/css/css3-nth-child-expected.png:
36196         * platform/efl/fast/css/css3-nth-child-expected.txt:
36197         * platform/efl/fast/css/css3-space-in-nth-and-lang-expected.png:
36198         * platform/efl/fast/css/css3-space-in-nth-and-lang-expected.txt:
36199         * platform/efl/fast/css/disabled-author-styles-expected.png:
36200         * platform/efl/fast/css/disabled-author-styles-expected.txt:
36201         * platform/efl/fast/css/dynamic-sibling-selector-expected.png:
36202         * platform/efl/fast/css/dynamic-sibling-selector-expected.txt:
36203         * platform/efl/fast/css/empty-body-test-expected.png:
36204         * platform/efl/fast/css/empty-body-test-expected.txt:
36205         * platform/efl/fast/css/empty-generated-content-expected.png:
36206         * platform/efl/fast/css/empty-generated-content-expected.txt:
36207         * platform/efl/fast/css/empty-inline-003-quirksmode-expected.txt:
36208         * platform/efl/fast/css/empty-inline-line-height-first-line-expected.txt:
36209         * platform/efl/fast/css/empty-inline-line-height-first-line-quirksmode-expected.txt:
36210         * platform/efl/fast/css/empty-pseudo-class-expected.png:
36211         * platform/efl/fast/css/empty-pseudo-class-expected.txt:
36212         * platform/efl/fast/css/error-in-last-decl-expected.png:
36213         * platform/efl/fast/css/error-in-last-decl-expected.txt:
36214         * platform/efl/fast/css/ex-after-font-variant-expected.png:
36215         * platform/efl/fast/css/ex-after-font-variant-expected.txt:
36216         * platform/efl/fast/css/fieldset-display-row-expected.png:
36217         * platform/efl/fast/css/fieldset-display-row-expected.txt:
36218         * platform/efl/fast/css/find-next-layer-expected.png:
36219         * platform/efl/fast/css/find-next-layer-expected.txt:
36220         * platform/efl/fast/css/first-child-pseudo-class-expected.png:
36221         * platform/efl/fast/css/first-child-pseudo-class-expected.txt:
36222         * platform/efl/fast/css/first-letter-capitalized-expected.png:
36223         * platform/efl/fast/css/first-letter-capitalized-expected.txt:
36224         * platform/efl/fast/css/first-letter-detach-expected.png:
36225         * platform/efl/fast/css/first-letter-detach-expected.txt:
36226         * platform/efl/fast/css/first-letter-first-line-hover-expected.png:
36227         * platform/efl/fast/css/first-letter-first-line-hover-expected.txt:
36228         * platform/efl/fast/css/first-letter-float-after-float-expected.png:
36229         * platform/efl/fast/css/first-letter-float-after-float-expected.txt:
36230         * platform/efl/fast/css/first-letter-float-expected.png:
36231         * platform/efl/fast/css/first-letter-float-expected.txt:
36232         * platform/efl/fast/css/first-letter-hover-expected.png:
36233         * platform/efl/fast/css/first-letter-hover-expected.txt:
36234         * platform/efl/fast/css/first-letter-punctuation-expected.png:
36235         * platform/efl/fast/css/first-letter-punctuation-expected.txt:
36236         * platform/efl/fast/css/first-letter-recalculation-expected.png:
36237         * platform/efl/fast/css/first-letter-recalculation-expected.txt:
36238         * platform/efl/fast/css/first-letter-skip-out-of-flow-expected.png:
36239         * platform/efl/fast/css/first-letter-skip-out-of-flow-expected.txt:
36240         * platform/efl/fast/css/first-letter-visibility-expected.png:
36241         * platform/efl/fast/css/first-letter-visibility-expected.txt:
36242         * platform/efl/fast/css/first-line-text-decoration-expected.png:
36243         * platform/efl/fast/css/first-line-text-decoration-expected.txt:
36244         * platform/efl/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
36245         * platform/efl/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
36246         * platform/efl/fast/css/first-of-type-pseudo-class-expected.png:
36247         * platform/efl/fast/css/first-of-type-pseudo-class-expected.txt:
36248         * platform/efl/fast/css/focus-ring-detached-expected.png:
36249         * platform/efl/fast/css/focus-ring-detached-expected.txt:
36250         * platform/efl/fast/css/focus-ring-multiline-expected.png:
36251         * platform/efl/fast/css/focus-ring-multiline-expected.txt:
36252         * platform/efl/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
36253         * platform/efl/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt:
36254         * platform/efl/fast/css/focus-ring-outline-color-expected.png:
36255         * platform/efl/fast/css/focus-ring-outline-color-expected.txt:
36256         * platform/efl/fast/css/focus-ring-outline-offset-expected.png:
36257         * platform/efl/fast/css/focus-ring-outline-offset-expected.txt:
36258         * platform/efl/fast/css/focus-ring-outline-width-expected.png:
36259         * platform/efl/fast/css/focus-ring-outline-width-expected.txt:
36260         * platform/efl/fast/css/font-face-default-font-expected.png:
36261         * platform/efl/fast/css/font-face-default-font-expected.txt:
36262         * platform/efl/fast/css/font-face-implicit-local-font-expected.png:
36263         * platform/efl/fast/css/font-face-implicit-local-font-expected.txt:
36264         * platform/efl/fast/css/font-face-in-media-rule-expected.png:
36265         * platform/efl/fast/css/font-face-in-media-rule-expected.txt:
36266         * platform/efl/fast/css/font-face-locally-installed-expected.png:
36267         * platform/efl/fast/css/font-face-locally-installed-expected.txt:
36268         * platform/efl/fast/css/font-face-multiple-faces-expected.png:
36269         * platform/efl/fast/css/font-face-multiple-faces-expected.txt:
36270         * platform/efl/fast/css/font-face-multiple-remote-sources-expected.png:
36271         * platform/efl/fast/css/font-face-opentype-expected.png:
36272         * platform/efl/fast/css/font-face-opentype-expected.txt:
36273         * platform/efl/fast/css/font-face-remote-expected.png:
36274         * platform/efl/fast/css/font-face-synthetic-bold-italic-expected.png:
36275         * platform/efl/fast/css/font-face-synthetic-bold-italic-expected.txt:
36276         * platform/efl/fast/css/font-face-unicode-range-expected.png:
36277         * platform/efl/fast/css/font-face-unicode-range-expected.txt:
36278         * platform/efl/fast/css/font-face-weight-matching-expected.png:
36279         * platform/efl/fast/css/font-face-weight-matching-expected.txt:
36280         * platform/efl/fast/css/font-face-woff-expected.png:
36281         * platform/efl/fast/css/font-face-woff-expected.txt:
36282         * platform/efl/fast/css/font-shorthand-weight-only-expected.png:
36283         * platform/efl/fast/css/font-shorthand-weight-only-expected.txt:
36284         * platform/efl/fast/css/font-size-negative-expected.png:
36285         * platform/efl/fast/css/font-smoothing-expected.txt:
36286         * platform/efl/fast/css/font-weight-1-expected.txt:
36287         * platform/efl/fast/css/font_property_normal-expected.png:
36288         * platform/efl/fast/css/font_property_normal-expected.txt:
36289         * platform/efl/fast/css/h1-in-section-elements-expected.png:
36290         * platform/efl/fast/css/h1-in-section-elements-expected.txt:
36291         * platform/efl/fast/css/hover-subselector-expected.png:
36292         * platform/efl/fast/css/hover-subselector-expected.txt:
36293         * platform/efl/fast/css/hsl-color-expected.png:
36294         * platform/efl/fast/css/hsla-color-expected.png:
36295         * platform/efl/fast/css/ignore-text-zoom-expected.png:
36296         * platform/efl/fast/css/ignore-text-zoom-expected.txt:
36297         * platform/efl/fast/css/imageTileOpacity-expected.png:
36298         * platform/efl/fast/css/import-rule-regression-11590-expected.png:
36299         * platform/efl/fast/css/import-rule-regression-11590-expected.txt:
36300         * platform/efl/fast/css/import_with_baseurl-expected.png:
36301         * platform/efl/fast/css/import_with_baseurl-expected.txt:
36302         * platform/efl/fast/css/inline-element-line-break-expected.png:
36303         * platform/efl/fast/css/inline-element-line-break-expected.txt:
36304         * platform/efl/fast/css/inline-properties-important-expected.png:
36305         * platform/efl/fast/css/inline-properties-important-expected.txt:
36306         * platform/efl/fast/css/input-search-padding-expected.txt:
36307         * platform/efl/fast/css/invalid-percentage-property-expected.png:
36308         * platform/efl/fast/css/invalid-percentage-property-expected.txt:
36309         * platform/efl/fast/css/invalid-pseudo-classes-expected.png:
36310         * platform/efl/fast/css/invalid-pseudo-classes-expected.txt:
36311         * platform/efl/fast/css/invalidation-errors-2-expected.png:
36312         * platform/efl/fast/css/invalidation-errors-3-expected.png:
36313         * platform/efl/fast/css/invalidation-errors-3-expected.txt:
36314         * platform/efl/fast/css/invalidation-errors-expected.png:
36315         * platform/efl/fast/css/last-child-pseudo-class-expected.png:
36316         * platform/efl/fast/css/last-child-pseudo-class-expected.txt:
36317         * platform/efl/fast/css/last-child-style-sharing-expected.png:
36318         * platform/efl/fast/css/last-of-type-pseudo-class-expected.png:
36319         * platform/efl/fast/css/last-of-type-pseudo-class-expected.txt:
36320         * platform/efl/fast/css/layerZOrderCrash-expected.png:
36321         * platform/efl/fast/css/layerZOrderCrash-expected.txt:
36322         * platform/efl/fast/css/line-after-floating-div-expected.png:
36323         * platform/efl/fast/css/line-after-floating-div-expected.txt:
36324         * platform/efl/fast/css/line-height-determined-by-primary-font-expected.png:
36325         * platform/efl/fast/css/line-height-determined-by-primary-font-expected.txt:
36326         * platform/efl/fast/css/line-height-expected.png:
36327         * platform/efl/fast/css/line-height-expected.txt:
36328         * platform/efl/fast/css/line-height-font-order-expected.png:
36329         * platform/efl/fast/css/line-height-font-order-expected.txt:
36330         * platform/efl/fast/css/line-height-negative-expected.png:
36331         * platform/efl/fast/css/line-height-overflow-expected.png:
36332         * platform/efl/fast/css/line-height-overflow-expected.txt:
36333         * platform/efl/fast/css/linear-gradient-currentcolor-expected.png:
36334         * platform/efl/fast/css/link-outside-head-expected.png:
36335         * platform/efl/fast/css/link-outside-head-expected.txt:
36336         * platform/efl/fast/css/list-outline-expected.png:
36337         * platform/efl/fast/css/list-outline-expected.txt:
36338         * platform/efl/fast/css/live-cssrules-expected.png:
36339         * platform/efl/fast/css/live-cssrules-expected.txt:
36340         * platform/efl/fast/css/margin-bottom-form-element-quirk-expected.png:
36341         * platform/efl/fast/css/margin-bottom-form-element-quirk-expected.txt:
36342         * platform/efl/fast/css/margin-bottom-form-element-strict-expected.png:
36343         * platform/efl/fast/css/margin-bottom-form-element-strict-expected.txt:
36344         * platform/efl/fast/css/margin-top-bottom-dynamic-expected.png:
36345         * platform/efl/fast/css/margin-top-bottom-dynamic-expected.txt:
36346         * platform/efl/fast/css/max-height-none-expected.png:
36347         * platform/efl/fast/css/max-height-none-expected.txt:
36348         * platform/efl/fast/css/min-width-with-spanned-cell-expected.txt:
36349         * platform/efl/fast/css/min-width-with-spanned-cell-fixed-expected.png:
36350         * platform/efl/fast/css/min-width-with-spanned-cell-fixed-expected.txt:
36351         * platform/efl/fast/css/namespaces/001-expected.png:
36352         * platform/efl/fast/css/namespaces/001-expected.txt:
36353         * platform/efl/fast/css/namespaces/002-expected.png:
36354         * platform/efl/fast/css/namespaces/002-expected.txt:
36355         * platform/efl/fast/css/namespaces/003-expected.png:
36356         * platform/efl/fast/css/namespaces/003-expected.txt:
36357         * platform/efl/fast/css/namespaces/004-expected.png:
36358         * platform/efl/fast/css/namespaces/004-expected.txt:
36359         * platform/efl/fast/css/namespaces/005-expected.png:
36360         * platform/efl/fast/css/namespaces/005-expected.txt:
36361         * platform/efl/fast/css/namespaces/006-expected.png:
36362         * platform/efl/fast/css/namespaces/006-expected.txt:
36363         * platform/efl/fast/css/namespaces/007-expected.png:
36364         * platform/efl/fast/css/namespaces/007-expected.txt:
36365         * platform/efl/fast/css/namespaces/namespaces-comments-expected.png:
36366         * platform/efl/fast/css/namespaces/namespaces-comments-expected.txt:
36367         * platform/efl/fast/css/namespaces/namespaces-empty-expected.png:
36368         * platform/efl/fast/css/namespaces/namespaces-empty-expected.txt:
36369         * platform/efl/fast/css/namespaces/namespaces-escapes-expected.png:
36370         * platform/efl/fast/css/namespaces/namespaces-escapes-expected.txt:
36371         * platform/efl/fast/css/namespaces/namespaces-invalid-at-expected.png:
36372         * platform/efl/fast/css/namespaces/namespaces-invalid-at-expected.txt:
36373         * platform/efl/fast/css/negative-leading-expected.png:
36374         * platform/efl/fast/css/negative-leading-expected.txt:
36375         * platform/efl/fast/css/negative-nth-child-expected.png:
36376         * platform/efl/fast/css/negative-nth-child-expected.txt:
36377         * platform/efl/fast/css/nested-floating-relative-position-percentages-expected.png:
36378         * platform/efl/fast/css/nested-floating-relative-position-percentages-expected.txt:
36379         * platform/efl/fast/css/nested-rounded-corners-expected.png:
36380         * platform/efl/fast/css/non-empty-span-expected.png:
36381         * platform/efl/fast/css/non-empty-span-expected.txt:
36382         * platform/efl/fast/css/non-standard-checkbox-size-expected.png:
36383         * platform/efl/fast/css/non-standard-checkbox-size-expected.txt:
36384         * platform/efl/fast/css/nth-child-dynamic-expected.png:
36385         * platform/efl/fast/css/nth-child-dynamic-expected.txt:
36386         * platform/efl/fast/css/only-child-pseudo-class-expected.png:
36387         * platform/efl/fast/css/only-child-pseudo-class-expected.txt:
36388         * platform/efl/fast/css/only-of-type-pseudo-class-expected.png:
36389         * platform/efl/fast/css/only-of-type-pseudo-class-expected.txt:
36390         * platform/efl/fast/css/outline-auto-empty-rects-expected.png:
36391         * platform/efl/fast/css/outline-auto-location-expected.png:
36392         * platform/efl/fast/css/outline-auto-location-expected.txt:
36393         * platform/efl/fast/css/outline-narrowLine-expected.png:
36394         * platform/efl/fast/css/outline-narrowLine-expected.txt:
36395         * platform/efl/fast/css/pendingStylesheetFontSize-expected.png:
36396         * platform/efl/fast/css/pendingStylesheetFontSize-expected.txt:
36397         * platform/efl/fast/css/percent-top-relative-container-height-unspecified-expected.png:
36398         * platform/efl/fast/css/percent-top-relative-container-height-unspecified-expected.txt:
36399         * platform/efl/fast/css/percent-top-value-with-relative-position-expected.png:
36400         * platform/efl/fast/css/percentage-non-integer-expected.png:
36401         * platform/efl/fast/css/percentage-non-integer-expected.txt:
36402         * platform/efl/fast/css/position-negative-top-margin-expected.png:
36403         * platform/efl/fast/css/position-negative-top-margin-expected.txt:
36404         * platform/efl/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
36405         * platform/efl/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
36406         * platform/efl/fast/css/pseudo-element-line-break-expected.png:
36407         * platform/efl/fast/css/pseudo-element-line-break-expected.txt:
36408         * platform/efl/fast/css/pseudo-first-line-border-width-expected.png:
36409
36410 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
36411
36412         [EFL] Unreviewed gardening.
36413
36414         Rebaseline after enabling subpixel layout and updating freetype (10/26).
36415
36416         * platform/efl/fast/block/margin-collapse/038-expected.png:
36417         * platform/efl/fast/block/margin-collapse/038-expected.txt:
36418         * platform/efl/fast/block/margin-collapse/039-expected.png:
36419         * platform/efl/fast/block/margin-collapse/039-expected.txt:
36420         * platform/efl/fast/block/margin-collapse/040-expected.png:
36421         * platform/efl/fast/block/margin-collapse/040-expected.txt:
36422         * platform/efl/fast/block/margin-collapse/041-expected.png:
36423         * platform/efl/fast/block/margin-collapse/042-expected.png:
36424         * platform/efl/fast/block/margin-collapse/042-expected.txt:
36425         * platform/efl/fast/block/margin-collapse/043-expected.png:
36426         * platform/efl/fast/block/margin-collapse/044-expected.png:
36427         * platform/efl/fast/block/margin-collapse/044-expected.txt:
36428         * platform/efl/fast/block/margin-collapse/045-expected.png:
36429         * platform/efl/fast/block/margin-collapse/045-expected.txt:
36430         * platform/efl/fast/block/margin-collapse/055-expected.png:
36431         * platform/efl/fast/block/margin-collapse/055-expected.txt:
36432         * platform/efl/fast/block/margin-collapse/056-expected.png:
36433         * platform/efl/fast/block/margin-collapse/056-expected.txt:
36434         * platform/efl/fast/block/margin-collapse/057-expected.png:
36435         * platform/efl/fast/block/margin-collapse/058-expected.png:
36436         * platform/efl/fast/block/margin-collapse/058-expected.txt:
36437         * platform/efl/fast/block/margin-collapse/059-expected.png:
36438         * platform/efl/fast/block/margin-collapse/059-expected.txt:
36439         * platform/efl/fast/block/margin-collapse/062-expected.png:
36440         * platform/efl/fast/block/margin-collapse/062-expected.txt:
36441         * platform/efl/fast/block/margin-collapse/063-expected.png:
36442         * platform/efl/fast/block/margin-collapse/063-expected.txt:
36443         * platform/efl/fast/block/margin-collapse/100-expected.png:
36444         * platform/efl/fast/block/margin-collapse/100-expected.txt:
36445         * platform/efl/fast/block/margin-collapse/101-expected.png:
36446         * platform/efl/fast/block/margin-collapse/101-expected.txt:
36447         * platform/efl/fast/block/margin-collapse/102-expected.png:
36448         * platform/efl/fast/block/margin-collapse/102-expected.txt:
36449         * platform/efl/fast/block/margin-collapse/103-expected.png:
36450         * platform/efl/fast/block/margin-collapse/103-expected.txt:
36451         * platform/efl/fast/block/margin-collapse/104-expected.png:
36452         * platform/efl/fast/block/margin-collapse/104-expected.txt:
36453         * platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.png:
36454         * platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
36455         * platform/efl/fast/block/margin-collapse/block-inside-inline/002-expected.png:
36456         * platform/efl/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
36457         * platform/efl/fast/block/margin-collapse/block-inside-inline/003-expected.png:
36458         * platform/efl/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
36459         * platform/efl/fast/block/margin-collapse/block-inside-inline/004-expected.png:
36460         * platform/efl/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
36461         * platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.png:
36462         * platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
36463         * platform/efl/fast/block/margin-collapse/block-inside-inline/006-expected.png:
36464         * platform/efl/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
36465         * platform/efl/fast/block/margin-collapse/block-inside-inline/010-expected.png:
36466         * platform/efl/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
36467         * platform/efl/fast/block/margin-collapse/block-inside-inline/011-expected.png:
36468         * platform/efl/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
36469         * platform/efl/fast/block/margin-collapse/block-inside-inline/012-expected.png:
36470         * platform/efl/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
36471         * platform/efl/fast/block/margin-collapse/block-inside-inline/015-expected.png:
36472         * platform/efl/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
36473         * platform/efl/fast/block/margin-collapse/block-inside-inline/016-expected.png:
36474         * platform/efl/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
36475         * platform/efl/fast/block/margin-collapse/block-inside-inline/017-expected.png:
36476         * platform/efl/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
36477         * platform/efl/fast/block/margin-collapse/block-inside-inline/018-expected.png:
36478         * platform/efl/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
36479         * platform/efl/fast/block/margin-collapse/block-inside-inline/019-expected.png:
36480         * platform/efl/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
36481         * platform/efl/fast/block/margin-collapse/block-inside-inline/020-expected.png:
36482         * platform/efl/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
36483         * platform/efl/fast/block/margin-collapse/block-inside-inline/021-expected.png:
36484         * platform/efl/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
36485         * platform/efl/fast/block/margin-collapse/block-inside-inline/022-expected.png:
36486         * platform/efl/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
36487         * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.png:
36488         * platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.png:
36489         * platform/efl/fast/block/margin-collapse/negative-margins-expected.png:
36490         * platform/efl/fast/block/margin-collapse/negative-margins-expected.txt:
36491         * platform/efl/fast/block/positioning/001-expected.png:
36492         * platform/efl/fast/block/positioning/001-expected.txt:
36493         * platform/efl/fast/block/positioning/002-expected.png:
36494         * platform/efl/fast/block/positioning/002-expected.txt:
36495         * platform/efl/fast/block/positioning/003-expected.png:
36496         * platform/efl/fast/block/positioning/004-expected.png:
36497         * platform/efl/fast/block/positioning/007-expected.png:
36498         * platform/efl/fast/block/positioning/008-expected.png:
36499         * platform/efl/fast/block/positioning/014-expected.png:
36500         * platform/efl/fast/block/positioning/017-expected.png:
36501         * platform/efl/fast/block/positioning/018-expected.png:
36502         * platform/efl/fast/block/positioning/019-expected.png:
36503         * platform/efl/fast/block/positioning/035-expected.png:
36504         * platform/efl/fast/block/positioning/038-expected.png:
36505         * platform/efl/fast/block/positioning/039-expected.png:
36506         * platform/efl/fast/block/positioning/040-expected.png:
36507         * platform/efl/fast/block/positioning/047-expected.png:
36508         * platform/efl/fast/block/positioning/048-expected.png:
36509         * platform/efl/fast/block/positioning/049-expected.png:
36510         * platform/efl/fast/block/positioning/050-expected.png:
36511         * platform/efl/fast/block/positioning/051-expected.png:
36512         * platform/efl/fast/block/positioning/051-expected.txt:
36513         * platform/efl/fast/block/positioning/052-expected.png:
36514         * platform/efl/fast/block/positioning/052-expected.txt:
36515         * platform/efl/fast/block/positioning/053-expected.png:
36516         * platform/efl/fast/block/positioning/053-expected.txt:
36517         * platform/efl/fast/block/positioning/054-expected.png:
36518         * platform/efl/fast/block/positioning/054-expected.txt:
36519         * platform/efl/fast/block/positioning/055-expected.png:
36520         * platform/efl/fast/block/positioning/055-expected.txt:
36521         * platform/efl/fast/block/positioning/056-expected.png:
36522         * platform/efl/fast/block/positioning/056-expected.txt:
36523         * platform/efl/fast/block/positioning/057-expected.png:
36524         * platform/efl/fast/block/positioning/057-expected.txt:
36525         * platform/efl/fast/block/positioning/058-expected.png:
36526         * platform/efl/fast/block/positioning/058-expected.txt:
36527         * platform/efl/fast/block/positioning/059-expected.png:
36528         * platform/efl/fast/block/positioning/059-expected.txt:
36529         * platform/efl/fast/block/positioning/060-expected.png:
36530         * platform/efl/fast/block/positioning/060-expected.txt:
36531         * platform/efl/fast/block/positioning/061-expected.png:
36532         * platform/efl/fast/block/positioning/061-expected.txt:
36533         * platform/efl/fast/block/positioning/abs-inside-inline-rel-expected.png:
36534         * platform/efl/fast/block/positioning/abs-inside-inline-rel-expected.txt:
36535         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-2-expected.png:
36536         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-2-expected.txt:
36537         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-3-expected.png:
36538         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-3-expected.txt:
36539         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-expected.png:
36540         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-expected.txt:
36541         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-2-expected.png:
36542         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-2-expected.txt:
36543         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-3-expected.png:
36544         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-3-expected.txt:
36545         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-expected.png:
36546         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-expected.txt:
36547         * platform/efl/fast/block/positioning/absolute-in-inline-short-ltr-expected.png:
36548         * platform/efl/fast/block/positioning/absolute-in-inline-short-ltr-expected.txt:
36549         * platform/efl/fast/block/positioning/absolute-in-inline-short-rtl-expected.png:
36550         * platform/efl/fast/block/positioning/absolute-in-inline-short-rtl-expected.txt:
36551         * platform/efl/fast/block/positioning/absolute-length-of-neg-666666-expected.png:
36552         * platform/efl/fast/block/positioning/absolute-length-of-neg-666666-expected.txt:
36553         * platform/efl/fast/block/positioning/absolute-position-direction-expected.png:
36554         * platform/efl/fast/block/positioning/absolute-position-direction-expected.txt:
36555         * platform/efl/fast/block/positioning/absolute-positioned-overconstrained-expected.png:
36556         * platform/efl/fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
36557         * platform/efl/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png:
36558         * platform/efl/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt:
36559         * platform/efl/fast/block/positioning/absolute-with-html-border-quirks-expected.png:
36560         * platform/efl/fast/block/positioning/absolute-with-html-border-quirks-expected.txt:
36561         * platform/efl/fast/block/positioning/absolute-with-html-border-strict-expected.png:
36562         * platform/efl/fast/block/positioning/absolute-with-html-border-strict-expected.txt:
36563         * platform/efl/fast/block/positioning/auto-height-with-top-and-bottom-expected.png:
36564         * platform/efl/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
36565         * platform/efl/fast/block/positioning/auto/001-expected.png:
36566         * platform/efl/fast/block/positioning/auto/001-expected.txt:
36567         * platform/efl/fast/block/positioning/auto/002-expected.png:
36568         * platform/efl/fast/block/positioning/auto/002-expected.txt:
36569         * platform/efl/fast/block/positioning/auto/003-expected.png:
36570         * platform/efl/fast/block/positioning/auto/003-expected.txt:
36571         * platform/efl/fast/block/positioning/auto/004-expected.png:
36572         * platform/efl/fast/block/positioning/auto/004-expected.txt:
36573         * platform/efl/fast/block/positioning/auto/005-expected.png:
36574         * platform/efl/fast/block/positioning/auto/005-expected.txt:
36575         * platform/efl/fast/block/positioning/auto/006-expected.png:
36576         * platform/efl/fast/block/positioning/auto/006-expected.txt:
36577         * platform/efl/fast/block/positioning/auto/007-expected.png:
36578         * platform/efl/fast/block/positioning/auto/007-expected.txt:
36579         * platform/efl/fast/block/positioning/auto/vertical-lr/001-expected.png:
36580         * platform/efl/fast/block/positioning/auto/vertical-lr/001-expected.txt:
36581         * platform/efl/fast/block/positioning/auto/vertical-lr/002-expected.png:
36582         * platform/efl/fast/block/positioning/auto/vertical-lr/002-expected.txt:
36583         * platform/efl/fast/block/positioning/auto/vertical-lr/003-expected.png:
36584         * platform/efl/fast/block/positioning/auto/vertical-lr/003-expected.txt:
36585         * platform/efl/fast/block/positioning/auto/vertical-lr/004-expected.png:
36586         * platform/efl/fast/block/positioning/auto/vertical-lr/004-expected.txt:
36587         * platform/efl/fast/block/positioning/auto/vertical-lr/005-expected.png:
36588         * platform/efl/fast/block/positioning/auto/vertical-lr/005-expected.txt:
36589         * platform/efl/fast/block/positioning/auto/vertical-lr/006-expected.png:
36590         * platform/efl/fast/block/positioning/auto/vertical-lr/006-expected.txt:
36591         * platform/efl/fast/block/positioning/auto/vertical-lr/007-expected.png:
36592         * platform/efl/fast/block/positioning/auto/vertical-lr/007-expected.txt:
36593         * platform/efl/fast/block/positioning/auto/vertical-rl/001-expected.png:
36594         * platform/efl/fast/block/positioning/auto/vertical-rl/001-expected.txt:
36595         * platform/efl/fast/block/positioning/auto/vertical-rl/002-expected.png:
36596         * platform/efl/fast/block/positioning/auto/vertical-rl/002-expected.txt:
36597         * platform/efl/fast/block/positioning/auto/vertical-rl/003-expected.png:
36598         * platform/efl/fast/block/positioning/auto/vertical-rl/003-expected.txt:
36599         * platform/efl/fast/block/positioning/auto/vertical-rl/004-expected.png:
36600         * platform/efl/fast/block/positioning/auto/vertical-rl/004-expected.txt:
36601         * platform/efl/fast/block/positioning/auto/vertical-rl/005-expected.png:
36602         * platform/efl/fast/block/positioning/auto/vertical-rl/005-expected.txt:
36603         * platform/efl/fast/block/positioning/auto/vertical-rl/006-expected.png:
36604         * platform/efl/fast/block/positioning/auto/vertical-rl/006-expected.txt:
36605         * platform/efl/fast/block/positioning/auto/vertical-rl/007-expected.png:
36606         * platform/efl/fast/block/positioning/auto/vertical-rl/007-expected.txt:
36607         * platform/efl/fast/block/positioning/child-of-absolute-with-auto-height-expected.png:
36608         * platform/efl/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt:
36609         * platform/efl/fast/block/positioning/differing-writing-modes-expected.png:
36610         * platform/efl/fast/block/positioning/differing-writing-modes-expected.txt:
36611         * platform/efl/fast/block/positioning/differing-writing-modes-replaced-expected.png:
36612         * platform/efl/fast/block/positioning/differing-writing-modes-replaced-expected.txt:
36613         * platform/efl/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png:
36614         * platform/efl/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
36615         * platform/efl/fast/block/positioning/height-change-expected.png:
36616         * platform/efl/fast/block/positioning/height-change-expected.txt:
36617         * platform/efl/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png:
36618         * platform/efl/fast/block/positioning/hiding-inside-relpositioned-inline-expected.txt:
36619         * platform/efl/fast/block/positioning/inline-block-relposition-expected.png:
36620         * platform/efl/fast/block/positioning/inline-block-relposition-expected.txt:
36621         * platform/efl/fast/block/positioning/leftmargin-topmargin-expected.png:
36622         * platform/efl/fast/block/positioning/leftmargin-topmargin-expected.txt:
36623         * platform/efl/fast/block/positioning/negative-rel-position-expected.png:
36624         * platform/efl/fast/block/positioning/negative-right-pos-expected.png:
36625         * platform/efl/fast/block/positioning/negative-right-pos-expected.txt:
36626         * platform/efl/fast/block/positioning/padding-percent-expected.png:
36627         * platform/efl/fast/block/positioning/padding-percent-expected.txt:
36628         * platform/efl/fast/block/positioning/pref-width-change-expected.png:
36629         * platform/efl/fast/block/positioning/pref-width-change-expected.txt:
36630         * platform/efl/fast/block/positioning/relative-overconstrained-expected.png:
36631         * platform/efl/fast/block/positioning/relative-overflow-block-expected.png:
36632         * platform/efl/fast/block/positioning/relative-overflow-block-expected.txt:
36633         * platform/efl/fast/block/positioning/relative-overflow-replaced-expected.png:
36634         * platform/efl/fast/block/positioning/relative-overflow-replaced-expected.txt:
36635         * platform/efl/fast/block/positioning/relative-overflow-replaced-float-expected.png:
36636         * platform/efl/fast/block/positioning/relative-overflow-replaced-float-expected.txt:
36637         * platform/efl/fast/block/positioning/relative-positioned-inline-container-expected.png:
36638         * platform/efl/fast/block/positioning/relative-positioned-inline-container-expected.txt:
36639         * platform/efl/fast/block/positioning/relayout-on-position-change-expected.png:
36640         * platform/efl/fast/block/positioning/relayout-on-position-change-expected.txt:
36641         * platform/efl/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
36642         * platform/efl/fast/block/positioning/rtl-fixed-positioning-expected.png:
36643         * platform/efl/fast/block/positioning/rtl-static-positioning-expected.png:
36644         * platform/efl/fast/block/positioning/rtl-static-positioning-expected.txt:
36645         * platform/efl/fast/block/positioning/rtl-static-positioning-inline-block-expected.png:
36646         * platform/efl/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt:
36647         * platform/efl/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png:
36648         * platform/efl/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt:
36649         * platform/efl/fast/block/positioning/static-inline-position-dynamic-expected.png:
36650         * platform/efl/fast/block/positioning/table-cell-static-position-expected.png:
36651         * platform/efl/fast/block/positioning/table-cell-static-position-expected.txt:
36652         * platform/efl/fast/block/positioning/trailing-space-test-expected.png:
36653         * platform/efl/fast/block/positioning/trailing-space-test-expected.txt:
36654         * platform/efl/fast/block/positioning/vertical-lr/001-expected.png:
36655         * platform/efl/fast/block/positioning/vertical-lr/001-expected.txt:
36656         * platform/efl/fast/block/positioning/vertical-lr/002-expected.png:
36657         * platform/efl/fast/block/positioning/vertical-lr/002-expected.txt:
36658         * platform/efl/fast/block/positioning/vertical-lr/003-expected.png:
36659         * platform/efl/fast/block/positioning/vertical-lr/004-expected.png:
36660         * platform/efl/fast/block/positioning/vertical-rl/001-expected.png:
36661         * platform/efl/fast/block/positioning/vertical-rl/001-expected.txt:
36662         * platform/efl/fast/block/positioning/vertical-rl/002-expected.png:
36663         * platform/efl/fast/block/positioning/vertical-rl/002-expected.txt:
36664         * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
36665         * platform/efl/fast/block/positioning/window-height-change-expected.png:
36666         * platform/efl/fast/block/positioning/window-height-change-expected.txt:
36667         * platform/efl/fast/body-propagation/background-color/001-expected.png:
36668         * platform/efl/fast/body-propagation/background-color/001-expected.txt:
36669         * platform/efl/fast/body-propagation/background-color/001-xhtml-expected.png:
36670         * platform/efl/fast/body-propagation/background-color/001-xhtml-expected.txt:
36671         * platform/efl/fast/body-propagation/background-color/002-expected.png:
36672         * platform/efl/fast/body-propagation/background-color/002-expected.txt:
36673         * platform/efl/fast/body-propagation/background-color/002-xhtml-expected.png:
36674         * platform/efl/fast/body-propagation/background-color/002-xhtml-expected.txt:
36675         * platform/efl/fast/body-propagation/background-color/003-declarative-expected.png:
36676         * platform/efl/fast/body-propagation/background-color/003-declarative-expected.txt:
36677         * platform/efl/fast/body-propagation/background-color/003-expected.png:
36678         * platform/efl/fast/body-propagation/background-color/003-expected.txt:
36679         * platform/efl/fast/body-propagation/background-color/003-xhtml-expected.png:
36680         * platform/efl/fast/body-propagation/background-color/003-xhtml-expected.txt:
36681         * platform/efl/fast/body-propagation/background-color/004-declarative-expected.png:
36682         * platform/efl/fast/body-propagation/background-color/004-declarative-expected.txt:
36683         * platform/efl/fast/body-propagation/background-color/004-expected.png:
36684         * platform/efl/fast/body-propagation/background-color/004-expected.txt:
36685         * platform/efl/fast/body-propagation/background-color/004-xhtml-expected.png:
36686         * platform/efl/fast/body-propagation/background-color/004-xhtml-expected.txt:
36687         * platform/efl/fast/body-propagation/background-color/005-declarative-expected.png:
36688         * platform/efl/fast/body-propagation/background-color/005-declarative-expected.txt:
36689         * platform/efl/fast/body-propagation/background-color/005-expected.png:
36690         * platform/efl/fast/body-propagation/background-color/005-expected.txt:
36691         * platform/efl/fast/body-propagation/background-color/005-xhtml-expected.png:
36692         * platform/efl/fast/body-propagation/background-color/005-xhtml-expected.txt:
36693         * platform/efl/fast/body-propagation/background-color/006-declarative-expected.png:
36694         * platform/efl/fast/body-propagation/background-color/006-declarative-expected.txt:
36695         * platform/efl/fast/body-propagation/background-color/006-expected.png:
36696         * platform/efl/fast/body-propagation/background-color/006-expected.txt:
36697         * platform/efl/fast/body-propagation/background-color/006-xhtml-expected.png:
36698         * platform/efl/fast/body-propagation/background-color/006-xhtml-expected.txt:
36699         * platform/efl/fast/body-propagation/background-color/007-declarative-expected.png:
36700         * platform/efl/fast/body-propagation/background-color/007-declarative-expected.txt:
36701         * platform/efl/fast/body-propagation/background-color/007-expected.png:
36702         * platform/efl/fast/body-propagation/background-color/007-expected.txt:
36703         * platform/efl/fast/body-propagation/background-color/007-xhtml-expected.png:
36704         * platform/efl/fast/body-propagation/background-color/007-xhtml-expected.txt:
36705         * platform/efl/fast/body-propagation/background-color/008-expected.png:
36706         * platform/efl/fast/body-propagation/background-color/008-expected.txt:
36707         * platform/efl/fast/body-propagation/background-color/008-xhtml-expected.png:
36708         * platform/efl/fast/body-propagation/background-color/008-xhtml-expected.txt:
36709         * platform/efl/fast/body-propagation/background-image/001-expected.png:
36710         * platform/efl/fast/body-propagation/background-image/001-expected.txt:
36711         * platform/efl/fast/body-propagation/background-image/001-xhtml-expected.png:
36712         * platform/efl/fast/body-propagation/background-image/001-xhtml-expected.txt:
36713         * platform/efl/fast/body-propagation/background-image/002-expected.png:
36714         * platform/efl/fast/body-propagation/background-image/002-expected.txt:
36715         * platform/efl/fast/body-propagation/background-image/002-xhtml-expected.png:
36716         * platform/efl/fast/body-propagation/background-image/002-xhtml-expected.txt:
36717         * platform/efl/fast/body-propagation/background-image/003-declarative-expected.png:
36718         * platform/efl/fast/body-propagation/background-image/003-declarative-expected.txt:
36719         * platform/efl/fast/body-propagation/background-image/003-expected.png:
36720         * platform/efl/fast/body-propagation/background-image/003-expected.txt:
36721         * platform/efl/fast/body-propagation/background-image/003-xhtml-expected.png:
36722         * platform/efl/fast/body-propagation/background-image/003-xhtml-expected.txt:
36723         * platform/efl/fast/body-propagation/background-image/004-declarative-expected.png:
36724         * platform/efl/fast/body-propagation/background-image/004-declarative-expected.txt:
36725         * platform/efl/fast/body-propagation/background-image/004-expected.png:
36726         * platform/efl/fast/body-propagation/background-image/004-expected.txt:
36727         * platform/efl/fast/body-propagation/background-image/004-xhtml-expected.png:
36728         * platform/efl/fast/body-propagation/background-image/004-xhtml-expected.txt:
36729         * platform/efl/fast/body-propagation/background-image/005-declarative-expected.png:
36730         * platform/efl/fast/body-propagation/background-image/005-declarative-expected.txt:
36731         * platform/efl/fast/body-propagation/background-image/005-expected.png:
36732         * platform/efl/fast/body-propagation/background-image/005-expected.txt:
36733         * platform/efl/fast/body-propagation/background-image/005-xhtml-expected.png:
36734         * platform/efl/fast/body-propagation/background-image/005-xhtml-expected.txt:
36735         * platform/efl/fast/body-propagation/background-image/006-declarative-expected.png:
36736         * platform/efl/fast/body-propagation/background-image/006-declarative-expected.txt:
36737         * platform/efl/fast/body-propagation/background-image/006-expected.png:
36738         * platform/efl/fast/body-propagation/background-image/006-expected.txt:
36739         * platform/efl/fast/body-propagation/background-image/006-xhtml-expected.png:
36740         * platform/efl/fast/body-propagation/background-image/006-xhtml-expected.txt:
36741         * platform/efl/fast/body-propagation/background-image/007-declarative-expected.png:
36742         * platform/efl/fast/body-propagation/background-image/007-declarative-expected.txt:
36743         * platform/efl/fast/body-propagation/background-image/007-expected.png:
36744         * platform/efl/fast/body-propagation/background-image/007-expected.txt:
36745         * platform/efl/fast/body-propagation/background-image/007-xhtml-expected.png:
36746         * platform/efl/fast/body-propagation/background-image/007-xhtml-expected.txt:
36747         * platform/efl/fast/body-propagation/background-image/008-expected.png:
36748         * platform/efl/fast/body-propagation/background-image/008-expected.txt:
36749         * platform/efl/fast/body-propagation/background-image/008-xhtml-expected.png:
36750         * platform/efl/fast/body-propagation/background-image/008-xhtml-expected.txt:
36751         * platform/efl/fast/body-propagation/background-image/009-expected.png:
36752         * platform/efl/fast/body-propagation/background-image/009-expected.txt:
36753         * platform/efl/fast/body-propagation/background-image/009-xhtml-expected.png:
36754         * platform/efl/fast/body-propagation/background-image/009-xhtml-expected.txt:
36755         * platform/efl/fast/body-propagation/background-image/010-expected.png:
36756         * platform/efl/fast/body-propagation/background-image/010-expected.txt:
36757         * platform/efl/fast/body-propagation/background-image/010-xhtml-expected.png:
36758         * platform/efl/fast/body-propagation/background-image/010-xhtml-expected.txt:
36759         * platform/efl/fast/body-propagation/overflow/001-expected.png:
36760         * platform/efl/fast/body-propagation/overflow/001-expected.txt:
36761         * platform/efl/fast/body-propagation/overflow/001-xhtml-expected.png:
36762         * platform/efl/fast/body-propagation/overflow/001-xhtml-expected.txt:
36763         * platform/efl/fast/body-propagation/overflow/002-expected.png:
36764         * platform/efl/fast/body-propagation/overflow/002-expected.txt:
36765         * platform/efl/fast/body-propagation/overflow/002-xhtml-expected.png:
36766         * platform/efl/fast/body-propagation/overflow/002-xhtml-expected.txt:
36767         * platform/efl/fast/body-propagation/overflow/003-declarative-expected.png:
36768         * platform/efl/fast/body-propagation/overflow/003-declarative-expected.txt:
36769         * platform/efl/fast/body-propagation/overflow/003-expected.png:
36770         * platform/efl/fast/body-propagation/overflow/003-expected.txt:
36771         * platform/efl/fast/body-propagation/overflow/003-xhtml-expected.png:
36772         * platform/efl/fast/body-propagation/overflow/003-xhtml-expected.txt:
36773         * platform/efl/fast/body-propagation/overflow/004-declarative-expected.png:
36774         * platform/efl/fast/body-propagation/overflow/004-declarative-expected.txt:
36775         * platform/efl/fast/body-propagation/overflow/004-expected.png:
36776         * platform/efl/fast/body-propagation/overflow/004-expected.txt:
36777         * platform/efl/fast/body-propagation/overflow/004-xhtml-expected.png:
36778         * platform/efl/fast/body-propagation/overflow/004-xhtml-expected.txt:
36779         * platform/efl/fast/body-propagation/overflow/005-declarative-expected.png:
36780         * platform/efl/fast/body-propagation/overflow/005-declarative-expected.txt:
36781         * platform/efl/fast/body-propagation/overflow/005-expected.png:
36782         * platform/efl/fast/body-propagation/overflow/005-expected.txt:
36783         * platform/efl/fast/body-propagation/overflow/005-xhtml-expected.png:
36784         * platform/efl/fast/body-propagation/overflow/005-xhtml-expected.txt:
36785         * platform/efl/fast/body-propagation/overflow/006-declarative-expected.png:
36786         * platform/efl/fast/body-propagation/overflow/006-declarative-expected.txt:
36787         * platform/efl/fast/body-propagation/overflow/006-expected.png:
36788         * platform/efl/fast/body-propagation/overflow/006-expected.txt:
36789         * platform/efl/fast/body-propagation/overflow/006-xhtml-expected.png:
36790         * platform/efl/fast/body-propagation/overflow/006-xhtml-expected.txt:
36791         * platform/efl/fast/body-propagation/overflow/007-declarative-expected.png:
36792         * platform/efl/fast/body-propagation/overflow/007-declarative-expected.txt:
36793         * platform/efl/fast/body-propagation/overflow/007-expected.png:
36794         * platform/efl/fast/body-propagation/overflow/007-expected.txt:
36795         * platform/efl/fast/body-propagation/overflow/007-xhtml-expected.png:
36796         * platform/efl/fast/body-propagation/overflow/007-xhtml-expected.txt:
36797         * platform/efl/fast/borders/bidi-002-expected.png:
36798         * platform/efl/fast/borders/bidi-002-expected.txt:
36799         * platform/efl/fast/borders/bidi-009a-expected.png:
36800         * platform/efl/fast/borders/bidi-012-expected.png:
36801         * platform/efl/fast/borders/block-mask-overlay-image-expected.png:
36802         * platform/efl/fast/borders/block-mask-overlay-image-expected.txt:
36803         * platform/efl/fast/borders/block-mask-overlay-image-outset-expected.png:
36804         * platform/efl/fast/borders/block-mask-overlay-image-outset-expected.txt:
36805         * platform/efl/fast/borders/border-antialiasing-expected.png:
36806         * platform/efl/fast/borders/border-antialiasing-expected.txt:
36807         * platform/efl/fast/borders/border-color-inherit-expected.png:
36808         * platform/efl/fast/borders/border-color-inherit-expected.txt:
36809         * platform/efl/fast/borders/border-fit-2-expected.png:
36810         * platform/efl/fast/borders/border-fit-expected.png:
36811         * platform/efl/fast/borders/border-image-01-expected.png:
36812         * platform/efl/fast/borders/border-image-01-expected.txt:
36813         * platform/efl/fast/borders/border-image-border-radius-expected.png:
36814         * platform/efl/fast/borders/border-image-border-radius-expected.txt:
36815         * platform/efl/fast/borders/border-image-longhand-expected.png:
36816         * platform/efl/fast/borders/border-image-longhand-expected.txt:
36817         * platform/efl/fast/borders/border-image-massive-scale-expected.png:
36818         * platform/efl/fast/borders/border-image-massive-scale-expected.txt:
36819         * platform/efl/fast/borders/border-image-omit-right-slice-expected.png:
36820         * platform/efl/fast/borders/border-image-outset-expected.png:
36821         * platform/efl/fast/borders/border-image-outset-expected.txt:
36822         * platform/efl/fast/borders/border-image-outset-in-shorthand-expected.png:
36823         * platform/efl/fast/borders/border-image-outset-in-shorthand-expected.txt:
36824         * platform/efl/fast/borders/border-image-outset-split-inline-expected.png:
36825         * platform/efl/fast/borders/border-image-outset-split-inline-expected.txt:
36826         * platform/efl/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png:
36827         * platform/efl/fast/borders/border-image-repeat-expected.png:
36828         * platform/efl/fast/borders/border-image-repeat-expected.txt:
36829         * platform/efl/fast/borders/border-image-rotate-transform-expected.png:
36830         * platform/efl/fast/borders/border-image-rotate-transform-expected.txt:
36831         * platform/efl/fast/borders/border-image-scale-transform-expected.png:
36832         * platform/efl/fast/borders/border-image-scale-transform-expected.txt:
36833         * platform/efl/fast/borders/border-image-scaled-expected.png:
36834         * platform/efl/fast/borders/border-image-scaled-expected.txt:
36835         * platform/efl/fast/borders/border-image-scaled-gradient-expected.png:
36836         * platform/efl/fast/borders/border-image-scrambled-expected.png:
36837         * platform/efl/fast/borders/border-image-scrambled-expected.txt:
36838         * platform/efl/fast/borders/border-image-side-reduction-expected.png:
36839         * platform/efl/fast/borders/border-image-slice-constrained-expected.png:
36840         * platform/efl/fast/borders/border-image-slice-constrained-expected.txt:
36841         * platform/efl/fast/borders/border-image-slices-expected.png:
36842         * platform/efl/fast/borders/border-image-slices-expected.txt:
36843         * platform/efl/fast/borders/border-image-source-expected.png:
36844         * platform/efl/fast/borders/border-image-source-expected.txt:
36845         * platform/efl/fast/borders/border-mixed-alpha-expected.png:
36846         * platform/efl/fast/borders/border-radius-circle-expected.png:
36847         * platform/efl/fast/borders/border-radius-complex-inner-expected.png:
36848         * platform/efl/fast/borders/border-radius-constraints-expected.txt:
36849         * platform/efl/fast/borders/border-radius-different-width-001-expected.png:
36850         * platform/efl/fast/borders/border-radius-groove-01-expected.png:
36851         * platform/efl/fast/borders/border-radius-groove-02-expected.png:
36852         * platform/efl/fast/borders/border-radius-groove-03-expected.png:
36853         * platform/efl/fast/borders/border-radius-huge-assert-expected.png:
36854         * platform/efl/fast/borders/border-radius-inline-flow-expected.png:
36855         * platform/efl/fast/borders/border-radius-inline-flow-expected.txt:
36856         * platform/efl/fast/borders/border-radius-inset-outset-expected.png:
36857         * platform/efl/fast/borders/border-radius-inset-outset-expected.txt:
36858         * platform/efl/fast/borders/border-radius-split-inline-expected.txt:
36859         * platform/efl/fast/borders/border-radius-valid-border-clipping-expected.png:
36860         * platform/efl/fast/borders/border-radius-wide-border-01-expected.png:
36861         * platform/efl/fast/borders/border-radius-wide-border-02-expected.png:
36862         * platform/efl/fast/borders/border-radius-wide-border-03-expected.png:
36863         * platform/efl/fast/borders/border-radius-wide-border-04-expected.png:
36864         * platform/efl/fast/borders/border-radius-wide-border-05-expected.png:
36865         * platform/efl/fast/borders/border-shadow-large-radius-expected.png:
36866         * platform/efl/fast/borders/border-styles-split-expected.png:
36867         * platform/efl/fast/borders/border-styles-split-expected.txt:
36868         * platform/efl/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
36869         * platform/efl/fast/borders/borderRadiusAllStylesAllCorners-expected.txt:
36870         * platform/efl/fast/borders/borderRadiusArcs01-expected.png:
36871         * platform/efl/fast/borders/borderRadiusArcs01-expected.txt:
36872         * platform/efl/fast/borders/borderRadiusDashed01-expected.png:
36873         * platform/efl/fast/borders/borderRadiusDashed02-expected.png:
36874         * platform/efl/fast/borders/borderRadiusDashed03-expected.png:
36875         * platform/efl/fast/borders/borderRadiusDashed04-expected.png:
36876         * platform/efl/fast/borders/borderRadiusDashed05-expected.png:
36877         * platform/efl/fast/borders/borderRadiusDashed06-expected.png:
36878         * platform/efl/fast/borders/borderRadiusDotted01-expected.png:
36879         * platform/efl/fast/borders/borderRadiusDotted02-expected.png:
36880         * platform/efl/fast/borders/borderRadiusDotted03-expected.png:
36881         * platform/efl/fast/borders/borderRadiusDotted04-expected.png:
36882         * platform/efl/fast/borders/borderRadiusDotted05-expected.png:
36883         * platform/efl/fast/borders/borderRadiusDotted06-expected.png:
36884         * platform/efl/fast/borders/borderRadiusDouble01-expected.png:
36885         * platform/efl/fast/borders/borderRadiusDouble01-expected.txt:
36886         * platform/efl/fast/borders/borderRadiusDouble02-expected.png:
36887         * platform/efl/fast/borders/borderRadiusDouble02-expected.txt:
36888         * platform/efl/fast/borders/borderRadiusDouble03-expected.png:
36889         * platform/efl/fast/borders/borderRadiusDouble03-expected.txt:
36890         * platform/efl/fast/borders/borderRadiusDouble04-expected.png:
36891         * platform/efl/fast/borders/borderRadiusDouble05-expected.png:
36892         * platform/efl/fast/borders/borderRadiusDouble06-expected.png:
36893         * platform/efl/fast/borders/borderRadiusDouble07-expected.png:
36894         * platform/efl/fast/borders/borderRadiusDouble08-expected.png:
36895         * platform/efl/fast/borders/borderRadiusDouble09-expected.png:
36896         * platform/efl/fast/borders/borderRadiusGroove01-expected.png:
36897         * platform/efl/fast/borders/borderRadiusGroove01-expected.txt:
36898         * platform/efl/fast/borders/borderRadiusGroove02-expected.png:
36899         * platform/efl/fast/borders/borderRadiusGroove02-expected.txt:
36900         * platform/efl/fast/borders/borderRadiusInset01-expected.png:
36901         * platform/efl/fast/borders/borderRadiusInset01-expected.txt:
36902         * platform/efl/fast/borders/borderRadiusInvalidColor-expected.png:
36903         * platform/efl/fast/borders/borderRadiusInvalidColor-expected.txt:
36904         * platform/efl/fast/borders/borderRadiusOutset01-expected.png:
36905         * platform/efl/fast/borders/borderRadiusOutset01-expected.txt:
36906         * platform/efl/fast/borders/borderRadiusRidge01-expected.png:
36907         * platform/efl/fast/borders/borderRadiusRidge01-expected.txt:
36908         * platform/efl/fast/borders/borderRadiusSolid01-expected.png:
36909         * platform/efl/fast/borders/borderRadiusSolid02-expected.png:
36910         * platform/efl/fast/borders/borderRadiusSolid03-expected.png:
36911         * platform/efl/fast/borders/borderRadiusSolid04-expected.png:
36912         * platform/efl/fast/borders/different-color-borders-expected.png:
36913         * platform/efl/fast/borders/different-color-borders-expected.txt:
36914         * platform/efl/fast/borders/fieldsetBorderRadius-expected.png:
36915         * platform/efl/fast/borders/inline-mask-overlay-image-expected.png:
36916         * platform/efl/fast/borders/inline-mask-overlay-image-expected.txt:
36917
36918 2013-01-18  Andrei Bucur  <abucur@adobe.com>
36919
36920         [CSS Regions] Add tests for widows and orphans
36921         https://bugs.webkit.org/show_bug.cgi?id=106003
36922
36923         Reviewed by Tony Chang.
36924
36925         The change that enabled widows and orphans for paginated rendering (r137200) doesn't contain any tests for regions. This patch adapts the
36926         test added for multi-column to use regions instead.
36927
36928         * fast/regions/regions-widows-and-orphans-expected.txt: Added.
36929         * fast/regions/regions-widows-and-orphans.html: Added.
36930
36931 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
36932
36933         [EFL] Unreviewed gardening.
36934
36935         Rebaseline after enabling subpixel layout and updating freetype (9/26).
36936
36937         * platform/efl/editing/selection/unrendered-002-expected.txt:
36938         * platform/efl/editing/selection/unrendered-003-expected.png:
36939         * platform/efl/editing/selection/unrendered-003-expected.txt:
36940         * platform/efl/editing/selection/unrendered-004-expected.png:
36941         * platform/efl/editing/selection/unrendered-004-expected.txt:
36942         * platform/efl/editing/selection/unrendered-005-expected.png:
36943         * platform/efl/editing/selection/unrendered-005-expected.txt:
36944         * platform/efl/editing/selection/unrendered-space-expected.png:
36945         * platform/efl/editing/selection/unrendered-space-expected.txt:
36946         * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
36947         * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
36948         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
36949         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
36950         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
36951         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
36952         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
36953         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
36954         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
36955         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
36956         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
36957         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
36958         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
36959         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
36960         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
36961         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
36962         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
36963         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
36964         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
36965         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
36966         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
36967         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
36968         * platform/efl/editing/selection/word-granularity-expected.png:
36969         * platform/efl/editing/selection/word-granularity-expected.txt:
36970         * platform/efl/editing/selection/wrapped-line-caret-1-expected.png:
36971         * platform/efl/editing/selection/wrapped-line-caret-1-expected.txt:
36972         * platform/efl/editing/selection/wrapped-line-caret-2-expected.png:
36973         * platform/efl/editing/selection/wrapped-line-caret-2-expected.txt:
36974         * platform/efl/editing/spelling/inline_spelling_markers-expected.txt:
36975         * platform/efl/editing/spelling/spelling-expected.txt:
36976         * platform/efl/editing/style/4916887-expected.png:
36977         * platform/efl/editing/style/4916887-expected.txt:
36978         * platform/efl/editing/style/5017613-2-expected.png:
36979         * platform/efl/editing/style/5017613-2-expected.txt:
36980         * platform/efl/editing/style/5046875-2-expected.png:
36981         * platform/efl/editing/style/5046875-2-expected.txt:
36982         * platform/efl/editing/style/5084241-expected.png:
36983         * platform/efl/editing/style/5084241-expected.txt:
36984         * platform/efl/editing/style/apple-style-editable-mix-expected.png:
36985         * platform/efl/editing/style/apple-style-editable-mix-expected.txt:
36986         * platform/efl/editing/style/block-style-001-expected.png:
36987         * platform/efl/editing/style/block-style-001-expected.txt:
36988         * platform/efl/editing/style/block-style-002-expected.png:
36989         * platform/efl/editing/style/block-style-002-expected.txt:
36990         * platform/efl/editing/style/block-style-003-expected.png:
36991         * platform/efl/editing/style/block-style-003-expected.txt:
36992         * platform/efl/editing/style/block-styles-007-expected.png:
36993         * platform/efl/editing/style/block-styles-007-expected.txt:
36994         * platform/efl/editing/style/create-block-for-style-001-expected.png:
36995         * platform/efl/editing/style/create-block-for-style-001-expected.txt:
36996         * platform/efl/editing/style/create-block-for-style-002-expected.png:
36997         * platform/efl/editing/style/create-block-for-style-002-expected.txt:
36998         * platform/efl/editing/style/create-block-for-style-003-expected.png:
36999         * platform/efl/editing/style/create-block-for-style-003-expected.txt:
37000         * platform/efl/editing/style/create-block-for-style-004-expected.png:
37001         * platform/efl/editing/style/create-block-for-style-004-expected.txt:
37002         * platform/efl/editing/style/create-block-for-style-005-expected.png:
37003         * platform/efl/editing/style/create-block-for-style-005-expected.txt:
37004         * platform/efl/editing/style/create-block-for-style-006-expected.png:
37005         * platform/efl/editing/style/create-block-for-style-006-expected.txt:
37006         * platform/efl/editing/style/create-block-for-style-007-expected.png:
37007         * platform/efl/editing/style/create-block-for-style-007-expected.txt:
37008         * platform/efl/editing/style/create-block-for-style-008-expected.png:
37009         * platform/efl/editing/style/create-block-for-style-008-expected.txt:
37010         * platform/efl/editing/style/create-block-for-style-009-expected.png:
37011         * platform/efl/editing/style/create-block-for-style-009-expected.txt:
37012         * platform/efl/editing/style/create-block-for-style-010-expected.png:
37013         * platform/efl/editing/style/create-block-for-style-010-expected.txt:
37014         * platform/efl/editing/style/create-block-for-style-011-expected.png:
37015         * platform/efl/editing/style/create-block-for-style-011-expected.txt:
37016         * platform/efl/editing/style/create-block-for-style-012-expected.png:
37017         * platform/efl/editing/style/create-block-for-style-012-expected.txt:
37018         * platform/efl/editing/style/create-block-for-style-013-expected.png:
37019         * platform/efl/editing/style/create-block-for-style-013-expected.txt:
37020         * platform/efl/editing/style/designmode-expected.png:
37021         * platform/efl/editing/style/designmode-expected.txt:
37022         * platform/efl/editing/style/highlight-expected.png:
37023         * platform/efl/editing/style/highlight-expected.txt:
37024         * platform/efl/editing/style/relative-font-size-change-001-expected.png:
37025         * platform/efl/editing/style/relative-font-size-change-001-expected.txt:
37026         * platform/efl/editing/style/relative-font-size-change-002-expected.png:
37027         * platform/efl/editing/style/relative-font-size-change-002-expected.txt:
37028         * platform/efl/editing/style/relative-font-size-change-003-expected.png:
37029         * platform/efl/editing/style/relative-font-size-change-003-expected.txt:
37030         * platform/efl/editing/style/relative-font-size-change-004-expected.png:
37031         * platform/efl/editing/style/relative-font-size-change-004-expected.txt:
37032         * platform/efl/editing/style/style-3681552-fix-001-expected.png:
37033         * platform/efl/editing/style/style-3681552-fix-002-expected.png:
37034         * platform/efl/editing/style/style-3681552-fix-002-expected.txt:
37035         * platform/efl/editing/style/style-3998892-fix-expected.png:
37036         * platform/efl/editing/style/style-3998892-fix-expected.txt:
37037         * platform/efl/editing/style/style-boundary-001-expected.png:
37038         * platform/efl/editing/style/style-boundary-001-expected.txt:
37039         * platform/efl/editing/style/style-boundary-002-expected.png:
37040         * platform/efl/editing/style/style-boundary-003-expected.png:
37041         * platform/efl/editing/style/style-boundary-004-expected.png:
37042         * platform/efl/editing/style/style-boundary-004-expected.txt:
37043         * platform/efl/editing/style/table-selection-expected.png:
37044         * platform/efl/editing/style/table-selection-expected.txt:
37045         * platform/efl/editing/style/typing-style-001-expected.png:
37046         * platform/efl/editing/style/typing-style-002-expected.png:
37047         * platform/efl/editing/style/unbold-in-bold-expected.png:
37048         * platform/efl/editing/style/unbold-in-bold-expected.txt:
37049         * platform/efl/editing/undo/4063751-expected.png:
37050         * platform/efl/editing/undo/4063751-expected.txt:
37051         * platform/efl/editing/undo/5378473-expected.png:
37052         * platform/efl/editing/undo/redo-typing-001-expected.png:
37053         * platform/efl/editing/undo/redo-typing-001-expected.txt:
37054         * platform/efl/editing/undo/undo-combined-delete-boundary-expected.png:
37055         * platform/efl/editing/undo/undo-combined-delete-boundary-expected.txt:
37056         * platform/efl/editing/undo/undo-combined-delete-expected.png:
37057         * platform/efl/editing/undo/undo-combined-delete-expected.txt:
37058         * platform/efl/editing/undo/undo-delete-boundary-expected.png:
37059         * platform/efl/editing/undo/undo-delete-boundary-expected.txt:
37060         * platform/efl/editing/undo/undo-delete-expected.png:
37061         * platform/efl/editing/undo/undo-delete-expected.txt:
37062         * platform/efl/editing/undo/undo-forward-delete-boundary-expected.png:
37063         * platform/efl/editing/undo/undo-forward-delete-boundary-expected.txt:
37064         * platform/efl/editing/undo/undo-forward-delete-expected.png:
37065         * platform/efl/editing/undo/undo-forward-delete-expected.txt:
37066         * platform/efl/editing/undo/undo-misspellings-expected.png:
37067         * platform/efl/editing/undo/undo-typing-001-expected.png:
37068         * platform/efl/editing/undo/undo-typing-001-expected.txt:
37069         * platform/efl/editing/unsupported-content/list-type-before-expected.png:
37070         * platform/efl/editing/unsupported-content/list-type-before-expected.txt:
37071         * platform/efl/editing/unsupported-content/table-type-after-expected.png:
37072         * platform/efl/editing/unsupported-content/table-type-after-expected.txt:
37073         * platform/efl/editing/unsupported-content/table-type-before-expected.png:
37074         * platform/efl/editing/unsupported-content/table-type-before-expected.txt:
37075         * platform/efl/fast/backgrounds/001-expected.png:
37076         * platform/efl/fast/backgrounds/001-expected.txt:
37077         * platform/efl/fast/backgrounds/animated-gif-as-background-expected.png:
37078         * platform/efl/fast/backgrounds/animated-gif-as-background-expected.txt:
37079         * platform/efl/fast/backgrounds/animated-svg-as-mask-expected.png:
37080         * platform/efl/fast/backgrounds/animated-svg-as-mask-expected.txt:
37081         * platform/efl/fast/backgrounds/background-clip-text-expected.png:
37082         * platform/efl/fast/backgrounds/background-clip-text-expected.txt:
37083         * platform/efl/fast/backgrounds/background-inherit-color-bug-expected.png:
37084         * platform/efl/fast/backgrounds/background-inherit-color-bug-expected.txt:
37085         * platform/efl/fast/backgrounds/background-leakage-expected.png:
37086         * platform/efl/fast/backgrounds/background-leakage-expected.txt:
37087         * platform/efl/fast/backgrounds/background-leakage-transforms-expected.png:
37088         * platform/efl/fast/backgrounds/background-leakage-transforms-expected.txt:
37089         * platform/efl/fast/backgrounds/background-origin-root-element-expected.png:
37090         * platform/efl/fast/backgrounds/background-origin-root-element-expected.txt:
37091         * platform/efl/fast/backgrounds/background-position-1-expected.png:
37092         * platform/efl/fast/backgrounds/background-position-1-expected.txt:
37093         * platform/efl/fast/backgrounds/background-position-parsing-expected.png:
37094         * platform/efl/fast/backgrounds/background-position-rounding-expected.png:
37095         * platform/efl/fast/backgrounds/background-position-rounding-expected.txt:
37096         * platform/efl/fast/backgrounds/bgCompositeCopy-expected.png:
37097         * platform/efl/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
37098         * platform/efl/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
37099         * platform/efl/fast/backgrounds/border-radius-split-background-expected.png:
37100         * platform/efl/fast/backgrounds/border-radius-split-background-expected.txt:
37101         * platform/efl/fast/backgrounds/border-radius-split-background-image-expected.png:
37102         * platform/efl/fast/backgrounds/border-radius-split-background-image-expected.txt:
37103         * platform/efl/fast/backgrounds/mask-box-image-expected.png:
37104         * platform/efl/fast/backgrounds/mask-box-image-expected.txt:
37105         * platform/efl/fast/backgrounds/mask-composite-expected.png:
37106         * platform/efl/fast/backgrounds/mask-composite-expected.txt:
37107         * platform/efl/fast/backgrounds/opacity-on-document-element-expected.png:
37108         * platform/efl/fast/backgrounds/opacity-on-document-element-expected.txt:
37109         * platform/efl/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png:
37110         * platform/efl/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt:
37111         * platform/efl/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
37112         * platform/efl/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
37113         * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-expected.png:
37114         * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
37115         * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
37116         * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
37117         * platform/efl/fast/backgrounds/repeat/noRepeatCorrectClip-expected.png:
37118         * platform/efl/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt:
37119         * platform/efl/fast/backgrounds/size/backgroundSize01-expected.png:
37120         * platform/efl/fast/backgrounds/size/backgroundSize02-expected.png:
37121         * platform/efl/fast/backgrounds/size/backgroundSize03-expected.png:
37122         * platform/efl/fast/backgrounds/size/backgroundSize04-expected.png:
37123         * platform/efl/fast/backgrounds/size/backgroundSize05-expected.png:
37124         * platform/efl/fast/backgrounds/size/backgroundSize06-expected.png:
37125         * platform/efl/fast/backgrounds/size/backgroundSize07-expected.png:
37126         * platform/efl/fast/backgrounds/size/backgroundSize08-expected.png:
37127         * platform/efl/fast/backgrounds/size/backgroundSize09-expected.png:
37128         * platform/efl/fast/backgrounds/size/backgroundSize10-expected.png:
37129         * platform/efl/fast/backgrounds/size/backgroundSize11-expected.png:
37130         * platform/efl/fast/backgrounds/size/backgroundSize12-expected.png:
37131         * platform/efl/fast/backgrounds/size/backgroundSize13-expected.png:
37132         * platform/efl/fast/backgrounds/size/backgroundSize14-expected.png:
37133         * platform/efl/fast/backgrounds/size/backgroundSize15-expected.png:
37134         * platform/efl/fast/backgrounds/size/backgroundSize15-expected.txt:
37135         * platform/efl/fast/backgrounds/size/backgroundSize16-expected.png:
37136         * platform/efl/fast/backgrounds/size/backgroundSize16-expected.txt:
37137         * platform/efl/fast/backgrounds/size/backgroundSize17-expected.png:
37138         * platform/efl/fast/backgrounds/size/backgroundSize18-expected.png:
37139         * platform/efl/fast/backgrounds/size/backgroundSize19-expected.png:
37140         * platform/efl/fast/backgrounds/size/backgroundSize20-expected.png:
37141         * platform/efl/fast/backgrounds/size/backgroundSize21-expected.png:
37142         * platform/efl/fast/backgrounds/size/backgroundSize22-expected.png:
37143         * platform/efl/fast/backgrounds/size/contain-and-cover-expected.png:
37144         * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
37145         * platform/efl/fast/backgrounds/size/zero-expected.png:
37146         * platform/efl/fast/backgrounds/solid-color-context-restore-expected.png:
37147         * platform/efl/fast/backgrounds/svg-as-mask-expected.png:
37148         * platform/efl/fast/block/basic/001-expected.png:
37149         * platform/efl/fast/block/basic/001-expected.txt:
37150         * platform/efl/fast/block/basic/002-expected.png:
37151         * platform/efl/fast/block/basic/002-expected.txt:
37152         * platform/efl/fast/block/basic/003-expected.png:
37153         * platform/efl/fast/block/basic/003-expected.txt:
37154         * platform/efl/fast/block/basic/004-expected.png:
37155         * platform/efl/fast/block/basic/004-expected.txt:
37156         * platform/efl/fast/block/basic/005-expected.png:
37157         * platform/efl/fast/block/basic/005-expected.txt:
37158         * platform/efl/fast/block/basic/006-expected.png:
37159         * platform/efl/fast/block/basic/006-expected.txt:
37160         * platform/efl/fast/block/basic/007-expected.png:
37161         * platform/efl/fast/block/basic/007-expected.txt:
37162         * platform/efl/fast/block/basic/008-expected.png:
37163         * platform/efl/fast/block/basic/008-expected.txt:
37164         * platform/efl/fast/block/basic/009-expected.png:
37165         * platform/efl/fast/block/basic/009-expected.txt:
37166         * platform/efl/fast/block/basic/010-expected.png:
37167         * platform/efl/fast/block/basic/010-expected.txt:
37168         * platform/efl/fast/block/basic/011-expected.png:
37169         * platform/efl/fast/block/basic/011-expected.txt:
37170         * platform/efl/fast/block/basic/012-expected.png:
37171         * platform/efl/fast/block/basic/012-expected.txt:
37172         * platform/efl/fast/block/basic/013-expected.png:
37173         * platform/efl/fast/block/basic/013-expected.txt:
37174         * platform/efl/fast/block/basic/014-expected.png:
37175         * platform/efl/fast/block/basic/015-expected.png:
37176         * platform/efl/fast/block/basic/015-expected.txt:
37177         * platform/efl/fast/block/basic/016-expected.png:
37178         * platform/efl/fast/block/basic/016-expected.txt:
37179         * platform/efl/fast/block/basic/018-expected.png:
37180         * platform/efl/fast/block/basic/018-expected.txt:
37181         * platform/efl/fast/block/basic/019-expected.png:
37182         * platform/efl/fast/block/basic/019-expected.txt:
37183         * platform/efl/fast/block/basic/020-expected.png:
37184         * platform/efl/fast/block/basic/020-expected.txt:
37185         * platform/efl/fast/block/basic/021-expected.png:
37186         * platform/efl/fast/block/basic/021-expected.txt:
37187         * platform/efl/fast/block/basic/adding-near-anonymous-block-expected.png:
37188         * platform/efl/fast/block/basic/adding-near-anonymous-block-expected.txt:
37189         * platform/efl/fast/block/basic/fieldset-stretch-to-legend-expected.png:
37190         * platform/efl/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
37191         * platform/efl/fast/block/basic/min-pref-width-nowrap-floats-expected.png:
37192         * platform/efl/fast/block/basic/min-pref-width-nowrap-floats-expected.txt:
37193         * platform/efl/fast/block/basic/minheight-expected.png:
37194         * platform/efl/fast/block/basic/percent-height-inside-anonymous-block-expected.png:
37195         * platform/efl/fast/block/basic/percent-height-inside-anonymous-block-expected.txt:
37196         * platform/efl/fast/block/basic/quirk-height-expected.png:
37197         * platform/efl/fast/block/basic/quirk-height-expected.txt:
37198         * platform/efl/fast/block/basic/quirk-percent-height-grandchild-expected.png:
37199         * platform/efl/fast/block/basic/quirk-percent-height-table-cell-expected.png:
37200         * platform/efl/fast/block/basic/text-indent-rtl-expected.png:
37201         * platform/efl/fast/block/basic/text-indent-rtl-expected.txt:
37202         * platform/efl/fast/block/basic/truncation-rtl-expected.png:
37203         * platform/efl/fast/block/basic/truncation-rtl-expected.txt:
37204         * platform/efl/fast/block/basic/white-space-pre-wraps-expected.png:
37205         * platform/efl/fast/block/basic/white-space-pre-wraps-expected.txt:
37206         * platform/efl/fast/block/float/001-expected.png:
37207         * platform/efl/fast/block/float/001-expected.txt:
37208         * platform/efl/fast/block/float/002-expected.png:
37209         * platform/efl/fast/block/float/002-expected.txt:
37210         * platform/efl/fast/block/float/003-expected.png:
37211         * platform/efl/fast/block/float/003-expected.txt:
37212         * platform/efl/fast/block/float/004-expected.png:
37213         * platform/efl/fast/block/float/004-expected.txt:
37214         * platform/efl/fast/block/float/005-expected.png:
37215         * platform/efl/fast/block/float/005-expected.txt:
37216         * platform/efl/fast/block/float/006-expected.png:
37217         * platform/efl/fast/block/float/006-expected.txt:
37218         * platform/efl/fast/block/float/007-expected.png:
37219         * platform/efl/fast/block/float/007-expected.txt:
37220         * platform/efl/fast/block/float/008-expected.png:
37221         * platform/efl/fast/block/float/010-expected.png:
37222         * platform/efl/fast/block/float/010-expected.txt:
37223         * platform/efl/fast/block/float/011-expected.png:
37224         * platform/efl/fast/block/float/011-expected.txt:
37225         * platform/efl/fast/block/float/012-expected.png:
37226         * platform/efl/fast/block/float/013-expected.png:
37227         * platform/efl/fast/block/float/014-expected.png:
37228         * platform/efl/fast/block/float/015-expected.png:
37229         * platform/efl/fast/block/float/015-expected.txt:
37230         * platform/efl/fast/block/float/016-expected.png:
37231         * platform/efl/fast/block/float/017-expected.png:
37232         * platform/efl/fast/block/float/017-expected.txt:
37233         * platform/efl/fast/block/float/018-expected.png:
37234         * platform/efl/fast/block/float/018-expected.txt:
37235         * platform/efl/fast/block/float/019-expected.png:
37236         * platform/efl/fast/block/float/020-expected.png:
37237         * platform/efl/fast/block/float/020-expected.txt:
37238         * platform/efl/fast/block/float/021-expected.png:
37239         * platform/efl/fast/block/float/022-expected.png:
37240         * platform/efl/fast/block/float/022-expected.txt:
37241         * platform/efl/fast/block/float/023-expected.png:
37242         * platform/efl/fast/block/float/023-expected.txt:
37243         * platform/efl/fast/block/float/024-expected.png:
37244         * platform/efl/fast/block/float/025-expected.png:
37245         * platform/efl/fast/block/float/025-expected.txt:
37246         * platform/efl/fast/block/float/026-expected.png:
37247         * platform/efl/fast/block/float/027-expected.png:
37248         * platform/efl/fast/block/float/027-expected.txt:
37249         * platform/efl/fast/block/float/028-expected.png:
37250         * platform/efl/fast/block/float/029-expected.png:
37251         * platform/efl/fast/block/float/029-expected.txt:
37252         * platform/efl/fast/block/float/030-expected.png:
37253         * platform/efl/fast/block/float/030-expected.txt:
37254         * platform/efl/fast/block/float/031-expected.png:
37255         * platform/efl/fast/block/float/031-expected.txt:
37256         * platform/efl/fast/block/float/032-expected.png:
37257         * platform/efl/fast/block/float/034-expected.png:
37258         * platform/efl/fast/block/float/035-expected.png:
37259         * platform/efl/fast/block/float/avoidance-percent-width-compat-expected.png:
37260         * platform/efl/fast/block/float/avoidance-percent-width-compat-expected.txt:
37261         * platform/efl/fast/block/float/avoidance-percent-width-strict-expected.png:
37262         * platform/efl/fast/block/float/avoidance-percent-width-strict-expected.txt:
37263         * platform/efl/fast/block/float/avoiding-float-centered-expected.png:
37264         * platform/efl/fast/block/float/br-with-clear-2-expected.png:
37265         * platform/efl/fast/block/float/br-with-clear-expected.png:
37266         * platform/efl/fast/block/float/br-with-clear-expected.txt:
37267         * platform/efl/fast/block/float/centered-float-avoidance-complexity-expected.png:
37268         * platform/efl/fast/block/float/centered-float-avoidance-complexity-expected.txt:
37269         * platform/efl/fast/block/float/clamped-right-float-expected.png:
37270         * platform/efl/fast/block/float/clamped-right-float-expected.txt:
37271         * platform/efl/fast/block/float/clear-element-too-wide-for-containing-block-expected.png:
37272         * platform/efl/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt:
37273         * platform/efl/fast/block/float/dynamic-unfloat-pref-width-expected.png:
37274         * platform/efl/fast/block/float/dynamic-unfloat-pref-width-expected.txt:
37275         * platform/efl/fast/block/float/editable-text-overlapping-float-expected.png:
37276         * platform/efl/fast/block/float/editable-text-overlapping-float-expected.txt:
37277         * platform/efl/fast/block/float/fit_line_below_floats-expected.png:
37278         * platform/efl/fast/block/float/fit_line_below_floats-expected.txt:
37279         * platform/efl/fast/block/float/float-avoidance-expected.png:
37280         * platform/efl/fast/block/float/float-avoidance-expected.txt:
37281         * platform/efl/fast/block/float/float-in-float-hit-testing-expected.png:
37282         * platform/efl/fast/block/float/float-in-float-hit-testing-expected.txt:
37283         * platform/efl/fast/block/float/float-in-float-painting-expected.png:
37284         * platform/efl/fast/block/float/float-in-float-painting-expected.txt:
37285         * platform/efl/fast/block/float/float-not-removed-from-next-sibling-expected.png:
37286         * platform/efl/fast/block/float/float-not-removed-from-next-sibling-expected.txt:
37287         * platform/efl/fast/block/float/float-not-removed-from-next-sibling2-expected.png:
37288         * platform/efl/fast/block/float/float-not-removed-from-next-sibling2-expected.txt:
37289         * platform/efl/fast/block/float/float-not-removed-from-next-sibling3-expected.png:
37290         * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.png:
37291         * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.txt:
37292         * platform/efl/fast/block/float/float-on-zero-height-line-expected.png:
37293         * platform/efl/fast/block/float/float-overflow-hidden-containing-block-width-expected.png:
37294         * platform/efl/fast/block/float/float-overhangs-root-expected.png:
37295         * platform/efl/fast/block/float/floats-and-text-indent-expected.png:
37296         * platform/efl/fast/block/float/floats-and-text-indent-expected.txt:
37297         * platform/efl/fast/block/float/floats-and-text-indent-rl-expected.png:
37298         * platform/efl/fast/block/float/floats-and-text-indent-rl-expected.txt:
37299         * platform/efl/fast/block/float/independent-align-positioning-expected.png:
37300         * platform/efl/fast/block/float/independent-align-positioning-expected.txt:
37301         * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png:
37302         * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt:
37303         * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png:
37304         * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt:
37305         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png:
37306         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt:
37307         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png:
37308         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt:
37309         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png:
37310         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt:
37311         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png:
37312         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt:
37313         * platform/efl/fast/block/float/intruding-painted-twice-expected.png:
37314         * platform/efl/fast/block/float/intruding-painted-twice-expected.txt:
37315         * platform/efl/fast/block/float/marquee-shrink-to-avoid-floats-expected.png:
37316         * platform/efl/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
37317         * platform/efl/fast/block/float/multiple-float-positioning-expected.png:
37318         * platform/efl/fast/block/float/multiple-float-positioning-expected.txt:
37319         * platform/efl/fast/block/float/narrow-after-wide-expected.png:
37320         * platform/efl/fast/block/float/nested-clearance-expected.png:
37321         * platform/efl/fast/block/float/nested-clearance-expected.txt:
37322         * platform/efl/fast/block/float/nestedAnonymousBlocks-expected.png:
37323         * platform/efl/fast/block/float/nestedAnonymousBlocks-expected.txt:
37324         * platform/efl/fast/block/float/nestedAnonymousBlocks2-expected.png:
37325         * platform/efl/fast/block/float/nestedAnonymousBlocks2-expected.txt:
37326         * platform/efl/fast/block/float/nopaint-after-layer-destruction-expected.png:
37327         * platform/efl/fast/block/float/nopaint-after-layer-destruction-expected.txt:
37328         * platform/efl/fast/block/float/nopaint-after-layer-destruction2-expected.png:
37329         * platform/efl/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
37330         * platform/efl/fast/block/float/nowrap-clear-min-width-expected.png:
37331         * platform/efl/fast/block/float/overhanging-after-height-decrease-expected.png:
37332         * platform/efl/fast/block/float/overhanging-after-height-decrease-expected.txt:
37333         * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block-expected.png:
37334         * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt:
37335         * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png:
37336         * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt:
37337         * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png:
37338         * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt:
37339         * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png:
37340         * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt:
37341         * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png:
37342         * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt:
37343         * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png:
37344         * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt:
37345         * platform/efl/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png:
37346         * platform/efl/fast/block/float/relative-painted-twice-expected.png:
37347         * platform/efl/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
37348         * platform/efl/fast/block/float/shrink-to-fit-width-expected.png:
37349         * platform/efl/fast/block/float/shrink-to-fit-width-expected.txt:
37350         * platform/efl/fast/block/float/table-relayout-expected.png:
37351         * platform/efl/fast/block/float/table-relayout-expected.txt:
37352         * platform/efl/fast/block/float/vertical-move-relayout-expected.png:
37353         * platform/efl/fast/block/float/vertical-move-relayout-expected.txt:
37354         * platform/efl/fast/block/float/width-update-after-clear-expected.png:
37355         * platform/efl/fast/block/float/width-update-after-clear-expected.txt:
37356         * platform/efl/fast/block/lineboxcontain/block-expected.png:
37357         * platform/efl/fast/block/lineboxcontain/block-expected.txt:
37358         * platform/efl/fast/block/lineboxcontain/block-glyphs-replaced-expected.png:
37359         * platform/efl/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt:
37360         * platform/efl/fast/block/lineboxcontain/block-replaced-expected.png:
37361         * platform/efl/fast/block/lineboxcontain/block-replaced-expected.txt:
37362         * platform/efl/fast/block/lineboxcontain/font-replaced-expected.png:
37363         * platform/efl/fast/block/lineboxcontain/font-replaced-expected.txt:
37364         * platform/efl/fast/block/lineboxcontain/glyphs-expected.png:
37365         * platform/efl/fast/block/lineboxcontain/glyphs-expected.txt:
37366         * platform/efl/fast/block/lineboxcontain/inline-box-expected.png:
37367         * platform/efl/fast/block/lineboxcontain/inline-box-expected.txt:
37368         * platform/efl/fast/block/lineboxcontain/inline-box-replaced-expected.png:
37369         * platform/efl/fast/block/lineboxcontain/inline-box-replaced-expected.txt:
37370         * platform/efl/fast/block/lineboxcontain/inline-box-vertical-expected.png:
37371         * platform/efl/fast/block/lineboxcontain/inline-box-vertical-expected.txt:
37372         * platform/efl/fast/block/lineboxcontain/inline-expected.png:
37373         * platform/efl/fast/block/lineboxcontain/inline-expected.txt:
37374         * platform/efl/fast/block/lineboxcontain/inline-replaced-expected.png:
37375         * platform/efl/fast/block/lineboxcontain/inline-replaced-expected.txt:
37376         * platform/efl/fast/block/lineboxcontain/none-expected.png:
37377         * platform/efl/fast/block/lineboxcontain/none-expected.txt:
37378         * platform/efl/fast/block/lineboxcontain/parsing-invalid-expected.png:
37379         * platform/efl/fast/block/lineboxcontain/replaced-expected.png:
37380         * platform/efl/fast/block/lineboxcontain/replaced-expected.txt:
37381         * platform/efl/fast/block/margin-collapse/001-expected.png:
37382         * platform/efl/fast/block/margin-collapse/001-expected.txt:
37383         * platform/efl/fast/block/margin-collapse/002-expected.png:
37384         * platform/efl/fast/block/margin-collapse/002-expected.txt:
37385         * platform/efl/fast/block/margin-collapse/003-expected.png:
37386         * platform/efl/fast/block/margin-collapse/003-expected.txt:
37387         * platform/efl/fast/block/margin-collapse/004-expected.png:
37388         * platform/efl/fast/block/margin-collapse/004-expected.txt:
37389         * platform/efl/fast/block/margin-collapse/005-expected.png:
37390         * platform/efl/fast/block/margin-collapse/005-expected.txt:
37391         * platform/efl/fast/block/margin-collapse/006-expected.png:
37392         * platform/efl/fast/block/margin-collapse/006-expected.txt:
37393         * platform/efl/fast/block/margin-collapse/010-expected.png:
37394         * platform/efl/fast/block/margin-collapse/010-expected.txt:
37395         * platform/efl/fast/block/margin-collapse/011-expected.png:
37396         * platform/efl/fast/block/margin-collapse/011-expected.txt:
37397         * platform/efl/fast/block/margin-collapse/012-expected.png:
37398         * platform/efl/fast/block/margin-collapse/012-expected.txt:
37399         * platform/efl/fast/block/margin-collapse/015-expected.png:
37400         * platform/efl/fast/block/margin-collapse/015-expected.txt:
37401         * platform/efl/fast/block/margin-collapse/016-expected.png:
37402         * platform/efl/fast/block/margin-collapse/016-expected.txt:
37403         * platform/efl/fast/block/margin-collapse/017-expected.png:
37404         * platform/efl/fast/block/margin-collapse/017-expected.txt:
37405         * platform/efl/fast/block/margin-collapse/018-expected.png:
37406         * platform/efl/fast/block/margin-collapse/018-expected.txt:
37407         * platform/efl/fast/block/margin-collapse/019-expected.png:
37408         * platform/efl/fast/block/margin-collapse/019-expected.txt:
37409         * platform/efl/fast/block/margin-collapse/020-expected.png:
37410         * platform/efl/fast/block/margin-collapse/020-expected.txt:
37411         * platform/efl/fast/block/margin-collapse/021-expected.png:
37412         * platform/efl/fast/block/margin-collapse/021-expected.txt:
37413         * platform/efl/fast/block/margin-collapse/022-expected.png:
37414         * platform/efl/fast/block/margin-collapse/022-expected.txt:
37415         * platform/efl/fast/block/margin-collapse/025-expected.png:
37416         * platform/efl/fast/block/margin-collapse/026-expected.png:
37417         * platform/efl/fast/block/margin-collapse/026-expected.txt:
37418         * platform/efl/fast/block/margin-collapse/027-expected.png:
37419         * platform/efl/fast/block/margin-collapse/027-expected.txt:
37420         * platform/efl/fast/block/margin-collapse/028-expected.png:
37421         * platform/efl/fast/block/margin-collapse/028-expected.txt:
37422         * platform/efl/fast/block/margin-collapse/029-expected.png:
37423         * platform/efl/fast/block/margin-collapse/029-expected.txt:
37424         * platform/efl/fast/block/margin-collapse/030-expected.png:
37425         * platform/efl/fast/block/margin-collapse/030-expected.txt:
37426         * platform/efl/fast/block/margin-collapse/031-expected.png:
37427         * platform/efl/fast/block/margin-collapse/031-expected.txt:
37428         * platform/efl/fast/block/margin-collapse/032-expected.png:
37429         * platform/efl/fast/block/margin-collapse/032-expected.txt:
37430         * platform/efl/fast/block/margin-collapse/033-expected.png:
37431         * platform/efl/fast/block/margin-collapse/033-expected.txt:
37432         * platform/efl/fast/block/margin-collapse/034-expected.png:
37433         * platform/efl/fast/block/margin-collapse/034-expected.txt:
37434         * platform/efl/fast/block/margin-collapse/035-expected.png:
37435         * platform/efl/fast/block/margin-collapse/035-expected.txt:
37436         * platform/efl/fast/block/margin-collapse/037-expected.png:
37437         * platform/efl/fast/block/margin-collapse/037-expected.txt:
37438
37439 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
37440
37441         [EFL] Unreviewed gardening.
37442
37443         Rebaseline after enabling subpixel layout and updating freetype (8/26).
37444
37445         * platform/efl/editing/execCommand/insert-list-and-stitch-expected.txt:
37446         * platform/efl/editing/execCommand/insertHorizontalRule-expected.png:
37447         * platform/efl/editing/execCommand/insertHorizontalRule-expected.txt:
37448         * platform/efl/editing/execCommand/insertImage-expected.png:
37449         * platform/efl/editing/execCommand/insertImage-expected.txt:
37450         * platform/efl/editing/execCommand/nsresponder-indent-expected.png:
37451         * platform/efl/editing/execCommand/nsresponder-indent-expected.txt:
37452         * platform/efl/editing/execCommand/nsresponder-outdent-expected.png:
37453         * platform/efl/editing/execCommand/nsresponder-outdent-expected.txt:
37454         * platform/efl/editing/execCommand/print-expected.png:
37455         * platform/efl/editing/execCommand/print-expected.txt:
37456         * platform/efl/editing/execCommand/remove-list-from-range-selection-expected.png:
37457         * platform/efl/editing/execCommand/remove-list-from-range-selection-expected.txt:
37458         * platform/efl/editing/execCommand/remove-list-item-1-expected.png:
37459         * platform/efl/editing/execCommand/remove-list-item-1-expected.txt:
37460         * platform/efl/editing/execCommand/selectAll-expected.png:
37461         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
37462         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
37463         * platform/efl/editing/input/caret-at-the-edge-of-input-expected.png:
37464         * platform/efl/editing/input/caret-at-the-edge-of-input-expected.txt:
37465         * platform/efl/editing/input/emacs-ctrl-o-expected.png:
37466         * platform/efl/editing/input/emacs-ctrl-o-expected.txt:
37467         * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
37468         * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
37469         * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.png:
37470         * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
37471         * platform/efl/editing/inserting/12882-expected.png:
37472         * platform/efl/editing/inserting/12882-expected.txt:
37473         * platform/efl/editing/inserting/4278698-expected.png:
37474         * platform/efl/editing/inserting/4278698-expected.txt:
37475         * platform/efl/editing/inserting/4840662-expected.png:
37476         * platform/efl/editing/inserting/4840662-expected.txt:
37477         * platform/efl/editing/inserting/4875189-1-expected.png:
37478         * platform/efl/editing/inserting/4875189-1-expected.txt:
37479         * platform/efl/editing/inserting/4875189-2-expected.png:
37480         * platform/efl/editing/inserting/4875189-2-expected.txt:
37481         * platform/efl/editing/inserting/4959067-expected.png:
37482         * platform/efl/editing/inserting/4959067-expected.txt:
37483         * platform/efl/editing/inserting/4960120-1-expected.png:
37484         * platform/efl/editing/inserting/4960120-1-expected.txt:
37485         * platform/efl/editing/inserting/4960120-2-expected.png:
37486         * platform/efl/editing/inserting/4960120-2-expected.txt:
37487         * platform/efl/editing/inserting/5002441-expected.png:
37488         * platform/efl/editing/inserting/5002441-expected.txt:
37489         * platform/efl/editing/inserting/5058163-1-expected.png:
37490         * platform/efl/editing/inserting/5058163-1-expected.txt:
37491         * platform/efl/editing/inserting/5058163-2-expected.png:
37492         * platform/efl/editing/inserting/5058163-2-expected.txt:
37493         * platform/efl/editing/inserting/5156401-2-expected.png:
37494         * platform/efl/editing/inserting/5156401-2-expected.txt:
37495         * platform/efl/editing/inserting/5418891-expected.png:
37496         * platform/efl/editing/inserting/5418891-expected.txt:
37497         * platform/efl/editing/inserting/5510537-expected.png:
37498         * platform/efl/editing/inserting/5510537-expected.txt:
37499         * platform/efl/editing/inserting/5549929-2-expected.png:
37500         * platform/efl/editing/inserting/5549929-2-expected.txt:
37501         * platform/efl/editing/inserting/5549929-3-expected.png:
37502         * platform/efl/editing/inserting/5549929-3-expected.txt:
37503         * platform/efl/editing/inserting/6703873-expected.png:
37504         * platform/efl/editing/inserting/6703873-expected.txt:
37505         * platform/efl/editing/inserting/editable-html-element-expected.png:
37506         * platform/efl/editing/inserting/editable-html-element-expected.txt:
37507         * platform/efl/editing/inserting/editable-inline-element-expected.png:
37508         * platform/efl/editing/inserting/editable-inline-element-expected.txt:
37509         * platform/efl/editing/inserting/edited-whitespace-1-expected.png:
37510         * platform/efl/editing/inserting/edited-whitespace-1-expected.txt:
37511         * platform/efl/editing/inserting/editing-empty-divs-expected.png:
37512         * platform/efl/editing/inserting/editing-empty-divs-expected.txt:
37513         * platform/efl/editing/inserting/insert-3654864-fix-expected.png:
37514         * platform/efl/editing/inserting/insert-3654864-fix-expected.txt:
37515         * platform/efl/editing/inserting/insert-3775316-fix-expected.png:
37516         * platform/efl/editing/inserting/insert-3775316-fix-expected.txt:
37517         * platform/efl/editing/inserting/insert-3778059-fix-expected.png:
37518         * platform/efl/editing/inserting/insert-3778059-fix-expected.txt:
37519         * platform/efl/editing/inserting/insert-3800346-fix-expected.png:
37520         * platform/efl/editing/inserting/insert-3800346-fix-expected.txt:
37521         * platform/efl/editing/inserting/insert-3851164-fix-expected.png:
37522         * platform/efl/editing/inserting/insert-3851164-fix-expected.txt:
37523         * platform/efl/editing/inserting/insert-after-delete-001-expected.png:
37524         * platform/efl/editing/inserting/insert-after-delete-001-expected.txt:
37525         * platform/efl/editing/inserting/insert-at-end-01-expected.png:
37526         * platform/efl/editing/inserting/insert-at-end-01-expected.txt:
37527         * platform/efl/editing/inserting/insert-at-end-02-expected.png:
37528         * platform/efl/editing/inserting/insert-at-end-02-expected.txt:
37529         * platform/efl/editing/inserting/insert-br-001-expected.png:
37530         * platform/efl/editing/inserting/insert-br-001-expected.txt:
37531         * platform/efl/editing/inserting/insert-br-002-expected.png:
37532         * platform/efl/editing/inserting/insert-br-002-expected.txt:
37533         * platform/efl/editing/inserting/insert-br-003-expected.png:
37534         * platform/efl/editing/inserting/insert-br-003-expected.txt:
37535         * platform/efl/editing/inserting/insert-br-004-expected.png:
37536         * platform/efl/editing/inserting/insert-br-004-expected.txt:
37537         * platform/efl/editing/inserting/insert-br-005-expected.png:
37538         * platform/efl/editing/inserting/insert-br-005-expected.txt:
37539         * platform/efl/editing/inserting/insert-br-006-expected.png:
37540         * platform/efl/editing/inserting/insert-br-006-expected.txt:
37541         * platform/efl/editing/inserting/insert-br-007-expected.png:
37542         * platform/efl/editing/inserting/insert-br-007-expected.txt:
37543         * platform/efl/editing/inserting/insert-br-008-expected.png:
37544         * platform/efl/editing/inserting/insert-br-008-expected.txt:
37545         * platform/efl/editing/inserting/insert-br-009-expected.png:
37546         * platform/efl/editing/inserting/insert-br-009-expected.txt:
37547         * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.png:
37548         * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.txt:
37549         * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.png:
37550         * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.txt:
37551         * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.png:
37552         * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.txt:
37553         * platform/efl/editing/inserting/insert-br-quoted-001-expected.png:
37554         * platform/efl/editing/inserting/insert-br-quoted-001-expected.txt:
37555         * platform/efl/editing/inserting/insert-br-quoted-002-expected.png:
37556         * platform/efl/editing/inserting/insert-br-quoted-002-expected.txt:
37557         * platform/efl/editing/inserting/insert-br-quoted-003-expected.png:
37558         * platform/efl/editing/inserting/insert-br-quoted-003-expected.txt:
37559         * platform/efl/editing/inserting/insert-br-quoted-004-expected.png:
37560         * platform/efl/editing/inserting/insert-br-quoted-004-expected.txt:
37561         * platform/efl/editing/inserting/insert-br-quoted-005-expected.png:
37562         * platform/efl/editing/inserting/insert-br-quoted-005-expected.txt:
37563         * platform/efl/editing/inserting/insert-br-quoted-006-expected.png:
37564         * platform/efl/editing/inserting/insert-br-quoted-006-expected.txt:
37565         * platform/efl/editing/inserting/insert-div-001-expected.png:
37566         * platform/efl/editing/inserting/insert-div-001-expected.txt:
37567         * platform/efl/editing/inserting/insert-div-002-expected.png:
37568         * platform/efl/editing/inserting/insert-div-002-expected.txt:
37569         * platform/efl/editing/inserting/insert-div-003-expected.png:
37570         * platform/efl/editing/inserting/insert-div-003-expected.txt:
37571         * platform/efl/editing/inserting/insert-div-004-expected.png:
37572         * platform/efl/editing/inserting/insert-div-004-expected.txt:
37573         * platform/efl/editing/inserting/insert-div-005-expected.png:
37574         * platform/efl/editing/inserting/insert-div-005-expected.txt:
37575         * platform/efl/editing/inserting/insert-div-006-expected.png:
37576         * platform/efl/editing/inserting/insert-div-006-expected.txt:
37577         * platform/efl/editing/inserting/insert-div-007-expected.png:
37578         * platform/efl/editing/inserting/insert-div-007-expected.txt:
37579         * platform/efl/editing/inserting/insert-div-008-expected.png:
37580         * platform/efl/editing/inserting/insert-div-008-expected.txt:
37581         * platform/efl/editing/inserting/insert-div-009-expected.png:
37582         * platform/efl/editing/inserting/insert-div-009-expected.txt:
37583         * platform/efl/editing/inserting/insert-div-010-expected.png:
37584         * platform/efl/editing/inserting/insert-div-010-expected.txt:
37585         * platform/efl/editing/inserting/insert-div-011-expected.png:
37586         * platform/efl/editing/inserting/insert-div-011-expected.txt:
37587         * platform/efl/editing/inserting/insert-div-012-expected.png:
37588         * platform/efl/editing/inserting/insert-div-012-expected.txt:
37589         * platform/efl/editing/inserting/insert-div-013-expected.png:
37590         * platform/efl/editing/inserting/insert-div-013-expected.txt:
37591         * platform/efl/editing/inserting/insert-div-014-expected.png:
37592         * platform/efl/editing/inserting/insert-div-014-expected.txt:
37593         * platform/efl/editing/inserting/insert-div-015-expected.png:
37594         * platform/efl/editing/inserting/insert-div-015-expected.txt:
37595         * platform/efl/editing/inserting/insert-div-016-expected.png:
37596         * platform/efl/editing/inserting/insert-div-016-expected.txt:
37597         * platform/efl/editing/inserting/insert-div-017-expected.png:
37598         * platform/efl/editing/inserting/insert-div-017-expected.txt:
37599         * platform/efl/editing/inserting/insert-div-018-expected.png:
37600         * platform/efl/editing/inserting/insert-div-018-expected.txt:
37601         * platform/efl/editing/inserting/insert-div-019-expected.png:
37602         * platform/efl/editing/inserting/insert-div-019-expected.txt:
37603         * platform/efl/editing/inserting/insert-div-020-expected.png:
37604         * platform/efl/editing/inserting/insert-div-020-expected.txt:
37605         * platform/efl/editing/inserting/insert-div-022-expected.png:
37606         * platform/efl/editing/inserting/insert-div-022-expected.txt:
37607         * platform/efl/editing/inserting/insert-div-023-expected.png:
37608         * platform/efl/editing/inserting/insert-div-023-expected.txt:
37609         * platform/efl/editing/inserting/insert-div-024-expected.png:
37610         * platform/efl/editing/inserting/insert-div-024-expected.txt:
37611         * platform/efl/editing/inserting/insert-div-025-expected.png:
37612         * platform/efl/editing/inserting/insert-div-025-expected.txt:
37613         * platform/efl/editing/inserting/insert-div-026-expected.png:
37614         * platform/efl/editing/inserting/insert-div-026-expected.txt:
37615         * platform/efl/editing/inserting/insert-div-027-expected.png:
37616         * platform/efl/editing/inserting/insert-div-027-expected.txt:
37617         * platform/efl/editing/inserting/insert-paragraph-01-expected.png:
37618         * platform/efl/editing/inserting/insert-paragraph-01-expected.txt:
37619         * platform/efl/editing/inserting/insert-paragraph-02-expected.png:
37620         * platform/efl/editing/inserting/insert-paragraph-02-expected.txt:
37621         * platform/efl/editing/inserting/insert-paragraph-03-expected.png:
37622         * platform/efl/editing/inserting/insert-paragraph-03-expected.txt:
37623         * platform/efl/editing/inserting/insert-paragraph-04-expected.png:
37624         * platform/efl/editing/inserting/insert-paragraph-04-expected.txt:
37625         * platform/efl/editing/inserting/insert-paragraph-05-expected.png:
37626         * platform/efl/editing/inserting/insert-paragraph-05-expected.txt:
37627         * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.png:
37628         * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.txt:
37629         * platform/efl/editing/inserting/insert-tab-001-expected.png:
37630         * platform/efl/editing/inserting/insert-tab-001-expected.txt:
37631         * platform/efl/editing/inserting/insert-tab-002-expected.png:
37632         * platform/efl/editing/inserting/insert-tab-002-expected.txt:
37633         * platform/efl/editing/inserting/insert-tab-003-expected.png:
37634         * platform/efl/editing/inserting/insert-tab-003-expected.txt:
37635         * platform/efl/editing/inserting/insert-tab-004-expected.png:
37636         * platform/efl/editing/inserting/insert-tab-004-expected.txt:
37637         * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.png:
37638         * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.txt:
37639         * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.png:
37640         * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.txt:
37641         * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.png:
37642         * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.txt:
37643         * platform/efl/editing/inserting/insert-text-with-newlines-expected.png:
37644         * platform/efl/editing/inserting/insert-text-with-newlines-expected.txt:
37645         * platform/efl/editing/inserting/line-break-expected.png:
37646         * platform/efl/editing/inserting/line-break-expected.txt:
37647         * platform/efl/editing/inserting/multiple-lines-selected-expected.png:
37648         * platform/efl/editing/inserting/multiple-lines-selected-expected.txt:
37649         * platform/efl/editing/inserting/paragraph-separator-01-expected.png:
37650         * platform/efl/editing/inserting/paragraph-separator-01-expected.txt:
37651         * platform/efl/editing/inserting/paragraph-separator-02-expected.png:
37652         * platform/efl/editing/inserting/paragraph-separator-02-expected.txt:
37653         * platform/efl/editing/inserting/paragraph-separator-03-expected.png:
37654         * platform/efl/editing/inserting/paragraph-separator-03-expected.txt:
37655         * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.png:
37656         * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.txt:
37657         * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.png:
37658         * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt:
37659         * platform/efl/editing/inserting/redo-expected.png:
37660         * platform/efl/editing/inserting/redo-expected.txt:
37661         * platform/efl/editing/inserting/return-key-with-selection-001-expected.png:
37662         * platform/efl/editing/inserting/return-key-with-selection-001-expected.txt:
37663         * platform/efl/editing/inserting/return-key-with-selection-002-expected.png:
37664         * platform/efl/editing/inserting/return-key-with-selection-002-expected.txt:
37665         * platform/efl/editing/inserting/return-key-with-selection-003-expected.png:
37666         * platform/efl/editing/inserting/return-key-with-selection-003-expected.txt:
37667         * platform/efl/editing/inserting/typing-001-expected.png:
37668         * platform/efl/editing/inserting/typing-001-expected.txt:
37669         * platform/efl/editing/inserting/typing-002-expected.png:
37670         * platform/efl/editing/inserting/typing-002-expected.txt:
37671         * platform/efl/editing/inserting/typing-003-expected.png:
37672         * platform/efl/editing/inserting/typing-003-expected.txt:
37673         * platform/efl/editing/inserting/typing-around-br-001-expected.png:
37674         * platform/efl/editing/inserting/typing-around-br-001-expected.txt:
37675         * platform/efl/editing/inserting/typing-around-image-001-expected.png:
37676         * platform/efl/editing/inserting/typing-around-image-001-expected.txt:
37677         * platform/efl/editing/inserting/typing-at-end-of-line-expected.png:
37678         * platform/efl/editing/inserting/typing-at-end-of-line-expected.txt:
37679         * platform/efl/editing/pasteboard/4631972-expected.png:
37680         * platform/efl/editing/pasteboard/4631972-expected.txt:
37681         * platform/efl/editing/pasteboard/4806874-expected.png:
37682         * platform/efl/editing/pasteboard/4806874-expected.txt:
37683         * platform/efl/editing/pasteboard/5032095-expected.png:
37684         * platform/efl/editing/pasteboard/5032095-expected.txt:
37685         * platform/efl/editing/pasteboard/5071074-2-expected.png:
37686         * platform/efl/editing/pasteboard/5071074-2-expected.txt:
37687         * platform/efl/editing/pasteboard/5134759-expected.png:
37688         * platform/efl/editing/pasteboard/5134759-expected.txt:
37689         * platform/efl/editing/pasteboard/5156401-1-expected.png:
37690         * platform/efl/editing/pasteboard/5156401-1-expected.txt:
37691         * platform/efl/editing/pasteboard/5387578-expected.png:
37692         * platform/efl/editing/pasteboard/5387578-expected.txt:
37693         * platform/efl/editing/pasteboard/7955-expected.png:
37694         * platform/efl/editing/pasteboard/7955-expected.txt:
37695         * platform/efl/editing/pasteboard/8145-1-expected.png:
37696         * platform/efl/editing/pasteboard/8145-1-expected.txt:
37697         * platform/efl/editing/pasteboard/8145-2-expected.png:
37698         * platform/efl/editing/pasteboard/8145-2-expected.txt:
37699         * platform/efl/editing/pasteboard/8145-3-expected.png:
37700         * platform/efl/editing/pasteboard/8145-3-expected.txt:
37701         * platform/efl/editing/pasteboard/bad-placeholder-expected.png:
37702         * platform/efl/editing/pasteboard/bad-placeholder-expected.txt:
37703         * platform/efl/editing/pasteboard/displaced-generic-placeholder-expected.png:
37704         * platform/efl/editing/pasteboard/displaced-generic-placeholder-expected.txt:
37705         * platform/efl/editing/pasteboard/displaced-placeholder-expected.png:
37706         * platform/efl/editing/pasteboard/displaced-placeholder-expected.txt:
37707         * platform/efl/editing/pasteboard/innerText-inline-table-expected.png:
37708         * platform/efl/editing/pasteboard/innerText-inline-table-expected.txt:
37709         * platform/efl/editing/pasteboard/merge-after-delete-1-expected.png:
37710         * platform/efl/editing/pasteboard/merge-after-delete-1-expected.txt:
37711         * platform/efl/editing/pasteboard/merge-after-delete-2-expected.png:
37712         * platform/efl/editing/pasteboard/merge-after-delete-2-expected.txt:
37713         * platform/efl/editing/pasteboard/merge-after-delete-expected.png:
37714         * platform/efl/editing/pasteboard/merge-after-delete-expected.txt:
37715         * platform/efl/editing/pasteboard/merge-end-blockquote-expected.png:
37716         * platform/efl/editing/pasteboard/merge-end-blockquote-expected.txt:
37717         * platform/efl/editing/pasteboard/merge-end-borders-expected.png:
37718         * platform/efl/editing/pasteboard/merge-end-borders-expected.txt:
37719         * platform/efl/editing/pasteboard/merge-start-blockquote-expected.png:
37720         * platform/efl/editing/pasteboard/merge-start-blockquote-expected.txt:
37721         * platform/efl/editing/pasteboard/merge-start-list-expected.png:
37722         * platform/efl/editing/pasteboard/merge-start-list-expected.txt:
37723         * platform/efl/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
37724         * platform/efl/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt:
37725         * platform/efl/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
37726         * platform/efl/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
37727         * platform/efl/editing/pasteboard/pasting-object-expected.png:
37728         * platform/efl/editing/pasteboard/pasting-object-expected.txt:
37729         * platform/efl/editing/pasteboard/quirks-mode-br-1-expected.png:
37730         * platform/efl/editing/pasteboard/quirks-mode-br-1-expected.txt:
37731         * platform/efl/editing/pasteboard/unrendered-br-expected.png:
37732         * platform/efl/editing/pasteboard/unrendered-br-expected.txt:
37733         * platform/efl/editing/selection/13804-expected.png:
37734         * platform/efl/editing/selection/13804-expected.txt:
37735         * platform/efl/editing/selection/14971-expected.png:
37736         * platform/efl/editing/selection/14971-expected.txt:
37737         * platform/efl/editing/selection/4402375-expected.png:
37738         * platform/efl/editing/selection/4402375-expected.txt:
37739         * platform/efl/editing/selection/4776665-expected.png:
37740         * platform/efl/editing/selection/4776665-expected.txt:
37741         * platform/efl/editing/selection/4818145-expected.png:
37742         * platform/efl/editing/selection/4818145-expected.txt:
37743         * platform/efl/editing/selection/4866671-expected.png:
37744         * platform/efl/editing/selection/4866671-expected.txt:
37745         * platform/efl/editing/selection/4889598-expected.png:
37746         * platform/efl/editing/selection/4889598-expected.txt:
37747         * platform/efl/editing/selection/4895428-2-expected.png:
37748         * platform/efl/editing/selection/4895428-2-expected.txt:
37749         * platform/efl/editing/selection/4932260-1-expected.png:
37750         * platform/efl/editing/selection/4932260-1-expected.txt:
37751         * platform/efl/editing/selection/4932260-2-expected.png:
37752         * platform/efl/editing/selection/4932260-2-expected.txt:
37753         * platform/efl/editing/selection/4932260-3-expected.png:
37754         * platform/efl/editing/selection/4932260-3-expected.txt:
37755         * platform/efl/editing/selection/4947387-expected.png:
37756         * platform/efl/editing/selection/4947387-expected.txt:
37757         * platform/efl/editing/selection/4960116-expected.png:
37758         * platform/efl/editing/selection/4960116-expected.txt:
37759         * platform/efl/editing/selection/4960137-expected.png:
37760         * platform/efl/editing/selection/4960137-expected.txt:
37761         * platform/efl/editing/selection/4983858-expected.png:
37762         * platform/efl/editing/selection/4983858-expected.txt:
37763         * platform/efl/editing/selection/5057506-2-expected.png:
37764         * platform/efl/editing/selection/5057506-2-expected.txt:
37765         * platform/efl/editing/selection/5076323-1-expected.png:
37766         * platform/efl/editing/selection/5076323-1-expected.txt:
37767         * platform/efl/editing/selection/5076323-2-expected.png:
37768         * platform/efl/editing/selection/5076323-2-expected.txt:
37769         * platform/efl/editing/selection/5076323-3-expected.png:
37770         * platform/efl/editing/selection/5076323-3-expected.txt:
37771         * platform/efl/editing/selection/5081257-1-expected.png:
37772         * platform/efl/editing/selection/5081257-1-expected.txt:
37773         * platform/efl/editing/selection/5081257-2-expected.png:
37774         * platform/efl/editing/selection/5081257-2-expected.txt:
37775         * platform/efl/editing/selection/5099303-expected.png:
37776         * platform/efl/editing/selection/5099303-expected.txt:
37777         * platform/efl/editing/selection/5131716-1-expected.png:
37778         * platform/efl/editing/selection/5131716-1-expected.txt:
37779         * platform/efl/editing/selection/5131716-2-expected.png:
37780         * platform/efl/editing/selection/5131716-2-expected.txt:
37781         * platform/efl/editing/selection/5131716-3-expected.png:
37782         * platform/efl/editing/selection/5131716-3-expected.txt:
37783         * platform/efl/editing/selection/5131716-4-expected.png:
37784         * platform/efl/editing/selection/5131716-4-expected.txt:
37785         * platform/efl/editing/selection/5195166-2-expected.png:
37786         * platform/efl/editing/selection/5195166-2-expected.txt:
37787         * platform/efl/editing/selection/5232159-expected.png:
37788         * platform/efl/editing/selection/5232159-expected.txt:
37789         * platform/efl/editing/selection/5234383-1-expected.png:
37790         * platform/efl/editing/selection/5234383-1-expected.txt:
37791         * platform/efl/editing/selection/5234383-2-expected.png:
37792         * platform/efl/editing/selection/5234383-2-expected.txt:
37793         * platform/efl/editing/selection/5240265-expected.png:
37794         * platform/efl/editing/selection/5240265-expected.txt:
37795         * platform/efl/editing/selection/5333725-expected.png:
37796         * platform/efl/editing/selection/5333725-expected.txt:
37797         * platform/efl/editing/selection/6476-expected.png:
37798         * platform/efl/editing/selection/6476-expected.txt:
37799         * platform/efl/editing/selection/7152-1-expected.png:
37800         * platform/efl/editing/selection/7152-1-expected.txt:
37801         * platform/efl/editing/selection/addRange-expected.png:
37802         * platform/efl/editing/selection/addRange-expected.txt:
37803         * platform/efl/editing/selection/after-line-wrap-expected.png:
37804         * platform/efl/editing/selection/after-line-wrap-expected.txt:
37805         * platform/efl/editing/selection/clear-selection-expected.png:
37806         * platform/efl/editing/selection/clear-selection-expected.txt:
37807         * platform/efl/editing/selection/click-start-of-line-expected.png:
37808         * platform/efl/editing/selection/click-start-of-line-expected.txt:
37809         * platform/efl/editing/selection/contenteditable-click-inside-expected.png:
37810         * platform/efl/editing/selection/contenteditable-click-inside-expected.txt:
37811         * platform/efl/editing/selection/display-table-text-expected.png:
37812         * platform/efl/editing/selection/display-table-text-expected.txt:
37813         * platform/efl/editing/selection/drag-in-iframe-expected.png:
37814         * platform/efl/editing/selection/drag-in-iframe-expected.txt:
37815         * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.png:
37816         * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.txt:
37817         * platform/efl/editing/selection/editable-html-element-expected.png:
37818         * platform/efl/editing/selection/editable-html-element-expected.txt:
37819         * platform/efl/editing/selection/editable-links-expected.png:
37820         * platform/efl/editing/selection/editable-links-expected.txt:
37821         * platform/efl/editing/selection/editable-non-editable-crash-expected.png:
37822         * platform/efl/editing/selection/editable-non-editable-crash-expected.txt:
37823         * platform/efl/editing/selection/end-of-document-expected.png:
37824         * platform/efl/editing/selection/end-of-document-expected.txt:
37825         * platform/efl/editing/selection/expanding-selections-expected.png:
37826         * platform/efl/editing/selection/expanding-selections-expected.txt:
37827         * platform/efl/editing/selection/expanding-selections2-expected.png:
37828         * platform/efl/editing/selection/expanding-selections2-expected.txt:
37829         * platform/efl/editing/selection/extend-by-character-001-expected.png:
37830         * platform/efl/editing/selection/extend-by-character-001-expected.txt:
37831         * platform/efl/editing/selection/extend-by-character-004-expected.png:
37832         * platform/efl/editing/selection/extend-by-character-004-expected.txt:
37833         * platform/efl/editing/selection/extend-by-character-005-expected.png:
37834         * platform/efl/editing/selection/extend-by-character-005-expected.txt:
37835         * platform/efl/editing/selection/extend-by-character-006-expected.png:
37836         * platform/efl/editing/selection/extend-by-character-006-expected.txt:
37837         * platform/efl/editing/selection/extend-by-sentence-001-expected.png:
37838         * platform/efl/editing/selection/extend-by-sentence-001-expected.txt:
37839         * platform/efl/editing/selection/extend-by-word-001-expected.png:
37840         * platform/efl/editing/selection/extend-by-word-001-expected.txt:
37841         * platform/efl/editing/selection/extend-inside-transforms-forward-expected.png:
37842         * platform/efl/editing/selection/extend-inside-transforms-forward-expected.txt:
37843         * platform/efl/editing/selection/extend-selection-bidi-expected.png:
37844         * platform/efl/editing/selection/extend-selection-bidi-expected.txt:
37845         * platform/efl/editing/selection/focus-body-expected.png:
37846         * platform/efl/editing/selection/focus-body-expected.txt:
37847         * platform/efl/editing/selection/focus_editable_html-expected.png:
37848         * platform/efl/editing/selection/focus_editable_html-expected.txt:
37849         * platform/efl/editing/selection/iframe-expected.png:
37850         * platform/efl/editing/selection/iframe-expected.txt:
37851         * platform/efl/editing/selection/image-before-linebreak-expected.png:
37852         * platform/efl/editing/selection/image-before-linebreak-expected.txt:
37853         * platform/efl/editing/selection/inline-closest-leaf-child-expected.png:
37854         * platform/efl/editing/selection/inline-closest-leaf-child-expected.txt:
37855         * platform/efl/editing/selection/inline-table-expected.png:
37856         * platform/efl/editing/selection/inline-table-expected.txt:
37857         * platform/efl/editing/selection/leave-requested-block-expected.png:
37858         * platform/efl/editing/selection/leave-requested-block-expected.txt:
37859         * platform/efl/editing/selection/line-wrap-1-expected.png:
37860         * platform/efl/editing/selection/line-wrap-1-expected.txt:
37861         * platform/efl/editing/selection/line-wrap-2-expected.png:
37862         * platform/efl/editing/selection/line-wrap-2-expected.txt:
37863         * platform/efl/editing/selection/mixed-editability-1-expected.png:
37864         * platform/efl/editing/selection/mixed-editability-1-expected.txt:
37865         * platform/efl/editing/selection/mixed-editability-2-expected.png:
37866         * platform/efl/editing/selection/mixed-editability-2-expected.txt:
37867         * platform/efl/editing/selection/mixed-editability-3-expected.png:
37868         * platform/efl/editing/selection/mixed-editability-3-expected.txt:
37869         * platform/efl/editing/selection/mixed-editability-4-expected.png:
37870         * platform/efl/editing/selection/mixed-editability-4-expected.txt:
37871         * platform/efl/editing/selection/mixed-editability-5-expected.png:
37872         * platform/efl/editing/selection/mixed-editability-5-expected.txt:
37873         * platform/efl/editing/selection/mixed-editability-8-expected.png:
37874         * platform/efl/editing/selection/mixed-editability-8-expected.txt:
37875         * platform/efl/editing/selection/mixed-editability-9-expected.png:
37876         * platform/efl/editing/selection/mixed-editability-9-expected.txt:
37877         * platform/efl/editing/selection/move-3875618-fix-expected.png:
37878         * platform/efl/editing/selection/move-3875618-fix-expected.txt:
37879         * platform/efl/editing/selection/move-3875641-fix-expected.png:
37880         * platform/efl/editing/selection/move-3875641-fix-expected.txt:
37881         * platform/efl/editing/selection/move-backwords-by-word-001-expected.png:
37882         * platform/efl/editing/selection/move-backwords-by-word-001-expected.txt:
37883         * platform/efl/editing/selection/move-between-blocks-no-001-expected.png:
37884         * platform/efl/editing/selection/move-between-blocks-no-001-expected.txt:
37885         * platform/efl/editing/selection/move-between-blocks-yes-001-expected.png:
37886         * platform/efl/editing/selection/move-between-blocks-yes-001-expected.txt:
37887         * platform/efl/editing/selection/move-by-character-001-expected.png:
37888         * platform/efl/editing/selection/move-by-character-001-expected.txt:
37889         * platform/efl/editing/selection/move-by-character-002-expected.png:
37890         * platform/efl/editing/selection/move-by-character-002-expected.txt:
37891         * platform/efl/editing/selection/move-by-character-003-expected.png:
37892         * platform/efl/editing/selection/move-by-character-003-expected.txt:
37893         * platform/efl/editing/selection/move-by-character-004-expected.png:
37894         * platform/efl/editing/selection/move-by-character-004-expected.txt:
37895         * platform/efl/editing/selection/move-by-character-005-expected.png:
37896         * platform/efl/editing/selection/move-by-character-005-expected.txt:
37897         * platform/efl/editing/selection/move-by-character-6-expected.png:
37898         * platform/efl/editing/selection/move-by-character-6-expected.txt:
37899         * platform/efl/editing/selection/move-by-line-001-expected.png:
37900         * platform/efl/editing/selection/move-by-line-001-expected.txt:
37901         * platform/efl/editing/selection/move-by-line-002-expected.png:
37902         * platform/efl/editing/selection/move-by-line-002-expected.txt:
37903         * platform/efl/editing/selection/move-by-sentence-001-expected.png:
37904         * platform/efl/editing/selection/move-by-sentence-001-expected.txt:
37905         * platform/efl/editing/selection/move-by-sentence-linebreak-expected.png:
37906         * platform/efl/editing/selection/move-by-sentence-linebreak-expected.txt:
37907         * platform/efl/editing/selection/move-by-word-001-expected.png:
37908         * platform/efl/editing/selection/move-by-word-001-expected.txt:
37909         * platform/efl/editing/selection/move-past-trailing-space-expected.png:
37910         * platform/efl/editing/selection/move-past-trailing-space-expected.txt:
37911         * platform/efl/editing/selection/node-removal-1-expected.png:
37912         * platform/efl/editing/selection/node-removal-1-expected.txt:
37913         * platform/efl/editing/selection/previous-line-position-expected.png:
37914         * platform/efl/editing/selection/previous-line-position-expected.txt:
37915         * platform/efl/editing/selection/replace-selection-1-expected.png:
37916         * platform/efl/editing/selection/replace-selection-1-expected.txt:
37917         * platform/efl/editing/selection/replaced-boundaries-1-expected.png:
37918         * platform/efl/editing/selection/replaced-boundaries-1-expected.txt:
37919         * platform/efl/editing/selection/replaced-boundaries-2-expected.png:
37920         * platform/efl/editing/selection/replaced-boundaries-2-expected.txt:
37921         * platform/efl/editing/selection/select-all-001-expected.png:
37922         * platform/efl/editing/selection/select-all-001-expected.txt:
37923         * platform/efl/editing/selection/select-all-iframe-expected.png:
37924         * platform/efl/editing/selection/select-all-iframe-expected.txt:
37925         * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.png:
37926         * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.txt:
37927         * platform/efl/editing/selection/selectNode-expected.png:
37928         * platform/efl/editing/selection/selectNode-expected.txt:
37929         * platform/efl/editing/selection/selectNodeContents-expected.png:
37930         * platform/efl/editing/selection/selectNodeContents-expected.txt:
37931         * platform/efl/editing/selection/selection-3748164-fix-expected.png:
37932         * platform/efl/editing/selection/selection-3748164-fix-expected.txt:
37933         * platform/efl/editing/selection/table-caret-1-expected.png:
37934         * platform/efl/editing/selection/table-caret-1-expected.txt:
37935         * platform/efl/editing/selection/table-caret-2-expected.png:
37936         * platform/efl/editing/selection/table-caret-2-expected.txt:
37937         * platform/efl/editing/selection/table-caret-3-expected.png:
37938         * platform/efl/editing/selection/table-caret-3-expected.txt:
37939         * platform/efl/editing/selection/transformed-selection-rects-expected.png:
37940         * platform/efl/editing/selection/transformed-selection-rects-expected.txt:
37941         * platform/efl/editing/selection/triple-click-in-pre-expected.png:
37942         * platform/efl/editing/selection/triple-click-in-pre-expected.txt:
37943         * platform/efl/editing/selection/unrendered-001-expected.png:
37944         * platform/efl/editing/selection/unrendered-001-expected.txt:
37945         * platform/efl/editing/selection/unrendered-002-expected.png:
37946
37947 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
37948
37949         [EFL] Unreviewed gardening.
37950
37951         Rebaseline after enabling subpixel layout and updating freetype (7/26).
37952
37953         * platform/efl/css3/selectors3/xml/css3-modsel-30-expected.png:
37954         * platform/efl/css3/selectors3/xml/css3-modsel-30-expected.txt:
37955         * platform/efl/css3/selectors3/xml/css3-modsel-31-expected.png:
37956         * platform/efl/css3/selectors3/xml/css3-modsel-31-expected.txt:
37957         * platform/efl/css3/selectors3/xml/css3-modsel-32-expected.png:
37958         * platform/efl/css3/selectors3/xml/css3-modsel-32-expected.txt:
37959         * platform/efl/css3/selectors3/xml/css3-modsel-33-expected.png:
37960         * platform/efl/css3/selectors3/xml/css3-modsel-33-expected.txt:
37961         * platform/efl/css3/selectors3/xml/css3-modsel-34-expected.png:
37962         * platform/efl/css3/selectors3/xml/css3-modsel-34-expected.txt:
37963         * platform/efl/css3/selectors3/xml/css3-modsel-35-expected.png:
37964         * platform/efl/css3/selectors3/xml/css3-modsel-35-expected.txt:
37965         * platform/efl/css3/selectors3/xml/css3-modsel-36-expected.png:
37966         * platform/efl/css3/selectors3/xml/css3-modsel-36-expected.txt:
37967         * platform/efl/css3/selectors3/xml/css3-modsel-37-expected.png:
37968         * platform/efl/css3/selectors3/xml/css3-modsel-37-expected.txt:
37969         * platform/efl/css3/selectors3/xml/css3-modsel-38-expected.png:
37970         * platform/efl/css3/selectors3/xml/css3-modsel-38-expected.txt:
37971         * platform/efl/css3/selectors3/xml/css3-modsel-39-expected.png:
37972         * platform/efl/css3/selectors3/xml/css3-modsel-39-expected.txt:
37973         * platform/efl/css3/selectors3/xml/css3-modsel-39a-expected.png:
37974         * platform/efl/css3/selectors3/xml/css3-modsel-39a-expected.txt:
37975         * platform/efl/css3/selectors3/xml/css3-modsel-39b-expected.png:
37976         * platform/efl/css3/selectors3/xml/css3-modsel-39b-expected.txt:
37977         * platform/efl/css3/selectors3/xml/css3-modsel-39c-expected.png:
37978         * platform/efl/css3/selectors3/xml/css3-modsel-39c-expected.txt:
37979         * platform/efl/css3/selectors3/xml/css3-modsel-3a-expected.txt:
37980         * platform/efl/css3/selectors3/xml/css3-modsel-4-expected.png:
37981         * platform/efl/css3/selectors3/xml/css3-modsel-4-expected.txt:
37982         * platform/efl/css3/selectors3/xml/css3-modsel-41-expected.txt:
37983         * platform/efl/css3/selectors3/xml/css3-modsel-41a-expected.txt:
37984         * platform/efl/css3/selectors3/xml/css3-modsel-42-expected.txt:
37985         * platform/efl/css3/selectors3/xml/css3-modsel-42a-expected.txt:
37986         * platform/efl/css3/selectors3/xml/css3-modsel-43-expected.png:
37987         * platform/efl/css3/selectors3/xml/css3-modsel-43-expected.txt:
37988         * platform/efl/css3/selectors3/xml/css3-modsel-43b-expected.png:
37989         * platform/efl/css3/selectors3/xml/css3-modsel-43b-expected.txt:
37990         * platform/efl/css3/selectors3/xml/css3-modsel-44-expected.png:
37991         * platform/efl/css3/selectors3/xml/css3-modsel-44-expected.txt:
37992         * platform/efl/css3/selectors3/xml/css3-modsel-44b-expected.png:
37993         * platform/efl/css3/selectors3/xml/css3-modsel-44b-expected.txt:
37994         * platform/efl/css3/selectors3/xml/css3-modsel-44c-expected.png:
37995         * platform/efl/css3/selectors3/xml/css3-modsel-44c-expected.txt:
37996         * platform/efl/css3/selectors3/xml/css3-modsel-44d-expected.png:
37997         * platform/efl/css3/selectors3/xml/css3-modsel-44d-expected.txt:
37998         * platform/efl/css3/selectors3/xml/css3-modsel-45-expected.png:
37999         * platform/efl/css3/selectors3/xml/css3-modsel-45-expected.txt:
38000         * platform/efl/css3/selectors3/xml/css3-modsel-45b-expected.png:
38001         * platform/efl/css3/selectors3/xml/css3-modsel-45b-expected.txt:
38002         * platform/efl/css3/selectors3/xml/css3-modsel-45c-expected.png:
38003         * platform/efl/css3/selectors3/xml/css3-modsel-45c-expected.txt:
38004         * platform/efl/css3/selectors3/xml/css3-modsel-46-expected.png:
38005         * platform/efl/css3/selectors3/xml/css3-modsel-46-expected.txt:
38006         * platform/efl/css3/selectors3/xml/css3-modsel-46b-expected.png:
38007         * platform/efl/css3/selectors3/xml/css3-modsel-46b-expected.txt:
38008         * platform/efl/css3/selectors3/xml/css3-modsel-47-expected.png:
38009         * platform/efl/css3/selectors3/xml/css3-modsel-47-expected.txt:
38010         * platform/efl/css3/selectors3/xml/css3-modsel-48-expected.png:
38011         * platform/efl/css3/selectors3/xml/css3-modsel-48-expected.txt:
38012         * platform/efl/css3/selectors3/xml/css3-modsel-49-expected.png:
38013         * platform/efl/css3/selectors3/xml/css3-modsel-49-expected.txt:
38014         * platform/efl/css3/selectors3/xml/css3-modsel-5-expected.png:
38015         * platform/efl/css3/selectors3/xml/css3-modsel-5-expected.txt:
38016         * platform/efl/css3/selectors3/xml/css3-modsel-50-expected.txt:
38017         * platform/efl/css3/selectors3/xml/css3-modsel-51-expected.png:
38018         * platform/efl/css3/selectors3/xml/css3-modsel-51-expected.txt:
38019         * platform/efl/css3/selectors3/xml/css3-modsel-52-expected.png:
38020         * platform/efl/css3/selectors3/xml/css3-modsel-52-expected.txt:
38021         * platform/efl/css3/selectors3/xml/css3-modsel-53-expected.png:
38022         * platform/efl/css3/selectors3/xml/css3-modsel-53-expected.txt:
38023         * platform/efl/css3/selectors3/xml/css3-modsel-54-expected.png:
38024         * platform/efl/css3/selectors3/xml/css3-modsel-54-expected.txt:
38025         * platform/efl/css3/selectors3/xml/css3-modsel-55-expected.png:
38026         * platform/efl/css3/selectors3/xml/css3-modsel-55-expected.txt:
38027         * platform/efl/css3/selectors3/xml/css3-modsel-56-expected.png:
38028         * platform/efl/css3/selectors3/xml/css3-modsel-56-expected.txt:
38029         * platform/efl/css3/selectors3/xml/css3-modsel-57-expected.png:
38030         * platform/efl/css3/selectors3/xml/css3-modsel-57-expected.txt:
38031         * platform/efl/css3/selectors3/xml/css3-modsel-57b-expected.png:
38032         * platform/efl/css3/selectors3/xml/css3-modsel-57b-expected.txt:
38033         * platform/efl/css3/selectors3/xml/css3-modsel-59-expected.png:
38034         * platform/efl/css3/selectors3/xml/css3-modsel-59-expected.txt:
38035         * platform/efl/css3/selectors3/xml/css3-modsel-6-expected.png:
38036         * platform/efl/css3/selectors3/xml/css3-modsel-6-expected.txt:
38037         * platform/efl/css3/selectors3/xml/css3-modsel-60-expected.png:
38038         * platform/efl/css3/selectors3/xml/css3-modsel-60-expected.txt:
38039         * platform/efl/css3/selectors3/xml/css3-modsel-61-expected.png:
38040         * platform/efl/css3/selectors3/xml/css3-modsel-61-expected.txt:
38041         * platform/efl/css3/selectors3/xml/css3-modsel-62-expected.txt:
38042         * platform/efl/css3/selectors3/xml/css3-modsel-63-expected.png:
38043         * platform/efl/css3/selectors3/xml/css3-modsel-63-expected.txt:
38044         * platform/efl/css3/selectors3/xml/css3-modsel-64-expected.png:
38045         * platform/efl/css3/selectors3/xml/css3-modsel-64-expected.txt:
38046         * platform/efl/css3/selectors3/xml/css3-modsel-65-expected.txt:
38047         * platform/efl/css3/selectors3/xml/css3-modsel-66-expected.png:
38048         * platform/efl/css3/selectors3/xml/css3-modsel-66-expected.txt:
38049         * platform/efl/css3/selectors3/xml/css3-modsel-66b-expected.png:
38050         * platform/efl/css3/selectors3/xml/css3-modsel-66b-expected.txt:
38051         * platform/efl/css3/selectors3/xml/css3-modsel-67-expected.png:
38052         * platform/efl/css3/selectors3/xml/css3-modsel-67-expected.txt:
38053         * platform/efl/css3/selectors3/xml/css3-modsel-68-expected.png:
38054         * platform/efl/css3/selectors3/xml/css3-modsel-68-expected.txt:
38055         * platform/efl/css3/selectors3/xml/css3-modsel-69-expected.png:
38056         * platform/efl/css3/selectors3/xml/css3-modsel-69-expected.txt:
38057         * platform/efl/css3/selectors3/xml/css3-modsel-7-expected.png:
38058         * platform/efl/css3/selectors3/xml/css3-modsel-7-expected.txt:
38059         * platform/efl/css3/selectors3/xml/css3-modsel-70-expected.png:
38060         * platform/efl/css3/selectors3/xml/css3-modsel-70-expected.txt:
38061         * platform/efl/css3/selectors3/xml/css3-modsel-72-expected.png:
38062         * platform/efl/css3/selectors3/xml/css3-modsel-72-expected.txt:
38063         * platform/efl/css3/selectors3/xml/css3-modsel-72b-expected.png:
38064         * platform/efl/css3/selectors3/xml/css3-modsel-72b-expected.txt:
38065         * platform/efl/css3/selectors3/xml/css3-modsel-73-expected.png:
38066         * platform/efl/css3/selectors3/xml/css3-modsel-73-expected.txt:
38067         * platform/efl/css3/selectors3/xml/css3-modsel-73b-expected.png:
38068         * platform/efl/css3/selectors3/xml/css3-modsel-73b-expected.txt:
38069         * platform/efl/css3/selectors3/xml/css3-modsel-74-expected.png:
38070         * platform/efl/css3/selectors3/xml/css3-modsel-74-expected.txt:
38071         * platform/efl/css3/selectors3/xml/css3-modsel-74b-expected.png:
38072         * platform/efl/css3/selectors3/xml/css3-modsel-74b-expected.txt:
38073         * platform/efl/css3/selectors3/xml/css3-modsel-75-expected.png:
38074         * platform/efl/css3/selectors3/xml/css3-modsel-75-expected.txt:
38075         * platform/efl/css3/selectors3/xml/css3-modsel-75b-expected.png:
38076         * platform/efl/css3/selectors3/xml/css3-modsel-75b-expected.txt:
38077         * platform/efl/css3/selectors3/xml/css3-modsel-76-expected.png:
38078         * platform/efl/css3/selectors3/xml/css3-modsel-76-expected.txt:
38079         * platform/efl/css3/selectors3/xml/css3-modsel-76b-expected.png:
38080         * platform/efl/css3/selectors3/xml/css3-modsel-76b-expected.txt:
38081         * platform/efl/css3/selectors3/xml/css3-modsel-77-expected.png:
38082         * platform/efl/css3/selectors3/xml/css3-modsel-77-expected.txt:
38083         * platform/efl/css3/selectors3/xml/css3-modsel-77b-expected.png:
38084         * platform/efl/css3/selectors3/xml/css3-modsel-77b-expected.txt:
38085         * platform/efl/css3/selectors3/xml/css3-modsel-78-expected.png:
38086         * platform/efl/css3/selectors3/xml/css3-modsel-78-expected.txt:
38087         * platform/efl/css3/selectors3/xml/css3-modsel-78b-expected.png:
38088         * platform/efl/css3/selectors3/xml/css3-modsel-78b-expected.txt:
38089         * platform/efl/css3/selectors3/xml/css3-modsel-79-expected.png:
38090         * platform/efl/css3/selectors3/xml/css3-modsel-79-expected.txt:
38091         * platform/efl/css3/selectors3/xml/css3-modsel-7b-expected.png:
38092         * platform/efl/css3/selectors3/xml/css3-modsel-7b-expected.txt:
38093         * platform/efl/css3/selectors3/xml/css3-modsel-8-expected.png:
38094         * platform/efl/css3/selectors3/xml/css3-modsel-8-expected.txt:
38095         * platform/efl/css3/selectors3/xml/css3-modsel-80-expected.png:
38096         * platform/efl/css3/selectors3/xml/css3-modsel-80-expected.txt:
38097         * platform/efl/css3/selectors3/xml/css3-modsel-81-expected.png:
38098         * platform/efl/css3/selectors3/xml/css3-modsel-81-expected.txt:
38099         * platform/efl/css3/selectors3/xml/css3-modsel-81b-expected.png:
38100         * platform/efl/css3/selectors3/xml/css3-modsel-81b-expected.txt:
38101         * platform/efl/css3/selectors3/xml/css3-modsel-82-expected.png:
38102         * platform/efl/css3/selectors3/xml/css3-modsel-82-expected.txt:
38103         * platform/efl/css3/selectors3/xml/css3-modsel-82b-expected.png:
38104         * platform/efl/css3/selectors3/xml/css3-modsel-82b-expected.txt:
38105         * platform/efl/css3/selectors3/xml/css3-modsel-83-expected.png:
38106         * platform/efl/css3/selectors3/xml/css3-modsel-83-expected.txt:
38107         * platform/efl/css3/selectors3/xml/css3-modsel-86-expected.txt:
38108         * platform/efl/css3/selectors3/xml/css3-modsel-87-expected.png:
38109         * platform/efl/css3/selectors3/xml/css3-modsel-87-expected.txt:
38110         * platform/efl/css3/selectors3/xml/css3-modsel-87b-expected.png:
38111         * platform/efl/css3/selectors3/xml/css3-modsel-87b-expected.txt:
38112         * platform/efl/css3/selectors3/xml/css3-modsel-88-expected.txt:
38113         * platform/efl/css3/selectors3/xml/css3-modsel-88b-expected.txt:
38114         * platform/efl/css3/selectors3/xml/css3-modsel-89-expected.txt:
38115         * platform/efl/css3/selectors3/xml/css3-modsel-9-expected.png:
38116         * platform/efl/css3/selectors3/xml/css3-modsel-9-expected.txt:
38117         * platform/efl/css3/selectors3/xml/css3-modsel-90-expected.png:
38118         * platform/efl/css3/selectors3/xml/css3-modsel-90-expected.txt:
38119         * platform/efl/css3/selectors3/xml/css3-modsel-90b-expected.png:
38120         * platform/efl/css3/selectors3/xml/css3-modsel-90b-expected.txt:
38121         * platform/efl/css3/selectors3/xml/css3-modsel-91-expected.txt:
38122         * platform/efl/css3/selectors3/xml/css3-modsel-92-expected.txt:
38123         * platform/efl/css3/selectors3/xml/css3-modsel-93-expected.txt:
38124         * platform/efl/css3/selectors3/xml/css3-modsel-94-expected.png:
38125         * platform/efl/css3/selectors3/xml/css3-modsel-94-expected.txt:
38126         * platform/efl/css3/selectors3/xml/css3-modsel-94b-expected.png:
38127         * platform/efl/css3/selectors3/xml/css3-modsel-94b-expected.txt:
38128         * platform/efl/css3/selectors3/xml/css3-modsel-95-expected.png:
38129         * platform/efl/css3/selectors3/xml/css3-modsel-95-expected.txt:
38130         * platform/efl/css3/selectors3/xml/css3-modsel-96-expected.png:
38131         * platform/efl/css3/selectors3/xml/css3-modsel-96-expected.txt:
38132         * platform/efl/css3/selectors3/xml/css3-modsel-96b-expected.png:
38133         * platform/efl/css3/selectors3/xml/css3-modsel-96b-expected.txt:
38134         * platform/efl/css3/selectors3/xml/css3-modsel-97-expected.png:
38135         * platform/efl/css3/selectors3/xml/css3-modsel-97-expected.txt:
38136         * platform/efl/css3/selectors3/xml/css3-modsel-97b-expected.png:
38137         * platform/efl/css3/selectors3/xml/css3-modsel-97b-expected.txt:
38138         * platform/efl/css3/selectors3/xml/css3-modsel-98-expected.png:
38139         * platform/efl/css3/selectors3/xml/css3-modsel-98-expected.txt:
38140         * platform/efl/css3/selectors3/xml/css3-modsel-98b-expected.png:
38141         * platform/efl/css3/selectors3/xml/css3-modsel-98b-expected.txt:
38142         * platform/efl/css3/selectors3/xml/css3-modsel-99-expected.png:
38143         * platform/efl/css3/selectors3/xml/css3-modsel-99-expected.txt:
38144         * platform/efl/css3/selectors3/xml/css3-modsel-99b-expected.png:
38145         * platform/efl/css3/selectors3/xml/css3-modsel-99b-expected.txt:
38146         * platform/efl/css3/selectors3/xml/css3-modsel-d1-expected.png:
38147         * platform/efl/css3/selectors3/xml/css3-modsel-d1-expected.txt:
38148         * platform/efl/css3/selectors3/xml/css3-modsel-d1b-expected.png:
38149         * platform/efl/css3/selectors3/xml/css3-modsel-d1b-expected.txt:
38150         * platform/efl/css3/selectors3/xml/css3-modsel-d2-expected.png:
38151         * platform/efl/css3/selectors3/xml/css3-modsel-d2-expected.txt:
38152         * platform/efl/css3/selectors3/xml/css3-modsel-d3-expected.png:
38153         * platform/efl/css3/selectors3/xml/css3-modsel-d3-expected.txt:
38154         * platform/efl/css3/selectors3/xml/css3-modsel-d4-expected.png:
38155         * platform/efl/css3/selectors3/xml/css3-modsel-d4-expected.txt:
38156         * platform/efl/css3/unicode-bidi-isolate-basic-expected.png:
38157         * platform/efl/css3/unicode-bidi-isolate-basic-expected.txt:
38158         * platform/efl/editing/deleting/4922367-expected.png:
38159         * platform/efl/editing/deleting/4922367-expected.txt:
38160         * platform/efl/editing/deleting/5099303-expected.png:
38161         * platform/efl/editing/deleting/5099303-expected.txt:
38162         * platform/efl/editing/deleting/5126166-expected.png:
38163         * platform/efl/editing/deleting/5126166-expected.txt:
38164         * platform/efl/editing/deleting/5144139-2-expected.png:
38165         * platform/efl/editing/deleting/5144139-2-expected.txt:
38166         * platform/efl/editing/deleting/5206311-1-expected.png:
38167         * platform/efl/editing/deleting/5206311-1-expected.txt:
38168         * platform/efl/editing/deleting/5272440-expected.png:
38169         * platform/efl/editing/deleting/5272440-expected.txt:
38170         * platform/efl/editing/deleting/5369009-expected.png:
38171         * platform/efl/editing/deleting/5369009-expected.txt:
38172         * platform/efl/editing/deleting/5433862-2-expected.png:
38173         * platform/efl/editing/deleting/5433862-2-expected.txt:
38174         * platform/efl/editing/deleting/5483370-expected.png:
38175         * platform/efl/editing/deleting/5483370-expected.txt:
38176         * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
38177         * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
38178         * platform/efl/editing/deleting/delete-3608445-fix-expected.png:
38179         * platform/efl/editing/deleting/delete-3608445-fix-expected.txt:
38180         * platform/efl/editing/deleting/delete-3608462-fix-expected.png:
38181         * platform/efl/editing/deleting/delete-3608462-fix-expected.txt:
38182         * platform/efl/editing/deleting/delete-3775172-fix-expected.png:
38183         * platform/efl/editing/deleting/delete-3775172-fix-expected.txt:
38184         * platform/efl/editing/deleting/delete-3800834-fix-expected.png:
38185         * platform/efl/editing/deleting/delete-3800834-fix-expected.txt:
38186         * platform/efl/editing/deleting/delete-3857753-fix-expected.png:
38187         * platform/efl/editing/deleting/delete-3857753-fix-expected.txt:
38188         * platform/efl/editing/deleting/delete-3865854-fix-expected.png:
38189         * platform/efl/editing/deleting/delete-3865854-fix-expected.txt:
38190         * platform/efl/editing/deleting/delete-3928305-fix-expected.png:
38191         * platform/efl/editing/deleting/delete-3928305-fix-expected.txt:
38192         * platform/efl/editing/deleting/delete-4083333-fix-expected.png:
38193         * platform/efl/editing/deleting/delete-4083333-fix-expected.txt:
38194         * platform/efl/editing/deleting/delete-after-span-ws-001-expected.png:
38195         * platform/efl/editing/deleting/delete-after-span-ws-001-expected.txt:
38196         * platform/efl/editing/deleting/delete-after-span-ws-002-expected.png:
38197         * platform/efl/editing/deleting/delete-after-span-ws-002-expected.txt:
38198         * platform/efl/editing/deleting/delete-after-span-ws-003-expected.png:
38199         * platform/efl/editing/deleting/delete-after-span-ws-003-expected.txt:
38200         * platform/efl/editing/deleting/delete-and-undo-expected.png:
38201         * platform/efl/editing/deleting/delete-and-undo-expected.txt:
38202         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
38203         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
38204         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
38205         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
38206         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
38207         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
38208         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
38209         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
38210         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
38211         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
38212         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
38213         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
38214         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
38215         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
38216         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
38217         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
38218         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
38219         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
38220         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
38221         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
38222         * platform/efl/editing/deleting/delete-at-start-or-end-expected.png:
38223         * platform/efl/editing/deleting/delete-block-contents-001-expected.png:
38224         * platform/efl/editing/deleting/delete-block-contents-001-expected.txt:
38225         * platform/efl/editing/deleting/delete-block-contents-002-expected.png:
38226         * platform/efl/editing/deleting/delete-block-contents-002-expected.txt:
38227         * platform/efl/editing/deleting/delete-block-contents-003-expected.png:
38228         * platform/efl/editing/deleting/delete-block-contents-003-expected.txt:
38229         * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.png:
38230         * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.txt:
38231         * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.png:
38232         * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.txt:
38233         * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.png:
38234         * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.txt:
38235         * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.png:
38236         * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.txt:
38237         * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.png:
38238         * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.txt:
38239         * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.png:
38240         * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.txt:
38241         * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.png:
38242         * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.txt:
38243         * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.png:
38244         * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.txt:
38245         * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.png:
38246         * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.txt:
38247         * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.png:
38248         * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.txt:
38249         * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.png:
38250         * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.txt:
38251         * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.png:
38252         * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.txt:
38253         * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.png:
38254         * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.txt:
38255         * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.png:
38256         * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.txt:
38257         * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.png:
38258         * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.txt:
38259         * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.png:
38260         * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.txt:
38261         * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.png:
38262         * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.txt:
38263         * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.png:
38264         * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.txt:
38265         * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.png:
38266         * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.txt:
38267         * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.png:
38268         * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.txt:
38269         * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.png:
38270         * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.txt:
38271         * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.png:
38272         * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.txt:
38273         * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.png:
38274         * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.txt:
38275         * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.png:
38276         * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.txt:
38277         * platform/efl/editing/deleting/delete-br-001-expected.png:
38278         * platform/efl/editing/deleting/delete-br-001-expected.txt:
38279         * platform/efl/editing/deleting/delete-br-002-expected.png:
38280         * platform/efl/editing/deleting/delete-br-002-expected.txt:
38281         * platform/efl/editing/deleting/delete-br-003-expected.png:
38282         * platform/efl/editing/deleting/delete-br-003-expected.txt:
38283         * platform/efl/editing/deleting/delete-br-004-expected.png:
38284         * platform/efl/editing/deleting/delete-br-004-expected.txt:
38285         * platform/efl/editing/deleting/delete-br-005-expected.png:
38286         * platform/efl/editing/deleting/delete-br-005-expected.txt:
38287         * platform/efl/editing/deleting/delete-br-006-expected.png:
38288         * platform/efl/editing/deleting/delete-br-006-expected.txt:
38289         * platform/efl/editing/deleting/delete-br-007-expected.png:
38290         * platform/efl/editing/deleting/delete-br-007-expected.txt:
38291         * platform/efl/editing/deleting/delete-br-008-expected.png:
38292         * platform/efl/editing/deleting/delete-br-008-expected.txt:
38293         * platform/efl/editing/deleting/delete-br-009-expected.png:
38294         * platform/efl/editing/deleting/delete-br-009-expected.txt:
38295         * platform/efl/editing/deleting/delete-br-010-expected.png:
38296         * platform/efl/editing/deleting/delete-br-010-expected.txt:
38297         * platform/efl/editing/deleting/delete-br-013-expected.png:
38298         * platform/efl/editing/deleting/delete-br-013-expected.txt:
38299         * platform/efl/editing/deleting/delete-character-001-expected.png:
38300         * platform/efl/editing/deleting/delete-character-001-expected.txt:
38301         * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.png:
38302         * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.txt:
38303         * platform/efl/editing/deleting/delete-first-list-item-expected.png:
38304         * platform/efl/editing/deleting/delete-first-list-item-expected.txt:
38305         * platform/efl/editing/deleting/delete-hr-expected.png:
38306         * platform/efl/editing/deleting/delete-hr-expected.txt:
38307         * platform/efl/editing/deleting/delete-image-001-expected.png:
38308         * platform/efl/editing/deleting/delete-image-001-expected.txt:
38309         * platform/efl/editing/deleting/delete-image-002-expected.png:
38310         * platform/efl/editing/deleting/delete-image-002-expected.txt:
38311         * platform/efl/editing/deleting/delete-image-003-expected.png:
38312         * platform/efl/editing/deleting/delete-image-003-expected.txt:
38313         * platform/efl/editing/deleting/delete-image-004-expected.png:
38314         * platform/efl/editing/deleting/delete-image-004-expected.txt:
38315         * platform/efl/editing/deleting/delete-leading-ws-001-expected.png:
38316         * platform/efl/editing/deleting/delete-leading-ws-001-expected.txt:
38317         * platform/efl/editing/deleting/delete-line-001-expected.png:
38318         * platform/efl/editing/deleting/delete-line-001-expected.txt:
38319         * platform/efl/editing/deleting/delete-line-002-expected.png:
38320         * platform/efl/editing/deleting/delete-line-002-expected.txt:
38321         * platform/efl/editing/deleting/delete-line-003-expected.png:
38322         * platform/efl/editing/deleting/delete-line-003-expected.txt:
38323         * platform/efl/editing/deleting/delete-line-004-expected.png:
38324         * platform/efl/editing/deleting/delete-line-004-expected.txt:
38325         * platform/efl/editing/deleting/delete-line-005-expected.png:
38326         * platform/efl/editing/deleting/delete-line-005-expected.txt:
38327         * platform/efl/editing/deleting/delete-line-006-expected.png:
38328         * platform/efl/editing/deleting/delete-line-006-expected.txt:
38329         * platform/efl/editing/deleting/delete-line-007-expected.png:
38330         * platform/efl/editing/deleting/delete-line-007-expected.txt:
38331         * platform/efl/editing/deleting/delete-line-008-expected.png:
38332         * platform/efl/editing/deleting/delete-line-008-expected.txt:
38333         * platform/efl/editing/deleting/delete-line-009-expected.png:
38334         * platform/efl/editing/deleting/delete-line-009-expected.txt:
38335         * platform/efl/editing/deleting/delete-line-010-expected.png:
38336         * platform/efl/editing/deleting/delete-line-010-expected.txt:
38337         * platform/efl/editing/deleting/delete-line-011-expected.png:
38338         * platform/efl/editing/deleting/delete-line-012-expected.png:
38339         * platform/efl/editing/deleting/delete-line-012-expected.txt:
38340         * platform/efl/editing/deleting/delete-line-013-expected.png:
38341         * platform/efl/editing/deleting/delete-line-013-expected.txt:
38342         * platform/efl/editing/deleting/delete-line-014-expected.png:
38343         * platform/efl/editing/deleting/delete-line-014-expected.txt:
38344         * platform/efl/editing/deleting/delete-line-015-expected.png:
38345         * platform/efl/editing/deleting/delete-line-015-expected.txt:
38346         * platform/efl/editing/deleting/delete-line-016-expected.png:
38347         * platform/efl/editing/deleting/delete-line-016-expected.txt:
38348         * platform/efl/editing/deleting/delete-line-017-expected.png:
38349         * platform/efl/editing/deleting/delete-line-017-expected.txt:
38350         * platform/efl/editing/deleting/delete-line-end-ws-001-expected.png:
38351         * platform/efl/editing/deleting/delete-line-end-ws-001-expected.txt:
38352         * platform/efl/editing/deleting/delete-line-end-ws-002-expected.png:
38353         * platform/efl/editing/deleting/delete-line-end-ws-002-expected.txt:
38354         * platform/efl/editing/deleting/delete-listitem-001-expected.png:
38355         * platform/efl/editing/deleting/delete-listitem-001-expected.txt:
38356         * platform/efl/editing/deleting/delete-listitem-002-expected.png:
38357         * platform/efl/editing/deleting/delete-listitem-002-expected.txt:
38358         * platform/efl/editing/deleting/delete-selection-001-expected.png:
38359         * platform/efl/editing/deleting/delete-selection-001-expected.txt:
38360         * platform/efl/editing/deleting/delete-tab-001-expected.png:
38361         * platform/efl/editing/deleting/delete-tab-002-expected.png:
38362         * platform/efl/editing/deleting/delete-tab-002-expected.txt:
38363         * platform/efl/editing/deleting/delete-tab-003-expected.png:
38364         * platform/efl/editing/deleting/delete-tab-003-expected.txt:
38365         * platform/efl/editing/deleting/delete-tab-004-expected.png:
38366         * platform/efl/editing/deleting/delete-to-select-table-expected.png:
38367         * platform/efl/editing/deleting/delete-to-select-table-expected.txt:
38368         * platform/efl/editing/deleting/delete-trailing-ws-001-expected.png:
38369         * platform/efl/editing/deleting/delete-trailing-ws-001-expected.txt:
38370         * platform/efl/editing/deleting/delete-trailing-ws-002-expected.png:
38371         * platform/efl/editing/deleting/delete-trailing-ws-002-expected.txt:
38372         * platform/efl/editing/deleting/delete-ws-fixup-001-expected.png:
38373         * platform/efl/editing/deleting/delete-ws-fixup-001-expected.txt:
38374         * platform/efl/editing/deleting/delete-ws-fixup-002-expected.png:
38375         * platform/efl/editing/deleting/delete-ws-fixup-002-expected.txt:
38376         * platform/efl/editing/deleting/delete-ws-fixup-003-expected.png:
38377         * platform/efl/editing/deleting/delete-ws-fixup-003-expected.txt:
38378         * platform/efl/editing/deleting/delete-ws-fixup-004-expected.png:
38379         * platform/efl/editing/deleting/delete-ws-fixup-004-expected.txt:
38380         * platform/efl/editing/deleting/forward-delete-expected.png:
38381         * platform/efl/editing/deleting/forward-delete-expected.txt:
38382         * platform/efl/editing/deleting/list-item-1-expected.png:
38383         * platform/efl/editing/deleting/list-item-1-expected.txt:
38384         * platform/efl/editing/deleting/merge-different-styles-expected.png:
38385         * platform/efl/editing/deleting/merge-different-styles-expected.txt:
38386         * platform/efl/editing/deleting/merge-endOfParagraph-expected.png:
38387         * platform/efl/editing/deleting/merge-endOfParagraph-expected.txt:
38388         * platform/efl/editing/deleting/merge-no-br-expected.png:
38389         * platform/efl/editing/deleting/merge-no-br-expected.txt:
38390         * platform/efl/editing/deleting/merge-unrendered-space-expected.png:
38391         * platform/efl/editing/deleting/merge-unrendered-space-expected.txt:
38392         * platform/efl/editing/deleting/merge-whitespace-pre-expected.png:
38393         * platform/efl/editing/deleting/merge-whitespace-pre-expected.txt:
38394         * platform/efl/editing/deleting/move-nodes-001-expected.png:
38395         * platform/efl/editing/deleting/move-nodes-001-expected.txt:
38396         * platform/efl/editing/deleting/non-smart-delete-expected.png:
38397         * platform/efl/editing/deleting/non-smart-delete-expected.txt:
38398         * platform/efl/editing/deleting/pruning-after-merge-2-expected.png:
38399         * platform/efl/editing/deleting/pruning-after-merge-2-expected.txt:
38400         * platform/efl/editing/deleting/smart-delete-001-expected.png:
38401         * platform/efl/editing/deleting/smart-delete-001-expected.txt:
38402         * platform/efl/editing/deleting/smart-delete-002-expected.png:
38403         * platform/efl/editing/deleting/table-cells-expected.png:
38404         * platform/efl/editing/deleting/table-cells-expected.txt:
38405         * platform/efl/editing/deleting/type-delete-after-quote-expected.png:
38406         * platform/efl/editing/deleting/type-delete-after-quote-expected.txt:
38407         * platform/efl/editing/execCommand/4580583-1-expected.png:
38408         * platform/efl/editing/execCommand/4580583-2-expected.png:
38409         * platform/efl/editing/execCommand/4641880-1-expected.png:
38410         * platform/efl/editing/execCommand/4641880-1-expected.txt:
38411         * platform/efl/editing/execCommand/4641880-2-expected.png:
38412         * platform/efl/editing/execCommand/4641880-2-expected.txt:
38413         * platform/efl/editing/execCommand/4747450-expected.png:
38414         * platform/efl/editing/execCommand/4747450-expected.txt:
38415         * platform/efl/editing/execCommand/4916402-expected.png:
38416         * platform/efl/editing/execCommand/4916402-expected.txt:
38417         * platform/efl/editing/execCommand/4916541-expected.png:
38418         * platform/efl/editing/execCommand/4916541-expected.txt:
38419         * platform/efl/editing/execCommand/4924441-expected.png:
38420         * platform/efl/editing/execCommand/4924441-expected.txt:
38421         * platform/efl/editing/execCommand/5080333-1-expected.png:
38422         * platform/efl/editing/execCommand/5080333-1-expected.txt:
38423         * platform/efl/editing/execCommand/5080333-2-expected.png:
38424         * platform/efl/editing/execCommand/5080333-2-expected.txt:
38425         * platform/efl/editing/execCommand/5136770-expected.png:
38426         * platform/efl/editing/execCommand/5136770-expected.txt:
38427         * platform/efl/editing/execCommand/5138441-expected.png:
38428         * platform/efl/editing/execCommand/5138441-expected.txt:
38429         * platform/efl/editing/execCommand/5142012-1-expected.png:
38430         * platform/efl/editing/execCommand/5142012-1-expected.txt:
38431         * platform/efl/editing/execCommand/5142012-2-expected.png:
38432         * platform/efl/editing/execCommand/5142012-2-expected.txt:
38433         * platform/efl/editing/execCommand/5190926-expected.png:
38434         * platform/efl/editing/execCommand/5190926-expected.txt:
38435         * platform/efl/editing/execCommand/5481523-expected.png:
38436         * platform/efl/editing/execCommand/5481523-expected.txt:
38437         * platform/efl/editing/execCommand/5482023-expected.png:
38438         * platform/efl/editing/execCommand/5569741-expected.png:
38439         * platform/efl/editing/execCommand/5569741-expected.txt:
38440         * platform/efl/editing/execCommand/create-list-with-hr-expected.png:
38441         * platform/efl/editing/execCommand/create-list-with-hr-expected.txt:
38442         * platform/efl/editing/execCommand/findString-2-expected.png:
38443         * platform/efl/editing/execCommand/findString-2-expected.txt:
38444         * platform/efl/editing/execCommand/findString-expected.png:
38445         * platform/efl/editing/execCommand/findString-expected.txt:
38446         * platform/efl/editing/execCommand/format-block-with-trailing-br-expected.png:
38447         * platform/efl/editing/execCommand/indent-empty-root-expected.png:
38448         * platform/efl/editing/execCommand/indent-empty-root-expected.txt:
38449         * platform/efl/editing/execCommand/indent-list-item-expected.png:
38450         * platform/efl/editing/execCommand/indent-list-item-expected.txt:
38451         * platform/efl/editing/execCommand/indent-selection-expected.png:
38452         * platform/efl/editing/execCommand/indent-selection-expected.txt:
38453         * platform/efl/editing/execCommand/insert-list-and-stitch-expected.png:
38454
38455 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
38456
38457         [EFL] Unreviewed gardening.
38458
38459         Rebaseline after enabling subpixel layout and updating freetype (6/26).
38460
38461         * platform/efl/css3/selectors3/xhtml/css3-modsel-42a-expected.txt:
38462         * platform/efl/css3/selectors3/xhtml/css3-modsel-43-expected.png:
38463         * platform/efl/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
38464         * platform/efl/css3/selectors3/xhtml/css3-modsel-43b-expected.png:
38465         * platform/efl/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
38466         * platform/efl/css3/selectors3/xhtml/css3-modsel-44-expected.png:
38467         * platform/efl/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
38468         * platform/efl/css3/selectors3/xhtml/css3-modsel-44b-expected.png:
38469         * platform/efl/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
38470         * platform/efl/css3/selectors3/xhtml/css3-modsel-44c-expected.png:
38471         * platform/efl/css3/selectors3/xhtml/css3-modsel-44c-expected.txt:
38472         * platform/efl/css3/selectors3/xhtml/css3-modsel-44d-expected.png:
38473         * platform/efl/css3/selectors3/xhtml/css3-modsel-44d-expected.txt:
38474         * platform/efl/css3/selectors3/xhtml/css3-modsel-45-expected.png:
38475         * platform/efl/css3/selectors3/xhtml/css3-modsel-45-expected.txt:
38476         * platform/efl/css3/selectors3/xhtml/css3-modsel-45b-expected.png:
38477         * platform/efl/css3/selectors3/xhtml/css3-modsel-45b-expected.txt:
38478         * platform/efl/css3/selectors3/xhtml/css3-modsel-45c-expected.png:
38479         * platform/efl/css3/selectors3/xhtml/css3-modsel-45c-expected.txt:
38480         * platform/efl/css3/selectors3/xhtml/css3-modsel-46-expected.png:
38481         * platform/efl/css3/selectors3/xhtml/css3-modsel-46-expected.txt:
38482         * platform/efl/css3/selectors3/xhtml/css3-modsel-46b-expected.png:
38483         * platform/efl/css3/selectors3/xhtml/css3-modsel-46b-expected.txt:
38484         * platform/efl/css3/selectors3/xhtml/css3-modsel-47-expected.png:
38485         * platform/efl/css3/selectors3/xhtml/css3-modsel-47-expected.txt:
38486         * platform/efl/css3/selectors3/xhtml/css3-modsel-48-expected.png:
38487         * platform/efl/css3/selectors3/xhtml/css3-modsel-48-expected.txt:
38488         * platform/efl/css3/selectors3/xhtml/css3-modsel-49-expected.png:
38489         * platform/efl/css3/selectors3/xhtml/css3-modsel-49-expected.txt:
38490         * platform/efl/css3/selectors3/xhtml/css3-modsel-5-expected.png:
38491         * platform/efl/css3/selectors3/xhtml/css3-modsel-5-expected.txt:
38492         * platform/efl/css3/selectors3/xhtml/css3-modsel-50-expected.txt:
38493         * platform/efl/css3/selectors3/xhtml/css3-modsel-51-expected.png:
38494         * platform/efl/css3/selectors3/xhtml/css3-modsel-51-expected.txt:
38495         * platform/efl/css3/selectors3/xhtml/css3-modsel-52-expected.png:
38496         * platform/efl/css3/selectors3/xhtml/css3-modsel-52-expected.txt:
38497         * platform/efl/css3/selectors3/xhtml/css3-modsel-53-expected.png:
38498         * platform/efl/css3/selectors3/xhtml/css3-modsel-53-expected.txt:
38499         * platform/efl/css3/selectors3/xhtml/css3-modsel-54-expected.png:
38500         * platform/efl/css3/selectors3/xhtml/css3-modsel-54-expected.txt:
38501         * platform/efl/css3/selectors3/xhtml/css3-modsel-55-expected.png:
38502         * platform/efl/css3/selectors3/xhtml/css3-modsel-55-expected.txt:
38503         * platform/efl/css3/selectors3/xhtml/css3-modsel-56-expected.png:
38504         * platform/efl/css3/selectors3/xhtml/css3-modsel-56-expected.txt:
38505         * platform/efl/css3/selectors3/xhtml/css3-modsel-57-expected.png:
38506         * platform/efl/css3/selectors3/xhtml/css3-modsel-57-expected.txt:
38507         * platform/efl/css3/selectors3/xhtml/css3-modsel-57b-expected.png:
38508         * platform/efl/css3/selectors3/xhtml/css3-modsel-57b-expected.txt:
38509         * platform/efl/css3/selectors3/xhtml/css3-modsel-59-expected.png:
38510         * platform/efl/css3/selectors3/xhtml/css3-modsel-59-expected.txt:
38511         * platform/efl/css3/selectors3/xhtml/css3-modsel-6-expected.png:
38512         * platform/efl/css3/selectors3/xhtml/css3-modsel-6-expected.txt:
38513         * platform/efl/css3/selectors3/xhtml/css3-modsel-60-expected.png:
38514         * platform/efl/css3/selectors3/xhtml/css3-modsel-60-expected.txt:
38515         * platform/efl/css3/selectors3/xhtml/css3-modsel-61-expected.png:
38516         * platform/efl/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
38517         * platform/efl/css3/selectors3/xhtml/css3-modsel-62-expected.txt:
38518         * platform/efl/css3/selectors3/xhtml/css3-modsel-63-expected.png:
38519         * platform/efl/css3/selectors3/xhtml/css3-modsel-63-expected.txt:
38520         * platform/efl/css3/selectors3/xhtml/css3-modsel-64-expected.png:
38521         * platform/efl/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
38522         * platform/efl/css3/selectors3/xhtml/css3-modsel-65-expected.txt:
38523         * platform/efl/css3/selectors3/xhtml/css3-modsel-66-expected.png:
38524         * platform/efl/css3/selectors3/xhtml/css3-modsel-66-expected.txt:
38525         * platform/efl/css3/selectors3/xhtml/css3-modsel-66b-expected.png:
38526         * platform/efl/css3/selectors3/xhtml/css3-modsel-66b-expected.txt:
38527         * platform/efl/css3/selectors3/xhtml/css3-modsel-67-expected.png:
38528         * platform/efl/css3/selectors3/xhtml/css3-modsel-67-expected.txt:
38529         * platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.png:
38530         * platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
38531         * platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.png:
38532         * platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
38533         * platform/efl/css3/selectors3/xhtml/css3-modsel-7-expected.png:
38534         * platform/efl/css3/selectors3/xhtml/css3-modsel-7-expected.txt:
38535         * platform/efl/css3/selectors3/xhtml/css3-modsel-70-expected.png:
38536         * platform/efl/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
38537         * platform/efl/css3/selectors3/xhtml/css3-modsel-72-expected.png:
38538         * platform/efl/css3/selectors3/xhtml/css3-modsel-72-expected.txt:
38539         * platform/efl/css3/selectors3/xhtml/css3-modsel-72b-expected.png:
38540         * platform/efl/css3/selectors3/xhtml/css3-modsel-72b-expected.txt:
38541         * platform/efl/css3/selectors3/xhtml/css3-modsel-73-expected.png:
38542         * platform/efl/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
38543         * platform/efl/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
38544         * platform/efl/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
38545         * platform/efl/css3/selectors3/xhtml/css3-modsel-74-expected.png:
38546         * platform/efl/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
38547         * platform/efl/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
38548         * platform/efl/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
38549         * platform/efl/css3/selectors3/xhtml/css3-modsel-75-expected.png:
38550         * platform/efl/css3/selectors3/xhtml/css3-modsel-75-expected.txt:
38551         * platform/efl/css3/selectors3/xhtml/css3-modsel-75b-expected.png:
38552         * platform/efl/css3/selectors3/xhtml/css3-modsel-75b-expected.txt:
38553         * platform/efl/css3/selectors3/xhtml/css3-modsel-76-expected.png:
38554         * platform/efl/css3/selectors3/xhtml/css3-modsel-76-expected.txt:
38555         * platform/efl/css3/selectors3/xhtml/css3-modsel-76b-expected.png:
38556         * platform/efl/css3/selectors3/xhtml/css3-modsel-76b-expected.txt:
38557         * platform/efl/css3/selectors3/xhtml/css3-modsel-77-expected.png:
38558         * platform/efl/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
38559         * platform/efl/css3/selectors3/xhtml/css3-modsel-77b-expected.png:
38560         * platform/efl/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
38561         * platform/efl/css3/selectors3/xhtml/css3-modsel-78-expected.png:
38562         * platform/efl/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
38563         * platform/efl/css3/selectors3/xhtml/css3-modsel-78b-expected.png:
38564         * platform/efl/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
38565         * platform/efl/css3/selectors3/xhtml/css3-modsel-79-expected.png:
38566         * platform/efl/css3/selectors3/xhtml/css3-modsel-79-expected.txt:
38567         * platform/efl/css3/selectors3/xhtml/css3-modsel-7b-expected.png:
38568         * platform/efl/css3/selectors3/xhtml/css3-modsel-7b-expected.txt:
38569         * platform/efl/css3/selectors3/xhtml/css3-modsel-8-expected.png:
38570         * platform/efl/css3/selectors3/xhtml/css3-modsel-8-expected.txt:
38571         * platform/efl/css3/selectors3/xhtml/css3-modsel-80-expected.png:
38572         * platform/efl/css3/selectors3/xhtml/css3-modsel-80-expected.txt:
38573         * platform/efl/css3/selectors3/xhtml/css3-modsel-81-expected.png:
38574         * platform/efl/css3/selectors3/xhtml/css3-modsel-81-expected.txt:
38575         * platform/efl/css3/selectors3/xhtml/css3-modsel-81b-expected.png:
38576         * platform/efl/css3/selectors3/xhtml/css3-modsel-81b-expected.txt:
38577         * platform/efl/css3/selectors3/xhtml/css3-modsel-82-expected.png:
38578         * platform/efl/css3/selectors3/xhtml/css3-modsel-82-expected.txt:
38579         * platform/efl/css3/selectors3/xhtml/css3-modsel-82b-expected.png:
38580         * platform/efl/css3/selectors3/xhtml/css3-modsel-82b-expected.txt:
38581         * platform/efl/css3/selectors3/xhtml/css3-modsel-83-expected.png:
38582         * platform/efl/css3/selectors3/xhtml/css3-modsel-83-expected.txt:
38583         * platform/efl/css3/selectors3/xhtml/css3-modsel-86-expected.txt:
38584         * platform/efl/css3/selectors3/xhtml/css3-modsel-87-expected.png:
38585         * platform/efl/css3/selectors3/xhtml/css3-modsel-87-expected.txt:
38586         * platform/efl/css3/selectors3/xhtml/css3-modsel-87b-expected.png:
38587         * platform/efl/css3/selectors3/xhtml/css3-modsel-87b-expected.txt:
38588         * platform/efl/css3/selectors3/xhtml/css3-modsel-88-expected.txt:
38589         * platform/efl/css3/selectors3/xhtml/css3-modsel-88b-expected.txt:
38590         * platform/efl/css3/selectors3/xhtml/css3-modsel-89-expected.txt:
38591         * platform/efl/css3/selectors3/xhtml/css3-modsel-9-expected.png:
38592         * platform/efl/css3/selectors3/xhtml/css3-modsel-9-expected.txt:
38593         * platform/efl/css3/selectors3/xhtml/css3-modsel-90-expected.png:
38594         * platform/efl/css3/selectors3/xhtml/css3-modsel-90-expected.txt:
38595         * platform/efl/css3/selectors3/xhtml/css3-modsel-90b-expected.png:
38596         * platform/efl/css3/selectors3/xhtml/css3-modsel-90b-expected.txt:
38597         * platform/efl/css3/selectors3/xhtml/css3-modsel-91-expected.txt:
38598         * platform/efl/css3/selectors3/xhtml/css3-modsel-92-expected.txt:
38599         * platform/efl/css3/selectors3/xhtml/css3-modsel-93-expected.txt:
38600         * platform/efl/css3/selectors3/xhtml/css3-modsel-94-expected.png:
38601         * platform/efl/css3/selectors3/xhtml/css3-modsel-94-expected.txt:
38602         * platform/efl/css3/selectors3/xhtml/css3-modsel-94b-expected.png:
38603         * platform/efl/css3/selectors3/xhtml/css3-modsel-94b-expected.txt:
38604         * platform/efl/css3/selectors3/xhtml/css3-modsel-95-expected.png:
38605         * platform/efl/css3/selectors3/xhtml/css3-modsel-95-expected.txt:
38606         * platform/efl/css3/selectors3/xhtml/css3-modsel-96-expected.png:
38607         * platform/efl/css3/selectors3/xhtml/css3-modsel-96-expected.txt:
38608         * platform/efl/css3/selectors3/xhtml/css3-modsel-96b-expected.png:
38609         * platform/efl/css3/selectors3/xhtml/css3-modsel-96b-expected.txt:
38610         * platform/efl/css3/selectors3/xhtml/css3-modsel-97-expected.png:
38611         * platform/efl/css3/selectors3/xhtml/css3-modsel-97-expected.txt:
38612         * platform/efl/css3/selectors3/xhtml/css3-modsel-97b-expected.png:
38613         * platform/efl/css3/selectors3/xhtml/css3-modsel-97b-expected.txt:
38614         * platform/efl/css3/selectors3/xhtml/css3-modsel-98-expected.png:
38615         * platform/efl/css3/selectors3/xhtml/css3-modsel-98-expected.txt:
38616         * platform/efl/css3/selectors3/xhtml/css3-modsel-98b-expected.png:
38617         * platform/efl/css3/selectors3/xhtml/css3-modsel-98b-expected.txt:
38618         * platform/efl/css3/selectors3/xhtml/css3-modsel-99-expected.png:
38619         * platform/efl/css3/selectors3/xhtml/css3-modsel-99-expected.txt:
38620         * platform/efl/css3/selectors3/xhtml/css3-modsel-99b-expected.png:
38621         * platform/efl/css3/selectors3/xhtml/css3-modsel-99b-expected.txt:
38622         * platform/efl/css3/selectors3/xhtml/css3-modsel-d1-expected.png:
38623         * platform/efl/css3/selectors3/xhtml/css3-modsel-d1-expected.txt:
38624         * platform/efl/css3/selectors3/xhtml/css3-modsel-d1b-expected.png:
38625         * platform/efl/css3/selectors3/xhtml/css3-modsel-d1b-expected.txt:
38626         * platform/efl/css3/selectors3/xhtml/css3-modsel-d2-expected.png:
38627         * platform/efl/css3/selectors3/xhtml/css3-modsel-d2-expected.txt:
38628         * platform/efl/css3/selectors3/xhtml/css3-modsel-d3-expected.png:
38629         * platform/efl/css3/selectors3/xhtml/css3-modsel-d3-expected.txt:
38630         * platform/efl/css3/selectors3/xhtml/css3-modsel-d4-expected.png:
38631         * platform/efl/css3/selectors3/xhtml/css3-modsel-d4-expected.txt:
38632         * platform/efl/css3/selectors3/xml/css3-modsel-10-expected.png:
38633         * platform/efl/css3/selectors3/xml/css3-modsel-10-expected.txt:
38634         * platform/efl/css3/selectors3/xml/css3-modsel-100-expected.png:
38635         * platform/efl/css3/selectors3/xml/css3-modsel-100-expected.txt:
38636         * platform/efl/css3/selectors3/xml/css3-modsel-100b-expected.png:
38637         * platform/efl/css3/selectors3/xml/css3-modsel-100b-expected.txt:
38638         * platform/efl/css3/selectors3/xml/css3-modsel-101-expected.png:
38639         * platform/efl/css3/selectors3/xml/css3-modsel-101-expected.txt:
38640         * platform/efl/css3/selectors3/xml/css3-modsel-101b-expected.png:
38641         * platform/efl/css3/selectors3/xml/css3-modsel-101b-expected.txt:
38642         * platform/efl/css3/selectors3/xml/css3-modsel-102-expected.png:
38643         * platform/efl/css3/selectors3/xml/css3-modsel-102-expected.txt:
38644         * platform/efl/css3/selectors3/xml/css3-modsel-102b-expected.png:
38645         * platform/efl/css3/selectors3/xml/css3-modsel-102b-expected.txt:
38646         * platform/efl/css3/selectors3/xml/css3-modsel-103-expected.png:
38647         * platform/efl/css3/selectors3/xml/css3-modsel-103-expected.txt:
38648         * platform/efl/css3/selectors3/xml/css3-modsel-103b-expected.png:
38649         * platform/efl/css3/selectors3/xml/css3-modsel-103b-expected.txt:
38650         * platform/efl/css3/selectors3/xml/css3-modsel-104-expected.png:
38651         * platform/efl/css3/selectors3/xml/css3-modsel-104-expected.txt:
38652         * platform/efl/css3/selectors3/xml/css3-modsel-104b-expected.png:
38653         * platform/efl/css3/selectors3/xml/css3-modsel-104b-expected.txt:
38654         * platform/efl/css3/selectors3/xml/css3-modsel-105-expected.png:
38655         * platform/efl/css3/selectors3/xml/css3-modsel-105-expected.txt:
38656         * platform/efl/css3/selectors3/xml/css3-modsel-105b-expected.png:
38657         * platform/efl/css3/selectors3/xml/css3-modsel-105b-expected.txt:
38658         * platform/efl/css3/selectors3/xml/css3-modsel-106-expected.png:
38659         * platform/efl/css3/selectors3/xml/css3-modsel-106-expected.txt:
38660         * platform/efl/css3/selectors3/xml/css3-modsel-106b-expected.png:
38661         * platform/efl/css3/selectors3/xml/css3-modsel-106b-expected.txt:
38662         * platform/efl/css3/selectors3/xml/css3-modsel-107-expected.png:
38663         * platform/efl/css3/selectors3/xml/css3-modsel-107-expected.txt:
38664         * platform/efl/css3/selectors3/xml/css3-modsel-107b-expected.png:
38665         * platform/efl/css3/selectors3/xml/css3-modsel-107b-expected.txt:
38666         * platform/efl/css3/selectors3/xml/css3-modsel-108-expected.png:
38667         * platform/efl/css3/selectors3/xml/css3-modsel-108-expected.txt:
38668         * platform/efl/css3/selectors3/xml/css3-modsel-108b-expected.png:
38669         * platform/efl/css3/selectors3/xml/css3-modsel-108b-expected.txt:
38670         * platform/efl/css3/selectors3/xml/css3-modsel-109-expected.png:
38671         * platform/efl/css3/selectors3/xml/css3-modsel-109-expected.txt:
38672         * platform/efl/css3/selectors3/xml/css3-modsel-109b-expected.png:
38673         * platform/efl/css3/selectors3/xml/css3-modsel-109b-expected.txt:
38674         * platform/efl/css3/selectors3/xml/css3-modsel-11-expected.png:
38675         * platform/efl/css3/selectors3/xml/css3-modsel-11-expected.txt:
38676         * platform/efl/css3/selectors3/xml/css3-modsel-110-expected.png:
38677         * platform/efl/css3/selectors3/xml/css3-modsel-110-expected.txt:
38678         * platform/efl/css3/selectors3/xml/css3-modsel-110b-expected.png:
38679         * platform/efl/css3/selectors3/xml/css3-modsel-110b-expected.txt:
38680         * platform/efl/css3/selectors3/xml/css3-modsel-111-expected.png:
38681         * platform/efl/css3/selectors3/xml/css3-modsel-111-expected.txt:
38682         * platform/efl/css3/selectors3/xml/css3-modsel-111b-expected.png:
38683         * platform/efl/css3/selectors3/xml/css3-modsel-111b-expected.txt:
38684         * platform/efl/css3/selectors3/xml/css3-modsel-112-expected.png:
38685         * platform/efl/css3/selectors3/xml/css3-modsel-112-expected.txt:
38686         * platform/efl/css3/selectors3/xml/css3-modsel-112b-expected.png:
38687         * platform/efl/css3/selectors3/xml/css3-modsel-112b-expected.txt:
38688         * platform/efl/css3/selectors3/xml/css3-modsel-113-expected.png:
38689         * platform/efl/css3/selectors3/xml/css3-modsel-113-expected.txt:
38690         * platform/efl/css3/selectors3/xml/css3-modsel-113b-expected.png:
38691         * platform/efl/css3/selectors3/xml/css3-modsel-113b-expected.txt:
38692         * platform/efl/css3/selectors3/xml/css3-modsel-114-expected.png:
38693         * platform/efl/css3/selectors3/xml/css3-modsel-114-expected.txt:
38694         * platform/efl/css3/selectors3/xml/css3-modsel-114b-expected.png:
38695         * platform/efl/css3/selectors3/xml/css3-modsel-114b-expected.txt:
38696         * platform/efl/css3/selectors3/xml/css3-modsel-115-expected.png:
38697         * platform/efl/css3/selectors3/xml/css3-modsel-115-expected.txt:
38698         * platform/efl/css3/selectors3/xml/css3-modsel-115b-expected.png:
38699         * platform/efl/css3/selectors3/xml/css3-modsel-115b-expected.txt:
38700         * platform/efl/css3/selectors3/xml/css3-modsel-116-expected.png:
38701         * platform/efl/css3/selectors3/xml/css3-modsel-116-expected.txt:
38702         * platform/efl/css3/selectors3/xml/css3-modsel-116b-expected.png:
38703         * platform/efl/css3/selectors3/xml/css3-modsel-116b-expected.txt:
38704         * platform/efl/css3/selectors3/xml/css3-modsel-117-expected.png:
38705         * platform/efl/css3/selectors3/xml/css3-modsel-117-expected.txt:
38706         * platform/efl/css3/selectors3/xml/css3-modsel-117b-expected.png:
38707         * platform/efl/css3/selectors3/xml/css3-modsel-117b-expected.txt:
38708         * platform/efl/css3/selectors3/xml/css3-modsel-118-expected.png:
38709         * platform/efl/css3/selectors3/xml/css3-modsel-118-expected.txt:
38710         * platform/efl/css3/selectors3/xml/css3-modsel-119-expected.png:
38711         * platform/efl/css3/selectors3/xml/css3-modsel-119-expected.txt:
38712         * platform/efl/css3/selectors3/xml/css3-modsel-120-expected.png:
38713         * platform/efl/css3/selectors3/xml/css3-modsel-120-expected.txt:
38714         * platform/efl/css3/selectors3/xml/css3-modsel-121-expected.png:
38715         * platform/efl/css3/selectors3/xml/css3-modsel-121-expected.txt:
38716         * platform/efl/css3/selectors3/xml/css3-modsel-122-expected.png:
38717         * platform/efl/css3/selectors3/xml/css3-modsel-122-expected.txt:
38718         * platform/efl/css3/selectors3/xml/css3-modsel-123-expected.png:
38719         * platform/efl/css3/selectors3/xml/css3-modsel-123-expected.txt:
38720         * platform/efl/css3/selectors3/xml/css3-modsel-123b-expected.txt:
38721         * platform/efl/css3/selectors3/xml/css3-modsel-124-expected.png:
38722         * platform/efl/css3/selectors3/xml/css3-modsel-124-expected.txt:
38723         * platform/efl/css3/selectors3/xml/css3-modsel-124b-expected.png:
38724         * platform/efl/css3/selectors3/xml/css3-modsel-124b-expected.txt:
38725         * platform/efl/css3/selectors3/xml/css3-modsel-125-expected.png:
38726         * platform/efl/css3/selectors3/xml/css3-modsel-125-expected.txt:
38727         * platform/efl/css3/selectors3/xml/css3-modsel-125b-expected.png:
38728         * platform/efl/css3/selectors3/xml/css3-modsel-125b-expected.txt:
38729         * platform/efl/css3/selectors3/xml/css3-modsel-126-expected.png:
38730         * platform/efl/css3/selectors3/xml/css3-modsel-126-expected.txt:
38731         * platform/efl/css3/selectors3/xml/css3-modsel-126b-expected.png:
38732         * platform/efl/css3/selectors3/xml/css3-modsel-126b-expected.txt:
38733         * platform/efl/css3/selectors3/xml/css3-modsel-127-expected.png:
38734         * platform/efl/css3/selectors3/xml/css3-modsel-127-expected.txt:
38735         * platform/efl/css3/selectors3/xml/css3-modsel-127b-expected.png:
38736         * platform/efl/css3/selectors3/xml/css3-modsel-127b-expected.txt:
38737         * platform/efl/css3/selectors3/xml/css3-modsel-128-expected.png:
38738         * platform/efl/css3/selectors3/xml/css3-modsel-128-expected.txt:
38739         * platform/efl/css3/selectors3/xml/css3-modsel-128b-expected.png:
38740         * platform/efl/css3/selectors3/xml/css3-modsel-128b-expected.txt:
38741         * platform/efl/css3/selectors3/xml/css3-modsel-129-expected.png:
38742         * platform/efl/css3/selectors3/xml/css3-modsel-129-expected.txt:
38743         * platform/efl/css3/selectors3/xml/css3-modsel-129b-expected.png:
38744         * platform/efl/css3/selectors3/xml/css3-modsel-129b-expected.txt:
38745         * platform/efl/css3/selectors3/xml/css3-modsel-13-expected.png:
38746         * platform/efl/css3/selectors3/xml/css3-modsel-13-expected.txt:
38747         * platform/efl/css3/selectors3/xml/css3-modsel-130-expected.png:
38748         * platform/efl/css3/selectors3/xml/css3-modsel-130-expected.txt:
38749         * platform/efl/css3/selectors3/xml/css3-modsel-130b-expected.png:
38750         * platform/efl/css3/selectors3/xml/css3-modsel-130b-expected.txt:
38751         * platform/efl/css3/selectors3/xml/css3-modsel-131-expected.png:
38752         * platform/efl/css3/selectors3/xml/css3-modsel-131-expected.txt:
38753         * platform/efl/css3/selectors3/xml/css3-modsel-131b-expected.png:
38754         * platform/efl/css3/selectors3/xml/css3-modsel-131b-expected.txt:
38755         * platform/efl/css3/selectors3/xml/css3-modsel-132-expected.png:
38756         * platform/efl/css3/selectors3/xml/css3-modsel-132-expected.txt:
38757         * platform/efl/css3/selectors3/xml/css3-modsel-132b-expected.png:
38758         * platform/efl/css3/selectors3/xml/css3-modsel-132b-expected.txt:
38759         * platform/efl/css3/selectors3/xml/css3-modsel-133-expected.png:
38760         * platform/efl/css3/selectors3/xml/css3-modsel-133-expected.txt:
38761         * platform/efl/css3/selectors3/xml/css3-modsel-133b-expected.png:
38762         * platform/efl/css3/selectors3/xml/css3-modsel-133b-expected.txt:
38763         * platform/efl/css3/selectors3/xml/css3-modsel-134-expected.png:
38764         * platform/efl/css3/selectors3/xml/css3-modsel-134-expected.txt:
38765         * platform/efl/css3/selectors3/xml/css3-modsel-134b-expected.png:
38766         * platform/efl/css3/selectors3/xml/css3-modsel-134b-expected.txt:
38767         * platform/efl/css3/selectors3/xml/css3-modsel-135-expected.png:
38768         * platform/efl/css3/selectors3/xml/css3-modsel-135-expected.txt:
38769         * platform/efl/css3/selectors3/xml/css3-modsel-135b-expected.png:
38770         * platform/efl/css3/selectors3/xml/css3-modsel-135b-expected.txt:
38771         * platform/efl/css3/selectors3/xml/css3-modsel-136-expected.png:
38772         * platform/efl/css3/selectors3/xml/css3-modsel-136-expected.txt:
38773         * platform/efl/css3/selectors3/xml/css3-modsel-136b-expected.png:
38774         * platform/efl/css3/selectors3/xml/css3-modsel-136b-expected.txt:
38775         * platform/efl/css3/selectors3/xml/css3-modsel-137-expected.png:
38776         * platform/efl/css3/selectors3/xml/css3-modsel-137-expected.txt:
38777         * platform/efl/css3/selectors3/xml/css3-modsel-137b-expected.png:
38778         * platform/efl/css3/selectors3/xml/css3-modsel-137b-expected.txt:
38779         * platform/efl/css3/selectors3/xml/css3-modsel-138-expected.png:
38780         * platform/efl/css3/selectors3/xml/css3-modsel-138-expected.txt:
38781         * platform/efl/css3/selectors3/xml/css3-modsel-138b-expected.png:
38782         * platform/efl/css3/selectors3/xml/css3-modsel-138b-expected.txt:
38783         * platform/efl/css3/selectors3/xml/css3-modsel-139-expected.png:
38784         * platform/efl/css3/selectors3/xml/css3-modsel-139-expected.txt:
38785         * platform/efl/css3/selectors3/xml/css3-modsel-139b-expected.png:
38786         * platform/efl/css3/selectors3/xml/css3-modsel-139b-expected.txt:
38787         * platform/efl/css3/selectors3/xml/css3-modsel-14-expected.png:
38788         * platform/efl/css3/selectors3/xml/css3-modsel-14-expected.txt:
38789         * platform/efl/css3/selectors3/xml/css3-modsel-140-expected.png:
38790         * platform/efl/css3/selectors3/xml/css3-modsel-140-expected.txt:
38791         * platform/efl/css3/selectors3/xml/css3-modsel-140b-expected.png:
38792         * platform/efl/css3/selectors3/xml/css3-modsel-140b-expected.txt:
38793         * platform/efl/css3/selectors3/xml/css3-modsel-141-expected.png:
38794         * platform/efl/css3/selectors3/xml/css3-modsel-141-expected.txt:
38795         * platform/efl/css3/selectors3/xml/css3-modsel-141b-expected.png:
38796         * platform/efl/css3/selectors3/xml/css3-modsel-141b-expected.txt:
38797         * platform/efl/css3/selectors3/xml/css3-modsel-142-expected.png:
38798         * platform/efl/css3/selectors3/xml/css3-modsel-142-expected.txt:
38799         * platform/efl/css3/selectors3/xml/css3-modsel-142b-expected.png:
38800         * platform/efl/css3/selectors3/xml/css3-modsel-142b-expected.txt:
38801         * platform/efl/css3/selectors3/xml/css3-modsel-143-expected.png:
38802         * platform/efl/css3/selectors3/xml/css3-modsel-143-expected.txt:
38803         * platform/efl/css3/selectors3/xml/css3-modsel-143b-expected.png:
38804         * platform/efl/css3/selectors3/xml/css3-modsel-143b-expected.txt:
38805         * platform/efl/css3/selectors3/xml/css3-modsel-144-expected.png:
38806         * platform/efl/css3/selectors3/xml/css3-modsel-144-expected.txt:
38807         * platform/efl/css3/selectors3/xml/css3-modsel-145a-expected.png:
38808         * platform/efl/css3/selectors3/xml/css3-modsel-145a-expected.txt:
38809         * platform/efl/css3/selectors3/xml/css3-modsel-145b-expected.png:
38810         * platform/efl/css3/selectors3/xml/css3-modsel-145b-expected.txt:
38811         * platform/efl/css3/selectors3/xml/css3-modsel-146a-expected.png:
38812         * platform/efl/css3/selectors3/xml/css3-modsel-146a-expected.txt:
38813         * platform/efl/css3/selectors3/xml/css3-modsel-146b-expected.png:
38814         * platform/efl/css3/selectors3/xml/css3-modsel-146b-expected.txt:
38815         * platform/efl/css3/selectors3/xml/css3-modsel-147a-expected.png:
38816         * platform/efl/css3/selectors3/xml/css3-modsel-147a-expected.txt:
38817         * platform/efl/css3/selectors3/xml/css3-modsel-147b-expected.png:
38818         * platform/efl/css3/selectors3/xml/css3-modsel-147b-expected.txt:
38819         * platform/efl/css3/selectors3/xml/css3-modsel-148-expected.png:
38820         * platform/efl/css3/selectors3/xml/css3-modsel-148-expected.txt:
38821         * platform/efl/css3/selectors3/xml/css3-modsel-149-expected.txt:
38822         * platform/efl/css3/selectors3/xml/css3-modsel-149b-expected.txt:
38823         * platform/efl/css3/selectors3/xml/css3-modsel-14b-expected.png:
38824         * platform/efl/css3/selectors3/xml/css3-modsel-14b-expected.txt:
38825         * platform/efl/css3/selectors3/xml/css3-modsel-14c-expected.png:
38826         * platform/efl/css3/selectors3/xml/css3-modsel-14c-expected.txt:
38827         * platform/efl/css3/selectors3/xml/css3-modsel-14d-expected.png:
38828         * platform/efl/css3/selectors3/xml/css3-modsel-14d-expected.txt:
38829         * platform/efl/css3/selectors3/xml/css3-modsel-14e-expected.png:
38830         * platform/efl/css3/selectors3/xml/css3-modsel-14e-expected.txt:
38831         * platform/efl/css3/selectors3/xml/css3-modsel-15-expected.png:
38832         * platform/efl/css3/selectors3/xml/css3-modsel-15-expected.txt:
38833         * platform/efl/css3/selectors3/xml/css3-modsel-150-expected.png:
38834         * platform/efl/css3/selectors3/xml/css3-modsel-150-expected.txt:
38835         * platform/efl/css3/selectors3/xml/css3-modsel-151-expected.txt:
38836         * platform/efl/css3/selectors3/xml/css3-modsel-152-expected.txt:
38837         * platform/efl/css3/selectors3/xml/css3-modsel-153-expected.png:
38838         * platform/efl/css3/selectors3/xml/css3-modsel-153-expected.txt:
38839         * platform/efl/css3/selectors3/xml/css3-modsel-154-expected.png:
38840         * platform/efl/css3/selectors3/xml/css3-modsel-154-expected.txt:
38841         * platform/efl/css3/selectors3/xml/css3-modsel-155-expected.png:
38842         * platform/efl/css3/selectors3/xml/css3-modsel-155-expected.txt:
38843         * platform/efl/css3/selectors3/xml/css3-modsel-155a-expected.png:
38844         * platform/efl/css3/selectors3/xml/css3-modsel-155a-expected.txt:
38845         * platform/efl/css3/selectors3/xml/css3-modsel-155b-expected.png:
38846         * platform/efl/css3/selectors3/xml/css3-modsel-155b-expected.txt:
38847         * platform/efl/css3/selectors3/xml/css3-modsel-155c-expected.png:
38848         * platform/efl/css3/selectors3/xml/css3-modsel-155c-expected.txt:
38849         * platform/efl/css3/selectors3/xml/css3-modsel-155d-expected.png:
38850         * platform/efl/css3/selectors3/xml/css3-modsel-155d-expected.txt:
38851         * platform/efl/css3/selectors3/xml/css3-modsel-156-expected.png:
38852         * platform/efl/css3/selectors3/xml/css3-modsel-156-expected.txt:
38853         * platform/efl/css3/selectors3/xml/css3-modsel-156b-expected.png:
38854         * platform/efl/css3/selectors3/xml/css3-modsel-156b-expected.txt:
38855         * platform/efl/css3/selectors3/xml/css3-modsel-156c-expected.png:
38856         * platform/efl/css3/selectors3/xml/css3-modsel-156c-expected.txt:
38857         * platform/efl/css3/selectors3/xml/css3-modsel-157-expected.png:
38858         * platform/efl/css3/selectors3/xml/css3-modsel-157-expected.txt:
38859         * platform/efl/css3/selectors3/xml/css3-modsel-158-expected.png:
38860         * platform/efl/css3/selectors3/xml/css3-modsel-158-expected.txt:
38861         * platform/efl/css3/selectors3/xml/css3-modsel-159-expected.txt:
38862         * platform/efl/css3/selectors3/xml/css3-modsel-15b-expected.png:
38863         * platform/efl/css3/selectors3/xml/css3-modsel-15b-expected.txt:
38864         * platform/efl/css3/selectors3/xml/css3-modsel-15c-expected.png:
38865         * platform/efl/css3/selectors3/xml/css3-modsel-15c-expected.txt:
38866         * platform/efl/css3/selectors3/xml/css3-modsel-16-expected.txt:
38867         * platform/efl/css3/selectors3/xml/css3-modsel-160-expected.png:
38868         * platform/efl/css3/selectors3/xml/css3-modsel-160-expected.txt:
38869         * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.png:
38870         * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.txt:
38871         * platform/efl/css3/selectors3/xml/css3-modsel-166-expected.txt:
38872         * platform/efl/css3/selectors3/xml/css3-modsel-166a-expected.txt:
38873         * platform/efl/css3/selectors3/xml/css3-modsel-167-expected.txt:
38874         * platform/efl/css3/selectors3/xml/css3-modsel-167a-expected.txt:
38875         * platform/efl/css3/selectors3/xml/css3-modsel-168-expected.png:
38876         * platform/efl/css3/selectors3/xml/css3-modsel-168-expected.txt:
38877         * platform/efl/css3/selectors3/xml/css3-modsel-168a-expected.png:
38878         * platform/efl/css3/selectors3/xml/css3-modsel-168a-expected.txt:
38879         * platform/efl/css3/selectors3/xml/css3-modsel-169-expected.png:
38880         * platform/efl/css3/selectors3/xml/css3-modsel-169-expected.txt:
38881         * platform/efl/css3/selectors3/xml/css3-modsel-169a-expected.png:
38882         * platform/efl/css3/selectors3/xml/css3-modsel-169a-expected.txt:
38883         * platform/efl/css3/selectors3/xml/css3-modsel-17-expected.png:
38884         * platform/efl/css3/selectors3/xml/css3-modsel-17-expected.txt:
38885         * platform/efl/css3/selectors3/xml/css3-modsel-170-expected.txt:
38886         * platform/efl/css3/selectors3/xml/css3-modsel-170a-expected.txt:
38887         * platform/efl/css3/selectors3/xml/css3-modsel-170b-expected.txt:
38888         * platform/efl/css3/selectors3/xml/css3-modsel-170c-expected.txt:
38889         * platform/efl/css3/selectors3/xml/css3-modsel-170d-expected.txt:
38890         * platform/efl/css3/selectors3/xml/css3-modsel-171-expected.txt:
38891         * platform/efl/css3/selectors3/xml/css3-modsel-172a-expected.png:
38892         * platform/efl/css3/selectors3/xml/css3-modsel-172a-expected.txt:
38893         * platform/efl/css3/selectors3/xml/css3-modsel-172b-expected.png:
38894         * platform/efl/css3/selectors3/xml/css3-modsel-172b-expected.txt:
38895         * platform/efl/css3/selectors3/xml/css3-modsel-173a-expected.png:
38896         * platform/efl/css3/selectors3/xml/css3-modsel-173a-expected.txt:
38897         * platform/efl/css3/selectors3/xml/css3-modsel-173b-expected.png:
38898         * platform/efl/css3/selectors3/xml/css3-modsel-173b-expected.txt:
38899         * platform/efl/css3/selectors3/xml/css3-modsel-174a-expected.txt:
38900         * platform/efl/css3/selectors3/xml/css3-modsel-174b-expected.txt:
38901         * platform/efl/css3/selectors3/xml/css3-modsel-175a-expected.txt:
38902         * platform/efl/css3/selectors3/xml/css3-modsel-175b-expected.txt:
38903         * platform/efl/css3/selectors3/xml/css3-modsel-175c-expected.txt:
38904         * platform/efl/css3/selectors3/xml/css3-modsel-176-expected.png:
38905         * platform/efl/css3/selectors3/xml/css3-modsel-176-expected.txt:
38906         * platform/efl/css3/selectors3/xml/css3-modsel-177a-expected.txt:
38907         * platform/efl/css3/selectors3/xml/css3-modsel-177b-expected.txt:
38908         * platform/efl/css3/selectors3/xml/css3-modsel-178-expected.txt:
38909         * platform/efl/css3/selectors3/xml/css3-modsel-179-expected.txt:
38910         * platform/efl/css3/selectors3/xml/css3-modsel-179a-expected.txt:
38911         * platform/efl/css3/selectors3/xml/css3-modsel-18-expected.png:
38912         * platform/efl/css3/selectors3/xml/css3-modsel-18-expected.txt:
38913         * platform/efl/css3/selectors3/xml/css3-modsel-180a-expected.txt:
38914         * platform/efl/css3/selectors3/xml/css3-modsel-181-expected.png:
38915         * platform/efl/css3/selectors3/xml/css3-modsel-181-expected.txt:
38916         * platform/efl/css3/selectors3/xml/css3-modsel-182-expected.txt:
38917         * platform/efl/css3/selectors3/xml/css3-modsel-183-expected.png:
38918         * platform/efl/css3/selectors3/xml/css3-modsel-183-expected.txt:
38919         * platform/efl/css3/selectors3/xml/css3-modsel-184a-expected.txt:
38920         * platform/efl/css3/selectors3/xml/css3-modsel-184b-expected.txt:
38921         * platform/efl/css3/selectors3/xml/css3-modsel-184c-expected.txt:
38922         * platform/efl/css3/selectors3/xml/css3-modsel-184d-expected.txt:
38923         * platform/efl/css3/selectors3/xml/css3-modsel-184e-expected.txt:
38924         * platform/efl/css3/selectors3/xml/css3-modsel-184f-expected.txt:
38925         * platform/efl/css3/selectors3/xml/css3-modsel-18a-expected.png:
38926         * platform/efl/css3/selectors3/xml/css3-modsel-18a-expected.txt:
38927         * platform/efl/css3/selectors3/xml/css3-modsel-18b-expected.png:
38928         * platform/efl/css3/selectors3/xml/css3-modsel-18b-expected.txt:
38929         * platform/efl/css3/selectors3/xml/css3-modsel-18c-expected.txt:
38930         * platform/efl/css3/selectors3/xml/css3-modsel-19-expected.txt:
38931         * platform/efl/css3/selectors3/xml/css3-modsel-19b-expected.png:
38932         * platform/efl/css3/selectors3/xml/css3-modsel-19b-expected.txt:
38933         * platform/efl/css3/selectors3/xml/css3-modsel-2-expected.png:
38934         * platform/efl/css3/selectors3/xml/css3-modsel-2-expected.txt:
38935         * platform/efl/css3/selectors3/xml/css3-modsel-20-expected.txt:
38936         * platform/efl/css3/selectors3/xml/css3-modsel-21-expected.png:
38937         * platform/efl/css3/selectors3/xml/css3-modsel-21-expected.txt:
38938         * platform/efl/css3/selectors3/xml/css3-modsel-21b-expected.png:
38939         * platform/efl/css3/selectors3/xml/css3-modsel-21b-expected.txt:
38940         * platform/efl/css3/selectors3/xml/css3-modsel-21c-expected.txt:
38941         * platform/efl/css3/selectors3/xml/css3-modsel-22-expected.png:
38942         * platform/efl/css3/selectors3/xml/css3-modsel-22-expected.txt:
38943         * platform/efl/css3/selectors3/xml/css3-modsel-23-expected.png:
38944         * platform/efl/css3/selectors3/xml/css3-modsel-23-expected.txt:
38945         * platform/efl/css3/selectors3/xml/css3-modsel-24-expected.png:
38946         * platform/efl/css3/selectors3/xml/css3-modsel-24-expected.txt:
38947         * platform/efl/css3/selectors3/xml/css3-modsel-25-expected.png:
38948         * platform/efl/css3/selectors3/xml/css3-modsel-25-expected.txt:
38949         * platform/efl/css3/selectors3/xml/css3-modsel-27-expected.txt:
38950         * platform/efl/css3/selectors3/xml/css3-modsel-27a-expected.txt:
38951         * platform/efl/css3/selectors3/xml/css3-modsel-27b-expected.txt:
38952         * platform/efl/css3/selectors3/xml/css3-modsel-28-expected.png:
38953         * platform/efl/css3/selectors3/xml/css3-modsel-28-expected.txt:
38954         * platform/efl/css3/selectors3/xml/css3-modsel-28b-expected.png:
38955         * platform/efl/css3/selectors3/xml/css3-modsel-28b-expected.txt:
38956         * platform/efl/css3/selectors3/xml/css3-modsel-29-expected.png:
38957         * platform/efl/css3/selectors3/xml/css3-modsel-29-expected.txt:
38958         * platform/efl/css3/selectors3/xml/css3-modsel-29b-expected.png:
38959         * platform/efl/css3/selectors3/xml/css3-modsel-29b-expected.txt:
38960         * platform/efl/css3/selectors3/xml/css3-modsel-3-expected.png:
38961         * platform/efl/css3/selectors3/xml/css3-modsel-3-expected.txt:
38962
38963 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
38964
38965         [EFL] Unreviewed gardening.
38966
38967         Rebaseline after enabling subpixel layout and updating freetype (5/26).
38968
38969         * platform/efl/css3/selectors3/html/css3-modsel-39a-expected.png:
38970         * platform/efl/css3/selectors3/html/css3-modsel-39a-expected.txt:
38971         * platform/efl/css3/selectors3/html/css3-modsel-39b-expected.png:
38972         * platform/efl/css3/selectors3/html/css3-modsel-39b-expected.txt:
38973         * platform/efl/css3/selectors3/html/css3-modsel-39c-expected.png:
38974         * platform/efl/css3/selectors3/html/css3-modsel-39c-expected.txt:
38975         * platform/efl/css3/selectors3/html/css3-modsel-3a-expected.txt:
38976         * platform/efl/css3/selectors3/html/css3-modsel-4-expected.png:
38977         * platform/efl/css3/selectors3/html/css3-modsel-4-expected.txt:
38978         * platform/efl/css3/selectors3/html/css3-modsel-41-expected.txt:
38979         * platform/efl/css3/selectors3/html/css3-modsel-41a-expected.txt:
38980         * platform/efl/css3/selectors3/html/css3-modsel-42-expected.txt:
38981         * platform/efl/css3/selectors3/html/css3-modsel-42a-expected.txt:
38982         * platform/efl/css3/selectors3/html/css3-modsel-43-expected.png:
38983         * platform/efl/css3/selectors3/html/css3-modsel-43-expected.txt:
38984         * platform/efl/css3/selectors3/html/css3-modsel-43b-expected.png:
38985         * platform/efl/css3/selectors3/html/css3-modsel-43b-expected.txt:
38986         * platform/efl/css3/selectors3/html/css3-modsel-44-expected.png:
38987         * platform/efl/css3/selectors3/html/css3-modsel-44-expected.txt:
38988         * platform/efl/css3/selectors3/html/css3-modsel-44b-expected.png:
38989         * platform/efl/css3/selectors3/html/css3-modsel-44b-expected.txt:
38990         * platform/efl/css3/selectors3/html/css3-modsel-44c-expected.png:
38991         * platform/efl/css3/selectors3/html/css3-modsel-44c-expected.txt:
38992         * platform/efl/css3/selectors3/html/css3-modsel-44d-expected.png:
38993         * platform/efl/css3/selectors3/html/css3-modsel-44d-expected.txt:
38994         * platform/efl/css3/selectors3/html/css3-modsel-45-expected.png:
38995         * platform/efl/css3/selectors3/html/css3-modsel-45-expected.txt:
38996         * platform/efl/css3/selectors3/html/css3-modsel-45b-expected.png:
38997         * platform/efl/css3/selectors3/html/css3-modsel-45b-expected.txt:
38998         * platform/efl/css3/selectors3/html/css3-modsel-45c-expected.png:
38999         * platform/efl/css3/selectors3/html/css3-modsel-45c-expected.txt:
39000         * platform/efl/css3/selectors3/html/css3-modsel-46-expected.png:
39001         * platform/efl/css3/selectors3/html/css3-modsel-46-expected.txt:
39002         * platform/efl/css3/selectors3/html/css3-modsel-46b-expected.png:
39003         * platform/efl/css3/selectors3/html/css3-modsel-46b-expected.txt:
39004         * platform/efl/css3/selectors3/html/css3-modsel-5-expected.png:
39005         * platform/efl/css3/selectors3/html/css3-modsel-5-expected.txt:
39006         * platform/efl/css3/selectors3/html/css3-modsel-54-expected.png:
39007         * platform/efl/css3/selectors3/html/css3-modsel-54-expected.txt:
39008         * platform/efl/css3/selectors3/html/css3-modsel-55-expected.png:
39009         * platform/efl/css3/selectors3/html/css3-modsel-55-expected.txt:
39010         * platform/efl/css3/selectors3/html/css3-modsel-56-expected.png:
39011         * platform/efl/css3/selectors3/html/css3-modsel-56-expected.txt:
39012         * platform/efl/css3/selectors3/html/css3-modsel-59-expected.png:
39013         * platform/efl/css3/selectors3/html/css3-modsel-59-expected.txt:
39014         * platform/efl/css3/selectors3/html/css3-modsel-6-expected.png:
39015         * platform/efl/css3/selectors3/html/css3-modsel-6-expected.txt:
39016         * platform/efl/css3/selectors3/html/css3-modsel-60-expected.png:
39017         * platform/efl/css3/selectors3/html/css3-modsel-60-expected.txt:
39018         * platform/efl/css3/selectors3/html/css3-modsel-61-expected.png:
39019         * platform/efl/css3/selectors3/html/css3-modsel-61-expected.txt:
39020         * platform/efl/css3/selectors3/html/css3-modsel-62-expected.txt:
39021         * platform/efl/css3/selectors3/html/css3-modsel-63-expected.png:
39022         * platform/efl/css3/selectors3/html/css3-modsel-63-expected.txt:
39023         * platform/efl/css3/selectors3/html/css3-modsel-64-expected.png:
39024         * platform/efl/css3/selectors3/html/css3-modsel-64-expected.txt:
39025         * platform/efl/css3/selectors3/html/css3-modsel-65-expected.txt:
39026         * platform/efl/css3/selectors3/html/css3-modsel-66-expected.png:
39027         * platform/efl/css3/selectors3/html/css3-modsel-66-expected.txt:
39028         * platform/efl/css3/selectors3/html/css3-modsel-66b-expected.png:
39029         * platform/efl/css3/selectors3/html/css3-modsel-66b-expected.txt:
39030         * platform/efl/css3/selectors3/html/css3-modsel-67-expected.png:
39031         * platform/efl/css3/selectors3/html/css3-modsel-67-expected.txt:
39032         * platform/efl/css3/selectors3/html/css3-modsel-68-expected.png:
39033         * platform/efl/css3/selectors3/html/css3-modsel-68-expected.txt:
39034         * platform/efl/css3/selectors3/html/css3-modsel-69-expected.png:
39035         * platform/efl/css3/selectors3/html/css3-modsel-69-expected.txt:
39036         * platform/efl/css3/selectors3/html/css3-modsel-7-expected.png:
39037         * platform/efl/css3/selectors3/html/css3-modsel-7-expected.txt:
39038         * platform/efl/css3/selectors3/html/css3-modsel-70-expected.png:
39039         * platform/efl/css3/selectors3/html/css3-modsel-70-expected.txt:
39040         * platform/efl/css3/selectors3/html/css3-modsel-72-expected.png:
39041         * platform/efl/css3/selectors3/html/css3-modsel-72-expected.txt:
39042         * platform/efl/css3/selectors3/html/css3-modsel-72b-expected.png:
39043         * platform/efl/css3/selectors3/html/css3-modsel-72b-expected.txt:
39044         * platform/efl/css3/selectors3/html/css3-modsel-73-expected.png:
39045         * platform/efl/css3/selectors3/html/css3-modsel-73-expected.txt:
39046         * platform/efl/css3/selectors3/html/css3-modsel-73b-expected.png:
39047         * platform/efl/css3/selectors3/html/css3-modsel-73b-expected.txt:
39048         * platform/efl/css3/selectors3/html/css3-modsel-74-expected.png:
39049         * platform/efl/css3/selectors3/html/css3-modsel-74-expected.txt:
39050         * platform/efl/css3/selectors3/html/css3-modsel-74b-expected.png:
39051         * platform/efl/css3/selectors3/html/css3-modsel-74b-expected.txt:
39052         * platform/efl/css3/selectors3/html/css3-modsel-75-expected.png:
39053         * platform/efl/css3/selectors3/html/css3-modsel-75-expected.txt:
39054         * platform/efl/css3/selectors3/html/css3-modsel-75b-expected.png:
39055         * platform/efl/css3/selectors3/html/css3-modsel-75b-expected.txt:
39056         * platform/efl/css3/selectors3/html/css3-modsel-76-expected.png:
39057         * platform/efl/css3/selectors3/html/css3-modsel-76-expected.txt:
39058         * platform/efl/css3/selectors3/html/css3-modsel-76b-expected.png:
39059         * platform/efl/css3/selectors3/html/css3-modsel-76b-expected.txt:
39060         * platform/efl/css3/selectors3/html/css3-modsel-77-expected.png:
39061         * platform/efl/css3/selectors3/html/css3-modsel-77-expected.txt:
39062         * platform/efl/css3/selectors3/html/css3-modsel-77b-expected.png:
39063         * platform/efl/css3/selectors3/html/css3-modsel-77b-expected.txt:
39064         * platform/efl/css3/selectors3/html/css3-modsel-78-expected.png:
39065         * platform/efl/css3/selectors3/html/css3-modsel-78-expected.txt:
39066         * platform/efl/css3/selectors3/html/css3-modsel-78b-expected.png:
39067         * platform/efl/css3/selectors3/html/css3-modsel-78b-expected.txt:
39068         * platform/efl/css3/selectors3/html/css3-modsel-79-expected.png:
39069         * platform/efl/css3/selectors3/html/css3-modsel-79-expected.txt:
39070         * platform/efl/css3/selectors3/html/css3-modsel-7b-expected.png:
39071         * platform/efl/css3/selectors3/html/css3-modsel-7b-expected.txt:
39072         * platform/efl/css3/selectors3/html/css3-modsel-8-expected.png:
39073         * platform/efl/css3/selectors3/html/css3-modsel-8-expected.txt:
39074         * platform/efl/css3/selectors3/html/css3-modsel-80-expected.png:
39075         * platform/efl/css3/selectors3/html/css3-modsel-80-expected.txt:
39076         * platform/efl/css3/selectors3/html/css3-modsel-81-expected.png:
39077         * platform/efl/css3/selectors3/html/css3-modsel-81-expected.txt:
39078         * platform/efl/css3/selectors3/html/css3-modsel-81b-expected.png:
39079         * platform/efl/css3/selectors3/html/css3-modsel-81b-expected.txt:
39080         * platform/efl/css3/selectors3/html/css3-modsel-82-expected.png:
39081         * platform/efl/css3/selectors3/html/css3-modsel-82-expected.txt:
39082         * platform/efl/css3/selectors3/html/css3-modsel-82b-expected.png:
39083         * platform/efl/css3/selectors3/html/css3-modsel-82b-expected.txt:
39084         * platform/efl/css3/selectors3/html/css3-modsel-83-expected.png:
39085         * platform/efl/css3/selectors3/html/css3-modsel-83-expected.txt:
39086         * platform/efl/css3/selectors3/html/css3-modsel-86-expected.txt:
39087         * platform/efl/css3/selectors3/html/css3-modsel-87-expected.png:
39088         * platform/efl/css3/selectors3/html/css3-modsel-87-expected.txt:
39089         * platform/efl/css3/selectors3/html/css3-modsel-87b-expected.png:
39090         * platform/efl/css3/selectors3/html/css3-modsel-87b-expected.txt:
39091         * platform/efl/css3/selectors3/html/css3-modsel-88-expected.txt:
39092         * platform/efl/css3/selectors3/html/css3-modsel-88b-expected.txt:
39093         * platform/efl/css3/selectors3/html/css3-modsel-89-expected.txt:
39094         * platform/efl/css3/selectors3/html/css3-modsel-9-expected.png:
39095         * platform/efl/css3/selectors3/html/css3-modsel-9-expected.txt:
39096         * platform/efl/css3/selectors3/html/css3-modsel-90-expected.png:
39097         * platform/efl/css3/selectors3/html/css3-modsel-90-expected.txt:
39098         * platform/efl/css3/selectors3/html/css3-modsel-90b-expected.png:
39099         * platform/efl/css3/selectors3/html/css3-modsel-90b-expected.txt:
39100         * platform/efl/css3/selectors3/html/css3-modsel-d1-expected.png:
39101         * platform/efl/css3/selectors3/html/css3-modsel-d1-expected.txt:
39102         * platform/efl/css3/selectors3/html/css3-modsel-d1b-expected.png:
39103         * platform/efl/css3/selectors3/html/css3-modsel-d1b-expected.txt:
39104         * platform/efl/css3/selectors3/html/css3-modsel-d2-expected.png:
39105         * platform/efl/css3/selectors3/html/css3-modsel-d2-expected.txt:
39106         * platform/efl/css3/selectors3/html/css3-modsel-d4-expected.png:
39107         * platform/efl/css3/selectors3/html/css3-modsel-d4-expected.txt:
39108         * platform/efl/css3/selectors3/xhtml/css3-modsel-10-expected.png:
39109         * platform/efl/css3/selectors3/xhtml/css3-modsel-10-expected.txt:
39110         * platform/efl/css3/selectors3/xhtml/css3-modsel-100-expected.png:
39111         * platform/efl/css3/selectors3/xhtml/css3-modsel-100-expected.txt:
39112         * platform/efl/css3/selectors3/xhtml/css3-modsel-100b-expected.png:
39113         * platform/efl/css3/selectors3/xhtml/css3-modsel-100b-expected.txt:
39114         * platform/efl/css3/selectors3/xhtml/css3-modsel-101-expected.png:
39115         * platform/efl/css3/selectors3/xhtml/css3-modsel-101-expected.txt:
39116         * platform/efl/css3/selectors3/xhtml/css3-modsel-101b-expected.png:
39117         * platform/efl/css3/selectors3/xhtml/css3-modsel-101b-expected.txt:
39118         * platform/efl/css3/selectors3/xhtml/css3-modsel-102-expected.png:
39119         * platform/efl/css3/selectors3/xhtml/css3-modsel-102-expected.txt:
39120         * platform/efl/css3/selectors3/xhtml/css3-modsel-102b-expected.png:
39121         * platform/efl/css3/selectors3/xhtml/css3-modsel-102b-expected.txt:
39122         * platform/efl/css3/selectors3/xhtml/css3-modsel-103-expected.png:
39123         * platform/efl/css3/selectors3/xhtml/css3-modsel-103-expected.txt:
39124         * platform/efl/css3/selectors3/xhtml/css3-modsel-103b-expected.png:
39125         * platform/efl/css3/selectors3/xhtml/css3-modsel-103b-expected.txt:
39126         * platform/efl/css3/selectors3/xhtml/css3-modsel-104-expected.png:
39127         * platform/efl/css3/selectors3/xhtml/css3-modsel-104-expected.txt:
39128         * platform/efl/css3/selectors3/xhtml/css3-modsel-104b-expected.png:
39129         * platform/efl/css3/selectors3/xhtml/css3-modsel-104b-expected.txt:
39130         * platform/efl/css3/selectors3/xhtml/css3-modsel-105-expected.png:
39131         * platform/efl/css3/selectors3/xhtml/css3-modsel-105-expected.txt:
39132         * platform/efl/css3/selectors3/xhtml/css3-modsel-105b-expected.png:
39133         * platform/efl/css3/selectors3/xhtml/css3-modsel-105b-expected.txt:
39134         * platform/efl/css3/selectors3/xhtml/css3-modsel-106-expected.png:
39135         * platform/efl/css3/selectors3/xhtml/css3-modsel-106-expected.txt:
39136         * platform/efl/css3/selectors3/xhtml/css3-modsel-106b-expected.png:
39137         * platform/efl/css3/selectors3/xhtml/css3-modsel-106b-expected.txt:
39138         * platform/efl/css3/selectors3/xhtml/css3-modsel-107-expected.png:
39139         * platform/efl/css3/selectors3/xhtml/css3-modsel-107-expected.txt:
39140         * platform/efl/css3/selectors3/xhtml/css3-modsel-107b-expected.png:
39141         * platform/efl/css3/selectors3/xhtml/css3-modsel-107b-expected.txt:
39142         * platform/efl/css3/selectors3/xhtml/css3-modsel-108-expected.png:
39143         * platform/efl/css3/selectors3/xhtml/css3-modsel-108-expected.txt:
39144         * platform/efl/css3/selectors3/xhtml/css3-modsel-108b-expected.png:
39145         * platform/efl/css3/selectors3/xhtml/css3-modsel-108b-expected.txt:
39146         * platform/efl/css3/selectors3/xhtml/css3-modsel-109-expected.png:
39147         * platform/efl/css3/selectors3/xhtml/css3-modsel-109-expected.txt:
39148         * platform/efl/css3/selectors3/xhtml/css3-modsel-109b-expected.png:
39149         * platform/efl/css3/selectors3/xhtml/css3-modsel-109b-expected.txt:
39150         * platform/efl/css3/selectors3/xhtml/css3-modsel-11-expected.png:
39151         * platform/efl/css3/selectors3/xhtml/css3-modsel-11-expected.txt:
39152         * platform/efl/css3/selectors3/xhtml/css3-modsel-110-expected.png:
39153         * platform/efl/css3/selectors3/xhtml/css3-modsel-110-expected.txt:
39154         * platform/efl/css3/selectors3/xhtml/css3-modsel-110b-expected.png:
39155         * platform/efl/css3/selectors3/xhtml/css3-modsel-110b-expected.txt:
39156         * platform/efl/css3/selectors3/xhtml/css3-modsel-111-expected.png:
39157         * platform/efl/css3/selectors3/xhtml/css3-modsel-111-expected.txt:
39158         * platform/efl/css3/selectors3/xhtml/css3-modsel-111b-expected.png:
39159         * platform/efl/css3/selectors3/xhtml/css3-modsel-111b-expected.txt:
39160         * platform/efl/css3/selectors3/xhtml/css3-modsel-112-expected.png:
39161         * platform/efl/css3/selectors3/xhtml/css3-modsel-112-expected.txt:
39162         * platform/efl/css3/selectors3/xhtml/css3-modsel-112b-expected.png:
39163         * platform/efl/css3/selectors3/xhtml/css3-modsel-112b-expected.txt:
39164         * platform/efl/css3/selectors3/xhtml/css3-modsel-113-expected.png:
39165         * platform/efl/css3/selectors3/xhtml/css3-modsel-113-expected.txt:
39166         * platform/efl/css3/selectors3/xhtml/css3-modsel-113b-expected.png:
39167         * platform/efl/css3/selectors3/xhtml/css3-modsel-113b-expected.txt:
39168         * platform/efl/css3/selectors3/xhtml/css3-modsel-114-expected.png:
39169         * platform/efl/css3/selectors3/xhtml/css3-modsel-114-expected.txt:
39170         * platform/efl/css3/selectors3/xhtml/css3-modsel-114b-expected.png:
39171         * platform/efl/css3/selectors3/xhtml/css3-modsel-114b-expected.txt:
39172         * platform/efl/css3/selectors3/xhtml/css3-modsel-115-expected.png:
39173         * platform/efl/css3/selectors3/xhtml/css3-modsel-115-expected.txt:
39174         * platform/efl/css3/selectors3/xhtml/css3-modsel-115b-expected.png:
39175         * platform/efl/css3/selectors3/xhtml/css3-modsel-115b-expected.txt:
39176         * platform/efl/css3/selectors3/xhtml/css3-modsel-116-expected.png:
39177         * platform/efl/css3/selectors3/xhtml/css3-modsel-116-expected.txt:
39178         * platform/efl/css3/selectors3/xhtml/css3-modsel-116b-expected.png:
39179         * platform/efl/css3/selectors3/xhtml/css3-modsel-116b-expected.txt:
39180         * platform/efl/css3/selectors3/xhtml/css3-modsel-117-expected.png:
39181         * platform/efl/css3/selectors3/xhtml/css3-modsel-117-expected.txt:
39182         * platform/efl/css3/selectors3/xhtml/css3-modsel-117b-expected.png:
39183         * platform/efl/css3/selectors3/xhtml/css3-modsel-117b-expected.txt:
39184         * platform/efl/css3/selectors3/xhtml/css3-modsel-118-expected.png:
39185         * platform/efl/css3/selectors3/xhtml/css3-modsel-118-expected.txt:
39186         * platform/efl/css3/selectors3/xhtml/css3-modsel-119-expected.png:
39187         * platform/efl/css3/selectors3/xhtml/css3-modsel-119-expected.txt:
39188         * platform/efl/css3/selectors3/xhtml/css3-modsel-120-expected.png:
39189         * platform/efl/css3/selectors3/xhtml/css3-modsel-120-expected.txt:
39190         * platform/efl/css3/selectors3/xhtml/css3-modsel-121-expected.png:
39191         * platform/efl/css3/selectors3/xhtml/css3-modsel-121-expected.txt:
39192         * platform/efl/css3/selectors3/xhtml/css3-modsel-122-expected.png:
39193         * platform/efl/css3/selectors3/xhtml/css3-modsel-122-expected.txt:
39194         * platform/efl/css3/selectors3/xhtml/css3-modsel-123-expected.png:
39195         * platform/efl/css3/selectors3/xhtml/css3-modsel-123-expected.txt:
39196         * platform/efl/css3/selectors3/xhtml/css3-modsel-123b-expected.txt:
39197         * platform/efl/css3/selectors3/xhtml/css3-modsel-124-expected.png:
39198         * platform/efl/css3/selectors3/xhtml/css3-modsel-124-expected.txt:
39199         * platform/efl/css3/selectors3/xhtml/css3-modsel-124b-expected.png:
39200         * platform/efl/css3/selectors3/xhtml/css3-modsel-124b-expected.txt:
39201         * platform/efl/css3/selectors3/xhtml/css3-modsel-125-expected.png:
39202         * platform/efl/css3/selectors3/xhtml/css3-modsel-125-expected.txt:
39203         * platform/efl/css3/selectors3/xhtml/css3-modsel-125b-expected.png:
39204         * platform/efl/css3/selectors3/xhtml/css3-modsel-125b-expected.txt:
39205         * platform/efl/css3/selectors3/xhtml/css3-modsel-126-expected.png:
39206         * platform/efl/css3/selectors3/xhtml/css3-modsel-126-expected.txt:
39207         * platform/efl/css3/selectors3/xhtml/css3-modsel-126b-expected.png:
39208         * platform/efl/css3/selectors3/xhtml/css3-modsel-126b-expected.txt:
39209         * platform/efl/css3/selectors3/xhtml/css3-modsel-127-expected.png:
39210         * platform/efl/css3/selectors3/xhtml/css3-modsel-127-expected.txt:
39211         * platform/efl/css3/selectors3/xhtml/css3-modsel-127b-expected.png:
39212         * platform/efl/css3/selectors3/xhtml/css3-modsel-127b-expected.txt:
39213         * platform/efl/css3/selectors3/xhtml/css3-modsel-128-expected.png:
39214         * platform/efl/css3/selectors3/xhtml/css3-modsel-128-expected.txt:
39215         * platform/efl/css3/selectors3/xhtml/css3-modsel-128b-expected.png:
39216         * platform/efl/css3/selectors3/xhtml/css3-modsel-128b-expected.txt:
39217         * platform/efl/css3/selectors3/xhtml/css3-modsel-129-expected.png:
39218         * platform/efl/css3/selectors3/xhtml/css3-modsel-129-expected.txt:
39219         * platform/efl/css3/selectors3/xhtml/css3-modsel-129b-expected.png:
39220         * platform/efl/css3/selectors3/xhtml/css3-modsel-129b-expected.txt:
39221         * platform/efl/css3/selectors3/xhtml/css3-modsel-13-expected.png:
39222         * platform/efl/css3/selectors3/xhtml/css3-modsel-13-expected.txt:
39223         * platform/efl/css3/selectors3/xhtml/css3-modsel-130-expected.png:
39224         * platform/efl/css3/selectors3/xhtml/css3-modsel-130-expected.txt:
39225         * platform/efl/css3/selectors3/xhtml/css3-modsel-130b-expected.png:
39226         * platform/efl/css3/selectors3/xhtml/css3-modsel-130b-expected.txt:
39227         * platform/efl/css3/selectors3/xhtml/css3-modsel-131-expected.png:
39228         * platform/efl/css3/selectors3/xhtml/css3-modsel-131-expected.txt:
39229         * platform/efl/css3/selectors3/xhtml/css3-modsel-131b-expected.png:
39230         * platform/efl/css3/selectors3/xhtml/css3-modsel-131b-expected.txt:
39231         * platform/efl/css3/selectors3/xhtml/css3-modsel-132-expected.png:
39232         * platform/efl/css3/selectors3/xhtml/css3-modsel-132-expected.txt:
39233         * platform/efl/css3/selectors3/xhtml/css3-modsel-132b-expected.png:
39234         * platform/efl/css3/selectors3/xhtml/css3-modsel-132b-expected.txt:
39235         * platform/efl/css3/selectors3/xhtml/css3-modsel-133-expected.png:
39236         * platform/efl/css3/selectors3/xhtml/css3-modsel-133-expected.txt:
39237         * platform/efl/css3/selectors3/xhtml/css3-modsel-133b-expected.png:
39238         * platform/efl/css3/selectors3/xhtml/css3-modsel-133b-expected.txt:
39239         * platform/efl/css3/selectors3/xhtml/css3-modsel-134-expected.png:
39240         * platform/efl/css3/selectors3/xhtml/css3-modsel-134-expected.txt:
39241         * platform/efl/css3/selectors3/xhtml/css3-modsel-134b-expected.png:
39242         * platform/efl/css3/selectors3/xhtml/css3-modsel-134b-expected.txt:
39243         * platform/efl/css3/selectors3/xhtml/css3-modsel-135-expected.png:
39244         * platform/efl/css3/selectors3/xhtml/css3-modsel-135-expected.txt:
39245         * platform/efl/css3/selectors3/xhtml/css3-modsel-135b-expected.png:
39246         * platform/efl/css3/selectors3/xhtml/css3-modsel-135b-expected.txt:
39247         * platform/efl/css3/selectors3/xhtml/css3-modsel-136-expected.png:
39248         * platform/efl/css3/selectors3/xhtml/css3-modsel-136-expected.txt:
39249         * platform/efl/css3/selectors3/xhtml/css3-modsel-136b-expected.png:
39250         * platform/efl/css3/selectors3/xhtml/css3-modsel-136b-expected.txt:
39251         * platform/efl/css3/selectors3/xhtml/css3-modsel-137-expected.png:
39252         * platform/efl/css3/selectors3/xhtml/css3-modsel-137-expected.txt:
39253         * platform/efl/css3/selectors3/xhtml/css3-modsel-137b-expected.png:
39254         * platform/efl/css3/selectors3/xhtml/css3-modsel-137b-expected.txt:
39255         * platform/efl/css3/selectors3/xhtml/css3-modsel-138-expected.png:
39256         * platform/efl/css3/selectors3/xhtml/css3-modsel-138-expected.txt:
39257         * platform/efl/css3/selectors3/xhtml/css3-modsel-138b-expected.png:
39258         * platform/efl/css3/selectors3/xhtml/css3-modsel-138b-expected.txt:
39259         * platform/efl/css3/selectors3/xhtml/css3-modsel-139-expected.png:
39260         * platform/efl/css3/selectors3/xhtml/css3-modsel-139-expected.txt:
39261         * platform/efl/css3/selectors3/xhtml/css3-modsel-139b-expected.png:
39262         * platform/efl/css3/selectors3/xhtml/css3-modsel-139b-expected.txt:
39263         * platform/efl/css3/selectors3/xhtml/css3-modsel-14-expected.png:
39264         * platform/efl/css3/selectors3/xhtml/css3-modsel-14-expected.txt:
39265         * platform/efl/css3/selectors3/xhtml/css3-modsel-140-expected.png:
39266         * platform/efl/css3/selectors3/xhtml/css3-modsel-140-expected.txt:
39267         * platform/efl/css3/selectors3/xhtml/css3-modsel-140b-expected.png:
39268         * platform/efl/css3/selectors3/xhtml/css3-modsel-140b-expected.txt:
39269         * platform/efl/css3/selectors3/xhtml/css3-modsel-141-expected.png:
39270         * platform/efl/css3/selectors3/xhtml/css3-modsel-141-expected.txt:
39271         * platform/efl/css3/selectors3/xhtml/css3-modsel-141b-expected.png:
39272         * platform/efl/css3/selectors3/xhtml/css3-modsel-141b-expected.txt:
39273         * platform/efl/css3/selectors3/xhtml/css3-modsel-142-expected.png:
39274         * platform/efl/css3/selectors3/xhtml/css3-modsel-142-expected.txt:
39275         * platform/efl/css3/selectors3/xhtml/css3-modsel-142b-expected.png:
39276         * platform/efl/css3/selectors3/xhtml/css3-modsel-142b-expected.txt:
39277         * platform/efl/css3/selectors3/xhtml/css3-modsel-143-expected.png:
39278         * platform/efl/css3/selectors3/xhtml/css3-modsel-143-expected.txt:
39279         * platform/efl/css3/selectors3/xhtml/css3-modsel-143b-expected.png:
39280         * platform/efl/css3/selectors3/xhtml/css3-modsel-143b-expected.txt:
39281         * platform/efl/css3/selectors3/xhtml/css3-modsel-144-expected.png:
39282         * platform/efl/css3/selectors3/xhtml/css3-modsel-144-expected.txt:
39283         * platform/efl/css3/selectors3/xhtml/css3-modsel-145a-expected.png:
39284         * platform/efl/css3/selectors3/xhtml/css3-modsel-145a-expected.txt:
39285         * platform/efl/css3/selectors3/xhtml/css3-modsel-145b-expected.png:
39286         * platform/efl/css3/selectors3/xhtml/css3-modsel-145b-expected.txt:
39287         * platform/efl/css3/selectors3/xhtml/css3-modsel-146a-expected.png:
39288         * platform/efl/css3/selectors3/xhtml/css3-modsel-146a-expected.txt:
39289         * platform/efl/css3/selectors3/xhtml/css3-modsel-146b-expected.png:
39290         * platform/efl/css3/selectors3/xhtml/css3-modsel-146b-expected.txt:
39291         * platform/efl/css3/selectors3/xhtml/css3-modsel-147a-expected.png:
39292         * platform/efl/css3/selectors3/xhtml/css3-modsel-147a-expected.txt:
39293         * platform/efl/css3/selectors3/xhtml/css3-modsel-147b-expected.png:
39294         * platform/efl/css3/selectors3/xhtml/css3-modsel-147b-expected.txt:
39295         * platform/efl/css3/selectors3/xhtml/css3-modsel-148-expected.png:
39296         * platform/efl/css3/selectors3/xhtml/css3-modsel-148-expected.txt:
39297         * platform/efl/css3/selectors3/xhtml/css3-modsel-149-expected.txt:
39298         * platform/efl/css3/selectors3/xhtml/css3-modsel-149b-expected.txt:
39299         * platform/efl/css3/selectors3/xhtml/css3-modsel-14b-expected.png:
39300         * platform/efl/css3/selectors3/xhtml/css3-modsel-14b-expected.txt:
39301         * platform/efl/css3/selectors3/xhtml/css3-modsel-14c-expected.png:
39302         * platform/efl/css3/selectors3/xhtml/css3-modsel-14c-expected.txt:
39303         * platform/efl/css3/selectors3/xhtml/css3-modsel-14d-expected.png:
39304         * platform/efl/css3/selectors3/xhtml/css3-modsel-14d-expected.txt:
39305         * platform/efl/css3/selectors3/xhtml/css3-modsel-14e-expected.png:
39306         * platform/efl/css3/selectors3/xhtml/css3-modsel-14e-expected.txt:
39307         * platform/efl/css3/selectors3/xhtml/css3-modsel-15-expected.png:
39308         * platform/efl/css3/selectors3/xhtml/css3-modsel-15-expected.txt:
39309         * platform/efl/css3/selectors3/xhtml/css3-modsel-150-expected.png:
39310         * platform/efl/css3/selectors3/xhtml/css3-modsel-150-expected.txt:
39311         * platform/efl/css3/selectors3/xhtml/css3-modsel-151-expected.txt:
39312         * platform/efl/css3/selectors3/xhtml/css3-modsel-152-expected.txt:
39313         * platform/efl/css3/selectors3/xhtml/css3-modsel-153-expected.png:
39314         * platform/efl/css3/selectors3/xhtml/css3-modsel-153-expected.txt:
39315         * platform/efl/css3/selectors3/xhtml/css3-modsel-154-expected.png:
39316         * platform/efl/css3/selectors3/xhtml/css3-modsel-154-expected.txt:
39317         * platform/efl/css3/selectors3/xhtml/css3-modsel-155-expected.png:
39318         * platform/efl/css3/selectors3/xhtml/css3-modsel-155-expected.txt:
39319         * platform/efl/css3/selectors3/xhtml/css3-modsel-155a-expected.png:
39320         * platform/efl/css3/selectors3/xhtml/css3-modsel-155a-expected.txt:
39321         * platform/efl/css3/selectors3/xhtml/css3-modsel-155b-expected.png:
39322         * platform/efl/css3/selectors3/xhtml/css3-modsel-155b-expected.txt:
39323         * platform/efl/css3/selectors3/xhtml/css3-modsel-155c-expected.png:
39324         * platform/efl/css3/selectors3/xhtml/css3-modsel-155c-expected.txt:
39325         * platform/efl/css3/selectors3/xhtml/css3-modsel-155d-expected.png:
39326         * platform/efl/css3/selectors3/xhtml/css3-modsel-155d-expected.txt:
39327         * platform/efl/css3/selectors3/xhtml/css3-modsel-156-expected.png:
39328         * platform/efl/css3/selectors3/xhtml/css3-modsel-156-expected.txt:
39329         * platform/efl/css3/selectors3/xhtml/css3-modsel-156b-expected.png:
39330         * platform/efl/css3/selectors3/xhtml/css3-modsel-156b-expected.txt:
39331         * platform/efl/css3/selectors3/xhtml/css3-modsel-156c-expected.png:
39332         * platform/efl/css3/selectors3/xhtml/css3-modsel-156c-expected.txt:
39333         * platform/efl/css3/selectors3/xhtml/css3-modsel-157-expected.png:
39334         * platform/efl/css3/selectors3/xhtml/css3-modsel-157-expected.txt:
39335         * platform/efl/css3/selectors3/xhtml/css3-modsel-158-expected.png:
39336         * platform/efl/css3/selectors3/xhtml/css3-modsel-158-expected.txt:
39337         * platform/efl/css3/selectors3/xhtml/css3-modsel-159-expected.txt:
39338         * platform/efl/css3/selectors3/xhtml/css3-modsel-15b-expected.png:
39339         * platform/efl/css3/selectors3/xhtml/css3-modsel-15b-expected.txt:
39340         * platform/efl/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
39341         * platform/efl/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
39342         * platform/efl/css3/selectors3/xhtml/css3-modsel-16-expected.txt:
39343         * platform/efl/css3/selectors3/xhtml/css3-modsel-160-expected.png:
39344         * platform/efl/css3/selectors3/xhtml/css3-modsel-160-expected.txt:
39345         * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.png:
39346         * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
39347         * platform/efl/css3/selectors3/xhtml/css3-modsel-166-expected.txt:
39348         * platform/efl/css3/selectors3/xhtml/css3-modsel-166a-expected.txt:
39349         * platform/efl/css3/selectors3/xhtml/css3-modsel-167-expected.txt:
39350         * platform/efl/css3/selectors3/xhtml/css3-modsel-167a-expected.txt:
39351         * platform/efl/css3/selectors3/xhtml/css3-modsel-168-expected.png:
39352         * platform/efl/css3/selectors3/xhtml/css3-modsel-168-expected.txt:
39353         * platform/efl/css3/selectors3/xhtml/css3-modsel-168a-expected.png:
39354         * platform/efl/css3/selectors3/xhtml/css3-modsel-168a-expected.txt:
39355         * platform/efl/css3/selectors3/xhtml/css3-modsel-169-expected.png:
39356         * platform/efl/css3/selectors3/xhtml/css3-modsel-169-expected.txt:
39357         * platform/efl/css3/selectors3/xhtml/css3-modsel-169a-expected.png:
39358         * platform/efl/css3/selectors3/xhtml/css3-modsel-169a-expected.txt:
39359         * platform/efl/css3/selectors3/xhtml/css3-modsel-17-expected.png:
39360         * platform/efl/css3/selectors3/xhtml/css3-modsel-17-expected.txt:
39361         * platform/efl/css3/selectors3/xhtml/css3-modsel-170-expected.txt:
39362         * platform/efl/css3/selectors3/xhtml/css3-modsel-170a-expected.txt:
39363         * platform/efl/css3/selectors3/xhtml/css3-modsel-170b-expected.txt:
39364         * platform/efl/css3/selectors3/xhtml/css3-modsel-170c-expected.txt:
39365         * platform/efl/css3/selectors3/xhtml/css3-modsel-170d-expected.txt:
39366         * platform/efl/css3/selectors3/xhtml/css3-modsel-171-expected.txt:
39367         * platform/efl/css3/selectors3/xhtml/css3-modsel-172a-expected.png:
39368         * platform/efl/css3/selectors3/xhtml/css3-modsel-172a-expected.txt:
39369         * platform/efl/css3/selectors3/xhtml/css3-modsel-172b-expected.png:
39370         * platform/efl/css3/selectors3/xhtml/css3-modsel-172b-expected.txt:
39371         * platform/efl/css3/selectors3/xhtml/css3-modsel-173a-expected.png:
39372         * platform/efl/css3/selectors3/xhtml/css3-modsel-173a-expected.txt:
39373         * platform/efl/css3/selectors3/xhtml/css3-modsel-173b-expected.png:
39374         * platform/efl/css3/selectors3/xhtml/css3-modsel-173b-expected.txt:
39375         * platform/efl/css3/selectors3/xhtml/css3-modsel-174a-expected.txt:
39376         * platform/efl/css3/selectors3/xhtml/css3-modsel-174b-expected.txt:
39377         * platform/efl/css3/selectors3/xhtml/css3-modsel-175a-expected.txt:
39378         * platform/efl/css3/selectors3/xhtml/css3-modsel-175b-expected.txt:
39379         * platform/efl/css3/selectors3/xhtml/css3-modsel-175c-expected.txt:
39380         * platform/efl/css3/selectors3/xhtml/css3-modsel-176-expected.png:
39381         * platform/efl/css3/selectors3/xhtml/css3-modsel-176-expected.txt:
39382         * platform/efl/css3/selectors3/xhtml/css3-modsel-177a-expected.txt:
39383         * platform/efl/css3/selectors3/xhtml/css3-modsel-177b-expected.txt:
39384         * platform/efl/css3/selectors3/xhtml/css3-modsel-178-expected.txt:
39385         * platform/efl/css3/selectors3/xhtml/css3-modsel-179-expected.txt:
39386         * platform/efl/css3/selectors3/xhtml/css3-modsel-179a-expected.txt:
39387         * platform/efl/css3/selectors3/xhtml/css3-modsel-18-expected.png:
39388         * platform/efl/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
39389         * platform/efl/css3/selectors3/xhtml/css3-modsel-180a-expected.txt:
39390         * platform/efl/css3/selectors3/xhtml/css3-modsel-181-expected.png:
39391         * platform/efl/css3/selectors3/xhtml/css3-modsel-181-expected.txt:
39392         * platform/efl/css3/selectors3/xhtml/css3-modsel-182-expected.txt:
39393         * platform/efl/css3/selectors3/xhtml/css3-modsel-183-expected.png:
39394         * platform/efl/css3/selectors3/xhtml/css3-modsel-183-expected.txt:
39395         * platform/efl/css3/selectors3/xhtml/css3-modsel-184a-expected.txt:
39396         * platform/efl/css3/selectors3/xhtml/css3-modsel-184b-expected.txt:
39397         * platform/efl/css3/selectors3/xhtml/css3-modsel-184c-expected.txt:
39398         * platform/efl/css3/selectors3/xhtml/css3-modsel-184d-expected.txt:
39399         * platform/efl/css3/selectors3/xhtml/css3-modsel-184e-expected.txt:
39400         * platform/efl/css3/selectors3/xhtml/css3-modsel-184f-expected.txt:
39401         * platform/efl/css3/selectors3/xhtml/css3-modsel-18a-expected.png:
39402         * platform/efl/css3/selectors3/xhtml/css3-modsel-18a-expected.txt:
39403         * platform/efl/css3/selectors3/xhtml/css3-modsel-18b-expected.png:
39404         * platform/efl/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
39405         * platform/efl/css3/selectors3/xhtml/css3-modsel-18c-expected.txt:
39406         * platform/efl/css3/selectors3/xhtml/css3-modsel-19-expected.txt:
39407         * platform/efl/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
39408         * platform/efl/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
39409         * platform/efl/css3/selectors3/xhtml/css3-modsel-2-expected.png:
39410         * platform/efl/css3/selectors3/xhtml/css3-modsel-2-expected.txt:
39411         * platform/efl/css3/selectors3/xhtml/css3-modsel-20-expected.txt:
39412         * platform/efl/css3/selectors3/xhtml/css3-modsel-21-expected.png:
39413         * platform/efl/css3/selectors3/xhtml/css3-modsel-21-expected.txt:
39414         * platform/efl/css3/selectors3/xhtml/css3-modsel-21b-expected.png:
39415         * platform/efl/css3/selectors3/xhtml/css3-modsel-21b-expected.txt:
39416         * platform/efl/css3/selectors3/xhtml/css3-modsel-21c-expected.txt:
39417         * platform/efl/css3/selectors3/xhtml/css3-modsel-22-expected.png:
39418         * platform/efl/css3/selectors3/xhtml/css3-modsel-22-expected.txt:
39419         * platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.png:
39420         * platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
39421         * platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.png:
39422         * platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
39423         * platform/efl/css3/selectors3/xhtml/css3-modsel-25-expected.png:
39424         * platform/efl/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
39425         * platform/efl/css3/selectors3/xhtml/css3-modsel-27-expected.txt:
39426         * platform/efl/css3/selectors3/xhtml/css3-modsel-27a-expected.txt:
39427         * platform/efl/css3/selectors3/xhtml/css3-modsel-27b-expected.txt:
39428         * platform/efl/css3/selectors3/xhtml/css3-modsel-28-expected.png:
39429         * platform/efl/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
39430         * platform/efl/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
39431         * platform/efl/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
39432         * platform/efl/css3/selectors3/xhtml/css3-modsel-29-expected.png:
39433         * platform/efl/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
39434         * platform/efl/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
39435         * platform/efl/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
39436         * platform/efl/css3/selectors3/xhtml/css3-modsel-3-expected.png:
39437         * platform/efl/css3/selectors3/xhtml/css3-modsel-3-expected.txt:
39438         * platform/efl/css3/selectors3/xhtml/css3-modsel-30-expected.png:
39439         * platform/efl/css3/selectors3/xhtml/css3-modsel-30-expected.txt:
39440         * platform/efl/css3/selectors3/xhtml/css3-modsel-31-expected.png:
39441         * platform/efl/css3/selectors3/xhtml/css3-modsel-31-expected.txt:
39442         * platform/efl/css3/selectors3/xhtml/css3-modsel-32-expected.png:
39443         * platform/efl/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
39444         * platform/efl/css3/selectors3/xhtml/css3-modsel-33-expected.png:
39445         * platform/efl/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
39446         * platform/efl/css3/selectors3/xhtml/css3-modsel-34-expected.png:
39447         * platform/efl/css3/selectors3/xhtml/css3-modsel-34-expected.txt:
39448         * platform/efl/css3/selectors3/xhtml/css3-modsel-35-expected.png:
39449         * platform/efl/css3/selectors3/xhtml/css3-modsel-35-expected.txt:
39450         * platform/efl/css3/selectors3/xhtml/css3-modsel-36-expected.png:
39451         * platform/efl/css3/selectors3/xhtml/css3-modsel-36-expected.txt:
39452         * platform/efl/css3/selectors3/xhtml/css3-modsel-37-expected.png:
39453         * platform/efl/css3/selectors3/xhtml/css3-modsel-37-expected.txt:
39454         * platform/efl/css3/selectors3/xhtml/css3-modsel-38-expected.png:
39455         * platform/efl/css3/selectors3/xhtml/css3-modsel-38-expected.txt:
39456         * platform/efl/css3/selectors3/xhtml/css3-modsel-39-expected.png:
39457         * platform/efl/css3/selectors3/xhtml/css3-modsel-39-expected.txt:
39458         * platform/efl/css3/selectors3/xhtml/css3-modsel-39a-expected.png:
39459         * platform/efl/css3/selectors3/xhtml/css3-modsel-39a-expected.txt:
39460         * platform/efl/css3/selectors3/xhtml/css3-modsel-39b-expected.png:
39461         * platform/efl/css3/selectors3/xhtml/css3-modsel-39b-expected.txt:
39462         * platform/efl/css3/selectors3/xhtml/css3-modsel-39c-expected.png:
39463         * platform/efl/css3/selectors3/xhtml/css3-modsel-39c-expected.txt:
39464         * platform/efl/css3/selectors3/xhtml/css3-modsel-3a-expected.txt:
39465         * platform/efl/css3/selectors3/xhtml/css3-modsel-4-expected.png:
39466         * platform/efl/css3/selectors3/xhtml/css3-modsel-4-expected.txt:
39467         * platform/efl/css3/selectors3/xhtml/css3-modsel-41-expected.txt:
39468         * platform/efl/css3/selectors3/xhtml/css3-modsel-41a-expected.txt:
39469         * platform/efl/css3/selectors3/xhtml/css3-modsel-42-expected.txt:
39470
39471 2013-01-18  Zeno Albisser  <zeno@webkit.org>
39472
39473         [Qt] Unreviewed garderning.
39474         https://bugs.webkit.org/show_bug.cgi?id=107260
39475
39476         Skip a failing webgl pixel test for Qt.
39477
39478         * platform/qt-5.0-mac-wk2/TestExpectations:
39479
39480 2013-01-18  Zan Dobersek  <zdobersek@igalia.com>
39481
39482         Unreviewed GTK gardening.
39483
39484         Managing most of the current failures on the 64-bit debug builder.
39485         - Adding a crash expectation for fast/js/toString-stack-overflow.html.
39486         - Marking fast/canvas/2d.text.draw.fill.maxWidth.gradient.html as flaky.
39487         - Extending expectation for http/tests/misc/acid3.html to include debug builds.
39488
39489         * platform/gtk/TestExpectations:
39490
39491 2013-01-17  Vsevolod Vlasov  <vsevik@chromium.org>
39492
39493         Web Inspector: Add early version of file system mappings editor to settings.
39494         https://bugs.webkit.org/show_bug.cgi?id=107136
39495
39496         Reviewed by Pavel Feldman.
39497
39498         * inspector/file-mapping.html:
39499
39500 2013-01-18  Eugene Klyuchnikov  <eustas.bug@gmail.com>
39501
39502         Web Inspector: Timeline: nest time/timeEnd records when possible (in glue-mode)
39503         https://bugs.webkit.org/show_bug.cgi?id=100114
39504
39505         Reviewed by Pavel Feldman.
39506
39507         Changed test to adopt new gluing rules.
39508
39509         * inspector/timeline/timeline-time.html: Updated test.
39510
39511 2013-01-18  Zan Dobersek  <zdobersek@igalia.com>
39512
39513         Unreviewed GTK gardening.
39514
39515         Rebaselining after r140115.
39516
39517         * platform/gtk/fast/js/global-constructors-expected.txt:
39518
39519 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
39520
39521         [EFL] Unreviewed gardening.
39522
39523         Rebaseline after enabling subpixel layout and updating freetype (4/26).
39524
39525         * platform/efl/css2.1/t1204-root-e-expected.txt:
39526         * platform/efl/css2.1/t120401-scope-00-b-expected.png:
39527         * platform/efl/css2.1/t120401-scope-00-b-expected.txt:
39528         * platform/efl/css2.1/t120401-scope-01-c-expected.png:
39529         * platform/efl/css2.1/t120401-scope-01-c-expected.txt:
39530         * platform/efl/css2.1/t120401-scope-02-c-expected.png:
39531         * platform/efl/css2.1/t120401-scope-02-c-expected.txt:
39532         * platform/efl/css2.1/t120401-scope-03-c-expected.png:
39533         * platform/efl/css2.1/t120401-scope-03-c-expected.txt:
39534         * platform/efl/css2.1/t120401-scope-04-d-expected.png:
39535         * platform/efl/css2.1/t120401-scope-04-d-expected.txt:
39536         * platform/efl/css2.1/t120403-content-none-00-c-expected.png:
39537         * platform/efl/css2.1/t120403-content-none-00-c-expected.txt:
39538         * platform/efl/css2.1/t120403-display-none-00-c-expected.png:
39539         * platform/efl/css2.1/t120403-display-none-00-c-expected.txt:
39540         * platform/efl/css2.1/t120403-visibility-00-c-expected.png:
39541         * platform/efl/css2.1/t120403-visibility-00-c-expected.txt:
39542         * platform/efl/css2.1/t1205-c561-list-displ-00-b-expected.png:
39543         * platform/efl/css2.1/t1205-c561-list-displ-00-b-expected.txt:
39544         * platform/efl/css2.1/t1205-c563-list-type-00-b-expected.png:
39545         * platform/efl/css2.1/t1205-c563-list-type-00-b-expected.txt:
39546         * platform/efl/css2.1/t1205-c563-list-type-01-b-expected.png:
39547         * platform/efl/css2.1/t1205-c563-list-type-01-b-expected.txt:
39548         * platform/efl/css2.1/t1205-c564-list-img-00-b-g-expected.png:
39549         * platform/efl/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
39550         * platform/efl/css2.1/t1205-c565-list-pos-00-b-expected.png:
39551         * platform/efl/css2.1/t1205-c565-list-pos-00-b-expected.txt:
39552         * platform/efl/css2.1/t1205-c566-list-stl-00-e-ag-expected.png:
39553         * platform/efl/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
39554         * platform/efl/css2.1/t1205-c566-list-stl-01-c-g-expected.png:
39555         * platform/efl/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
39556         * platform/efl/css2.1/t1401-c531-color-00-a-expected.png:
39557         * platform/efl/css2.1/t1401-c531-color-00-a-expected.txt:
39558         * platform/efl/css2.1/t1402-c45-bg-canvas-00-b-expected.png:
39559         * platform/efl/css2.1/t1402-c45-bg-canvas-00-b-expected.txt:
39560         * platform/efl/css2.1/t140201-c532-bgcolor-00-a-expected.png:
39561         * platform/efl/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
39562         * platform/efl/css2.1/t140201-c532-bgcolor-01-b-expected.png:
39563         * platform/efl/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
39564         * platform/efl/css2.1/t140201-c533-bgimage-00-a-expected.png:
39565         * platform/efl/css2.1/t140201-c533-bgimage-00-a-expected.txt:
39566         * platform/efl/css2.1/t140201-c533-bgimage-01-b-g-expected.png:
39567         * platform/efl/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
39568         * platform/efl/css2.1/t140201-c534-bgre-00-b-ag-expected.png:
39569         * platform/efl/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
39570         * platform/efl/css2.1/t140201-c534-bgre-01-b-ag-expected.png:
39571         * platform/efl/css2.1/t140201-c534-bgre-01-b-ag-expected.txt:
39572         * platform/efl/css2.1/t140201-c534-bgreps-00-c-ag-expected.png:
39573         * platform/efl/css2.1/t140201-c534-bgreps-00-c-ag-expected.txt:
39574         * platform/efl/css2.1/t140201-c534-bgreps-01-c-ag-expected.png:
39575         * platform/efl/css2.1/t140201-c534-bgreps-01-c-ag-expected.txt:
39576         * platform/efl/css2.1/t140201-c534-bgreps-02-c-ag-expected.png:
39577         * platform/efl/css2.1/t140201-c534-bgreps-02-c-ag-expected.txt:
39578         * platform/efl/css2.1/t140201-c534-bgreps-03-c-ag-expected.png:
39579         * platform/efl/css2.1/t140201-c534-bgreps-03-c-ag-expected.txt:
39580         * platform/efl/css2.1/t140201-c534-bgreps-04-c-ag-expected.png:
39581         * platform/efl/css2.1/t140201-c534-bgreps-04-c-ag-expected.txt:
39582         * platform/efl/css2.1/t140201-c534-bgreps-05-c-ag-expected.png:
39583         * platform/efl/css2.1/t140201-c534-bgreps-05-c-ag-expected.txt:
39584         * platform/efl/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
39585         * platform/efl/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
39586         * platform/efl/css2.1/t140201-c536-bgpos-00-b-ag-expected.png:
39587         * platform/efl/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
39588         * platform/efl/css2.1/t140201-c536-bgpos-01-b-ag-expected.png:
39589         * platform/efl/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt:
39590         * platform/efl/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
39591         * platform/efl/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt:
39592         * platform/efl/css2.1/t1503-c522-font-family-00-b-expected.png:
39593         * platform/efl/css2.1/t1503-c522-font-family-00-b-expected.txt:
39594         * platform/efl/css2.1/t1504-c523-font-style-00-b-expected.png:
39595         * platform/efl/css2.1/t1504-c523-font-style-00-b-expected.txt:
39596         * platform/efl/css2.1/t1505-c524-font-var-00-b-expected.png:
39597         * platform/efl/css2.1/t1505-c524-font-var-00-b-expected.txt:
39598         * platform/efl/css2.1/t1506-c525-font-wt-00-b-expected.png:
39599         * platform/efl/css2.1/t1506-c525-font-wt-00-b-expected.txt:
39600         * platform/efl/css2.1/t1507-c526-font-sz-00-b-expected.png:
39601         * platform/efl/css2.1/t1507-c526-font-sz-00-b-expected.txt:
39602         * platform/efl/css2.1/t1507-c526-font-sz-01-b-a-expected.png:
39603         * platform/efl/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
39604         * platform/efl/css2.1/t1507-c526-font-sz-02-b-a-expected.png:
39605         * platform/efl/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
39606         * platform/efl/css2.1/t1507-c526-font-sz-03-f-a-expected.png:
39607         * platform/efl/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
39608         * platform/efl/css2.1/t1508-c527-font-00-b-expected.png:
39609         * platform/efl/css2.1/t1508-c527-font-01-b-expected.png:
39610         * platform/efl/css2.1/t1508-c527-font-01-b-expected.txt:
39611         * platform/efl/css2.1/t1508-c527-font-02-b-expected.png:
39612         * platform/efl/css2.1/t1508-c527-font-02-b-expected.txt:
39613         * platform/efl/css2.1/t1508-c527-font-03-b-expected.png:
39614         * platform/efl/css2.1/t1508-c527-font-04-b-expected.png:
39615         * platform/efl/css2.1/t1508-c527-font-04-b-expected.txt:
39616         * platform/efl/css2.1/t1508-c527-font-05-b-expected.png:
39617         * platform/efl/css2.1/t1508-c527-font-05-b-expected.txt:
39618         * platform/efl/css2.1/t1508-c527-font-06-b-expected.png:
39619         * platform/efl/css2.1/t1508-c527-font-06-b-expected.txt:
39620         * platform/efl/css2.1/t1508-c527-font-07-b-expected.png:
39621         * platform/efl/css2.1/t1508-c527-font-07-b-expected.txt:
39622         * platform/efl/css2.1/t1508-c527-font-08-b-expected.png:
39623         * platform/efl/css2.1/t1508-c527-font-08-b-expected.txt:
39624         * platform/efl/css2.1/t1508-c527-font-09-b-expected.png:
39625         * platform/efl/css2.1/t1508-c527-font-10-c-expected.png:
39626         * platform/efl/css2.1/t1508-c527-font-10-c-expected.txt:
39627         * platform/efl/css2.1/t1601-c547-indent-00-b-a-expected.png:
39628         * platform/efl/css2.1/t1601-c547-indent-00-b-a-expected.txt:
39629         * platform/efl/css2.1/t1601-c547-indent-01-d-expected.png:
39630         * platform/efl/css2.1/t1601-c547-indent-01-d-expected.txt:
39631         * platform/efl/css2.1/t1602-c43-center-00-d-ag-expected.png:
39632         * platform/efl/css2.1/t1602-c43-center-00-d-ag-expected.txt:
39633         * platform/efl/css2.1/t1602-c546-txt-align-00-b-expected.png:
39634         * platform/efl/css2.1/t1602-c546-txt-align-00-b-expected.txt:
39635         * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.png:
39636         * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt:
39637         * platform/efl/css2.1/t1604-c542-letter-sp-01-b-a-expected.png:
39638         * platform/efl/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt:
39639         * platform/efl/css2.1/t1605-c545-txttrans-00-b-ag-expected.png:
39640         * platform/efl/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
39641         * platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.png:
39642         * platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
39643         * platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.png:
39644         * platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
39645         * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.png:
39646         * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
39647         * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.png:
39648         * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
39649         * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.png:
39650         * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
39651         * platform/efl/css2.1/t170602-bdr-conflct-w-04-d-expected.png:
39652         * platform/efl/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
39653         * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
39654         * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
39655         * platform/efl/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
39656         * platform/efl/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
39657         * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
39658         * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
39659         * platform/efl/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
39660         * platform/efl/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
39661         * platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.png:
39662         * platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
39663         * platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.png:
39664         * platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
39665         * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.png:
39666         * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
39667         * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.png:
39668         * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
39669         * platform/efl/css2.1/t170602-bdr-conflct-w-13-d-expected.png:
39670         * platform/efl/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
39671         * platform/efl/css2.1/t170602-bdr-conflct-w-14-d-expected.png:
39672         * platform/efl/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
39673         * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
39674         * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
39675         * platform/efl/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
39676         * platform/efl/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
39677         * platform/efl/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
39678         * platform/efl/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
39679         * platform/efl/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
39680         * platform/efl/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
39681         * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.png:
39682         * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
39683         * platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.png:
39684         * platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
39685         * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.png:
39686         * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
39687         * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.png:
39688         * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
39689         * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.png:
39690         * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
39691         * platform/efl/css2.1/t170602-bdr-conflct-w-24-d-expected.png:
39692         * platform/efl/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
39693         * platform/efl/css2.1/t170602-bdr-conflct-w-25-d-expected.png:
39694         * platform/efl/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
39695         * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.png:
39696         * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
39697         * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.png:
39698         * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
39699         * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.png:
39700         * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
39701         * platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.png:
39702         * platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
39703         * platform/efl/css2.1/t170602-bdr-conflct-w-30-d-expected.png:
39704         * platform/efl/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
39705         * platform/efl/css2.1/t170602-bdr-conflct-w-31-d-expected.png:
39706         * platform/efl/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
39707         * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.png:
39708         * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
39709         * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.png:
39710         * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
39711         * platform/efl/css2.1/t170602-bdr-conflct-w-34-d-expected.png:
39712         * platform/efl/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
39713         * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.png:
39714         * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
39715         * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.png:
39716         * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
39717         * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.png:
39718         * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
39719         * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.png:
39720         * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
39721         * platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.png:
39722         * platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
39723         * platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.png:
39724         * platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
39725         * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.png:
39726         * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
39727         * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.png:
39728         * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
39729         * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.png:
39730         * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
39731         * platform/efl/css2.1/t170602-bdr-conflct-w-44-d-expected.png:
39732         * platform/efl/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
39733         * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.png:
39734         * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
39735         * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.png:
39736         * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
39737         * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.png:
39738         * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
39739         * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.png:
39740         * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
39741         * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.png:
39742         * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
39743         * platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.png:
39744         * platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
39745         * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
39746         * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
39747         * platform/efl/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
39748         * platform/efl/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
39749         * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
39750         * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
39751         * platform/efl/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
39752         * platform/efl/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
39753         * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
39754         * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
39755         * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
39756         * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
39757         * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
39758         * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
39759         * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
39760         * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
39761         * platform/efl/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
39762         * platform/efl/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
39763         * platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.png:
39764         * platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
39765         * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
39766         * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
39767         * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
39768         * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
39769         * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
39770         * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
39771         * platform/efl/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
39772         * platform/efl/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
39773         * platform/efl/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
39774         * platform/efl/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
39775         * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
39776         * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
39777         * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
39778         * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
39779         * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
39780         * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
39781         * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
39782         * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
39783         * platform/efl/css2.1/t170602-bdr-conflct-w-70-d-expected.png:
39784         * platform/efl/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
39785         * platform/efl/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
39786         * platform/efl/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
39787         * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
39788         * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
39789         * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
39790         * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
39791         * platform/efl/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
39792         * platform/efl/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
39793         * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
39794         * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
39795         * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
39796         * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
39797         * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
39798         * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
39799         * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
39800         * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
39801         * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
39802         * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
39803         * platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.png:
39804         * platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
39805         * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
39806         * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
39807         * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
39808         * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
39809         * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
39810         * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
39811         * platform/efl/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
39812         * platform/efl/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
39813         * platform/efl/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
39814         * platform/efl/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
39815         * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
39816         * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
39817         * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
39818         * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
39819         * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
39820         * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
39821         * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
39822         * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
39823         * platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.png:
39824         * platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
39825         * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.png:
39826         * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
39827         * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.png:
39828         * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
39829         * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.png:
39830         * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
39831         * platform/efl/css2.1/t170602-bdr-conflct-w-94-d-expected.png:
39832         * platform/efl/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
39833         * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.png:
39834         * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
39835         * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.png:
39836         * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
39837         * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.png:
39838         * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
39839         * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.png:
39840         * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
39841         * platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.png:
39842         * platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
39843         * platform/efl/css3/css3-modsel-33-expected.png:
39844         * platform/efl/css3/css3-modsel-33-expected.txt:
39845         * platform/efl/css3/css3-modsel-35-expected.png:
39846         * platform/efl/css3/css3-modsel-35-expected.txt:
39847         * platform/efl/css3/css3-modsel-36-expected.png:
39848         * platform/efl/css3/css3-modsel-36-expected.txt:
39849         * platform/efl/css3/css3-modsel-37-expected.png:
39850         * platform/efl/css3/css3-modsel-37-expected.txt:
39851         * platform/efl/css3/flexbox/flexbox-baseline-expected.png:
39852         * platform/efl/css3/flexbox/repaint-expected.png:
39853         * platform/efl/css3/font-feature-settings-rendering-expected.png:
39854         * platform/efl/css3/font-feature-settings-rendering-expected.txt:
39855         * platform/efl/css3/images/cross-fade-blending-expected.png:
39856         * platform/efl/css3/images/cross-fade-invalidation-expected.png:
39857         * platform/efl/css3/images/cross-fade-overflow-position-expected.png:
39858         * platform/efl/css3/images/cross-fade-simple-expected.png:
39859         * platform/efl/css3/images/cross-fade-sizing-expected.png:
39860         * platform/efl/css3/images/cross-fade-tiled-expected.png:
39861         * platform/efl/css3/masking/clip-path-circle-expected.png:
39862         * platform/efl/css3/masking/clip-path-circle-filter-expected.png:
39863         * platform/efl/css3/masking/clip-path-circle-overflow-expected.png:
39864         * platform/efl/css3/masking/clip-path-circle-overflow-hidden-expected.png:
39865         * platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.png:
39866         * platform/efl/css3/masking/clip-path-ellipse-expected.png:
39867         * platform/efl/css3/masking/clip-path-polygon-evenodd-expected.png:
39868         * platform/efl/css3/masking/clip-path-polygon-expected.png:
39869         * platform/efl/css3/masking/clip-path-polygon-nonzero-expected.png:
39870         * platform/efl/css3/masking/clip-path-rectangle-expected.png:
39871         * platform/efl/css3/selectors3/html/css3-modsel-10-expected.png:
39872         * platform/efl/css3/selectors3/html/css3-modsel-10-expected.txt:
39873         * platform/efl/css3/selectors3/html/css3-modsel-11-expected.png:
39874         * platform/efl/css3/selectors3/html/css3-modsel-11-expected.txt:
39875         * platform/efl/css3/selectors3/html/css3-modsel-13-expected.png:
39876         * platform/efl/css3/selectors3/html/css3-modsel-13-expected.txt:
39877         * platform/efl/css3/selectors3/html/css3-modsel-14-expected.png:
39878         * platform/efl/css3/selectors3/html/css3-modsel-14-expected.txt:
39879         * platform/efl/css3/selectors3/html/css3-modsel-144-expected.png:
39880         * platform/efl/css3/selectors3/html/css3-modsel-144-expected.txt:
39881         * platform/efl/css3/selectors3/html/css3-modsel-148-expected.png:
39882         * platform/efl/css3/selectors3/html/css3-modsel-148-expected.txt:
39883         * platform/efl/css3/selectors3/html/css3-modsel-149-expected.txt:
39884         * platform/efl/css3/selectors3/html/css3-modsel-149b-expected.txt:
39885         * platform/efl/css3/selectors3/html/css3-modsel-14b-expected.png:
39886         * platform/efl/css3/selectors3/html/css3-modsel-14b-expected.txt:
39887         * platform/efl/css3/selectors3/html/css3-modsel-14c-expected.png:
39888         * platform/efl/css3/selectors3/html/css3-modsel-14c-expected.txt:
39889         * platform/efl/css3/selectors3/html/css3-modsel-14d-expected.png:
39890         * platform/efl/css3/selectors3/html/css3-modsel-14d-expected.txt:
39891         * platform/efl/css3/selectors3/html/css3-modsel-14e-expected.png:
39892         * platform/efl/css3/selectors3/html/css3-modsel-14e-expected.txt:
39893         * platform/efl/css3/selectors3/html/css3-modsel-15-expected.png:
39894         * platform/efl/css3/selectors3/html/css3-modsel-15-expected.txt:
39895         * platform/efl/css3/selectors3/html/css3-modsel-150-expected.png:
39896         * platform/efl/css3/selectors3/html/css3-modsel-150-expected.txt:
39897         * platform/efl/css3/selectors3/html/css3-modsel-151-expected.txt:
39898         * platform/efl/css3/selectors3/html/css3-modsel-152-expected.txt:
39899         * platform/efl/css3/selectors3/html/css3-modsel-154-expected.png:
39900         * platform/efl/css3/selectors3/html/css3-modsel-154-expected.txt:
39901         * platform/efl/css3/selectors3/html/css3-modsel-155-expected.png:
39902         * platform/efl/css3/selectors3/html/css3-modsel-155-expected.txt:
39903         * platform/efl/css3/selectors3/html/css3-modsel-155a-expected.png:
39904         * platform/efl/css3/selectors3/html/css3-modsel-155a-expected.txt:
39905         * platform/efl/css3/selectors3/html/css3-modsel-155b-expected.png:
39906         * platform/efl/css3/selectors3/html/css3-modsel-155b-expected.txt:
39907         * platform/efl/css3/selectors3/html/css3-modsel-155c-expected.png:
39908         * platform/efl/css3/selectors3/html/css3-modsel-155c-expected.txt:
39909         * platform/efl/css3/selectors3/html/css3-modsel-155d-expected.png:
39910         * platform/efl/css3/selectors3/html/css3-modsel-155d-expected.txt:
39911         * platform/efl/css3/selectors3/html/css3-modsel-156-expected.png:
39912         * platform/efl/css3/selectors3/html/css3-modsel-156-expected.txt:
39913         * platform/efl/css3/selectors3/html/css3-modsel-156b-expected.png:
39914         * platform/efl/css3/selectors3/html/css3-modsel-156b-expected.txt:
39915         * platform/efl/css3/selectors3/html/css3-modsel-156c-expected.png:
39916         * platform/efl/css3/selectors3/html/css3-modsel-156c-expected.txt:
39917         * platform/efl/css3/selectors3/html/css3-modsel-157-expected.png:
39918         * platform/efl/css3/selectors3/html/css3-modsel-157-expected.txt:
39919         * platform/efl/css3/selectors3/html/css3-modsel-158-expected.png:
39920         * platform/efl/css3/selectors3/html/css3-modsel-158-expected.txt:
39921         * platform/efl/css3/selectors3/html/css3-modsel-159-expected.txt:
39922         * platform/efl/css3/selectors3/html/css3-modsel-15b-expected.png:
39923         * platform/efl/css3/selectors3/html/css3-modsel-15b-expected.txt:
39924         * platform/efl/css3/selectors3/html/css3-modsel-16-expected.txt:
39925         * platform/efl/css3/selectors3/html/css3-modsel-160-expected.png:
39926         * platform/efl/css3/selectors3/html/css3-modsel-160-expected.txt:
39927         * platform/efl/css3/selectors3/html/css3-modsel-161-expected.png:
39928         * platform/efl/css3/selectors3/html/css3-modsel-161-expected.txt:
39929         * platform/efl/css3/selectors3/html/css3-modsel-166-expected.txt:
39930         * platform/efl/css3/selectors3/html/css3-modsel-166a-expected.txt:
39931         * platform/efl/css3/selectors3/html/css3-modsel-167-expected.txt:
39932         * platform/efl/css3/selectors3/html/css3-modsel-167a-expected.txt:
39933         * platform/efl/css3/selectors3/html/css3-modsel-168-expected.png:
39934         * platform/efl/css3/selectors3/html/css3-modsel-168-expected.txt:
39935         * platform/efl/css3/selectors3/html/css3-modsel-168a-expected.png:
39936         * platform/efl/css3/selectors3/html/css3-modsel-168a-expected.txt:
39937         * platform/efl/css3/selectors3/html/css3-modsel-169-expected.png:
39938         * platform/efl/css3/selectors3/html/css3-modsel-169-expected.txt:
39939         * platform/efl/css3/selectors3/html/css3-modsel-169a-expected.png:
39940         * platform/efl/css3/selectors3/html/css3-modsel-169a-expected.txt:
39941         * platform/efl/css3/selectors3/html/css3-modsel-17-expected.png:
39942         * platform/efl/css3/selectors3/html/css3-modsel-17-expected.txt:
39943         * platform/efl/css3/selectors3/html/css3-modsel-170-expected.txt:
39944         * platform/efl/css3/selectors3/html/css3-modsel-170a-expected.txt:
39945         * platform/efl/css3/selectors3/html/css3-modsel-170b-expected.txt:
39946         * platform/efl/css3/selectors3/html/css3-modsel-170c-expected.txt:
39947         * platform/efl/css3/selectors3/html/css3-modsel-170d-expected.txt:
39948         * platform/efl/css3/selectors3/html/css3-modsel-175a-expected.txt:
39949         * platform/efl/css3/selectors3/html/css3-modsel-175b-expected.txt:
39950         * platform/efl/css3/selectors3/html/css3-modsel-175c-expected.txt:
39951         * platform/efl/css3/selectors3/html/css3-modsel-176-expected.png:
39952         * platform/efl/css3/selectors3/html/css3-modsel-176-expected.txt:
39953         * platform/efl/css3/selectors3/html/css3-modsel-177a-expected.txt:
39954         * platform/efl/css3/selectors3/html/css3-modsel-177b-expected.txt:
39955         * platform/efl/css3/selectors3/html/css3-modsel-178-expected.txt:
39956         * platform/efl/css3/selectors3/html/css3-modsel-179-expected.txt:
39957         * platform/efl/css3/selectors3/html/css3-modsel-179a-expected.txt:
39958         * platform/efl/css3/selectors3/html/css3-modsel-18-expected.png:
39959         * platform/efl/css3/selectors3/html/css3-modsel-18-expected.txt:
39960         * platform/efl/css3/selectors3/html/css3-modsel-180a-expected.txt:
39961         * platform/efl/css3/selectors3/html/css3-modsel-181-expected.png:
39962         * platform/efl/css3/selectors3/html/css3-modsel-181-expected.txt:
39963         * platform/efl/css3/selectors3/html/css3-modsel-183-expected.png:
39964         * platform/efl/css3/selectors3/html/css3-modsel-183-expected.txt:
39965         * platform/efl/css3/selectors3/html/css3-modsel-184a-expected.txt:
39966         * platform/efl/css3/selectors3/html/css3-modsel-184b-expected.txt:
39967         * platform/efl/css3/selectors3/html/css3-modsel-184c-expected.txt:
39968         * platform/efl/css3/selectors3/html/css3-modsel-184d-expected.txt:
39969         * platform/efl/css3/selectors3/html/css3-modsel-184e-expected.txt:
39970         * platform/efl/css3/selectors3/html/css3-modsel-184f-expected.txt:
39971         * platform/efl/css3/selectors3/html/css3-modsel-18a-expected.png:
39972         * platform/efl/css3/selectors3/html/css3-modsel-18a-expected.txt:
39973         * platform/efl/css3/selectors3/html/css3-modsel-18b-expected.png:
39974         * platform/efl/css3/selectors3/html/css3-modsel-18b-expected.txt:
39975         * platform/efl/css3/selectors3/html/css3-modsel-18c-expected.txt:
39976         * platform/efl/css3/selectors3/html/css3-modsel-19-expected.txt:
39977         * platform/efl/css3/selectors3/html/css3-modsel-19b-expected.png:
39978         * platform/efl/css3/selectors3/html/css3-modsel-19b-expected.txt:
39979         * platform/efl/css3/selectors3/html/css3-modsel-2-expected.png:
39980         * platform/efl/css3/selectors3/html/css3-modsel-2-expected.txt:
39981         * platform/efl/css3/selectors3/html/css3-modsel-20-expected.txt:
39982         * platform/efl/css3/selectors3/html/css3-modsel-21-expected.png:
39983         * platform/efl/css3/selectors3/html/css3-modsel-21-expected.txt:
39984         * platform/efl/css3/selectors3/html/css3-modsel-21b-expected.png:
39985         * platform/efl/css3/selectors3/html/css3-modsel-21b-expected.txt:
39986         * platform/efl/css3/selectors3/html/css3-modsel-21c-expected.txt:
39987         * platform/efl/css3/selectors3/html/css3-modsel-22-expected.png:
39988         * platform/efl/css3/selectors3/html/css3-modsel-22-expected.txt:
39989         * platform/efl/css3/selectors3/html/css3-modsel-23-expected.png:
39990         * platform/efl/css3/selectors3/html/css3-modsel-23-expected.txt:
39991         * platform/efl/css3/selectors3/html/css3-modsel-24-expected.png:
39992         * platform/efl/css3/selectors3/html/css3-modsel-24-expected.txt:
39993         * platform/efl/css3/selectors3/html/css3-modsel-25-expected.png:
39994         * platform/efl/css3/selectors3/html/css3-modsel-25-expected.txt:
39995         * platform/efl/css3/selectors3/html/css3-modsel-27-expected.txt:
39996         * platform/efl/css3/selectors3/html/css3-modsel-27a-expected.txt:
39997         * platform/efl/css3/selectors3/html/css3-modsel-27b-expected.txt:
39998         * platform/efl/css3/selectors3/html/css3-modsel-28-expected.png:
39999         * platform/efl/css3/selectors3/html/css3-modsel-28-expected.txt:
40000         * platform/efl/css3/selectors3/html/css3-modsel-28b-expected.png:
40001         * platform/efl/css3/selectors3/html/css3-modsel-28b-expected.txt:
40002         * platform/efl/css3/selectors3/html/css3-modsel-29-expected.png:
40003         * platform/efl/css3/selectors3/html/css3-modsel-29-expected.txt:
40004         * platform/efl/css3/selectors3/html/css3-modsel-29b-expected.png:
40005         * platform/efl/css3/selectors3/html/css3-modsel-29b-expected.txt:
40006         * platform/efl/css3/selectors3/html/css3-modsel-30-expected.png:
40007         * platform/efl/css3/selectors3/html/css3-modsel-30-expected.txt:
40008         * platform/efl/css3/selectors3/html/css3-modsel-31-expected.png:
40009         * platform/efl/css3/selectors3/html/css3-modsel-31-expected.txt:
40010         * platform/efl/css3/selectors3/html/css3-modsel-32-expected.png:
40011         * platform/efl/css3/selectors3/html/css3-modsel-32-expected.txt:
40012         * platform/efl/css3/selectors3/html/css3-modsel-33-expected.png:
40013         * platform/efl/css3/selectors3/html/css3-modsel-33-expected.txt:
40014         * platform/efl/css3/selectors3/html/css3-modsel-34-expected.png:
40015         * platform/efl/css3/selectors3/html/css3-modsel-34-expected.txt:
40016         * platform/efl/css3/selectors3/html/css3-modsel-35-expected.png:
40017         * platform/efl/css3/selectors3/html/css3-modsel-35-expected.txt:
40018         * platform/efl/css3/selectors3/html/css3-modsel-36-expected.png:
40019         * platform/efl/css3/selectors3/html/css3-modsel-36-expected.txt:
40020         * platform/efl/css3/selectors3/html/css3-modsel-37-expected.png:
40021         * platform/efl/css3/selectors3/html/css3-modsel-37-expected.txt:
40022         * platform/efl/css3/selectors3/html/css3-modsel-38-expected.png:
40023         * platform/efl/css3/selectors3/html/css3-modsel-38-expected.txt:
40024         * platform/efl/css3/selectors3/html/css3-modsel-39-expected.png:
40025         * platform/efl/css3/selectors3/html/css3-modsel-39-expected.txt:
40026
40027 2013-01-17  Dominik Röttsches  <dominik.rottsches@intel.com>
40028
40029         [EFL] Unreviewed gardening.
40030
40031         Rebaseline after enabling subpixel layout and updating freetype (3/26).
40032
40033         * platform/efl/css2.1/t040302-c61-rel-len-00-b-ag-expected.png:
40034         * platform/efl/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
40035         * platform/efl/css2.1/t040303-c62-percent-00-b-ag-expected.png:
40036         * platform/efl/css2.1/t040303-c62-percent-00-b-ag-expected.txt:
40037         * platform/efl/css2.1/t040304-c64-uri-00-a-g-expected.png:
40038         * platform/efl/css2.1/t040304-c64-uri-00-a-g-expected.txt:
40039         * platform/efl/css2.1/t040306-c63-color-00-b-ag-expected.png:
40040         * platform/efl/css2.1/t040306-c63-color-00-b-ag-expected.txt:
40041         * platform/efl/css2.1/t040306-syntax-01-f-expected.png:
40042         * platform/efl/css2.1/t040306-syntax-01-f-expected.txt:
40043         * platform/efl/css2.1/t040307-syntax-01-b-expected.png:
40044         * platform/efl/css2.1/t040307-syntax-01-b-expected.txt:
40045         * platform/efl/css2.1/t050201-c12-grouping-00-b-expected.png:
40046         * platform/efl/css2.1/t050201-c12-grouping-00-b-expected.txt:
40047         * platform/efl/css2.1/t0505-c16-descendant-00-e-expected.png:
40048         * platform/efl/css2.1/t0505-c16-descendant-00-e-expected.txt:
40049         * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.png:
40050         * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.txt:
40051         * platform/efl/css2.1/t0505-c16-descendant-02-e-expected.png:
40052         * platform/efl/css2.1/t0505-c16-descendant-02-e-expected.txt:
40053         * platform/efl/css2.1/t050803-c14-classes-00-e-expected.png:
40054         * platform/efl/css2.1/t050803-c14-classes-00-e-expected.txt:
40055         * platform/efl/css2.1/t0509-c15-ids-00-a-expected.png:
40056         * platform/efl/css2.1/t0509-c15-ids-00-a-expected.txt:
40057         * platform/efl/css2.1/t0509-c15-ids-01-e-expected.png:
40058         * platform/efl/css2.1/t0509-c15-ids-01-e-expected.txt:
40059         * platform/efl/css2.1/t0509-id-sel-syntax-01-f-expected.png:
40060         * platform/efl/css2.1/t0509-id-sel-syntax-01-f-expected.txt:
40061         * platform/efl/css2.1/t0509-id-sel-syntax-02-b-expected.png:
40062         * platform/efl/css2.1/t0509-id-sel-syntax-02-b-expected.txt:
40063         * platform/efl/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png:
40064         * platform/efl/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt:
40065         * platform/efl/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png:
40066         * platform/efl/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt:
40067         * platform/efl/css2.1/t0511-c21-pseud-link-00-e-expected.png:
40068         * platform/efl/css2.1/t0511-c21-pseud-link-00-e-expected.txt:
40069         * platform/efl/css2.1/t0511-c21-pseud-link-01-e-expected.png:
40070         * platform/efl/css2.1/t0511-c21-pseud-link-01-e-expected.txt:
40071         * platform/efl/css2.1/t0511-c21-pseud-link-02-e-expected.png:
40072         * platform/efl/css2.1/t0511-c21-pseud-link-02-e-expected.txt:
40073         * platform/efl/css2.1/t0511-c21-pseud-link-03-e-expected.png:
40074         * platform/efl/css2.1/t0511-c21-pseud-link-03-e-expected.txt:
40075         * platform/efl/css2.1/t051103-c21-activ-ln-00-e-i-expected.png:
40076         * platform/efl/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt:
40077         * platform/efl/css2.1/t051103-c21-focus-ln-00-e-i-expected.png:
40078         * platform/efl/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt:
40079         * platform/efl/css2.1/t051103-c21-hover-ln-00-e-i-expected.png:
40080         * platform/efl/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt:
40081         * platform/efl/css2.1/t051103-dom-hover-01-c-io-expected.png:
40082         * platform/efl/css2.1/t051103-dom-hover-01-c-io-expected.txt:
40083         * platform/efl/css2.1/t051103-dom-hover-02-c-io-expected.png:
40084         * platform/efl/css2.1/t051103-dom-hover-02-c-io-expected.txt:
40085         * platform/efl/css2.1/t051201-c23-first-line-00-b-expected.png:
40086         * platform/efl/css2.1/t051201-c23-first-line-00-b-expected.txt:
40087         * platform/efl/css2.1/t051202-c24-first-lttr-00-b-expected.png:
40088         * platform/efl/css2.1/t051202-c24-first-lttr-00-b-expected.txt:
40089         * platform/efl/css2.1/t051202-c26-psudo-nest-00-c-expected.png:
40090         * platform/efl/css2.1/t051202-c26-psudo-nest-00-c-expected.txt:
40091         * platform/efl/css2.1/t0602-c13-inh-underlin-00-e-expected.png:
40092         * platform/efl/css2.1/t0602-c13-inh-underlin-00-e-expected.txt:
40093         * platform/efl/css2.1/t0602-c13-inheritance-00-e-expected.png:
40094         * platform/efl/css2.1/t0602-c13-inheritance-00-e-expected.txt:
40095         * platform/efl/css2.1/t0602-inherit-bdr-pad-b-00-expected.png:
40096         * platform/efl/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt:
40097         * platform/efl/css2.1/t0603-c11-import-00-b-expected.png:
40098         * platform/efl/css2.1/t0603-c11-import-00-b-expected.txt:
40099         * platform/efl/css2.1/t060401-c32-cascading-00-b-expected.png:
40100         * platform/efl/css2.1/t060401-c32-cascading-00-b-expected.txt:
40101         * platform/efl/css2.1/t060402-c31-important-00-b-expected.png:
40102         * platform/efl/css2.1/t060402-c31-important-00-b-expected.txt:
40103         * platform/efl/css2.1/t060403-c21-pseu-cls-00-e-i-expected.png:
40104         * platform/efl/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt:
40105         * platform/efl/css2.1/t060403-c21-pseu-id-00-e-i-expected.png:
40106         * platform/efl/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt:
40107         * platform/efl/css2.1/t0801-c412-hz-box-00-b-a-expected.png:
40108         * platform/efl/css2.1/t0801-c412-hz-box-00-b-a-expected.txt:
40109         * platform/efl/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png:
40110         * platform/efl/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt:
40111         * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png:
40112         * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
40113         * platform/efl/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png:
40114         * platform/efl/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt:
40115         * platform/efl/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png:
40116         * platform/efl/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt:
40117         * platform/efl/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png:
40118         * platform/efl/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt:
40119         * platform/efl/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png:
40120         * platform/efl/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt:
40121         * platform/efl/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png:
40122         * platform/efl/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt:
40123         * platform/efl/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png:
40124         * platform/efl/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt:
40125         * platform/efl/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png:
40126         * platform/efl/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt:
40127         * platform/efl/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png:
40128         * platform/efl/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt:
40129         * platform/efl/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png:
40130         * platform/efl/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt:
40131         * platform/efl/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
40132         * platform/efl/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
40133         * platform/efl/css2.1/t0803-c5502-mrgn-r-03-c-expected.png:
40134         * platform/efl/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt:
40135         * platform/efl/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png:
40136         * platform/efl/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt:
40137         * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png:
40138         * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
40139         * platform/efl/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png:
40140         * platform/efl/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt:
40141         * platform/efl/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png:
40142         * platform/efl/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt:
40143         * platform/efl/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png:
40144         * platform/efl/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt:
40145         * platform/efl/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png:
40146         * platform/efl/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt:
40147         * platform/efl/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png:
40148         * platform/efl/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt:
40149         * platform/efl/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png:
40150         * platform/efl/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt:
40151         * platform/efl/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png:
40152         * platform/efl/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt:
40153         * platform/efl/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png:
40154         * platform/efl/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt:
40155         * platform/efl/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png:
40156         * platform/efl/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt:
40157         * platform/efl/css2.1/t0803-c5504-mrgn-l-02-c-expected.png:
40158         * platform/efl/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt:
40159         * platform/efl/css2.1/t0803-c5504-mrgn-l-03-c-expected.png:
40160         * platform/efl/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt:
40161         * platform/efl/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png:
40162         * platform/efl/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt:
40163         * platform/efl/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png:
40164         * platform/efl/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt:
40165         * platform/efl/css2.1/t0803-c5505-mrgn-01-e-a-expected.png:
40166         * platform/efl/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt:
40167         * platform/efl/css2.1/t0803-c5505-mrgn-02-c-expected.png:
40168         * platform/efl/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
40169         * platform/efl/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png:
40170         * platform/efl/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt:
40171         * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
40172         * platform/efl/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png:
40173         * platform/efl/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt:
40174         * platform/efl/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png:
40175         * platform/efl/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt:
40176         * platform/efl/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png:
40177         * platform/efl/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt:
40178         * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.png:
40179         * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
40180         * platform/efl/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png:
40181         * platform/efl/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt:
40182         * platform/efl/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png:
40183         * platform/efl/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt:
40184         * platform/efl/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png:
40185         * platform/efl/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt:
40186         * platform/efl/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png:
40187         * platform/efl/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt:
40188         * platform/efl/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png:
40189         * platform/efl/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt:
40190         * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png:
40191         * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
40192         * platform/efl/css2.1/t0804-c5507-padn-r-01-c-a-expected.png:
40193         * platform/efl/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt:
40194         * platform/efl/css2.1/t0804-c5507-padn-r-02-f-expected.png:
40195         * platform/efl/css2.1/t0804-c5507-padn-r-03-f-expected.png:
40196         * platform/efl/css2.1/t0804-c5507-padn-r-03-f-expected.txt:
40197         * platform/efl/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png:
40198         * platform/efl/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt:
40199         * platform/efl/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png:
40200         * platform/efl/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt:
40201         * platform/efl/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png:
40202         * platform/efl/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
40203         * platform/efl/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png:
40204         * platform/efl/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png:
40205         * platform/efl/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt:
40206         * platform/efl/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png:
40207         * platform/efl/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt:
40208         * platform/efl/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png:
40209         * platform/efl/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt:
40210         * platform/efl/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png:
40211         * platform/efl/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt:
40212         * platform/efl/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png:
40213         * platform/efl/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt:
40214         * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png:
40215         * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
40216         * platform/efl/css2.1/t0804-c5509-padn-l-01-b-a-expected.png:
40217         * platform/efl/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt:
40218         * platform/efl/css2.1/t0804-c5509-padn-l-02-f-expected.png:
40219         * platform/efl/css2.1/t0804-c5509-padn-l-03-f-g-expected.png:
40220         * platform/efl/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png:
40221         * platform/efl/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt:
40222         * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.png:
40223         * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
40224         * platform/efl/css2.1/t0804-c5510-padn-01-e-a-expected.png:
40225         * platform/efl/css2.1/t0804-c5510-padn-01-e-a-expected.txt:
40226         * platform/efl/css2.1/t0804-c5510-padn-02-f-expected.png:
40227         * platform/efl/css2.1/t0804-c5510-padn-02-f-expected.txt:
40228         * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.png:
40229         * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
40230         * platform/efl/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png:
40231         * platform/efl/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt:
40232         * platform/efl/css2.1/t0805-c5511-brdr-tw-02-b-expected.png:
40233         * platform/efl/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt:
40234         * platform/efl/css2.1/t0805-c5511-brdr-tw-03-b-expected.png:
40235         * platform/efl/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt:
40236         * platform/efl/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png:
40237         * platform/efl/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt:
40238         * platform/efl/css2.1/t0805-c5512-brdr-rw-00-b-expected.png:
40239         * platform/efl/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt:
40240         * platform/efl/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png:
40241         * platform/efl/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt:
40242         * platform/efl/css2.1/t0805-c5512-brdr-rw-02-b-expected.png:
40243         * platform/efl/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt:
40244         * platform/efl/css2.1/t0805-c5512-brdr-rw-03-b-expected.png:
40245         * platform/efl/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt:
40246         * platform/efl/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png:
40247         * platform/efl/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt:
40248         * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.png:
40249         * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
40250         * platform/efl/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.png:
40251         * platform/efl/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt:
40252         * platform/efl/css2.1/t0805-c5513-brdr-bw-02-b-expected.png:
40253         * platform/efl/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt:
40254         * platform/efl/css2.1/t0805-c5513-brdr-bw-03-b-expected.png:
40255         * platform/efl/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt:
40256         * platform/efl/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.png:
40257         * platform/efl/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt:
40258         * platform/efl/css2.1/t0805-c5514-brdr-lw-00-b-expected.png:
40259         * platform/efl/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt:
40260         * platform/efl/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.png:
40261         * platform/efl/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt:
40262         * platform/efl/css2.1/t0805-c5514-brdr-lw-02-b-expected.png:
40263         * platform/efl/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt:
40264         * platform/efl/css2.1/t0805-c5514-brdr-lw-03-b-expected.png:
40265         * platform/efl/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt:
40266         * platform/efl/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png:
40267         * platform/efl/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt:
40268         * platform/efl/css2.1/t0805-c5515-brdr-w-00-a-expected.png:
40269         * platform/efl/css2.1/t0805-c5515-brdr-w-00-a-expected.txt:
40270         * platform/efl/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png:
40271         * platform/efl/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt:
40272         * platform/efl/css2.1/t0805-c5515-brdr-w-02-b-expected.png:
40273         * platform/efl/css2.1/t0805-c5515-brdr-w-02-b-expected.txt:
40274         * platform/efl/css2.1/t0805-c5515-ibrdr-00-b-expected.png:
40275         * platform/efl/css2.1/t0805-c5515-ibrdr-00-b-expected.txt:
40276         * platform/efl/css2.1/t0805-c5516-brdr-c-00-a-expected.png:
40277         * platform/efl/css2.1/t0805-c5516-brdr-c-00-a-expected.txt:
40278         * platform/efl/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png:
40279         * platform/efl/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt:
40280         * platform/efl/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
40281         * platform/efl/css2.1/t0805-c5517-brdr-s-00-c-expected.txt:
40282         * platform/efl/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png:
40283         * platform/efl/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt:
40284         * platform/efl/css2.1/t0805-c5518-brdr-t-00-a-expected.png:
40285         * platform/efl/css2.1/t0805-c5518-brdr-t-00-a-expected.txt:
40286         * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
40287         * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
40288         * platform/efl/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png:
40289         * platform/efl/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt:
40290         * platform/efl/css2.1/t0805-c5519-brdr-r-00-a-expected.png:
40291         * platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
40292         * platform/efl/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
40293         * platform/efl/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png:
40294         * platform/efl/css2.1/t0805-c5520-brdr-b-00-a-expected.png:
40295         * platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
40296         * platform/efl/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png:
40297         * platform/efl/css2.1/t0805-c5521-brdr-l-00-a-expected.png:
40298         * platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.png:
40299         * platform/efl/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
40300         * platform/efl/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png:
40301         * platform/efl/css2.1/t0805-c5522-brdr-00-b-expected.png:
40302         * platform/efl/css2.1/t0805-c5522-brdr-00-b-expected.txt:
40303         * platform/efl/css2.1/t0805-c5522-brdr-01-b-g-expected.png:
40304         * platform/efl/css2.1/t0805-c5522-brdr-01-b-g-expected.txt:
40305         * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.png:
40306         * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.txt:
40307         * platform/efl/css2.1/t0805-c5522-ibrdr-00-a-expected.png:
40308         * platform/efl/css2.1/t0805-c5522-ibrdr-00-a-expected.txt:
40309         * platform/efl/css2.1/t09-c5526c-display-00-e-expected.png:
40310         * platform/efl/css2.1/t09-c5526c-display-00-e-expected.txt:
40311         * platform/efl/css2.1/t090204-display-change-01-b-ao-expected.png:
40312         * platform/efl/css2.1/t090204-display-change-01-b-ao-expected.txt:
40313         * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png:
40314         * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
40315         * platform/efl/css2.1/t0905-c414-flt-00-d-expected.png:
40316         * platform/efl/css2.1/t0905-c414-flt-00-d-expected.txt:
40317         * platform/efl/css2.1/t0905-c414-flt-01-d-g-expected.png:
40318         * platform/efl/css2.1/t0905-c414-flt-01-d-g-expected.txt:
40319         * platform/efl/css2.1/t0905-c414-flt-02-c-expected.png:
40320         * platform/efl/css2.1/t0905-c414-flt-02-c-expected.txt:
40321         * platform/efl/css2.1/t0905-c414-flt-03-c-expected.png:
40322         * platform/efl/css2.1/t0905-c414-flt-03-c-expected.txt:
40323         * platform/efl/css2.1/t0905-c414-flt-04-c-expected.png:
40324         * platform/efl/css2.1/t0905-c414-flt-04-c-expected.txt:
40325         * platform/efl/css2.1/t0905-c414-flt-fit-00-d-expected.png:
40326         * platform/efl/css2.1/t0905-c414-flt-fit-00-d-expected.txt:
40327         * platform/efl/css2.1/t0905-c414-flt-fit-01-d-g-expected.png:
40328         * platform/efl/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt:
40329         * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
40330         * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
40331         * platform/efl/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png:
40332         * platform/efl/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
40333         * platform/efl/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png:
40334         * platform/efl/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
40335         * platform/efl/css2.1/t0905-c5525-fltblck-01-d-expected.png:
40336         * platform/efl/css2.1/t0905-c5525-fltblck-01-d-expected.txt:
40337         * platform/efl/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
40338         * platform/efl/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt:
40339         * platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
40340         * platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
40341         * platform/efl/css2.1/t0905-c5525-flthw-00-c-g-expected.png:
40342         * platform/efl/css2.1/t0905-c5525-flthw-00-c-g-expected.txt:
40343         * platform/efl/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png:
40344         * platform/efl/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt:
40345         * platform/efl/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
40346         * platform/efl/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt:
40347         * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.png:
40348         * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
40349         * platform/efl/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
40350         * platform/efl/css2.1/t0905-c5525-fltwidth-01-c-g-expected.png:
40351         * platform/efl/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt:
40352         * platform/efl/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png:
40353         * platform/efl/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
40354         * platform/efl/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png:
40355         * platform/efl/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
40356         * platform/efl/css2.1/t0905-c5525-fltwrap-00-b-expected.png:
40357         * platform/efl/css2.1/t0905-c5525-fltwrap-00-b-expected.txt:
40358         * platform/efl/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
40359         * platform/efl/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt:
40360         * platform/efl/css2.1/t0905-c5526-flthw-00-c-g-expected.png:
40361         * platform/efl/css2.1/t0905-c5526-flthw-00-c-g-expected.txt:
40362         * platform/efl/css2.1/t090501-c414-flt-00-d-expected.png:
40363         * platform/efl/css2.1/t090501-c414-flt-00-d-expected.txt:
40364         * platform/efl/css2.1/t090501-c414-flt-01-b-expected.png:
40365         * platform/efl/css2.1/t090501-c414-flt-01-b-expected.txt:
40366         * platform/efl/css2.1/t090501-c414-flt-02-d-g-expected.png:
40367         * platform/efl/css2.1/t090501-c414-flt-02-d-g-expected.txt:
40368         * platform/efl/css2.1/t090501-c414-flt-03-b-g-expected.png:
40369         * platform/efl/css2.1/t090501-c414-flt-ln-00-d-expected.png:
40370         * platform/efl/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
40371         * platform/efl/css2.1/t090501-c414-flt-ln-01-d-g-expected.png:
40372         * platform/efl/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
40373         * platform/efl/css2.1/t090501-c414-flt-ln-02-d-expected.png:
40374         * platform/efl/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
40375         * platform/efl/css2.1/t090501-c414-flt-ln-03-d-expected.png:
40376         * platform/efl/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
40377         * platform/efl/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
40378         * platform/efl/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt:
40379         * platform/efl/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
40380         * platform/efl/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt:
40381         * platform/efl/css2.1/t1001-abs-pos-cb-01-b-expected.png:
40382         * platform/efl/css2.1/t1001-abs-pos-cb-01-b-expected.txt:
40383         * platform/efl/css2.1/t1001-abs-pos-cb-02-b-expected.png:
40384         * platform/efl/css2.1/t1001-abs-pos-cb-02-b-expected.txt:
40385         * platform/efl/css2.1/t1001-abs-pos-cb-03-b-expected.png:
40386         * platform/efl/css2.1/t1001-abs-pos-cb-03-b-expected.txt:
40387         * platform/efl/css2.1/t1001-abs-pos-cb-04-b-expected.png:
40388         * platform/efl/css2.1/t1001-abs-pos-cb-04-b-expected.txt:
40389         * platform/efl/css2.1/t1001-abs-pos-cb-05-b-expected.png:
40390         * platform/efl/css2.1/t1001-abs-pos-cb-05-b-expected.txt:
40391         * platform/efl/css2.1/t1001-abs-pos-cb-06-b-expected.png:
40392         * platform/efl/css2.1/t1001-abs-pos-cb-06-b-expected.txt:
40393         * platform/efl/css2.1/t1001-abs-pos-cb-07-b-expected.png:
40394         * platform/efl/css2.1/t1001-abs-pos-cb-07-b-expected.txt:
40395         * platform/efl/css2.1/t1001-abs-pos-cb-08-b-expected.png:
40396         * platform/efl/css2.1/t1001-abs-pos-cb-08-b-expected.txt:
40397         * platform/efl/css2.1/t1001-abs-pos-cb-09-b-expected.png:
40398         * platform/efl/css2.1/t1001-abs-pos-cb-09-b-expected.txt:
40399         * platform/efl/css2.1/t1002-c5523-width-00-b-g-expected.png:
40400         * platform/efl/css2.1/t1002-c5523-width-00-b-g-expected.txt:
40401         * platform/efl/css2.1/t1002-c5523-width-01-b-g-expected.png:
40402         * platform/efl/css2.1/t1002-c5523-width-01-b-g-expected.txt:
40403         * platform/efl/css2.1/t1002-c5523-width-02-b-g-expected.png:
40404         * platform/efl/css2.1/t1002-c5523-width-02-b-g-expected.txt:
40405         * platform/efl/css2.1/t100303-c412-blockw-00-d-ag-expected.png:
40406         * platform/efl/css2.1/t100303-c412-blockw-00-d-ag-expected.txt:
40407         * platform/efl/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png:
40408         * platform/efl/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt:
40409         * platform/efl/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png:
40410         * platform/efl/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt:
40411         * platform/efl/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png:
40412         * platform/efl/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt:
40413         * platform/efl/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png:
40414         * platform/efl/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt:
40415         * platform/efl/css2.1/t1004-c5524-width-00-b-g-expected.png:
40416         * platform/efl/css2.1/t1004-c5524-width-00-b-g-expected.txt:
40417         * platform/efl/css2.1/t1005-c5524-width-00-b-g-expected.png:
40418         * platform/efl/css2.1/t1005-c5524-width-00-b-g-expected.txt:
40419         * platform/efl/css2.1/t1005-c5524-width-01-b-g-expected.png:
40420         * platform/efl/css2.1/t1005-c5524-width-01-b-g-expected.txt:
40421         * platform/efl/css2.1/t1008-c44-ln-box-00-d-ag-expected.png:
40422         * platform/efl/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt:
40423         * platform/efl/css2.1/t1008-c44-ln-box-01-d-ag-expected.png:
40424         * platform/efl/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt:
40425         * platform/efl/css2.1/t1008-c44-ln-box-02-d-ag-expected.png:
40426         * platform/efl/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
40427         * platform/efl/css2.1/t1008-c44-ln-box-03-d-ag-expected.png:
40428         * platform/efl/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt:
40429         * platform/efl/css2.1/t100801-c42-ibx-ht-00-d-a-expected.png:
40430         * platform/efl/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt:
40431         * platform/efl/css2.1/t100801-c544-valgn-00-a-ag-expected.png:
40432         * platform/efl/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
40433         * platform/efl/css2.1/t100801-c544-valgn-01-d-ag-expected.png:
40434         * platform/efl/css2.1/t100801-c544-valgn-02-d-agi-expected.png:
40435         * platform/efl/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
40436         * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
40437         * platform/efl/css2.1/t100801-c544-valgn-04-d-agi-expected.png:
40438         * platform/efl/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
40439         * platform/efl/css2.1/t100801-c548-leadin-00-d-a-expected.png:
40440         * platform/efl/css2.1/t100801-c548-leadin-00-d-a-expected.txt:
40441         * platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.png:
40442         * platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
40443         * platform/efl/css2.1/t100801-c548-ln-ht-01-b-ag-expected.png:
40444         * platform/efl/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt:
40445         * platform/efl/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png:
40446         * platform/efl/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
40447         * platform/efl/css2.1/t100801-c548-ln-ht-03-d-ag-expected.png:
40448         * platform/efl/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt:
40449         * platform/efl/css2.1/t100801-c548-ln-ht-04-d-ag-expected.png:
40450         * platform/efl/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt:
40451         * platform/efl/css2.1/t1202-counter-00-b-expected.png:
40452         * platform/efl/css2.1/t1202-counter-00-b-expected.txt:
40453         * platform/efl/css2.1/t1202-counter-01-b-expected.png:
40454         * platform/efl/css2.1/t1202-counter-01-b-expected.txt:
40455         * platform/efl/css2.1/t1202-counter-02-b-expected.png:
40456         * platform/efl/css2.1/t1202-counter-02-b-expected.txt:
40457         * platform/efl/css2.1/t1202-counter-03-b-expected.png:
40458         * platform/efl/css2.1/t1202-counter-03-b-expected.txt:
40459         * platform/efl/css2.1/t1202-counter-04-b-expected.png:
40460         * platform/efl/css2.1/t1202-counter-04-b-expected.txt:
40461         * platform/efl/css2.1/t1202-counter-05-b-expected.png:
40462         * platform/efl/css2.1/t1202-counter-05-b-expected.txt:
40463         * platform/efl/css2.1/t1202-counter-06-b-expected.png:
40464         * platform/efl/css2.1/t1202-counter-06-b-expected.txt:
40465         * platform/efl/css2.1/t1202-counter-07-b-expected.png:
40466         * platform/efl/css2.1/t1202-counter-07-b-expected.txt:
40467         * platform/efl/css2.1/t1202-counter-08-b-expected.png:
40468         * platform/efl/css2.1/t1202-counter-08-b-expected.txt:
40469         * platform/efl/css2.1/t1202-counter-09-b-expected.png:
40470         * platform/efl/css2.1/t1202-counter-09-b-expected.txt:
40471         * platform/efl/css2.1/t1202-counter-11-b-expected.png:
40472         * platform/efl/css2.1/t1202-counter-11-b-expected.txt:
40473         * platform/efl/css2.1/t1202-counter-12-b-expected.png:
40474         * platform/efl/css2.1/t1202-counter-12-b-expected.txt:
40475         * platform/efl/css2.1/t1202-counter-13-b-expected.png:
40476         * platform/efl/css2.1/t1202-counter-13-b-expected.txt:
40477         * platform/efl/css2.1/t1202-counter-14-b-expected.png:
40478         * platform/efl/css2.1/t1202-counter-14-b-expected.txt:
40479         * platform/efl/css2.1/t1202-counter-15-b-expected.png:
40480         * platform/efl/css2.1/t1202-counter-15-b-expected.txt:
40481         * platform/efl/css2.1/t1202-counter-16-f-expected.png:
40482         * platform/efl/css2.1/t1202-counter-16-f-expected.txt:
40483         * platform/efl/css2.1/t1202-counters-00-b-expected.png:
40484         * platform/efl/css2.1/t1202-counters-00-b-expected.txt:
40485         * platform/efl/css2.1/t1202-counters-01-b-expected.png:
40486         * platform/efl/css2.1/t1202-counters-01-b-expected.txt:
40487         * platform/efl/css2.1/t1202-counters-02-b-expected.png:
40488         * platform/efl/css2.1/t1202-counters-02-b-expected.txt:
40489         * platform/efl/css2.1/t1202-counters-03-b-expected.png:
40490         * platform/efl/css2.1/t1202-counters-03-b-expected.txt:
40491         * platform/efl/css2.1/t1202-counters-04-b-expected.png:
40492         * platform/efl/css2.1/t1202-counters-04-b-expected.txt:
40493         * platform/efl/css2.1/t1202-counters-05-b-expected.png:
40494         * platform/efl/css2.1/t1202-counters-05-b-expected.txt:
40495         * platform/efl/css2.1/t1202-counters-06-b-expected.png:
40496         * platform/efl/css2.1/t1202-counters-06-b-expected.txt:
40497         * platform/efl/css2.1/t1202-counters-07-b-expected.png:
40498         * platform/efl/css2.1/t1202-counters-07-b-expected.txt:
40499         * platform/efl/css2.1/t1202-counters-08-b-expected.png:
40500         * platform/efl/css2.1/t1202-counters-08-b-expected.txt:
40501         * platform/efl/css2.1/t1202-counters-09-b-expected.png:
40502         * platform/efl/css2.1/t1202-counters-09-b-expected.txt:
40503         * platform/efl/css2.1/t1202-counters-11-b-expected.png:
40504         * platform/efl/css2.1/t1202-counters-11-b-expected.txt:
40505         * platform/efl/css2.1/t1202-counters-12-b-expected.png:
40506         * platform/efl/css2.1/t1202-counters-12-b-expected.txt:
40507         * platform/efl/css2.1/t1202-counters-13-b-expected.png:
40508         * platform/efl/css2.1/t1202-counters-13-b-expected.txt:
40509         * platform/efl/css2.1/t1202-counters-14-b-expected.png:
40510         * platform/efl/css2.1/t1202-counters-14-b-expected.txt:
40511         * platform/efl/css2.1/t1202-counters-15-b-expected.png:
40512         * platform/efl/css2.1/t1202-counters-15-b-expected.txt:
40513         * platform/efl/css2.1/t1202-counters-16-c-expected.png:
40514         * platform/efl/css2.1/t1202-counters-16-c-expected.txt:
40515         * platform/efl/css2.1/t1202-counters-17-d-expected.png:
40516         * platform/efl/css2.1/t1202-counters-17-d-expected.txt:
40517         * platform/efl/css2.1/t1202-counters-18-f-expected.png:
40518         * platform/efl/css2.1/t1202-counters-18-f-expected.txt:
40519         * platform/efl/css2.1/t1204-implied-00-b-expected.png:
40520         * platform/efl/css2.1/t1204-implied-00-b-expected.txt:
40521         * platform/efl/css2.1/t1204-implied-01-c-expected.png:
40522         * platform/efl/css2.1/t1204-implied-01-c-expected.txt:
40523         * platform/efl/css2.1/t1204-implied-02-d-expected.png:
40524         * platform/efl/css2.1/t1204-implied-02-d-expected.txt:
40525         * platform/efl/css2.1/t1204-multiple-00-c-expected.png:
40526         * platform/efl/css2.1/t1204-multiple-00-c-expected.txt:
40527         * platform/efl/css2.1/t1204-multiple-01-c-expected.png:
40528         * platform/efl/css2.1/t1204-multiple-01-c-expected.txt:
40529         * platform/efl/css2.1/t1204-order-00-c-expected.png:
40530         * platform/efl/css2.1/t1204-order-00-c-expected.txt:
40531         * platform/efl/css2.1/t1204-order-01-d-expected.png:
40532         * platform/efl/css2.1/t1204-order-01-d-expected.txt:
40533         * platform/efl/css2.1/t1204-root-e-expected.png:
40534
40535 2013-01-18  Takashi Sakamoto  <tasak@google.com>
40536
40537         Implement CSSHostRule for @host @-rules.
40538         https://bugs.webkit.org/show_bug.cgi?id=102344
40539
40540         Reviewed by Dimitri Glazkov.
40541
40542         * fast/dom/shadow/css-hostrule-api-expected.txt: Added.
40543         * fast/dom/shadow/css-hostrule-api.html: Added.
40544
40545 2013-01-18  John J. Barton  <johnjbarton@chromium.org>
40546
40547         Web Inspector: inspectedWindow.eval("IamUndefined.prop", callback) fails to give exception text
40548         https://bugs.webkit.org/show_bug.cgi?id=106926
40549
40550         Reviewed by Pavel Feldman.
40551
40552         New test case for evaluations that throw.
40553
40554         * inspector/extensions/extensions-eval-expected.txt:
40555         * inspector/extensions/extensions-eval.html:
40556
40557 2013-01-17  Dominik Röttsches  <dominik.rottsches@intel.com>
40558
40559         [EFL] Unreviewed gardening.
40560
40561         Rebaseline after enabling subpixel layout and updating freetype (2/26).
40562
40563         * platform/efl/css2.1/20110323/absolute-replaced-height-007-expected.txt:
40564         * platform/efl/css2.1/20110323/absolute-replaced-height-008-expected.png:
40565         * platform/efl/css2.1/20110323/absolute-replaced-height-008-expected.txt:
40566         * platform/efl/css2.1/20110323/absolute-replaced-height-009-expected.png:
40567         * platform/efl/css2.1/20110323/absolute-replaced-height-009-expected.txt:
40568         * platform/efl/css2.1/20110323/absolute-replaced-height-010-expected.png:
40569         * platform/efl/css2.1/20110323/absolute-replaced-height-010-expected.txt:
40570         * platform/efl/css2.1/20110323/absolute-replaced-height-011-expected.png:
40571         * platform/efl/css2.1/20110323/absolute-replaced-height-011-expected.txt:
40572         * platform/efl/css2.1/20110323/absolute-replaced-height-012-expected.png:
40573         * platform/efl/css2.1/20110323/absolute-replaced-height-012-expected.txt:
40574         * platform/efl/css2.1/20110323/absolute-replaced-height-014-expected.png:
40575         * platform/efl/css2.1/20110323/absolute-replaced-height-014-expected.txt:
40576         * platform/efl/css2.1/20110323/absolute-replaced-height-016-expected.png:
40577         * platform/efl/css2.1/20110323/absolute-replaced-height-016-expected.txt:
40578         * platform/efl/css2.1/20110323/absolute-replaced-height-017-expected.png:
40579         * platform/efl/css2.1/20110323/absolute-replaced-height-017-expected.txt:
40580         * platform/efl/css2.1/20110323/absolute-replaced-height-018-expected.png:
40581         * platform/efl/css2.1/20110323/absolute-replaced-height-018-expected.txt:
40582         * platform/efl/css2.1/20110323/absolute-replaced-height-019-expected.png:
40583         * platform/efl/css2.1/20110323/absolute-replaced-height-019-expected.txt:
40584         * platform/efl/css2.1/20110323/absolute-replaced-height-021-expected.png:
40585         * platform/efl/css2.1/20110323/absolute-replaced-height-021-expected.txt:
40586         * platform/efl/css2.1/20110323/absolute-replaced-height-022-expected.png:
40587         * platform/efl/css2.1/20110323/absolute-replaced-height-022-expected.txt:
40588         * platform/efl/css2.1/20110323/absolute-replaced-height-023-expected.png:
40589         * platform/efl/css2.1/20110323/absolute-replaced-height-023-expected.txt:
40590         * platform/efl/css2.1/20110323/absolute-replaced-height-024-expected.png:
40591         * platform/efl/css2.1/20110323/absolute-replaced-height-024-expected.txt:
40592         * platform/efl/css2.1/20110323/absolute-replaced-height-025-expected.png:
40593         * platform/efl/css2.1/20110323/absolute-replaced-height-025-expected.txt:
40594         * platform/efl/css2.1/20110323/absolute-replaced-height-026-expected.png:
40595         * platform/efl/css2.1/20110323/absolute-replaced-height-026-expected.txt:
40596         * platform/efl/css2.1/20110323/absolute-replaced-height-028-expected.png:
40597         * platform/efl/css2.1/20110323/absolute-replaced-height-028-expected.txt:
40598         * platform/efl/css2.1/20110323/absolute-replaced-height-029-expected.png:
40599         * platform/efl/css2.1/20110323/absolute-replaced-height-029-expected.txt:
40600         * platform/efl/css2.1/20110323/absolute-replaced-height-030-expected.png:
40601         * platform/efl/css2.1/20110323/absolute-replaced-height-030-expected.txt:
40602         * platform/efl/css2.1/20110323/absolute-replaced-height-031-expected.png:
40603         * platform/efl/css2.1/20110323/absolute-replaced-height-031-expected.txt:
40604         * platform/efl/css2.1/20110323/absolute-replaced-height-032-expected.png:
40605         * platform/efl/css2.1/20110323/absolute-replaced-height-032-expected.txt:
40606         * platform/efl/css2.1/20110323/absolute-replaced-height-033-expected.png:
40607         * platform/efl/css2.1/20110323/absolute-replaced-height-033-expected.txt:
40608         * platform/efl/css2.1/20110323/absolute-replaced-height-035-expected.png:
40609         * platform/efl/css2.1/20110323/absolute-replaced-height-035-expected.txt:
40610         * platform/efl/css2.1/20110323/absolute-replaced-height-036-expected.png:
40611         * platform/efl/css2.1/20110323/absolute-replaced-width-001-expected.png:
40612         * platform/efl/css2.1/20110323/absolute-replaced-width-001-expected.txt:
40613         * platform/efl/css2.1/20110323/absolute-replaced-width-006-expected.png:
40614         * platform/efl/css2.1/20110323/absolute-replaced-width-006-expected.txt:
40615         * platform/efl/css2.1/20110323/absolute-replaced-width-008-expected.png:
40616         * platform/efl/css2.1/20110323/absolute-replaced-width-008-expected.txt:
40617         * platform/efl/css2.1/20110323/absolute-replaced-width-013-expected.png:
40618         * platform/efl/css2.1/20110323/absolute-replaced-width-013-expected.txt:
40619         * platform/efl/css2.1/20110323/absolute-replaced-width-015-expected.png:
40620         * platform/efl/css2.1/20110323/absolute-replaced-width-015-expected.txt:
40621         * platform/efl/css2.1/20110323/absolute-replaced-width-020-expected.png:
40622         * platform/efl/css2.1/20110323/absolute-replaced-width-020-expected.txt:
40623         * platform/efl/css2.1/20110323/absolute-replaced-width-022-expected.png:
40624         * platform/efl/css2.1/20110323/absolute-replaced-width-022-expected.txt:
40625         * platform/efl/css2.1/20110323/absolute-replaced-width-027-expected.png:
40626         * platform/efl/css2.1/20110323/absolute-replaced-width-027-expected.txt:
40627         * platform/efl/css2.1/20110323/absolute-replaced-width-029-expected.png:
40628         * platform/efl/css2.1/20110323/absolute-replaced-width-029-expected.txt:
40629         * platform/efl/css2.1/20110323/absolute-replaced-width-034-expected.png:
40630         * platform/efl/css2.1/20110323/absolute-replaced-width-034-expected.txt:
40631         * platform/efl/css2.1/20110323/absolute-replaced-width-036-expected.png:
40632         * platform/efl/css2.1/20110323/absolute-replaced-width-036-expected.txt:
40633         * platform/efl/css2.1/20110323/absolute-replaced-width-041-expected.png:
40634         * platform/efl/css2.1/20110323/absolute-replaced-width-041-expected.txt:
40635         * platform/efl/css2.1/20110323/absolute-replaced-width-043-expected.png:
40636         * platform/efl/css2.1/20110323/absolute-replaced-width-043-expected.txt:
40637         * platform/efl/css2.1/20110323/absolute-replaced-width-048-expected.png:
40638         * platform/efl/css2.1/20110323/absolute-replaced-width-048-expected.txt:
40639         * platform/efl/css2.1/20110323/absolute-replaced-width-050-expected.png:
40640         * platform/efl/css2.1/20110323/absolute-replaced-width-050-expected.txt:
40641         * platform/efl/css2.1/20110323/absolute-replaced-width-055-expected.png:
40642         * platform/efl/css2.1/20110323/absolute-replaced-width-055-expected.txt:
40643         * platform/efl/css2.1/20110323/absolute-replaced-width-057-expected.png:
40644         * platform/efl/css2.1/20110323/absolute-replaced-width-057-expected.txt:
40645         * platform/efl/css2.1/20110323/absolute-replaced-width-062-expected.png:
40646         * platform/efl/css2.1/20110323/absolute-replaced-width-062-expected.txt:
40647         * platform/efl/css2.1/20110323/absolute-replaced-width-064-expected.png:
40648         * platform/efl/css2.1/20110323/absolute-replaced-width-064-expected.txt:
40649         * platform/efl/css2.1/20110323/absolute-replaced-width-069-expected.png:
40650         * platform/efl/css2.1/20110323/absolute-replaced-width-069-expected.txt:
40651         * platform/efl/css2.1/20110323/absolute-replaced-width-071-expected.png:
40652         * platform/efl/css2.1/20110323/absolute-replaced-width-071-expected.txt:
40653         * platform/efl/css2.1/20110323/absolute-replaced-width-076-expected.png:
40654         * platform/efl/css2.1/20110323/absolute-replaced-width-076-expected.txt:
40655         * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.png:
40656         * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.png:
40657         * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
40658         * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.png:
40659         * platform/efl/css2.1/20110323/background-intrinsic-001-expected.png:
40660         * platform/efl/css2.1/20110323/background-intrinsic-001-expected.txt:
40661         * platform/efl/css2.1/20110323/background-intrinsic-002-expected.png:
40662         * platform/efl/css2.1/20110323/background-intrinsic-002-expected.txt:
40663         * platform/efl/css2.1/20110323/background-intrinsic-003-expected.png:
40664         * platform/efl/css2.1/20110323/background-intrinsic-003-expected.txt:
40665         * platform/efl/css2.1/20110323/background-intrinsic-004-expected.png:
40666         * platform/efl/css2.1/20110323/background-intrinsic-004-expected.txt:
40667         * platform/efl/css2.1/20110323/background-intrinsic-005-expected.png:
40668         * platform/efl/css2.1/20110323/background-intrinsic-005-expected.txt:
40669         * platform/efl/css2.1/20110323/background-intrinsic-006-expected.png:
40670         * platform/efl/css2.1/20110323/background-intrinsic-006-expected.txt:
40671         * platform/efl/css2.1/20110323/background-intrinsic-007-expected.png:
40672         * platform/efl/css2.1/20110323/background-intrinsic-007-expected.txt:
40673         * platform/efl/css2.1/20110323/background-intrinsic-008-expected.png:
40674         * platform/efl/css2.1/20110323/background-intrinsic-008-expected.txt:
40675         * platform/efl/css2.1/20110323/background-intrinsic-009-expected.png:
40676         * platform/efl/css2.1/20110323/background-intrinsic-009-expected.txt:
40677         * platform/efl/css2.1/20110323/block-non-replaced-height-001-expected.png:
40678         * platform/efl/css2.1/20110323/block-non-replaced-height-001-expected.txt:
40679         * platform/efl/css2.1/20110323/block-non-replaced-height-002-expected.png:
40680         * platform/efl/css2.1/20110323/block-non-replaced-height-002-expected.txt:
40681         * platform/efl/css2.1/20110323/block-non-replaced-height-003-expected.png:
40682         * platform/efl/css2.1/20110323/block-non-replaced-height-003-expected.txt:
40683         * platform/efl/css2.1/20110323/block-non-replaced-height-004-expected.png:
40684         * platform/efl/css2.1/20110323/block-non-replaced-height-004-expected.txt:
40685         * platform/efl/css2.1/20110323/block-non-replaced-height-005-expected.png:
40686         * platform/efl/css2.1/20110323/block-non-replaced-height-005-expected.txt:
40687         * platform/efl/css2.1/20110323/block-non-replaced-height-006-expected.png:
40688         * platform/efl/css2.1/20110323/block-non-replaced-height-006-expected.txt:
40689         * platform/efl/css2.1/20110323/block-non-replaced-height-007-expected.png:
40690         * platform/efl/css2.1/20110323/block-non-replaced-height-008-expected.png:
40691         * platform/efl/css2.1/20110323/block-non-replaced-height-009-expected.png:
40692         * platform/efl/css2.1/20110323/block-non-replaced-height-010-expected.png:
40693         * platform/efl/css2.1/20110323/block-non-replaced-height-011-expected.png:
40694         * platform/efl/css2.1/20110323/block-non-replaced-height-011-expected.txt:
40695         * platform/efl/css2.1/20110323/block-non-replaced-height-012-expected.png:
40696         * platform/efl/css2.1/20110323/block-non-replaced-height-012-expected.txt:
40697         * platform/efl/css2.1/20110323/block-non-replaced-height-013-expected.png:
40698         * platform/efl/css2.1/20110323/block-non-replaced-height-013-expected.txt:
40699         * platform/efl/css2.1/20110323/block-non-replaced-height-014-expected.png:
40700         * platform/efl/css2.1/20110323/block-non-replaced-height-014-expected.txt:
40701         * platform/efl/css2.1/20110323/block-non-replaced-height-015-expected.png:
40702         * platform/efl/css2.1/20110323/block-non-replaced-height-015-expected.txt:
40703         * platform/efl/css2.1/20110323/block-non-replaced-height-016-expected.png:
40704         * platform/efl/css2.1/20110323/block-non-replaced-height-016-expected.txt:
40705         * platform/efl/css2.1/20110323/block-non-replaced-width-001-expected.png:
40706         * platform/efl/css2.1/20110323/block-non-replaced-width-002-expected.png:
40707         * platform/efl/css2.1/20110323/block-non-replaced-width-003-expected.png:
40708         * platform/efl/css2.1/20110323/block-non-replaced-width-004-expected.png:
40709         * platform/efl/css2.1/20110323/block-non-replaced-width-005-expected.png:
40710         * platform/efl/css2.1/20110323/block-non-replaced-width-005-expected.txt:
40711         * platform/efl/css2.1/20110323/block-non-replaced-width-006-expected.png:
40712         * platform/efl/css2.1/20110323/block-non-replaced-width-006-expected.txt:
40713         * platform/efl/css2.1/20110323/block-non-replaced-width-007-expected.png:
40714         * platform/efl/css2.1/20110323/block-non-replaced-width-007-expected.txt:
40715         * platform/efl/css2.1/20110323/block-non-replaced-width-008-expected.png:
40716         * platform/efl/css2.1/20110323/block-replaced-height-001-expected.png:
40717         * platform/efl/css2.1/20110323/block-replaced-height-001-expected.txt:
40718         * platform/efl/css2.1/20110323/block-replaced-height-002-expected.png:
40719         * platform/efl/css2.1/20110323/block-replaced-height-002-expected.txt:
40720         * platform/efl/css2.1/20110323/block-replaced-height-003-expected.png:
40721         * platform/efl/css2.1/20110323/block-replaced-height-003-expected.txt:
40722         * platform/efl/css2.1/20110323/block-replaced-height-004-expected.png:
40723         * platform/efl/css2.1/20110323/block-replaced-height-004-expected.txt:
40724         * platform/efl/css2.1/20110323/block-replaced-height-005-expected.png:
40725         * platform/efl/css2.1/20110323/block-replaced-height-005-expected.txt:
40726         * platform/efl/css2.1/20110323/block-replaced-height-007-expected.png:
40727         * platform/efl/css2.1/20110323/block-replaced-height-007-expected.txt:
40728         * platform/efl/css2.1/20110323/block-replaced-width-001-expected.png:
40729         * platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt:
40730         * platform/efl/css2.1/20110323/block-replaced-width-006-expected.png:
40731         * platform/efl/css2.1/20110323/block-replaced-width-006-expected.txt:
40732         * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.png:
40733         * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.txt:
40734         * platform/efl/css2.1/20110323/border-conflict-style-079-expected.png:
40735         * platform/efl/css2.1/20110323/border-conflict-style-079-expected.txt:
40736         * platform/efl/css2.1/20110323/border-conflict-style-088-expected.png:
40737         * platform/efl/css2.1/20110323/border-conflict-style-088-expected.txt:
40738         * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.png:
40739         * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.txt:
40740         * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.png:
40741         * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.txt:
40742         * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.png:
40743         * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.txt:
40744         * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.png:
40745         * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.txt:
40746         * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.png:
40747         * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.txt:
40748         * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.png:
40749         * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.txt:
40750         * platform/efl/css2.1/20110323/empty-inline-001-expected.png:
40751         * platform/efl/css2.1/20110323/empty-inline-001-expected.txt:
40752         * platform/efl/css2.1/20110323/empty-inline-002-expected.png:
40753         * platform/efl/css2.1/20110323/empty-inline-002-expected.txt:
40754         * platform/efl/css2.1/20110323/empty-inline-003-expected.png:
40755         * platform/efl/css2.1/20110323/empty-inline-003-expected.txt:
40756         * platform/efl/css2.1/20110323/float-non-replaced-height-001-expected.png:
40757         * platform/efl/css2.1/20110323/float-non-replaced-height-001-expected.txt:
40758         * platform/efl/css2.1/20110323/float-non-replaced-width-001-expected.png:
40759         * platform/efl/css2.1/20110323/float-non-replaced-width-001-expected.txt:
40760         * platform/efl/css2.1/20110323/float-non-replaced-width-002-expected.png:
40761         * platform/efl/css2.1/20110323/float-non-replaced-width-002-expected.txt:
40762         * platform/efl/css2.1/20110323/float-non-replaced-width-003-expected.png:
40763         * platform/efl/css2.1/20110323/float-non-replaced-width-003-expected.txt:
40764         * platform/efl/css2.1/20110323/float-non-replaced-width-004-expected.png:
40765         * platform/efl/css2.1/20110323/float-non-replaced-width-004-expected.txt:
40766         * platform/efl/css2.1/20110323/float-non-replaced-width-005-expected.png:
40767         * platform/efl/css2.1/20110323/float-non-replaced-width-005-expected.txt:
40768         * platform/efl/css2.1/20110323/float-non-replaced-width-006-expected.png:
40769         * platform/efl/css2.1/20110323/float-non-replaced-width-006-expected.txt:
40770         * platform/efl/css2.1/20110323/float-non-replaced-width-007-expected.png:
40771         * platform/efl/css2.1/20110323/float-non-replaced-width-007-expected.txt:
40772         * platform/efl/css2.1/20110323/float-non-replaced-width-008-expected.png:
40773         * platform/efl/css2.1/20110323/float-non-replaced-width-008-expected.txt:
40774         * platform/efl/css2.1/20110323/float-non-replaced-width-009-expected.png:
40775         * platform/efl/css2.1/20110323/float-non-replaced-width-009-expected.txt:
40776         * platform/efl/css2.1/20110323/float-non-replaced-width-010-expected.png:
40777         * platform/efl/css2.1/20110323/float-non-replaced-width-010-expected.txt:
40778         * platform/efl/css2.1/20110323/float-non-replaced-width-011-expected.png:
40779         * platform/efl/css2.1/20110323/float-non-replaced-width-011-expected.txt:
40780         * platform/efl/css2.1/20110323/float-non-replaced-width-012-expected.png:
40781         * platform/efl/css2.1/20110323/float-non-replaced-width-012-expected.txt:
40782         * platform/efl/css2.1/20110323/float-replaced-height-001-expected.png:
40783         * platform/efl/css2.1/20110323/float-replaced-height-001-expected.txt:
40784         * platform/efl/css2.1/20110323/float-replaced-height-002-expected.png:
40785         * platform/efl/css2.1/20110323/float-replaced-height-002-expected.txt:
40786         * platform/efl/css2.1/20110323/float-replaced-height-003-expected.png:
40787         * platform/efl/css2.1/20110323/float-replaced-height-003-expected.txt:
40788         * platform/efl/css2.1/20110323/float-replaced-height-004-expected.png:
40789         * platform/efl/css2.1/20110323/float-replaced-height-004-expected.txt:
40790         * platform/efl/css2.1/20110323/float-replaced-height-005-expected.png:
40791         * platform/efl/css2.1/20110323/float-replaced-height-005-expected.txt:
40792         * platform/efl/css2.1/20110323/float-replaced-height-007-expected.png:
40793         * platform/efl/css2.1/20110323/float-replaced-height-007-expected.txt:
40794         * platform/efl/css2.1/20110323/float-replaced-width-001-expected.png:
40795         * platform/efl/css2.1/20110323/float-replaced-width-001-expected.txt:
40796         * platform/efl/css2.1/20110323/float-replaced-width-002-expected.png:
40797         * platform/efl/css2.1/20110323/float-replaced-width-002-expected.txt:
40798         * platform/efl/css2.1/20110323/float-replaced-width-003-expected.png:
40799         * platform/efl/css2.1/20110323/float-replaced-width-003-expected.txt:
40800         * platform/efl/css2.1/20110323/float-replaced-width-004-expected.png:
40801         * platform/efl/css2.1/20110323/float-replaced-width-004-expected.txt:
40802         * platform/efl/css2.1/20110323/float-replaced-width-005-expected.png:
40803         * platform/efl/css2.1/20110323/float-replaced-width-005-expected.txt:
40804         * platform/efl/css2.1/20110323/float-replaced-width-006-expected.png:
40805         * platform/efl/css2.1/20110323/float-replaced-width-006-expected.txt:
40806         * platform/efl/css2.1/20110323/float-replaced-width-011-expected.png:
40807         * platform/efl/css2.1/20110323/float-replaced-width-011-expected.txt:
40808         * platform/efl/css2.1/20110323/floating-replaced-height-008-expected.png:
40809         * platform/efl/css2.1/20110323/floating-replaced-height-008-expected.txt:
40810         * platform/efl/css2.1/20110323/height-width-inline-table-001-expected.png:
40811         * platform/efl/css2.1/20110323/height-width-inline-table-001-expected.txt:
40812         * platform/efl/css2.1/20110323/height-width-table-001-expected.png:
40813         * platform/efl/css2.1/20110323/height-width-table-001-expected.txt:
40814         * platform/efl/css2.1/20110323/inline-block-non-replaced-height-001-expected.png:
40815         * platform/efl/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt:
40816         * platform/efl/css2.1/20110323/inline-block-non-replaced-height-002-expected.png:
40817         * platform/efl/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt:
40818         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-001-expected.png:
40819         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt:
40820         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-002-expected.png:
40821         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt:
40822         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-003-expected.png:
40823         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt:
40824         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-004-expected.png:
40825         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt:
40826         * platform/efl/css2.1/20110323/inline-block-replaced-height-001-expected.png:
40827         * platform/efl/css2.1/20110323/inline-block-replaced-height-001-expected.txt:
40828         * platform/efl/css2.1/20110323/inline-block-replaced-height-002-expected.png:
40829         * platform/efl/css2.1/20110323/inline-block-replaced-height-002-expected.txt:
40830         * platform/efl/css2.1/20110323/inline-block-replaced-height-003-expected.png:
40831         * platform/efl/css2.1/20110323/inline-block-replaced-height-003-expected.txt:
40832         * platform/efl/css2.1/20110323/inline-block-replaced-height-004-expected.png:
40833         * platform/efl/css2.1/20110323/inline-block-replaced-height-004-expected.txt:
40834         * platform/efl/css2.1/20110323/inline-block-replaced-height-005-expected.png:
40835         * platform/efl/css2.1/20110323/inline-block-replaced-height-005-expected.txt:
40836         * platform/efl/css2.1/20110323/inline-block-replaced-height-007-expected.png:
40837         * platform/efl/css2.1/20110323/inline-block-replaced-height-007-expected.txt:
40838         * platform/efl/css2.1/20110323/inline-block-replaced-height-008-expected.png:
40839         * platform/efl/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
40840         * platform/efl/css2.1/20110323/inline-block-replaced-width-001-expected.png:
40841         * platform/efl/css2.1/20110323/inline-block-replaced-width-001-expected.txt:
40842         * platform/efl/css2.1/20110323/inline-block-replaced-width-006-expected.png:
40843         * platform/efl/css2.1/20110323/inline-block-replaced-width-006-expected.txt:
40844         * platform/efl/css2.1/20110323/inline-non-replaced-height-002-expected.png:
40845         * platform/efl/css2.1/20110323/inline-non-replaced-height-002-expected.txt:
40846         * platform/efl/css2.1/20110323/inline-non-replaced-height-003-expected.png:
40847         * platform/efl/css2.1/20110323/inline-non-replaced-height-003-expected.txt:
40848         * platform/efl/css2.1/20110323/inline-non-replaced-width-001-expected.png:
40849         * platform/efl/css2.1/20110323/inline-non-replaced-width-001-expected.txt:
40850         * platform/efl/css2.1/20110323/inline-non-replaced-width-002-expected.png:
40851         * platform/efl/css2.1/20110323/inline-non-replaced-width-002-expected.txt:
40852         * platform/efl/css2.1/20110323/inline-replaced-height-001-expected.png:
40853         * platform/efl/css2.1/20110323/inline-replaced-height-001-expected.txt:
40854         * platform/efl/css2.1/20110323/inline-replaced-height-002-expected.png:
40855         * platform/efl/css2.1/20110323/inline-replaced-height-002-expected.txt:
40856         * platform/efl/css2.1/20110323/inline-replaced-height-003-expected.png:
40857         * platform/efl/css2.1/20110323/inline-replaced-height-003-expected.txt:
40858         * platform/efl/css2.1/20110323/inline-replaced-height-004-expected.png:
40859         * platform/efl/css2.1/20110323/inline-replaced-height-004-expected.txt:
40860         * platform/efl/css2.1/20110323/inline-replaced-height-005-expected.png:
40861         * platform/efl/css2.1/20110323/inline-replaced-height-005-expected.txt:
40862         * platform/efl/css2.1/20110323/inline-replaced-height-007-expected.png:
40863         * platform/efl/css2.1/20110323/inline-replaced-height-007-expected.txt:
40864         * platform/efl/css2.1/20110323/inline-replaced-height-008-expected.png:
40865         * platform/efl/css2.1/20110323/inline-replaced-height-008-expected.txt:
40866         * platform/efl/css2.1/20110323/inline-replaced-width-001-expected.png:
40867         * platform/efl/css2.1/20110323/inline-replaced-width-001-expected.txt:
40868         * platform/efl/css2.1/20110323/inline-replaced-width-006-expected.png:
40869         * platform/efl/css2.1/20110323/inline-replaced-width-006-expected.txt:
40870         * platform/efl/css2.1/20110323/inline-replaced-width-011-expected.png:
40871         * platform/efl/css2.1/20110323/inline-replaced-width-011-expected.txt:
40872         * platform/efl/css2.1/20110323/inline-replaced-width-012-expected.png:
40873         * platform/efl/css2.1/20110323/inline-replaced-width-012-expected.txt:
40874         * platform/efl/css2.1/20110323/inline-replaced-width-013-expected.png:
40875         * platform/efl/css2.1/20110323/inline-replaced-width-013-expected.txt:
40876         * platform/efl/css2.1/20110323/inline-replaced-width-014-expected.png:
40877         * platform/efl/css2.1/20110323/inline-replaced-width-014-expected.txt:
40878         * platform/efl/css2.1/20110323/inline-replaced-width-015-expected.png:
40879         * platform/efl/css2.1/20110323/inline-replaced-width-015-expected.txt:
40880         * platform/efl/css2.1/20110323/inline-table-001-expected.png:
40881         * platform/efl/css2.1/20110323/inline-table-001-expected.txt:
40882         * platform/efl/css2.1/20110323/inline-table-002a-expected.png:
40883         * platform/efl/css2.1/20110323/inline-table-002a-expected.txt:
40884         * platform/efl/css2.1/20110323/inline-table-003-expected.png:
40885         * platform/efl/css2.1/20110323/inline-table-003-expected.txt:
40886         * platform/efl/css2.1/20110323/margin-applies-to-001-expected.png:
40887         * platform/efl/css2.1/20110323/margin-applies-to-001-expected.txt:
40888         * platform/efl/css2.1/20110323/margin-applies-to-002-expected.png:
40889         * platform/efl/css2.1/20110323/margin-applies-to-002-expected.txt:
40890         * platform/efl/css2.1/20110323/margin-applies-to-003-expected.png:
40891         * platform/efl/css2.1/20110323/margin-applies-to-003-expected.txt:
40892         * platform/efl/css2.1/20110323/margin-applies-to-004-expected.png:
40893         * platform/efl/css2.1/20110323/margin-applies-to-004-expected.txt:
40894         * platform/efl/css2.1/20110323/margin-applies-to-005-expected.png:
40895         * platform/efl/css2.1/20110323/margin-applies-to-005-expected.txt:
40896         * platform/efl/css2.1/20110323/margin-applies-to-006-expected.png:
40897         * platform/efl/css2.1/20110323/margin-applies-to-006-expected.txt:
40898         * platform/efl/css2.1/20110323/margin-applies-to-007-expected.png:
40899         * platform/efl/css2.1/20110323/margin-applies-to-007-expected.txt:
40900         * platform/efl/css2.1/20110323/margin-applies-to-008-expected.png:
40901         * platform/efl/css2.1/20110323/margin-applies-to-009-expected.png:
40902         * platform/efl/css2.1/20110323/margin-applies-to-009-expected.txt:
40903         * platform/efl/css2.1/20110323/margin-applies-to-010-expected.png:
40904         * platform/efl/css2.1/20110323/margin-applies-to-010-expected.txt:
40905         * platform/efl/css2.1/20110323/margin-applies-to-012-expected.png:
40906         * platform/efl/css2.1/20110323/margin-applies-to-012-expected.txt:
40907         * platform/efl/css2.1/20110323/margin-applies-to-013-expected.png:
40908         * platform/efl/css2.1/20110323/margin-applies-to-013-expected.txt:
40909         * platform/efl/css2.1/20110323/margin-applies-to-014-expected.png:
40910         * platform/efl/css2.1/20110323/margin-applies-to-014-expected.txt:
40911         * platform/efl/css2.1/20110323/margin-applies-to-015-expected.png:
40912         * platform/efl/css2.1/20110323/margin-applies-to-015-expected.txt:
40913         * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.png:
40914         * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.txt:
40915         * platform/efl/css2.1/20110323/replaced-elements-001-expected.png:
40916         * platform/efl/css2.1/20110323/replaced-elements-001-expected.txt:
40917         * platform/efl/css2.1/20110323/replaced-intrinsic-001-expected.png:
40918         * platform/efl/css2.1/20110323/replaced-intrinsic-001-expected.txt:
40919         * platform/efl/css2.1/20110323/replaced-intrinsic-002-expected.png:
40920         * platform/efl/css2.1/20110323/replaced-intrinsic-002-expected.txt:
40921         * platform/efl/css2.1/20110323/replaced-intrinsic-003-expected.png:
40922         * platform/efl/css2.1/20110323/replaced-intrinsic-003-expected.txt:
40923         * platform/efl/css2.1/20110323/replaced-intrinsic-004-expected.png:
40924         * platform/efl/css2.1/20110323/replaced-intrinsic-004-expected.txt:
40925         * platform/efl/css2.1/20110323/replaced-intrinsic-005-expected.png:
40926         * platform/efl/css2.1/20110323/replaced-intrinsic-005-expected.txt:
40927         * platform/efl/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
40928         * platform/efl/css2.1/20110323/replaced-min-max-001-expected.png:
40929         * platform/efl/css2.1/20110323/replaced-min-max-001-expected.txt:
40930         * platform/efl/css2.1/20110323/table-caption-001-expected.png:
40931         * platform/efl/css2.1/20110323/table-caption-001-expected.txt:
40932         * platform/efl/css2.1/20110323/table-caption-002-expected.png:
40933         * platform/efl/css2.1/20110323/table-caption-002-expected.txt:
40934         * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png:
40935         * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt:
40936         * platform/efl/css2.1/20110323/table-caption-margins-001-expected.png:
40937         * platform/efl/css2.1/20110323/table-caption-margins-001-expected.txt:
40938         * platform/efl/css2.1/20110323/table-caption-optional-001-expected.png:
40939         * platform/efl/css2.1/20110323/table-caption-optional-001-expected.txt:
40940         * platform/efl/css2.1/20110323/table-caption-optional-002-expected.png:
40941         * platform/efl/css2.1/20110323/table-caption-optional-002-expected.txt:
40942         * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.png:
40943         * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.txt:
40944         * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.png:
40945         * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.txt:
40946         * platform/efl/css2.1/20110323/width-non-replaced-inline-001-expected.png:
40947         * platform/efl/css2.1/20110323/width-replaced-element-001-expected.png:
40948         * platform/efl/css2.1/20110323/width-replaced-element-001-expected.txt:
40949         * platform/efl/css2.1/t010403-shand-border-00-c-expected.png:
40950         * platform/efl/css2.1/t010403-shand-border-00-c-expected.txt:
40951         * platform/efl/css2.1/t010403-shand-font-00-b-expected.png:
40952         * platform/efl/css2.1/t010403-shand-font-00-b-expected.txt:
40953         * platform/efl/css2.1/t010403-shand-font-01-b-expected.png:
40954         * platform/efl/css2.1/t010403-shand-font-01-b-expected.txt:
40955         * platform/efl/css2.1/t010403-shand-font-02-b-expected.png:
40956         * platform/efl/css2.1/t010403-shand-font-02-b-expected.txt:
40957         * platform/efl/css2.1/t010403-shand-font-03-b-expected.png:
40958         * platform/efl/css2.1/t010403-shand-font-03-b-expected.txt:
40959         * platform/efl/css2.1/t040102-keywords-00-b-expected.png:
40960         * platform/efl/css2.1/t040102-keywords-00-b-expected.txt:
40961         * platform/efl/css2.1/t040102-keywords-01-b-expected.png:
40962         * platform/efl/css2.1/t040102-keywords-01-b-expected.txt:
40963         * platform/efl/css2.1/t040103-case-00-b-expected.png:
40964         * platform/efl/css2.1/t040103-case-00-b-expected.txt:
40965         * platform/efl/css2.1/t040103-case-01-c-expected.png:
40966         * platform/efl/css2.1/t040103-case-01-c-expected.txt:
40967         * platform/efl/css2.1/t040103-escapes-00-b-expected.png:
40968         * platform/efl/css2.1/t040103-escapes-00-b-expected.txt:
40969         * platform/efl/css2.1/t040103-escapes-01-b-expected.png:
40970         * platform/efl/css2.1/t040103-escapes-01-b-expected.txt:
40971         * platform/efl/css2.1/t040103-escapes-02-d-expected.png:
40972         * platform/efl/css2.1/t040103-escapes-02-d-expected.txt:
40973         * platform/efl/css2.1/t040103-escapes-03-b-expected.png:
40974         * platform/efl/css2.1/t040103-escapes-03-b-expected.txt:
40975         * platform/efl/css2.1/t040103-escapes-04-b-expected.png:
40976         * platform/efl/css2.1/t040103-escapes-04-b-expected.txt:
40977         * platform/efl/css2.1/t040103-escapes-05-c-expected.png:
40978         * platform/efl/css2.1/t040103-escapes-05-c-expected.txt:
40979         * platform/efl/css2.1/t040103-escapes-06-b-expected.png:
40980         * platform/efl/css2.1/t040103-escapes-06-b-expected.txt:
40981         * platform/efl/css2.1/t040103-escapes-07-b-expected.png:
40982         * platform/efl/css2.1/t040103-escapes-07-b-expected.txt:
40983         * platform/efl/css2.1/t040103-escapes-08-b-expected.png:
40984         * platform/efl/css2.1/t040103-escapes-08-b-expected.txt:
40985         * platform/efl/css2.1/t040103-ident-00-c-expected.png:
40986         * platform/efl/css2.1/t040103-ident-00-c-expected.txt:
40987         * platform/efl/css2.1/t040103-ident-01-c-expected.png:
40988         * platform/efl/css2.1/t040103-ident-01-c-expected.txt:
40989         * platform/efl/css2.1/t040103-ident-02-c-expected.png:
40990         * platform/efl/css2.1/t040103-ident-02-c-expected.txt:
40991         * platform/efl/css2.1/t040103-ident-03-c-expected.png:
40992         * platform/efl/css2.1/t040103-ident-03-c-expected.txt:
40993         * platform/efl/css2.1/t040103-ident-04-c-expected.png:
40994         * platform/efl/css2.1/t040103-ident-04-c-expected.txt:
40995         * platform/efl/css2.1/t040103-ident-05-c-expected.png:
40996         * platform/efl/css2.1/t040103-ident-05-c-expected.txt:
40997         * platform/efl/css2.1/t040103-ident-06-c-expected.png:
40998         * platform/efl/css2.1/t040103-ident-06-c-expected.txt:
40999         * platform/efl/css2.1/t040103-ident-07-c-expected.png:
41000         * platform/efl/css2.1/t040103-ident-07-c-expected.txt:
41001         * platform/efl/css2.1/t040103-ident-08-c-expected.png:
41002         * platform/efl/css2.1/t040103-ident-08-c-expected.txt:
41003         * platform/efl/css2.1/t040103-ident-09-c-expected.png:
41004         * platform/efl/css2.1/t040103-ident-09-c-expected.txt:
41005         * platform/efl/css2.1/t040103-ident-10-c-expected.png:
41006         * platform/efl/css2.1/t040103-ident-10-c-expected.txt:
41007         * platform/efl/css2.1/t040103-ident-11-c-expected.png:
41008         * platform/efl/css2.1/t040103-ident-11-c-expected.txt:
41009         * platform/efl/css2.1/t040103-ident-12-c-expected.png:
41010         * platform/efl/css2.1/t040103-ident-12-c-expected.txt:
41011         * platform/efl/css2.1/t040103-ident-13-c-expected.png:
41012         * platform/efl/css2.1/t040103-ident-13-c-expected.txt:
41013         * platform/efl/css2.1/t040105-atkeyw-00-b-expected.png:
41014         * platform/efl/css2.1/t040105-atkeyw-00-b-expected.txt:
41015         * platform/efl/css2.1/t040105-atkeyw-01-b-expected.png:
41016         * platform/efl/css2.1/t040105-atkeyw-01-b-expected.txt:
41017         * platform/efl/css2.1/t040105-atkeyw-02-b-expected.png:
41018         * platform/efl/css2.1/t040105-atkeyw-02-b-expected.txt:
41019         * platform/efl/css2.1/t040105-atrule-00-b-expected.png:
41020         * platform/efl/css2.1/t040105-atrule-00-b-expected.txt:
41021         * platform/efl/css2.1/t040105-atrule-01-b-expected.png:
41022         * platform/efl/css2.1/t040105-atrule-01-b-expected.txt:
41023         * platform/efl/css2.1/t040105-atrule-02-b-expected.png:
41024         * platform/efl/css2.1/t040105-atrule-02-b-expected.txt:
41025         * platform/efl/css2.1/t040105-atrule-03-b-expected.png:
41026         * platform/efl/css2.1/t040105-atrule-03-b-expected.txt:
41027         * platform/efl/css2.1/t040105-atrule-04-b-expected.png:
41028         * platform/efl/css2.1/t040105-atrule-04-b-expected.txt:
41029         * platform/efl/css2.1/t040105-import-00-b-expected.png:
41030         * platform/efl/css2.1/t040105-import-00-b-expected.txt:
41031         * platform/efl/css2.1/t040105-import-01-b-expected.png:
41032         * platform/efl/css2.1/t040105-import-01-b-expected.txt:
41033         * platform/efl/css2.1/t040105-import-10-b-expected.png:
41034         * platform/efl/css2.1/t040105-import-10-b-expected.txt:
41035         * platform/efl/css2.1/t040109-c17-comments-00-b-expected.png:
41036         * platform/efl/css2.1/t040109-c17-comments-00-b-expected.txt:
41037         * platform/efl/css2.1/t040109-c17-comments-01-b-expected.png:
41038         * platform/efl/css2.1/t040109-c17-comments-01-b-expected.txt:
41039         * platform/efl/css2.1/t0402-c71-fwd-parsing-00-f-expected.png:
41040         * platform/efl/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
41041         * platform/efl/css2.1/t0402-c71-fwd-parsing-01-f-expected.png:
41042         * platform/efl/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
41043         * platform/efl/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
41044         * platform/efl/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
41045         * platform/efl/css2.1/t0402-c71-fwd-parsing-03-f-expected.png:
41046         * platform/efl/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
41047         * platform/efl/css2.1/t0402-c71-fwd-parsing-04-f-expected.png:
41048         * platform/efl/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
41049         * platform/efl/css2.1/t0402-syntax-01-f-expected.png:
41050         * platform/efl/css2.1/t0402-syntax-01-f-expected.txt:
41051         * platform/efl/css2.1/t0402-syntax-02-f-expected.png:
41052         * platform/efl/css2.1/t0402-syntax-02-f-expected.txt:
41053         * platform/efl/css2.1/t0402-syntax-03-f-expected.png:
41054         * platform/efl/css2.1/t0402-syntax-03-f-expected.txt:
41055         * platform/efl/css2.1/t0402-syntax-04-f-expected.png:
41056         * platform/efl/css2.1/t0402-syntax-04-f-expected.txt:
41057         * platform/efl/css2.1/t0402-syntax-05-f-expected.png:
41058         * platform/efl/css2.1/t0402-syntax-05-f-expected.txt:
41059         * platform/efl/css2.1/t0402-syntax-06-f-expected.png:
41060         * platform/efl/css2.1/t0402-syntax-06-f-expected.txt:
41061         * platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.png:
41062         * platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
41063         * platform/efl/css2.1/t040302-c61-phys-len-00-b-expected.png:
41064
41065 2013-01-17  Dominik Röttsches  <dominik.rottsches@intel.com>
41066
41067         [EFL] Unreviewed gardening.
41068
41069         Rebaseline after enabling subpixel layout and updating freetype (1/26).
41070
41071         * platform/efl/TestExpectations:
41072         * platform/efl/animations/3d/change-transform-in-end-event-expected.png:
41073         * platform/efl/animations/3d/change-transform-in-end-event-expected.txt:
41074         * platform/efl/animations/3d/matrix-transform-type-animation-expected.png:
41075         * platform/efl/animations/3d/matrix-transform-type-animation-expected.txt:
41076         * platform/efl/animations/3d/state-at-end-event-transform-expected.png:
41077         * platform/efl/animations/3d/state-at-end-event-transform-expected.txt:
41078         * platform/efl/animations/additive-transform-animations-expected.txt:
41079         * platform/efl/animations/cross-fade-background-image-expected.txt:
41080         * platform/efl/animations/cross-fade-list-style-image-expected.txt:
41081         * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.png:
41082         * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.txt:
41083         * platform/efl/animations/cross-fade-webkit-mask-image-expected.txt:
41084         * platform/efl/animations/missing-values-first-keyframe-expected.png:
41085         * platform/efl/animations/missing-values-first-keyframe-expected.txt:
41086         * platform/efl/animations/missing-values-last-keyframe-expected.png:
41087         * platform/efl/animations/missing-values-last-keyframe-expected.txt:
41088         * platform/efl/animations/opacity-transform-animation-expected.png:
41089         * platform/efl/animations/state-at-end-event-expected.png:
41090         * platform/efl/animations/state-at-end-event-expected.txt:
41091         * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.png:
41092         * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.txt:
41093         * platform/efl/compositing/clip-change-expected.png:
41094         * platform/efl/compositing/color-matching/image-color-matching-expected.png:
41095         * platform/efl/compositing/color-matching/image-color-matching-expected.txt:
41096         * platform/efl/compositing/color-matching/pdf-image-match-expected.png:
41097         * platform/efl/compositing/color-matching/pdf-image-match-expected.txt:
41098         * platform/efl/compositing/compositing-visible-descendant-expected.png:
41099         * platform/efl/compositing/compositing-visible-descendant-expected.txt:
41100         * platform/efl/compositing/direct-image-compositing-expected.png:
41101         * platform/efl/compositing/direct-image-compositing-expected.txt:
41102         * platform/efl/compositing/flat-with-transformed-child-expected.png:
41103         * platform/efl/compositing/generated-content-expected.png:
41104         * platform/efl/compositing/generated-content-expected.txt:
41105         * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.png:
41106         * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.txt:
41107         * platform/efl/compositing/geometry/clipping-foreground-expected.txt:
41108         * platform/efl/compositing/geometry/composited-html-size-expected.png:
41109         * platform/efl/compositing/geometry/composited-html-size-expected.txt:
41110         * platform/efl/compositing/geometry/fixed-in-composited-expected.png:
41111         * platform/efl/compositing/geometry/fixed-in-composited-expected.txt:
41112         * platform/efl/compositing/geometry/fixed-position-composited-page-scale-expected.png:
41113         * platform/efl/compositing/geometry/fixed-position-expected.png:
41114         * platform/efl/compositing/geometry/fixed-position-expected.txt:
41115         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
41116         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
41117         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
41118         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
41119         * platform/efl/compositing/geometry/foreground-offset-change-expected.png:
41120         * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.png:
41121         * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
41122         * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.txt:
41123         * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.png:
41124         * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.txt:
41125         * platform/efl/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt:
41126         * platform/efl/compositing/geometry/outline-change-expected.png:
41127         * platform/efl/compositing/geometry/outline-change-expected.txt:
41128         * platform/efl/compositing/geometry/partial-layout-update-expected.png:
41129         * platform/efl/compositing/geometry/partial-layout-update-expected.txt:
41130         * platform/efl/compositing/geometry/repaint-foreground-layer-expected.png:
41131         * platform/efl/compositing/geometry/root-layer-update-expected.png:
41132         * platform/efl/compositing/geometry/root-layer-update-expected.txt:
41133         * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
41134         * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt:
41135         * platform/efl/compositing/geometry/vertical-scroll-composited-expected.png:
41136         * platform/efl/compositing/geometry/video-fixed-scrolling-expected.png:
41137         * platform/efl/compositing/geometry/video-fixed-scrolling-expected.txt:
41138         * platform/efl/compositing/geometry/video-opacity-overlay-expected.png:
41139         * platform/efl/compositing/geometry/video-opacity-overlay-expected.txt:
41140         * platform/efl/compositing/iframes/composited-iframe-alignment-expected.txt:
41141         * platform/efl/compositing/iframes/composited-iframe-scroll-expected.png:
41142         * platform/efl/compositing/iframes/composited-iframe-scroll-expected.txt:
41143         * platform/efl/compositing/iframes/fixed-position-iframe-expected.png:
41144         * platform/efl/compositing/iframes/iframe-content-flipping-expected.png:
41145         * platform/efl/compositing/iframes/iframe-content-flipping-expected.txt:
41146         * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.png:
41147         * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.txt:
41148         * platform/efl/compositing/iframes/iframe-in-composited-layer-expected.png:
41149         * platform/efl/compositing/iframes/repaint-after-losing-scrollbars-expected.png:
41150         * platform/efl/compositing/iframes/scroll-fixed-transformed-element-expected.png:
41151         * platform/efl/compositing/iframes/scroll-grandchild-iframe-expected.png:
41152         * platform/efl/compositing/images/content-image-change-expected.png:
41153         * platform/efl/compositing/images/direct-image-background-color-expected.png:
41154         * platform/efl/compositing/images/direct-image-background-color-expected.txt:
41155         * platform/efl/compositing/layers-inside-overflow-scroll-expected.png:
41156         * platform/efl/compositing/layers-inside-overflow-scroll-expected.txt:
41157         * platform/efl/compositing/masks/direct-image-mask-expected.png:
41158         * platform/efl/compositing/masks/direct-image-mask-expected.txt:
41159         * platform/efl/compositing/masks/layer-mask-placement-expected.png:
41160         * platform/efl/compositing/masks/masked-ancestor-expected.txt:
41161         * platform/efl/compositing/masks/multiple-masks-expected.png:
41162         * platform/efl/compositing/masks/multiple-masks-expected.txt:
41163         * platform/efl/compositing/masks/simple-composited-mask-expected.png:
41164         * platform/efl/compositing/masks/simple-composited-mask-expected.txt:
41165         * platform/efl/compositing/overflow/ancestor-overflow-expected.png:
41166         * platform/efl/compositing/overflow/ancestor-overflow-expected.txt:
41167         * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png:
41168         * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
41169         * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.txt:
41170         * platform/efl/compositing/overflow/overflow-positioning-expected.png:
41171         * platform/efl/compositing/overflow/overflow-positioning-expected.txt:
41172         * platform/efl/compositing/overflow/overflow-scroll-expected.png:
41173         * platform/efl/compositing/overflow/overflow-scroll-expected.txt:
41174         * platform/efl/compositing/overflow/parent-overflow-expected.png:
41175         * platform/efl/compositing/overflow/parent-overflow-expected.txt:
41176         * platform/efl/compositing/overflow/repaint-after-losing-scrollbars-expected.png:
41177         * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png:
41178         * platform/efl/compositing/overflow/scroll-ancestor-update-expected.txt:
41179         * platform/efl/compositing/overflow/scrollbar-painting-expected.png:
41180         * platform/efl/compositing/overflow/scrollbar-painting-expected.txt:
41181         * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.png:
41182         * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.txt:
41183         * platform/efl/compositing/plugins/composited-plugin-expected.txt:
41184         * platform/efl/compositing/reflections/animation-inside-reflection-expected.png:
41185         * platform/efl/compositing/reflections/animation-inside-reflection-expected.txt:
41186         * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.png:
41187         * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.txt:
41188         * platform/efl/compositing/reflections/deeply-nested-reflections-expected.png:
41189         * platform/efl/compositing/reflections/deeply-nested-reflections-expected.txt:
41190         * platform/efl/compositing/reflections/load-video-in-reflection-expected.png:
41191         * platform/efl/compositing/reflections/load-video-in-reflection-expected.txt:
41192         * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.png:
41193         * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.txt:
41194         * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png:
41195         * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.txt:
41196         * platform/efl/compositing/reflections/nested-reflection-animated-expected.png:
41197         * platform/efl/compositing/reflections/nested-reflection-animated-expected.txt:
41198         * platform/efl/compositing/reflections/nested-reflection-expected.png:
41199         * platform/efl/compositing/reflections/nested-reflection-expected.txt:
41200         * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.png:
41201         * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.txt:
41202         * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.png:
41203         * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt:
41204         * platform/efl/compositing/reflections/nested-reflection-opacity-expected.png:
41205         * platform/efl/compositing/reflections/nested-reflection-opacity-expected.txt:
41206         * platform/efl/compositing/reflections/nested-reflection-size-change-expected.png:
41207         * platform/efl/compositing/reflections/nested-reflection-size-change-expected.txt:
41208         * platform/efl/compositing/reflections/nested-reflection-transformed-expected.png:
41209         * platform/efl/compositing/reflections/nested-reflection-transformed-expected.txt:
41210         * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.png:
41211         * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.txt:
41212         * platform/efl/compositing/reflections/nested-reflection-transition-expected.png:
41213         * platform/efl/compositing/reflections/nested-reflection-transition-expected.txt:
41214         * platform/efl/compositing/reflections/reflection-in-composited-expected.txt:
41215         * platform/efl/compositing/reflections/reflection-on-composited-expected.png:
41216         * platform/efl/compositing/reflections/reflection-on-composited-expected.txt:
41217         * platform/efl/compositing/reflections/reflection-opacity-expected.png:
41218         * platform/efl/compositing/reflections/reflection-opacity-expected.txt:
41219         * platform/efl/compositing/reflections/reflection-ordering-expected.png:
41220         * platform/efl/compositing/reflections/reflection-ordering-expected.txt:
41221         * platform/efl/compositing/reflections/reflection-positioning-expected.png:
41222         * platform/efl/compositing/reflections/reflection-positioning-expected.txt:
41223         * platform/efl/compositing/reflections/reflection-positioning2-expected.png:
41224         * platform/efl/compositing/reflections/reflection-positioning2-expected.txt:
41225         * platform/efl/compositing/reflections/simple-composited-reflections-expected.png:
41226         * platform/efl/compositing/reflections/simple-composited-reflections-expected.txt:
41227         * platform/efl/compositing/reflections/transform-inside-reflection-expected.png:
41228         * platform/efl/compositing/reflections/transform-inside-reflection-expected.txt:
41229         * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.png:
41230         * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.txt:
41231         * platform/efl/compositing/repaint/composited-document-element-expected.png:
41232         * platform/efl/compositing/repaint/composited-document-element-expected.txt:
41233         * platform/efl/compositing/repaint/content-into-overflow-expected.png:
41234         * platform/efl/compositing/repaint/layer-repaint-expected.png:
41235         * platform/efl/compositing/repaint/layer-repaint-expected.txt:
41236         * platform/efl/compositing/repaint/layer-repaint-rects-expected.png:
41237         * platform/efl/compositing/repaint/layer-repaint-rects-expected.txt:
41238         * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png:
41239         * platform/efl/compositing/repaint/opacity-between-absolute-expected.png:
41240         * platform/efl/compositing/repaint/opacity-between-absolute-expected.txt:
41241         * platform/efl/compositing/repaint/opacity-between-absolute2-expected.png:
41242         * platform/efl/compositing/repaint/opacity-between-absolute2-expected.txt:
41243         * platform/efl/compositing/repaint/overflow-into-content-expected.png:
41244         * platform/efl/compositing/repaint/shrink-layer-expected.png:
41245         * platform/efl/compositing/repaint/transform-style-change-expected.png:
41246         * platform/efl/compositing/scaling/tiled-layer-recursion-expected.png:
41247         * platform/efl/compositing/self-painting-layers-expected.png:
41248         * platform/efl/compositing/self-painting-layers-expected.txt:
41249         * platform/efl/compositing/shadows/shadow-drawing-expected.txt:
41250         * platform/efl/compositing/sibling-positioning-expected.png:
41251         * platform/efl/compositing/sibling-positioning-expected.txt:
41252         * platform/efl/compositing/text-on-large-layer-expected.png:
41253         * platform/efl/compositing/text-on-large-layer-expected.txt:
41254         * platform/efl/compositing/transitions/scale-transition-no-start-expected.png:
41255         * platform/efl/compositing/transitions/scale-transition-no-start-expected.txt:
41256         * platform/efl/compositing/transitions/singular-scale-transition-expected.png:
41257         * platform/efl/compositing/transitions/singular-scale-transition-expected.txt:
41258         * platform/efl/compositing/video/video-background-color-expected.txt:
41259         * platform/efl/compositing/video/video-controls-layer-creation-expected.png:
41260         * platform/efl/compositing/visibility/visibility-image-layers-expected.png:
41261         * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.png:
41262         * platform/efl/css1/basic/class_as_selector-expected.png:
41263         * platform/efl/css1/basic/class_as_selector-expected.txt:
41264         * platform/efl/css1/basic/comments-expected.png:
41265         * platform/efl/css1/basic/comments-expected.txt:
41266         * platform/efl/css1/basic/containment-expected.png:
41267         * platform/efl/css1/basic/containment-expected.txt:
41268         * platform/efl/css1/basic/contextual_selectors-expected.png:
41269         * platform/efl/css1/basic/contextual_selectors-expected.txt:
41270         * platform/efl/css1/basic/grouping-expected.png:
41271         * platform/efl/css1/basic/grouping-expected.txt:
41272         * platform/efl/css1/basic/id_as_selector-expected.png:
41273         * platform/efl/css1/basic/id_as_selector-expected.txt:
41274         * platform/efl/css1/basic/inheritance-expected.png:
41275         * platform/efl/css1/basic/inheritance-expected.txt:
41276         * platform/efl/css1/box_properties/acid_test-expected.png:
41277         * platform/efl/css1/box_properties/acid_test-expected.txt:
41278         * platform/efl/css1/box_properties/border-expected.png:
41279         * platform/efl/css1/box_properties/border-expected.txt:
41280         * platform/efl/css1/box_properties/border_bottom-expected.png:
41281         * platform/efl/css1/box_properties/border_bottom_inline-expected.png:
41282         * platform/efl/css1/box_properties/border_bottom_width-expected.png:
41283         * platform/efl/css1/box_properties/border_bottom_width-expected.txt:
41284         * platform/efl/css1/box_properties/border_bottom_width_inline-expected.png:
41285         * platform/efl/css1/box_properties/border_bottom_width_inline-expected.txt:
41286         * platform/efl/css1/box_properties/border_color-expected.png:
41287         * platform/efl/css1/box_properties/border_color-expected.txt:
41288         * platform/efl/css1/box_properties/border_color_inline-expected.png:
41289         * platform/efl/css1/box_properties/border_color_inline-expected.txt:
41290         * platform/efl/css1/box_properties/border_inline-expected.png:
41291         * platform/efl/css1/box_properties/border_inline-expected.txt:
41292         * platform/efl/css1/box_properties/border_left-expected.png:
41293         * platform/efl/css1/box_properties/border_left_inline-expected.png:
41294         * platform/efl/css1/box_properties/border_left_width-expected.png:
41295         * platform/efl/css1/box_properties/border_left_width-expected.txt:
41296         * platform/efl/css1/box_properties/border_left_width_inline-expected.png:
41297         * platform/efl/css1/box_properties/border_left_width_inline-expected.txt:
41298         * platform/efl/css1/box_properties/border_right-expected.png:
41299         * platform/efl/css1/box_properties/border_right_inline-expected.png:
41300         * platform/efl/css1/box_properties/border_right_width-expected.png:
41301         * platform/efl/css1/box_properties/border_right_width-expected.txt:
41302         * platform/efl/css1/box_properties/border_right_width_inline-expected.png:
41303         * platform/efl/css1/box_properties/border_right_width_inline-expected.txt:
41304         * platform/efl/css1/box_properties/border_style-expected.png:
41305         * platform/efl/css1/box_properties/border_style-expected.txt:
41306         * platform/efl/css1/box_properties/border_style_inline-expected.png:
41307         * platform/efl/css1/box_properties/border_style_inline-expected.txt:
41308         * platform/efl/css1/box_properties/border_top-expected.png:
41309         * platform/efl/css1/box_properties/border_top-expected.txt:
41310         * platform/efl/css1/box_properties/border_top_inline-expected.png:
41311         * platform/efl/css1/box_properties/border_top_inline-expected.txt:
41312         * platform/efl/css1/box_properties/border_top_width-expected.png:
41313         * platform/efl/css1/box_properties/border_top_width-expected.txt:
41314         * platform/efl/css1/box_properties/border_top_width_inline-expected.png:
41315         * platform/efl/css1/box_properties/border_top_width_inline-expected.txt:
41316         * platform/efl/css1/box_properties/border_width-expected.png:
41317         * platform/efl/css1/box_properties/border_width-expected.txt:
41318         * platform/efl/css1/box_properties/border_width_inline-expected.png:
41319         * platform/efl/css1/box_properties/border_width_inline-expected.txt:
41320         * platform/efl/css1/box_properties/clear-expected.png:
41321         * platform/efl/css1/box_properties/clear-expected.txt:
41322         * platform/efl/css1/box_properties/clear_float-expected.png:
41323         * platform/efl/css1/box_properties/clear_float-expected.txt:
41324         * platform/efl/css1/box_properties/float-expected.png:
41325         * platform/efl/css1/box_properties/float-expected.txt:
41326         * platform/efl/css1/box_properties/float_elements_in_series-expected.png:
41327         * platform/efl/css1/box_properties/float_elements_in_series-expected.txt:
41328         * platform/efl/css1/box_properties/float_margin-expected.png:
41329         * platform/efl/css1/box_properties/float_margin-expected.txt:
41330         * platform/efl/css1/box_properties/float_on_text_elements-expected.png:
41331         * platform/efl/css1/box_properties/float_on_text_elements-expected.txt:
41332         * platform/efl/css1/box_properties/height-expected.png:
41333         * platform/efl/css1/box_properties/height-expected.txt:
41334         * platform/efl/css1/box_properties/margin-expected.png:
41335         * platform/efl/css1/box_properties/margin-expected.txt:
41336         * platform/efl/css1/box_properties/margin_bottom-expected.png:
41337         * platform/efl/css1/box_properties/margin_bottom-expected.txt:
41338         * platform/efl/css1/box_properties/margin_bottom_inline-expected.png:
41339         * platform/efl/css1/box_properties/margin_bottom_inline-expected.txt:
41340         * platform/efl/css1/box_properties/margin_inline-expected.png:
41341         * platform/efl/css1/box_properties/margin_inline-expected.txt:
41342         * platform/efl/css1/box_properties/margin_left-expected.png:
41343         * platform/efl/css1/box_properties/margin_left-expected.txt:
41344         * platform/efl/css1/box_properties/margin_left_inline-expected.png:
41345         * platform/efl/css1/box_properties/margin_left_inline-expected.txt:
41346         * platform/efl/css1/box_properties/margin_right-expected.png:
41347         * platform/efl/css1/box_properties/margin_right-expected.txt:
41348         * platform/efl/css1/box_properties/margin_right_inline-expected.png:
41349         * platform/efl/css1/box_properties/margin_right_inline-expected.txt:
41350         * platform/efl/css1/box_properties/margin_top-expected.png:
41351         * platform/efl/css1/box_properties/margin_top-expected.txt:
41352         * platform/efl/css1/box_properties/margin_top_inline-expected.png:
41353         * platform/efl/css1/box_properties/margin_top_inline-expected.txt:
41354         * platform/efl/css1/box_properties/padding-expected.png:
41355         * platform/efl/css1/box_properties/padding-expected.txt:
41356         * platform/efl/css1/box_properties/padding_bottom-expected.png:
41357         * platform/efl/css1/box_properties/padding_bottom-expected.txt:
41358         * platform/efl/css1/box_properties/padding_bottom_inline-expected.png:
41359         * platform/efl/css1/box_properties/padding_bottom_inline-expected.txt:
41360         * platform/efl/css1/box_properties/padding_inline-expected.png:
41361         * platform/efl/css1/box_properties/padding_inline-expected.txt:
41362         * platform/efl/css1/box_properties/padding_left-expected.png:
41363         * platform/efl/css1/box_properties/padding_left-expected.txt:
41364         * platform/efl/css1/box_properties/padding_left_inline-expected.png:
41365         * platform/efl/css1/box_properties/padding_left_inline-expected.txt:
41366         * platform/efl/css1/box_properties/padding_right-expected.png:
41367         * platform/efl/css1/box_properties/padding_right-expected.txt:
41368         * platform/efl/css1/box_properties/padding_right_inline-expected.png:
41369         * platform/efl/css1/box_properties/padding_right_inline-expected.txt:
41370         * platform/efl/css1/box_properties/padding_top-expected.png:
41371         * platform/efl/css1/box_properties/padding_top-expected.txt:
41372         * platform/efl/css1/box_properties/padding_top_inline-expected.png:
41373         * platform/efl/css1/box_properties/padding_top_inline-expected.txt:
41374         * platform/efl/css1/box_properties/width-expected.png:
41375         * platform/efl/css1/box_properties/width-expected.txt:
41376         * platform/efl/css1/cascade/cascade_order-expected.png:
41377         * platform/efl/css1/cascade/cascade_order-expected.txt:
41378         * platform/efl/css1/cascade/important-expected.png:
41379         * platform/efl/css1/cascade/important-expected.txt:
41380         * platform/efl/css1/classification/display-expected.png:
41381         * platform/efl/css1/classification/display-expected.txt:
41382         * platform/efl/css1/classification/list_style-expected.png:
41383         * platform/efl/css1/classification/list_style-expected.txt:
41384         * platform/efl/css1/classification/list_style_image-expected.png:
41385         * platform/efl/css1/classification/list_style_image-expected.txt:
41386         * platform/efl/css1/classification/list_style_position-expected.png:
41387         * platform/efl/css1/classification/list_style_position-expected.txt:
41388         * platform/efl/css1/classification/list_style_type-expected.png:
41389         * platform/efl/css1/classification/list_style_type-expected.txt:
41390         * platform/efl/css1/classification/white_space-expected.png:
41391         * platform/efl/css1/classification/white_space-expected.txt:
41392         * platform/efl/css1/color_and_background/background-expected.png:
41393         * platform/efl/css1/color_and_background/background-expected.txt:
41394         * platform/efl/css1/color_and_background/background_attachment-expected.png:
41395         * platform/efl/css1/color_and_background/background_attachment-expected.txt:
41396         * platform/efl/css1/color_and_background/background_color-expected.png:
41397         * platform/efl/css1/color_and_background/background_color-expected.txt:
41398         * platform/efl/css1/color_and_background/background_image-expected.png:
41399         * platform/efl/css1/color_and_background/background_image-expected.txt:
41400         * platform/efl/css1/color_and_background/background_position-expected.png:
41401         * platform/efl/css1/color_and_background/background_position-expected.txt:
41402         * platform/efl/css1/color_and_background/background_repeat-expected.png:
41403         * platform/efl/css1/color_and_background/background_repeat-expected.txt:
41404         * platform/efl/css1/color_and_background/color-expected.png:
41405         * platform/efl/css1/color_and_background/color-expected.txt:
41406         * platform/efl/css1/conformance/forward_compatible_parsing-expected.png:
41407         * platform/efl/css1/conformance/forward_compatible_parsing-expected.txt:
41408         * platform/efl/css1/font_properties/font-expected.png:
41409         * platform/efl/css1/font_properties/font-expected.txt:
41410         * platform/efl/css1/font_properties/font_family-expected.png:
41411         * platform/efl/css1/font_properties/font_family-expected.txt:
41412         * platform/efl/css1/font_properties/font_size-expected.png:
41413         * platform/efl/css1/font_properties/font_size-expected.txt:
41414         * platform/efl/css1/font_properties/font_style-expected.png:
41415         * platform/efl/css1/font_properties/font_style-expected.txt:
41416         * platform/efl/css1/font_properties/font_variant-expected.png:
41417         * platform/efl/css1/font_properties/font_variant-expected.txt:
41418         * platform/efl/css1/font_properties/font_weight-expected.png:
41419         * platform/efl/css1/font_properties/font_weight-expected.txt:
41420         * platform/efl/css1/formatting_model/canvas-expected.png:
41421         * platform/efl/css1/formatting_model/canvas-expected.txt:
41422         * platform/efl/css1/formatting_model/floating_elements-expected.png:
41423         * platform/efl/css1/formatting_model/floating_elements-expected.txt:
41424         * platform/efl/css1/formatting_model/height_of_lines-expected.png:
41425         * platform/efl/css1/formatting_model/height_of_lines-expected.txt:
41426         * platform/efl/css1/formatting_model/horizontal_formatting-expected.png:
41427         * platform/efl/css1/formatting_model/horizontal_formatting-expected.txt:
41428         * platform/efl/css1/formatting_model/inline_elements-expected.png:
41429         * platform/efl/css1/formatting_model/replaced_elements-expected.png:
41430         * platform/efl/css1/formatting_model/replaced_elements-expected.txt:
41431         * platform/efl/css1/formatting_model/vertical_formatting-expected.png:
41432         * platform/efl/css1/pseudo/anchor-expected.png:
41433         * platform/efl/css1/pseudo/anchor-expected.txt:
41434         * platform/efl/css1/pseudo/firstletter-expected.png:
41435         * platform/efl/css1/pseudo/firstletter-expected.txt:
41436         * platform/efl/css1/pseudo/firstline-expected.png:
41437         * platform/efl/css1/pseudo/firstline-expected.txt:
41438         * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.png:
41439         * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.txt:
41440         * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.png:
41441         * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
41442         * platform/efl/css1/text_properties/letter_spacing-expected.png:
41443         * platform/efl/css1/text_properties/letter_spacing-expected.txt:
41444         * platform/efl/css1/text_properties/line_height-expected.png:
41445         * platform/efl/css1/text_properties/line_height-expected.txt:
41446         * platform/efl/css1/text_properties/text_align-expected.png:
41447         * platform/efl/css1/text_properties/text_align-expected.txt:
41448         * platform/efl/css1/text_properties/text_decoration-expected.png:
41449         * platform/efl/css1/text_properties/text_decoration-expected.txt:
41450         * platform/efl/css1/text_properties/text_indent-expected.png:
41451         * platform/efl/css1/text_properties/text_indent-expected.txt:
41452         * platform/efl/css1/text_properties/text_transform-expected.png:
41453         * platform/efl/css1/text_properties/text_transform-expected.txt:
41454         * platform/efl/css1/text_properties/vertical_align-expected.png:
41455         * platform/efl/css1/text_properties/word_spacing-expected.png:
41456         * platform/efl/css1/text_properties/word_spacing-expected.txt:
41457         * platform/efl/css1/units/color_units-expected.png:
41458         * platform/efl/css1/units/color_units-expected.txt:
41459         * platform/efl/css1/units/length_units-expected.png:
41460         * platform/efl/css1/units/percentage_units-expected.png:
41461         * platform/efl/css1/units/percentage_units-expected.txt:
41462         * platform/efl/css1/units/urls-expected.png:
41463         * platform/efl/css1/units/urls-expected.txt:
41464         * platform/efl/css2.1/20110323/absolute-non-replaced-height-001-expected.png:
41465         * platform/efl/css2.1/20110323/absolute-non-replaced-height-001-expected.txt:
41466         * platform/efl/css2.1/20110323/absolute-non-replaced-height-002-expected.png:
41467         * platform/efl/css2.1/20110323/absolute-non-replaced-height-002-expected.txt:
41468         * platform/efl/css2.1/20110323/absolute-non-replaced-height-003-expected.png:
41469         * platform/efl/css2.1/20110323/absolute-non-replaced-height-003-expected.txt:
41470         * platform/efl/css2.1/20110323/absolute-non-replaced-height-004-expected.png:
41471         * platform/efl/css2.1/20110323/absolute-non-replaced-height-004-expected.txt:
41472         * platform/efl/css2.1/20110323/absolute-non-replaced-height-005-expected.png:
41473         * platform/efl/css2.1/20110323/absolute-non-replaced-height-005-expected.txt:
41474         * platform/efl/css2.1/20110323/absolute-non-replaced-height-006-expected.png:
41475         * platform/efl/css2.1/20110323/absolute-non-replaced-height-006-expected.txt:
41476         * platform/efl/css2.1/20110323/absolute-non-replaced-height-007-expected.png:
41477         * platform/efl/css2.1/20110323/absolute-non-replaced-height-007-expected.txt:
41478         * platform/efl/css2.1/20110323/absolute-non-replaced-height-008-expected.png:
41479         * platform/efl/css2.1/20110323/absolute-non-replaced-height-008-expected.txt:
41480         * platform/efl/css2.1/20110323/absolute-non-replaced-height-009-expected.png:
41481         * platform/efl/css2.1/20110323/absolute-non-replaced-height-009-expected.txt:
41482         * platform/efl/css2.1/20110323/absolute-non-replaced-height-010-expected.png:
41483         * platform/efl/css2.1/20110323/absolute-non-replaced-height-010-expected.txt:
41484         * platform/efl/css2.1/20110323/absolute-non-replaced-height-011-expected.png:
41485         * platform/efl/css2.1/20110323/absolute-non-replaced-height-011-expected.txt:
41486         * platform/efl/css2.1/20110323/absolute-non-replaced-height-012-expected.png:
41487         * platform/efl/css2.1/20110323/absolute-non-replaced-height-012-expected.txt:
41488         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png:
41489         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt:
41490         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png:
41491         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt:
41492         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png:
41493         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt:
41494         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png:
41495         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt:
41496         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png:
41497         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt:
41498         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png:
41499         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt:
41500         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png:
41501         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt:
41502         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png:
41503         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt:
41504         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png:
41505         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt:
41506         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png:
41507         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt:
41508         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png:
41509         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt:
41510         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png:
41511         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt:
41512         * platform/efl/css2.1/20110323/absolute-non-replaced-width-001-expected.png:
41513         * platform/efl/css2.1/20110323/absolute-non-replaced-width-001-expected.txt:
41514         * platform/efl/css2.1/20110323/absolute-non-replaced-width-002-expected.png:
41515         * platform/efl/css2.1/20110323/absolute-non-replaced-width-002-expected.txt:
41516         * platform/efl/css2.1/20110323/absolute-non-replaced-width-003-expected.png:
41517         * platform/efl/css2.1/20110323/absolute-non-replaced-width-003-expected.txt:
41518         * platform/efl/css2.1/20110323/absolute-non-replaced-width-004-expected.png:
41519         * platform/efl/css2.1/20110323/absolute-non-replaced-width-004-expected.txt:
41520         * platform/efl/css2.1/20110323/absolute-non-replaced-width-005-expected.png:
41521         * platform/efl/css2.1/20110323/absolute-non-replaced-width-005-expected.txt:
41522         * platform/efl/css2.1/20110323/absolute-non-replaced-width-006-expected.png:
41523         * platform/efl/css2.1/20110323/absolute-non-replaced-width-006-expected.txt:
41524         * platform/efl/css2.1/20110323/absolute-non-replaced-width-007-expected.png:
41525         * platform/efl/css2.1/20110323/absolute-non-replaced-width-007-expected.txt:
41526         * platform/efl/css2.1/20110323/absolute-non-replaced-width-008-expected.png:
41527         * platform/efl/css2.1/20110323/absolute-non-replaced-width-008-expected.txt:
41528         * platform/efl/css2.1/20110323/absolute-non-replaced-width-009-expected.png:
41529         * platform/efl/css2.1/20110323/absolute-non-replaced-width-009-expected.txt:
41530         * platform/efl/css2.1/20110323/absolute-non-replaced-width-010-expected.png:
41531         * platform/efl/css2.1/20110323/absolute-non-replaced-width-010-expected.txt:
41532         * platform/efl/css2.1/20110323/absolute-non-replaced-width-011-expected.png:
41533         * platform/efl/css2.1/20110323/absolute-non-replaced-width-011-expected.txt:
41534         * platform/efl/css2.1/20110323/absolute-non-replaced-width-012-expected.png:
41535         * platform/efl/css2.1/20110323/absolute-non-replaced-width-012-expected.txt:
41536         * platform/efl/css2.1/20110323/absolute-non-replaced-width-013-expected.png:
41537         * platform/efl/css2.1/20110323/absolute-non-replaced-width-013-expected.txt:
41538         * platform/efl/css2.1/20110323/absolute-non-replaced-width-014-expected.png:
41539         * platform/efl/css2.1/20110323/absolute-non-replaced-width-014-expected.txt:
41540         * platform/efl/css2.1/20110323/absolute-non-replaced-width-015-expected.png:
41541         * platform/efl/css2.1/20110323/absolute-non-replaced-width-015-expected.txt:
41542         * platform/efl/css2.1/20110323/absolute-non-replaced-width-016-expected.png:
41543         * platform/efl/css2.1/20110323/absolute-non-replaced-width-016-expected.txt:
41544         * platform/efl/css2.1/20110323/absolute-non-replaced-width-017-expected.png:
41545         * platform/efl/css2.1/20110323/absolute-non-replaced-width-017-expected.txt:
41546         * platform/efl/css2.1/20110323/absolute-non-replaced-width-018-expected.png:
41547         * platform/efl/css2.1/20110323/absolute-non-replaced-width-018-expected.txt:
41548         * platform/efl/css2.1/20110323/absolute-non-replaced-width-019-expected.png:
41549         * platform/efl/css2.1/20110323/absolute-non-replaced-width-019-expected.txt:
41550         * platform/efl/css2.1/20110323/absolute-non-replaced-width-020-expected.png:
41551         * platform/efl/css2.1/20110323/absolute-non-replaced-width-020-expected.txt:
41552         * platform/efl/css2.1/20110323/absolute-non-replaced-width-021-expected.png:
41553         * platform/efl/css2.1/20110323/absolute-non-replaced-width-021-expected.txt:
41554         * platform/efl/css2.1/20110323/absolute-non-replaced-width-022-expected.png:
41555         * platform/efl/css2.1/20110323/absolute-non-replaced-width-022-expected.txt:
41556         * platform/efl/css2.1/20110323/absolute-non-replaced-width-023-expected.png:
41557         * platform/efl/css2.1/20110323/absolute-non-replaced-width-023-expected.txt:
41558         * platform/efl/css2.1/20110323/absolute-non-replaced-width-024-expected.png:
41559         * platform/efl/css2.1/20110323/absolute-non-replaced-width-024-expected.txt:
41560         * platform/efl/css2.1/20110323/absolute-replaced-height-001-expected.png:
41561         * platform/efl/css2.1/20110323/absolute-replaced-height-001-expected.txt:
41562         * platform/efl/css2.1/20110323/absolute-replaced-height-002-expected.png:
41563         * platform/efl/css2.1/20110323/absolute-replaced-height-002-expected.txt:
41564         * platform/efl/css2.1/20110323/absolute-replaced-height-003-expected.png:
41565         * platform/efl/css2.1/20110323/absolute-replaced-height-003-expected.txt:
41566         * platform/efl/css2.1/20110323/absolute-replaced-height-004-expected.png:
41567         * platform/efl/css2.1/20110323/absolute-replaced-height-005-expected.png:
41568         * platform/efl/css2.1/20110323/absolute-replaced-height-005-expected.txt:
41569         * platform/efl/css2.1/20110323/absolute-replaced-height-007-expected.png:
41570
41571 2013-01-18  Dominic Cooney  <dominicc@chromium.org>
41572
41573         [Chromium] Unreviewed gardening.
41574
41575         Add expectations for these tests which ASSERT in debug:
41576
41577         fast/forms/associated-element-crash.html
41578         html5lib/run-template.html
41579
41580         See <https://bugs.webkit.org/show_bug.cgi?id=107237>
41581
41582         * platform/chromium/TestExpectations:
41583
41584 2013-01-18  Tim Horton  <timothy_horton@apple.com>
41585
41586         Unreviewed, fix mac and mac-wk2 TestExpectations lint warnings.
41587
41588         * platform/mac-wk2/TestExpectations:
41589         fast/events/drag-selects-image.html is already covered by a classified failure,
41590         no reason to have it in the unclassified section too!
41591         * platform/mac/TestExpectations:
41592         The these tests are already skipped on Mac.
41593
41594 2013-01-18  Sheriff Bot  <webkit.review.bot@gmail.com>
41595
41596         Unreviewed, rolling out r140005.
41597         http://trac.webkit.org/changeset/140005
41598         https://bugs.webkit.org/show_bug.cgi?id=107235
41599
41600         broke downstream Chromium interactive_ui_tests (Requested by
41601         dominicc on #webkit).
41602
41603         * http/tests/cache/cached-main-resource-expected.txt: Removed.
41604         * http/tests/cache/cached-main-resource.html: Removed.
41605         * http/tests/cache/resources/cacheable-iframe.php: Removed.
41606         * http/tests/inspector/resource-har-pages-expected.txt:
41607         * http/tests/loading/redirect-methods-expected.txt:
41608         * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
41609         * http/tests/misc/link-rel-icon-beforeload-expected.txt:
41610
41611 2013-01-18  Yoshifumi Inoue  <yosin@chromium.org>
41612
41613         REGRESSION(r137726): Spring Loaded Pan Scrolling doesn't stop
41614         https://bugs.webkit.org/show_bug.cgi?id=107205
41615
41616         Reviewed by Hajime Morita.
41617
41618         * platform/chromium-win/fast/events/panScroll-click-expected.txt: Added.
41619         * platform/chromium-win/fast/events/panScroll-click.html: Added.
41620         * platform/chromium-win/fast/events/panScroll-drag-expected.txt: Added.
41621         * platform/chromium-win/fast/events/panScroll-drag.html: Added.
41622         * platfrom/chromium/TestExpectations: Skip panScroll-{click,drag}.html for Android, Linux, and Mac.
41623
41624 2013-01-17  Rafael Weinstein  <rafaelw@chromium.org>
41625
41626         Ensure the parser adopts foster-parented children into the document of their parent.
41627         https://bugs.webkit.org/show_bug.cgi?id=107023
41628
41629         Reviewed by Adam Barth.
41630
41631         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.
41632
41633         * fast/parser/foster-parent-adopted-expected.txt: Added.
41634         * fast/parser/foster-parent-adopted.html: Added.
41635         * fast/parser/foster-parent-adopted2-expected.txt: Added.
41636         * fast/parser/foster-parent-adopted2.html: Added.
41637
41638 2013-01-17  Shinya Kawanaka  <shinyak@chromium.org>
41639
41640         Revert r122824 for a while
41641         https://bugs.webkit.org/show_bug.cgi?id=97867
41642
41643         Reviewed by Hajime Morita.
41644
41645         * fast/dom/shadow/select-image-with-shadow-expected.txt: Removed.
41646         * fast/dom/shadow/select-image-with-shadow.html: Removed.
41647         * fast/dom/shadow/shadowdom-for-image-alt-expected.html: Removed.
41648         * fast/dom/shadow/shadowdom-for-image-alt-update-expected.html: Removed.
41649         * fast/dom/shadow/shadowdom-for-image-alt-update.html: Removed.
41650         * fast/dom/shadow/shadowdom-for-image-alt.html: Removed.
41651         * fast/dom/shadow/shadowdom-for-image-content-expected.html: Removed.
41652         * fast/dom/shadow/shadowdom-for-image-content.html: Removed.
41653         * fast/dom/shadow/shadowdom-for-image-dynamic-expected.html: Removed.
41654         * fast/dom/shadow/shadowdom-for-image-dynamic.html: Removed.
41655         * fast/dom/shadow/shadowdom-for-image-event-click-expected.txt: Removed.
41656         * fast/dom/shadow/shadowdom-for-image-event-click.html: Removed.
41657         * fast/dom/shadow/shadowdom-for-image-expected.html: Removed.
41658         * fast/dom/shadow/shadowdom-for-image-in-shadowdom-expected.html: Removed.
41659         * fast/dom/shadow/shadowdom-for-image-in-shadowdom.html: Removed.
41660         * fast/dom/shadow/shadowdom-for-image-map-expected.txt: Removed.
41661         * fast/dom/shadow/shadowdom-for-image-map.html: Removed.
41662         * fast/dom/shadow/shadowdom-for-image-style-expected.html: Removed.
41663         * fast/dom/shadow/shadowdom-for-image-style.html: Removed.
41664         * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow-expected.html: Removed.
41665         * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow.html: Removed.
41666         * fast/dom/shadow/shadowdom-for-image-with-pseudo-id-expected.html: Removed.
41667         * fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html: Removed.
41668         * fast/dom/shadow/shadowdom-for-image-with-width-and-height-expected.html: Removed.
41669         * fast/dom/shadow/shadowdom-for-image-with-width-and-height.html: Removed.
41670         * fast/dom/shadow/shadowdom-for-image.html: Removed.
41671
41672 2013-01-17  Benjamin Poulain  <bpoulain@apple.com>
41673
41674         Remove non-existant test from Mac's TestExpectations
41675
41676         Unreviewed.
41677
41678         * platform/mac/TestExpectations:
41679         track-cue-rendering-inner-timestamps.html has been removed.
41680         drag-and-drop-autoscroll.html was introduced in a patch that has been reverted.
41681
41682 2013-01-17  Joanmarie Diggs  <jdiggs@igalia.com>
41683
41684         REGRESSION (r139444): Crashes in three accessibility tests on GTK
41685         https://bugs.webkit.org/show_bug.cgi?id=106922
41686
41687         Reviewed by Chris Fleizach.
41688
41689         * platform/gtk/TestExpectations: Unskipped the three failing tests
41690
41691 2013-01-17  Elliott Sprehn  <esprehn@chromium.org>
41692
41693         Track subframe count to avoid traversing the tree when there's no subframes
41694         https://bugs.webkit.org/show_bug.cgi?id=101821
41695
41696         Reviewed by Ojan Vafai.
41697
41698         Add a test that when frames are moved around by the parser and not actually
41699         detached we keep the subframe counters of ancestors consistent.
41700
41701         * fast/frames/parser-append-subframe-count-expected.txt: Added.
41702         * fast/frames/parser-append-subframe-count.html: Added.
41703
41704 2013-01-17  Alpha Lam  <hclam@chromium.org>
41705
41706         [chromium] Unreviewed gardening.
41707
41708         This test times out on Win7 dbg half of the time:
41709         fast/js/toString-and-valueOf-override.html
41710
41711         Mark it as Timeout.
41712
41713         * platform/chromium/TestExpectations:
41714
41715 2013-01-17  Dominic Cooney  <dominicc@chromium.org>
41716
41717         [Chromium] Unreviewed gardening.
41718
41719         Broaden the failure expectations of these tests:
41720
41721         scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html
41722         scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html
41723
41724         These fail pixel tests by painting the system theme scrollbar; see
41725         <http://bugs.webkit.org/show_bug.cgi?id=106858>
41726
41727         * platform/chromium/TestExpectations:
41728
41729 2013-01-17  Sheriff Bot  <webkit.review.bot@gmail.com>
41730
41731         Unreviewed, rolling out r139402.
41732         http://trac.webkit.org/changeset/139402
41733         https://bugs.webkit.org/show_bug.cgi?id=107212
41734
41735         Perf regression on DOMDivWalk (Requested by falken_ on
41736         #webkit).
41737
41738         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Removed.
41739         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Removed.
41740         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Removed.
41741         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Removed.
41742
41743 2013-01-17  Alpha Lam  <hclam@chromium.org>
41744
41745         [chromium] Test expectations update
41746         https://bugs.webkit.org/show_bug.cgi?id=107209
41747
41748         Mark this test as crash on debug builds:
41749         fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor.html
41750
41751         This crash seems to be caused by r140024.
41752
41753         * platform/chromium/TestExpectations:
41754
41755 2013-01-17  Matt Falkenhagen  <falken@chromium.org>
41756
41757         Top layer fails for inline elements
41758         https://bugs.webkit.org/show_bug.cgi?id=106538
41759
41760         Reviewed by Hajime Morita.
41761
41762         * fast/dom/HTMLDialogElement/element-removed-from-top-layer-has-original-position-expected.html: Added.
41763         * fast/dom/HTMLDialogElement/element-removed-from-top-layer-has-original-position.html: Added.
41764         * fast/dom/HTMLDialogElement/top-layer-position-relative-expected.html: Added.
41765         * fast/dom/HTMLDialogElement/top-layer-position-relative.html: Added.
41766         * fast/dom/HTMLDialogElement/top-layer-position-static-expected.html: Added.
41767         * fast/dom/HTMLDialogElement/top-layer-position-static.html: Added.
41768
41769 2013-01-17  Alpha Lam  <hclam@chromium.org>
41770
41771         [chromium] Test expectations update
41772         https://bugs.webkit.org/show_bug.cgi?id=107204
41773
41774         Mark this test as flaky:
41775         fast/events/touch/multi-touch-inside-iframes.html
41776
41777         * platform/chromium/TestExpectations:
41778
41779 2013-01-17  Abhishek Arya  <inferno@chromium.org>
41780
41781         Heap-use-after-free in WebCore::RenderBlock::checkFloatsInCleanLine
41782         https://bugs.webkit.org/show_bug.cgi?id=90802
41783
41784         Reviewed by Julien Chaffraix.
41785
41786         * fast/multicol/float-not-removed-crash-expected.txt: Added.
41787         * fast/multicol/float-not-removed-crash.html: Added.
41788
41789 2013-01-17  Simon Fraser  <simon.fraser@apple.com>
41790
41791         Make it possible for the root background to be painted into its own GraphicsLayer
41792         https://bugs.webkit.org/show_bug.cgi?id=107177
41793
41794         Reviewed by Dave Hyatt.
41795         
41796         New tests with results for a fixed root background layer when using tiled drawing.
41797
41798         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.png: Added.
41799         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Added.
41800         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer.html: Added.
41801         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.png: Added.
41802         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Added.
41803         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.png: Added.
41804         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Added.
41805         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html.html: Added.
41806         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.png: Added.
41807         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Added.
41808         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html.html: Added.
41809         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png: Added.
41810         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Added.
41811         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed.html: Added.
41812         * platform/mac/tiled-drawing/fixed-background/fixed-body-background.html: Added.
41813         * platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.png: Added.
41814         * platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Added.
41815         * platform/mac/tiled-drawing/fixed-background/fixed-html-background.html: Added.
41816         * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.png: Added.
41817         * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt: Added.
41818         * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background.html: Added.
41819
41820 2013-01-17  Alpha Lam  <hclam@chromium.org>
41821
41822         [chromium] Test expectations update
41823
41824         Unreviewed build fix. Update test expectations to reflect crashing tests:
41825         http/tests/appcache/fail-on-update.html
41826         http/tests/appcache/fail-on-update-2.html
41827
41828         * platform/chromium/TestExpectations:
41829
41830 2013-01-17  Alexis Hetu  <sugoi@chromium.org>
41831
41832         imageSmoothingEnabled frequent, unpredictable crashes
41833         https://bugs.webkit.org/show_bug.cgi?id=107161
41834
41835         Reviewed by Stephen White.
41836
41837         Added a layout test for setting image smoothing enabled on a 0 sized
41838         canvas.
41839
41840         * fast/canvas/canvas-imageSmoothingEnabled-zero-size-expected.txt: Added.
41841         * fast/canvas/canvas-imageSmoothingEnabled-zero-size.html: Added.
41842
41843 2013-01-17  Sheriff Bot  <webkit.review.bot@gmail.com>
41844
41845         Unreviewed, rolling out r140049.
41846         http://trac.webkit.org/changeset/140049
41847         https://bugs.webkit.org/show_bug.cgi?id=107187
41848
41849         Breaks lots of stuff (Requested by schenney on #webkit).
41850
41851         * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Removed.
41852         * svg/dom/SVGViewSpec-invalid-ref-crash.html: Removed.
41853
41854 2013-01-17  Stephen Chenney  <schenney@chromium.org>
41855
41856         SVGViewSpec fails when corresponding element has been removed
41857         https://bugs.webkit.org/show_bug.cgi?id=106957
41858
41859         Reviewed by Dirk Schulze.
41860
41861         Test for the situation in which the target of an SVGViewSpec is
41862         removed while the view spec lives on in JS.
41863
41864         * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Added.
41865         * svg/dom/SVGViewSpec-invalid-ref-crash.html: Added.
41866
41867 2013-01-17  Julien Chaffraix  <jchaffraix@webkit.org>
41868
41869         [CSS Grid Layout] Updating -webkit-grid-rows or -webkit-grid-columns doesn't work as expected
41870         https://bugs.webkit.org/show_bug.cgi?id=107062
41871
41872         Reviewed by Tony Chang.
41873
41874         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update-expected.txt: Added.
41875         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update.html: Added.
41876         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-update-expected.txt: Added.
41877         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-update.html: Added.
41878
41879 2013-01-17  Alpha Lam  <hclam@chromium.org>
41880
41881         [chromium] Fix layout test expectations.
41882
41883         Not reviewed. Update layout test expectations.
41884
41885         http/tests/appcache/fail-on-update.html is crashing, mark it so.
41886
41887         * platform/chromium/TestExpectations:
41888
41889 2013-01-17  Alpha Lam  <hclam@chromium.org>
41890
41891         [chromium] Layout test rebaselines.
41892
41893         Not reviewed. Rebaselines to fix build.
41894
41895         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
41896
41897 2013-01-17  Stephen Chenney  <schenney@chromium.org>
41898
41899         [Chromium] svg/custom/foreign-object-skew-expected.png differs Debug/Release on SnowLeopard
41900         https://bugs.webkit.org/show_bug.cgi?id=99138
41901
41902         Unreviewed test expectations update.
41903
41904         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png: Use the Release result.
41905         * platform/chromium/TestExpectations: Mark the test as failing, and won't fix.
41906
41907 2013-01-17  Robert Hogan  <robert@webkit.org>
41908
41909         Nested fixed position element not staying with parent
41910         https://bugs.webkit.org/show_bug.cgi?id=65477
41911
41912         Reviewed by David Hyatt.
41913
41914         * fast/inline/fixed-pos-moves-with-abspos-inline-parent-expected.txt: Added.
41915         * fast/inline/fixed-pos-moves-with-abspos-inline-parent.html: Added.
41916         * fast/inline/fixed-pos-moves-with-abspos-parent-expected.txt: Added.
41917         * fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor-expected.txt: Added.
41918         * fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor.html: Added.
41919         * fast/inline/fixed-pos-moves-with-abspos-parent.html: Added.
41920         * fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent-expected.txt: Added.
41921         * fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent.html: Added.
41922
41923 2013-01-17  Andrei Bucur  <abucur@adobe.com>
41924
41925         [CSS Regions] Content flows incorrectly in autoheight regions with min/max-height set
41926         https://bugs.webkit.org/show_bug.cgi?id=102099
41927
41928         Reviewed by David Hyatt.
41929
41930         All the tests have a description about how the breaking should happen. They pass if the height of the region chain is
41931         correctly computed by using the max-height, min-height, height and writing mode conditions.
41932
41933         * fast/regions/autoheight-maxheight-mixed-break-expected.txt: Added.
41934         * fast/regions/autoheight-maxheight-mixed-break.html: Added.
41935         * fast/regions/autoheight-maxheight-simple-break-expected.txt: Added.
41936         * fast/regions/autoheight-maxheight-simple-break.html: Added.
41937         * fast/regions/autoheight-maxheight-simple-nobreak-expected.txt: Added.
41938         * fast/regions/autoheight-maxheight-simple-nobreak.html: Added.
41939         * fast/regions/autoheight-minmaxheight-mixed-break-expected.txt: Added.
41940         * fast/regions/autoheight-minmaxheight-mixed-break-hbt-expected.txt: Added.
41941         * fast/regions/autoheight-minmaxheight-mixed-break-hbt.html: Added.
41942         * fast/regions/autoheight-minmaxheight-mixed-break-vlr-expected.txt: Added.
41943         * fast/regions/autoheight-minmaxheight-mixed-break-vlr.html: Added.
41944         * fast/regions/autoheight-minmaxheight-mixed-break-vrl-expected.txt: Added.
41945         * fast/regions/autoheight-minmaxheight-mixed-break-vrl.html: Added.
41946         * fast/regions/autoheight-minmaxheight-mixed-break.html: Added.
41947         * fast/regions/autoheight-minmaxheight-simple-break-expected.txt: Added.
41948         * fast/regions/autoheight-minmaxheight-simple-break.html: Added.
41949         * fast/regions/autoheight-minmaxheight-simple-nobreak-expected.txt: Added.
41950         * fast/regions/autoheight-minmaxheight-simple-nobreak.html: Added.
41951
41952 2013-01-17  Alexis Menard  <alexis@webkit.org>
41953
41954         Add ontransitionend attribute on HTML elements.
41955         https://bugs.webkit.org/show_bug.cgi?id=107134
41956
41957         Reviewed by Simon Fraser.
41958
41959         Add tests to cover the new attribute. It also make sure that event if
41960         we use the old attribute and the new one at the same time only the new
41961         event handler will be called.
41962
41963         * transitions/transition-end-event-unprefixed-03-expected.txt: Added.
41964         * transitions/transition-end-event-unprefixed-03.html: Added.
41965         * transitions/transition-end-event-unprefixed-04-expected.txt: Added.
41966         * transitions/transition-end-event-unprefixed-04.html: Added.
41967
41968 2013-01-17  Andrei Bucur  <abucur@adobe.com>
41969
41970         Widows and orphans test4 fails if isolated
41971         https://bugs.webkit.org/show_bug.cgi?id=106006
41972
41973         Reviewed by Dean Jackson.
41974
41975         This is the "Basic Orphans" test extracted from fast/multicol/widows-and-orphans.html. It was minimized and modified to include a relayout step.
41976
41977         * fast/multicol/orphans-relayout-expected.txt: Added.
41978         * fast/multicol/orphans-relayout.html: Added.
41979
41980 2013-01-17  Martin Robinson  <mrobinson@igalia.com>
41981
41982         REGRESSION (r137487): Crashes in editing/execCommand/indent-paragraphs.html on GTK, EFL
41983         https://bugs.webkit.org/show_bug.cgi?id=105042
41984
41985         Reviewed by Gustavo Noronha Silva.
41986
41987         Unskip a test which is now passing.
41988
41989         * platform/gtk/TestExpectations:
41990
41991 2013-01-17  Nate Chapin  <japhet@chromium.org>
41992
41993         Enable reuse of cached main resources
41994         https://bugs.webkit.org/show_bug.cgi?id=105667.
41995
41996         Reviewed by Antti Koivisto.
41997
41998         * http/tests/cache/cached-main-resource-expected.txt: Added.
41999         * http/tests/cache/cached-main-resource.html: Added.
42000         * http/tests/cache/resources/cacheable-iframe.php: Added.
42001         * http/tests/inspector/resource-har-pages-expected.txt:
42002         * http/tests/loading/redirect-methods-expected.txt:
42003         * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
42004         * http/tests/misc/link-rel-icon-beforeload-expected.txt:
42005
42006 2013-01-17  Shinya Kawanaka  <shinyak@chromium.org>
42007
42008         [Mac] svg/custom/text-use-click-crash.xhtml added by r139029 hits assertion in enclosingTextFormControl
42009         https://bugs.webkit.org/show_bug.cgi?id=106361
42010
42011         Reviewed by Darin Adler.
42012
42013         Removed crash test expectation.
42014
42015         * platform/mac/TestExpectations:
42016
42017 2013-01-17  Eugene Klyuchnikov  <eustas@chromium.org>
42018
42019         Web Inspector: Profiler: split "getProfile" to "getCPUProfile" and "loadHeapSnapshot"
42020         https://bugs.webkit.org/show_bug.cgi?id=104545
42021
42022         Reviewed by Yury Semikhatsky.
42023
42024         Adopted new method signatures.
42025
42026         * inspector/profiler/heap-snapshot-get-profile-crash.html:
42027         Adopted new method signatures.
42028         * inspector/profiler/heap-snapshot-loader.html: Ditto.
42029         * inspector/profiler/heap-snapshot-test.js: Ditto.
42030
42031 2013-01-17  Krzysztof Czech  <k.czech@samsung.com>
42032
42033         Unreviewed EFL gardening.
42034         https://bugs.webkit.org/show_bug.cgi?id=107113
42035
42036         Skipping test with missing expectation result.
42037
42038         * platform/efl-wk2/TestExpectations:
42039
42040 2013-01-17  John Bauman  <jbauman@chromium.org>
42041
42042         Fix texImage2D from a WebGL canvas.
42043         https://bugs.webkit.org/show_bug.cgi?id=106941
42044
42045         Reviewed by Kenneth Russell.
42046
42047         Add test to ensure doing teximage2d from a webgl canvas works. This
42048         test is the same as a webgl conformance test.
42049
42050         * fast/canvas/webgl/tex-image-webgl-expected.txt: Added.
42051         * fast/canvas/webgl/tex-image-webgl.html: Added.
42052
42053 2013-01-17  Stephen Chenney  <schenney@chromium.org>
42054
42055         [Chromium] Test expectations update after Skia shader changes
42056
42057         Unreviewed new GPU expectations
42058
42059         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
42060         * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
42061
42062 2013-01-17  Stephen Chenney  <schenney@chromium.org>
42063
42064         [Chromium} Removing extraneous expectations
42065
42066         Unreviewed expectations clean-up
42067
42068         * platform/chromium/TestExpectations:
42069
42070 2013-01-17  Stephen Chenney  <schenney@chromium.org>
42071
42072         [Chromium] Final rebaselines after Skia flags changed
42073         https://bugs.webkit.org/show_bug.cgi?id=106833
42074         https://bugs.webkit.org/show_bug.cgi?id=99138
42075
42076         Unreviewed test expectations update
42077
42078         * platform/chromium-linux/fast/borders/outline-alpha-inline-expected.png: Added.
42079         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
42080         * platform/chromium/TestExpectations:
42081
42082 2013-01-17  Andrey Lushnikov  <lushnikov@chromium.org>
42083
42084         Web Inspector: fix DefaultTextEditor's broken backspace
42085         https://bugs.webkit.org/show_bug.cgi?id=107130
42086
42087         Reviewed by Pavel Feldman.
42088
42089         Fix test expected results to correspond to changes.
42090
42091         * inspector/editor/text-editor-highlight-regexp-expected.txt:
42092
42093 2013-01-17  Zan Dobersek  <zdobersek@igalia.com>
42094
42095         Unreviewed GTK gardening.
42096
42097         Adjust and move expectations for tests in svg/ and tables/ as
42098         necessary to cover current testing situation for both WebKit1 and WebKit2.
42099
42100         * platform/gtk-wk1/TestExpectations:
42101         * platform/gtk-wk2/TestExpectations:
42102         * platform/gtk/TestExpectations:
42103
42104 2013-01-16  Vsevolod Vlasov  <vsevik@chromium.org>
42105
42106         Web Inspector: Introduce FileSystemWorkspaceProvider to allow showing files from file system in workspace.
42107         https://bugs.webkit.org/show_bug.cgi?id=107021
42108
42109         Reviewed by Pavel Feldman.
42110
42111         * inspector/file-mapping-expected.txt:
42112
42113 2013-01-17  Zan Dobersek  <zdobersek@igalia.com>
42114
42115         Unreviewed GTK gardening.
42116
42117         Removing 4 crash expectations that are obsolete.
42118
42119         * platform/gtk/TestExpectations:
42120
42121 2013-01-17  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
42122
42123         Unreviewed EFL gardening.
42124
42125         Allow to run spellcheck-input-search-crash.html for WK2-EFL.
42126         This test passes after r135595.
42127         It's skipped by global platform/wk2/TestExpectations.
42128
42129         * platform/efl-wk2/TestExpectations:
42130
42131 2013-01-16  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
42132
42133         [EFL][GTK] checkSpellingOfString treats the multiple words as spelled correctly
42134         https://bugs.webkit.org/show_bug.cgi?id=106662
42135
42136         Reviewed by Antonio Gomes.
42137
42138         * platform/efl-wk2/TestExpectations:
42139         Allow running spelling-backspace-between-lines.html for WebKit2-EFL as it's
42140         skipped by platform/wk2/TestExpectations.
42141
42142         * platform/gtk/TestExpectations:
42143         Unskipping spelling-backspace-between-lines.html for WebKit-GTK+.
42144
42145 2013-01-17  Chris Fleizach  <cfleizach@apple.com>
42146
42147         WebSpeech: implement voices list
42148         https://bugs.webkit.org/show_bug.cgi?id=107014
42149
42150         Reviewed by Adam Barth.
42151
42152         * platform/mac/TestExpectations:
42153         * platform/mac/fast/speechsynthesis: Added.
42154         * platform/mac/fast/speechsynthesis/speech-synthesis-voices-expected.txt: Added.
42155         * platform/mac/fast/speechsynthesis/speech-synthesis-voices.html: Added.
42156
42157 2013-01-16  Hajime Morrita  <morrita@google.com>
42158
42159         NoEventDispatchAssertion in ContainerNode::removeChildren is too strict
42160         https://bugs.webkit.org/show_bug.cgi?id=106985
42161
42162         Reviewed by Ryosuke Niwa.
42163
42164         * svg/custom/use-mutation-crash-expected.txt: Added.
42165         * svg/custom/use-mutation-crash.xhtml: Added.
42166
42167 2013-01-16  MORITA Hajime  <morrita@google.com>
42168
42169         Attr.ownerDocument should change if its parent's owner did
42170         https://bugs.webkit.org/show_bug.cgi?id=97644
42171
42172         Reviewed by Darin Adler.
42173
42174         * fast/dom/Attr/parent-adopt-node-expected.txt: Added.
42175         * fast/dom/Attr/parent-adopt-node.html: Added.
42176
42177 2013-01-16  Victor Carbune  <vcarbune@chromium.org>
42178
42179         Cues not rendered when they should be
42180         https://bugs.webkit.org/show_bug.cgi?id=106943
42181
42182         Reviewed by Eric Carlson.
42183
42184         * media/track/track-cue-rendering-mode-changed-expected.txt: Added.
42185         * media/track/track-cue-rendering-mode-changed.html: Added.
42186         * media/video-controls-captions-expected.txt: Updated.
42187
42188 2013-01-16  Sheriff Bot  <webkit.review.bot@gmail.com>
42189
42190         Unreviewed, rolling out r139853.
42191         http://trac.webkit.org/changeset/139853
42192         https://bugs.webkit.org/show_bug.cgi?id=107049
42193
42194         Broke the ChromeOS ppapi_unittests (Requested by leviw on
42195         #webkit).
42196
42197         * inspector-protocol/page/frameScheduledNavigation-expected.txt: Removed.
42198         * inspector-protocol/page/frameScheduledNavigation.html: Removed.
42199         * inspector-protocol/page/frameStartedLoading-expected.txt: Removed.
42200         * inspector-protocol/page/frameStartedLoading.html: Removed.
42201
42202 2013-01-16  Florin Malita  <fmalita@chromium.org>
42203
42204         [Chromium] Unreviewed gardening.
42205
42206         Adding results for platform/chromium/compositing/rounded-corners.html.
42207
42208         * platform/chromium-mac/platform/chromium/compositing/rounded-corners-expected.png: Added.
42209         * platform/chromium-win/platform/chromium/compositing/rounded-corners-expected.png: Added.
42210         * platform/chromium/TestExpectations:
42211         * platform/chromium/platform/chromium/compositing/rounded-corners-expected.txt: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.txt.
42212
42213 2013-01-16  Arnaud Renevier  <a.renevier@sisa.samsung.com>
42214
42215         inconsistency in drawImage with target rect negative dimensions.
42216         https://bugs.webkit.org/show_bug.cgi?id=100026
42217
42218         Reviewed by Dean Jackson.
42219
42220         Add a drawImage check for a destination rectangle with -1px
42221         width/height. When drawing to (1, 1, -1, -1) rectangle, first
42222         (top-left) pixel should have been and been the only one drawn into.
42223
42224         * fast/canvas/drawImage-with-negative-source-destination-expected.txt:
42225         * fast/canvas/drawImage-with-negative-source-destination.js:
42226
42227 2013-01-16  W. James MacLean  <wjmaclean@chromium.org>
42228
42229         LinkHighlight should use touch adjustment to match active state on GestureTapDown.
42230         https://bugs.webkit.org/show_bug.cgi?id=107032
42231
42232         Reviewed by Adam Barth.
42233
42234         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line.html:
42235
42236 2013-01-16  Levi Weintraub  <leviw@chromium.org>
42237
42238         Unreviewed gardening. Marking several tests as crashing on Debug builds following
42239         r139853.
42240
42241         * platform/chromium/TestExpectations:
42242
42243 2013-01-16  Levi Weintraub  <leviw@chromium.org>
42244
42245         Unreveiwed gardening. Updating expectations following r139865.
42246
42247         * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png:
42248         * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
42249         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
42250         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
42251         * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png:
42252         * platform/chromium/TestExpectations:
42253
42254 2013-01-16  Andrey Adaikin  <aandrey@chromium.org>
42255
42256         Web Inspector: array grouping does not work for float number keys
42257         https://bugs.webkit.org/show_bug.cgi?id=106998
42258
42259         Reviewed by Pavel Feldman.
42260
42261         * inspector/console/console-big-array-expected.txt:
42262         * inspector/console/console-big-array.html:
42263
42264 2013-01-16  Andrey Kosyakov  <caseq@chromium.org>
42265
42266         Web Inspector: cookies with empty value are parsed incorrectly
42267         https://bugs.webkit.org/show_bug.cgi?id=107012
42268
42269         Reviewed by Pavel Feldman.
42270
42271         * inspector/cookie-parser-expected.txt:
42272         * inspector/cookie-parser.html:
42273
42274 2013-01-16  Andrey Lushnikov  <lushnikov@chromium.org>
42275
42276         Web Inspector: create helper InspectorTest method to dump editor HTML
42277         https://bugs.webkit.org/show_bug.cgi?id=107007
42278
42279         Reviewed by Pavel Feldman.
42280
42281         Add helper method to dump textEditor HTML.
42282
42283         * inspector/editor/editor-test.js:
42284         (initialize_EditorTests.InspectorTest.dumpEditorHTML): Added.
42285         * inspector/editor/text-editor-highlight-regexp.html:
42286
42287 2013-01-16  Andrey Kosyakov  <caseq@chromium.org>
42288
42289         Web Inspector: [Extensions API] remove inspectedWindow.onReset event
42290         https://bugs.webkit.org/show_bug.cgi?id=107009
42291
42292         Reviewed by Vsevolod Vlasov.
42293
42294         * inspector/extensions/extensions-api-expected.txt: removed webInspector.onReset.
42295
42296 2013-01-16  Andrey Lushnikov  <lushnikov@chromium.org>
42297
42298         Web Inspector: fix text-editor-highlight-regexp test
42299         https://bugs.webkit.org/show_bug.cgi?id=107006
42300
42301         Reviewed by Vsevolod Vlasov.
42302
42303         Fixing test expectations: no more height style.
42304
42305         * inspector/editor/text-editor-highlight-regexp-expected.txt:
42306
42307 2013-01-16  Zan Dobersek  <zdobersek@igalia.com>
42308
42309         Unreviewed GTK gardening.
42310
42311         Updating or removing a few stale expectations.
42312         Adding two failure expectations for MicroData tests that are
42313         failing after r139673.
42314
42315         * platform/gtk/TestExpectations:
42316
42317 2013-01-16  Dominik Röttsches  <dominik.rottsches@intel.com>
42318
42319         [EFL] Unreviewed gardening.
42320
42321         Marking compositing/layer-creation/overlap-animation-container as failure
42322         after it started failing in r139794, might just need a rebaseline but first let's have
42323         someone familiar with AC look at it.
42324
42325         * platform/efl/TestExpectations:
42326
42327 2013-01-16  Pablo Flouret  <pablof@motorola.com>
42328
42329         Implement CSSSupportsRule
42330         https://bugs.webkit.org/show_bug.cgi?id=104822
42331
42332         Reviewed by Allan Sandfeld Jensen.
42333
42334         * css3/supports-cssom-expected.txt: Added.
42335         * css3/supports-cssom.html: Added.
42336         * css3/supports-expected.txt:
42337         * css3/supports.html:
42338
42339         * platform/chromium/TestExpectations:
42340         * platform/efl/TestExpectations:
42341         * platform/gtk/TestExpectations:
42342         * platform/mac/TestExpectations:
42343         * platform/qt/TestExpectations:
42344         * platform/win/TestExpectations:
42345         * platform/wincairo/TestExpectations:
42346         * platform/wk2/TestExpectations:
42347
42348 2013-01-16  Kent Tamura  <tkent@chromium.org>
42349
42350         INPUT_MULTIPLE_FIELDS_UI: Unable to edit a time field with step=86400, and confusing appearance
42351         https://bugs.webkit.org/show_bug.cgi?id=106983
42352
42353         Reviewed by Kentaro Hara.
42354
42355         Note: We don't add tests for input[type=datetime] now because the WHATWG
42356         specification might be changed.
42357
42358         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield-expected.txt: Added.
42359         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield.html: Added.
42360
42361         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt:
42362         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html:
42363         Update test cases for new behavior. We should not make hour fields
42364         read-only for input[type=time].
42365         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png: Ditto.
42366         * platform/chromium/TestExpectations: Add time-appearance-basic.html.
42367
42368 2013-01-16  Nandor Huszka  <hnandor@inf.u-szeged.hu>
42369
42370         [Qt] Unreviewed gardening.
42371
42372         * platform/qt-5.0-wk1/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png: Added. Rebaseline after r139798.
42373         * platform/qt-5.0-wk1/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added. Rebaseline after r139798.
42374         * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt: Added. Rebaseline after r139794.
42375         * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Rebaseline after r139798.
42376         * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Rebaseline after r139798.
42377
42378 2013-01-16  Dominik Röttsches  <dominik.rottsches@intel.com>
42379
42380         [EFL] Unreviewed gardening.
42381
42382         Removed fast/events/drag-and-drop-autoscroll from Test expectations after rollout in r139503.
42383         ScrollingCoordinator tests moved to TestExpectations after r139686.
42384         Border size rendering change in r139798 requires a rebaseline for
42385         svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm &
42386         http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
42387         but they fail to generate pixel results - see bug 106992.
42388         PropertyCollection tests skipped for now after r139756
42389
42390         * platform/efl/TestExpectations:
42391
42392 2013-01-15  Vsevolod Vlasov  <vsevik@chromium.org>
42393
42394         Web Inspector: Introduce file mapping allowing to map network loaded scripts and stylesheets to file system files.
42395         https://bugs.webkit.org/show_bug.cgi?id=106795
42396
42397         Reviewed by Pavel Feldman.
42398
42399         * inspector/file-mapping-expected.txt: Added.
42400         * inspector/file-mapping.html: Added.
42401
42402 2013-01-15  Vsevolod Vlasov  <vsevik@chromium.org>
42403
42404         Web Inspector: Introduce UISourceCode.originURL().
42405         https://bugs.webkit.org/show_bug.cgi?id=106909
42406
42407         Reviewed by Pavel Feldman.
42408
42409         * http/tests/inspector/compiler-script-mapping.html:
42410         * http/tests/inspector/debugger-test.js:
42411         (initialize_DebuggerTest):
42412         * http/tests/inspector/network/network-request-revision-content.html:
42413         * http/tests/inspector/workspace-test.js:
42414         * inspector/debugger/breakpoint-manager.html:
42415         * inspector/debugger/dynamic-script-tag.html:
42416         * inspector/debugger/linkifier.html:
42417         * inspector/debugger/live-edit-breakpoints.html:
42418         * inspector/debugger/script-snippet-model.html:
42419         * inspector/debugger/scripts-file-selector.html:
42420         * inspector/debugger/scripts-panel.html:
42421         * inspector/debugger/scripts-sorting.html:
42422         * inspector/debugger/source-frame-count.html:
42423         * inspector/debugger/source-url-comment.html:
42424         * inspector/debugger/ui-source-code-display-name.html:
42425         * inspector/debugger/ui-source-code.html:
42426         * inspector/styles/styles-history.html:
42427         * inspector/uisourcecode-revisions.html:
42428
42429 2013-01-16  Csaba Osztrogonác  <ossy@webkit.org>
42430
42431         REGRESSION(r139835): fast/js/integer-division-neg2tothe32-by-neg1.html is failing
42432         https://bugs.webkit.org/show_bug.cgi?id=106991
42433
42434         Unreviewed gardening, updated expected file.
42435
42436         * fast/js/integer-division-neg2tothe32-by-neg1-expected.txt:
42437         * platform/chromium/fast/js/integer-division-neg2tothe32-by-neg1-expected.txt: Removed.
42438
42439 2013-01-16  Zan Dobersek  <zdobersek@igalia.com>
42440
42441         Unreviewed GTK gardening.
42442
42443         Adding a failure expectation for fast/js/integer-division-neg2tothe32-by-neg1.html.
42444         The test started failing after r139835.
42445
42446         * platform/gtk/TestExpectations:
42447
42448 2013-01-16  Ken Kania  <kkania@chromium.org>
42449
42450         [Inspector] Add events for tracking page loads and scheduled navigations.
42451         https://bugs.webkit.org/show_bug.cgi?id=104168
42452
42453         Reviewed by Pavel Feldman.
42454
42455         These events are needed for clients who need to be aware of when a page is
42456         navigating or about to navigate. Some clients may wish to prevent interaction
42457         with the page during this time. Two of the new events track loading start and
42458         stop, as measured by the ProgressTracker. The other two events track when a
42459         page has a new scheduled navigation and when it no longer has a scheduled
42460         navigation. These latter two events won't allow the client to determine if
42461         a load is going to happen in all circumstances, but is sufficient for many cases.
42462
42463         * inspector-protocol/page/frameScheduledNavigation-expected.txt: Added.
42464         * inspector-protocol/page/frameScheduledNavigation.html: Added.
42465         * inspector-protocol/page/frameStartedLoading-expected.txt: Added.
42466         * inspector-protocol/page/frameStartedLoading.html: Added.
42467
42468 2013-01-16  Zan Dobersek  <zdobersek@igalia.com>
42469
42470         Unreviewed GTK gardening.
42471
42472         Rebaselining after r139798.
42473
42474         * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
42475         * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
42476
42477 2013-01-16  Dominic Cooney  <dominicc@chromium.org>
42478
42479         [Chromium] Unreviewed gardening.
42480
42481         Rebaseline this test on Linux after r139798:
42482
42483         http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
42484
42485         * platform/chromium-linux/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:
42486
42487 2013-01-16  Tommy Widenflycht  <tommyw@google.com>
42488
42489         MediaStream API: Update MediaStreamTrack::readyState to match specification
42490         https://bugs.webkit.org/show_bug.cgi?id=106781
42491
42492         Reviewed by Kentaro Hara.
42493
42494         * fast/mediastream/MediaStreamTrack-expected.txt:
42495         * fast/mediastream/MediaStreamTrack.html:
42496
42497 2013-01-16  Andrey Adaikin  <aandrey@chromium.org>
42498
42499         Web Inspector: array grouping does not work for big and negative number keys
42500         https://bugs.webkit.org/show_bug.cgi?id=106891
42501
42502         Reviewed by Pavel Feldman.
42503
42504         * inspector/console/console-big-array-expected.txt:
42505         * inspector/console/console-big-array.html:
42506
42507 2013-01-16  Dominic Cooney   <dominicc@chromium.org>
42508
42509         [Chromium] Unreviewed gardening.
42510
42511         Rebaseline this test after r139835:
42512
42513         fast/js/integer-division-neg2tothe32-by-neg1.html
42514
42515         * platform/chromium/fast/js/integer-division-neg2tothe32-by-neg1-expected.txt: Added.
42516
42517 2013-01-16  Zan Dobersek  <zdobersek@igalia.com>
42518
42519         Unreviewed gardening.
42520
42521         Adjusting failure expectations for fast/harness/sample-fail-mismatch-reftest.html
42522         on all ports. The expectation for the test is now marked as a WontFix image failure.
42523
42524         r139786 reintroduced the possibility of running tests marked as WontFix if there is
42525         another expectation (like Failure, ImageOnlyFailure) listed for the test.
42526
42527         This specific test tests that the harness correctly behaves in a case of a mismatch
42528         reftest that matches with its baseline (i.e. that an image failure is reported). As
42529         such every port should run it to ensure correct behavior of the ImageDiff tool in combination
42530         with NRWT.
42531
42532         * platform/chromium/TestExpectations:
42533         * platform/efl/TestExpectations:
42534         * platform/gtk/TestExpectations:
42535         * platform/mac/TestExpectations:
42536         * platform/qt/TestExpectations:
42537         * platform/win/TestExpectations:
42538         * platform/wincairo/TestExpectations:
42539
42540 2013-01-16  Dominic Cooney  <dominicc@chromium.org>
42541
42542         [Chromium] Unreviewed gardening.
42543
42544         Baseline (and rebaseline on Linux) these tests introduced in
42545         r139836:
42546
42547         fast/gradients/unprefixed-color-stop-units.html
42548         fast/gradients/unprefixed-color-stops.html
42549         fast/gradients/unprefixed-generated-gradients.html
42550         fast/gradients/unprefixed-gradient-parsing.html
42551         fast/gradients/unprefixed-linear-angle-gradients.html
42552         fast/gradients/unprefixed-linear-right-angle-gradients.html
42553         fast/gradients/unprefixed-list-item-gradient.html
42554         fast/gradients/unprefixed-radial-gradients.html
42555         fast/gradients/unprefixed-radial-gradients2.html
42556         fast/gradients/unprefixed-radial-gradients3.html
42557         fast/gradients/unprefixed-repeating-end-fill.html
42558         fast/gradients/unprefixed-repeating-linear-gradient.html
42559         fast/gradients/unprefixed-repeating-radial-gradients.html
42560         fast/gradients/unprefixed-zero-range-repeating-gradient-hang.html
42561
42562         * platform/chromium-linux/fast/gradients/unprefixed-color-stop-units-expected.png:
42563         * platform/chromium-linux/fast/gradients/unprefixed-color-stops-expected.png: Removed.
42564         * platform/chromium-linux/fast/gradients/unprefixed-generated-gradients-expected.png: Removed.
42565         * platform/chromium-linux/fast/gradients/unprefixed-linear-angle-gradients-expected.png:
42566         * platform/chromium-linux/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png:
42567         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients-expected.png:
42568         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients2-expected.png:
42569         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients3-expected.png: Removed.
42570         * platform/chromium-linux/fast/gradients/unprefixed-repeating-linear-gradient-expected.png:
42571         * platform/chromium-linux/fast/gradients/unprefixed-repeating-radial-gradients-expected.png:
42572         * platform/chromium-linux/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Removed.
42573         * platform/chromium-mac-lion/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
42574         * platform/chromium-mac-snowleopard/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
42575         * platform/chromium-mac/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
42576         * platform/chromium-mac/fast/gradients/unprefixed-color-stops-expected.png: Added.
42577         * platform/chromium-mac/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
42578         * platform/chromium-mac/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
42579         * platform/chromium-mac/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
42580         * platform/chromium-mac/fast/gradients/unprefixed-list-item-gradient-expected.png: Added.
42581         * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
42582         * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
42583         * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
42584         * platform/chromium-mac/fast/gradients/unprefixed-repeating-end-fill-expected.png: Added.
42585         * platform/chromium-mac/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
42586         * platform/chromium-mac/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
42587         * platform/chromium-mac/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
42588         * platform/chromium-win/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
42589         * platform/chromium-win/fast/gradients/unprefixed-color-stops-expected.png: Added.
42590         * platform/chromium-win/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
42591         * platform/chromium-win/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
42592         * platform/chromium-win/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
42593         * 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.
42594         * platform/chromium-win/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
42595         * platform/chromium-win/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
42596         * platform/chromium-win/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
42597         * 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.
42598         * platform/chromium-win/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
42599         * platform/chromium-win/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
42600         * platform/chromium-win/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
42601
42602 2013-01-16  Andrey Lushnikov  <lushnikov@chromium.org>
42603
42604         Web Inspector: highlight regexp API for DefaultTextEditor
42605         https://bugs.webkit.org/show_bug.cgi?id=106801
42606
42607         Reviewed by Pavel Feldman.
42608
42609         New layout test to verify DefaultTextEditor highlight regexp API.
42610
42611         * inspector/editor/text-editor-highlight-regexp-expected.txt: Added.
42612         * inspector/editor/text-editor-highlight-regexp.html: Added.
42613
42614 2013-01-15  Tab Atkins  <jackalmage@gmail.com>
42615
42616         Update CSS3 gradient support to the latest spec version
42617         https://bugs.webkit.org/show_bug.cgi?id=67166
42618
42619         Reviewed by Dean Jackson.
42620
42621         * fast/gradients/unprefixed-color-stop-units-expected.txt: Added.
42622         * fast/gradients/unprefixed-color-stop-units.html: Added.
42623         * fast/gradients/unprefixed-color-stops-expected.txt: Added.
42624         * fast/gradients/unprefixed-color-stops.html: Added.
42625         * fast/gradients/unprefixed-generated-gradients-expected.txt: Added.
42626         * fast/gradients/unprefixed-generated-gradients.html: Added.
42627         * fast/gradients/unprefixed-gradient-parsing-expected.txt: Added.
42628         * fast/gradients/unprefixed-gradient-parsing.html: Added.
42629         * fast/gradients/unprefixed-linear-angle-gradients-expected.txt: Added.
42630         * fast/gradients/unprefixed-linear-angle-gradients.html: Added.
42631         * fast/gradients/unprefixed-linear-right-angle-gradients-expected.txt: Added.
42632         * fast/gradients/unprefixed-linear-right-angle-gradients.html: Added.
42633         * fast/gradients/unprefixed-list-item-gradient-expected.txt: Added.
42634         * fast/gradients/unprefixed-list-item-gradient.html: Added.
42635         * fast/gradients/unprefixed-radial-gradients-expected.txt: Added.
42636         * fast/gradients/unprefixed-radial-gradients.html: Added.
42637         * fast/gradients/unprefixed-radial-gradients2-expected.txt: Added.
42638         * fast/gradients/unprefixed-radial-gradients2.html: Added.
42639         * fast/gradients/unprefixed-radial-gradients3-expected.txt: Added.
42640         * fast/gradients/unprefixed-radial-gradients3.html: Added.
42641         * fast/gradients/unprefixed-repeating-end-fill-expected.txt: Added.
42642         * fast/gradients/unprefixed-repeating-end-fill.html: Added.
42643         * fast/gradients/unprefixed-repeating-linear-gradient-expected.txt: Added.
42644         * fast/gradients/unprefixed-repeating-linear-gradient.html: Added.
42645         * fast/gradients/unprefixed-repeating-radial-gradients-expected.txt: Added.
42646         * fast/gradients/unprefixed-repeating-radial-gradients.html: Added.
42647         * fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.txt: Added.
42648         * fast/gradients/unprefixed-zero-range-repeating-gradient-hang.html: Added.
42649         * platform/chromium-linux/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
42650         * platform/chromium-linux/fast/gradients/unprefixed-color-stops-expected.png: Added.
42651         * platform/chromium-linux/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
42652         * platform/chromium-linux/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
42653         * platform/chromium-linux/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
42654         * platform/chromium-linux/fast/gradients/unprefixed-list-item-gradient-expected.png: Added.
42655         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
42656         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
42657         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
42658         * platform/chromium-linux/fast/gradients/unprefixed-repeating-end-fill-expected.png: Added.
42659         * platform/chromium-linux/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
42660         * platform/chromium-linux/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
42661         * platform/chromium-linux/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
42662
42663 2013-01-15  Michael Saboff  <msaboff@apple.com>
42664
42665         DFG X86: division in the used-as-int case doesn't correctly check for -2^31/-1
42666         https://bugs.webkit.org/show_bug.cgi?id=106978
42667
42668         Reviewed by Filip Pizlo.
42669
42670         Added a new DFG check for -2^31 / -1 when we expect and integer result.
42671
42672         * fast/js/integer-division-neg2tothe32-by-neg1-expected.txt:
42673         * fast/js/script-tests/integer-division-neg2tothe32-by-neg1.js:
42674         (myDivExpectingInt):
42675
42676 2013-01-15  Dominic Cooney  <dominicc@chromium.org>
42677
42678         [Chromium] Unreviewed gardening.
42679
42680         Rebaseline this test on Win after r139798:
42681
42682         http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
42683
42684         * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:
42685         * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
42686         * platform/chromium/TestExpectations:
42687
42688 2013-01-15  Dominic Cooney   <dominicc@chromium.org>
42689
42690         [Chromium] Unreviewed gardening.
42691
42692         Rebaseline this test after r139798:
42693
42694         svg/zoom/page/zoom-replaced-intrinsic-ratio-001.html
42695
42696         * platform/chromium-mac-lion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
42697         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
42698         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
42699         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
42700         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
42701         * platform/chromium/TestExpectations:
42702         * 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.
42703
42704 2013-01-15  Dominic Cooney  <dominicc@chromium.org>
42705
42706         [Chromium] Unreviewed gardening.
42707
42708         Add expectations for this test:
42709
42710         scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html
42711
42712         On the Chromium Mac Debug bot it is drawn with system scrollbars;
42713         see <https://bugs.webkit.org/show_bug.cgi?id=106858>
42714
42715         * platform/chromium/TestExpectations:
42716
42717 2013-01-15  Charles Wei  <charles.wei@torchmobile.com.cn>
42718
42719         Fullscreen element should not share styles with it's siblings.
42720         https://bugs.webkit.org/show_bug.cgi?id=106888
42721
42722         Reviewed by George Staikos.
42723
42724         * fullscreen/full-screen-no-style-sharing-expected.txt: Added.
42725         * fullscreen/full-screen-no-style-sharing.html: Added.
42726
42727 2013-01-15  Dominic Cooney   <dominicc@chromium.org>
42728
42729         [Chromium] Unreviewed gardening.
42730
42731         Rebaselining this test on Windows:
42732
42733         svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html
42734
42735         The Chromium XP and Win7 bots' results look consistent and the
42736         spurious grey areas are already being tracked by bug 80517.
42737
42738         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
42739         * platform/chromium/TestExpectations:
42740
42741 2013-01-15  Dominic Cooney  <dominicc@chromium.org>
42742
42743         [Chromium] Unreviewed gardening.
42744
42745         Add expectations for this test:
42746
42747         inspector/extensions/extensions-reload.html
42748
42749         This is flakily slow on the Chromium Win7 Release bot.
42750
42751         * platform/chromium/TestExpectations:
42752
42753 2013-01-15  Emil A Eklund  <eae@chromium.org>
42754
42755         Unreviewed mac rebaseline for r139798.
42756
42757         * http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added.
42758         * platform/mac-wk2/svg/zoom/page: Removed.
42759         * platform/mac/TestExpectations:
42760         * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Removed.
42761         * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
42762
42763 2013-01-15  Emil A Eklund  <eae@chromium.org>
42764
42765         [Sub pixel layout] RTL cells with padding wraps
42766         https://bugs.webkit.org/show_bug.cgi?id=106843
42767
42768         Reviewed by Levi Weintraub.
42769         
42770         Add test for rtl tables with padding.
42771
42772         * fast/sub-pixel/input-caret-on-subpixel-bound-expected.html:
42773         * fast/sub-pixel/table-rtl-padding-expected.html: Added.
42774         * fast/sub-pixel/table-rtl-padding.html: Added.
42775
42776 2013-01-15  Dominic Mazzoni  <dmazzoni@google.com>
42777
42778         Use-after-free in AXObjectCache::notificationPostTimerFired
42779         https://bugs.webkit.org/show_bug.cgi?id=106106
42780
42781         Reviewed by Ryosuke Niwa.
42782
42783         Test that demonstrates the crash when a Node with an
42784         AccessibilityObject changes its document and then isn't removed from
42785         the AXObjectCache when it's deleted.
42786
42787         * accessibility/crash-adopt-node-from-new-document-expected.txt: Added.
42788         * accessibility/crash-adopt-node-from-new-document.html: Added.
42789
42790 2013-01-15  Arnaud Renevier  <a.renevier@sisa.samsung.com>
42791
42792         Add Canvas blend modes to Cairo
42793         https://bugs.webkit.org/show_bug.cgi?id=105074
42794
42795         Reviewed by Martin Robinson.
42796
42797         Unskip fast/canvas/canvas-blend-image.html and
42798         fast/canvas/canvas-blend-solid.html
42799
42800         Add platform specific expected files because currently, expected
42801         results are not correct.
42802
42803         * platform/gtk/TestExpectations:
42804         * platform/gtk/fast/canvas/canvas-blend-image-expected.txt: Added.
42805         * platform/gtk/fast/canvas/canvas-blend-solid-expected.txt: Added.
42806
42807 2013-01-15  Dima Gorbik  <dgorbik@apple.com>
42808
42809         Implement matching by the voice attribute for WebVTT ::cue pseudo element
42810         https://bugs.webkit.org/show_bug.cgi?id=106762
42811
42812         Reviewed by Eric Carlson.
42813
42814         * media/track/captions-webvtt/styling.vtt:
42815         * media/track/track-css-matching-expected.txt:
42816         * media/track/track-css-matching.html:
42817
42818 2013-01-15  Levi Weintraub  <leviw@chromium.org>
42819
42820         Unreviewed, rolling out r139790.
42821         http://trac.webkit.org/changeset/139790
42822         https://bugs.webkit.org/show_bug.cgi?id=106948
42823
42824         The patch is failing its own test.
42825
42826         * fast/dom/MutationObserver/parser-mutations-expected.txt: Removed.
42827         * fast/dom/MutationObserver/parser-mutations.html: Removed.
42828
42829 2013-01-15  Emil A Eklund  <eae@chromium.org>
42830
42831         REGRESSION (r121599): incorrect border scaling when zoomed
42832         https://bugs.webkit.org/show_bug.cgi?id=106944
42833
42834         Reviewed by Levi Weintraub.
42835         
42836         Add test for zoomed em border and restore expectations for 
42837         zoom-replaced-intrinsic-ratio-001 to the pre r121599 state.
42838
42839         * fast/sub-pixel/zoomed-em-border-expected.html: Added.
42840         * fast/sub-pixel/zoomed-em-border.html: Added.
42841         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
42842         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
42843
42844 2013-01-15  Alexandru Chiculita  <achicu@adobe.com>
42845
42846         [Compositor] Do not disable overlap testing for layers in front of 3D transformed layers
42847         https://bugs.webkit.org/show_bug.cgi?id=106721
42848
42849         Reviewed by Simon Fraser.
42850
42851         Added two more tests for the case when 3D layers covered by a 2D layer in front. One is using flat style and the
42852         other is using the preserve-3d mode.
42853
42854         Also, updated a couple of existing test results as some of the composited layers are not needed anymore.
42855
42856         * compositing/geometry/ancestor-overflow-change-expected.txt:
42857         * compositing/geometry/clip-expected.txt:
42858         * compositing/geometry/clip-inside-expected.txt:
42859         * compositing/geometry/foreground-layer-expected.txt:
42860         * compositing/layer-creation/overlap-animation-clipping-expected.txt:
42861         * compositing/layer-creation/overlap-animation-container-expected.txt:
42862         * compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
42863         * compositing/layer-creation/overlap-transformed-3d.html: Added.
42864         * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
42865         * compositing/layer-creation/overlap-transformed-preserved-3d.html: Added.
42866         * compositing/layer-creation/overlap-transforms-expected.txt:
42867         * compositing/overflow/clip-descendents-expected.txt:
42868         * css3/filters/filtered-compositing-descendant-expected.txt:
42869         * platform/chromium-win/compositing/geometry/ancestor-overflow-change-expected.txt: Removed. There should be no difference now.
42870         * platform/chromium-win/css3/filters/filtered-compositing-descendant-expected.txt: Removed. There should be no difference now.
42871         * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt:
42872         * platform/chromium/compositing/geometry/clip-expected.txt:
42873         * platform/chromium/compositing/geometry/clip-inside-expected.txt:
42874         * platform/chromium/compositing/geometry/foreground-layer-expected.txt:
42875         * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
42876         * platform/chromium/compositing/layer-creation/overlap-animation-container-expected.txt:
42877         * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
42878         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
42879         * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
42880         * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:
42881
42882 2013-01-15  Joshua Bell  <jsbell@chromium.org>
42883
42884         IndexedDB: Fix tests which depend upon V8 event listener behavior
42885         https://bugs.webkit.org/show_bug.cgi?id=106731
42886
42887         Ensure consistent use of callback(evt) { preamble(evt); ... } pattern, which addresses
42888         running in JSC and in V8 under Workers. Also add worker test wrappers.
42889
42890         Reviewed by Tony Chang.
42891
42892         * storage/indexeddb/cursor-advance-expected.txt:
42893         * storage/indexeddb/cursor-advance-workers-expected.txt: Added.
42894         * storage/indexeddb/cursor-advance-workers.html: Added.
42895         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
42896         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt: Added.
42897         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html: Added.
42898         * storage/indexeddb/resources/cursor-advance.js:
42899         (prepareDatabase):
42900         (testPrefetchInRange.prefetch):
42901         (testPrefetchInRange):
42902         (testPrefetchOutOfRange.prefetch):
42903         (testPrefetchOutOfRange):
42904         (testBadAdvance.advanceBadly):
42905         (testBadAdvance):
42906         (testEdges.request.onsuccess):
42907         (testEdges):
42908         (testDelete.deleteSecond):
42909         (testDelete):
42910         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
42911         (onOpenSuccess):
42912
42913 2013-01-15  Elliott Sprehn  <esprehn@gmail.com>
42914
42915         HTML parser should queue MutationRecords for its operations
42916         https://bugs.webkit.org/show_bug.cgi?id=89351
42917
42918         Reviewed by Eric Seidel.
42919
42920         Add tests for parser generated mutations.
42921
42922         XXX: This needs a bunch more tests observing the adoption
42923         agency algorithm to catch parserInsertBefore and parserRemoveChild
42924         mutations.
42925
42926         * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
42927         * fast/dom/MutationObserver/parser-mutations.html: Added.
42928
42929 2013-01-15  Ojan Vafai  <ojan@chromium.org>
42930
42931         Unreviewed, rolling out r139782.
42932         http://trac.webkit.org/changeset/139782
42933         https://bugs.webkit.org/show_bug.cgi?id=106939
42934
42935         * fast/lists/marker-preferred-margins-expected.txt: Added.
42936         * fast/lists/marker-preferred-margins.html: Added.
42937         Adding a new test to cover the case that broke.
42938
42939 2013-01-15  Elliott Sprehn  <esprehn@chromium.org>
42940
42941         Heap-use-after-free in WebCore::RenderObject::willBeRemovedFromTree
42942         https://bugs.webkit.org/show_bug.cgi?id=106384
42943
42944         Reviewed by Abhishek Arya.
42945
42946         Add a test for <ruby> and generated content causing asserts and
42947         crashes.
42948
42949         * fast/css-generated-content/bug-106384-expected.txt: Added.
42950         * fast/css-generated-content/bug-106384.html: Added.
42951
42952 2013-01-15  Zan Dobersek  <zdobersek@igalia.com>
42953
42954         Unreviewed GTK gardening.
42955
42956         Rebaselining after r139767 and r139768.
42957
42958         * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt:
42959         * platform/gtk/fast/media/w3c/test_media_queries-expected.txt:
42960
42961 2013-01-15  James Simonsen  <simonjam@chromium.org>
42962
42963         [User Timing] INVALID_ACCESS_ERR should be thrown if measuring from a 0 Nav Timing value
42964         https://bugs.webkit.org/show_bug.cgi?id=106935
42965
42966         Reviewed by Tony Gentilcore.
42967
42968         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception-expected.txt:
42969         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception.html:
42970
42971 2013-01-13  Dirk Schulze  <dschulze@adobe.com>
42972
42973         [CSS Filters] brightness() function doesn't work as specified
42974         https://bugs.webkit.org/show_bug.cgi?id=106674
42975
42976         Negative brightness values are possible but are meaningless. Modify the tests
42977         to mainly use positive amounts for brightness tests.
42978
42979         Reviewed by Dean Jackson.
42980
42981         * css3/filters/effect-brightness-clamping-hw.html:
42982         * css3/filters/effect-brightness-hw.html:
42983         * css3/filters/effect-combined-hw.html:
42984         * css3/filters/effect-combined.html:
42985         * css3/filters/multiple-filters-invalidation.html:
42986         * css3/filters/null-effect-check.html:
42987         * css3/filters/script-tests/filter-property-parsing-invalid.js:
42988         * css3/filters/script-tests/filter-property-parsing.js:
42989
42990 2013-01-15  Zan Dobersek  <zandobersek@gmail.com>
42991
42992         [GTK] Enable Performance Timeline, Resource Timing, Navigation Timing features
42993         https://bugs.webkit.org/show_bug.cgi?id=106197
42994
42995         Reviewed by Martin Robinson.
42996
42997         Unskip related tests, add a few expectations for still-failing tests.
42998
42999         * platform/gtk/TestExpectations:
43000
43001 2013-01-15  Zan Dobersek  <zandobersek@gmail.com>
43002
43003         [GTK] Enable CSS Image Resolution feature
43004         https://bugs.webkit.org/show_bug.cgi?id=99038
43005
43006         Reviewed by Gustavo Noronha Silva.
43007
43008         Remove the failure expectation for the fast/css/image-resolution directory,
43009         the single layout test inside it now passes.
43010
43011         * platform/gtk/TestExpectations:
43012
43013 2013-01-15  Zan Dobersek  <zdobersek@igalia.com>
43014
43015         Unreviewed GTK gardening.
43016
43017         Remove a few failure expectations for tests that now pass.
43018
43019         * platform/gtk/TestExpectations:
43020
43021 2013-01-15  Alexis Menard  <alexis@webkit.org>
43022
43023         Unprefixed transitionend event doesn't seem to be implemented, which breaks many sites
43024         https://bugs.webkit.org/show_bug.cgi?id=105647
43025
43026         Reviewed by Julien Chaffraix.
43027
43028         Cover that event delivery is correct : we received unprefixed events.
43029
43030         * transitions/transition-end-event-helpers.js:
43031         (recordTransitionEndEvent):
43032         * transitions/transition-end-event-unprefixed-01-expected.txt: Added.
43033         * transitions/transition-end-event-unprefixed-01.html: Added.
43034         * transitions/transition-end-event-unprefixed-02-expected.txt: Added.
43035         * transitions/transition-end-event-unprefixed-02.html: Added.
43036
43037 2013-01-15  Zan Dobersek  <zdobersek@igalia.com>
43038
43039         Unreviewed GTK gardening.
43040
43041         Adding failure/crash/missing expectations for accessibility tests after
43042         r139444, r139534 and r139663.
43043         Adding platform-specific baselines for two scrolling coordinator tests that are
43044         required after r139686.
43045
43046         * platform/gtk/TestExpectations:
43047         * platform/gtk/scrollingcoordinator: Added.
43048         * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
43049         * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
43050
43051 2013-01-15  Arko Saha  <arko@motorola.com>
43052
43053         Microdata: propertiesCollection[name] should return undefined if item doesn't have a property named 'name'
43054         https://bugs.webkit.org/show_bug.cgi?id=106849
43055
43056         Reviewed by Kentaro Hara.
43057
43058         * fast/dom/MicroData/properties-collection-namedgetter-with-invalid-name-expected.txt: Added.
43059         * fast/dom/MicroData/properties-collection-namedgetter-with-invalid-name.html: Added.
43060
43061 2013-01-15  Emil A Eklund  <eae@chromium.org>
43062
43063         https://bugs.webkit.org/show_bug.cgi?id=106855
43064         https://bugs.webkit.org/show_bug.cgi?id=106855
43065
43066         Reviewed by Levi Weintraub.
43067         
43068         Speed up zoomed-offset-size.html test and remove SLOW modifier
43069         from TestExpectations.
43070
43071         * fast/images/zoomed-offset-size-expected.txt:
43072         * fast/images/zoomed-offset-size.html:
43073         * platform/chromium/TestExpectations:
43074
43075 2013-01-15  Levi Weintraub  <leviw@chromium.org>
43076
43077         Unreviewed gardening. Marking the deferred version of
43078         fast/images/zoomed-offset-size.html as slow.
43079
43080         * platform/chromium/TestExpectations:
43081
43082 2013-01-15  Florin Malita  <fmalita@chromium.org>
43083
43084         [Chromium] Incorrect opaque region tracking for PlatformContextSkia::drawRRect
43085         https://bugs.webkit.org/show_bug.cgi?id=106898
43086
43087         Reviewed by Stephen White.
43088
43089         * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.png: Added.
43090         * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.txt: Added.
43091         * platform/chromium/TestExpectations:
43092         * platform/chromium/compositing/rounded-corners.html: Added.
43093
43094 2013-01-15  Vsevolod Vlasov  <vsevik@chromium.org>
43095
43096         Unreviewed failing test skip.
43097         https://bugs.webkit.org/show_bug.cgi?id=106883
43098
43099         * platform/efl/TestExpectations:
43100
43101 2013-01-15  Elliott Sprehn  <esprehn@gmail.com>
43102
43103         display:inline's hover behavior is not applied to ::before and ::after pseudo elements
43104         https://bugs.webkit.org/show_bug.cgi?id=91723
43105
43106         Reviewed by Eric Seidel.
43107
43108         Add a test that hovering generated content inside an inline element causes
43109         the element to become hovered.
43110
43111         * fast/css-generated-content/hover-inline-expected.txt: Added.
43112         * fast/css-generated-content/hover-inline.html: Added.
43113
43114 2013-01-15  Dima Gorbik  <dgorbik@apple.com>
43115
43116         [Chromium] media/track/track-css-cue-lifetime.html Win7 dbg times out since r139562
43117         https://bugs.webkit.org/show_bug.cgi?id=106853
43118
43119         Reviewed by Eric Carlson.
43120
43121         The amount of seeks may be reduced significantly since they may be slow.
43122
43123         * media/track/track-css-cue-lifetime-expected.txt:
43124         * media/track/track-css-cue-lifetime.html:
43125
43126 2013-01-15  Tommy Widenflycht  <tommyw@google.com>
43127
43128         MediaStream API: Fixing crashing bug in MediaStream
43129         https://bugs.webkit.org/show_bug.cgi?id=106886
43130
43131         Reviewed by Eric Seidel.
43132
43133         Removing obsolete exception.
43134
43135         * platform/chromium/TestExpectations:
43136
43137 2013-01-15  Szilard Ledan  <szledan@inf.u-szeged.hu>
43138
43139         [Qt] Gardening
43140
43141         Skip failing tests after r139609.
43142         https://bugs.webkit.org/show_bug.cgi?id=104909
43143
43144         Skip failing inspector/editor/text-editor-formatter.html test.
43145         https://bugs.webkit.org/show_bug.cgi?id=106883
43146
43147         Reviewed by Csaba Osztrogonác.
43148
43149         * platform/qt/TestExpectations:
43150         * platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added after r139686.
43151         * platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added after r139686.
43152         * platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added after r139686.
43153         * platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added after r139686.
43154
43155 2013-01-15  Andrey Adaikin  <aandrey@chromium.org>
43156
43157         Web Inspector: [Canvas] introduce CallArgument type into the protocol
43158         https://bugs.webkit.org/show_bug.cgi?id=106640
43159
43160         Reviewed by Yury Semikhatsky.
43161
43162         Replaced hacky stub with actual Cache implementation.
43163
43164         * inspector/profiler/webgl/webgl-profiler-get-error.html:
43165
43166 2013-01-14  Dominic Cooney   <dominicc@chromium.org>
43167
43168         [Chromium] Unreviewed gardening.
43169
43170         Add XP image expectations for this test; see
43171         <https://bugs.webkit.org/show_bug.cgi?id=106875>:
43172
43173         svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html
43174
43175         * platform/chromium/TestExpectations:
43176
43177 2013-01-14  Dominic Cooney  <dominicc@chromium.org>
43178
43179         [Chromium] Unreviewed gardening.
43180
43181         Add Lion Debug crash expectations for this test; see
43182         <https://bugs.webkit.org/show_bug.cgi?id=106869>:
43183
43184         fast/mediastream/RTCPeerConnection-events.html
43185
43186         * platform/chromium/TestExpectations:
43187
43188 2013-01-14  Dima Gorbik  <dgorbik@apple.com>
43189
43190         Implement ID selector matching for the WebVTT ::cue pseudo element
43191         https://bugs.webkit.org/show_bug.cgi?id=105481
43192
43193         Reviewed by Eric Carlson.
43194
43195         * media/track/captions-webvtt/styling.vtt:
43196         * media/track/track-css-matching-expected.txt:
43197         * media/track/track-css-matching.html:
43198
43199 2013-01-14  Dominic Cooney   <dominicc@chromium.org>
43200
43201         [Chromium] Unreviewed gardening.
43202
43203         Update test expectations for these tests:
43204
43205         fast/images/zoomed-offset-size.html
43206         media/track/track-css-cue-lifetime.html
43207         svg/custom/foreign-object-skew.svg
43208         svg/custom/foreign-object-skew.svg
43209
43210         * platform/chromium/TestExpectations:
43211
43212 2013-01-14  Dominic Cooney  <dominicc@chromium.org>
43213
43214         [Chromium] Unreviewed gardening.
43215
43216         Rebaseline these tests:
43217
43218         scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html
43219         scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.html
43220
43221         after r139686. Note in TestExpectations image failure for
43222         non-fast-scrollable-region-transformed-iframe.html on SnowLeopard
43223         Debug; see <https://bugs.webkit.org/show_bug.cgi?id=106858>
43224
43225         * platform/chromium-mac-lion/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
43226         * platform/chromium-mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
43227         * platform/chromium/TestExpectations:
43228
43229 2013-01-14  Rafael Weinstein  <rafaelw@chromium.org>
43230
43231         fast/dom/HTMLTemplateElement/inertContents.html is flaky on Debug Chromium bots
43232         https://bugs.webkit.org/show_bug.cgi?id=106810
43233
43234         Reviewed by Levi Weintraub.
43235
43236         This patch reverts the test for inertContents back to a non-flaky version which did not
43237         attempt to assert that images are prevented from loaded.
43238
43239         * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
43240         * fast/dom/HTMLTemplateElement/inertContents.html:
43241         * platform/chromium/TestExpectations:
43242         * platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt: Removed.
43243
43244 2013-01-14  Levi Weintraub  <leviw@chromium.org>
43245
43246         Unreviewed gardening. Adding mac expectatons after r139686.
43247
43248         * platform/chromium-mac/scrollingcoordinator: Added.
43249         * platform/chromium-mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
43250
43251 2013-01-14  Levi Weintraub  <leviw@chromium.org>
43252
43253         Speculatively rolling out r139618. Appears to be causing sporadic crashes on Debug bots.
43254
43255         * fast/mediastream/MediaStreamTrack-expected.txt:
43256         * fast/mediastream/MediaStreamTrack.html:
43257
43258 2013-01-14  Dima Gorbik  <dgorbik@apple.com>
43259
43260         Implement element type selectors for the WebVTT ::cue pseudo class
43261         https://bugs.webkit.org/show_bug.cgi?id=105480
43262
43263         Reviewed by Antti Koivisto.
43264
43265         * media/track/captions-webvtt/styling.vtt:
43266         * media/track/track-css-matching-expected.txt:
43267         * media/track/track-css-matching.html:
43268         * media/track/track-webvtt-tc026-voice.html: voice elements should be spans according to specs.
43269
43270 2013-01-14  Xianzhu Wang  <wangxianzhu@chromium.org>
43271
43272         Sometimes RenderLayer::updateNeedsCompositedScrolling is not called
43273         https://bugs.webkit.org/show_bug.cgi?id=106271
43274
43275         Reviewed by Simon Fraser.
43276
43277         * compositing/overflow/dynamic-composited-scrolling-status-expected.txt: Added.
43278         * compositing/overflow/dynamic-composited-scrolling-status.html: Added.
43279
43280 2013-01-11  Filip Pizlo  <fpizlo@apple.com>
43281
43282         Python implementation reports "MemoryError" instead of doing things
43283         https://bugs.webkit.org/show_bug.cgi?id=106690
43284
43285         Reviewed by Oliver Hunt.
43286
43287         * fast/js/dfg-cfa-merge-with-dead-use-at-tail-expected.txt: Added.
43288         * fast/js/dfg-cfa-merge-with-dead-use-at-tail.html: Added.
43289         * fast/js/jsc-test-list:
43290         * fast/js/script-tests/dfg-cfa-merge-with-dead-use-at-tail.js: Added.
43291         (foo):
43292
43293 2013-01-14  Tien-Ren Chen  <trchen@chromium.org>
43294
43295         Correct FrameView::scrollableAreaBoundingBox() calculation in the presence of transforms
43296         https://bugs.webkit.org/show_bug.cgi?id=105075
43297
43298         Reviewed by Simon Fraser.
43299
43300         As mentioned by the FIXME comment, we need to ask the renderer for the
43301         absolute bounding box of a frame for correct transformation.
43302         This fixes the bug that iframe cannot be scrolled properly when it is
43303         transformed.
43304
43305         * platform/mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
43306         * platform/mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
43307         * platform/mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
43308         * platform/mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
43309         * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
43310         * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
43311         * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html: Added.
43312         * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
43313         * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
43314         * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html: Added.
43315         * scrollingcoordinator/resources/non-fast-scrollable-region-testing.js: Added.
43316         (runNonFastScrollableRegionTest):
43317
43318 2013-01-14  Levi Weintraub  <leviw@chromium.org>
43319
43320         Unreviewed gardening. Fixing Mac results for fast/repaint/overhanging-float-detach-repaint.html.
43321
43322         * platform/chromium-mac-lion/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
43323         * platform/chromium-mac-snowleopard/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
43324         * platform/chromium-mac/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
43325
43326 2013-01-14  Nate Chapin  <japhet@chromium.org>
43327
43328         Enable reuse of cached main resources
43329         https://bugs.webkit.org/show_bug.cgi?id=105667.
43330
43331         Reviewed by Antti Koivisto.
43332
43333         * http/tests/cache/cached-main-resource-expected.txt: Added.
43334         * http/tests/cache/cached-main-resource.html: Added.
43335         * http/tests/cache/resources/cacheable-iframe.php: Added.
43336         * http/tests/inspector/resource-har-pages-expected.txt:
43337         * http/tests/loading/redirect-methods-expected.txt:
43338         * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
43339         * http/tests/misc/link-rel-icon-beforeload-expected.txt:
43340
43341 2013-01-14  Levi Weintraub  <leviw@chromium.org>
43342
43343         Unreviewed gardening. Marking fast/image/zoomed-offset-size.html as slow on debug.
43344
43345         * platform/chromium/TestExpectations:
43346
43347 2013-01-14  Levi Weintraub  <leviw@chromium.org>
43348
43349         Unreviewed gardening. Marking fast/borders/outline-alpha-inline.html as failing image results.
43350         Likely Stephen Schenney's skia changes are to blame.
43351
43352         * platform/chromium/TestExpectations:
43353
43354 2013-01-14  Huang Dongsung  <luxtella@company100.net>
43355
43356         [TexMap] Use a premuliplied color in TextureMapperGL.
43357         https://bugs.webkit.org/show_bug.cgi?id=105786
43358
43359         Reviewed by Noam Rosenthal.
43360
43361         Created new tests for composited background colors with fractional
43362         number opacity. This test is similar to background-color-alpha.html
43363
43364         * compositing/background-color/background-color-alpha-with-opacity-expected.html: Added.
43365         * compositing/background-color/background-color-alpha-with-opacity.html: Added.
43366
43367 2013-01-14  Arko Saha  <arko@motorola.com>
43368
43369         Microdata: REGRESSION(r138725): Causes crash in chromium port
43370         https://bugs.webkit.org/show_bug.cgi?id=106828
43371
43372         Reviewed by Ryosuke Niwa.
43373
43374         * fast/dom/MicroData/propertiescollection-crash-expected.txt: Added.
43375         * fast/dom/MicroData/propertiescollection-crash.html: Added.
43376
43377 2013-01-14  Stephen Chenney  <schenney@chromium.org>
43378
43379         [Chromium] Rebaseline after Skia changes
43380
43381         Unreviewed expectatiosn update for two remaining tests.
43382
43383         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
43384         * platform/chromium-win/fast/borders/outline-alpha-inline-expected.png: Added.
43385         * platform/chromium/fast/borders/outline-alpha-inline-expected.png: Removed.
43386
43387 2013-01-14  Tien-Ren Chen  <trchen@chromium.org>
43388
43389         Positioned children of an overflow:visible container should ignore scroll offset when updating layer position
43390         https://bugs.webkit.org/show_bug.cgi?id=106814
43391
43392         This patch fixes a bug in RenderLayer::updateLayerPosition that
43393         scrollLeft / scrollTop of a block should only be effective when the
43394         block has overflow clipping. The bug results in rendering artifacts
43395         and triggers a RenderGeometryMap assertion falure.
43396
43397         Fixes http://crbug.com/167985
43398
43399         Reviewed by Simon Fraser.
43400
43401         * fast/overflow/overflow-visible-should-ignore-scroll-expected.html: Added.
43402         * fast/overflow/overflow-visible-should-ignore-scroll.html: Added.
43403
43404 2013-01-14  Emil A Eklund  <eae@chromium.org>
43405
43406         Unreviewed chromium mac rebaseline for r139659.
43407
43408         * platform/chromium-mac/platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt:
43409
43410 2013-01-14  Julien Chaffraix  <jchaffraix@webkit.org>
43411
43412         REGRESSION (r132591): Underpainting @ uofmchildrenshospital.org
43413         https://bugs.webkit.org/show_bug.cgi?id=105861
43414
43415         Reviewed by David Hyatt.
43416
43417         * fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
43418         * fast/repaint/overhanging-float-detach-repaint-expected.txt: Added.
43419         * fast/repaint/overhanging-float-detach-repaint.html: Added.
43420
43421 2013-01-14  Dominic Mazzoni  <dmazzoni@google.com>
43422
43423         AX: Need to implement ColorWellRole
43424         https://bugs.webkit.org/show_bug.cgi?id=106756
43425
43426         Reviewed by Chris Fleizach.
43427
43428         Adds a test of accessibility attributes for input type=color.
43429
43430         * accessibility/color-well.html: Added.
43431         * platform/chromium/accessibility/color-well-expected.txt: Added.
43432         * platform/mac/accessibility/color-well-expected.txt: Added.
43433
43434 2013-01-14  Stephen Chenney  <schenney@chromium.org>
43435
43436         Re-enabling the SK_DISABLE_DASHING_OPTIMIZATION flag for Skia
43437
43438         Unreviewed expectations clean-up.
43439
43440         These files apparently need new baselines after the dashing optimization was removed.
43441         It's a little odd, so maybe the expectations for that bug were hiding these failures.
43442         Finally, hindi-spacing may be a flakey test.
43443
43444         * platform/chromium-linux-x86/fast/text/international/hindi-spacing-expected.png: Removed.
43445         * platform/chromium-linux/fast/borders/border-image-01-expected.png: Added.
43446         * platform/chromium-linux/fast/borders/border-image-longhand-expected.png: Added.
43447         * platform/chromium-linux/fast/borders/border-image-repeat-expected.png: Added.
43448         * platform/chromium-linux/fast/borders/border-image-scrambled-expected.png: Added.
43449         * platform/chromium-linux/fast/borders/border-image-slices-expected.png: Added.
43450         * platform/chromium-linux/fast/borders/border-image-source-expected.png: Added.
43451         * platform/chromium-linux/fast/css/continuationCrash-expected.png:
43452         * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
43453         * platform/chromium-win-xp/fast/borders/border-image-01-expected.png: Removed.
43454         * platform/chromium-win-xp/fast/borders/border-image-longhand-expected.png: Removed.
43455         * platform/chromium-win-xp/fast/borders/border-image-repeat-expected.png: Removed.
43456         * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Removed.
43457         * platform/chromium-win-xp/fast/borders/border-image-slices-expected.png: Removed.
43458         * platform/chromium-win-xp/fast/borders/border-image-source-expected.png: Removed.
43459
43460 2013-01-11  Emil A Eklund  <eae@chromium.org>
43461
43462         offsetWidth/height incorrect for images when zoomed
43463         https://bugs.webkit.org/show_bug.cgi?id=106624
43464
43465         Reviewed by Levi Weintraub.
43466
43467         Add test for offsetWidth/Height for zoomed image.
43468
43469         * fast/images/zoomed-offset-size-expected.txt: Added.
43470         * fast/images/zoomed-offset-size.html: Added.
43471
43472 2013-01-14  Dominic Mazzoni  <dmazzoni@google.com>
43473
43474         Chromium: Error in AccessibilityUIElement::intValueGetterCallback
43475         https://bugs.webkit.org/show_bug.cgi?id=106682
43476
43477         Reviewed by Chris Fleizach.
43478
43479         Unskip accessibility/heading-level.html now that the bug is fixed.
43480
43481         * platform/chromium/TestExpectations:
43482
43483 2013-01-14  Stephen Chenney  <schenney@chromium.org>
43484
43485         [Chromium] More test expectations for Skia changes
43486
43487         Unreviewed test expectations update.
43488
43489         SVG failures of W3C tests. This should be the last.
43490
43491         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
43492         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Removed.
43493         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
43494         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
43495         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
43496         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
43497         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
43498         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
43499         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
43500         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
43501         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
43502         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
43503         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
43504         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
43505         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
43506         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
43507         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
43508         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
43509         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
43510         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
43511         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
43512         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
43513         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
43514         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
43515         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
43516         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
43517         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
43518         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
43519         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
43520         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
43521         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
43522         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
43523         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
43524         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
43525         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
43526         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
43527         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
43528         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
43529         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
43530         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
43531         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
43532         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-ltr-expected.png:
43533         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
43534         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
43535         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
43536         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
43537         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
43538         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
43539         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
43540         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
43541         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
43542         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
43543         * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
43544         * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
43545         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
43546         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
43547         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
43548         * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
43549         * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
43550         * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
43551         * platform/chromium-linux/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
43552         * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
43553         * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
43554         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
43555         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
43556         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
43557         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
43558         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
43559         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
43560         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
43561         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
43562         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
43563         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
43564         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
43565         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
43566         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
43567         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
43568         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
43569         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
43570         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
43571         * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
43572         * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
43573         * platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
43574         * platform/chromium-linux/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
43575         * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
43576         * platform/chromium-linux/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
43577         * platform/chromium-linux/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
43578         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
43579         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
43580         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
43581         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
43582         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
43583         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
43584         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
43585         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
43586         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
43587         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
43588         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
43589         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
43590         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
43591         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
43592         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
43593         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
43594         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
43595         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
43596         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
43597         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.png:
43598         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
43599         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
43600         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
43601         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
43602         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
43603         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
43604         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
43605         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
43606         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
43607         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
43608         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
43609         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
43610         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
43611         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
43612         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
43613         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
43614         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
43615         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
43616         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
43617         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
43618         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
43619         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
43620         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
43621         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
43622         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
43623         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
43624         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
43625         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
43626         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
43627         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
43628         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
43629         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
43630         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
43631         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
43632         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
43633         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
43634         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
43635         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
43636         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
43637         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
43638         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
43639         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
43640         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
43641         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
43642         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
43643         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
43644         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
43645         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
43646         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
43647         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
43648         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
43649         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
43650         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
43651         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
43652         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
43653         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
43654         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
43655         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
43656         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
43657         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
43658         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
43659         * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
43660         * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
43661         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
43662         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
43663         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
43664         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
43665         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
43666         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
43667         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
43668         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
43669         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
43670         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
43671         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
43672         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
43673         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
43674         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
43675         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
43676         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
43677         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
43678         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
43679         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
43680         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
43681         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
43682         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
43683         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
43684         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
43685         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
43686         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
43687         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
43688         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
43689         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
43690         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
43691         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
43692         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
43693         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
43694         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
43695         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
43696         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
43697         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
43698         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
43699         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
43700         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-ltr-expected.png:
43701         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.png:
43702         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
43703         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
43704         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
43705         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
43706         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
43707         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
43708         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
43709         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
43710         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
43711         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Removed.
43712         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
43713         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
43714         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
43715         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
43716         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
43717         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
43718         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
43719         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
43720         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
43721         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
43722         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
43723         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
43724         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
43725         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
43726         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
43727         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
43728         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
43729         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
43730         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
43731         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
43732         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
43733         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
43734         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
43735         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
43736         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
43737         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
43738         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
43739         * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
43740         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
43741         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
43742         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
43743         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
43744         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
43745         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
43746         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
43747         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
43748         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
43749         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
43750         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
43751         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
43752         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
43753         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
43754         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
43755         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
43756         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
43757         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
43758         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
43759         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.png:
43760         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.png:
43761         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
43762         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
43763         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
43764         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
43765         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
43766         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
43767         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
43768         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
43769         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
43770         * platform/chromium-mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
43771         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
43772         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
43773         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
43774         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
43775         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
43776         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
43777         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
43778         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
43779         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
43780         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
43781         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
43782         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
43783         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
43784         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
43785         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
43786         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
43787         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
43788         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
43789         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
43790         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
43791         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
43792         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
43793         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
43794         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
43795         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
43796         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
43797         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
43798         * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
43799         * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
43800         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
43801         * platform/chromium-mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
43802         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
43803         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
43804         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
43805         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
43806         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
43807         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
43808         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
43809         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
43810         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
43811         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
43812         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
43813         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
43814         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
43815         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
43816         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
43817         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
43818         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
43819         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
43820         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-no-markup-expected.png:
43821         * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
43822         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
43823         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
43824         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
43825         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
43826         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
43827         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
43828         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
43829         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
43830         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
43831         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
43832         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
43833         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
43834         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
43835         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
43836         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
43837         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
43838         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
43839         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
43840         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
43841         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
43842         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
43843         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
43844         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
43845         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
43846         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
43847         * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
43848         * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
43849         * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
43850         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
43851         * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
43852         * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
43853         * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
43854         * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
43855         * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
43856         * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
43857         * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
43858         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
43859         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
43860         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
43861         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
43862         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
43863         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
43864         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
43865         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
43866         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
43867         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
43868         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
43869         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
43870         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
43871         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
43872         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
43873         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
43874         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
43875         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
43876         * platform/chromium-win/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
43877         * platform/chromium-win/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
43878         * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
43879         * platform/chromium-win/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
43880         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
43881         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
43882         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
43883
43884 2013-01-14  Stephen Chenney  <schenney@chromium.org>
43885
43886         [Chromium] More test expectations for Skia changes
43887
43888         Unreviewed test expectations update.
43889
43890         SVG failures all but W3C tests.
43891
43892         * platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Removed.
43893         * platform/chromium-linux/svg/as-background-image/svg-as-background-6-expected.png:
43894         * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
43895         * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.png:
43896         * platform/chromium-linux/svg/batik/paints/patternRegions-expected.png:
43897         * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.png:
43898         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
43899         * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
43900         * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
43901         * platform/chromium-linux/svg/batik/text/textEffect2-expected.png:
43902         * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
43903         * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
43904         * platform/chromium-linux/svg/batik/text/textProperties-expected.png:
43905         * platform/chromium-linux/svg/batik/text/textStyles-expected.png:
43906         * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.png:
43907         * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
43908         * platform/chromium-linux/svg/css/mask-with-shadow-expected.png:
43909         * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png:
43910         * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png:
43911         * platform/chromium-linux/svg/custom/absolute-sized-content-with-resources-expected.png:
43912         * platform/chromium-linux/svg/custom/circular-marker-reference-2-expected.png:
43913         * platform/chromium-linux/svg/custom/clone-element-with-animated-svg-properties-expected.png:
43914         * platform/chromium-linux/svg/custom/dasharrayOrigin-expected.png:
43915         * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.png:
43916         * platform/chromium-linux/svg/custom/fill-fallback-expected.png:
43917         * platform/chromium-linux/svg/custom/focus-ring-expected.png:
43918         * platform/chromium-linux/svg/custom/foreign-object-skew-expected.png:
43919         * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.png:
43920         * platform/chromium-linux/svg/custom/gradient-deep-referencing-expected.png:
43921         * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.png:
43922         * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.png:
43923         * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
43924         * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.png:
43925         * platform/chromium-linux/svg/custom/invalid-css-expected.png:
43926         * platform/chromium-linux/svg/custom/invalid-uri-stroke-expected.png:
43927         * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
43928         * platform/chromium-linux/svg/custom/js-update-bounce-expected.png:
43929         * platform/chromium-linux/svg/custom/js-update-stop-linked-gradient-expected.png:
43930         * platform/chromium-linux/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
43931         * platform/chromium-linux/svg/custom/linking-a-03-b-transform-expected.png:
43932         * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-expected.png:
43933         * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
43934         * platform/chromium-linux/svg/custom/linking-a-03-b-viewTarget-expected.png:
43935         * platform/chromium-linux/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
43936         * platform/chromium-linux/svg/custom/non-circular-marker-reference-expected.png:
43937         * platform/chromium-linux/svg/custom/non-scaling-stroke-expected.png: Added.
43938         * platform/chromium-linux/svg/custom/radialGradient-focal-radius-expected.png: Added.
43939         * platform/chromium-linux/svg/custom/recursive-gradient-expected.png:
43940         * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.png:
43941         * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
43942         * platform/chromium-linux/svg/custom/stroke-fallback-expected.png:
43943         * platform/chromium-linux/svg/custom/stroke-opacity-update-expected.png:
43944         * platform/chromium-linux/svg/custom/stroked-pattern-expected.png:
43945         * platform/chromium-linux/svg/custom/text-repaint-including-stroke-expected.png:
43946         * platform/chromium-linux/svg/custom/text-rotated-gradient-expected.png:
43947         * platform/chromium-linux/svg/custom/use-detach-expected.png:
43948         * platform/chromium-linux/svg/custom/use-on-text-expected.png:
43949         * platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.png:
43950         * platform/chromium-mac-lion/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
43951         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-6-expected.png:
43952         * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-expected.png:
43953         * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
43954         * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-same-image-expected.png:
43955         * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
43956         * platform/chromium-mac-lion/svg/batik/masking/maskRegions-expected.png:
43957         * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png:
43958         * platform/chromium-mac-lion/svg/batik/paints/patternRegions-expected.png:
43959         * platform/chromium-mac-lion/svg/batik/paints/patternRegions-positioned-objects-expected.png:
43960         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
43961         * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
43962         * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
43963         * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png:
43964         * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png:
43965         * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
43966         * platform/chromium-mac-lion/svg/batik/text/textProperties-expected.png:
43967         * platform/chromium-mac-lion/svg/batik/text/textStyles-expected.png:
43968         * platform/chromium-mac-lion/svg/carto.net/combobox-expected.png:
43969         * platform/chromium-mac-lion/svg/carto.net/selectionlist-expected.png: Added.
43970         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
43971         * platform/chromium-mac-lion/svg/css/text-gradient-shadow-expected.png:
43972         * platform/chromium-mac-lion/svg/css/text-shadow-multiple-expected.png:
43973         * platform/chromium-mac-lion/svg/custom/absolute-sized-content-with-resources-expected.png:
43974         * platform/chromium-mac-lion/svg/custom/clone-element-with-animated-svg-properties-expected.png:
43975         * platform/chromium-mac-lion/svg/custom/dominant-baseline-hanging-expected.png:
43976         * platform/chromium-mac-lion/svg/custom/fill-fallback-expected.png:
43977         * platform/chromium-mac-lion/svg/custom/focus-ring-expected.png:
43978         * platform/chromium-mac-lion/svg/custom/gradient-cycle-detection-expected.png:
43979         * platform/chromium-mac-lion/svg/custom/gradient-deep-referencing-expected.png:
43980         * platform/chromium-mac-lion/svg/custom/image-small-width-height-expected.png:
43981         * platform/chromium-mac-lion/svg/custom/inline-svg-in-xhtml-expected.png:
43982         * platform/chromium-mac-lion/svg/custom/invalid-css-expected.png:
43983         * platform/chromium-mac-lion/svg/custom/invalid-uri-stroke-expected.png:
43984         * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.png:
43985         * platform/chromium-mac-lion/svg/custom/js-update-stop-linked-gradient-expected.png:
43986         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
43987         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-transform-expected.png:
43988         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-expected.png:
43989         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
43990         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewTarget-expected.png:
43991         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
43992         * platform/chromium-mac-lion/svg/custom/recursive-gradient-expected.png:
43993         * platform/chromium-mac-lion/svg/custom/relative-sized-content-with-resources-expected.png:
43994         * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
43995         * platform/chromium-mac-lion/svg/custom/stroke-fallback-expected.png:
43996         * platform/chromium-mac-lion/svg/custom/stroked-pattern-expected.png:
43997         * platform/chromium-mac-lion/svg/custom/text-repaint-including-stroke-expected.png:
43998         * platform/chromium-mac-lion/svg/custom/text-rotated-gradient-expected.png:
43999         * platform/chromium-mac-lion/svg/custom/use-detach-expected.png:
44000         * platform/chromium-mac-lion/svg/custom/use-on-text-expected.png:
44001         * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
44002         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png:
44003         * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-expected.png:
44004         * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
44005         * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-same-image-expected.png:
44006         * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
44007         * platform/chromium-mac-snowleopard/svg/batik/masking/maskRegions-expected.png:
44008         * platform/chromium-mac-snowleopard/svg/batik/paints/gradientLimit-expected.png:
44009         * platform/chromium-mac-snowleopard/svg/batik/paints/patternRegions-expected.png:
44010         * platform/chromium-mac-snowleopard/svg/batik/paints/patternRegions-positioned-objects-expected.png:
44011         * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
44012         * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
44013         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
44014         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect2-expected.png:
44015         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png:
44016         * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
44017         * platform/chromium-mac-snowleopard/svg/batik/text/textProperties-expected.png:
44018         * platform/chromium-mac-snowleopard/svg/batik/text/textStyles-expected.png:
44019         * platform/chromium-mac-snowleopard/svg/carto.net/combobox-expected.png:
44020         * platform/chromium-mac-snowleopard/svg/carto.net/selectionlist-expected.png:
44021         * platform/chromium-mac-snowleopard/svg/css/text-shadow-multiple-expected.png:
44022         * platform/chromium-mac-snowleopard/svg/custom/absolute-sized-content-with-resources-expected.png:
44023         * platform/chromium-mac-snowleopard/svg/custom/clone-element-with-animated-svg-properties-expected.png:
44024         * platform/chromium-mac-snowleopard/svg/custom/dominant-baseline-hanging-expected.png:
44025         * platform/chromium-mac-snowleopard/svg/custom/fill-fallback-expected.png:
44026         * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png:
44027         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
44028         * platform/chromium-mac-snowleopard/svg/custom/gradient-cycle-detection-expected.png:
44029         * platform/chromium-mac-snowleopard/svg/custom/gradient-deep-referencing-expected.png:
44030         * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png:
44031         * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png:
44032         * platform/chromium-mac-snowleopard/svg/custom/invalid-uri-stroke-expected.png:
44033         * platform/chromium-mac-snowleopard/svg/custom/js-update-stop-linked-gradient-expected.png:
44034         * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
44035         * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewTarget-expected.png:
44036         * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
44037         * platform/chromium-mac-snowleopard/svg/custom/recursive-gradient-expected.png:
44038         * platform/chromium-mac-snowleopard/svg/custom/relative-sized-content-with-resources-expected.png:
44039         * platform/chromium-mac-snowleopard/svg/custom/stroke-fallback-expected.png:
44040         * platform/chromium-mac-snowleopard/svg/custom/stroked-pattern-expected.png:
44041         * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
44042         * platform/chromium-mac/svg/as-background-image/background-image-tiled-expected.png:
44043         * platform/chromium-mac/svg/as-background-image/svg-as-background-2-expected.png:
44044         * platform/chromium-mac/svg/as-background-image/svg-as-background-6-expected.png:
44045         * platform/chromium-mac/svg/as-image/animated-svg-as-image-expected.png:
44046         * platform/chromium-mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
44047         * platform/chromium-mac/svg/as-image/animated-svg-as-image-same-image-expected.png:
44048         * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
44049         * platform/chromium-mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png:
44050         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
44051         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
44052         * platform/chromium-mac/svg/batik/paints/patternRegions-expected.png:
44053         * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.png:
44054         * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
44055         * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
44056         * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
44057         * platform/chromium-mac/svg/batik/text/textEffect2-expected.png:
44058         * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
44059         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
44060         * platform/chromium-mac/svg/batik/text/textProperties-expected.png:
44061         * platform/chromium-mac/svg/batik/text/textStyles-expected.png:
44062         * platform/chromium-mac/svg/carto.net/combobox-expected.png:
44063         * platform/chromium-mac/svg/carto.net/selectionlist-expected.png:
44064         * platform/chromium-mac/svg/css/circle-in-mask-with-shadow-expected.png:
44065         * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
44066         * platform/chromium-mac/svg/css/mask-with-shadow-expected.png:
44067         * platform/chromium-mac/svg/css/text-gradient-shadow-expected.png:
44068         * platform/chromium-mac/svg/css/text-shadow-multiple-expected.png:
44069         * platform/chromium-mac/svg/custom/absolute-sized-content-with-resources-expected.png:
44070         * platform/chromium-mac/svg/custom/circular-marker-reference-2-expected.png:
44071         * platform/chromium-mac/svg/custom/clone-element-with-animated-svg-properties-expected.png:
44072         * platform/chromium-mac/svg/custom/dasharrayOrigin-expected.png:
44073         * platform/chromium-mac/svg/custom/deep-dynamic-updates-expected.png:
44074         * platform/chromium-mac/svg/custom/dominant-baseline-hanging-expected.png:
44075         * platform/chromium-mac/svg/custom/fill-fallback-expected.png:
44076         * platform/chromium-mac/svg/custom/focus-ring-expected.png:
44077         * platform/chromium-mac/svg/custom/gradient-add-stops-expected.png:
44078         * platform/chromium-mac/svg/custom/gradient-cycle-detection-expected.png:
44079         * platform/chromium-mac/svg/custom/gradient-deep-referencing-expected.png:
44080         * platform/chromium-mac/svg/custom/gradient-rotated-bbox-expected.png:
44081         * platform/chromium-mac/svg/custom/gradient-stop-corner-cases-expected.png:
44082         * platform/chromium-mac/svg/custom/gradient-stop-style-change-expected.png:
44083         * platform/chromium-mac/svg/custom/gradient-stroke-width-expected.png:
44084         * platform/chromium-mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
44085         * platform/chromium-mac/svg/custom/group-opacity-expected.png:
44086         * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
44087         * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png:
44088         * platform/chromium-mac/svg/custom/invalid-css-expected.png:
44089         * platform/chromium-mac/svg/custom/invalid-uri-stroke-expected.png:
44090         * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
44091         * platform/chromium-mac/svg/custom/js-update-bounce-expected.png:
44092         * platform/chromium-mac/svg/custom/js-update-gradient-expected.png:
44093         * platform/chromium-mac/svg/custom/js-update-stop-expected.png:
44094         * platform/chromium-mac/svg/custom/js-update-stop-linked-gradient-expected.png:
44095         * platform/chromium-mac/svg/custom/large-bounding-box-percents-expected.png:
44096         * platform/chromium-mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
44097         * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.png:
44098         * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-expected.png:
44099         * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
44100         * platform/chromium-mac/svg/custom/linking-a-03-b-viewTarget-expected.png:
44101         * platform/chromium-mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
44102         * platform/chromium-mac/svg/custom/non-circular-marker-reference-expected.png:
44103         * platform/chromium-mac/svg/custom/non-scaling-stroke-expected.png:
44104         * platform/chromium-mac/svg/custom/radialGradient-focal-radius-expected.png:
44105         * platform/chromium-mac/svg/custom/recursive-gradient-expected.png:
44106         * platform/chromium-mac/svg/custom/relative-sized-content-with-resources-expected.png:
44107         * platform/chromium-mac/svg/custom/resource-client-removal-expected.png:
44108         * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
44109         * platform/chromium-mac/svg/custom/stroke-fallback-expected.png:
44110         * platform/chromium-mac/svg/custom/stroke-opacity-update-expected.png:
44111         * platform/chromium-mac/svg/custom/stroked-pattern-expected.png:
44112         * platform/chromium-mac/svg/custom/text-repaint-including-stroke-expected.png:
44113         * platform/chromium-mac/svg/custom/text-rotated-gradient-expected.png:
44114         * platform/chromium-mac/svg/custom/transformed-pattern-clamp-svg-root-expected.png:
44115         * platform/chromium-mac/svg/custom/uri-reference-handling-expected.png: Added.
44116         * platform/chromium-mac/svg/custom/use-detach-expected.png:
44117         * platform/chromium-mac/svg/custom/use-on-text-expected.png:
44118         * platform/chromium-mac/svg/custom/use-setAttribute-crash-expected.png:
44119         * platform/chromium-mac/svg/custom/xlink-custom-namespace-expected.png: Added.
44120         * platform/chromium-win-xp/svg/as-background-image/svg-as-background-1-expected.png: Added.
44121         * platform/chromium-win-xp/svg/as-background-image/svg-as-background-3-expected.png:
44122         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
44123         * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.png: Removed.
44124         * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png:
44125         * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
44126         * platform/chromium-win/svg/as-background-image/background-image-tiled-expected.png:
44127         * platform/chromium-win/svg/as-background-image/svg-as-background-1-expected.png:
44128         * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png:
44129         * platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png:
44130         * platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png:
44131         * platform/chromium-win/svg/as-image/animated-svg-as-image-expected.png:
44132         * platform/chromium-win/svg/as-image/animated-svg-as-image-same-image-expected.png:
44133         * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
44134         * platform/chromium-win/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png:
44135         * platform/chromium-win/svg/batik/masking/maskRegions-expected.png:
44136         * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png:
44137         * platform/chromium-win/svg/batik/paints/patternRegions-expected.png:
44138         * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.png:
44139         * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
44140         * platform/chromium-win/svg/batik/text/textEffect-expected.png:
44141         * platform/chromium-win/svg/batik/text/textEffect2-expected.png:
44142         * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
44143         * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
44144         * platform/chromium-win/svg/batik/text/textProperties-expected.png:
44145         * platform/chromium-win/svg/batik/text/textStyles-expected.png:
44146         * platform/chromium-win/svg/carto.net/combobox-expected.png:
44147         * platform/chromium-win/svg/carto.net/selectionlist-expected.png:
44148         * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.png:
44149         * platform/chromium-win/svg/css/group-with-shadow-expected.png:
44150         * platform/chromium-win/svg/css/mask-with-shadow-expected.png:
44151         * platform/chromium-win/svg/css/text-gradient-shadow-expected.png:
44152         * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
44153         * platform/chromium-win/svg/custom/absolute-sized-content-with-resources-expected.png:
44154         * platform/chromium-win/svg/custom/circular-marker-reference-2-expected.png:
44155         * platform/chromium-win/svg/custom/clone-element-with-animated-svg-properties-expected.png:
44156         * platform/chromium-win/svg/custom/dasharrayOrigin-expected.png:
44157         * platform/chromium-win/svg/custom/deep-dynamic-updates-expected.png:
44158         * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.png:
44159         * platform/chromium-win/svg/custom/fill-fallback-expected.png:
44160         * platform/chromium-win/svg/custom/focus-ring-expected.png:
44161         * platform/chromium-win/svg/custom/gradient-add-stops-expected.png: Added.
44162         * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.png:
44163         * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.png:
44164         * platform/chromium-win/svg/custom/gradient-rotated-bbox-expected.png:
44165         * platform/chromium-win/svg/custom/gradient-stop-corner-cases-expected.png:
44166         * platform/chromium-win/svg/custom/gradient-stop-style-change-expected.png: Added.
44167         * platform/chromium-win/svg/custom/gradient-stroke-width-expected.png:
44168         * platform/chromium-win/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
44169         * platform/chromium-win/svg/custom/group-opacity-expected.png:
44170         * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
44171         * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png:
44172         * platform/chromium-win/svg/custom/invalid-css-expected.png:
44173         * platform/chromium-win/svg/custom/invalid-uri-stroke-expected.png:
44174         * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
44175         * platform/chromium-win/svg/custom/js-update-bounce-expected.png:
44176         * platform/chromium-win/svg/custom/js-update-gradient-expected.png:
44177         * platform/chromium-win/svg/custom/js-update-stop-expected.png:
44178         * platform/chromium-win/svg/custom/js-update-stop-linked-gradient-expected.png:
44179         * platform/chromium-win/svg/custom/large-bounding-box-percents-expected.png:
44180         * platform/chromium-win/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
44181         * platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.png:
44182         * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-expected.png:
44183         * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
44184         * platform/chromium-win/svg/custom/linking-a-03-b-viewTarget-expected.png:
44185         * platform/chromium-win/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
44186         * platform/chromium-win/svg/custom/non-circular-marker-reference-expected.png:
44187         * platform/chromium-win/svg/custom/non-scaling-stroke-expected.png:
44188         * platform/chromium-win/svg/custom/radialGradient-focal-radius-expected.png:
44189         * platform/chromium-win/svg/custom/recursive-gradient-expected.png:
44190         * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.png:
44191         * platform/chromium-win/svg/custom/resource-client-removal-expected.png: Added.
44192         * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
44193         * platform/chromium-win/svg/custom/stroke-fallback-expected.png:
44194         * platform/chromium-win/svg/custom/stroke-opacity-update-expected.png:
44195         * platform/chromium-win/svg/custom/stroked-pattern-expected.png:
44196         * platform/chromium-win/svg/custom/text-repaint-including-stroke-expected.png:
44197         * platform/chromium-win/svg/custom/text-rotated-gradient-expected.png:
44198         * platform/chromium-win/svg/custom/transformed-pattern-clamp-svg-root-expected.png:
44199         * platform/chromium-win/svg/custom/uri-reference-handling-expected.png: Added.
44200         * platform/chromium-win/svg/custom/use-detach-expected.png:
44201         * platform/chromium-win/svg/custom/use-on-text-expected.png:
44202         * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.png:
44203         * platform/chromium-win/svg/custom/xlink-custom-namespace-expected.png: Added.
44204         * platform/chromium/TestExpectations:
44205         * platform/chromium/svg/custom/gradient-add-stops-expected.png: Removed.
44206         * platform/chromium/svg/custom/gradient-stop-style-change-expected.png: Removed.
44207         * platform/chromium/svg/custom/resource-client-removal-expected.png: Removed.
44208         * platform/chromium/svg/custom/uri-reference-handling-expected.png: Removed.
44209         * platform/chromium/svg/custom/xlink-custom-namespace-expected.png: Removed.
44210         * platform/efl/svg/custom/gradient-deep-referencing-expected.png: Removed.
44211         * platform/gtk/svg/custom/gradient-deep-referencing-expected.png: Removed.
44212         * svg/custom/gradient-deep-referencing-expected.png: Added.
44213
44214 2013-01-14  Stephen Chenney  <schenney@chromium.org>
44215
44216         [Chromium] More test expectations for Skia changes
44217
44218         Unreviewed test expectations update.
44219
44220         SVG failures in directories after dynamic-updates now fixed.
44221
44222         * platform/chromium-linux-x86/svg/dynamic-updates: Removed.
44223         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
44224         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
44225         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
44226         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
44227         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
44228         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
44229         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
44230         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
44231         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
44232         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
44233         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
44234         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
44235         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
44236         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
44237         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
44238         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
44239         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
44240         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
44241         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
44242         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
44243         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
44244         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
44245         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
44246         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
44247         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
44248         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
44249         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
44250         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
44251         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
44252         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
44253         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
44254         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
44255         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
44256         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
44257         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
44258         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
44259         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
44260         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
44261         * platform/chromium-linux/svg/filters/feDropShadow-expected.png:
44262         * platform/chromium-linux/svg/filters/feImage-late-indirect-update-expected.png:
44263         * platform/chromium-linux/svg/hixie/error/017-expected.png:
44264         * platform/chromium-linux/svg/hixie/perf/005-expected.png:
44265         * platform/chromium-linux/svg/hixie/perf/006-expected.png:
44266         * platform/chromium-linux/svg/text/selection-background-color-expected.png:
44267         * platform/chromium-linux/svg/text/selection-styles-expected.png:
44268         * platform/chromium-linux/svg/text/small-fonts-3-expected.png:
44269         * platform/chromium-linux/svg/text/text-deco-01-b-expected.png:
44270         * platform/chromium-linux/svg/text/text-text-08-b-expected.png:
44271         * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png:
44272         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
44273         * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.png:
44274         * platform/chromium-linux/svg/wicd/sizing-flakiness-expected.png:
44275         * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png:
44276         * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png:
44277         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
44278         * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png:
44279         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
44280         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
44281         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
44282         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
44283         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
44284         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
44285         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
44286         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
44287         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
44288         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
44289         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
44290         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
44291         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
44292         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
44293         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
44294         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
44295         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
44296         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
44297         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
44298         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
44299         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
44300         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
44301         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
44302         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
44303         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
44304         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
44305         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
44306         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
44307         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
44308         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
44309         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
44310         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
44311         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
44312         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
44313         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
44314         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
44315         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
44316         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
44317         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
44318         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
44319         * platform/chromium-mac-lion/svg/hixie/error/017-expected.png:
44320         * platform/chromium-mac-lion/svg/hixie/perf/005-expected.png:
44321         * platform/chromium-mac-lion/svg/hixie/perf/006-expected.png:
44322         * platform/chromium-mac-lion/svg/hixie/perf/007-expected.png:
44323         * platform/chromium-mac-lion/svg/text/selection-background-color-expected.png:
44324         * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
44325         * platform/chromium-mac-lion/svg/text/small-fonts-3-expected.png:
44326         * platform/chromium-mac-lion/svg/text/text-deco-01-b-expected.png:
44327         * platform/chromium-mac-lion/svg/text/text-text-08-b-expected.png:
44328         * platform/chromium-mac-lion/svg/transforms/animated-path-inside-transformed-html-expected.png:
44329         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
44330         * platform/chromium-mac-lion/svg/wicd/rightsizing-grid-expected.png:
44331         * platform/chromium-mac-lion/svg/wicd/sizing-flakiness-expected.png:
44332         * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png:
44333         * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image2-expected.png:
44334         * platform/chromium-mac-lion/svg/zoom/page/zoom-mask-with-percentages-expected.png:
44335         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
44336         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
44337         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
44338         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
44339         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
44340         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
44341         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
44342         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
44343         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
44344         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
44345         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
44346         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
44347         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
44348         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
44349         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
44350         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
44351         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
44352         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
44353         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
44354         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
44355         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
44356         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
44357         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
44358         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
44359         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
44360         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
44361         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
44362         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
44363         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
44364         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
44365         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
44366         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
44367         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
44368         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
44369         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
44370         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
44371         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
44372         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
44373         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
44374         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
44375         * platform/chromium-mac-snowleopard/svg/text/text-deco-01-b-expected.png:
44376         * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.png:
44377         * platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
44378         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
44379         * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.png:
44380         * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
44381         * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png:
44382         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
44383         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
44384         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
44385         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
44386         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
44387         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
44388         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
44389         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
44390         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
44391         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
44392         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
44393         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
44394         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
44395         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
44396         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
44397         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
44398         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
44399         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
44400         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
44401         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
44402         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
44403         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
44404         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
44405         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
44406         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
44407         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
44408         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
44409         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
44410         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
44411         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
44412         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
44413         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
44414         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
44415         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
44416         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
44417         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
44418         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
44419         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
44420         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
44421         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
44422         * platform/chromium-mac/svg/filters/feColorMatrix-saturate-expected.png:
44423         * platform/chromium-mac/svg/filters/feDropShadow-expected.png:
44424         * platform/chromium-mac/svg/filters/feImage-late-indirect-update-expected.png:
44425         * platform/chromium-mac/svg/filters/feTile-expected.png:
44426         * platform/chromium-mac/svg/hixie/error/017-expected.png:
44427         * platform/chromium-mac/svg/hixie/perf/005-expected.png:
44428         * platform/chromium-mac/svg/hixie/perf/006-expected.png:
44429         * platform/chromium-mac/svg/hixie/perf/007-expected.png:
44430         * platform/chromium-mac/svg/repaint/inner-svg-change-viewBox-expected.png:
44431         * platform/chromium-mac/svg/text/selection-background-color-expected.png:
44432         * platform/chromium-mac/svg/text/selection-styles-expected.png:
44433         * platform/chromium-mac/svg/text/small-fonts-3-expected.png:
44434         * platform/chromium-mac/svg/text/text-deco-01-b-expected.png:
44435         * platform/chromium-mac/svg/text/text-text-08-b-expected.png:
44436         * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
44437         * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
44438         * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.png:
44439         * platform/chromium-mac/svg/wicd/sizing-flakiness-expected.png:
44440         * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
44441         * platform/chromium-mac/svg/wicd/test-scalable-background-image2-expected.png:
44442         * platform/chromium-mac/svg/zoom/page/zoom-background-image-tiled-expected.png:
44443         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
44444         * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
44445         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
44446         * platform/chromium-win-xp/svg/dynamic-updates: Removed.
44447         * platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.png:
44448         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
44449         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
44450         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
44451         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
44452         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
44453         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
44454         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
44455         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
44456         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
44457         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
44458         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
44459         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
44460         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
44461         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
44462         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
44463         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
44464         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
44465         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
44466         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
44467         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
44468         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
44469         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
44470         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
44471         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
44472         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
44473         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
44474         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
44475         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
44476         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
44477         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
44478         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
44479         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
44480         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
44481         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
44482         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
44483         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
44484         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
44485         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
44486         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
44487         * platform/chromium-win/svg/filters/feColorMatrix-saturate-expected.png:
44488         * platform/chromium-win/svg/filters/feDropShadow-expected.png:
44489         * platform/chromium-win/svg/filters/feImage-late-indirect-update-expected.png:
44490         * platform/chromium-win/svg/filters/feTile-expected.png:
44491         * platform/chromium-win/svg/hixie/error/017-expected.png:
44492         * platform/chromium-win/svg/hixie/perf/005-expected.png:
44493         * platform/chromium-win/svg/hixie/perf/006-expected.png:
44494         * platform/chromium-win/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
44495         * platform/chromium-win/svg/text/selection-background-color-expected.png:
44496         * platform/chromium-win/svg/text/selection-styles-expected.png:
44497         * platform/chromium-win/svg/text/small-fonts-3-expected.png:
44498         * platform/chromium-win/svg/text/text-deco-01-b-expected.png:
44499         * platform/chromium-win/svg/text/text-text-08-b-expected.png:
44500         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
44501         * platform/chromium-win/svg/wicd/rightsizing-grid-expected.png:
44502         * platform/chromium-win/svg/wicd/sizing-flakiness-expected.png:
44503         * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
44504         * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png:
44505         * platform/chromium-win/svg/zoom/page/zoom-background-image-tiled-expected.png:
44506         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
44507         * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
44508         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
44509         * platform/chromium/TestExpectations:
44510         * platform/chromium/svg/repaint/inner-svg-change-viewBox-expected.png: Removed.
44511
44512 2013-01-14  Levi Weintraub  <leviw@chromium.org>
44513
44514         Unreviewed gardening. Removing entry for editing/spelling/spellcheck-sequencenum.html
44515         in Chromium test expectations. Tony fixed the issue in r139636.
44516
44517         * platform/chromium/TestExpectations:
44518
44519 2013-01-14  Tony Chang  <tony@chromium.org>
44520
44521         Layout Test editing/spelling/spellcheck-sequencenum.html is flaky on Debug Win Chromium Bot
44522         https://bugs.webkit.org/show_bug.cgi?id=106806
44523
44524         Reviewed by Levi Weintraub.
44525
44526         This test manually calls waitUntilDone and uses js-test-pre.js/js-test-post.js. This confuses
44527         the timing of the "PASS successfullyParsed is true" output. Fix this by using the helper
44528         functions in js-test-pre.js for waitUntilDone/notifyDone.
44529
44530         * editing/spelling/spellcheck-sequencenum-expected.txt:
44531         * editing/spelling/spellcheck-sequencenum.html:
44532         * platform/win/editing/spelling/spellcheck-sequencenum-expected.txt: Removed.
44533
44534 2013-01-14  Levi Weintraub  <leviw@chromium.org>
44535
44536         Unreviewed gardening. Marking fast/dom/HTMLTemplateElement/inertContents.html
44537         as flaky on Chromium Debug bots.
44538
44539         * platform/chromium/TestExpectations:
44540
44541 2013-01-14  Michael Pruett  <michael@68k.org>
44542
44543         IndexedDB: Fix test for error message in storage/indexeddb/transaction-complete-workers.html
44544         https://bugs.webkit.org/show_bug.cgi?id=106805
44545
44546         Reviewed by Tony Chang.
44547
44548         V8 prepends "Uncaught " to uncaught exceptions, while JSC does not.
44549         Either form of the error message should be acceptable.
44550
44551         * storage/indexeddb/transaction-complete-workers.html:
44552
44553 2013-01-14  Levi Weintraub  <leviw@chromium.org>
44554
44555         Unreviewed gardening. Marking editing/spelling/spellcheck-sequencenum.html
44556         as flaky on Chromium Win Debug bots.
44557
44558         * platform/chromium/TestExpectations:
44559
44560 2013-01-14  Stephen Chenney  <schenney@chromium.org>
44561
44562         Re-enabling the SK_DISABLE_DASHING_OPTIMIZATION flag for Skia
44563
44564         Unreviewed expectations clean-up.
44565
44566         Removing the expectations associated with the flag.
44567
44568         * platform/chromium/TestExpectations:
44569
44570 2013-01-14  Tommy Widenflycht  <tommyw@google.com>
44571
44572         MediaStream API: Update MediaStreamTrack::readyState to match specification
44573         https://bugs.webkit.org/show_bug.cgi?id=106781
44574
44575         Reviewed by Adam Barth.
44576
44577         * fast/mediastream/MediaStreamTrack-expected.txt:
44578         * fast/mediastream/MediaStreamTrack.html:
44579
44580 2013-01-14  Andrey Lushnikov  <lushnikov@chromium.org>
44581
44582         Web Inspector: add text editor formatter test
44583         https://bugs.webkit.org/show_bug.cgi?id=106705
44584
44585         Reviewed by Pavel Feldman.
44586
44587         Adds a test checking text editor formatting.
44588         The test creates a new text editor and fills it in with some
44589         code by the means of simulated key and textInput events.
44590
44591         * inspector/editor/text-editor-formatter-expected.txt: Added.
44592         * inspector/editor/text-editor-formatter.html: Added.
44593
44594 2013-01-14  Vsevolod Vlasov  <vsevik@chromium.org>
44595
44596         Web Inspector: Audit Tool's False Positive on Set-Cookie header
44597         https://bugs.webkit.org/show_bug.cgi?id=106794
44598
44599         Reviewed by Pavel Feldman.
44600
44601         * http/tests/inspector/audits/resources/abe.png: Renamed from LayoutTests/inspector/audits/resources/abe.png.
44602         * http/tests/inspector/audits/set-cookie-header-audit-no-false-positive-expected.txt: Added.
44603         * http/tests/inspector/audits/set-cookie-header-audit-no-false-positive.html: Added.
44604
44605 2013-01-14  Tommy Widenflycht  <tommyw@google.com>
44606
44607         MediaStream API: Update the track accessors on MediaStream to match the latest specification
44608         https://bugs.webkit.org/show_bug.cgi?id=106660
44609
44610         Reviewed by Adam Barth.
44611
44612         Updating and expanding tests for the new getAudioTracks()/getVideoTracks().
44613
44614         * fast/mediastream/MediaStreamConstructor-expected.txt:
44615         * fast/mediastream/MediaStreamConstructor.html:
44616         * fast/mediastream/MediaStreamTrack.html:
44617         * fast/mediastream/MediaStreamTrackList-expected.txt:
44618         * fast/mediastream/MediaStreamTrackList.html:
44619         * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt:
44620         * fast/mediastream/RTCPeerConnection-statsSelector.html:
44621         * fast/mediastream/getusermedia-expected.txt:
44622         * fast/mediastream/getusermedia.html:
44623         * webaudio/mediastreamaudiosourcenode-expected.txt:
44624         * webaudio/mediastreamaudiosourcenode.html:
44625
44626 2013-01-14  Alexander Pavlov  <apavlov@chromium.org>
44627
44628         Web Inspector: [Styles] Color names parsed inside "background-image" values
44629         https://bugs.webkit.org/show_bug.cgi?id=106770
44630
44631         Reviewed by Pavel Feldman.
44632
44633         * inspector/styles/url-color-swatch-expected.txt: Added.
44634         * inspector/styles/url-color-swatch.html: Added.
44635
44636 2013-01-14  Andrey Lushnikov  <lushnikov@chromium.org>
44637
44638         Web Inspector: InspectorTest.createTestEditor should not set any text in editor
44639         https://bugs.webkit.org/show_bug.cgi?id=106772
44640
44641         Reviewed by Pavel Feldman.
44642
44643         Add InspectorTest.fillEditorWithText helper method and remove this
44644         functionality from InspectorTest.createTestEditor method.
44645
44646         * inspector/editor/editor-test.js:
44647         (initialize_EditorTests.InspectorTest.createTestEditor): Removed functionality for setting editor text.
44648         (initialize_EditorTests.InspectorTest.fillEditorWithText): Added.
44649         * inspector/editor/text-editor-remove-chunks-from-dom.html:
44650         * inspector/editor/text-editor-selection.html:
44651         * inspector/editor/text-editor-type-over-decoration.html:
44652
44653 2013-01-14  Csaba Osztrogonác  <ossy@webkit.org>
44654
44655         [Qt] Unreviewed gardening, skip a new asserting test to paint the bots green.
44656
44657         * platform/qt/TestExpectations:
44658
44659 2013-01-14  Tommy Widenflycht  <tommyw@google.com>
44660
44661         MediaStream API: Change MediaStream::readyState to an boolean attribute called ended.
44662         https://bugs.webkit.org/show_bug.cgi?id=106568
44663
44664         Reviewed by Adam Barth.
44665
44666         * fast/mediastream/LocalMediaStream-onended-expected.txt:
44667         * fast/mediastream/LocalMediaStream-onended.html:
44668
44669 2013-01-14  Andrei Bucur  <abucur@adobe.com>
44670
44671         Crash caused by incomplete cleanup of regions information for anonymous block
44672         https://bugs.webkit.org/show_bug.cgi?id=106191
44673
44674         Reviewed by Abhishek Arya.
44675
44676         * fast/regions/remove-leftover-anon-block-crash-expected.txt: Added.
44677         * fast/regions/remove-leftover-anon-block-crash.html: Added.
44678
44679 2013-01-14  Pablo Flouret  <pablof@motorola.com>
44680
44681         Allow nesting of at-rules
44682         https://bugs.webkit.org/show_bug.cgi?id=106696
44683
44684         Reviewed by Allan Sandfeld Jensen.
44685
44686         * fast/css/nested-at-rules-expected.txt: Added.
44687         * fast/css/nested-at-rules.html: Added.
44688
44689 2013-01-13  Noel Gordon  <noel.gordon@gmail.com>
44690
44691         [chromium] Optimize svg/W3C-SVG-1.1/animate-elem-80-t.svg everywhere
44692
44693         Unreviewed w/end gardening.
44694
44695         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Removed.
44696         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
44697         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
44698         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
44699         * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Removed.
44700         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
44701         * platform/chromium/TestExpectations:
44702
44703 2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
44704
44705         Unreviewed EFL gardening.
44706
44707         Mark accessibility/render-counter-text.html as flaky
44708         on EFL port since it sometimes crashes.
44709
44710         * platform/efl/TestExpectations:
44711
44712 2013-01-13  Levi Weintraub  <leviw@chromium.org>
44713
44714         Unreviewed gardening. Marking media/track/track-css-cue-lifetime.html as a flaky timeout on Debug
44715         Chromium bots.
44716
44717         * platform/chromium/TestExpectations:
44718
44719 2013-01-13  Noel Gordon  <noel.gordon@gmail.com>
44720
44721         [chromium] Optimize svg/W3C-SVG-1.1/animate-elem-80-t.svg on linux and win
44722
44723         Unreviewed w/end gardening.
44724
44725         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
44726         * 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.
44727         * 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.
44728         * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
44729         * 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.
44730         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
44731
44732 2013-01-13  Levi Weintraub  <leviw@chromium.org>
44733
44734         Unreviewed gardening. Rolling out 139537. It broke platforms not using sub-
44735         pixel layout.
44736
44737         * fast/images/zoomed-offset-size.html: Removed.
44738         * fast/images/zoomed-offset-size-expected.txt: Removed.
44739         * platform/efl/TestExpectations:
44740         * platform/qt/TestExpectations
44741
44742 2013-01-13  Noel Gordon  <noel.gordon@gmail.com>
44743
44744         [chromium] Rebaseline svg/W3C-SVG-1.1/animate-elem-80-t.svg on linux
44745
44746         Unreviewed w/end gardening.
44747
44748         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
44749         * platform/chromium/TestExpectations:
44750
44751 2013-01-13  Noel Gordon  <noel.gordon@gmail.com>
44752
44753         [chromium] Rebaseline svg/W3C-SVG-1.1/animate-elem-80-t.svg on win
44754
44755         Unreviewed w/end gardening.
44756
44757         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
44758         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
44759
44760 2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
44761
44762         Unreviewed EFL gardening.
44763
44764         Mark accessibility/heading-level.html as failing on EFL port.
44765         This test was added in r139534.
44766
44767         * platform/efl-wk2/TestExpectations:
44768
44769 2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
44770
44771         Unreviewed EFL gardening.
44772
44773         Add platform-specific baseline for fast/dom/HTMLTemplateElement/inertContents.html.
44774         Our port and WKTR do not display the failing URL if it is null.
44775
44776         * platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt: Added.
44777
44778 2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
44779
44780         Unreviewed EFL gardening.
44781
44782         Mark inspector/debugger/debugger-script-preprocessor.html as
44783         flakey on EFL port since it gives a different output for
44784         every run. This test was added in r139405.
44785
44786         * platform/efl/TestExpectations:
44787
44788 2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
44789
44790         Unreviewed EFL gardening.
44791
44792         Mark media/video-controls-captions.html as failing on EFL port
44793         due to additional checks added in r139547.
44794
44795         * platform/efl/TestExpectations:
44796
44797 2013-01-13  Dima Gorbik  <dgorbik@apple.com>
44798
44799         Styling disappears from the cue that's being styled by ::cue pseudo element
44800         https://bugs.webkit.org/show_bug.cgi?id=106723
44801
44802         Reviewed by Antti Koivisto.
44803
44804         * media/track/captions-webvtt/styling-lifetime.vtt: Added.
44805         * media/track/track-css-cue-lifetime-expected.txt: Added.
44806         * media/track/track-css-cue-lifetime.html: Added.
44807
44808 2013-01-13  Csaba Osztrogonác  <ossy@webkit.org>
44809
44810         Unreviewed gardening, skip new failing tests to paint the bots green.
44811
44812         * platform/qt/TestExpectations:
44813
44814 2013-01-12  Levi Weintraub  <leviw@chromium.org>
44815
44816         Unreviewed gardening. Marking fast/images/zoomed-offset-size.html as slow on Debug Chromium bots.
44817
44818         * platform/chromium/TestExpectations:
44819
44820 2013-01-12  Robert Hogan  <robert@webkit.org>
44821
44822         Available height should respect min and max height
44823         https://bugs.webkit.org/show_bug.cgi?id=106479
44824
44825         Reviewed by Ojan Vafai.
44826
44827         * fast/block/percent-top-respects-max-height-expected.txt: Added.
44828         * fast/block/percent-top-respects-max-height.html: Added.
44829         * fast/block/percent-top-respects-min-height-expected.txt: Added.
44830         * fast/block/percent-top-respects-min-height.html: Added.
44831
44832 2013-01-12  Victor Carbune  <victor@rosedu.org>
44833
44834         CC Button doesn't always show up
44835         https://bugs.webkit.org/show_bug.cgi?id=106653
44836
44837         Reviewed by Eric Carlson.
44838
44839         * media/video-controls-captions-expected.txt: Updated.
44840         * media/video-controls-captions.html: Added extra checks that fail
44841         without the code changes.
44842
44843 2013-01-11  Noel Gordon  <noel.gordon@gmail.com>
44844
44845         [chromium] Update platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling.html on win
44846
44847         Unreviewed w/end gardening.
44848
44849         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png:
44850
44851 2013-01-11  Noel Gordon  <noel.gordon@gmail.com>
44852
44853         [chromium] fast/repaint/4776765.html passes on the chromium bots
44854         https://bugs.webkit.org/show_bug.cgi?id=103955
44855
44856         Unreviewed w/end gardening.
44857
44858         * platform/chromium-linux-x86/fast/repaint/4776765-expected.png: Removed.
44859         * platform/chromium-win-xp/fast/repaint/4776765-expected.png: Removed.
44860         * platform/chromium/TestExpectations:
44861
44862 2013-01-11  Noel Gordon  <noel.gordon@gmail.com>
44863
44864         [chromium] fast/repaint/4774354.html passes on the chromium bots
44865         https://bugs.webkit.org/show_bug.cgi?id=103955
44866
44867         Unreviewed w/end gardening.
44868
44869         * platform/chromium-linux-x86/fast/repaint/4774354-expected.png: Removed.
44870         * platform/chromium-win-xp/fast/repaint/4774354-expected.png: Removed.
44871         * platform/chromium/TestExpectations:
44872
44873 2013-01-11  Emil A Eklund  <eae@chromium.org>
44874
44875         offsetWidth/height incorrect for images when zoomed
44876         https://bugs.webkit.org/show_bug.cgi?id=106624
44877
44878         Reviewed by Levi Weintraub.
44879         
44880         Add test for offsetWidth/Height for zoomed image.
44881
44882         * fast/images/zoomed-offset-size-expected.txt: Added.
44883         * fast/images/zoomed-offset-size.html: Added.
44884
44885 2013-01-11  Ojan Vafai  <ojan@chromium.org>
44886
44887         Fixed width overrides intrinsic min-width/max-width for text inputs and listboxes
44888         https://bugs.webkit.org/show_bug.cgi?id=106675
44889
44890         Reviewed by Emil A Eklund.
44891
44892         * fast/forms/file/intrinsic-min-width-overrides-width-expected.html:
44893         * fast/forms/file/intrinsic-min-width-overrides-width.html:
44894         * fast/forms/select/listbox-intrinsic-min-width-applies-with-fixed-width-expected.html: Added.
44895         * fast/forms/select/listbox-intrinsic-min-width-applies-with-fixed-width.html: Added.
44896
44897 2013-01-10  Ojan Vafai  <ojan@chromium.org>
44898
44899         Setting width overrides intrinsic min-width/max-width on flexboxes and their subclasses
44900         https://bugs.webkit.org/show_bug.cgi?id=106617
44901
44902         Reviewed by Tony Chang.
44903
44904         * css3/flexbox/intrinsic-min-width-applies-with-fixed-width-expected.txt: Added.
44905         * css3/flexbox/intrinsic-min-width-applies-with-fixed-width.html: Added.
44906         * fast/flexbox/intrinsic-min-width-applies-with-fixed-width-expected.txt: Added.
44907         * fast/flexbox/intrinsic-min-width-applies-with-fixed-width.html: Added.
44908         * fast/forms/select/intrinsic-min-width-applies-with-fixed-width-expected.html: Added.
44909         * fast/forms/select/intrinsic-min-width-applies-with-fixed-width.html: Added.
44910
44911 2013-01-11  James Craig  <james@cookiecrook.com>
44912
44913         Need new accessibility layout test to verify levels of headings
44914         https://bugs.webkit.org/show_bug.cgi?id=106243
44915
44916         Reviewed by Chris Fleizach.
44917
44918         New layout test to verify accessibility API heading levels on implicit h1-h6 and explicit @aria-level.
44919
44920         * accessibility/heading-level-expected.txt: Added.
44921         * accessibility/heading-level.html: Added.
44922         * platform/chromium/TestExpectations: Skip for Chromium due to webkit.org/b/106682
44923
44924 2013-01-11  Filip Pizlo  <fpizlo@apple.com>
44925
44926         Phantom(GetLocal) should be treated as relevant to OSR
44927         https://bugs.webkit.org/show_bug.cgi?id=106715
44928
44929         Reviewed by Mark Hahnenberg.
44930
44931         * fast/js/dfg-phantom-get-local-expected.txt: Added.
44932         * fast/js/dfg-phantom-get-local.html: Added.
44933         * fast/js/jsc-test-list:
44934         * fast/js/script-tests/dfg-phantom-get-local.js: Added.
44935         (foo):
44936
44937 2013-01-11  Levi Weintraub  <leviw@chromium.org>
44938
44939         Unreviewed gardening. Marking platform/chromium/virtual/gpu/fast/canvas/getPutImageDataPairTest.html
44940         as slow on all Chromium platforms.
44941
44942
44943         * platform/chromium/TestExpectations:
44944
44945 2013-01-11  Stephen Chenney  <schenney@chromium.org>
44946
44947         [Chromium] Fixing the linux layout tests
44948
44949         Unreviewed test expectations update.
44950
44951         Some tests were apparently not rebaselined for linux.
44952
44953         * platform/chromium/TestExpectations:
44954
44955 2013-01-11  Stephen Chenney  <schenney@chromium.org>
44956
44957         [Chromium] Fixing the 10.8 layout tests
44958
44959         Unreviewed test expectations update.
44960
44961         * platform/chromium/TestExpectations:
44962
44963 2013-01-11  James Simonsen  <simonjam@chromium.org>
44964
44965         [Resource Timing] XMLHttpRequests should have initiator type 'xmlhttprequest'
44966         https://bugs.webkit.org/show_bug.cgi?id=106409
44967
44968         Reviewed by Nate Chapin.
44969
44970         * http/tests/w3c/webperf/resources/all_resource_types.htm:
44971         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types-expected.txt:
44972         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types.html:
44973
44974 2013-01-11  Stephen Chenney  <schenney@chromium.org>
44975
44976         [Chromium] More test expectations for Skia changes
44977
44978         Unreviewed test expectations update.
44979
44980         All but the SVG failures.
44981
44982         * platform/chromium-linux-x86/fullscreen: Added.
44983         * platform/chromium-linux-x86/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
44984         * platform/chromium-linux-x86/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
44985         * platform/chromium-linux-x86/fullscreen/full-screen-zIndex-after-expected.png: Added.
44986         * platform/chromium-linux-x86/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
44987         * platform/chromium-linux-x86/http/tests/navigation/javascriptlink-frames-expected.png: Added.
44988         * platform/chromium-linux-x86/media: Added.
44989         * platform/chromium-linux-x86/media/audio-controls-rendering-expected.png: Added.
44990         * platform/chromium-linux-x86/media/audio-repaint-expected.png: Added.
44991         * platform/chromium-linux-x86/media/controls-after-reload-expected.png: Added.
44992         * platform/chromium-linux-x86/media/controls-strict-expected.png: Added.
44993         * platform/chromium-linux-x86/media/controls-styling-expected.png: Added.
44994         * platform/chromium-linux-x86/media/controls-styling-strict-expected.png: Added.
44995         * platform/chromium-linux-x86/media/controls-without-preload-expected.png: Added.
44996         * platform/chromium-linux-x86/media/media-document-audio-repaint-expected.png: Added.
44997         * platform/chromium-linux-x86/media/video-controls-rendering-expected.png: Added.
44998         * platform/chromium-linux-x86/media/video-display-toggle-expected.png: Added.
44999         * platform/chromium-linux-x86/media/video-playing-and-pause-expected.png: Added.
45000         * platform/chromium-linux-x86/media/video-zoom-controls-expected.png: Added.
45001         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
45002         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
45003         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
45004         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
45005         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
45006         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
45007         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
45008         * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
45009         * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png: Added.
45010         * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png: Added.
45011         * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Added.
45012         * platform/chromium-linux-x86/platform/chromium/fast/text: Added.
45013         * platform/chromium-linux-x86/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
45014         * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
45015         * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
45016         * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/hidpi: Added.
45017         * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
45018         * platform/chromium-linux/fullscreen/full-screen-iframe-zIndex-expected.png:
45019         * platform/chromium-linux/fullscreen/full-screen-remove-ancestor-after-expected.png:
45020         * platform/chromium-linux/fullscreen/full-screen-zIndex-after-expected.png:
45021         * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
45022         * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.png:
45023         * platform/chromium-linux/media/audio-controls-rendering-expected.png:
45024         * platform/chromium-linux/media/audio-repaint-expected.png:
45025         * platform/chromium-linux/media/controls-after-reload-expected.png:
45026         * platform/chromium-linux/media/controls-strict-expected.png:
45027         * platform/chromium-linux/media/controls-styling-expected.png:
45028         * platform/chromium-linux/media/controls-styling-strict-expected.png:
45029         * platform/chromium-linux/media/controls-without-preload-expected.png:
45030         * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
45031         * platform/chromium-linux/media/video-controls-rendering-expected.png:
45032         * platform/chromium-linux/media/video-display-toggle-expected.png:
45033         * platform/chromium-linux/media/video-playing-and-pause-expected.png:
45034         * platform/chromium-linux/media/video-zoom-controls-expected.png:
45035         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
45036         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
45037         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
45038         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
45039         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
45040         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
45041         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
45042         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
45043         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
45044         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
45045         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
45046         * platform/chromium-linux/platform/chromium/fast/text/text-stroke-with-border-expected.png:
45047         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
45048         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
45049         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
45050         * platform/chromium-mac-lion/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
45051         * platform/chromium-mac-lion/media/audio-controls-rendering-expected.png:
45052         * platform/chromium-mac-lion/media/audio-repaint-expected.png:
45053         * platform/chromium-mac-lion/media/controls-after-reload-expected.png:
45054         * platform/chromium-mac-lion/media/controls-strict-expected.png:
45055         * platform/chromium-mac-lion/media/controls-styling-expected.png:
45056         * platform/chromium-mac-lion/media/controls-styling-strict-expected.png:
45057         * platform/chromium-mac-lion/media/controls-without-preload-expected.png:
45058         * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png:
45059         * platform/chromium-mac-lion/media/video-controls-rendering-expected.png:
45060         * platform/chromium-mac-lion/media/video-display-toggle-expected.png:
45061         * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png:
45062         * platform/chromium-mac-lion/media/video-zoom-controls-expected.png:
45063         * platform/chromium-mac-lion/platform/chromium/fast/text/text-stroke-with-border-expected.png:
45064         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
45065         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
45066         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
45067         * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
45068         * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
45069         * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
45070         * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
45071         * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
45072         * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
45073         * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
45074         * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
45075         * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
45076         * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
45077         * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
45078         * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
45079         * platform/chromium-mac-snowleopard/media/video-zoom-controls-expected.png: Added.
45080         * platform/chromium-mac-snowleopard/platform/chromium/fast/text/text-stroke-with-border-expected.png:
45081         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
45082         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
45083         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
45084         * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
45085         * platform/chromium-mac/media/audio-controls-rendering-expected.png:
45086         * platform/chromium-mac/media/audio-repaint-expected.png:
45087         * platform/chromium-mac/media/controls-after-reload-expected.png:
45088         * platform/chromium-mac/media/controls-strict-expected.png:
45089         * platform/chromium-mac/media/controls-styling-expected.png:
45090         * platform/chromium-mac/media/controls-styling-strict-expected.png:
45091         * platform/chromium-mac/media/controls-without-preload-expected.png:
45092         * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
45093         * platform/chromium-mac/media/video-controls-rendering-expected.png:
45094         * platform/chromium-mac/media/video-display-toggle-expected.png:
45095         * platform/chromium-mac/media/video-playing-and-pause-expected.png:
45096         * platform/chromium-mac/media/video-zoom-controls-expected.png:
45097         * platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png:
45098         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
45099         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
45100         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png:
45101         * platform/chromium-win-xp/http/tests/media: Added.
45102         * platform/chromium-win-xp/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
45103         * platform/chromium-win-xp/media/audio-controls-rendering-expected.png: Added.
45104         * platform/chromium-win-xp/media/audio-repaint-expected.png: Added.
45105         * platform/chromium-win-xp/media/controls-after-reload-expected.png: Added.
45106         * platform/chromium-win-xp/media/controls-strict-expected.png: Added.
45107         * platform/chromium-win-xp/media/controls-styling-expected.png: Added.
45108         * platform/chromium-win-xp/media/controls-styling-strict-expected.png: Added.
45109         * platform/chromium-win-xp/media/controls-without-preload-expected.png: Added.
45110         * platform/chromium-win-xp/media/media-document-audio-repaint-expected.png: Added.
45111         * platform/chromium-win-xp/media/video-controls-rendering-expected.png: Added.
45112         * platform/chromium-win-xp/media/video-display-toggle-expected.png: Added.
45113         * platform/chromium-win-xp/media/video-playing-and-pause-expected.png: Added.
45114         * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Added.
45115         * platform/chromium-win-xp/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
45116         * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
45117         * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
45118         * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/hidpi: Added.
45119         * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
45120         * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
45121         * platform/chromium-win/media/audio-controls-rendering-expected.png:
45122         * platform/chromium-win/media/audio-repaint-expected.png:
45123         * platform/chromium-win/media/controls-after-reload-expected.png:
45124         * platform/chromium-win/media/controls-strict-expected.png:
45125         * platform/chromium-win/media/controls-styling-expected.png:
45126         * platform/chromium-win/media/controls-styling-strict-expected.png:
45127         * platform/chromium-win/media/controls-without-preload-expected.png:
45128         * platform/chromium-win/media/media-document-audio-repaint-expected.png:
45129         * platform/chromium-win/media/video-controls-rendering-expected.png:
45130         * platform/chromium-win/media/video-display-toggle-expected.png:
45131         * platform/chromium-win/media/video-playing-and-pause-expected.png:
45132         * platform/chromium-win/media/video-zoom-controls-expected.png:
45133         * platform/chromium-win/platform/chromium/fast/text/text-stroke-with-border-expected.png:
45134         * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
45135         * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
45136         * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
45137         * platform/chromium/TestExpectations:
45138
45139 2013-01-11  Stephen Chenney  <schenney@chromium.org>
45140
45141         [Chromium] More test expectations for Skia changes
45142
45143         Unreviewed test expectations update.
45144
45145         New results for fast tests.
45146
45147         * platform/chromium-linux-x86/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
45148         * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
45149         * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-expected.png: Added.
45150         * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
45151         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Added.
45152         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
45153         * platform/chromium-linux-x86/fast/block/basic: Added.
45154         * platform/chromium-linux-x86/fast/block/basic/011-expected.png: Added.
45155         * platform/chromium-linux-x86/fast/block/float/float-avoidance-expected.png: Added.
45156         * platform/chromium-linux-x86/fast/block/margin-collapse: Added.
45157         * platform/chromium-linux-x86/fast/block/margin-collapse/103-expected.png: Added.
45158         * platform/chromium-linux-x86/fast/block/positioning/inline-block-relposition-expected.png: Added.
45159         * platform/chromium-linux-x86/fast/borders/border-image-massive-scale-expected.png: Added.
45160         * platform/chromium-linux-x86/fast/borders/border-image-outset-expected.png: Added.
45161         * platform/chromium-linux-x86/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
45162         * platform/chromium-linux-x86/fast/borders/border-image-outset-split-inline-expected.png: Added.
45163         * platform/chromium-linux-x86/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
45164         * platform/chromium-linux-x86/fast/borders/border-image-scaled-gradient-expected.png:
45165         * platform/chromium-linux-x86/fast/borders/border-image-slice-constrained-expected.png:
45166         * platform/chromium-linux-x86/fast/borders/border-image-trumps-radius-expected.png: Added.
45167         * platform/chromium-linux-x86/fast/canvas/arc360-expected.png: Added.
45168         * platform/chromium-linux-x86/fast/canvas/canvas-incremental-repaint-expected.png: Added.
45169         * platform/chromium-linux-x86/fast/canvas/canvas-text-alignment-expected.png: Added.
45170         * platform/chromium-linux-x86/fast/canvas/fillrect_gradient-expected.png: Added.
45171         * platform/chromium-linux-x86/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
45172         * platform/chromium-linux-x86/fast/css/linear-gradient-currentcolor-expected.png: Added.
45173         * platform/chromium-linux-x86/fast/css/margin-top-bottom-dynamic-expected.png: Added.
45174         * platform/chromium-linux-x86/fast/css/non-standard-checkbox-size-expected.png: Added.
45175         * platform/chromium-linux-x86/fast/css/rtl-ordering-expected.png: Added.
45176         * platform/chromium-linux-x86/fast/css/shadow-multiple-expected.png: Added.
45177         * platform/chromium-linux-x86/fast/css/square-button-appearance-expected.png: Added.
45178         * platform/chromium-linux-x86/fast/css/text-transform-select-expected.png: Added.
45179         * platform/chromium-linux-x86/fast/css/transformed-mask-expected.png: Added.
45180         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
45181         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added.
45182         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
45183         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
45184         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
45185         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
45186         * platform/chromium-linux-x86/fast/dom/HTMLTableColElement: Added.
45187         * platform/chromium-linux-x86/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Added.
45188         * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement: Added.
45189         * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
45190         * platform/chromium-linux-x86/fast/forms/001-expected.png: Added.
45191         * platform/chromium-linux-x86/fast/forms/003-expected.png: Added.
45192         * platform/chromium-linux-x86/fast/forms/004-expected.png: Added.
45193         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label01-expected.png: Added.
45194         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label02-expected.png: Added.
45195         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label03-expected.png: Added.
45196         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label04-expected.png: Added.
45197         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label06-expected.png: Added.
45198         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label07-expected.png: Added.
45199         * platform/chromium-linux-x86/fast/forms/basic-buttons-expected.png: Added.
45200         * platform/chromium-linux-x86/fast/forms/basic-inputs-expected.png: Added.
45201         * platform/chromium-linux-x86/fast/forms/basic-selects-expected.png: Added.
45202         * platform/chromium-linux-x86/fast/forms/blankbuttons-expected.png: Added.
45203         * platform/chromium-linux-x86/fast/forms/box-shadow-override-expected.png: Added.
45204         * platform/chromium-linux-x86/fast/forms/button-align-expected.png: Added.
45205         * platform/chromium-linux-x86/fast/forms/button-cannot-be-nested-expected.png: Added.
45206         * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Added.
45207         * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Added.
45208         * platform/chromium-linux-x86/fast/forms/button-positioned-expected.png: Added.
45209         * platform/chromium-linux-x86/fast/forms/button-sizes-expected.png: Added.
45210         * platform/chromium-linux-x86/fast/forms/button-style-color-expected.png: Added.
45211         * platform/chromium-linux-x86/fast/forms/button-table-styles-expected.png: Added.
45212         * platform/chromium-linux-x86/fast/forms/button-text-transform-expected.png: Added.
45213         * platform/chromium-linux-x86/fast/forms/button-white-space-expected.png: Added.
45214         * platform/chromium-linux-x86/fast/forms/control-clip-overflow-expected.png: Added.
45215         * platform/chromium-linux-x86/fast/forms/control-restrict-line-height-expected.png: Added.
45216         * platform/chromium-linux-x86/fast/forms/disabled-select-change-index-expected.png: Added.
45217         * platform/chromium-linux-x86/fast/forms/file: Added.
45218         * platform/chromium-linux-x86/fast/forms/file/file-input-direction-expected.png: Added.
45219         * platform/chromium-linux-x86/fast/forms/file/file-input-disabled-expected.png: Added.
45220         * platform/chromium-linux-x86/fast/forms/file/file-input-pressed-state-expected.png: Added.
45221         * platform/chromium-linux-x86/fast/forms/file/input-file-re-render-expected.png: Added.
45222         * platform/chromium-linux-x86/fast/forms/form-element-geometry-expected.png: Added.
45223         * platform/chromium-linux-x86/fast/forms/formmove-expected.png: Added.
45224         * platform/chromium-linux-x86/fast/forms/formmove2-expected.png: Added.
45225         * platform/chromium-linux-x86/fast/forms/formmove3-expected.png: Added.
45226         * platform/chromium-linux-x86/fast/forms/select: Added.
45227         * platform/chromium-linux-x86/fast/forms/select-size-expected.png: Added.
45228         * platform/chromium-linux-x86/fast/forms/select-style-expected.png: Added.
45229         * platform/chromium-linux-x86/fast/forms/select-visual-hebrew-expected.png: Added.
45230         * platform/chromium-linux-x86/fast/forms/select-writing-direction-natural-expected.png: Added.
45231         * platform/chromium-linux-x86/fast/forms/select/optgroup-rendering-expected.png: Added.
45232         * platform/chromium-linux-x86/fast/forms/selectlist-minsize-expected.png: Added.
45233         * platform/chromium-linux-x86/fast/forms/stuff-on-my-optgroup-expected.png: Added.
45234         * platform/chromium-linux-x86/fast/gradients/background-clipped-expected.png: Added.
45235         * platform/chromium-linux-x86/fast/gradients/border-image-gradient-expected.png: Added.
45236         * platform/chromium-linux-x86/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
45237         * platform/chromium-linux-x86/fast/gradients/css3-color-stop-units-expected.png: Added.
45238         * platform/chromium-linux-x86/fast/gradients/css3-color-stops-expected.png: Added.
45239         * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients-expected.png: Added.
45240         * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients2-expected.png: Added.
45241         * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients3-expected.png: Added.
45242         * platform/chromium-linux-x86/fast/gradients/css3-repeating-end-fill-expected.png: Added.
45243         * platform/chromium-linux-x86/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
45244         * platform/chromium-linux-x86/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
45245         * platform/chromium-linux-x86/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
45246         * platform/chromium-linux-x86/fast/gradients/generated-gradients-expected.png:
45247         * platform/chromium-linux-x86/fast/gradients/gradient-after-transparent-border-expected.png: Added.
45248         * platform/chromium-linux-x86/fast/gradients/radial-centered-expected.png: Added.
45249         * platform/chromium-linux-x86/fast/gradients/simple-gradients-expected.png:
45250         * platform/chromium-linux-x86/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
45251         * platform/chromium-linux-x86/fast/hidpi: Added.
45252         * platform/chromium-linux-x86/fast/hidpi/focus-rings-expected.png: Added.
45253         * platform/chromium-linux-x86/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
45254         * platform/chromium-linux-x86/fast/html: Added.
45255         * platform/chromium-linux-x86/fast/html/details-replace-summary-child-expected.png: Added.
45256         * platform/chromium-linux-x86/fast/html/details-replace-text-expected.png: Added.
45257         * platform/chromium-linux-x86/fast/html/keygen-expected.png: Added.
45258         * platform/chromium-linux-x86/fast/invalid: Added.
45259         * platform/chromium-linux-x86/fast/invalid/014-expected.png: Added.
45260         * platform/chromium-linux-x86/fast/parser/bad-xml-slash-expected.png: Added.
45261         * platform/chromium-linux-x86/fast/parser/document-write-option-expected.png: Added.
45262         * platform/chromium-linux-x86/fast/reflections: Added.
45263         * platform/chromium-linux-x86/fast/reflections/reflection-masks-expected.png: Added.
45264         * platform/chromium-linux-x86/fast/repaint/4774354-expected.png: Added.
45265         * platform/chromium-linux-x86/fast/repaint/4776765-expected.png: Added.
45266         * platform/chromium-linux-x86/fast/repaint/background-generated-expected.png: Added.
45267         * platform/chromium-linux-x86/fast/replaced/replaced-breaking-expected.png: Added.
45268         * platform/chromium-linux-x86/fast/replaced/replaced-breaking-mixture-expected.png: Added.
45269         * platform/chromium-linux-x86/fast/replaced/three-selects-break-expected.png: Added.
45270         * platform/chromium-linux-x86/fast/replaced/width100percent-button-expected.png: Added.
45271         * platform/chromium-linux-x86/fast/replaced/width100percent-menulist-expected.png: Added.
45272         * platform/chromium-linux-x86/fast/replaced/width100percent-radio-expected.png: Added.
45273         * platform/chromium-linux-x86/fast/selectors/064-expected.png: Added.
45274         * platform/chromium-linux-x86/fast/table: Added.
45275         * platform/chromium-linux-x86/fast/table/append-cells2-expected.png: Added.
45276         * platform/chromium-linux-x86/fast/table/remove-td-display-none-expected.png: Added.
45277         * platform/chromium-linux-x86/fast/text/international/bidi-menulist-expected.png: Added.
45278         * platform/chromium-linux-x86/fast/text/international/hindi-spacing-expected.png: Added.
45279         * platform/chromium-linux-x86/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added.
45280         * platform/chromium-linux-x86/fast/text/stroking-decorations-expected.png: Added.
45281         * platform/chromium-linux-x86/fast/text/stroking-expected.png: Added.
45282         * platform/chromium-linux-x86/fast/text/textIteratorNilRenderer-expected.png: Added.
45283         * platform/chromium-linux-x86/fast/text/whitespace: Added.
45284         * platform/chromium-linux-x86/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added.
45285         * platform/chromium-linux/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
45286         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png:
45287         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-expected.png:
45288         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
45289         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
45290         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
45291         * platform/chromium-linux/fast/block/basic/011-expected.png:
45292         * platform/chromium-linux/fast/block/float/float-avoidance-expected.png:
45293         * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
45294         * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.png:
45295         * platform/chromium-linux/fast/borders/border-image-massive-scale-expected.png:
45296         * platform/chromium-linux/fast/borders/border-image-outset-expected.png:
45297         * platform/chromium-linux/fast/borders/border-image-outset-in-shorthand-expected.png:
45298         * platform/chromium-linux/fast/borders/border-image-outset-split-inline-expected.png: Added.
45299         * platform/chromium-linux/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
45300         * platform/chromium-linux/fast/borders/border-image-scaled-gradient-expected.png:
45301         * platform/chromium-linux/fast/borders/border-image-slice-constrained-expected.png:
45302         * platform/chromium-linux/fast/borders/border-image-trumps-radius-expected.png: Added.
45303         * platform/chromium-linux/fast/canvas/arc360-expected.png:
45304         * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
45305         * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.png:
45306         * platform/chromium-linux/fast/canvas/fillrect_gradient-expected.png:
45307         * platform/chromium-linux/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
45308         * platform/chromium-linux/fast/css/linear-gradient-currentcolor-expected.png: Added.
45309         * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.png:
45310         * platform/chromium-linux/fast/css/non-standard-checkbox-size-expected.png:
45311         * platform/chromium-linux/fast/css/rtl-ordering-expected.png:
45312         * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
45313         * platform/chromium-linux/fast/css/square-button-appearance-expected.png:
45314         * platform/chromium-linux/fast/css/text-transform-select-expected.png:
45315         * platform/chromium-linux/fast/css/transformed-mask-expected.png:
45316         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
45317         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
45318         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
45319         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
45320         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
45321         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png:
45322         * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
45323         * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
45324         * platform/chromium-linux/fast/forms/001-expected.png:
45325         * platform/chromium-linux/fast/forms/003-expected.png:
45326         * platform/chromium-linux/fast/forms/004-expected.png:
45327         * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.png:
45328         * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.png:
45329         * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.png:
45330         * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.png:
45331         * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.png:
45332         * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.png:
45333         * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
45334         * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
45335         * platform/chromium-linux/fast/forms/basic-selects-expected.png:
45336         * platform/chromium-linux/fast/forms/blankbuttons-expected.png:
45337         * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
45338         * platform/chromium-linux/fast/forms/button-align-expected.png:
45339         * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.png:
45340         * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
45341         * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
45342         * platform/chromium-linux/fast/forms/button-positioned-expected.png:
45343         * platform/chromium-linux/fast/forms/button-sizes-expected.png:
45344         * platform/chromium-linux/fast/forms/button-style-color-expected.png:
45345         * platform/chromium-linux/fast/forms/button-table-styles-expected.png:
45346         * platform/chromium-linux/fast/forms/button-text-transform-expected.png:
45347         * platform/chromium-linux/fast/forms/button-white-space-expected.png:
45348         * platform/chromium-linux/fast/forms/control-clip-overflow-expected.png:
45349         * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png:
45350         * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.png:
45351         * platform/chromium-linux/fast/forms/file/file-input-direction-expected.png:
45352         * platform/chromium-linux/fast/forms/file/file-input-disabled-expected.png:
45353         * platform/chromium-linux/fast/forms/file/file-input-pressed-state-expected.png:
45354         * platform/chromium-linux/fast/forms/file/input-file-re-render-expected.png:
45355         * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
45356         * platform/chromium-linux/fast/forms/formmove-expected.png:
45357         * platform/chromium-linux/fast/forms/formmove2-expected.png:
45358         * platform/chromium-linux/fast/forms/formmove3-expected.png:
45359         * platform/chromium-linux/fast/forms/select-size-expected.png:
45360         * platform/chromium-linux/fast/forms/select-style-expected.png:
45361         * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.png:
45362         * platform/chromium-linux/fast/forms/select-writing-direction-natural-expected.png:
45363         * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.png:
45364         * platform/chromium-linux/fast/forms/selectlist-minsize-expected.png:
45365         * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.png:
45366         * platform/chromium-linux/fast/gradients/background-clipped-expected.png:
45367         * platform/chromium-linux/fast/gradients/border-image-gradient-expected.png: Added.
45368         * platform/chromium-linux/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
45369         * platform/chromium-linux/fast/gradients/css3-color-stop-units-expected.png:
45370         * platform/chromium-linux/fast/gradients/css3-color-stops-expected.png: Added.
45371         * platform/chromium-linux/fast/gradients/css3-radial-gradients-expected.png:
45372         * platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.png:
45373         * platform/chromium-linux/fast/gradients/css3-radial-gradients3-expected.png: Added.
45374         * platform/chromium-linux/fast/gradients/css3-repeating-end-fill-expected.png: Added.
45375         * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png:
45376         * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
45377         * platform/chromium-linux/fast/gradients/css3-repeating-radial-gradients-expected.png:
45378         * platform/chromium-linux/fast/gradients/generated-gradients-expected.png:
45379         * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png:
45380         * platform/chromium-linux/fast/gradients/radial-centered-expected.png:
45381         * platform/chromium-linux/fast/gradients/simple-gradients-expected.png:
45382         * platform/chromium-linux/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
45383         * platform/chromium-linux/fast/hidpi/focus-rings-expected.png: Added.
45384         * platform/chromium-linux/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
45385         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
45386         * platform/chromium-linux/fast/html/details-replace-text-expected.png:
45387         * platform/chromium-linux/fast/html/keygen-expected.png:
45388         * platform/chromium-linux/fast/invalid/014-expected.png:
45389         * platform/chromium-linux/fast/parser/bad-xml-slash-expected.png:
45390         * platform/chromium-linux/fast/parser/document-write-option-expected.png:
45391         * platform/chromium-linux/fast/reflections/reflection-masks-expected.png: Added.
45392         * platform/chromium-linux/fast/repaint/4774354-expected.png:
45393         * platform/chromium-linux/fast/repaint/4776765-expected.png:
45394         * platform/chromium-linux/fast/repaint/background-generated-expected.png: Added.
45395         * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
45396         * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.png:
45397         * platform/chromium-linux/fast/replaced/three-selects-break-expected.png:
45398         * platform/chromium-linux/fast/replaced/width100percent-button-expected.png:
45399         * platform/chromium-linux/fast/replaced/width100percent-menulist-expected.png:
45400         * platform/chromium-linux/fast/replaced/width100percent-radio-expected.png:
45401         * platform/chromium-linux/fast/selectors/064-expected.png:
45402         * platform/chromium-linux/fast/table/append-cells2-expected.png:
45403         * platform/chromium-linux/fast/table/remove-td-display-none-expected.png:
45404         * platform/chromium-linux/fast/text/international/bidi-menulist-expected.png:
45405         * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
45406         * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
45407         * platform/chromium-linux/fast/text/stroking-decorations-expected.png:
45408         * platform/chromium-linux/fast/text/stroking-expected.png:
45409         * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
45410         * platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
45411         * platform/chromium-mac-lion/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
45412         * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
45413         * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-expected.png: Added.
45414         * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
45415         * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-expected.png: Added.
45416         * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
45417         * platform/chromium-mac-lion/fast/borders/border-image-massive-scale-expected.png:
45418         * platform/chromium-mac-lion/fast/borders/border-image-outset-expected.png: Added.
45419         * platform/chromium-mac-lion/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
45420         * platform/chromium-mac-lion/fast/borders/border-image-outset-split-inline-expected.png: Added.
45421         * platform/chromium-mac-lion/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
45422         * platform/chromium-mac-lion/fast/borders/border-image-scaled-gradient-expected.png: Added.
45423         * platform/chromium-mac-lion/fast/borders/border-image-slice-constrained-expected.png: Added.
45424         * platform/chromium-mac-lion/fast/borders/border-image-trumps-radius-expected.png: Added.
45425         * platform/chromium-mac-lion/fast/canvas/arc360-expected.png:
45426         * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
45427         * platform/chromium-mac-lion/fast/canvas/canvas-text-alignment-expected.png:
45428         * platform/chromium-mac-lion/fast/canvas/fillrect_gradient-expected.png:
45429         * platform/chromium-mac-lion/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
45430         * platform/chromium-mac-lion/fast/css/linear-gradient-currentcolor-expected.png: Added.
45431         * platform/chromium-mac-lion/fast/css/shadow-multiple-expected.png:
45432         * platform/chromium-mac-lion/fast/css/transformed-mask-expected.png:
45433         * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
45434         * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-styles-expected.png:
45435         * platform/chromium-mac-lion/fast/gradients/background-clipped-expected.png:
45436         * platform/chromium-mac-lion/fast/gradients/border-image-gradient-expected.png: Added.
45437         * platform/chromium-mac-lion/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
45438         * platform/chromium-mac-lion/fast/gradients/css3-color-stop-units-expected.png:
45439         * platform/chromium-mac-lion/fast/gradients/css3-color-stops-expected.png: Added.
45440         * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients-expected.png: Added.
45441         * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients2-expected.png: Added.
45442         * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients3-expected.png: Added.
45443         * platform/chromium-mac-lion/fast/gradients/css3-repeating-end-fill-expected.png: Added.
45444         * platform/chromium-mac-lion/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
45445         * platform/chromium-mac-lion/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
45446         * platform/chromium-mac-lion/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
45447         * platform/chromium-mac-lion/fast/gradients/generated-gradients-expected.png:
45448         * platform/chromium-mac-lion/fast/gradients/gradient-after-transparent-border-expected.png:
45449         * platform/chromium-mac-lion/fast/gradients/radial-centered-expected.png:
45450         * platform/chromium-mac-lion/fast/gradients/simple-gradients-expected.png:
45451         * platform/chromium-mac-lion/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
45452         * platform/chromium-mac-lion/fast/hidpi/focus-rings-expected.png: Added.
45453         * platform/chromium-mac-lion/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
45454         * platform/chromium-mac-lion/fast/reflections/reflection-masks-expected.png: Added.
45455         * platform/chromium-mac-lion/fast/repaint/4774354-expected.png:
45456         * platform/chromium-mac-lion/fast/repaint/4776765-expected.png:
45457         * platform/chromium-mac-lion/fast/repaint/background-generated-expected.png: Added.
45458         * platform/chromium-mac-lion/fast/text/stroking-decorations-expected.png:
45459         * platform/chromium-mac-lion/fast/text/stroking-expected.png:
45460         * platform/chromium-mac-snowleopard/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
45461         * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
45462         * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-expected.png: Added.
45463         * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
45464         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Added.
45465         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
45466         * platform/chromium-mac-snowleopard/fast/borders/border-image-massive-scale-expected.png:
45467         * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-expected.png: Added.
45468         * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
45469         * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-split-inline-expected.png: Added.
45470         * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
45471         * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-gradient-expected.png:
45472         * platform/chromium-mac-snowleopard/fast/borders/border-image-slice-constrained-expected.png:
45473         * platform/chromium-mac-snowleopard/fast/borders/border-image-trumps-radius-expected.png: Added.
45474         * platform/chromium-mac-snowleopard/fast/canvas/arc360-expected.png:
45475         * platform/chromium-mac-snowleopard/fast/canvas/canvas-incremental-repaint-expected.png: Added.
45476         * platform/chromium-mac-snowleopard/fast/canvas/canvas-text-alignment-expected.png:
45477         * platform/chromium-mac-snowleopard/fast/canvas/fillrect_gradient-expected.png:
45478         * platform/chromium-mac-snowleopard/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
45479         * platform/chromium-mac-snowleopard/fast/css/linear-gradient-currentcolor-expected.png: Added.
45480         * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png:
45481         * platform/chromium-mac-snowleopard/fast/css/transformed-mask-expected.png:
45482         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
45483         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-styles-expected.png:
45484         * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.png:
45485         * platform/chromium-mac-snowleopard/fast/gradients/border-image-gradient-expected.png: Added.
45486         * platform/chromium-mac-snowleopard/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
45487         * platform/chromium-mac-snowleopard/fast/gradients/css3-color-stop-units-expected.png:
45488         * platform/chromium-mac-snowleopard/fast/gradients/css3-color-stops-expected.png: Added.
45489         * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients-expected.png: Added.
45490         * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients2-expected.png: Added.
45491         * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients3-expected.png: Added.
45492         * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-end-fill-expected.png: Added.
45493         * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
45494         * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
45495         * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
45496         * platform/chromium-mac-snowleopard/fast/gradients/generated-gradients-expected.png:
45497         * platform/chromium-mac-snowleopard/fast/gradients/gradient-after-transparent-border-expected.png:
45498         * platform/chromium-mac-snowleopard/fast/gradients/radial-centered-expected.png:
45499         * platform/chromium-mac-snowleopard/fast/gradients/simple-gradients-expected.png: Added.
45500         * platform/chromium-mac-snowleopard/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
45501         * platform/chromium-mac-snowleopard/fast/hidpi/focus-rings-expected.png: Added.
45502         * platform/chromium-mac-snowleopard/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
45503         * platform/chromium-mac-snowleopard/fast/reflections/reflection-masks-expected.png: Added.
45504         * platform/chromium-mac-snowleopard/fast/repaint/4774354-expected.png:
45505         * platform/chromium-mac-snowleopard/fast/repaint/4776765-expected.png:
45506         * platform/chromium-mac-snowleopard/fast/repaint/background-generated-expected.png: Added.
45507         * platform/chromium-mac-snowleopard/fast/text/stroking-decorations-expected.png: Added.
45508         * platform/chromium-mac-snowleopard/fast/text/stroking-expected.png: Added.
45509         * platform/chromium-mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
45510         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-2-expected.png:
45511         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-expected.png:
45512         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
45513         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
45514         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
45515         * platform/chromium-mac/fast/borders/border-image-massive-scale-expected.png:
45516         * platform/chromium-mac/fast/borders/border-image-outset-expected.png:
45517         * platform/chromium-mac/fast/borders/border-image-outset-in-shorthand-expected.png:
45518         * platform/chromium-mac/fast/borders/border-image-outset-split-inline-expected.png: Added.
45519         * platform/chromium-mac/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
45520         * platform/chromium-mac/fast/borders/border-image-scaled-gradient-expected.png:
45521         * platform/chromium-mac/fast/borders/border-image-slice-constrained-expected.png:
45522         * platform/chromium-mac/fast/borders/border-image-trumps-radius-expected.png: Added.
45523         * platform/chromium-mac/fast/canvas/arc360-expected.png:
45524         * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
45525         * platform/chromium-mac/fast/canvas/canvas-text-alignment-expected.png:
45526         * platform/chromium-mac/fast/canvas/fillrect_gradient-expected.png:
45527         * platform/chromium-mac/fast/canvas/gradient-add-second-start-end-stop-expected.png:
45528         * platform/chromium-mac/fast/css/linear-gradient-currentcolor-expected.png: Added.
45529         * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
45530         * platform/chromium-mac/fast/css/transformed-mask-expected.png:
45531         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png:
45532         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
45533         * platform/chromium-mac/fast/gradients/background-clipped-expected.png:
45534         * platform/chromium-mac/fast/gradients/border-image-gradient-expected.png:
45535         * platform/chromium-mac/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
45536         * platform/chromium-mac/fast/gradients/css3-color-stop-units-expected.png:
45537         * platform/chromium-mac/fast/gradients/css3-color-stops-expected.png:
45538         * platform/chromium-mac/fast/gradients/css3-radial-gradients-expected.png:
45539         * platform/chromium-mac/fast/gradients/css3-radial-gradients2-expected.png:
45540         * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.png:
45541         * platform/chromium-mac/fast/gradients/css3-repeating-end-fill-expected.png: Added.
45542         * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.png:
45543         * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients2-expected.png:
45544         * platform/chromium-mac/fast/gradients/css3-repeating-radial-gradients-expected.png:
45545         * platform/chromium-mac/fast/gradients/generated-gradients-expected.png:
45546         * platform/chromium-mac/fast/gradients/gradient-after-transparent-border-expected.png:
45547         * platform/chromium-mac/fast/gradients/radial-centered-expected.png:
45548         * platform/chromium-mac/fast/gradients/simple-gradients-expected.png:
45549         * platform/chromium-mac/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
45550         * platform/chromium-mac/fast/hidpi/focus-rings-expected.png:
45551         * platform/chromium-mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
45552         * platform/chromium-mac/fast/reflections/reflection-masks-expected.png:
45553         * platform/chromium-mac/fast/repaint/4774354-expected.png:
45554         * platform/chromium-mac/fast/repaint/4776765-expected.png:
45555         * platform/chromium-mac/fast/repaint/background-generated-expected.png:
45556         * platform/chromium-mac/fast/text/stroking-decorations-expected.png:
45557         * platform/chromium-mac/fast/text/stroking-expected.png:
45558         * platform/chromium-win-xp/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
45559         * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
45560         * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-expected.png: Added.
45561         * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
45562         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-expected.png: Added.
45563         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
45564         * platform/chromium-win-xp/fast/borders/border-image-massive-scale-expected.png: Added.
45565         * platform/chromium-win-xp/fast/borders/border-image-outset-expected.png: Added.
45566         * platform/chromium-win-xp/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
45567         * platform/chromium-win-xp/fast/borders/border-image-outset-split-inline-expected.png: Added.
45568         * platform/chromium-win-xp/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
45569         * platform/chromium-win-xp/fast/borders/border-image-scaled-gradient-expected.png:
45570         * platform/chromium-win-xp/fast/borders/border-image-slice-constrained-expected.png:
45571         * platform/chromium-win-xp/fast/borders/border-image-trumps-radius-expected.png: Added.
45572         * platform/chromium-win-xp/fast/canvas/arc360-expected.png: Added.
45573         * platform/chromium-win-xp/fast/canvas/canvas-incremental-repaint-expected.png: Added.
45574         * platform/chromium-win-xp/fast/canvas/canvas-text-alignment-expected.png: Added.
45575         * platform/chromium-win-xp/fast/canvas/fillrect_gradient-expected.png: Added.
45576         * platform/chromium-win-xp/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
45577         * platform/chromium-win-xp/fast/css/linear-gradient-currentcolor-expected.png: Added.
45578         * platform/chromium-win-xp/fast/css/shadow-multiple-expected.png: Added.
45579         * platform/chromium-win-xp/fast/css/transformed-mask-expected.png: Added.
45580         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
45581         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added.
45582         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
45583         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
45584         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
45585         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
45586         * platform/chromium-win-xp/fast/gradients/background-clipped-expected.png: Added.
45587         * platform/chromium-win-xp/fast/gradients/border-image-gradient-expected.png: Added.
45588         * platform/chromium-win-xp/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
45589         * platform/chromium-win-xp/fast/gradients/css3-color-stop-units-expected.png: Added.
45590         * platform/chromium-win-xp/fast/gradients/css3-color-stops-expected.png: Added.
45591         * platform/chromium-win-xp/fast/gradients/css3-radial-gradients-expected.png: Added.
45592         * platform/chromium-win-xp/fast/gradients/css3-radial-gradients2-expected.png: Added.
45593         * platform/chromium-win-xp/fast/gradients/css3-radial-gradients3-expected.png: Added.
45594         * platform/chromium-win-xp/fast/gradients/css3-repeating-end-fill-expected.png: Added.
45595         * platform/chromium-win-xp/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
45596         * platform/chromium-win-xp/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
45597         * platform/chromium-win-xp/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
45598         * platform/chromium-win-xp/fast/gradients/generated-gradients-expected.png: Added.
45599         * platform/chromium-win-xp/fast/gradients/gradient-after-transparent-border-expected.png: Added.
45600         * platform/chromium-win-xp/fast/gradients/radial-centered-expected.png: Added.
45601         * platform/chromium-win-xp/fast/gradients/simple-gradients-expected.png: Added.
45602         * platform/chromium-win-xp/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
45603         * platform/chromium-win-xp/fast/hidpi: Added.
45604         * platform/chromium-win-xp/fast/hidpi/focus-rings-expected.png: Added.
45605         * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
45606         * platform/chromium-win-xp/fast/reflections: Added.
45607         * platform/chromium-win-xp/fast/reflections/reflection-masks-expected.png: Added.
45608         * platform/chromium-win-xp/fast/repaint/4774354-expected.png: Added.
45609         * platform/chromium-win-xp/fast/repaint/4776765-expected.png: Added.
45610         * platform/chromium-win-xp/fast/repaint/background-generated-expected.png: Added.
45611         * platform/chromium-win-xp/fast/text/stroking-decorations-expected.png:
45612         * platform/chromium-win-xp/fast/text/stroking-expected.png:
45613         * platform/chromium-win/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
45614         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-2-expected.png:
45615         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-expected.png:
45616         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
45617         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
45618         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
45619         * platform/chromium-win/fast/borders/border-image-massive-scale-expected.png:
45620         * platform/chromium-win/fast/borders/border-image-outset-expected.png:
45621         * platform/chromium-win/fast/borders/border-image-outset-in-shorthand-expected.png:
45622         * platform/chromium-win/fast/borders/border-image-outset-split-inline-expected.png: Added.
45623         * platform/chromium-win/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png:
45624         * platform/chromium-win/fast/borders/border-image-scaled-gradient-expected.png:
45625         * platform/chromium-win/fast/borders/border-image-slice-constrained-expected.png:
45626         * platform/chromium-win/fast/borders/border-image-trumps-radius-expected.png: Added.
45627         * platform/chromium-win/fast/canvas/arc360-expected.png:
45628         * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
45629         * platform/chromium-win/fast/canvas/canvas-text-alignment-expected.png:
45630         * platform/chromium-win/fast/canvas/fillrect_gradient-expected.png:
45631         * platform/chromium-win/fast/canvas/gradient-add-second-start-end-stop-expected.png:
45632         * platform/chromium-win/fast/css/linear-gradient-currentcolor-expected.png: Added.
45633         * platform/chromium-win/fast/css/shadow-multiple-expected.png:
45634         * platform/chromium-win/fast/css/transformed-mask-expected.png:
45635         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
45636         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
45637         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
45638         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.png:
45639         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png:
45640         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png:
45641         * platform/chromium-win/fast/gradients/background-clipped-expected.png:
45642         * platform/chromium-win/fast/gradients/border-image-gradient-expected.png:
45643         * platform/chromium-win/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
45644         * platform/chromium-win/fast/gradients/css3-color-stop-units-expected.png:
45645         * platform/chromium-win/fast/gradients/css3-color-stops-expected.png:
45646         * platform/chromium-win/fast/gradients/css3-radial-gradients-expected.png:
45647         * platform/chromium-win/fast/gradients/css3-radial-gradients2-expected.png:
45648         * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.png:
45649         * platform/chromium-win/fast/gradients/css3-repeating-end-fill-expected.png: Added.
45650         * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.png:
45651         * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients2-expected.png:
45652         * platform/chromium-win/fast/gradients/css3-repeating-radial-gradients-expected.png:
45653         * platform/chromium-win/fast/gradients/generated-gradients-expected.png:
45654         * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.png:
45655         * platform/chromium-win/fast/gradients/radial-centered-expected.png:
45656         * platform/chromium-win/fast/gradients/simple-gradients-expected.png:
45657         * platform/chromium-win/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
45658         * platform/chromium-win/fast/hidpi/focus-rings-expected.png:
45659         * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
45660         * platform/chromium-win/fast/reflections/reflection-masks-expected.png:
45661         * platform/chromium-win/fast/repaint/4774354-expected.png:
45662         * platform/chromium-win/fast/repaint/4776765-expected.png:
45663         * platform/chromium-win/fast/repaint/background-generated-expected.png:
45664         * platform/chromium-win/fast/text/stroking-decorations-expected.png:
45665         * platform/chromium-win/fast/text/stroking-expected.png:
45666         * platform/chromium/TestExpectations:
45667
45668 2013-01-11  James Simonsen  <simonjam@chromium.org>
45669
45670         Restore old semantics to webkitRequestAnimationFrame callbacks
45671         https://bugs.webkit.org/show_bug.cgi?id=106697
45672
45673         Reviewed by James Robinson.
45674
45675         * fast/animation/request-animation-frame-prefix-expected.txt: Added.
45676         * fast/animation/request-animation-frame-prefix.html: Added.
45677         * fast/animation/script-tests/request-animation-frame-prefix.js: Added.
45678         (busyWait):
45679         (window.webkitRequestAnimationFrame):
45680
45681 2013-01-11  Kenneth Russell  <kbr@google.com>
45682
45683         [Chromium] Layout Test fast/canvas/webgl/context-release-upon-reload.html is a flaky timeout
45684         https://bugs.webkit.org/show_bug.cgi?id=106606
45685
45686         Reviewed by Dimitri Glazkov.
45687
45688         Reduced number of iterations of test, and marked as slow. Changed
45689         test's output and expectations so number of iterations can be
45690         adjusted without rebaselining.
45691
45692         * fast/canvas/webgl/context-release-upon-reload-expected.txt:
45693         * fast/canvas/webgl/context-release-upon-reload.html:
45694         * platform/chromium/TestExpectations:
45695
45696 2013-01-11  Sheriff Bot  <webkit.review.bot@gmail.com>
45697
45698         Unreviewed, rolling out r139044.
45699         http://trac.webkit.org/changeset/139044
45700         https://bugs.webkit.org/show_bug.cgi?id=106702
45701
45702         Caused various scrolling anomolies on Mac with drag and drop
45703         (Requested by smfr on #webkit).
45704
45705         * fast/events/drag-and-drop-autoscroll-expected.txt: Removed.
45706         * fast/events/drag-and-drop-autoscroll.html: Removed.
45707
45708 2013-01-11  Rafael Weinstein  <rafaelw@chromium.org>
45709
45710         Prevent HTMLPreloadScanner from fetching resources inside <template>
45711         https://bugs.webkit.org/show_bug.cgi?id=106687
45712
45713         Reviewed by Adam Barth.
45714
45715         * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
45716         * fast/dom/HTMLTemplateElement/inertContents.html:
45717
45718 2013-01-11  Stephen Chenney  <schenney@chromium.org>
45719
45720         [Chromium] More test expectations for Skia changes
45721
45722         Unreviewed test expectations update.
45723
45724         CSS and editing results for all outstanding platforms.
45725
45726         * platform/chromium-linux-x86/css1/box_properties/acid_test-expected.png: Added.
45727         * platform/chromium-linux-x86/css2.1/t09-c5526c-display-00-e-expected.png: Added.
45728         * platform/chromium-linux-x86/css3/images: Added.
45729         * platform/chromium-linux-x86/css3/images/cross-fade-overflow-position-expected.png: Added.
45730         * platform/chromium-linux-x86/css3/selectors3/html: Added.
45731         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-161-expected.png: Added.
45732         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-19b-expected.png: Added.
45733         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-25-expected.png: Added.
45734         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-64-expected.png: Added.
45735         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-70-expected.png: Added.
45736         * platform/chromium-linux-x86/css3/selectors3/xhtml: Added.
45737         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-161-expected.png: Added.
45738         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Added.
45739         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-25-expected.png: Added.
45740         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-64-expected.png: Added.
45741         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-70-expected.png: Added.
45742         * platform/chromium-linux-x86/css3/selectors3/xml: Added.
45743         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-161-expected.png: Added.
45744         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-19b-expected.png: Added.
45745         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-25-expected.png: Added.
45746         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-64-expected.png: Added.
45747         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-70-expected.png: Added.
45748         * platform/chromium-linux-x86/editing/pasteboard/4641033-expected.png: Added.
45749         * platform/chromium-linux-x86/editing/pasteboard/4944770-1-expected.png: Added.
45750         * platform/chromium-linux-x86/editing/pasteboard/4944770-2-expected.png: Added.
45751         * platform/chromium-linux-x86/editing/selection/3690703-2-expected.png: Added.
45752         * platform/chromium-linux-x86/editing/selection/3690703-expected.png: Added.
45753         * platform/chromium-linux-x86/editing/selection/3690719-expected.png: Added.
45754         * platform/chromium-linux-x86/editing/selection/4397952-expected.png: Added.
45755         * platform/chromium-linux-x86/editing/selection/5240265-expected.png: Added.
45756         * platform/chromium-linux-x86/editing/selection/caret-before-select-expected.png: Added.
45757         * platform/chromium-linux-x86/editing/selection/replaced-boundaries-3-expected.png: Added.
45758         * platform/chromium-linux-x86/editing/selection/select-box-expected.png: Added.
45759         * platform/chromium-linux-x86/editing/selection/select-element-paragraph-boundary-expected.png: Added.
45760         * platform/chromium-linux-x86/editing/selection/selection-button-text-expected.png: Added.
45761         * platform/chromium-linux-x86/editing/spelling: Added.
45762         * platform/chromium-linux-x86/editing/spelling/grammar-markers-hidpi-expected.png: Added.
45763         * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
45764         * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
45765         * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png:
45766         * platform/chromium-linux/css3/selectors3/html/css3-modsel-161-expected.png:
45767         * platform/chromium-linux/css3/selectors3/html/css3-modsel-19b-expected.png:
45768         * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
45769         * platform/chromium-linux/css3/selectors3/html/css3-modsel-64-expected.png:
45770         * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
45771         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-161-expected.png:
45772         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
45773         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
45774         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-64-expected.png:
45775         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
45776         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-161-expected.png:
45777         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-19b-expected.png:
45778         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
45779         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-64-expected.png:
45780         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
45781         * platform/chromium-linux/editing/pasteboard/4641033-expected.png:
45782         * platform/chromium-linux/editing/pasteboard/4944770-1-expected.png:
45783         * platform/chromium-linux/editing/pasteboard/4944770-2-expected.png:
45784         * platform/chromium-linux/editing/selection/3690703-2-expected.png:
45785         * platform/chromium-linux/editing/selection/3690703-expected.png:
45786         * platform/chromium-linux/editing/selection/3690719-expected.png:
45787         * platform/chromium-linux/editing/selection/4397952-expected.png:
45788         * platform/chromium-linux/editing/selection/5240265-expected.png:
45789         * platform/chromium-linux/editing/selection/caret-before-select-expected.png:
45790         * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.png:
45791         * platform/chromium-linux/editing/selection/select-box-expected.png:
45792         * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.png:
45793         * platform/chromium-linux/editing/selection/selection-button-text-expected.png:
45794         * platform/chromium-linux/editing/spelling/grammar-markers-hidpi-expected.png:
45795         * platform/chromium-mac-lion/css3/images: Added.
45796         * platform/chromium-mac-lion/css3/images/cross-fade-overflow-position-expected.png: Added.
45797         * platform/chromium-mac-lion/editing/pasteboard/4641033-expected.png:
45798         * platform/chromium-mac-lion/editing/pasteboard/4944770-1-expected.png:
45799         * platform/chromium-mac-lion/editing/pasteboard/4944770-2-expected.png:
45800         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png:
45801         * platform/chromium-mac-lion/editing/selection/3690703-expected.png:
45802         * platform/chromium-mac-lion/editing/selection/3690719-expected.png:
45803         * platform/chromium-mac-lion/editing/selection/4397952-expected.png:
45804         * platform/chromium-mac-lion/editing/selection/caret-before-select-expected.png:
45805         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-3-expected.png:
45806         * platform/chromium-mac-lion/editing/selection/select-box-expected.png:
45807         * platform/chromium-mac-lion/editing/selection/select-element-paragraph-boundary-expected.png:
45808         * platform/chromium-mac-lion/editing/spelling/grammar-markers-hidpi-expected.png:
45809         * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png: Added.
45810         * platform/chromium-mac-snowleopard/editing/pasteboard/4641033-expected.png:
45811         * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-1-expected.png:
45812         * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-2-expected.png:
45813         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
45814         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
45815         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
45816         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
45817         * platform/chromium-mac-snowleopard/editing/selection/caret-before-select-expected.png:
45818         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-3-expected.png:
45819         * platform/chromium-mac-snowleopard/editing/selection/select-box-expected.png:
45820         * platform/chromium-mac-snowleopard/editing/selection/select-element-paragraph-boundary-expected.png:
45821         * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-hidpi-expected.png: Added.
45822         * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
45823         * platform/chromium-mac/editing/pasteboard/4641033-expected.png:
45824         * platform/chromium-mac/editing/pasteboard/4944770-1-expected.png:
45825         * platform/chromium-mac/editing/pasteboard/4944770-2-expected.png:
45826         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
45827         * platform/chromium-mac/editing/selection/3690703-expected.png:
45828         * platform/chromium-mac/editing/selection/3690719-expected.png:
45829         * platform/chromium-mac/editing/selection/4397952-expected.png:
45830         * platform/chromium-mac/editing/selection/caret-before-select-expected.png:
45831         * platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png:
45832         * platform/chromium-mac/editing/selection/select-box-expected.png:
45833         * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.png:
45834         * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png:
45835         * platform/chromium-win-xp/css3/images: Added.
45836         * platform/chromium-win-xp/css3/images/cross-fade-overflow-position-expected.png: Added.
45837         * platform/chromium-win-xp/editing/spelling: Added.
45838         * platform/chromium-win-xp/editing/spelling/grammar-markers-hidpi-expected.png: Added.
45839         * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
45840         * platform/chromium-win/editing/spelling/grammar-markers-hidpi-expected.png:
45841         * platform/chromium/TestExpectations:
45842
45843 2013-01-11  Stephen Chenney  <schenney@chromium.org>
45844
45845         [Chromium] More test expectations for Skia changes
45846
45847         Unreviewed test expectations update.
45848
45849         Mac 10.6 and 10.7 results that are the last to be failing on those bots.
45850
45851         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
45852         * platform/chromium-mac-snowleopard/fast/text/fallback-traits-fixup-expected.png:
45853         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi: Added.
45854         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
45855         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
45856
45857 2013-01-11  Stephen Chenney  <schenney@chromium.org>
45858
45859         [Chromium] More test expectations for Skia changes
45860
45861         Unreviewed test expectations update.
45862
45863         Mac 10.8 results that were not ready when the other mac results were updated.
45864
45865         * platform/chromium-mac-lion/editing/selection/iframe-expected.png:
45866         * platform/chromium-mac-snowleopard/editing/selection/iframe-expected.png:
45867         * platform/chromium-mac/editing/deleting/4922367-expected.png:
45868         * platform/chromium-mac/editing/deleting/5099303-expected.png:
45869         * platform/chromium-mac/editing/deleting/5126166-expected.png:
45870         * platform/chromium-mac/editing/deleting/5144139-2-expected.png:
45871         * platform/chromium-mac/editing/deleting/5206311-1-expected.png:
45872         * platform/chromium-mac/editing/deleting/5272440-expected.png:
45873         * platform/chromium-mac/editing/deleting/5369009-expected.png:
45874         * platform/chromium-mac/editing/deleting/5433862-2-expected.png:
45875         * platform/chromium-mac/editing/deleting/5483370-expected.png:
45876         * platform/chromium-mac/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
45877         * platform/chromium-mac/editing/deleting/delete-3608445-fix-expected.png:
45878         * platform/chromium-mac/editing/deleting/delete-3608462-fix-expected.png:
45879         * platform/chromium-mac/editing/deleting/delete-4083333-fix-expected.png:
45880         * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png:
45881         * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png:
45882         * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png:
45883         * platform/chromium-mac/editing/deleting/delete-and-undo-expected.png:
45884         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
45885         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
45886         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
45887         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
45888         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
45889         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
45890         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
45891         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
45892         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
45893         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
45894         * platform/chromium-mac/editing/deleting/delete-at-start-or-end-expected.png:
45895         * platform/chromium-mac/editing/deleting/delete-block-contents-001-expected.png:
45896         * platform/chromium-mac/editing/deleting/delete-block-contents-002-expected.png:
45897         * platform/chromium-mac/editing/deleting/delete-block-contents-003-expected.png:
45898         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-001-expected.png:
45899         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-002-expected.png:
45900         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-003-expected.png:
45901         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-004-expected.png:
45902         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-005-expected.png:
45903         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-006-expected.png:
45904         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-007-expected.png:
45905         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-008-expected.png:
45906         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-009-expected.png:
45907         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-010-expected.png:
45908         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-011-expected.png:
45909         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-012-expected.png:
45910         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-013-expected.png:
45911         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-014-expected.png:
45912         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-015-expected.png:
45913         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-016-expected.png:
45914         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-017-expected.png:
45915         * platform/chromium-mac/editing/deleting/delete-br-001-expected.png:
45916         * platform/chromium-mac/editing/deleting/delete-br-002-expected.png:
45917         * platform/chromium-mac/editing/deleting/delete-br-003-expected.png:
45918         * platform/chromium-mac/editing/deleting/delete-br-004-expected.png:
45919         * platform/chromium-mac/editing/deleting/delete-br-005-expected.png:
45920         * platform/chromium-mac/editing/deleting/delete-br-006-expected.png:
45921         * platform/chromium-mac/editing/deleting/delete-br-007-expected.png:
45922         * platform/chromium-mac/editing/deleting/delete-br-013-expected.png:
45923         * platform/chromium-mac/editing/deleting/delete-character-001-expected.png:
45924         * platform/chromium-mac/editing/deleting/delete-contiguous-ws-001-expected.png:
45925         * platform/chromium-mac/editing/deleting/delete-first-list-item-expected.png:
45926         * platform/chromium-mac/editing/deleting/delete-hr-expected.png:
45927         * platform/chromium-mac/editing/deleting/delete-image-001-expected.png:
45928         * platform/chromium-mac/editing/deleting/delete-image-002-expected.png:
45929         * platform/chromium-mac/editing/deleting/delete-image-003-expected.png:
45930         * platform/chromium-mac/editing/deleting/delete-image-004-expected.png:
45931         * platform/chromium-mac/editing/deleting/delete-leading-ws-001-expected.png:
45932         * platform/chromium-mac/editing/deleting/delete-line-015-expected.png:
45933         * platform/chromium-mac/editing/deleting/delete-line-016-expected.png:
45934         * platform/chromium-mac/editing/deleting/delete-line-017-expected.png:
45935         * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png:
45936         * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png:
45937         * platform/chromium-mac/editing/deleting/delete-listitem-001-expected.png:
45938         * platform/chromium-mac/editing/deleting/delete-listitem-002-expected.png:
45939         * platform/chromium-mac/editing/deleting/delete-selection-001-expected.png:
45940         * platform/chromium-mac/editing/deleting/delete-tab-001-expected.png:
45941         * platform/chromium-mac/editing/deleting/delete-tab-002-expected.png:
45942         * platform/chromium-mac/editing/deleting/delete-tab-003-expected.png:
45943         * platform/chromium-mac/editing/deleting/delete-tab-004-expected.png:
45944         * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png:
45945         * platform/chromium-mac/editing/deleting/delete-trailing-ws-001-expected.png:
45946         * platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png:
45947         * platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png:
45948         * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png:
45949         * platform/chromium-mac/editing/deleting/delete-ws-fixup-003-expected.png:
45950         * platform/chromium-mac/editing/deleting/delete-ws-fixup-004-expected.png:
45951         * platform/chromium-mac/editing/deleting/list-item-1-expected.png:
45952         * platform/chromium-mac/editing/deleting/merge-different-styles-expected.png:
45953         * platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png:
45954         * platform/chromium-mac/editing/deleting/merge-no-br-expected.png:
45955         * platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png:
45956         * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
45957         * platform/chromium-mac/editing/deleting/non-smart-delete-expected.png:
45958         * platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png:
45959         * platform/chromium-mac/editing/deleting/smart-delete-001-expected.png:
45960         * platform/chromium-mac/editing/deleting/smart-delete-002-expected.png:
45961         * platform/chromium-mac/editing/deleting/smart-delete-003-expected.png:
45962         * platform/chromium-mac/editing/deleting/smart-delete-004-expected.png:
45963         * platform/chromium-mac/editing/deleting/table-cells-expected.png:
45964         * platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png:
45965         * platform/chromium-mac/editing/execCommand/4580583-1-expected.png:
45966         * platform/chromium-mac/editing/execCommand/4580583-2-expected.png:
45967         * platform/chromium-mac/editing/execCommand/4641880-1-expected.png:
45968         * platform/chromium-mac/editing/execCommand/4641880-2-expected.png:
45969         * platform/chromium-mac/editing/execCommand/4747450-expected.png:
45970         * platform/chromium-mac/editing/execCommand/4916402-expected.png:
45971         * platform/chromium-mac/editing/execCommand/4916541-expected.png:
45972         * platform/chromium-mac/editing/execCommand/4924441-expected.png:
45973         * platform/chromium-mac/editing/execCommand/5080333-1-expected.png:
45974         * platform/chromium-mac/editing/execCommand/5080333-2-expected.png:
45975         * platform/chromium-mac/editing/execCommand/5136770-expected.png:
45976         * platform/chromium-mac/editing/execCommand/5138441-expected.png:
45977         * platform/chromium-mac/editing/execCommand/5142012-1-expected.png:
45978         * platform/chromium-mac/editing/execCommand/5481523-expected.png:
45979         * platform/chromium-mac/editing/execCommand/5569741-expected.png:
45980         * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
45981         * platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png:
45982         * platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png:
45983         * platform/chromium-mac/editing/execCommand/indent-list-item-expected.png:
45984         * platform/chromium-mac/editing/execCommand/indent-selection-expected.png:
45985         * platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png:
45986         * platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
45987         * platform/chromium-mac/editing/execCommand/insertImage-expected.png:
45988         * platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png:
45989         * platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png:
45990         * platform/chromium-mac/editing/execCommand/print-expected.png:
45991         * platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png:
45992         * platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png:
45993         * platform/chromium-mac/editing/execCommand/selectAll-expected.png:
45994         * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
45995         * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
45996         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
45997         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
45998         * platform/chromium-mac/editing/inserting/12882-expected.png:
45999         * platform/chromium-mac/editing/inserting/4278698-expected.png:
46000         * platform/chromium-mac/editing/inserting/4840662-expected.png:
46001         * platform/chromium-mac/editing/inserting/4875189-1-expected.png:
46002         * platform/chromium-mac/editing/inserting/4875189-2-expected.png:
46003         * platform/chromium-mac/editing/inserting/4959067-expected.png:
46004         * platform/chromium-mac/editing/inserting/4960120-1-expected.png:
46005         * platform/chromium-mac/editing/inserting/4960120-2-expected.png:
46006         * platform/chromium-mac/editing/inserting/5002441-expected.png:
46007         * platform/chromium-mac/editing/inserting/5058163-1-expected.png:
46008         * platform/chromium-mac/editing/inserting/5058163-2-expected.png:
46009         * platform/chromium-mac/editing/inserting/5156401-2-expected.png:
46010         * platform/chromium-mac/editing/inserting/5418891-expected.png:
46011         * platform/chromium-mac/editing/inserting/5510537-expected.png:
46012         * platform/chromium-mac/editing/inserting/5549929-2-expected.png:
46013         * platform/chromium-mac/editing/inserting/5549929-3-expected.png:
46014         * platform/chromium-mac/editing/inserting/6703873-expected.png:
46015         * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png:
46016         * platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png:
46017         * platform/chromium-mac/editing/inserting/editable-inline-element-expected.png:
46018         * platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png:
46019         * platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png:
46020         * platform/chromium-mac/editing/inserting/insert-3775316-fix-expected.png:
46021         * platform/chromium-mac/editing/inserting/insert-3778059-fix-expected.png:
46022         * platform/chromium-mac/editing/inserting/insert-3800346-fix-expected.png:
46023         * platform/chromium-mac/editing/inserting/insert-after-delete-001-expected.png:
46024         * platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png:
46025         * platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png:
46026         * platform/chromium-mac/editing/inserting/insert-br-001-expected.png:
46027         * platform/chromium-mac/editing/inserting/insert-br-002-expected.png:
46028         * platform/chromium-mac/editing/inserting/insert-br-003-expected.png:
46029         * platform/chromium-mac/editing/inserting/insert-br-004-expected.png:
46030         * platform/chromium-mac/editing/inserting/insert-br-005-expected.png:
46031         * platform/chromium-mac/editing/inserting/insert-br-006-expected.png:
46032         * platform/chromium-mac/editing/inserting/insert-br-007-expected.png:
46033         * platform/chromium-mac/editing/inserting/insert-br-008-expected.png:
46034         * platform/chromium-mac/editing/inserting/insert-br-009-expected.png:
46035         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-001-expected.png:
46036         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-002-expected.png:
46037         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-003-expected.png:
46038         * platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png:
46039         * platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png:
46040         * platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png:
46041         * platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png:
46042         * platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png:
46043         * platform/chromium-mac/editing/inserting/insert-br-quoted-006-expected.png:
46044         * platform/chromium-mac/editing/inserting/insert-div-025-expected.png:
46045         * platform/chromium-mac/editing/inserting/insert-div-026-expected.png:
46046         * platform/chromium-mac/editing/inserting/insert-paragraph-01-expected.png:
46047         * platform/chromium-mac/editing/inserting/insert-paragraph-02-expected.png:
46048         * platform/chromium-mac/editing/inserting/insert-paragraph-03-expected.png:
46049         * platform/chromium-mac/editing/inserting/insert-paragraph-04-expected.png:
46050         * platform/chromium-mac/editing/inserting/insert-paragraph-05-expected.png:
46051         * platform/chromium-mac/editing/inserting/insert-space-in-empty-doc-expected.png:
46052         * platform/chromium-mac/editing/inserting/insert-tab-001-expected.png:
46053         * platform/chromium-mac/editing/inserting/insert-tab-002-expected.png:
46054         * platform/chromium-mac/editing/inserting/insert-tab-003-expected.png:
46055         * platform/chromium-mac/editing/inserting/insert-tab-004-expected.png:
46056         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-001-expected.png:
46057         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-002-expected.png:
46058         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-003-expected.png:
46059         * platform/chromium-mac/editing/inserting/insert-text-with-newlines-expected.png:
46060         * platform/chromium-mac/editing/inserting/line-break-expected.png:
46061         * platform/chromium-mac/editing/inserting/multiple-lines-selected-expected.png:
46062         * platform/chromium-mac/editing/inserting/paragraph-separator-01-expected.png:
46063         * platform/chromium-mac/editing/inserting/paragraph-separator-02-expected.png:
46064         * platform/chromium-mac/editing/inserting/paragraph-separator-03-expected.png:
46065         * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-1-expected.png:
46066         * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
46067         * platform/chromium-mac/editing/inserting/redo-expected.png:
46068         * platform/chromium-mac/editing/inserting/return-key-with-selection-001-expected.png:
46069         * platform/chromium-mac/editing/inserting/return-key-with-selection-002-expected.png:
46070         * platform/chromium-mac/editing/inserting/return-key-with-selection-003-expected.png:
46071         * platform/chromium-mac/editing/inserting/typing-001-expected.png:
46072         * platform/chromium-mac/editing/inserting/typing-002-expected.png:
46073         * platform/chromium-mac/editing/inserting/typing-003-expected.png:
46074         * platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png:
46075         * platform/chromium-mac/editing/inserting/typing-around-image-001-expected.png:
46076         * platform/chromium-mac/editing/pasteboard/3976872-expected.png:
46077         * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
46078         * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
46079         * platform/chromium-mac/editing/pasteboard/4076267-expected.png:
46080         * platform/chromium-mac/editing/pasteboard/4242293-expected.png:
46081         * platform/chromium-mac/editing/pasteboard/4631972-expected.png:
46082         * platform/chromium-mac/editing/pasteboard/4806874-expected.png:
46083         * platform/chromium-mac/editing/pasteboard/4947130-expected.png:
46084         * platform/chromium-mac/editing/pasteboard/5006779-expected.png:
46085         * platform/chromium-mac/editing/pasteboard/5032095-expected.png:
46086         * platform/chromium-mac/editing/pasteboard/5071074-2-expected.png:
46087         * platform/chromium-mac/editing/pasteboard/5071074-expected.png:
46088         * platform/chromium-mac/editing/pasteboard/5075944-expected.png:
46089         * platform/chromium-mac/editing/pasteboard/5134759-expected.png:
46090         * platform/chromium-mac/editing/pasteboard/5156401-1-expected.png:
46091         * platform/chromium-mac/editing/pasteboard/5247341-expected.png:
46092         * platform/chromium-mac/editing/pasteboard/5387578-expected.png:
46093         * platform/chromium-mac/editing/pasteboard/5478250-expected.png:
46094         * platform/chromium-mac/editing/pasteboard/5601583-1-expected.png:
46095         * platform/chromium-mac/editing/pasteboard/8145-1-expected.png:
46096         * platform/chromium-mac/editing/pasteboard/8145-2-expected.png:
46097         * platform/chromium-mac/editing/pasteboard/8145-3-expected.png:
46098         * platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png:
46099         * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.png:
46100         * platform/chromium-mac/editing/pasteboard/cut-text-001-expected.png:
46101         * platform/chromium-mac/editing/pasteboard/displaced-generic-placeholder-expected.png:
46102         * platform/chromium-mac/editing/pasteboard/displaced-placeholder-expected.png:
46103         * platform/chromium-mac/editing/pasteboard/drag-drop-modifies-page-expected.png:
46104         * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
46105         * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png:
46106         * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png:
46107         * platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.png:
46108         * platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.png:
46109         * platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.png:
46110         * platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png:
46111         * platform/chromium-mac/editing/pasteboard/merge-end-borders-expected.png:
46112         * platform/chromium-mac/editing/pasteboard/merge-start-blockquote-expected.png:
46113         * platform/chromium-mac/editing/pasteboard/merge-start-list-expected.png:
46114         * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png:
46115         * platform/chromium-mac/editing/pasteboard/paste-4038267-fix-expected.png:
46116         * platform/chromium-mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
46117         * platform/chromium-mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
46118         * platform/chromium-mac/editing/pasteboard/paste-line-endings-001-expected.png:
46119         * platform/chromium-mac/editing/pasteboard/paste-line-endings-002-expected.png:
46120         * platform/chromium-mac/editing/pasteboard/paste-line-endings-003-expected.png:
46121         * platform/chromium-mac/editing/pasteboard/paste-line-endings-004-expected.png:
46122         * platform/chromium-mac/editing/pasteboard/paste-line-endings-005-expected.png:
46123         * platform/chromium-mac/editing/pasteboard/paste-line-endings-006-expected.png:
46124         * platform/chromium-mac/editing/pasteboard/paste-line-endings-007-expected.png:
46125         * platform/chromium-mac/editing/pasteboard/paste-line-endings-008-expected.png:
46126         * platform/chromium-mac/editing/pasteboard/paste-line-endings-009-expected.png:
46127         * platform/chromium-mac/editing/pasteboard/paste-line-endings-010-expected.png:
46128         * platform/chromium-mac/editing/pasteboard/paste-match-style-001-expected.png:
46129         * platform/chromium-mac/editing/pasteboard/paste-match-style-002-expected.png:
46130         * platform/chromium-mac/editing/pasteboard/paste-text-019-expected.png:
46131         * platform/chromium-mac/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
46132         * platform/chromium-mac/editing/pasteboard/pasting-object-expected.png:
46133         * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
46134         * platform/chromium-mac/editing/pasteboard/quirks-mode-br-1-expected.png:
46135         * platform/chromium-mac/editing/pasteboard/smart-drag-drop-expected.png:
46136         * platform/chromium-mac/editing/pasteboard/smart-paste-007-expected.png:
46137         * platform/chromium-mac/editing/pasteboard/smart-paste-008-expected.png:
46138         * platform/chromium-mac/editing/pasteboard/styled-element-markup-expected.png:
46139         * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
46140         * platform/chromium-mac/editing/pasteboard/unrendered-br-expected.png:
46141         * platform/chromium-mac/editing/selection/13804-expected.png:
46142         * platform/chromium-mac/editing/selection/4818145-expected.png:
46143         * platform/chromium-mac/editing/selection/4866671-expected.png:
46144         * platform/chromium-mac/editing/selection/4889598-expected.png:
46145         * platform/chromium-mac/editing/selection/4895428-2-expected.png:
46146         * platform/chromium-mac/editing/selection/4895428-3-expected.png:
46147         * platform/chromium-mac/editing/selection/4932260-1-expected.png:
46148         * platform/chromium-mac/editing/selection/4932260-2-expected.png:
46149         * platform/chromium-mac/editing/selection/4932260-3-expected.png:
46150         * platform/chromium-mac/editing/selection/4947387-expected.png:
46151         * platform/chromium-mac/editing/selection/5007143-2-expected.png:
46152         * platform/chromium-mac/editing/selection/5007143-expected.png:
46153         * platform/chromium-mac/editing/selection/5057506-2-expected.png:
46154         * platform/chromium-mac/editing/selection/5057506-expected.png:
46155         * platform/chromium-mac/editing/selection/5076323-1-expected.png:
46156         * platform/chromium-mac/editing/selection/5076323-2-expected.png:
46157         * platform/chromium-mac/editing/selection/5076323-3-expected.png:
46158         * platform/chromium-mac/editing/selection/5099303-expected.png:
46159         * platform/chromium-mac/editing/selection/5131716-1-expected.png:
46160         * platform/chromium-mac/editing/selection/5131716-2-expected.png:
46161         * platform/chromium-mac/editing/selection/5131716-3-expected.png:
46162         * platform/chromium-mac/editing/selection/5131716-4-expected.png:
46163         * platform/chromium-mac/editing/selection/5195166-2-expected.png:
46164         * platform/chromium-mac/editing/selection/5234383-1-expected.png:
46165         * platform/chromium-mac/editing/selection/5234383-2-expected.png:
46166         * platform/chromium-mac/editing/selection/6476-expected.png:
46167         * platform/chromium-mac/editing/selection/after-line-wrap-expected.png:
46168         * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png:
46169         * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png:
46170         * platform/chromium-mac/editing/selection/caret-ltr-expected.png:
46171         * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png:
46172         * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png:
46173         * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png:
46174         * platform/chromium-mac/editing/selection/caret-rtl-expected.png:
46175         * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png:
46176         * platform/chromium-mac/editing/selection/click-start-of-line-expected.png:
46177         * platform/chromium-mac/editing/selection/contains-boundaries-expected.png:
46178         * platform/chromium-mac/editing/selection/contenteditable-click-inside-expected.png:
46179         * platform/chromium-mac/editing/selection/drag-select-1-expected.png:
46180         * platform/chromium-mac/editing/selection/editable-non-editable-crash-expected.png:
46181         * platform/chromium-mac/editing/selection/end-of-document-expected.png:
46182         * platform/chromium-mac/editing/selection/expanding-selections-expected.png:
46183         * platform/chromium-mac/editing/selection/expanding-selections2-expected.png:
46184         * platform/chromium-mac/editing/selection/extend-by-character-001-expected.png:
46185         * platform/chromium-mac/editing/selection/extend-by-character-002-expected.png:
46186         * platform/chromium-mac/editing/selection/extend-by-character-003-expected.png:
46187         * platform/chromium-mac/editing/selection/extend-by-character-004-expected.png:
46188         * platform/chromium-mac/editing/selection/extend-by-character-005-expected.png:
46189         * platform/chromium-mac/editing/selection/extend-by-character-006-expected.png:
46190         * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png:
46191         * platform/chromium-mac/editing/selection/extend-by-word-001-expected.png:
46192         * platform/chromium-mac/editing/selection/extend-by-word-002-expected.png:
46193         * platform/chromium-mac/editing/selection/iframe-expected.png:
46194         * platform/chromium-mac/editing/selection/image-before-linebreak-expected.png:
46195         * platform/chromium-mac/editing/selection/inline-table-expected.png:
46196         * platform/chromium-mac/editing/selection/leave-requested-block-expected.png:
46197         * platform/chromium-mac/editing/selection/mixed-editability-3-expected.png:
46198         * platform/chromium-mac/editing/selection/mixed-editability-4-expected.png:
46199         * platform/chromium-mac/editing/selection/mixed-editability-5-expected.png:
46200         * platform/chromium-mac/editing/selection/mixed-editability-6-expected.png:
46201         * platform/chromium-mac/editing/selection/mixed-editability-7-expected.png:
46202         * platform/chromium-mac/editing/selection/mixed-editability-8-expected.png:
46203         * platform/chromium-mac/editing/selection/mixed-editability-9-expected.png:
46204         * platform/chromium-mac/editing/selection/move-backwords-by-word-001-expected.png:
46205         * platform/chromium-mac/editing/selection/move-between-blocks-no-001-expected.png:
46206         * platform/chromium-mac/editing/selection/move-by-character-001-expected.png:
46207         * platform/chromium-mac/editing/selection/move-by-character-002-expected.png:
46208         * platform/chromium-mac/editing/selection/move-by-character-003-expected.png:
46209         * platform/chromium-mac/editing/selection/move-by-character-004-expected.png:
46210         * platform/chromium-mac/editing/selection/move-by-character-005-expected.png:
46211         * platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
46212         * platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
46213         * platform/chromium-mac/editing/selection/move-by-line-002-expected.png:
46214         * platform/chromium-mac/editing/selection/move-by-sentence-001-expected.png:
46215         * platform/chromium-mac/editing/selection/move-by-sentence-linebreak-expected.png:
46216         * platform/chromium-mac/editing/selection/move-by-word-001-expected.png:
46217         * platform/chromium-mac/editing/selection/move-past-trailing-space-expected.png:
46218         * platform/chromium-mac/editing/selection/previous-line-position-expected.png:
46219         * platform/chromium-mac/editing/selection/replace-selection-1-expected.png:
46220         * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png:
46221         * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png:
46222         * platform/chromium-mac/editing/selection/select-all-001-expected.png:
46223         * platform/chromium-mac/editing/selection/select-all-002-expected.png:
46224         * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.png:
46225         * platform/chromium-mac/editing/selection/select-missing-image-expected.png:
46226         * platform/chromium-mac/editing/selection/selection-3748164-fix-expected.png:
46227         * platform/chromium-mac/editing/selection/table-caret-1-expected.png:
46228         * platform/chromium-mac/editing/selection/table-caret-2-expected.png:
46229         * platform/chromium-mac/editing/selection/table-caret-3-expected.png:
46230         * platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png:
46231         * platform/chromium-mac/editing/selection/unrendered-001-expected.png:
46232         * platform/chromium-mac/editing/selection/unrendered-002-expected.png:
46233         * platform/chromium-mac/editing/selection/unrendered-003-expected.png:
46234         * platform/chromium-mac/editing/selection/unrendered-004-expected.png:
46235         * platform/chromium-mac/editing/selection/unrendered-005-expected.png:
46236         * platform/chromium-mac/editing/selection/unrendered-space-expected.png:
46237         * platform/chromium-mac/editing/selection/wrapped-line-caret-1-expected.png:
46238         * platform/chromium-mac/editing/selection/wrapped-line-caret-2-expected.png:
46239         * platform/chromium-mac/editing/spelling/grammar-markers-expected.png:
46240         * platform/chromium-mac/editing/spelling/spelling-expected.png:
46241         * platform/chromium-mac/editing/style/4916887-expected.png:
46242         * platform/chromium-mac/editing/style/5017613-1-expected.png:
46243         * platform/chromium-mac/editing/style/5017613-2-expected.png:
46244         * platform/chromium-mac/editing/style/5046875-1-expected.png:
46245         * platform/chromium-mac/editing/style/5046875-2-expected.png:
46246         * platform/chromium-mac/editing/style/5065910-expected.png:
46247         * platform/chromium-mac/editing/style/5084241-expected.png:
46248         * platform/chromium-mac/editing/style/5228141-expected.png:
46249         * platform/chromium-mac/editing/style/5279521-expected.png:
46250         * platform/chromium-mac/editing/style/block-styles-007-expected.png:
46251         * platform/chromium-mac/editing/style/highlight-expected.png:
46252         * platform/chromium-mac/editing/style/smoosh-styles-001-expected.png:
46253         * platform/chromium-mac/editing/style/smoosh-styles-003-expected.png:
46254         * platform/chromium-mac/editing/style/style-3681552-fix-001-expected.png:
46255         * platform/chromium-mac/editing/style/style-3681552-fix-002-expected.png:
46256         * platform/chromium-mac/editing/style/style-3998892-fix-expected.png:
46257         * platform/chromium-mac/editing/style/style-boundary-001-expected.png:
46258         * platform/chromium-mac/editing/style/style-boundary-002-expected.png:
46259         * platform/chromium-mac/editing/style/style-boundary-003-expected.png:
46260         * platform/chromium-mac/editing/style/style-boundary-004-expected.png:
46261         * platform/chromium-mac/editing/style/style-boundary-005-expected.png:
46262         * platform/chromium-mac/editing/style/typing-style-001-expected.png:
46263         * platform/chromium-mac/editing/style/typing-style-002-expected.png:
46264         * platform/chromium-mac/editing/style/unbold-in-bold-expected.png:
46265         * platform/chromium-mac/editing/undo/4063751-expected.png:
46266         * platform/chromium-mac/editing/undo/5378473-expected.png:
46267         * platform/chromium-mac/editing/undo/redo-typing-001-expected.png:
46268         * platform/chromium-mac/editing/undo/undo-combined-delete-boundary-expected.png:
46269         * platform/chromium-mac/editing/undo/undo-combined-delete-expected.png:
46270         * platform/chromium-mac/editing/undo/undo-delete-boundary-expected.png:
46271         * platform/chromium-mac/editing/undo/undo-delete-expected.png:
46272         * platform/chromium-mac/editing/undo/undo-forward-delete-boundary-expected.png:
46273         * platform/chromium-mac/editing/undo/undo-forward-delete-expected.png:
46274         * platform/chromium-mac/editing/undo/undo-misspellings-expected.png:
46275         * platform/chromium-mac/editing/undo/undo-typing-001-expected.png:
46276         * platform/chromium-mac/editing/unsupported-content/list-delete-001-expected.png:
46277         * platform/chromium-mac/editing/unsupported-content/list-delete-003-expected.png:
46278         * platform/chromium-mac/editing/unsupported-content/list-type-after-expected.png:
46279         * platform/chromium-mac/editing/unsupported-content/list-type-before-expected.png:
46280         * platform/chromium-mac/editing/unsupported-content/table-delete-001-expected.png:
46281         * platform/chromium-mac/editing/unsupported-content/table-delete-002-expected.png:
46282         * platform/chromium-mac/editing/unsupported-content/table-delete-003-expected.png:
46283         * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
46284         * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
46285         * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
46286         * platform/chromium-mac/fast/forms/number/number-appearance-rtl-expected.png:
46287         * platform/chromium-mac/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
46288         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
46289         * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
46290
46291 2013-01-11  Dominic Mazzoni  <dmazzoni@google.com>
46292
46293         [Chromium] unnecessary expectations in platform/chromium/accessibility
46294         https://bugs.webkit.org/show_bug.cgi?id=106676
46295
46296         These files were copied from platform/mac/accessibility, but
46297         all of the corresponding tests are either mac-specific, or
46298         currently skipped on Chromium. There's no purpose to having
46299         these expectations in platform/chromium/accessibility.
46300
46301         Reviewed by Chris Fleizach.
46302
46303         * platform/chromium/accessibility/accesskey-expected.txt: Removed.
46304         * platform/chromium/accessibility/area-with-aria-label-expected.txt: Removed.
46305         * platform/chromium/accessibility/aria-alerts-expected.txt: Removed.
46306         * platform/chromium/accessibility/aria-checkbox-text-expected.txt: Removed.
46307         * platform/chromium/accessibility/aria-combobox-expected.txt: Removed.
46308         * platform/chromium/accessibility/aria-directory-expected.txt: Removed.
46309         * platform/chromium/accessibility/aria-divs-not-ignored-expected.txt: Removed.
46310         * platform/chromium/accessibility/aria-drag-drop-expected.txt: Removed.
46311         * platform/chromium/accessibility/aria-expanded-notifications-expected.txt: Removed.
46312         * platform/chromium/accessibility/aria-expanded-standard-items-expected.txt: Removed.
46313         * platform/chromium/accessibility/aria-flowto-expected.txt: Removed.
46314         * platform/chromium/accessibility/aria-grid-with-strange-hierarchy-expected.txt: Removed.
46315         * platform/chromium/accessibility/aria-grouping-roles-expected.txt: Removed.
46316         * platform/chromium/accessibility/aria-hidden-changes-for-non-ignored-elements-expected.txt: Removed.
46317         * platform/chromium/accessibility/aria-listbox-selectedchildren-change-expected.txt: Removed.
46318         * platform/chromium/accessibility/aria-liveregion-marquee-default-expected.txt: Removed.
46319         * platform/chromium/accessibility/aria-liveregion-on-image-expected.txt: Removed.
46320         * platform/chromium/accessibility/aria-liveregions-addedelement-expected.txt: Removed.
46321         * platform/chromium/accessibility/aria-liveregions-attributes-expected.txt: Removed.
46322         * platform/chromium/accessibility/aria-liveregions-changedalt-expected.txt: Removed.
46323         * platform/chromium/accessibility/aria-liveregions-changedtext-expected.txt: Removed.
46324         * platform/chromium/accessibility/aria-liveregions-notifications-always-sent-expected.txt: Removed.
46325         * platform/chromium/accessibility/aria-liveregions-notifications-expected.txt: Removed.
46326         * platform/chromium/accessibility/aria-liveregions-removedelement-expected.txt: Removed.
46327         * platform/chromium/accessibility/aria-menu-role-descriptions-expected.txt: Removed.
46328         * platform/chromium/accessibility/aria-menubar-expected.txt: Removed.
46329         * platform/chromium/accessibility/aria-multiline-expected.txt: Removed.
46330         * platform/chromium/accessibility/aria-multiselectable-expected.txt: Removed.
46331         * platform/chromium/accessibility/aria-owns-expected.txt: Removed.
46332         * platform/chromium/accessibility/aria-popup-buttons-on-native-elements-expected.txt: Removed.
46333         * platform/chromium/accessibility/aria-radiobutton-text-expected.txt: Removed.
46334         * platform/chromium/accessibility/aria-radiogroup-expected.txt: Removed.
46335         * platform/chromium/accessibility/aria-range-expected.txt: Removed.
46336         * platform/chromium/accessibility/aria-range-value-expected.txt: Removed.
46337         * platform/chromium/accessibility/aria-required-expected.txt: Removed.
46338         * platform/chromium/accessibility/aria-slider-expected.txt: Removed.
46339         * platform/chromium/accessibility/aria-slider-value-change-expected.txt: Removed.
46340         * platform/chromium/accessibility/aria-sort-expected.txt: Removed.
46341         * platform/chromium/accessibility/aria-spinbutton-expected.txt: Removed.
46342         * platform/chromium/accessibility/aria-table-with-colspan-cells-expected.txt: Removed.
46343         * platform/chromium/accessibility/aria-tables-expected.txt: Removed.
46344         * platform/chromium/accessibility/aria-toolbar-expected.txt: Removed.
46345         * platform/chromium/accessibility/aria-tree-activedescendant-expected.txt: Removed.
46346         * platform/chromium/accessibility/aria-tree-expected.txt: Removed.
46347         * platform/chromium/accessibility/aria-tree-index-of-items-expected.txt: Removed.
46348         * platform/chromium/accessibility/aria-treegrid-expected.txt: Removed.
46349         * platform/chromium/accessibility/aria-valuetext-expected.txt: Removed.
46350         * platform/chromium/accessibility/attributed-string-includes-highlighting-expected.txt: Removed.
46351         * platform/chromium/accessibility/attributed-string-includes-misspelled-with-selection-expected.txt: Removed.
46352         * platform/chromium/accessibility/bounds-for-range-expected.txt: Removed.
46353         * platform/chromium/accessibility/button-shouldnot-have-axvalue-expected.txt: Removed.
46354         * platform/chromium/accessibility/canvas-expected.txt: Removed.
46355         * platform/chromium/accessibility/change-notification-on-scroll-expected.txt: Removed.
46356         * platform/chromium/accessibility/clipped-text-under-element-expected.txt: Removed.
46357         * platform/chromium/accessibility/content-editable-expected.txt: Removed.
46358         * platform/chromium/accessibility/content-editable-range-properties-expected.txt: Removed.
46359         * platform/chromium/accessibility/crash-in-element-for-text-marker-expected.txt: Removed.
46360         * platform/chromium/accessibility/crash-invalid-text-marker-node-expected.txt: Removed.
46361         * platform/chromium/accessibility/css-content-attribute-expected.txt: Removed.
46362         * platform/chromium/accessibility/css-speech-speak-expected.txt: Removed.
46363         * platform/chromium/accessibility/definition-list-term-expected.txt: Removed.
46364         * platform/chromium/accessibility/deleting-iframe-destroys-axcache-expected.txt: Removed.
46365         * platform/chromium/accessibility/div-containing-div-with-aria-expected.txt: Removed.
46366         * platform/chromium/accessibility/document-attributes-expected.txt: Removed.
46367         * platform/chromium/accessibility/document-links-expected.txt: Removed.
46368         * platform/chromium/accessibility/document-title-used-for-description-expected.txt: Removed.
46369         * platform/chromium/accessibility/double-title-expected.txt: Removed.
46370         * platform/chromium/accessibility/element-focus-expected.txt: Removed.
46371         * platform/chromium/accessibility/element-for-text-marker-expected.txt: Removed.
46372         * platform/chromium/accessibility/element-haspopup-expected.txt: Removed.
46373         * platform/chromium/accessibility/element-is-ignored-expected.txt: Removed.
46374         * platform/chromium/accessibility/element-level-expected.txt: Removed.
46375         * platform/chromium/accessibility/estimated-progress-expected.txt: Removed.
46376         * platform/chromium/accessibility/footer-expected.txt: Removed.
46377         * platform/chromium/accessibility/footer-roledescription-expected.txt: Removed.
46378         * platform/chromium/accessibility/form-control-value-settable-expected.txt: Removed.
46379         * platform/chromium/accessibility/frame-with-title-expected.txt: Removed.
46380         * platform/chromium/accessibility/header-expected.txt: Removed.
46381         * platform/chromium/accessibility/heading-clickpoint-expected.txt: Removed.
46382         * platform/chromium/accessibility/html-section-elements-expected.txt: Removed.
46383         * platform/chromium/accessibility/html-slider-indicator-expected.txt: Removed.
46384         * platform/chromium/accessibility/html-with-aria-label-expected.txt: Removed.
46385         * platform/chromium/accessibility/html5-input-number-expected.txt: Removed.
46386         * platform/chromium/accessibility/html5-required-attribute-expected.txt: Removed.
46387         * platform/chromium/accessibility/iframe-aria-hidden-expected.txt: Removed.
46388         * platform/chromium/accessibility/iframe-with-title-correct-hierarchy-expected.txt: Removed.
46389         * platform/chromium/accessibility/image-map2-expected.txt: Removed.
46390         * platform/chromium/accessibility/imagemap-hittest-expected.txt: Removed.
46391         * platform/chromium/accessibility/inherited-presentational-lists-expected.txt: Removed.
46392         * platform/chromium/accessibility/input-image-url-expected.txt: Removed.
46393         * platform/chromium/accessibility/input-slider-expected.txt: Removed.
46394         * platform/chromium/accessibility/internal-link-anchors-expected.txt: Removed.
46395         * platform/chromium/accessibility/internal-link-anchors2-expected.txt: Removed.
46396         * platform/chromium/accessibility/internal-link-when-document-has-fragment-expected.txt: Removed.
46397         * platform/chromium/accessibility/label-element-with-hidden-control-expected.txt: Removed.
46398         * platform/chromium/accessibility/list-items-ignored-expected.txt: Removed.
46399         * platform/chromium/accessibility/listbox-hit-test-expected.txt: Removed.
46400         * platform/chromium/accessibility/lists-expected.txt: Removed.
46401         * platform/chromium/accessibility/live-region-on-span-expected.txt: Removed.
46402         * platform/chromium/accessibility/math-alttext-expected.txt: Removed.
46403         * platform/chromium/accessibility/media-element-expected.txt: Removed.
46404         * platform/chromium/accessibility/misspelled-attributed-string-expected.txt: Removed.
46405         * platform/chromium/accessibility/mixed-checkbox-expected.txt: Removed.
46406         * platform/chromium/accessibility/native-vs-nonnative-checkboxes-expected.txt: Removed.
46407         * platform/chromium/accessibility/no-unknown-objects-when-title-attribute-present-expected.txt: Removed.
46408         * platform/chromium/accessibility/option-with-arialabel-expected.txt: Removed.
46409         * platform/chromium/accessibility/option-with-lang-expected.txt: Removed.
46410         * platform/chromium/accessibility/parent-of-table-row-is-table-expected.txt: Removed.
46411         * platform/chromium/accessibility/plugin-expected.txt: Removed.
46412         * platform/chromium/accessibility/popup-button-title-expected.txt: Removed.
46413         * platform/chromium/accessibility/progressbar-expected.txt: Removed.
46414         * platform/chromium/accessibility/radio-button-group-members-expected.txt: Removed.
46415         * platform/chromium/accessibility/range-alter-by-step-expected.txt: Removed.
46416         * platform/chromium/accessibility/range-for-line-textarea-expected.txt: Removed.
46417         * platform/chromium/accessibility/range-for-position-expected.txt: Removed.
46418         * platform/chromium/accessibility/removing-textarea-after-edit-crash-expected.txt: Removed.
46419         * platform/chromium/accessibility/scrollbars-expected.txt: Removed.
46420         * platform/chromium/accessibility/search-predicate-expected.txt: Removed.
46421         * platform/chromium/accessibility/search-subrole-expected.txt: Removed.
46422         * platform/chromium/accessibility/search-when-element-starts-in-table-expected.txt: Removed.
46423         * platform/chromium/accessibility/search-with-frames-expected.txt: Removed.
46424         * platform/chromium/accessibility/select-element-selection-with-optgroups-expected.txt: Removed.
46425         * platform/chromium/accessibility/selected-rows-table-expected.txt: Removed.
46426         * platform/chromium/accessibility/selected-tab-crash-expected.txt: Removed.
46427         * platform/chromium/accessibility/selected-text-range-for-empty-textarea-expected.txt: Removed.
46428         * platform/chromium/accessibility/selection-value-changes-for-aria-textbox-expected.txt: Removed.
46429         * platform/chromium/accessibility/slider-allows-title-ui-element-expected.txt: Removed.
46430         * platform/chromium/accessibility/slider-supports-actions-expected.txt: Removed.
46431         * platform/chromium/accessibility/stale-table-rows-expected.txt: Removed.
46432         * platform/chromium/accessibility/static-text-role-uses-text-under-element-expected.txt: Removed.
46433         * platform/chromium/accessibility/static-text-with-aria-label-expected.txt: Removed.
46434         * platform/chromium/accessibility/string-range-contains-listmarker-expected.txt: Removed.
46435         * platform/chromium/accessibility/submit-button-default-value-expected.txt: Removed.
46436         * platform/chromium/accessibility/supports-focus-setting-expected.txt: Removed.
46437         * platform/chromium/accessibility/table-attributes-expected.txt: Removed.
46438         * platform/chromium/accessibility/table-cell-spans-expected.txt: Removed.
46439         * platform/chromium/accessibility/table-cells-expected.txt: Removed.
46440         * platform/chromium/accessibility/table-detection-expected.txt: Removed.
46441         * platform/chromium/accessibility/table-multi-bodies-expected.txt: Removed.
46442         * platform/chromium/accessibility/table-one-cell-expected.txt: Removed.
46443         * platform/chromium/accessibility/table-sections-expected.txt: Removed.
46444         * platform/chromium/accessibility/table-updating-expected.txt: Removed.
46445         * platform/chromium/accessibility/table-with-aria-role-expected.txt: Removed.
46446         * platform/chromium/accessibility/table-with-row-col-of-headers-expected.txt: Removed.
46447         * platform/chromium/accessibility/table-with-rules-expected.txt: Removed.
46448         * platform/chromium/accessibility/table-with-zebra-rows-expected.txt: Removed.
46449         * platform/chromium/accessibility/text-marker-length-expected.txt: Removed.
46450         * platform/chromium/accessibility/textbox-role-reports-line-number-expected.txt: Removed.
46451         * platform/chromium/accessibility/textbox-role-reports-notifications-expected.txt: Removed.
46452         * platform/chromium/accessibility/textmarker-for-index-out-of-bounds-crash-expected.txt: Removed.
46453         * platform/chromium/accessibility/textmarker-routines-expected.txt: Removed.
46454         * platform/chromium/accessibility/title-attribute-not-used-as-axtitle-expected.txt: Removed.
46455         * platform/chromium/accessibility/title-attribute-used-as-last-resort-expected.txt: Removed.
46456         * platform/chromium/accessibility/unexpected-help-text-expected.txt: Removed.
46457         * platform/chromium/accessibility/unsupported-attribute-does-not-crash-expected.txt: Removed.
46458         * platform/chromium/accessibility/update-children-when-aria-role-changes-expected.txt: Removed.
46459         * platform/chromium/accessibility/updating-attribute-in-table-row-crash-expected.txt: Removed.
46460         * platform/chromium/accessibility/visible-position-crash-for-text-node-expected.txt: Removed.
46461         * platform/chromium/accessibility/webarea-can-set-focus-expected.txt: Removed.
46462         * platform/chromium/accessibility/webarea-size-equals-content-size-expected.txt: Removed.
46463         * platform/chromium/accessibility/webkit-scrollarea-expected.txt: Removed.
46464         * platform/chromium/accessibility/webkit-scrollarea-position-expected.txt: Removed.
46465
46466 2013-01-11  Alexandru Chiculita  <achicu@adobe.com>
46467
46468         Element is displayed behind a composited layer when clipping is used on a previous element
46469         https://bugs.webkit.org/show_bug.cgi?id=104981
46470
46471         Reviewed by Simon Fraser.
46472
46473         Updated existing test results and added two new tests to check that animations respect the correct paint order,
46474         even though they are painted with composited layers.
46475
46476         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
46477         disable the overlapping optimizations. Because of that, some of the test results were updated to include the layers that, previously,
46478         were not created as a result of being in front of a "clipping container".
46479
46480         * compositing/geometry/foreground-layer-expected.txt:
46481         * compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
46482         * compositing/layer-creation/overlap-animation-clipping.html: Added. Checking that the animation inside a clipping container is not 
46483         affecting how we compute the animations outside the clipping container. 
46484         * compositing/layer-creation/overlap-animation-container-expected.txt: Added. 
46485         * compositing/layer-creation/overlap-animation-container.html: Added. Checking that we don't create unnecessary composited layers for layers inside
46486         composited containers that draw in front of animated layers.
46487         * compositing/overflow/clip-descendents-expected.txt:
46488         * compositing/overflow/clip-descendents.html: Removed the text from the output, so that platforms can share the same expected result.
46489         * platform/chromium-win/compositing/overflow/clip-descendents-expected.txt: Removed. Not needed anymore, all Chromium platforms can share the same results now.
46490         * platform/chromium/compositing/geometry/foreground-layer-expected.txt:
46491         * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
46492         * platform/chromium/compositing/layer-creation/overlap-animation-container-expected.txt: Added.
46493         * platform/chromium/compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
46494         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
46495         * platform/chromium/compositing/overflow/clip-descendents-expected.txt: Renamed from LayoutTests/platform/chromium-mac/compositing/overflow/clip-descendents-expected.txt.
46496         * platform/qt/compositing/overflow/clip-descendents-expected.txt:
46497
46498 2013-01-11  Stephen Chenney  <schenney@chromium.org>
46499
46500         [Chromium] More test expectations for Skia changes
46501
46502         Unreviewed test expectations update.
46503
46504         Mozilla test cases for linux. Also re-adding hixie/perf/006.xml, which is failing
46505
46506         * platform/chromium-linux-x86/tables/mozilla/bugs/bug1188-expected.png: Added.
46507         * platform/chromium-linux-x86/tables/mozilla/bugs/bug1318-expected.png: Added.
46508         * platform/chromium-linux-x86/tables/mozilla/bugs/bug137388-2-expected.png: Added.
46509         * platform/chromium-linux-x86/tables/mozilla/bugs/bug138725-expected.png: Added.
46510         * platform/chromium-linux-x86/tables/mozilla/bugs/bug18359-expected.png: Added.
46511         * platform/chromium-linux-x86/tables/mozilla/bugs/bug23235-expected.png: Added.
46512         * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-2-expected.png: Added.
46513         * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-3-expected.png: Added.
46514         * platform/chromium-linux-x86/tables/mozilla/bugs/bug26178-expected.png: Added.
46515         * platform/chromium-linux-x86/tables/mozilla/bugs/bug28928-expected.png: Added.
46516         * platform/chromium-linux-x86/tables/mozilla/bugs/bug29326-expected.png: Added.
46517         * platform/chromium-linux-x86/tables/mozilla/bugs/bug33855-expected.png: Added.
46518         * platform/chromium-linux-x86/tables/mozilla/bugs/bug39209-expected.png: Added.
46519         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4093-expected.png: Added.
46520         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4382-expected.png: Added.
46521         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4429-expected.png: Added.
46522         * platform/chromium-linux-x86/tables/mozilla/bugs/bug44505-expected.png: Added.
46523         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Added.
46524         * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-1-expected.png: Added.
46525         * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-2-expected.png: Added.
46526         * platform/chromium-linux-x86/tables/mozilla/bugs/bug51037-expected.png: Added.
46527         * platform/chromium-linux-x86/tables/mozilla/bugs/bug51727-expected.png: Added.
46528         * platform/chromium-linux-x86/tables/mozilla/bugs/bug52505-expected.png: Added.
46529         * platform/chromium-linux-x86/tables/mozilla/bugs/bug52506-expected.png: Added.
46530         * platform/chromium-linux-x86/tables/mozilla/bugs/bug60749-expected.png: Added.
46531         * platform/chromium-linux-x86/tables/mozilla/bugs/bug68912-expected.png: Added.
46532         * platform/chromium-linux-x86/tables/mozilla/bugs/bug7342-expected.png: Added.
46533         * platform/chromium-linux-x86/tables/mozilla/bugs/bug92647-2-expected.png: Added.
46534         * platform/chromium-linux-x86/tables/mozilla/bugs/bug96334-expected.png: Added.
46535         * platform/chromium-linux-x86/tables/mozilla/collapsing_borders: Added.
46536         * platform/chromium-linux-x86/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
46537         * platform/chromium-linux-x86/tables/mozilla/core: Added.
46538         * platform/chromium-linux-x86/tables/mozilla/core/margins-expected.png: Added.
46539         * platform/chromium-linux-x86/tables/mozilla/dom: Added.
46540         * platform/chromium-linux-x86/tables/mozilla/dom/tableDom-expected.png: Added.
46541         * platform/chromium-linux-x86/tables/mozilla/other: Added.
46542         * platform/chromium-linux-x86/tables/mozilla/other/move_row-expected.png: Added.
46543         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added.
46544         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Added.
46545         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders: Added.
46546         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Added.
46547         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Added.
46548         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Added.
46549         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
46550         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
46551         * platform/chromium-linux-x86/transforms/2d/zoom-menulist-expected.png: Added.
46552         * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
46553         * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
46554         * platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.png:
46555         * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
46556         * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
46557         * platform/chromium-linux/tables/mozilla/bugs/bug23235-expected.png:
46558         * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
46559         * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
46560         * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
46561         * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
46562         * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
46563         * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
46564         * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
46565         * platform/chromium-linux/tables/mozilla/bugs/bug4093-expected.png:
46566         * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
46567         * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
46568         * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
46569         * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
46570         * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
46571         * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
46572         * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
46573         * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
46574         * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
46575         * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
46576         * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
46577         * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
46578         * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
46579         * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
46580         * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
46581         * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
46582         * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
46583         * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
46584         * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
46585         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
46586         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
46587         * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
46588         * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
46589         * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
46590         * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
46591         * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
46592         * platform/chromium-mac-lion/tables/mozilla/bugs/bug137388-2-expected.png:
46593         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4093-expected.png:
46594         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug137388-2-expected.png:
46595         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4093-expected.png:
46596         * platform/chromium-mac/tables/mozilla/bugs/bug137388-2-expected.png:
46597         * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.png:
46598         * platform/chromium-win-xp/tables/mozilla/bugs/bug137388-2-expected.png: Added.
46599         * platform/chromium-win-xp/tables/mozilla/bugs/bug23235-expected.png: Added.
46600         * platform/chromium-win-xp/tables/mozilla/bugs/bug4093-expected.png: Added.
46601         * platform/chromium-win/tables/mozilla/bugs/bug137388-2-expected.png:
46602         * platform/chromium-win/tables/mozilla/bugs/bug23235-expected.png:
46603         * platform/chromium-win/tables/mozilla/bugs/bug4093-expected.png:
46604         * platform/chromium/TestExpectations:
46605
46606 2013-01-11  Levi Weintraub  <leviw@chromium.org>
46607
46608         Unreviewed gardening. r139445 triggered assertions in Skia on debug Chromium bots.
46609         Marking them as crashing in TestExpectations.
46610
46611         * platform/chromium/TestExpectations:
46612
46613 2013-01-11  Stephen Chenney  <schenney@chromium.org>
46614
46615         [Chromium] More test expectations for Skia changes
46616
46617         Unreviewed test expectations update.
46618
46619         Mostly files that were broken only on Mac or Win.
46620
46621         * platform/chromium-linux-x86/fast/forms/input-appearance-height-expected.png: Added.
46622         * platform/chromium-linux-x86/fast/forms/input-button-sizes-expected.png: Added.
46623         * platform/chromium-linux-x86/fast/forms/input-value-expected.png: Added.
46624         * platform/chromium-linux-x86/fast/forms/menulist-deselect-update-expected.png: Added.
46625         * platform/chromium-linux-x86/fast/forms/menulist-no-overflow-expected.png: Added.
46626         * platform/chromium-linux-x86/fast/forms/menulist-restrict-line-height-expected.png: Added.
46627         * platform/chromium-linux-x86/fast/forms/menulist-separator-painting-expected.png: Added.
46628         * platform/chromium-linux-x86/fast/forms/menulist-style-color-expected.png: Added.
46629         * platform/chromium-linux-x86/fast/forms/menulist-width-change-expected.png: Added.
46630         * platform/chromium-linux-x86/fast/forms/option-script-expected.png: Added.
46631         * platform/chromium-linux-x86/fast/forms/option-strip-whitespace-expected.png: Added.
46632         * platform/chromium-linux-x86/fast/forms/option-text-clip-expected.png: Added.
46633         * platform/chromium-linux-x86/fast/forms/select-align-expected.png: Added.
46634         * platform/chromium-linux-x86/fast/forms/select-baseline-expected.png: Added.
46635         * platform/chromium-linux-x86/fast/forms/select-change-listbox-to-popup-expected.png: Added.
46636         * platform/chromium-linux-x86/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
46637         * platform/chromium-linux-x86/fast/forms/select-disabled-appearance-expected.png: Added.
46638         * platform/chromium-linux-x86/fast/forms/select-initial-position-expected.png: Added.
46639         * platform/chromium-linux-x86/fast/forms/select-selected-expected.png: Added.
46640         * platform/chromium-linux-x86/fast/forms/targeted-frame-submission-expected.png: Added.
46641         * platform/chromium-linux-x86/fast/forms/zoomed-controls-expected.png: Added.
46642         * platform/chromium-linux-x86/fast/inline/positionedLifetime-expected.png: Added.
46643         * platform/chromium-linux-x86/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Added.
46644         * platform/chromium-linux-x86/fast/overflow/scrollRevealButton-expected.png: Added.
46645         * platform/chromium-linux-x86/fast/repaint/control-clip-expected.png: Added.
46646         * platform/chromium-linux-x86/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
46647         * platform/chromium-linux-x86/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
46648         * platform/chromium-linux-x86/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
46649         * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
46650         * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
46651         * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
46652         * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
46653         * platform/chromium-linux-x86/svg/carto.net/colourpicker-expected.png: Added.
46654         * platform/chromium-linux-x86/svg/transforms/text-with-mask-with-svg-transform-expected.png:
46655         * platform/chromium-linux-x86/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
46656         * platform/chromium-linux/fast/forms/input-appearance-height-expected.png:
46657         * platform/chromium-linux/fast/forms/input-button-sizes-expected.png:
46658         * platform/chromium-linux/fast/forms/input-value-expected.png:
46659         * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.png:
46660         * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.png:
46661         * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.png:
46662         * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.png:
46663         * platform/chromium-linux/fast/forms/menulist-style-color-expected.png:
46664         * platform/chromium-linux/fast/forms/menulist-width-change-expected.png:
46665         * platform/chromium-linux/fast/forms/option-script-expected.png:
46666         * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.png:
46667         * platform/chromium-linux/fast/forms/option-text-clip-expected.png:
46668         * platform/chromium-linux/fast/forms/select-align-expected.png:
46669         * platform/chromium-linux/fast/forms/select-baseline-expected.png:
46670         * platform/chromium-linux/fast/forms/select-change-listbox-to-popup-expected.png:
46671         * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.png:
46672         * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.png:
46673         * platform/chromium-linux/fast/forms/select-initial-position-expected.png:
46674         * platform/chromium-linux/fast/forms/select-selected-expected.png:
46675         * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.png:
46676         * platform/chromium-linux/fast/forms/zoomed-controls-expected.png:
46677         * platform/chromium-linux/fast/inline/positionedLifetime-expected.png:
46678         * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
46679         * platform/chromium-linux/fast/overflow/scrollRevealButton-expected.png:
46680         * platform/chromium-linux/fast/repaint/control-clip-expected.png:
46681         * platform/chromium-linux/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
46682         * platform/chromium-linux/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
46683         * platform/chromium-linux/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
46684         * platform/chromium-linux/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
46685         * platform/chromium-linux/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
46686         * platform/chromium-linux/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
46687         * platform/chromium-linux/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
46688         * platform/chromium-linux/svg/carto.net/colourpicker-expected.png:
46689         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
46690         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
46691         * platform/chromium-mac-lion/fast/inline/continuation-outlines-with-layers-expected.png: Added.
46692         * platform/chromium-mac-lion/fast/inline/continuation-outlines-with-layers-expected.txt: Added.
46693         * platform/chromium-mac-lion/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
46694         * platform/chromium-mac-lion/fonts/monospace-expected.png:
46695         * platform/chromium-mac-lion/svg/carto.net/colourpicker-expected.png:
46696         * platform/chromium-mac-lion/svg/transforms/text-with-mask-with-svg-transform-expected.png:
46697         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
46698         * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-2-expected.png:
46699         * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-2-expected.txt:
46700         * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-expected.png:
46701         * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-expected.txt: Added.
46702         * platform/chromium-mac-snowleopard/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
46703         * platform/chromium-mac-snowleopard/fonts/monospace-expected.png:
46704         * platform/chromium-mac-snowleopard/svg/carto.net/colourpicker-expected.png:
46705         * platform/chromium-mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
46706         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
46707         * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
46708         * platform/chromium-mac/fast/css/focus-ring-detached-expected.png:
46709         * platform/chromium-mac/fast/css/focus-ring-multiline-expected.png:
46710         * platform/chromium-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
46711         * platform/chromium-mac/fast/css/focus-ring-outline-color-expected.png:
46712         * platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.png:
46713         * platform/chromium-mac/fast/css/focus-ring-outline-width-expected.png:
46714         * platform/chromium-mac/fast/css/font-face-multiple-faces-expected.png:
46715         * platform/chromium-mac/fast/css/outline-auto-location-expected.png:
46716         * platform/chromium-mac/fast/dom/52776-expected.png:
46717         * platform/chromium-mac/fast/dom/focus-contenteditable-expected.png:
46718         * platform/chromium-mac/fast/events/autoscroll-expected.png:
46719         * platform/chromium-mac/fast/events/context-no-deselect-expected.png:
46720         * platform/chromium-mac/fast/events/reveal-link-when-focused-expected.png:
46721         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
46722         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
46723         * platform/chromium-mac/fast/forms/input-appearance-focus-expected.png:
46724         * platform/chromium-mac/fast/forms/input-appearance-selection-expected.png:
46725         * platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
46726         * platform/chromium-mac/fast/forms/input-placeholder-paint-order-expected.png:
46727         * platform/chromium-mac/fast/forms/input-placeholder-visibility-1-expected.png:
46728         * platform/chromium-mac/fast/forms/input-placeholder-visibility-3-expected.png:
46729         * platform/chromium-mac/fast/forms/input-text-click-inside-expected.png:
46730         * platform/chromium-mac/fast/forms/input-text-double-click-expected.png:
46731         * platform/chromium-mac/fast/forms/input-text-drag-down-expected.png:
46732         * platform/chromium-mac/fast/forms/input-text-option-delete-expected.png:
46733         * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
46734         * platform/chromium-mac/fast/forms/input-text-self-emptying-click-expected.png:
46735         * platform/chromium-mac/fast/forms/listbox-hit-test-zoomed-expected.png:
46736         * platform/chromium-mac/fast/forms/plaintext-mode-2-expected.png:
46737         * platform/chromium-mac/fast/forms/select-listbox-multiple-no-focusring-expected.png:
46738         * platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.png:
46739         * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-1-expected.png:
46740         * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-2-expected.png:
46741         * platform/chromium-mac/fast/forms/textarea-scrollbar-expected.png:
46742         * platform/chromium-mac/fast/forms/textarea-scrolled-type-expected.png:
46743         * platform/chromium-mac/fast/forms/textfield-focus-ring-expected.png:
46744         * platform/chromium-mac/fast/forms/textfield-outline-expected.png:
46745         * platform/chromium-mac/fast/forms/textfield-overflow-expected.png:
46746         * platform/chromium-mac/fast/frames/take-focus-from-iframe-expected.png:
46747         * platform/chromium-mac/fast/inline/25277-2-expected.png:
46748         * platform/chromium-mac/fast/inline/25277-expected.png:
46749         * platform/chromium-mac/fast/inline/continuation-outlines-expected.png:
46750         * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-2-expected.png:
46751         * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-expected.png: Added.
46752         * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-expected.txt: Added.
46753         * platform/chromium-mac/fast/inline/inline-focus-ring-expected.png:
46754         * platform/chromium-mac/fast/overflow/overflow-focus-ring-expected.png:
46755         * platform/chromium-mac/fast/repaint/continuation-after-outline-expected.png:
46756         * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png:
46757         * platform/chromium-mac/fast/repaint/focus-layers-expected.png:
46758         * platform/chromium-mac/fast/repaint/focus-ring-expected.png:
46759         * platform/chromium-mac/fast/repaint/gradients-em-stops-repaint-expected.png:
46760         * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
46761         * platform/chromium-mac/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png:
46762         * platform/chromium-mac/fast/table/table-row-focus-ring-paint-expected.png:
46763         * platform/chromium-mac/fast/text/atsui-multiple-renderers-expected.png:
46764         * platform/chromium-mac/fast/text/complex-synthetic-bold-space-width-expected.png:
46765         * platform/chromium-mac/fast/text/delete-hard-break-character-expected.png:
46766         * platform/chromium-mac/fast/text/international/rtl-caret-expected.png:
46767         * platform/chromium-mac/fast/transforms/transformed-caret-expected.png:
46768         * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
46769         * platform/chromium-mac/fast/writing-mode/border-image-horizontal-bt-expected.png:
46770         * platform/chromium-mac/fast/writing-mode/border-image-vertical-lr-expected.png:
46771         * platform/chromium-mac/fast/writing-mode/border-image-vertical-rl-expected.png:
46772         * platform/chromium-mac/fonts/monospace-expected.png:
46773         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png:
46774         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
46775         * platform/chromium-mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
46776         * platform/chromium-mac/svg/carto.net/colourpicker-expected.png:
46777         * platform/chromium-mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
46778         * platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
46779         * platform/chromium-win-xp/fast/inline/continuation-outlines-with-layers-2-expected.png: Added.
46780         * platform/chromium-win-xp/fast/inline/continuation-outlines-with-layers-2-expected.txt: Added.
46781         * platform/chromium-win-xp/fast/inline/continuation-outlines-with-layers-expected.png: Added.
46782         * platform/chromium-win-xp/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
46783         * platform/chromium-win-xp/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
46784         * platform/chromium-win-xp/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
46785         * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
46786         * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
46787         * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
46788         * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
46789         * platform/chromium-win-xp/svg/carto.net: Added.
46790         * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Added.
46791         * platform/chromium-win-xp/svg/transforms: Added.
46792         * platform/chromium-win-xp/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
46793         * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
46794         * platform/chromium-win/fast/inline/continuation-outlines-with-layers-2-expected.png:
46795         * platform/chromium-win/fast/inline/continuation-outlines-with-layers-2-expected.txt: Added.
46796         * platform/chromium-win/fast/inline/continuation-outlines-with-layers-expected.png:
46797         * platform/chromium-win/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
46798         * platform/chromium-win/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
46799         * platform/chromium-win/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
46800         * platform/chromium-win/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
46801         * platform/chromium-win/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
46802         * platform/chromium-win/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
46803         * platform/chromium-win/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
46804         * platform/chromium-win/svg/carto.net/colourpicker-expected.png:
46805         * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.png:
46806         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
46807         * platform/chromium/TestExpectations:
46808
46809 2013-01-11  Stephen Chenney  <schenney@chromium.org>
46810
46811         [Chromium] More test expectations for Skia changes
46812
46813         Unreviewed test expectations update.
46814
46815         These are a few files that had some platforms already failing, hence
46816         requiring special care and attention.
46817
46818         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement: Added.
46819         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
46820         * platform/chromium-linux-x86/fast/forms/validation-message-appearance-expected.png: Added.
46821         * platform/chromium-linux-x86/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
46822         * platform/chromium-linux-x86/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
46823         * platform/chromium-linux-x86/fast/speech: Added.
46824         * platform/chromium-linux-x86/fast/speech/input-appearance-searchandspeech-expected.png: Added.
46825         * platform/chromium-linux-x86/fast/transforms: Added.
46826         * platform/chromium-linux-x86/fast/transforms/transformed-focused-text-input-expected.png: Added.
46827         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
46828         * platform/chromium-linux-x86/svg/batik/filters: Added.
46829         * platform/chromium-linux-x86/svg/batik/filters/feTile-expected.png: Added.
46830         * platform/chromium-linux-x86/svg/custom/js-late-gradient-creation-expected.png: Added.
46831         * platform/chromium-linux-x86/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
46832         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
46833         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
46834         * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
46835         * platform/chromium-linux/fast/gradients/css3-linear-right-angle-gradients-expected.png:
46836         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
46837         * platform/chromium-linux/fast/transforms/transformed-focused-text-input-expected.png:
46838         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
46839         * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
46840         * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
46841         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
46842         * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
46843         * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
46844         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
46845         * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
46846         * platform/chromium-mac-lion/fast/gradients/css3-linear-right-angle-gradients-expected.png:
46847         * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.png:
46848         * platform/chromium-mac-lion/fast/transforms/transformed-focused-text-input-expected.png:
46849         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
46850         * platform/chromium-mac-lion/svg/batik/filters/feTile-expected.png: Added.
46851         * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.png:
46852         * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
46853         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
46854         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
46855         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
46856         * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
46857         * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
46858         * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.png:
46859         * platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.png:
46860         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
46861         * platform/chromium-mac-snowleopard/svg/batik/filters/feTile-expected.png:
46862         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Added.
46863         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
46864         * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png:
46865         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
46866         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
46867         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
46868         * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
46869         * platform/chromium-mac/fast/gradients/css3-linear-right-angle-gradients-expected.png:
46870         * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
46871         * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
46872         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
46873         * platform/chromium-mac/svg/batik/filters/feTile-expected.png:
46874         * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
46875         * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
46876         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
46877         * platform/chromium-win-xp/fast/gradients: Added.
46878         * platform/chromium-win-xp/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
46879         * platform/chromium-win-xp/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
46880         * platform/chromium-win-xp/fast/speech: Added.
46881         * platform/chromium-win-xp/fast/speech/input-appearance-searchandspeech-expected.png: Added.
46882         * platform/chromium-win-xp/svg/batik/filters: Added.
46883         * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png: Added.
46884         * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.png: Added.
46885         * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
46886         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
46887         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
46888         * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
46889         * platform/chromium-win/fast/gradients/css3-linear-right-angle-gradients-expected.png:
46890         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
46891         * platform/chromium-win/svg/batik/filters/feTile-expected.png:
46892         * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
46893         * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png:
46894         * platform/chromium/TestExpectations:
46895
46896 2013-01-11  Levi Weintraub  <leviw@chromium.org>
46897
46898         RenderGeometryMap and TransformState disagree with sub-pixel layout and translations
46899         https://bugs.webkit.org/show_bug.cgi?id=106047
46900
46901         Reviewed by Simon Fraser.
46902
46903         * fast/layers/geometry-map-transform-state-translation-mismatch-expected.txt: Added.
46904         * fast/layers/geometry-map-transform-state-translation-mismatch.html: Added.
46905
46906 2013-01-11  Stephen Chenney  <schenney@chromium.org>
46907
46908         [Chromium] Rebaselines after Skia changes.
46909
46910         Unreviewed test expectations update.
46911
46912         These are the last of the Mac/Win failures that do not also occur on Linux.
46913         There is also an attempt to fix the TestExpectations so that Linux
46914         goes green. Apparently it will be red if you have "Failure" when it's
46915         actually an "ImageOnlyFailure", but not reliably.
46916
46917         * platform/chromium-mac-lion/fast/borders/border-image-scaled-expected.png:
46918         * platform/chromium-mac-lion/fast/css/focus-ring-detached-expected.png:
46919         * platform/chromium-mac-lion/fast/css/focus-ring-multiline-expected.png:
46920         * platform/chromium-mac-lion/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
46921         * platform/chromium-mac-lion/fast/css/focus-ring-outline-color-expected.png:
46922         * platform/chromium-mac-lion/fast/css/focus-ring-outline-offset-expected.png:
46923         * platform/chromium-mac-lion/fast/css/focus-ring-outline-width-expected.png:
46924         * platform/chromium-mac-lion/fast/css/font-face-multiple-faces-expected.png:
46925         * platform/chromium-mac-lion/fast/css/outline-auto-location-expected.png:
46926         * platform/chromium-mac-lion/fast/dom/52776-expected.png:
46927         * platform/chromium-mac-lion/fast/dom/focus-contenteditable-expected.png:
46928         * platform/chromium-mac-lion/fast/events/autoscroll-expected.png:
46929         * platform/chromium-mac-lion/fast/events/context-no-deselect-expected.png:
46930         * platform/chromium-mac-lion/fast/events/reveal-link-when-focused-expected.png:
46931         * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
46932         * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
46933         * platform/chromium-mac-lion/fast/forms/input-appearance-focus-expected.png:
46934         * platform/chromium-mac-lion/fast/forms/input-appearance-selection-expected.png:
46935         * platform/chromium-mac-lion/fast/forms/input-double-click-selection-gap-bug-expected.png:
46936         * platform/chromium-mac-lion/fast/forms/input-placeholder-paint-order-expected.png:
46937         * platform/chromium-mac-lion/fast/forms/input-placeholder-visibility-1-expected.png:
46938         * platform/chromium-mac-lion/fast/forms/input-placeholder-visibility-3-expected.png:
46939         * platform/chromium-mac-lion/fast/forms/input-text-click-inside-expected.png:
46940         * platform/chromium-mac-lion/fast/forms/input-text-double-click-expected.png:
46941         * platform/chromium-mac-lion/fast/forms/input-text-drag-down-expected.png:
46942         * platform/chromium-mac-lion/fast/forms/input-text-option-delete-expected.png:
46943         * platform/chromium-mac-lion/fast/forms/input-text-scroll-left-on-blur-expected.png:
46944         * platform/chromium-mac-lion/fast/forms/input-text-self-emptying-click-expected.png:
46945         * platform/chromium-mac-lion/fast/forms/listbox-hit-test-zoomed-expected.png:
46946         * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
46947         * platform/chromium-mac-lion/fast/forms/number/number-appearance-rtl-expected.png:
46948         * platform/chromium-mac-lion/fast/forms/plaintext-mode-2-expected.png:
46949         * platform/chromium-mac-lion/fast/forms/select-listbox-multiple-no-focusring-expected.png:
46950         * platform/chromium-mac-lion/fast/forms/tabbing-input-iframe-expected.png:
46951         * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-1-expected.png:
46952         * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-2-expected.png:
46953         * platform/chromium-mac-lion/fast/forms/textarea-scrollbar-expected.png:
46954         * platform/chromium-mac-lion/fast/forms/textarea-scrolled-type-expected.png:
46955         * platform/chromium-mac-lion/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
46956         * platform/chromium-mac-lion/fast/forms/textfield-focus-ring-expected.png:
46957         * platform/chromium-mac-lion/fast/forms/textfield-outline-expected.png:
46958         * platform/chromium-mac-lion/fast/forms/textfield-overflow-expected.png:
46959         * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
46960         * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
46961         * platform/chromium-mac-lion/fast/frames/take-focus-from-iframe-expected.png:
46962         * platform/chromium-mac-lion/fast/inline/25277-2-expected.png:
46963         * platform/chromium-mac-lion/fast/inline/25277-expected.png:
46964         * platform/chromium-mac-lion/fast/inline/continuation-outlines-expected.png:
46965         * platform/chromium-mac-lion/fast/inline/continuation-outlines-with-layers-2-expected.png:
46966         * platform/chromium-mac-lion/fast/inline/inline-focus-ring-expected.png:
46967         * platform/chromium-mac-lion/fast/overflow/overflow-focus-ring-expected.png:
46968         * platform/chromium-mac-lion/fast/repaint/continuation-after-outline-expected.png:
46969         * platform/chromium-mac-lion/fast/repaint/delete-into-nested-block-expected.png:
46970         * platform/chromium-mac-lion/fast/repaint/focus-layers-expected.png:
46971         * platform/chromium-mac-lion/fast/repaint/focus-ring-expected.png: Added.
46972         * platform/chromium-mac-lion/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
46973         * platform/chromium-mac-lion/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
46974         * platform/chromium-mac-lion/fast/table/table-row-focus-ring-paint-expected.png: Added.
46975         * platform/chromium-mac-lion/fast/text/atsui-multiple-renderers-expected.png:
46976         * platform/chromium-mac-lion/fast/text/complex-synthetic-bold-space-width-expected.png:
46977         * platform/chromium-mac-lion/fast/text/delete-hard-break-character-expected.png:
46978         * platform/chromium-mac-lion/fast/text/international/rtl-caret-expected.png:
46979         * platform/chromium-mac-lion/fast/transforms/transformed-caret-expected.png:
46980         * platform/chromium-mac-lion/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
46981         * platform/chromium-mac-lion/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
46982         * platform/chromium-mac-lion/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
46983         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/visibility: Added.
46984         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
46985         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
46986         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
46987         * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-expected.png:
46988         * platform/chromium-mac-snowleopard/fast/css/focus-ring-detached-expected.png:
46989         * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-expected.png:
46990         * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
46991         * platform/chromium-mac-snowleopard/fast/css/focus-ring-outline-color-expected.png:
46992         * platform/chromium-mac-snowleopard/fast/css/focus-ring-outline-offset-expected.png:
46993         * platform/chromium-mac-snowleopard/fast/css/focus-ring-outline-width-expected.png:
46994         * platform/chromium-mac-snowleopard/fast/css/font-face-multiple-faces-expected.png:
46995         * platform/chromium-mac-snowleopard/fast/css/outline-auto-location-expected.png:
46996         * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
46997         * platform/chromium-mac-snowleopard/fast/dom/focus-contenteditable-expected.png:
46998         * platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png:
46999         * platform/chromium-mac-snowleopard/fast/events/context-no-deselect-expected.png:
47000         * platform/chromium-mac-snowleopard/fast/events/reveal-link-when-focused-expected.png:
47001         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
47002         * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
47003         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png:
47004         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png:
47005         * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
47006         * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.png:
47007         * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png:
47008         * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png:
47009         * platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.png:
47010         * platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png:
47011         * platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png:
47012         * platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.png:
47013         * platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
47014         * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png:
47015         * platform/chromium-mac-snowleopard/fast/forms/listbox-hit-test-zoomed-expected.png:
47016         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
47017         * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-rtl-expected.png:
47018         * platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png:
47019         * platform/chromium-mac-snowleopard/fast/forms/select-listbox-multiple-no-focusring-expected.png:
47020         * platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png:
47021         * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-1-expected.png:
47022         * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-2-expected.png:
47023         * platform/chromium-mac-snowleopard/fast/forms/textarea-scrollbar-expected.png:
47024         * platform/chromium-mac-snowleopard/fast/forms/textarea-scrolled-type-expected.png:
47025         * platform/chromium-mac-snowleopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
47026         * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png:
47027         * platform/chromium-mac-snowleopard/fast/forms/textfield-outline-expected.png:
47028         * platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png:
47029         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
47030         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
47031         * platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png:
47032         * platform/chromium-mac-snowleopard/fast/inline/25277-2-expected.png:
47033         * platform/chromium-mac-snowleopard/fast/inline/25277-expected.png:
47034         * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-expected.png:
47035         * platform/chromium-mac-snowleopard/fast/inline/inline-focus-ring-expected.png:
47036         * platform/chromium-mac-snowleopard/fast/overflow/overflow-focus-ring-expected.png:
47037         * platform/chromium-mac-snowleopard/fast/repaint/continuation-after-outline-expected.png:
47038         * platform/chromium-mac-snowleopard/fast/repaint/delete-into-nested-block-expected.png:
47039         * platform/chromium-mac-snowleopard/fast/repaint/focus-layers-expected.png:
47040         * platform/chromium-mac-snowleopard/fast/repaint/focus-ring-expected.png: Added.
47041         * platform/chromium-mac-snowleopard/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
47042         * platform/chromium-mac-snowleopard/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
47043         * platform/chromium-mac-snowleopard/fast/table/table-row-focus-ring-paint-expected.png: Added.
47044         * platform/chromium-mac-snowleopard/fast/text/atsui-multiple-renderers-expected.png:
47045         * platform/chromium-mac-snowleopard/fast/text/complex-synthetic-bold-space-width-expected.png:
47046         * platform/chromium-mac-snowleopard/fast/text/delete-hard-break-character-expected.png:
47047         * platform/chromium-mac-snowleopard/fast/text/international/rtl-caret-expected.png:
47048         * platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.png:
47049         * platform/chromium-mac-snowleopard/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
47050         * platform/chromium-mac-snowleopard/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
47051         * platform/chromium-mac-snowleopard/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
47052         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/visibility: Added.
47053         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
47054         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
47055         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
47056         * platform/chromium-win-xp/fast/borders/border-image-01-expected.png: Added.
47057         * platform/chromium-win-xp/fast/borders/border-image-border-radius-expected.png: Added.
47058         * platform/chromium-win-xp/fast/borders/border-image-longhand-expected.png: Added.
47059         * platform/chromium-win-xp/fast/borders/border-image-omit-right-slice-expected.png: Added.
47060         * platform/chromium-win-xp/fast/borders/border-image-repeat-expected.png: Added.
47061         * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Added.
47062         * platform/chromium-win-xp/fast/borders/border-image-slices-expected.png: Added.
47063         * platform/chromium-win-xp/fast/borders/border-image-source-expected.png: Added.
47064         * platform/chromium-win-xp/fast/images/paint-subrect-grid-expected.png: Added.
47065         * platform/chromium-win/fast/borders/border-image-01-expected.png:
47066         * platform/chromium-win/fast/borders/border-image-border-radius-expected.png:
47067         * platform/chromium-win/fast/borders/border-image-longhand-expected.png:
47068         * platform/chromium-win/fast/borders/border-image-omit-right-slice-expected.png:
47069         * platform/chromium-win/fast/borders/border-image-repeat-expected.png:
47070         * platform/chromium-win/fast/borders/border-image-scrambled-expected.png:
47071         * platform/chromium-win/fast/borders/border-image-slices-expected.png:
47072         * platform/chromium-win/fast/borders/border-image-source-expected.png:
47073         * platform/chromium-win/fast/images/paint-subrect-grid-expected.png:
47074         * platform/chromium/TestExpectations:
47075
47076 2013-01-11  Stephen Chenney  <schenney@chromium.org>
47077
47078         [Chromium] Mac editing test rebaseline
47079
47080         Unreviewed expectations update.
47081
47082         For whatever reason Mac 10.6 and 10.7 use Skia for drawing edit boxes.
47083         They all needed rebaselining.
47084
47085         * platform/chromium-mac-lion/editing/deleting/delete-tab-004-expected.png:
47086         * platform/chromium-mac-lion/editing/deleting/delete-to-select-table-expected.png:
47087         * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-001-expected.png:
47088         * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-002-expected.png:
47089         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-001-expected.png:
47090         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-002-expected.png:
47091         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-003-expected.png:
47092         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-004-expected.png:
47093         * platform/chromium-mac-lion/editing/deleting/list-item-1-expected.png:
47094         * platform/chromium-mac-lion/editing/deleting/merge-different-styles-expected.png:
47095         * platform/chromium-mac-lion/editing/deleting/merge-endOfParagraph-expected.png:
47096         * platform/chromium-mac-lion/editing/deleting/merge-no-br-expected.png:
47097         * platform/chromium-mac-lion/editing/deleting/merge-unrendered-space-expected.png:
47098         * platform/chromium-mac-lion/editing/deleting/merge-whitespace-pre-expected.png:
47099         * platform/chromium-mac-lion/editing/deleting/non-smart-delete-expected.png:
47100         * platform/chromium-mac-lion/editing/deleting/pruning-after-merge-2-expected.png:
47101         * platform/chromium-mac-lion/editing/deleting/smart-delete-001-expected.png:
47102         * platform/chromium-mac-lion/editing/deleting/smart-delete-002-expected.png:
47103         * platform/chromium-mac-lion/editing/deleting/smart-delete-003-expected.png:
47104         * platform/chromium-mac-lion/editing/deleting/smart-delete-004-expected.png:
47105         * platform/chromium-mac-lion/editing/deleting/table-cells-expected.png:
47106         * platform/chromium-mac-lion/editing/deleting/type-delete-after-quote-expected.png:
47107         * platform/chromium-mac-lion/editing/execCommand/4580583-1-expected.png:
47108         * platform/chromium-mac-lion/editing/execCommand/4580583-2-expected.png:
47109         * platform/chromium-mac-lion/editing/execCommand/4641880-1-expected.png:
47110         * platform/chromium-mac-lion/editing/execCommand/4641880-2-expected.png:
47111         * platform/chromium-mac-lion/editing/execCommand/4747450-expected.png:
47112         * platform/chromium-mac-lion/editing/execCommand/4916402-expected.png:
47113         * platform/chromium-mac-lion/editing/execCommand/4916541-expected.png:
47114         * platform/chromium-mac-lion/editing/execCommand/4924441-expected.png:
47115         * platform/chromium-mac-lion/editing/execCommand/5080333-1-expected.png:
47116         * platform/chromium-mac-lion/editing/execCommand/5080333-2-expected.png:
47117         * platform/chromium-mac-lion/editing/execCommand/5136770-expected.png:
47118         * platform/chromium-mac-lion/editing/execCommand/5138441-expected.png:
47119         * platform/chromium-mac-lion/editing/execCommand/5142012-1-expected.png:
47120         * platform/chromium-mac-lion/editing/execCommand/5481523-expected.png:
47121         * platform/chromium-mac-lion/editing/execCommand/5569741-expected.png:
47122         * platform/chromium-mac-lion/editing/execCommand/create-list-with-hr-expected.png:
47123         * platform/chromium-mac-lion/editing/execCommand/format-block-with-trailing-br-expected.png:
47124         * platform/chromium-mac-lion/editing/execCommand/indent-empty-root-expected.png:
47125         * platform/chromium-mac-lion/editing/execCommand/indent-list-item-expected.png:
47126         * platform/chromium-mac-lion/editing/execCommand/indent-selection-expected.png:
47127         * platform/chromium-mac-lion/editing/execCommand/insert-list-and-stitch-expected.png:
47128         * platform/chromium-mac-lion/editing/execCommand/insertHorizontalRule-expected.png:
47129         * platform/chromium-mac-lion/editing/execCommand/insertImage-expected.png:
47130         * platform/chromium-mac-lion/editing/execCommand/nsresponder-indent-expected.png:
47131         * platform/chromium-mac-lion/editing/execCommand/nsresponder-outdent-expected.png:
47132         * platform/chromium-mac-lion/editing/execCommand/print-expected.png:
47133         * platform/chromium-mac-lion/editing/execCommand/remove-list-from-range-selection-expected.png:
47134         * platform/chromium-mac-lion/editing/execCommand/remove-list-item-1-expected.png:
47135         * platform/chromium-mac-lion/editing/execCommand/selectAll-expected.png:
47136         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
47137         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
47138         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
47139         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
47140         * platform/chromium-mac-lion/editing/inserting/12882-expected.png:
47141         * platform/chromium-mac-lion/editing/inserting/4278698-expected.png:
47142         * platform/chromium-mac-lion/editing/inserting/4840662-expected.png:
47143         * platform/chromium-mac-lion/editing/inserting/4875189-1-expected.png:
47144         * platform/chromium-mac-lion/editing/inserting/4875189-2-expected.png:
47145         * platform/chromium-mac-lion/editing/inserting/4959067-expected.png:
47146         * platform/chromium-mac-lion/editing/inserting/4960120-1-expected.png:
47147         * platform/chromium-mac-lion/editing/inserting/4960120-2-expected.png:
47148         * platform/chromium-mac-lion/editing/inserting/5002441-expected.png:
47149         * platform/chromium-mac-lion/editing/inserting/5058163-1-expected.png:
47150         * platform/chromium-mac-lion/editing/inserting/5058163-2-expected.png:
47151         * platform/chromium-mac-lion/editing/inserting/5156401-2-expected.png:
47152         * platform/chromium-mac-lion/editing/inserting/5418891-expected.png:
47153         * platform/chromium-mac-lion/editing/inserting/5510537-expected.png:
47154         * platform/chromium-mac-lion/editing/inserting/5549929-2-expected.png:
47155         * platform/chromium-mac-lion/editing/inserting/5549929-3-expected.png:
47156         * platform/chromium-mac-lion/editing/inserting/6703873-expected.png:
47157         * platform/chromium-mac-lion/editing/inserting/before-after-input-element-expected.png:
47158         * platform/chromium-mac-lion/editing/inserting/break-blockquote-after-delete-expected.png:
47159         * platform/chromium-mac-lion/editing/inserting/editable-inline-element-expected.png:
47160         * platform/chromium-mac-lion/editing/inserting/edited-whitespace-1-expected.png:
47161         * platform/chromium-mac-lion/editing/inserting/editing-empty-divs-expected.png:
47162         * platform/chromium-mac-lion/editing/inserting/insert-3775316-fix-expected.png:
47163         * platform/chromium-mac-lion/editing/inserting/insert-3778059-fix-expected.png:
47164         * platform/chromium-mac-lion/editing/inserting/insert-3800346-fix-expected.png:
47165         * platform/chromium-mac-lion/editing/inserting/insert-after-delete-001-expected.png:
47166         * platform/chromium-mac-lion/editing/inserting/insert-at-end-01-expected.png:
47167         * platform/chromium-mac-lion/editing/inserting/insert-at-end-02-expected.png:
47168         * platform/chromium-mac-lion/editing/inserting/insert-br-001-expected.png:
47169         * platform/chromium-mac-lion/editing/inserting/insert-br-002-expected.png:
47170         * platform/chromium-mac-lion/editing/inserting/insert-br-003-expected.png:
47171         * platform/chromium-mac-lion/editing/inserting/insert-br-004-expected.png:
47172         * platform/chromium-mac-lion/editing/inserting/insert-br-005-expected.png:
47173         * platform/chromium-mac-lion/editing/inserting/insert-br-006-expected.png:
47174         * platform/chromium-mac-lion/editing/inserting/insert-br-007-expected.png:
47175         * platform/chromium-mac-lion/editing/inserting/insert-br-008-expected.png:
47176         * platform/chromium-mac-lion/editing/inserting/insert-br-009-expected.png:
47177         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-001-expected.png:
47178         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-002-expected.png:
47179         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-003-expected.png:
47180         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-001-expected.png:
47181         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-002-expected.png:
47182         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-003-expected.png:
47183         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-004-expected.png:
47184         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-005-expected.png:
47185         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-006-expected.png:
47186         * platform/chromium-mac-lion/editing/inserting/insert-div-025-expected.png:
47187         * platform/chromium-mac-lion/editing/inserting/insert-div-026-expected.png:
47188         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-01-expected.png:
47189         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-02-expected.png:
47190         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-03-expected.png:
47191         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-04-expected.png:
47192         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-05-expected.png:
47193         * platform/chromium-mac-lion/editing/inserting/insert-space-in-empty-doc-expected.png:
47194         * platform/chromium-mac-lion/editing/inserting/insert-tab-001-expected.png:
47195         * platform/chromium-mac-lion/editing/inserting/insert-tab-002-expected.png:
47196         * platform/chromium-mac-lion/editing/inserting/insert-tab-003-expected.png:
47197         * platform/chromium-mac-lion/editing/inserting/insert-tab-004-expected.png:
47198         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-001-expected.png:
47199         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-002-expected.png:
47200         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-003-expected.png:
47201         * platform/chromium-mac-lion/editing/inserting/insert-text-with-newlines-expected.png:
47202         * platform/chromium-mac-lion/editing/inserting/line-break-expected.png:
47203         * platform/chromium-mac-lion/editing/inserting/multiple-lines-selected-expected.png:
47204         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-01-expected.png:
47205         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-02-expected.png:
47206         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-03-expected.png:
47207         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-1-expected.png:
47208         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-2-expected.png:
47209         * platform/chromium-mac-lion/editing/inserting/redo-expected.png:
47210         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-001-expected.png:
47211         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-002-expected.png:
47212         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-003-expected.png:
47213         * platform/chromium-mac-lion/editing/inserting/typing-001-expected.png:
47214         * platform/chromium-mac-lion/editing/inserting/typing-002-expected.png:
47215         * platform/chromium-mac-lion/editing/inserting/typing-003-expected.png:
47216         * platform/chromium-mac-lion/editing/inserting/typing-around-br-001-expected.png:
47217         * platform/chromium-mac-lion/editing/inserting/typing-around-image-001-expected.png:
47218         * platform/chromium-mac-lion/editing/pasteboard/3976872-expected.png:
47219         * platform/chromium-mac-lion/editing/pasteboard/4076267-2-expected.png:
47220         * platform/chromium-mac-lion/editing/pasteboard/4076267-3-expected.png:
47221         * platform/chromium-mac-lion/editing/pasteboard/4076267-expected.png:
47222         * platform/chromium-mac-lion/editing/pasteboard/4242293-expected.png:
47223         * platform/chromium-mac-lion/editing/pasteboard/4631972-expected.png:
47224         * platform/chromium-mac-lion/editing/pasteboard/4806874-expected.png:
47225         * platform/chromium-mac-lion/editing/pasteboard/4947130-expected.png:
47226         * platform/chromium-mac-lion/editing/pasteboard/5006779-expected.png:
47227         * platform/chromium-mac-lion/editing/pasteboard/5032095-expected.png:
47228         * platform/chromium-mac-lion/editing/pasteboard/5071074-2-expected.png:
47229         * platform/chromium-mac-lion/editing/pasteboard/5071074-expected.png:
47230         * platform/chromium-mac-lion/editing/pasteboard/5075944-expected.png:
47231         * platform/chromium-mac-lion/editing/pasteboard/5134759-expected.png:
47232         * platform/chromium-mac-lion/editing/pasteboard/5156401-1-expected.png:
47233         * platform/chromium-mac-lion/editing/pasteboard/5247341-expected.png:
47234         * platform/chromium-mac-lion/editing/pasteboard/5387578-expected.png:
47235         * platform/chromium-mac-lion/editing/pasteboard/5478250-expected.png:
47236         * platform/chromium-mac-lion/editing/pasteboard/5601583-1-expected.png:
47237         * platform/chromium-mac-lion/editing/pasteboard/8145-1-expected.png:
47238         * platform/chromium-mac-lion/editing/pasteboard/8145-2-expected.png:
47239         * platform/chromium-mac-lion/editing/pasteboard/8145-3-expected.png:
47240         * platform/chromium-mac-lion/editing/pasteboard/bad-placeholder-expected.png:
47241         * platform/chromium-mac-lion/editing/pasteboard/copy-standalone-image-expected.png:
47242         * platform/chromium-mac-lion/editing/pasteboard/cut-text-001-expected.png:
47243         * platform/chromium-mac-lion/editing/pasteboard/displaced-generic-placeholder-expected.png:
47244         * platform/chromium-mac-lion/editing/pasteboard/displaced-placeholder-expected.png:
47245         * platform/chromium-mac-lion/editing/pasteboard/drag-drop-modifies-page-expected.png:
47246         * platform/chromium-mac-lion/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
47247         * platform/chromium-mac-lion/editing/pasteboard/drop-text-without-selection-expected.png:
47248         * platform/chromium-mac-lion/editing/pasteboard/input-field-1-expected.png:
47249         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-1-expected.png:
47250         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-2-expected.png:
47251         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-expected.png:
47252         * platform/chromium-mac-lion/editing/pasteboard/merge-end-blockquote-expected.png:
47253         * platform/chromium-mac-lion/editing/pasteboard/merge-end-borders-expected.png:
47254         * platform/chromium-mac-lion/editing/pasteboard/merge-start-blockquote-expected.png:
47255         * platform/chromium-mac-lion/editing/pasteboard/merge-start-list-expected.png:
47256         * platform/chromium-mac-lion/editing/pasteboard/paste-4035648-fix-expected.png:
47257         * platform/chromium-mac-lion/editing/pasteboard/paste-4038267-fix-expected.png:
47258         * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
47259         * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
47260         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-001-expected.png:
47261         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-002-expected.png:
47262         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-003-expected.png:
47263         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-004-expected.png:
47264         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-005-expected.png:
47265         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-006-expected.png:
47266         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-007-expected.png:
47267         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-008-expected.png:
47268         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-009-expected.png:
47269         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-010-expected.png:
47270         * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-001-expected.png:
47271         * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-002-expected.png:
47272         * platform/chromium-mac-lion/editing/pasteboard/paste-text-019-expected.png:
47273         * platform/chromium-mac-lion/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
47274         * platform/chromium-mac-lion/editing/pasteboard/pasting-object-expected.png:
47275         * platform/chromium-mac-lion/editing/pasteboard/pasting-tabs-expected.png:
47276         * platform/chromium-mac-lion/editing/pasteboard/quirks-mode-br-1-expected.png:
47277         * platform/chromium-mac-lion/editing/pasteboard/smart-drag-drop-expected.png:
47278         * platform/chromium-mac-lion/editing/pasteboard/smart-paste-007-expected.png:
47279         * platform/chromium-mac-lion/editing/pasteboard/smart-paste-008-expected.png:
47280         * platform/chromium-mac-lion/editing/pasteboard/styled-element-markup-expected.png:
47281         * platform/chromium-mac-lion/editing/pasteboard/undoable-fragment-removes-expected.png:
47282         * platform/chromium-mac-lion/editing/pasteboard/unrendered-br-expected.png:
47283         * platform/chromium-mac-lion/editing/selection/13804-expected.png:
47284         * platform/chromium-mac-lion/editing/selection/4818145-expected.png:
47285         * platform/chromium-mac-lion/editing/selection/4866671-expected.png:
47286         * platform/chromium-mac-lion/editing/selection/4889598-expected.png:
47287         * platform/chromium-mac-lion/editing/selection/4895428-2-expected.png:
47288         * platform/chromium-mac-lion/editing/selection/4895428-3-expected.png:
47289         * platform/chromium-mac-lion/editing/selection/4932260-1-expected.png:
47290         * platform/chromium-mac-lion/editing/selection/4932260-2-expected.png:
47291         * platform/chromium-mac-lion/editing/selection/4932260-3-expected.png:
47292         * platform/chromium-mac-lion/editing/selection/4947387-expected.png:
47293         * platform/chromium-mac-lion/editing/selection/5007143-2-expected.png:
47294         * platform/chromium-mac-lion/editing/selection/5007143-expected.png:
47295         * platform/chromium-mac-lion/editing/selection/5057506-2-expected.png:
47296         * platform/chromium-mac-lion/editing/selection/5057506-expected.png:
47297         * platform/chromium-mac-lion/editing/selection/5076323-1-expected.png:
47298         * platform/chromium-mac-lion/editing/selection/5076323-2-expected.png:
47299         * platform/chromium-mac-lion/editing/selection/5076323-3-expected.png:
47300         * platform/chromium-mac-lion/editing/selection/5099303-expected.png:
47301         * platform/chromium-mac-lion/editing/selection/5131716-1-expected.png:
47302         * platform/chromium-mac-lion/editing/selection/5131716-2-expected.png:
47303         * platform/chromium-mac-lion/editing/selection/5131716-3-expected.png:
47304         * platform/chromium-mac-lion/editing/selection/5131716-4-expected.png:
47305         * platform/chromium-mac-lion/editing/selection/5195166-2-expected.png:
47306         * platform/chromium-mac-lion/editing/selection/5234383-1-expected.png:
47307         * platform/chromium-mac-lion/editing/selection/5234383-2-expected.png:
47308         * platform/chromium-mac-lion/editing/selection/6476-expected.png:
47309         * platform/chromium-mac-lion/editing/selection/after-line-wrap-expected.png:
47310         * platform/chromium-mac-lion/editing/selection/caret-ltr-2-expected.png:
47311         * platform/chromium-mac-lion/editing/selection/caret-ltr-2-left-expected.png:
47312         * platform/chromium-mac-lion/editing/selection/caret-ltr-expected.png:
47313         * platform/chromium-mac-lion/editing/selection/caret-ltr-right-expected.png:
47314         * platform/chromium-mac-lion/editing/selection/caret-rtl-2-expected.png:
47315         * platform/chromium-mac-lion/editing/selection/caret-rtl-2-left-expected.png:
47316         * platform/chromium-mac-lion/editing/selection/caret-rtl-expected.png:
47317         * platform/chromium-mac-lion/editing/selection/caret-rtl-right-expected.png:
47318         * platform/chromium-mac-lion/editing/selection/click-start-of-line-expected.png:
47319         * platform/chromium-mac-lion/editing/selection/contains-boundaries-expected.png:
47320         * platform/chromium-mac-lion/editing/selection/contenteditable-click-inside-expected.png:
47321         * platform/chromium-mac-lion/editing/selection/drag-select-1-expected.png:
47322         * platform/chromium-mac-lion/editing/selection/editable-non-editable-crash-expected.png:
47323         * platform/chromium-mac-lion/editing/selection/end-of-document-expected.png:
47324         * platform/chromium-mac-lion/editing/selection/expanding-selections-expected.png:
47325         * platform/chromium-mac-lion/editing/selection/expanding-selections2-expected.png:
47326         * platform/chromium-mac-lion/editing/selection/extend-by-character-001-expected.png:
47327         * platform/chromium-mac-lion/editing/selection/extend-by-character-002-expected.png:
47328         * platform/chromium-mac-lion/editing/selection/extend-by-character-003-expected.png:
47329         * platform/chromium-mac-lion/editing/selection/extend-by-character-004-expected.png:
47330         * platform/chromium-mac-lion/editing/selection/extend-by-character-005-expected.png:
47331         * platform/chromium-mac-lion/editing/selection/extend-by-character-006-expected.png:
47332         * platform/chromium-mac-lion/editing/selection/extend-by-sentence-001-expected.png:
47333         * platform/chromium-mac-lion/editing/selection/extend-by-word-001-expected.png:
47334         * platform/chromium-mac-lion/editing/selection/extend-by-word-002-expected.png:
47335         * platform/chromium-mac-lion/editing/selection/extend-selection-bidi-expected.png:
47336         * platform/chromium-mac-lion/editing/selection/image-before-linebreak-expected.png:
47337         * platform/chromium-mac-lion/editing/selection/inline-table-expected.png:
47338         * platform/chromium-mac-lion/editing/selection/leave-requested-block-expected.png:
47339         * platform/chromium-mac-lion/editing/selection/mixed-editability-3-expected.png:
47340         * platform/chromium-mac-lion/editing/selection/mixed-editability-4-expected.png:
47341         * platform/chromium-mac-lion/editing/selection/mixed-editability-5-expected.png:
47342         * platform/chromium-mac-lion/editing/selection/mixed-editability-6-expected.png:
47343         * platform/chromium-mac-lion/editing/selection/mixed-editability-7-expected.png:
47344         * platform/chromium-mac-lion/editing/selection/mixed-editability-8-expected.png:
47345         * platform/chromium-mac-lion/editing/selection/mixed-editability-9-expected.png:
47346         * platform/chromium-mac-lion/editing/selection/move-backwords-by-word-001-expected.png:
47347         * platform/chromium-mac-lion/editing/selection/move-between-blocks-no-001-expected.png:
47348         * platform/chromium-mac-lion/editing/selection/move-by-character-001-expected.png:
47349         * platform/chromium-mac-lion/editing/selection/move-by-character-002-expected.png:
47350         * platform/chromium-mac-lion/editing/selection/move-by-character-003-expected.png:
47351         * platform/chromium-mac-lion/editing/selection/move-by-character-004-expected.png:
47352         * platform/chromium-mac-lion/editing/selection/move-by-character-005-expected.png:
47353         * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.png:
47354         * platform/chromium-mac-lion/editing/selection/move-by-line-001-expected.png:
47355         * platform/chromium-mac-lion/editing/selection/move-by-line-002-expected.png:
47356         * platform/chromium-mac-lion/editing/selection/move-by-sentence-001-expected.png:
47357         * platform/chromium-mac-lion/editing/selection/move-by-sentence-linebreak-expected.png:
47358         * platform/chromium-mac-lion/editing/selection/move-by-word-001-expected.png:
47359         * platform/chromium-mac-lion/editing/selection/move-past-trailing-space-expected.png:
47360         * platform/chromium-mac-lion/editing/selection/previous-line-position-expected.png:
47361         * platform/chromium-mac-lion/editing/selection/replace-selection-1-expected.png:
47362         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-1-expected.png:
47363         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-2-expected.png:
47364         * platform/chromium-mac-lion/editing/selection/select-all-001-expected.png:
47365         * platform/chromium-mac-lion/editing/selection/select-all-002-expected.png:
47366         * platform/chromium-mac-lion/editing/selection/select-from-textfield-outwards-expected.png:
47367         * platform/chromium-mac-lion/editing/selection/select-missing-image-expected.png:
47368         * platform/chromium-mac-lion/editing/selection/selection-3748164-fix-expected.png:
47369         * platform/chromium-mac-lion/editing/selection/table-caret-1-expected.png:
47370         * platform/chromium-mac-lion/editing/selection/table-caret-2-expected.png:
47371         * platform/chromium-mac-lion/editing/selection/table-caret-3-expected.png:
47372         * platform/chromium-mac-lion/editing/selection/triple-click-in-pre-expected.png:
47373         * platform/chromium-mac-lion/editing/selection/unrendered-001-expected.png:
47374         * platform/chromium-mac-lion/editing/selection/unrendered-002-expected.png:
47375         * platform/chromium-mac-lion/editing/selection/unrendered-003-expected.png:
47376         * platform/chromium-mac-lion/editing/selection/unrendered-004-expected.png:
47377         * platform/chromium-mac-lion/editing/selection/unrendered-005-expected.png:
47378         * platform/chromium-mac-lion/editing/selection/unrendered-space-expected.png:
47379         * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-1-expected.png:
47380         * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-2-expected.png:
47381         * platform/chromium-mac-lion/editing/spelling/grammar-markers-expected.png:
47382         * platform/chromium-mac-lion/editing/spelling/spelling-expected.png:
47383         * platform/chromium-mac-lion/editing/style/4916887-expected.png:
47384         * platform/chromium-mac-lion/editing/style/5017613-1-expected.png:
47385         * platform/chromium-mac-lion/editing/style/5017613-2-expected.png:
47386         * platform/chromium-mac-lion/editing/style/5046875-1-expected.png:
47387         * platform/chromium-mac-lion/editing/style/5046875-2-expected.png:
47388         * platform/chromium-mac-lion/editing/style/5065910-expected.png:
47389         * platform/chromium-mac-lion/editing/style/5084241-expected.png:
47390         * platform/chromium-mac-lion/editing/style/5228141-expected.png:
47391         * platform/chromium-mac-lion/editing/style/5279521-expected.png:
47392         * platform/chromium-mac-lion/editing/style/block-styles-007-expected.png:
47393         * platform/chromium-mac-lion/editing/style/highlight-expected.png:
47394         * platform/chromium-mac-lion/editing/style/smoosh-styles-001-expected.png:
47395         * platform/chromium-mac-lion/editing/style/smoosh-styles-003-expected.png:
47396         * platform/chromium-mac-lion/editing/style/style-3681552-fix-001-expected.png:
47397         * platform/chromium-mac-lion/editing/style/style-3681552-fix-002-expected.png:
47398         * platform/chromium-mac-lion/editing/style/style-3998892-fix-expected.png:
47399         * platform/chromium-mac-lion/editing/style/style-boundary-001-expected.png:
47400         * platform/chromium-mac-lion/editing/style/style-boundary-002-expected.png:
47401         * platform/chromium-mac-lion/editing/style/style-boundary-003-expected.png:
47402         * platform/chromium-mac-lion/editing/style/style-boundary-004-expected.png:
47403         * platform/chromium-mac-lion/editing/style/style-boundary-005-expected.png:
47404         * platform/chromium-mac-lion/editing/style/typing-style-001-expected.png:
47405         * platform/chromium-mac-lion/editing/style/typing-style-002-expected.png:
47406         * platform/chromium-mac-lion/editing/style/unbold-in-bold-expected.png:
47407         * platform/chromium-mac-lion/editing/undo/4063751-expected.png:
47408         * platform/chromium-mac-lion/editing/undo/5378473-expected.png: Added.
47409         * platform/chromium-mac-lion/editing/undo/redo-typing-001-expected.png:
47410         * platform/chromium-mac-lion/editing/undo/undo-combined-delete-boundary-expected.png:
47411         * platform/chromium-mac-lion/editing/undo/undo-combined-delete-expected.png:
47412         * platform/chromium-mac-lion/editing/undo/undo-delete-boundary-expected.png:
47413         * platform/chromium-mac-lion/editing/undo/undo-delete-expected.png:
47414         * platform/chromium-mac-lion/editing/undo/undo-forward-delete-boundary-expected.png:
47415         * platform/chromium-mac-lion/editing/undo/undo-forward-delete-expected.png:
47416         * platform/chromium-mac-lion/editing/undo/undo-misspellings-expected.png: Added.
47417         * platform/chromium-mac-lion/editing/undo/undo-typing-001-expected.png:
47418         * platform/chromium-mac-lion/editing/unsupported-content/list-delete-001-expected.png:
47419         * platform/chromium-mac-lion/editing/unsupported-content/list-delete-003-expected.png:
47420         * platform/chromium-mac-lion/editing/unsupported-content/list-type-after-expected.png:
47421         * platform/chromium-mac-lion/editing/unsupported-content/list-type-before-expected.png:
47422         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-001-expected.png:
47423         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-002-expected.png:
47424         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-003-expected.png:
47425         * platform/chromium-mac-lion/editing/unsupported-content/table-type-after-expected.png:
47426         * platform/chromium-mac-lion/editing/unsupported-content/table-type-before-expected.png:
47427         * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-004-expected.png: Added.
47428         * platform/chromium-mac-snowleopard/editing/deleting/delete-to-select-table-expected.png:
47429         * platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-001-expected.png: Added.
47430         * platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-002-expected.png: Added.
47431         * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-001-expected.png: Added.
47432         * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-002-expected.png:
47433         * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-003-expected.png: Added.
47434         * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-004-expected.png: Added.
47435         * platform/chromium-mac-snowleopard/editing/deleting/list-item-1-expected.png:
47436         * platform/chromium-mac-snowleopard/editing/deleting/merge-different-styles-expected.png:
47437         * platform/chromium-mac-snowleopard/editing/deleting/merge-endOfParagraph-expected.png:
47438         * platform/chromium-mac-snowleopard/editing/deleting/merge-no-br-expected.png:
47439         * platform/chromium-mac-snowleopard/editing/deleting/merge-unrendered-space-expected.png:
47440         * platform/chromium-mac-snowleopard/editing/deleting/merge-whitespace-pre-expected.png:
47441         * platform/chromium-mac-snowleopard/editing/deleting/non-smart-delete-expected.png: Added.
47442         * platform/chromium-mac-snowleopard/editing/deleting/pruning-after-merge-2-expected.png:
47443         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-001-expected.png: Added.
47444         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-002-expected.png: Added.
47445         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-003-expected.png:
47446         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-004-expected.png:
47447         * platform/chromium-mac-snowleopard/editing/deleting/table-cells-expected.png:
47448         * platform/chromium-mac-snowleopard/editing/deleting/type-delete-after-quote-expected.png:
47449         * platform/chromium-mac-snowleopard/editing/execCommand/4580583-1-expected.png:
47450         * platform/chromium-mac-snowleopard/editing/execCommand/4580583-2-expected.png:
47451         * platform/chromium-mac-snowleopard/editing/execCommand/4641880-1-expected.png:
47452         * platform/chromium-mac-snowleopard/editing/execCommand/4641880-2-expected.png:
47453         * platform/chromium-mac-snowleopard/editing/execCommand/4747450-expected.png:
47454         * platform/chromium-mac-snowleopard/editing/execCommand/4916402-expected.png:
47455         * platform/chromium-mac-snowleopard/editing/execCommand/4916541-expected.png:
47456         * platform/chromium-mac-snowleopard/editing/execCommand/4924441-expected.png:
47457         * platform/chromium-mac-snowleopard/editing/execCommand/5080333-1-expected.png:
47458         * platform/chromium-mac-snowleopard/editing/execCommand/5080333-2-expected.png:
47459         * platform/chromium-mac-snowleopard/editing/execCommand/5136770-expected.png:
47460         * platform/chromium-mac-snowleopard/editing/execCommand/5138441-expected.png:
47461         * platform/chromium-mac-snowleopard/editing/execCommand/5142012-1-expected.png:
47462         * platform/chromium-mac-snowleopard/editing/execCommand/5481523-expected.png:
47463         * platform/chromium-mac-snowleopard/editing/execCommand/5569741-expected.png:
47464         * platform/chromium-mac-snowleopard/editing/execCommand/create-list-with-hr-expected.png:
47465         * platform/chromium-mac-snowleopard/editing/execCommand/format-block-with-trailing-br-expected.png:
47466         * platform/chromium-mac-snowleopard/editing/execCommand/indent-empty-root-expected.png:
47467         * platform/chromium-mac-snowleopard/editing/execCommand/indent-list-item-expected.png:
47468         * platform/chromium-mac-snowleopard/editing/execCommand/indent-selection-expected.png:
47469         * platform/chromium-mac-snowleopard/editing/execCommand/insert-list-and-stitch-expected.png:
47470         * platform/chromium-mac-snowleopard/editing/execCommand/insertHorizontalRule-expected.png:
47471         * platform/chromium-mac-snowleopard/editing/execCommand/insertImage-expected.png:
47472         * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-indent-expected.png:
47473         * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-outdent-expected.png:
47474         * platform/chromium-mac-snowleopard/editing/execCommand/print-expected.png: Added.
47475         * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-from-range-selection-expected.png:
47476         * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-item-1-expected.png:
47477         * platform/chromium-mac-snowleopard/editing/execCommand/selectAll-expected.png: Added.
47478         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
47479         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
47480         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
47481         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
47482         * platform/chromium-mac-snowleopard/editing/inserting/12882-expected.png:
47483         * platform/chromium-mac-snowleopard/editing/inserting/4278698-expected.png:
47484         * platform/chromium-mac-snowleopard/editing/inserting/4840662-expected.png:
47485         * platform/chromium-mac-snowleopard/editing/inserting/4875189-1-expected.png:
47486         * platform/chromium-mac-snowleopard/editing/inserting/4875189-2-expected.png:
47487         * platform/chromium-mac-snowleopard/editing/inserting/4959067-expected.png:
47488         * platform/chromium-mac-snowleopard/editing/inserting/4960120-1-expected.png:
47489         * platform/chromium-mac-snowleopard/editing/inserting/4960120-2-expected.png:
47490         * platform/chromium-mac-snowleopard/editing/inserting/5002441-expected.png:
47491         * platform/chromium-mac-snowleopard/editing/inserting/5058163-1-expected.png:
47492         * platform/chromium-mac-snowleopard/editing/inserting/5058163-2-expected.png:
47493         * platform/chromium-mac-snowleopard/editing/inserting/5156401-2-expected.png:
47494         * platform/chromium-mac-snowleopard/editing/inserting/5418891-expected.png:
47495         * platform/chromium-mac-snowleopard/editing/inserting/5510537-expected.png:
47496         * platform/chromium-mac-snowleopard/editing/inserting/5549929-2-expected.png:
47497         * platform/chromium-mac-snowleopard/editing/inserting/5549929-3-expected.png:
47498         * platform/chromium-mac-snowleopard/editing/inserting/6703873-expected.png:
47499         * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png:
47500         * platform/chromium-mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.png:
47501         * platform/chromium-mac-snowleopard/editing/inserting/editable-inline-element-expected.png:
47502         * platform/chromium-mac-snowleopard/editing/inserting/edited-whitespace-1-expected.png:
47503         * platform/chromium-mac-snowleopard/editing/inserting/editing-empty-divs-expected.png:
47504         * platform/chromium-mac-snowleopard/editing/inserting/insert-3775316-fix-expected.png: Added.
47505         * platform/chromium-mac-snowleopard/editing/inserting/insert-3778059-fix-expected.png: Added.
47506         * platform/chromium-mac-snowleopard/editing/inserting/insert-3800346-fix-expected.png: Added.
47507         * platform/chromium-mac-snowleopard/editing/inserting/insert-after-delete-001-expected.png: Added.
47508         * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-01-expected.png:
47509         * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-02-expected.png:
47510         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-001-expected.png: Added.
47511         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-002-expected.png: Added.
47512         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-003-expected.png: Added.
47513         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-004-expected.png: Added.
47514         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-005-expected.png: Added.
47515         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-006-expected.png: Added.
47516         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-007-expected.png: Added.
47517         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-008-expected.png: Added.
47518         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-009-expected.png:
47519         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-at-tabspan-001-expected.png: Added.
47520         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-at-tabspan-002-expected.png: Added.
47521         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-at-tabspan-003-expected.png: Added.
47522         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-001-expected.png:
47523         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-002-expected.png:
47524         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-003-expected.png:
47525         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-004-expected.png:
47526         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-005-expected.png:
47527         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-006-expected.png:
47528         * platform/chromium-mac-snowleopard/editing/inserting/insert-div-025-expected.png: Added.
47529         * platform/chromium-mac-snowleopard/editing/inserting/insert-div-026-expected.png: Added.
47530         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-01-expected.png:
47531         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-02-expected.png:
47532         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-03-expected.png:
47533         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-04-expected.png:
47534         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-05-expected.png:
47535         * platform/chromium-mac-snowleopard/editing/inserting/insert-space-in-empty-doc-expected.png: Added.
47536         * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-001-expected.png: Added.
47537         * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-002-expected.png: Added.
47538         * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-003-expected.png: Added.
47539         * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-004-expected.png: Added.
47540         * platform/chromium-mac-snowleopard/editing/inserting/insert-text-at-tabspan-001-expected.png: Added.
47541         * platform/chromium-mac-snowleopard/editing/inserting/insert-text-at-tabspan-002-expected.png: Added.
47542         * platform/chromium-mac-snowleopard/editing/inserting/insert-text-at-tabspan-003-expected.png: Added.
47543         * platform/chromium-mac-snowleopard/editing/inserting/insert-text-with-newlines-expected.png: Added.
47544         * platform/chromium-mac-snowleopard/editing/inserting/line-break-expected.png:
47545         * platform/chromium-mac-snowleopard/editing/inserting/multiple-lines-selected-expected.png:
47546         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-01-expected.png:
47547         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-02-expected.png:
47548         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-03-expected.png:
47549         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-1-expected.png:
47550         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-2-expected.png:
47551         * platform/chromium-mac-snowleopard/editing/inserting/redo-expected.png:
47552         * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-001-expected.png: Added.
47553         * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-002-expected.png: Added.
47554         * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-003-expected.png: Added.
47555         * platform/chromium-mac-snowleopard/editing/inserting/typing-001-expected.png: Added.
47556         * platform/chromium-mac-snowleopard/editing/inserting/typing-002-expected.png: Added.
47557         * platform/chromium-mac-snowleopard/editing/inserting/typing-003-expected.png: Added.
47558         * platform/chromium-mac-snowleopard/editing/inserting/typing-around-br-001-expected.png: Added.
47559         * platform/chromium-mac-snowleopard/editing/inserting/typing-around-image-001-expected.png: Added.
47560         * platform/chromium-mac-snowleopard/editing/pasteboard/3976872-expected.png:
47561         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-2-expected.png:
47562         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-3-expected.png:
47563         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-expected.png:
47564         * platform/chromium-mac-snowleopard/editing/pasteboard/4242293-expected.png:
47565         * platform/chromium-mac-snowleopard/editing/pasteboard/4631972-expected.png:
47566         * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png:
47567         * platform/chromium-mac-snowleopard/editing/pasteboard/4947130-expected.png:
47568         * platform/chromium-mac-snowleopard/editing/pasteboard/5006779-expected.png:
47569         * platform/chromium-mac-snowleopard/editing/pasteboard/5032095-expected.png:
47570         * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-2-expected.png:
47571         * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-expected.png:
47572         * platform/chromium-mac-snowleopard/editing/pasteboard/5075944-expected.png:
47573         * platform/chromium-mac-snowleopard/editing/pasteboard/5134759-expected.png:
47574         * platform/chromium-mac-snowleopard/editing/pasteboard/5156401-1-expected.png:
47575         * platform/chromium-mac-snowleopard/editing/pasteboard/5247341-expected.png:
47576         * platform/chromium-mac-snowleopard/editing/pasteboard/5387578-expected.png:
47577         * platform/chromium-mac-snowleopard/editing/pasteboard/5478250-expected.png:
47578         * platform/chromium-mac-snowleopard/editing/pasteboard/5601583-1-expected.png:
47579         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-1-expected.png:
47580         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-2-expected.png:
47581         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-3-expected.png:
47582         * platform/chromium-mac-snowleopard/editing/pasteboard/bad-placeholder-expected.png:
47583         * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.png:
47584         * platform/chromium-mac-snowleopard/editing/pasteboard/cut-text-001-expected.png: Added.
47585         * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-generic-placeholder-expected.png:
47586         * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-placeholder-expected.png:
47587         * platform/chromium-mac-snowleopard/editing/pasteboard/drag-drop-modifies-page-expected.png:
47588         * platform/chromium-mac-snowleopard/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
47589         * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png:
47590         * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png:
47591         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-1-expected.png:
47592         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-2-expected.png:
47593         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-expected.png:
47594         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-blockquote-expected.png:
47595         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-borders-expected.png:
47596         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-blockquote-expected.png:
47597         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-list-expected.png:
47598         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-4035648-fix-expected.png: Added.
47599         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-4038267-fix-expected.png: Added.
47600         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
47601         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
47602         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-001-expected.png: Added.
47603         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-002-expected.png: Added.
47604         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-003-expected.png: Added.
47605         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-004-expected.png: Added.
47606         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-005-expected.png: Added.
47607         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-006-expected.png: Added.
47608         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-007-expected.png: Added.
47609         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-008-expected.png: Added.
47610         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-009-expected.png: Added.
47611         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-010-expected.png: Added.
47612         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-match-style-001-expected.png: Added.
47613         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-match-style-002-expected.png: Added.
47614         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-019-expected.png: Added.
47615         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-at-tabspan-003-expected.png: Added.
47616         * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-object-expected.png:
47617         * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.png:
47618         * platform/chromium-mac-snowleopard/editing/pasteboard/quirks-mode-br-1-expected.png:
47619         * platform/chromium-mac-snowleopard/editing/pasteboard/smart-drag-drop-expected.png:
47620         * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-007-expected.png: Added.
47621         * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-008-expected.png:
47622         * platform/chromium-mac-snowleopard/editing/pasteboard/styled-element-markup-expected.png:
47623         * platform/chromium-mac-snowleopard/editing/pasteboard/undoable-fragment-removes-expected.png:
47624         * platform/chromium-mac-snowleopard/editing/pasteboard/unrendered-br-expected.png:
47625         * platform/chromium-mac-snowleopard/editing/selection/13804-expected.png:
47626         * platform/chromium-mac-snowleopard/editing/selection/4818145-expected.png:
47627         * platform/chromium-mac-snowleopard/editing/selection/4866671-expected.png:
47628         * platform/chromium-mac-snowleopard/editing/selection/4889598-expected.png:
47629         * platform/chromium-mac-snowleopard/editing/selection/4895428-2-expected.png:
47630         * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png:
47631         * platform/chromium-mac-snowleopard/editing/selection/4932260-1-expected.png:
47632         * platform/chromium-mac-snowleopard/editing/selection/4932260-2-expected.png:
47633         * platform/chromium-mac-snowleopard/editing/selection/4932260-3-expected.png:
47634         * platform/chromium-mac-snowleopard/editing/selection/4947387-expected.png:
47635         * platform/chromium-mac-snowleopard/editing/selection/5007143-2-expected.png:
47636         * platform/chromium-mac-snowleopard/editing/selection/5007143-expected.png:
47637         * platform/chromium-mac-snowleopard/editing/selection/5057506-2-expected.png:
47638         * platform/chromium-mac-snowleopard/editing/selection/5057506-expected.png:
47639         * platform/chromium-mac-snowleopard/editing/selection/5076323-1-expected.png:
47640         * platform/chromium-mac-snowleopard/editing/selection/5076323-2-expected.png:
47641         * platform/chromium-mac-snowleopard/editing/selection/5076323-3-expected.png:
47642         * platform/chromium-mac-snowleopard/editing/selection/5099303-expected.png:
47643         * platform/chromium-mac-snowleopard/editing/selection/5131716-1-expected.png:
47644         * platform/chromium-mac-snowleopard/editing/selection/5131716-2-expected.png:
47645         * platform/chromium-mac-snowleopard/editing/selection/5131716-3-expected.png:
47646         * platform/chromium-mac-snowleopard/editing/selection/5131716-4-expected.png:
47647         * platform/chromium-mac-snowleopard/editing/selection/5195166-2-expected.png:
47648         * platform/chromium-mac-snowleopard/editing/selection/5234383-1-expected.png:
47649         * platform/chromium-mac-snowleopard/editing/selection/5234383-2-expected.png:
47650         * platform/chromium-mac-snowleopard/editing/selection/6476-expected.png:
47651         * platform/chromium-mac-snowleopard/editing/selection/after-line-wrap-expected.png:
47652         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-expected.png:
47653         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-left-expected.png:
47654         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-expected.png:
47655         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-right-expected.png:
47656         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-expected.png:
47657         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-left-expected.png:
47658         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-expected.png:
47659         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-right-expected.png:
47660         * platform/chromium-mac-snowleopard/editing/selection/click-start-of-line-expected.png:
47661         * platform/chromium-mac-snowleopard/editing/selection/contains-boundaries-expected.png:
47662         * platform/chromium-mac-snowleopard/editing/selection/contenteditable-click-inside-expected.png:
47663         * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png:
47664         * platform/chromium-mac-snowleopard/editing/selection/editable-non-editable-crash-expected.png:
47665         * platform/chromium-mac-snowleopard/editing/selection/end-of-document-expected.png:
47666         * platform/chromium-mac-snowleopard/editing/selection/expanding-selections-expected.png:
47667         * platform/chromium-mac-snowleopard/editing/selection/expanding-selections2-expected.png:
47668         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-001-expected.png: Added.
47669         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-002-expected.png: Added.
47670         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-003-expected.png: Added.
47671         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-004-expected.png: Added.
47672         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-005-expected.png: Added.
47673         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-006-expected.png: Added.
47674         * platform/chromium-mac-snowleopard/editing/selection/extend-by-sentence-001-expected.png: Added.
47675         * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-001-expected.png: Added.
47676         * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-002-expected.png:
47677         * platform/chromium-mac-snowleopard/editing/selection/extend-selection-bidi-expected.png:
47678         * platform/chromium-mac-snowleopard/editing/selection/image-before-linebreak-expected.png:
47679         * platform/chromium-mac-snowleopard/editing/selection/inline-table-expected.png:
47680         * platform/chromium-mac-snowleopard/editing/selection/leave-requested-block-expected.png:
47681         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-3-expected.png:
47682         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-4-expected.png:
47683         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-5-expected.png:
47684         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-6-expected.png:
47685         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-7-expected.png:
47686         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-8-expected.png:
47687         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-9-expected.png:
47688         * platform/chromium-mac-snowleopard/editing/selection/move-backwords-by-word-001-expected.png: Added.
47689         * platform/chromium-mac-snowleopard/editing/selection/move-between-blocks-no-001-expected.png: Added.
47690         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-001-expected.png: Added.
47691         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-002-expected.png: Added.
47692         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-003-expected.png: Added.
47693         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-004-expected.png: Added.
47694         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-005-expected.png: Added.
47695         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-6-expected.png: Added.
47696         * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png: Added.
47697         * platform/chromium-mac-snowleopard/editing/selection/move-by-line-002-expected.png: Added.
47698         * platform/chromium-mac-snowleopard/editing/selection/move-by-sentence-001-expected.png: Added.
47699         * platform/chromium-mac-snowleopard/editing/selection/move-by-sentence-linebreak-expected.png:
47700         * platform/chromium-mac-snowleopard/editing/selection/move-by-word-001-expected.png: Added.
47701         * platform/chromium-mac-snowleopard/editing/selection/move-past-trailing-space-expected.png: Added.
47702         * platform/chromium-mac-snowleopard/editing/selection/previous-line-position-expected.png:
47703         * platform/chromium-mac-snowleopard/editing/selection/replace-selection-1-expected.png:
47704         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-1-expected.png:
47705         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-2-expected.png:
47706         * platform/chromium-mac-snowleopard/editing/selection/select-all-001-expected.png:
47707         * platform/chromium-mac-snowleopard/editing/selection/select-all-002-expected.png:
47708         * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
47709         * platform/chromium-mac-snowleopard/editing/selection/select-missing-image-expected.png: Added.
47710         * platform/chromium-mac-snowleopard/editing/selection/selection-3748164-fix-expected.png: Added.
47711         * platform/chromium-mac-snowleopard/editing/selection/table-caret-1-expected.png:
47712         * platform/chromium-mac-snowleopard/editing/selection/table-caret-2-expected.png:
47713         * platform/chromium-mac-snowleopard/editing/selection/table-caret-3-expected.png:
47714         * platform/chromium-mac-snowleopard/editing/selection/triple-click-in-pre-expected.png:
47715         * platform/chromium-mac-snowleopard/editing/selection/unrendered-001-expected.png:
47716         * platform/chromium-mac-snowleopard/editing/selection/unrendered-002-expected.png:
47717         * platform/chromium-mac-snowleopard/editing/selection/unrendered-003-expected.png:
47718         * platform/chromium-mac-snowleopard/editing/selection/unrendered-004-expected.png:
47719         * platform/chromium-mac-snowleopard/editing/selection/unrendered-005-expected.png:
47720         * platform/chromium-mac-snowleopard/editing/selection/unrendered-space-expected.png:
47721         * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-1-expected.png:
47722         * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-2-expected.png:
47723         * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-expected.png:
47724         * platform/chromium-mac-snowleopard/editing/spelling/spelling-expected.png:
47725         * platform/chromium-mac-snowleopard/editing/style/4916887-expected.png:
47726         * platform/chromium-mac-snowleopard/editing/style/5017613-1-expected.png:
47727         * platform/chromium-mac-snowleopard/editing/style/5017613-2-expected.png:
47728         * platform/chromium-mac-snowleopard/editing/style/5046875-1-expected.png:
47729         * platform/chromium-mac-snowleopard/editing/style/5046875-2-expected.png:
47730         * platform/chromium-mac-snowleopard/editing/style/5065910-expected.png:
47731         * platform/chromium-mac-snowleopard/editing/style/5084241-expected.png:
47732         * platform/chromium-mac-snowleopard/editing/style/5228141-expected.png:
47733         * platform/chromium-mac-snowleopard/editing/style/5279521-expected.png:
47734         * platform/chromium-mac-snowleopard/editing/style/block-styles-007-expected.png: Added.
47735         * platform/chromium-mac-snowleopard/editing/style/highlight-expected.png:
47736         * platform/chromium-mac-snowleopard/editing/style/smoosh-styles-001-expected.png: Added.
47737         * platform/chromium-mac-snowleopard/editing/style/smoosh-styles-003-expected.png: Added.
47738         * platform/chromium-mac-snowleopard/editing/style/style-3681552-fix-001-expected.png: Added.
47739         * platform/chromium-mac-snowleopard/editing/style/style-3681552-fix-002-expected.png: Added.
47740         * platform/chromium-mac-snowleopard/editing/style/style-3998892-fix-expected.png: Added.
47741         * platform/chromium-mac-snowleopard/editing/style/style-boundary-001-expected.png: Added.
47742         * platform/chromium-mac-snowleopard/editing/style/style-boundary-002-expected.png: Added.
47743         * platform/chromium-mac-snowleopard/editing/style/style-boundary-003-expected.png: Added.
47744         * platform/chromium-mac-snowleopard/editing/style/style-boundary-004-expected.png: Added.
47745         * platform/chromium-mac-snowleopard/editing/style/style-boundary-005-expected.png:
47746         * platform/chromium-mac-snowleopard/editing/style/typing-style-001-expected.png: Added.
47747         * platform/chromium-mac-snowleopard/editing/style/typing-style-002-expected.png: Added.
47748         * platform/chromium-mac-snowleopard/editing/style/unbold-in-bold-expected.png: Added.
47749         * platform/chromium-mac-snowleopard/editing/undo/4063751-expected.png:
47750         * platform/chromium-mac-snowleopard/editing/undo/5378473-expected.png: Added.
47751         * platform/chromium-mac-snowleopard/editing/undo/redo-typing-001-expected.png: Added.
47752         * platform/chromium-mac-snowleopard/editing/undo/undo-combined-delete-boundary-expected.png: Added.
47753         * platform/chromium-mac-snowleopard/editing/undo/undo-combined-delete-expected.png: Added.
47754         * platform/chromium-mac-snowleopard/editing/undo/undo-delete-boundary-expected.png: Added.
47755         * platform/chromium-mac-snowleopard/editing/undo/undo-delete-expected.png: Added.
47756         * platform/chromium-mac-snowleopard/editing/undo/undo-forward-delete-boundary-expected.png: Added.
47757         * platform/chromium-mac-snowleopard/editing/undo/undo-forward-delete-expected.png: Added.
47758         * platform/chromium-mac-snowleopard/editing/undo/undo-misspellings-expected.png: Added.
47759         * platform/chromium-mac-snowleopard/editing/undo/undo-typing-001-expected.png: Added.
47760         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-001-expected.png:
47761         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-003-expected.png:
47762         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-after-expected.png:
47763         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-before-expected.png:
47764         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-001-expected.png:
47765         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-002-expected.png:
47766         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-003-expected.png:
47767         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-after-expected.png:
47768         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-before-expected.png:
47769         * platform/chromium/TestExpectations:
47770
47771 2013-01-11  Levi Weintraub  <leviw@chromium.org>
47772
47773         Unreviewed gardening. Marking platform/chromium/virtual/gpu/fast/hidpi/image-set-background-dynamic.html
47774         as slow on Debug builds.
47775
47776         * platform/chromium/TestExpectations:
47777
47778 2013-01-11  Stephen Chenney  <schenney@chromium.org>
47779
47780         [ Chromium ] New Mac rebaselines (some)
47781
47782         Unreviewed expectatiosn update after skia changes.
47783
47784         These are some of the Mac fixes, but mostly it addresses the issues
47785         with TestExpectations, so hopefully we'll get green builds.
47786
47787         * platform/chromium-mac-lion/editing/deleting/4922367-expected.png:
47788         * platform/chromium-mac-lion/editing/deleting/5099303-expected.png:
47789         * platform/chromium-mac-lion/editing/deleting/5126166-expected.png:
47790         * platform/chromium-mac-lion/editing/deleting/5144139-2-expected.png:
47791         * platform/chromium-mac-lion/editing/deleting/5206311-1-expected.png:
47792         * platform/chromium-mac-lion/editing/deleting/5272440-expected.png:
47793         * platform/chromium-mac-lion/editing/deleting/5369009-expected.png:
47794         * platform/chromium-mac-lion/editing/deleting/5433862-2-expected.png:
47795         * platform/chromium-mac-lion/editing/deleting/5483370-expected.png:
47796         * platform/chromium-mac-lion/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Added.
47797         * platform/chromium-mac-lion/editing/deleting/delete-3608445-fix-expected.png:
47798         * platform/chromium-mac-lion/editing/deleting/delete-3608462-fix-expected.png:
47799         * platform/chromium-mac-lion/editing/deleting/delete-4083333-fix-expected.png:
47800         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-001-expected.png:
47801         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-002-expected.png:
47802         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-003-expected.png:
47803         * platform/chromium-mac-lion/editing/deleting/delete-and-undo-expected.png:
47804         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
47805         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
47806         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
47807         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
47808         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
47809         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
47810         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
47811         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
47812         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
47813         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
47814         * platform/chromium-mac-lion/editing/deleting/delete-at-start-or-end-expected.png: Added.
47815         * platform/chromium-mac-lion/editing/deleting/delete-block-contents-001-expected.png: Added.
47816         * platform/chromium-mac-lion/editing/deleting/delete-block-contents-002-expected.png: Added.
47817         * platform/chromium-mac-lion/editing/deleting/delete-block-contents-003-expected.png:
47818         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-001-expected.png:
47819         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-002-expected.png:
47820         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-003-expected.png:
47821         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-004-expected.png:
47822         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-005-expected.png:
47823         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-006-expected.png:
47824         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-007-expected.png:
47825         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-008-expected.png:
47826         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-009-expected.png:
47827         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-010-expected.png:
47828         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-011-expected.png:
47829         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-012-expected.png:
47830         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-013-expected.png:
47831         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-014-expected.png:
47832         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-015-expected.png:
47833         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-016-expected.png:
47834         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-017-expected.png:
47835         * platform/chromium-mac-lion/editing/deleting/delete-br-001-expected.png:
47836         * platform/chromium-mac-lion/editing/deleting/delete-br-002-expected.png:
47837         * platform/chromium-mac-lion/editing/deleting/delete-br-003-expected.png:
47838         * platform/chromium-mac-lion/editing/deleting/delete-br-004-expected.png:
47839         * platform/chromium-mac-lion/editing/deleting/delete-br-005-expected.png:
47840         * platform/chromium-mac-lion/editing/deleting/delete-br-006-expected.png:
47841         * platform/chromium-mac-lion/editing/deleting/delete-br-007-expected.png:
47842         * platform/chromium-mac-lion/editing/deleting/delete-br-013-expected.png:
47843         * platform/chromium-mac-lion/editing/deleting/delete-character-001-expected.png:
47844         * platform/chromium-mac-lion/editing/deleting/delete-contiguous-ws-001-expected.png:
47845         * platform/chromium-mac-lion/editing/deleting/delete-first-list-item-expected.png:
47846         * platform/chromium-mac-lion/editing/deleting/delete-hr-expected.png:
47847         * platform/chromium-mac-lion/editing/deleting/delete-image-001-expected.png:
47848         * platform/chromium-mac-lion/editing/deleting/delete-image-002-expected.png:
47849         * platform/chromium-mac-lion/editing/deleting/delete-image-003-expected.png:
47850         * platform/chromium-mac-lion/editing/deleting/delete-image-004-expected.png: Added.
47851         * platform/chromium-mac-lion/editing/deleting/delete-leading-ws-001-expected.png:
47852         * platform/chromium-mac-lion/editing/deleting/delete-line-015-expected.png:
47853         * platform/chromium-mac-lion/editing/deleting/delete-line-016-expected.png:
47854         * platform/chromium-mac-lion/editing/deleting/delete-line-017-expected.png:
47855         * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-001-expected.png:
47856         * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-002-expected.png:
47857         * platform/chromium-mac-lion/editing/deleting/delete-listitem-001-expected.png:
47858         * platform/chromium-mac-lion/editing/deleting/delete-listitem-002-expected.png:
47859         * platform/chromium-mac-lion/editing/deleting/delete-selection-001-expected.png:
47860         * platform/chromium-mac-lion/editing/deleting/delete-tab-001-expected.png:
47861         * platform/chromium-mac-lion/editing/deleting/delete-tab-002-expected.png:
47862         * platform/chromium-mac-lion/editing/deleting/delete-tab-003-expected.png:
47863         * platform/chromium-mac-snowleopard/editing/deleting/4922367-expected.png:
47864         * platform/chromium-mac-snowleopard/editing/deleting/5099303-expected.png:
47865         * platform/chromium-mac-snowleopard/editing/deleting/5126166-expected.png:
47866         * platform/chromium-mac-snowleopard/editing/deleting/5144139-2-expected.png:
47867         * platform/chromium-mac-snowleopard/editing/deleting/5206311-1-expected.png:
47868         * platform/chromium-mac-snowleopard/editing/deleting/5272440-expected.png:
47869         * platform/chromium-mac-snowleopard/editing/deleting/5369009-expected.png:
47870         * platform/chromium-mac-snowleopard/editing/deleting/5433862-2-expected.png:
47871         * platform/chromium-mac-snowleopard/editing/deleting/5483370-expected.png:
47872         * platform/chromium-mac-snowleopard/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Added.
47873         * platform/chromium-mac-snowleopard/editing/deleting/delete-3608445-fix-expected.png: Added.
47874         * platform/chromium-mac-snowleopard/editing/deleting/delete-3608462-fix-expected.png: Added.
47875         * platform/chromium-mac-snowleopard/editing/deleting/delete-4083333-fix-expected.png: Added.
47876         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-001-expected.png:
47877         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-002-expected.png:
47878         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-003-expected.png:
47879         * platform/chromium-mac-snowleopard/editing/deleting/delete-and-undo-expected.png: Added.
47880         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: Added.
47881         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: Added.
47882         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: Added.
47883         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: Added.
47884         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: Added.
47885         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: Added.
47886         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: Added.
47887         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: Added.
47888         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: Added.
47889         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: Added.
47890         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-start-or-end-expected.png: Added.
47891         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-001-expected.png: Added.
47892         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-002-expected.png: Added.
47893         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-003-expected.png: Added.
47894         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-001-expected.png: Added.
47895         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-002-expected.png: Added.
47896         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-003-expected.png: Added.
47897         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-004-expected.png: Added.
47898         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-005-expected.png: Added.
47899         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-006-expected.png: Added.
47900         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-007-expected.png: Added.
47901         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-008-expected.png: Added.
47902         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-009-expected.png: Added.
47903         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-010-expected.png: Added.
47904         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-011-expected.png: Added.
47905         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-012-expected.png: Added.
47906         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-013-expected.png: Added.
47907         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-014-expected.png: Added.
47908         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-015-expected.png: Added.
47909         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-016-expected.png: Added.
47910         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-017-expected.png: Added.
47911         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-001-expected.png: Added.
47912         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-002-expected.png: Added.
47913         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-003-expected.png: Added.
47914         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-004-expected.png: Added.
47915         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-005-expected.png: Added.
47916         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-006-expected.png: Added.
47917         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-007-expected.png: Added.
47918         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-013-expected.png:
47919         * platform/chromium-mac-snowleopard/editing/deleting/delete-character-001-expected.png: Added.
47920         * platform/chromium-mac-snowleopard/editing/deleting/delete-contiguous-ws-001-expected.png: Added.
47921         * platform/chromium-mac-snowleopard/editing/deleting/delete-first-list-item-expected.png:
47922         * platform/chromium-mac-snowleopard/editing/deleting/delete-hr-expected.png:
47923         * platform/chromium-mac-snowleopard/editing/deleting/delete-image-001-expected.png: Added.
47924         * platform/chromium-mac-snowleopard/editing/deleting/delete-image-002-expected.png: Added.
47925         * platform/chromium-mac-snowleopard/editing/deleting/delete-image-003-expected.png: Added.
47926         * platform/chromium-mac-snowleopard/editing/deleting/delete-image-004-expected.png: Added.
47927         * platform/chromium-mac-snowleopard/editing/deleting/delete-leading-ws-001-expected.png: Added.
47928         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-015-expected.png:
47929         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-016-expected.png:
47930         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-017-expected.png:
47931         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-001-expected.png:
47932         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-002-expected.png:
47933         * platform/chromium-mac-snowleopard/editing/deleting/delete-listitem-001-expected.png: Added.
47934         * platform/chromium-mac-snowleopard/editing/deleting/delete-listitem-002-expected.png: Added.
47935         * platform/chromium-mac-snowleopard/editing/deleting/delete-selection-001-expected.png: Added.
47936         * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-001-expected.png: Added.
47937         * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-002-expected.png: Added.
47938         * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-003-expected.png: Added.
47939         * platform/chromium-win-xp/css2.1/20110323/replaced-min-max-001-expected.png: Added.
47940         * platform/chromium-win/css2.1/20110323/replaced-min-max-001-expected.png:
47941         * platform/chromium/TestExpectations:
47942
47943 2013-01-11  Levi Weintraub  <leviw@chromium.org>
47944
47945         Unreviewed gardening. Skipping accessibility/corresponding-control-deleted-crash.html on Mac since
47946         it fails without Shadow DOM enabled.
47947
47948         * platform/mac/TestExpectations:
47949
47950 2013-01-11  Xianzhu Wang  <wangxianzhu@chromium.org>
47951
47952         RenderLayerCompositor should let ScrollingCoordinator update main thread scrolling reasons after change of layers
47953         https://bugs.webkit.org/show_bug.cgi?id=105652
47954
47955         Reviewed by Simon Fraser.
47956
47957         Tests to ensure mainThreadScrollingReasons are correctly updated after a fixed element is dynamically inserted into the DOM tree.
47958
47959         * compositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Added.
47960         * compositing/layer-creation/fixed-position-in-view-dynamic.html: Added.
47961         * compositing/layer-creation/fixed-position-out-of-view-dynamic-expected.txt: Added.
47962         * compositing/layer-creation/fixed-position-out-of-view-dynamic.html: Added.
47963
47964 2013-01-11  Kenneth Russell  <kbr@google.com>
47965
47966         [Chromium] WebGL typed array constructor crashes on exception
47967         https://bugs.webkit.org/show_bug.cgi?id=106308
47968
47969         Reviewed by Kentaro Hara.
47970
47971         Updated typed array tests to latest version from Khronos repository.
47972
47973         * fast/canvas/webgl/array-unit-tests-expected.txt:
47974         * fast/canvas/webgl/array-unit-tests.html:
47975
47976 2013-01-11  Florin Malita  <fmalita@chromium.org>
47977
47978         [SVG] Suppress resource rebuilding for unattached and shadow elements
47979         https://bugs.webkit.org/show_bug.cgi?id=106664
47980
47981         Reviewed by Dirk Schulze.
47982
47983         * svg/custom/use-rebuild-resources-crash-expected.txt: Added.
47984         * svg/custom/use-rebuild-resources-crash.svg: Added.
47985
47986 2013-01-11  Dominic Mazzoni  <dmazzoni@google.com>
47987
47988         AX: Computed hierarchical level is not consistent with aria-level
47989         https://bugs.webkit.org/show_bug.cgi?id=106638
47990
47991         Reviewed by Chris Fleizach.
47992
47993         Extend aria-tree.html to check the hierarchicalLevel automatically
47994         computed when aria-level is not provided. Make sure they're consistent.
47995         Now, the mac disclosureLevel will be one less than the web aria-level.
47996
47997         * platform/mac/accessibility/aria-tree-expected.txt:
47998         * platform/mac/accessibility/aria-tree.html:
47999         * platform/mac/accessibility/aria-treegrid-expected.txt:
48000         * platform/mac/accessibility/aria-treegrid.html:
48001
48002 2013-01-11  Stephen Chenney  <schenney@chromium.org>
48003
48004         [Chromium] Test Expectations update after Skia flag changes.
48005
48006         Unreviewed test expectations update.
48007
48008         These are still failing, not sure why as some of them are already in expectations.
48009         Test lint passes.
48010
48011         * platform/chromium/TestExpectations:
48012
48013 2013-01-11  Vsevolod Vlasov  <vsevik@chromium.org>
48014
48015         Web Inspector: Workspace should support several projects and should not have temporary UISourceCodes.
48016         https://bugs.webkit.org/show_bug.cgi?id=105856
48017
48018         Reviewed by Pavel Feldman.
48019
48020         * http/tests/inspector-enabled/dynamic-scripts.html:
48021         * http/tests/inspector/compiler-script-mapping.html:
48022         * http/tests/inspector/network/network-request-revision-content.html:
48023         * http/tests/inspector/workspace-test.js:
48024         (initialize_WorkspaceTest.InspectorTest.createWorkspace):
48025         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
48026         * inspector/debugger/breakpoint-manager.html:
48027         * inspector/debugger/dynamic-scripts.html:
48028         * inspector/debugger/live-edit-breakpoints-expected.txt:
48029         * inspector/debugger/live-edit-breakpoints.html:
48030         * inspector/debugger/resource-script-mapping-expected.txt:
48031         * inspector/debugger/resource-script-mapping.html:
48032         * inspector/debugger/resources/edit-me-breakpoints.js: Added.
48033         (f):
48034         * inspector/debugger/script-snippet-model-expected.txt:
48035         * inspector/debugger/script-snippet-model.html:
48036         * inspector/debugger/scripts-panel-expected.txt:
48037         * inspector/debugger/scripts-panel.html:
48038         * inspector/debugger/watch-expressions-preserve-expansion-expected.txt:
48039         * inspector/debugger/watch-expressions-preserve-expansion.html:
48040         * inspector/uisourcecode-revisions.html:
48041
48042 2013-01-11  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
48043
48044         Unreviewed EFL gardening.
48045
48046         Remove unnecessary platform expectations for now-passing test.
48047
48048         * platform/efl/media/video-controls-captions-expected.txt: Removed.
48049
48050 2013-01-11  Florin Malita  <fmalita@chromium.org>
48051
48052         [Chromium] Unreviewed gardening.
48053
48054         Rebaselining results after http://trac.webkit.org/changeset/139238.
48055
48056         * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
48057         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
48058         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
48059         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
48060         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
48061         * platform/chromium-mac-lion/svg/custom/svg-fonts-in-html-expected.png:
48062         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
48063         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
48064         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
48065         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
48066         * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png:
48067         * platform/chromium-mac/fast/backgrounds/border-radius-split-background-image-expected.png:
48068         * platform/chromium-mac/fast/borders/border-radius-complex-inner-expected.png:
48069         * platform/chromium-mac/fast/borders/border-radius-inset-outset-expected.png:
48070         * platform/chromium-mac/fast/borders/border-radius-wide-border-05-expected.png:
48071         * platform/chromium-mac/fast/borders/border-styles-split-expected.png:
48072         * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.png:
48073         * platform/chromium-mac/fast/borders/mixed-border-styles-radius-expected.png:
48074         * platform/chromium-mac/fast/writing-mode/border-styles-vertical-lr-expected.png:
48075         * platform/chromium-mac/fast/writing-mode/border-styles-vertical-rl-expected.png:
48076         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
48077         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
48078         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
48079         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
48080         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
48081         * platform/chromium-win/fast/backgrounds/border-radius-split-background-image-expected.png:
48082         * platform/chromium-win/fast/borders/border-radius-complex-inner-expected.png:
48083         * platform/chromium-win/fast/borders/border-radius-inset-outset-expected.png:
48084         * platform/chromium-win/fast/borders/border-radius-wide-border-05-expected.png:
48085         * platform/chromium-win/fast/borders/border-styles-split-expected.png:
48086         * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
48087         * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
48088         * platform/chromium-win/fast/writing-mode/border-styles-vertical-lr-expected.png:
48089         * platform/chromium-win/fast/writing-mode/border-styles-vertical-rl-expected.png:
48090         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
48091         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
48092         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
48093         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
48094         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
48095         * platform/chromium/TestExpectations:
48096
48097 2013-01-11  Stephen Chenney  <schenney@chromium.org>
48098
48099         [Chromium] Test Expectations update after Skia flag changes.
48100
48101         Unreviewed test expectations update.
48102
48103         Apparently, we use Skia to draw some forms on Mac and Win, causing
48104         failures not seen on Linux.
48105
48106         * platform/chromium/TestExpectations:
48107
48108 2013-01-11  Stephen Chenney  <schenney@chromium.org>
48109
48110         Unreviewed test expectations update.
48111
48112         All of the tests will be rebaselined by end of day.
48113
48114         * platform/chromium/TestExpectations: Mark tests affected by Skia flag changes as expected to fail.
48115
48116 2013-01-11  Stephen Chenney  <schenney@chromium.org>
48117
48118         Objects can be re-added to the AXObjectCache during removal
48119         https://bugs.webkit.org/show_bug.cgi?id=104171
48120
48121         Reviewed by Simon Fraser.
48122
48123         New test which asserts with !m_hasAXObject in RenderObject::~RenderObject without the patch. Requires Shadow DOM enabled.
48124
48125         * accessibility/corresponding-control-deleted-crash-expected.txt: Added.
48126         * accessibility/corresponding-control-deleted-crash.html: Added.
48127
48128 2013-01-11  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
48129
48130         Unreviewed EFL gardening.
48131
48132         Skip new failing tests introduced in r139330 since
48133         ENABLE_CSS_FILTERS flag is not enabled on EFL port.
48134
48135         * platform/efl/TestExpectations:
48136
48137 2013-01-11  Anton Vayvod  <avayvod@chromium.org>
48138
48139         Text Autosizing - elements much narrower than its parent autosizing clusters should be autosized separately.
48140         https://bugs.webkit.org/show_bug.cgi?id=105188
48141
48142         Reviewed by Kenneth Rohde Christiansen.
48143
48144         Checked that a narrow autosizing container becomes an autosizing cluster.
48145         Fixed other tests that used narrow descendant blocks.
48146
48147         * fast/text-autosizing/cluster-narrow-in-wide-expected.html:
48148         * fast/text-autosizing/cluster-narrow-in-wide-ohidden-expected.html:
48149         * fast/text-autosizing/cluster-narrow-in-wide-ohidden.html:
48150         * fast/text-autosizing/cluster-narrow-in-wide.html:
48151         * fast/text-autosizing/cluster-with-wide-lca-expected.html:
48152         * fast/text-autosizing/cluster-with-wide-lca.html:
48153         * fast/text-autosizing/narrow-child-expected.html:
48154         * fast/text-autosizing/narrow-child.html:
48155
48156 2013-01-11  Antoine Quint  <graouts@apple.com>
48157
48158         Web Inspector: Option+Click on Node Expander Doesn't Work the First Time
48159         https://bugs.webkit.org/show_bug.cgi?id=66868
48160
48161         Adding a new protocol test that covers the new `depth` parameter for the
48162         requestChildNodes method and a new front-end method that tests correct
48163         behavior of the expandRecursively() method.
48164
48165         Reviewed by Pavel Feldman.
48166
48167         * inspector-protocol/dom-request-child-nodes-depth-expected.txt: Added.
48168         * inspector-protocol/dom-request-child-nodes-depth.html: Added.
48169         * inspector/elements/expand-recursively-expected.txt: Added.
48170         * inspector/elements/expand-recursively.html: Added.
48171
48172 2013-01-11  Noel Gordon  <noel.gordon@gmail.com>
48173
48174         [chromium] Add ImageOnlyFailure for fast/css/font-face-unicode-range.html on win
48175         https://bugs.webkit.org/show_bug.cgi?id=100806
48176
48177         Unreviewed gardening.
48178
48179         * platform/chromium/TestExpectations:
48180
48181 2013-01-11  Jochen Eisinger  <jochen@chromium.org>
48182
48183         Connect UserGestureIndicator for mousedown and mouseup events
48184         https://bugs.webkit.org/show_bug.cgi?id=105138
48185
48186         Reviewed by Adam Barth.
48187
48188         * platform/chromium/fast/events/popup-allowed-from-gesture-only-once-two-events-expected.txt: Added.
48189         * platform/chromium/fast/events/popup-allowed-from-gesture-only-once-two-events.html: Added.
48190
48191 2013-01-11  Eugene Klyuchnikov  <eustas@chromium.org>
48192
48193         Web Inspector: [Resources] "Delete" cookie deletes all cookies with matching name.
48194         https://bugs.webkit.org/show_bug.cgi?id=105633
48195
48196         Reviewed by Pavel Feldman.
48197
48198         Adopt new signatures.
48199
48200         * http/tests/inspector/resource-main-cookies.php:
48201
48202 2013-01-11  Pavel Feldman  <pfeldman@chromium.org>
48203
48204         Web Inspector [chromium]: Debugger.globalObjectCleared is not dispatched on reload after renderer swap
48205         https://bugs.webkit.org/show_bug.cgi?id=106555
48206
48207         Reviewed by Vsevolod Vlasov.
48208
48209         * http/tests/inspector/debugger-test.js:
48210         (initialize_DebuggerTest):
48211         * inspector/debugger/debugger-scripts-reload-expected.txt: Added.
48212         * inspector/debugger/debugger-scripts-reload.html: Added.
48213
48214 2013-01-11  Vsevolod Vlasov  <vsevik@chromium.org>
48215
48216         Web Inspector: Refactoring, move NetworkWorkspaceProvider to NetworkUISourceCodeProvider.js and rename its parent to SimpleWorkspaceProvider.
48217         https://bugs.webkit.org/show_bug.cgi?id=106635
48218
48219         Reviewed by Pavel Feldman.
48220
48221         * http/tests/inspector/compiler-script-mapping.html:
48222         * inspector/debugger/resource-script-mapping.html:
48223         * inspector/debugger/scripts-panel.html:
48224
48225 2013-01-10  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
48226
48227         On Linux, should be able to get spelling suggestions without selecting the misspelled word
48228         https://bugs.webkit.org/show_bug.cgi?id=103520
48229
48230         Reviewed by Ryosuke Niwa.
48231
48232         * platform/efl/TestExpectations:
48233         Unskip context-menu-suggestions.html for WebKit-EFL as it passes now.
48234
48235         * platform/gtk/TestExpectations:
48236         Update failing reason.
48237
48238 2013-01-10  John J. Barton  <johnjbarton@chromium.org>
48239
48240         Web Inspector: Pass the script url to the script-preprocessor script
48241         https://bugs.webkit.org/show_bug.cgi?id=104384
48242
48243         Reviewed by Pavel Feldman.
48244
48245         Tests for Bug 80922 by Pavel Feldman <pfeldman@chromium.org> that did not land somehow, 
48246         with additional test for Bug 104384 
48247
48248         * inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
48249         * inspector/debugger/debugger-script-preprocessor.html: Added.
48250         * platform/chromium/inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
48251
48252 2013-01-10  Eugene Klyuchnikov  <eustas@chromium.org>
48253
48254         Web Inspector: DataGrid refactoring: make cell editing more generic.
48255         https://bugs.webkit.org/show_bug.cgi?id=105849
48256
48257         Reviewed by Pavel Feldman.
48258
48259         * inspector/storage-panel-dom-storage-update.html: Fix column names.
48260         * inspector/storage-panel-dom-storage.html: Ditto.
48261
48262 2013-01-10  Matt Falkenhagen  <falken@chromium.org>
48263
48264         Elements must be reattached when inserted/removed from top layer
48265         https://bugs.webkit.org/show_bug.cgi?id=105489
48266
48267         Reviewed by Julien Chaffraix.
48268
48269         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Added.
48270         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Added.
48271         This tests that a top layer element removed from the document does not reappear in the top layer if readded.
48272         This test actually would pass before this patch, but just by good fortune (see bug).
48273         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Added.
48274         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Added.
48275         This tests that top layer ordering is correct after removing and readding an element to the top layer.
48276
48277 2013-01-10  Shinya Kawanaka  <shinyak@chromium.org>
48278
48279         When a selected node in nested ShadowDOM is deleted, selection have wrong range.
48280         https://bugs.webkit.org/show_bug.cgi?id=106526
48281
48282         Reviewed by Ryosuke Niwa.
48283
48284         * fast/dom/shadow/selection-in-nested-shadow-expected.txt: Added.
48285         * fast/dom/shadow/selection-in-nested-shadow.html: Added.
48286
48287 2013-01-10  James Robinson  <jamesr@chromium.org>
48288
48289         [chromium] Store scrollable layer's contents size for coordinated scrollable layers
48290         https://bugs.webkit.org/show_bug.cgi?id=106518
48291
48292         Reviewed by Adrienne Walker.
48293
48294         * platform/chromium/TestExpectations:
48295
48296 2013-01-10  Michael Pruett  <michael@68k.org>
48297
48298         IndexedDB: Update expected results for IndexedDB layout tests
48299         https://bugs.webkit.org/show_bug.cgi?id=106411
48300
48301         Reviewed by Tony Chang.
48302
48303         For IndexedDB layout tests whose output differs between V8 and
48304         JSC, move V8 test output to platform/chromium and set expected
48305         results to JSC test output.
48306
48307         * platform/chromium/storage/indexeddb/exception-in-event-aborts-expected.txt: Copied from LayoutTests/storage/indexeddb/exception-in-event-aborts-expected.txt.
48308         * platform/chromium/storage/indexeddb/transaction-error-expected.txt: Copied from LayoutTests/storage/indexeddb/transaction-error-expected.txt.
48309         * platform/chromium/storage/indexeddb/version-change-abort-expected.txt: Copied from LayoutTests/storage/indexeddb/version-change-abort-expected.txt.
48310         * storage/indexeddb/exception-in-event-aborts-expected.txt:
48311         * storage/indexeddb/transaction-error-expected.txt:
48312         * storage/indexeddb/version-change-abort-expected.txt:
48313
48314 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
48315
48316         Layout Test fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html is flaky.
48317         https://bugs.webkit.org/show_bug.cgi?id=106612
48318
48319         * platform/chromium/TestExpectations: Marked as flake.
48320
48321 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
48322
48323         [Chromium] Layout Test animations/fill-mode-iteration-count-non-integer.html is failing.
48324         https://bugs.webkit.org/show_bug.cgi?id=106609
48325
48326         * platform/chromium/TestExpectations: Marked as failing.
48327
48328 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
48329
48330         Adjust ref-test expectation to actual work.
48331
48332         * platform/chromium/TestExpectations: Adjusted.
48333
48334 2013-01-10  Roger Fong  <roger_fong@apple.com>
48335
48336         Unreviewed rebaseline. Apple Windows port.
48337
48338         * platform/win/fast/ruby/base-shorter-than-text-expected.txt:
48339
48340 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
48341
48342         [Chromium] Layout Test fast/canvas/webgl/context-release-upon-reload.html is a flaky timeout.
48343         https://bugs.webkit.org/show_bug.cgi?id=106606
48344
48345         * platform/chromium/TestExpectations: Added.
48346
48347 2013-01-10  Dan Beam  <dbeam@chromium.org>
48348
48349         Implement AutocompleteErrorEvent#reason
48350         https://bugs.webkit.org/show_bug.cgi?id=105568
48351
48352         Added tests to verify event creation and global event constructor existence of AutocompleteErrorEvent
48353         and updated the existing tests to make sure errors received are of the right type and have the right reason.
48354
48355         Reviewed by Adam Barth.
48356
48357         * fast/events/constructors/autocomplete-error-event-constructor-expected.txt: Added.
48358         * fast/events/constructors/autocomplete-error-event-constructor.html: Added.
48359         * fast/events/event-creation.html: Added new AutocompleteErrorEvent() test case.
48360         * fast/forms/form-request-autocomplete.html: Updated 'autocompleteerror' listeners to check event.reason.
48361         * fast/js/constructor-length.html: Added AutocompleteErrorEvent to list.
48362         * fast/js/script-tests/global-constructors.js: Added AutocompleteErrorEvent to list.
48363         * platform/blackberry/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
48364         * platform/chromium/fast/events/constructors/autocomplete-error-event-constructor-expected.txt: Added.
48365         * platform/chromium/fast/forms/form-request-autocomplete-expected.txt: Updated passing expectations.
48366         * platform/chromium/fast/js/constructor-length-expected.txt: Added expected 0 length result.
48367         * platform/gtk/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
48368         * platform/mac/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
48369         * platform/qt/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
48370
48371 2013-01-10  Roger Fong  <roger_fong@apple.com>
48372
48373         Unreviewed rebaselines. Apple Windows port.
48374
48375         * platform/win/TestExpectations:
48376         * platform/win/fast/dom/window-load-crash-expected.txt: Added.
48377
48378 2013-01-10  Sheriff Bot  <webkit.review.bot@gmail.com>
48379
48380         Unreviewed, rolling out r139226.
48381         http://trac.webkit.org/changeset/139226
48382         https://bugs.webkit.org/show_bug.cgi?id=106602
48383
48384         rebaselines were premature (Requested by rfong on #webkit).
48385
48386         * platform/win/accessibility/canvas-fallback-content-2-expected.txt:
48387         * platform/win/platform/win/accessibility/option-element-selection-and-focus-events-expected.txt: Removed.
48388         * platform/win/platform/win/accessibility/select-element-valuechange-event-expected.txt: Removed.
48389
48390 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
48391
48392         [Chromium] Layout Test svg/dom/SVGScriptElement/script-onerror-bubbling.svg is a flaky timeout on all platforms.
48393         https://bugs.webkit.org/show_bug.cgi?id=106598
48394
48395         * platform/chromium/TestExpectations: Expectatized.
48396
48397 2013-01-10  Zan Dobersek  <zandobersek@gmail.com>
48398
48399         Unreviewed GTK gardening.
48400
48401         Expanding the timeout expectation for fast/css/user-drag-none.html, the test
48402         times out on both debug and release builds.
48403
48404         * platform/gtk/TestExpectations:
48405
48406 2013-01-10  Ojan Vafai  <ojan@chromium.org>
48407
48408         Flexboxes incorrectly add the scrollbar width to the intrinsic width of fixed-width items
48409         https://bugs.webkit.org/show_bug.cgi?id=106591
48410
48411         Reviewed by Levi Weintraub.
48412
48413         * fast/css/fixed-width-intrinsic-width-excludes-scrollbars-expected.txt: Added.
48414         * fast/css/fixed-width-intrinsic-width-excludes-scrollbars.html: Added.
48415         * fast/css/positioned-overflow-scroll.html:
48416
48417 2013-01-10  Zan Dobersek  <zandobersek@gmail.com>
48418
48419         Unreviewed GTK gardening.
48420
48421         Removing a few crash expectations for tests that haven't crashed
48422         for a long time. Hopefully the crash causes have been fixed.
48423         Adding a flaky failure expectation for a CSS Regions reftest.
48424
48425         * platform/gtk/TestExpectations:
48426
48427 2013-01-10  Levi Weintraub  <leviw@chromium.org>
48428
48429         ScrollingCoordinator touch event hit rects aren't converted to proper coordinates when in nested views
48430         https://bugs.webkit.org/show_bug.cgi?id=106383
48431
48432         Reviewed by James Robinson.
48433
48434         * platform/chromium/fast/events/touch/resources: Added.
48435         * platform/chromium/fast/events/touch/resources/frame-with-touch-handler.html: Added.
48436         * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt: Added.
48437         * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe.html: Added.
48438
48439 2013-01-10  Levi Weintraub  <leviw@chromium.org>
48440
48441         Regression(r137939): Heap-use-after-free in WebCore::accumulateDocumentEventTargetRects
48442         https://bugs.webkit.org/show_bug.cgi?id=106454
48443
48444         Reviewed by James Robinson.
48445
48446         * fast/events/touch/nested-document-with-touch-handler-detached-crash.html: Added.
48447         * fast/events/touch/nested-document-with-touch-handler-detached-crash-expected.txt: Added.
48448
48449 2013-01-10  Ojan Vafai  <ojan@chromium.org>
48450
48451         Convert fast/css/positioned-overflow-scroll.html to a check-layout.js test
48452         https://bugs.webkit.org/show_bug.cgi?id=106585
48453
48454         Reviewed by Tony Chang.
48455
48456         This is in preparation for adding more cases to this test.
48457
48458         * fast/css/positioned-overflow-scroll-expected.txt: Added.
48459         * fast/css/positioned-overflow-scroll.html:
48460         * platform/chromium-android/fast/css/positioned-overflow-scroll-expected.png: Removed.
48461         * platform/chromium-android/fast/css/positioned-overflow-scroll-expected.txt: Removed.
48462         * platform/chromium-linux/fast/css/positioned-overflow-scroll-expected.png: Removed.
48463         * platform/chromium-mac-lion/fast/css/positioned-overflow-scroll-expected.png: Removed.
48464         * platform/chromium-mac-snowleopard/fast/css/positioned-overflow-scroll-expected.png: Removed.
48465         * platform/chromium-mac/fast/css/positioned-overflow-scroll-expected.png: Removed.
48466         * platform/chromium-win/fast/css/positioned-overflow-scroll-expected.png: Removed.
48467         * platform/chromium/fast/css/positioned-overflow-scroll-expected.txt: Removed.
48468         * platform/efl/fast/css/positioned-overflow-scroll-expected.png: Removed.
48469         * platform/efl/fast/css/positioned-overflow-scroll-expected.txt: Removed.
48470         * platform/gtk/fast/css/positioned-overflow-scroll-expected.png: Removed.
48471         * platform/gtk/fast/css/positioned-overflow-scroll-expected.txt: Removed.
48472         * platform/mac/fast/css/positioned-overflow-scroll-expected.png: Removed.
48473         * platform/mac/fast/css/positioned-overflow-scroll-expected.txt: Removed.
48474         * platform/qt/fast/css/positioned-overflow-scroll-expected.png: Removed.
48475         * platform/qt/fast/css/positioned-overflow-scroll-expected.txt: Removed.
48476         * resources/check-layout.js:
48477
48478 2013-01-10  Robert Kroeger  <rjkroege@chromium.org>
48479
48480         Manually revert http://trac.webkit.org/changeset/136012
48481         https://bugs.webkit.org/show_bug.cgi?id=106580
48482
48483         Reviewed by Dimitri Glazkov.
48484
48485         * fast/events/touch/gesture/touch-gesture-scroll-remove-node-expected.txt: Removed.
48486         * fast/events/touch/gesture/touch-gesture-scroll-remove-node.html: Removed.
48487
48488 2013-01-10  Robert Hogan  <robert@webkit.org>
48489
48490         REGRESSION(r136967): margin-top + overflow:hidden causes incorrect layout for internal floated elements
48491         https://bugs.webkit.org/show_bug.cgi?id=106374
48492
48493         Reviewed by David Hyatt.
48494
48495         * fast/block/margin-collapse/self-collapsing-block-with-overflow-hidden-and-float-child-expected.txt: Added.
48496         * fast/block/margin-collapse/self-collapsing-block-with-overflow-hidden-and-float-child.html: Added.
48497
48498 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
48499
48500         [Chromium] Update expectations for fast/regions/selecting-text-through-different-region-flows.html.
48501
48502         * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
48503
48504 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
48505
48506         [Chromium] Mark more inspector/geolocation* tests as flaky on Win.
48507         https://bugs.webkit.org/show_bug.cgi?id=106426
48508
48509         * platform/chromium/TestExpectations: Marked.
48510
48511 2013-01-10  John J. Barton  <johnjbarton@chromium.org>
48512
48513         Web Inspector: Refactor InspectorTest to create output interface
48514         https://bugs.webkit.org/show_bug.cgi?id=106231
48515
48516         Reviewed by Pavel Feldman.
48517
48518         Refactor InspectorTest to extract InspectorTest.Output, the API 
48519         used between InspectorTest and the test output reciever (the 
48520         test-script page by default).
48521
48522         * http/tests/inspector/inspector-test.js:
48523         (initialize_InspectorTest.InspectorTest.Output.testComplete):
48524         (initialize_InspectorTest.InspectorTest.Output.addResult):
48525         (initialize_InspectorTest.InspectorTest.Output.clearResults):
48526         (initialize_InspectorTest.InspectorTest.completeTest):
48527         (initialize_InspectorTest.InspectorTest.addResult):
48528
48529 2013-01-10  Max Vujovic  <mvujovic@adobe.com>
48530
48531         [CSS Filters] RenderLayerCompositor::addToOverlapMap should take into account the filters outsets (ie. blur and drop-shadow)
48532         https://bugs.webkit.org/show_bug.cgi?id=94022
48533
48534         Reviewed by Simon Fraser.
48535
48536         Add tests to check several combinations of software layer and composited layer overlap when
48537         filter outsets are involved.
48538
48539         * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
48540         * compositing/filters/sw-layer-overlaps-hw-shadow.html: Added.
48541         * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
48542         * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow.html: Added.
48543         * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
48544         * compositing/filters/sw-shadow-overlaps-hw-layer.html: Added.
48545         * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
48546         * compositing/filters/sw-shadow-overlaps-hw-shadow.html: Added.
48547         * platform/chromium/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
48548         * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
48549
48550 2013-01-09  Ojan Vafai  <ojan@chromium.org>
48551
48552         intrinsic min-widths don't override width for file upload controls
48553         https://bugs.webkit.org/show_bug.cgi?id=106517
48554
48555         Reviewed by Tony Chang.
48556
48557         * fast/forms/file/intrinsic-min-width-overrides-width-expected.html: Added.
48558         * fast/forms/file/intrinsic-min-width-overrides-width.html: Added.
48559
48560 2013-01-10  Florin Malita  <fmalita@chromium.org>
48561
48562         [Chromium] Unreviewed gardening.
48563
48564         Rebaselining results after http://trac.webkit.org/changeset/138250.
48565
48566         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
48567         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
48568         * platform/chromium-mac-lion/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
48569         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
48570         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
48571         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
48572         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
48573         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
48574         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
48575         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
48576         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
48577         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
48578         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
48579         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
48580         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
48581         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
48582         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
48583         * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
48584         * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
48585         * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
48586         * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
48587         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
48588         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
48589         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
48590         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
48591         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
48592         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
48593         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
48594         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
48595         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
48596         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
48597         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
48598         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
48599         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
48600         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
48601         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
48602         * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
48603         * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
48604         * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
48605         * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
48606         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
48607         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
48608         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
48609         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
48610         * platform/chromium-mac/svg/custom/feDisplacementMap-01-expected.png:
48611         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
48612         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
48613         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
48614         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
48615         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
48616         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
48617         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
48618         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
48619         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
48620         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
48621         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
48622         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
48623         * platform/chromium-mac/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
48624         * platform/chromium-mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
48625         * platform/chromium-mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
48626         * platform/chromium-mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
48627         * platform/chromium-mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
48628         * platform/chromium-mac/svg/filters/feImage-late-indirect-update-expected.png:
48629         * platform/chromium-mac/svg/filters/feImage-multiple-targets-id-change-expected.png:
48630         * platform/chromium-mac/svg/filters/feImage-position-expected.png:
48631         * platform/chromium-mac/svg/filters/feImage-preserveAspectratio-expected.png:
48632         * platform/chromium-mac/svg/filters/feImage-reference-invalidation-expected.png:
48633         * platform/chromium-mac/svg/filters/feImage-subregions-expected.png:
48634         * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
48635         * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
48636         * platform/chromium-mac/svg/filters/feImage-target-add-to-document-expected.png:
48637         * platform/chromium-mac/svg/filters/feImage-target-attribute-change-expected.png:
48638         * platform/chromium-mac/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
48639         * platform/chromium-mac/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
48640         * platform/chromium-mac/svg/filters/feImage-target-changes-id-expected.png:
48641         * platform/chromium-mac/svg/filters/feImage-target-id-change-expected.png:
48642         * platform/chromium-mac/svg/filters/feImage-target-inline-style-change-expected.png:
48643         * platform/chromium-mac/svg/filters/feImage-target-property-change-expected.png:
48644         * platform/chromium-mac/svg/filters/feImage-target-reappend-to-document-expected.png:
48645         * platform/chromium-mac/svg/filters/feImage-target-remove-from-document-expected.png:
48646         * platform/chromium-mac/svg/filters/feImage-target-style-change-expected.png:
48647         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
48648         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
48649         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
48650         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
48651         * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
48652         * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
48653         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
48654         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
48655         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
48656         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
48657         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
48658         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
48659         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
48660         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
48661         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
48662         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
48663         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
48664         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
48665         * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
48666         * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
48667         * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
48668         * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
48669         * platform/chromium-win/svg/filters/feImage-late-indirect-update-expected.png:
48670         * platform/chromium/TestExpectations:
48671
48672 2013-01-10  Victor Carbune  <victor@rosedu.org>
48673
48674         media/video-controls-captions.html fails after fixing https://bugs.webkit.org/show_bug.cgi?id=105536
48675         https://bugs.webkit.org/show_bug.cgi?id=106230
48676
48677         Reviewed by Eric Carlson.
48678
48679         * platform/chromium/TestExpectations: Reactivated test.
48680
48681 2013-01-10  Alexander Pavlov  <apavlov@chromium.org>
48682
48683         The "outline-offset" property is not found in the computed style property list
48684         https://bugs.webkit.org/show_bug.cgi?id=106561
48685
48686         Reviewed by Alexis Menard.
48687
48688         * fast/css/getComputedStyle/getComputedStyle-outline-offset-expected.txt: Added.
48689         * fast/css/getComputedStyle/getComputedStyle-outline-offset.html: Added.
48690
48691 2013-01-10  Alexander Pavlov  <apavlov@chromium.org>
48692
48693         CSSParser does not allow the absence of whitespace between "and" and "expression"
48694         https://bugs.webkit.org/show_bug.cgi?id=106458
48695
48696         Reviewed by Antti Koivisto.
48697
48698         * fast/css/media-rule-no-whitespace-expected.txt: Added.
48699         * fast/css/media-rule-no-whitespace.html: Added.
48700
48701 2013-01-10  Florin Malita  <fmalita@chromium.org>
48702
48703         [Chromium] Unreviewed gardening.
48704
48705         Rebaselining results after http://trac.webkit.org/changeset/139191.
48706
48707         * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
48708         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
48709         * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
48710         * platform/chromium-mac-lion/fast/backgrounds/background-leakage-transforms-expected.png:
48711         * platform/chromium-mac-lion/fast/borders/border-radius-split-inline-expected.png:
48712         * platform/chromium-mac-lion/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
48713         * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
48714         * platform/chromium-mac-lion/fast/css/shadow-multiple-expected.png:
48715         * platform/chromium-mac-lion/fast/css/text-input-with-webkit-border-radius-expected.png:
48716         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
48717         * platform/chromium-mac-lion/fast/hidpi/video-controls-in-hidpi-expected.png:
48718         * platform/chromium-mac-lion/fast/layers/video-layer-expected.png:
48719         * platform/chromium-mac-lion/fast/regions/full-screen-video-from-region-expected.png:
48720         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png:
48721         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
48722         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png:
48723         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
48724         * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
48725         * platform/chromium-mac-lion/fullscreen/full-screen-stacking-context-expected.png:
48726         * platform/chromium-mac-lion/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
48727         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
48728         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
48729         * platform/chromium-mac-lion/media/audio-controls-rendering-expected.png:
48730         * platform/chromium-mac-lion/media/audio-repaint-expected.png:
48731         * platform/chromium-mac-lion/media/controls-after-reload-expected.png:
48732         * platform/chromium-mac-lion/media/controls-layout-direction-expected.png:
48733         * platform/chromium-mac-lion/media/controls-strict-expected.png:
48734         * platform/chromium-mac-lion/media/controls-styling-expected.png:
48735         * platform/chromium-mac-lion/media/controls-styling-strict-expected.png:
48736         * platform/chromium-mac-lion/media/controls-without-preload-expected.png:
48737         * platform/chromium-mac-lion/media/media-controls-clone-expected.png:
48738         * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png:
48739         * platform/chromium-mac-lion/media/video-controls-rendering-expected.png:
48740         * platform/chromium-mac-lion/media/video-display-toggle-expected.png:
48741         * platform/chromium-mac-lion/media/video-empty-source-expected.png:
48742         * platform/chromium-mac-lion/media/video-no-audio-expected.png:
48743         * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png:
48744         * platform/chromium-mac-lion/media/video-zoom-controls-expected.png:
48745         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
48746         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
48747         * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
48748         * platform/chromium-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png:
48749         * platform/chromium-mac-snowleopard/fast/borders/border-radius-split-inline-expected.png:
48750         * platform/chromium-mac-snowleopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
48751         * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
48752         * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png:
48753         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
48754         * platform/chromium-mac-snowleopard/fast/layers/video-layer-expected.png:
48755         * platform/chromium-mac-snowleopard/fast/regions/full-screen-video-from-region-expected.png:
48756         * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
48757         * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
48758         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
48759         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
48760         * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
48761         * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
48762         * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
48763         * platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png:
48764         * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
48765         * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
48766         * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
48767         * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
48768         * platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png:
48769         * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
48770         * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
48771         * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
48772         * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
48773         * platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
48774         * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
48775         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
48776         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
48777         * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
48778         * platform/chromium-mac/fast/backgrounds/background-leakage-expected.png:
48779         * platform/chromium-mac/fast/backgrounds/background-leakage-transforms-expected.png:
48780         * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png:
48781         * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
48782         * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.png:
48783         * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.png:
48784         * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png:
48785         * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
48786         * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
48787         * platform/chromium-mac/fast/box-shadow/spread-expected.png:
48788         * platform/chromium-mac/fast/css/box-shadow-and-border-radius-expected.png:
48789         * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
48790         * platform/chromium-mac/fast/css/text-input-with-webkit-border-radius-expected.png:
48791         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
48792         * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.png:
48793         * platform/chromium-mac/fast/layers/video-layer-expected.png:
48794         * platform/chromium-mac/fast/regions/full-screen-video-from-region-expected.png:
48795         * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
48796         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
48797         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
48798         * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
48799         * platform/chromium-mac/fast/transforms/shadows-expected.png:
48800         * platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
48801         * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
48802         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
48803         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
48804         * platform/chromium-mac/media/audio-controls-rendering-expected.png:
48805         * platform/chromium-mac/media/audio-repaint-expected.png:
48806         * platform/chromium-mac/media/controls-after-reload-expected.png:
48807         * platform/chromium-mac/media/controls-layout-direction-expected.png:
48808         * platform/chromium-mac/media/controls-strict-expected.png:
48809         * platform/chromium-mac/media/controls-styling-expected.png:
48810         * platform/chromium-mac/media/controls-styling-strict-expected.png:
48811         * platform/chromium-mac/media/controls-without-preload-expected.png:
48812         * platform/chromium-mac/media/media-controls-clone-expected.png:
48813         * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
48814         * platform/chromium-mac/media/video-controls-rendering-expected.png:
48815         * platform/chromium-mac/media/video-display-toggle-expected.png:
48816         * platform/chromium-mac/media/video-empty-source-expected.png:
48817         * platform/chromium-mac/media/video-no-audio-expected.png:
48818         * platform/chromium-mac/media/video-playing-and-pause-expected.png:
48819         * platform/chromium-mac/media/video-zoom-controls-expected.png:
48820         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
48821         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
48822         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
48823         * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
48824         * platform/chromium-win/fast/backgrounds/background-leakage-expected.png:
48825         * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.png:
48826         * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png:
48827         * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
48828         * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
48829         * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
48830         * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
48831         * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
48832         * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
48833         * platform/chromium-win/fast/box-shadow/spread-expected.png:
48834         * platform/chromium-win/fast/css/box-shadow-and-border-radius-expected.png:
48835         * platform/chromium-win/fast/css/shadow-multiple-expected.png:
48836         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
48837         * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.png:
48838         * platform/chromium-win/fast/layers/video-layer-expected.png:
48839         * platform/chromium-win/fast/regions/full-screen-video-from-region-expected.png:
48840         * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
48841         * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
48842         * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
48843         * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
48844         * platform/chromium-win/fast/transforms/shadows-expected.png:
48845         * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png:
48846         * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
48847         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
48848         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
48849         * platform/chromium-win/media/audio-controls-rendering-expected.png:
48850         * platform/chromium-win/media/audio-repaint-expected.png:
48851         * platform/chromium-win/media/controls-after-reload-expected.png:
48852         * platform/chromium-win/media/controls-layout-direction-expected.png:
48853         * platform/chromium-win/media/controls-strict-expected.png:
48854         * platform/chromium-win/media/controls-styling-expected.png:
48855         * platform/chromium-win/media/controls-styling-strict-expected.png:
48856         * platform/chromium-win/media/controls-without-preload-expected.png:
48857         * platform/chromium-win/media/media-controls-clone-expected.png:
48858         * platform/chromium-win/media/media-document-audio-repaint-expected.png:
48859         * platform/chromium-win/media/video-controls-rendering-expected.png:
48860         * platform/chromium-win/media/video-display-toggle-expected.png:
48861         * platform/chromium-win/media/video-empty-source-expected.png:
48862         * platform/chromium-win/media/video-no-audio-expected.png:
48863         * platform/chromium-win/media/video-playing-and-pause-expected.png:
48864         * platform/chromium-win/media/video-zoom-controls-expected.png:
48865         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
48866         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
48867         * platform/chromium/TestExpectations:
48868         * platform/efl-wk2/media/video-zoom-controls-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-controls-expected.png.
48869
48870 2013-01-10  Alexis Menard  <alexis@webkit.org>
48871
48872         ASSERT_NOT_REACHED in StylePropertySet::fontValue when accessing font style property through JS after setting style font size.
48873         https://bugs.webkit.org/show_bug.cgi?id=88866
48874
48875         Reviewed by Alexander Pavlov.
48876
48877         Add tests to cover the bug.
48878
48879         * fast/css/font-shorthand-from-longhands-expected.txt: Added.
48880         * fast/css/font-shorthand-from-longhands.html: Added.
48881
48882 2013-01-10  Dominik Röttsches  <dominik.rottsches@intel.com>
48883
48884         [EFL] Unreviewed gardening.
48885
48886         video-src-blob.html is flaky, not always crashing.
48887
48888         * platform/efl/TestExpectations:
48889
48890 2013-01-10  Dominik Röttsches  <dominik.rottsches@intel.com>
48891
48892         [EFL] Unreviewed gardening.
48893
48894         Marking one more flaky crasher due to gstreamer.
48895
48896         * platform/efl/TestExpectations:
48897
48898 2013-01-10  Dominik Röttsches  <dominik.rottsches@intel.com>
48899
48900         [EFL] Unreviewed gardening.
48901
48902         Marking three media tests as flaky crashers.
48903
48904         * platform/efl/TestExpectations:
48905
48906 2013-01-10  Csaba Osztrogonác  <ossy@webkit.org>
48907
48908         Unreviewed gardening, paint the bots green.
48909
48910         * platform/qt/TestExpectations: Skip http/tests/security/isolatedWorld/* tests instead of marking them as failures. (r138817)
48911         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Added after r139197.
48912         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added after r139197.
48913
48914 2013-01-10  Noel Gordon  <noel.gordon@gmail.com>
48915
48916         [chromium] Fix ietestcenter/css3/bordersbackgrounds/border-radius-clip-002.htm expectation lines
48917
48918         Unreviewed gardening.
48919
48920         * platform/chromium/TestExpectations: Two bugs and expectation lines refer to this test, and one
48921         expectation line overrides the other: assign to the earlier bug and ditch the redundant line.
48922
48923 2013-01-10  Noel Gordon  <noel.gordon@gmail.com>
48924
48925         [chromium] Remove lost-compositor-context layout tests
48926         https://bugs.webkit.org/show_bug.cgi?id=106089
48927
48928         Unreviewed gardening.
48929
48930         * platform/chromium/TestExpectations: Remove all references to the
48931         lost-compositor-context test expectations after r138814.
48932         
48933 2013-01-10  Noel Gordon  <noel.gordon@gmail.com>
48934
48935         [chromium] Optimize expectations for fast/forms/button-inner-block-reuse.html
48936
48937         Unreviewed gardening.
48938
48939         * platform/chromium-win-xp/fast/forms/button-inner-block-reuse-expected.png: Removed.
48940         * platform/chromium-win/fast/forms/button-inner-block-reuse-expected.png:
48941
48942 2013-01-10  Noel Gordon  <noel.gordon@gmail.com>
48943
48944         [chromium] Optimize expectations for fast/forms/button-generated-content.html
48945
48946         Unreviewed gardening.
48947
48948         * platform/chromium-win-xp/fast/forms/button-generated-content-expected.png: Removed.
48949         * platform/chromium-win/fast/forms/button-generated-content-expected.png:
48950
48951 2013-01-10  Dominik Röttsches  <dominik.rottsches@intel.com>
48952
48953         [EFL] Unreviewed gardening.
48954
48955         Marking a missing expectation for fast/repaint/caret-with-transformation.html
48956
48957         * platform/efl/TestExpectations:
48958
48959 2013-01-10  Zan Dobersek  <zandobersek@gmail.com>
48960
48961         Unreviewed GTK gardening.
48962
48963         Removing a few failure expectations that are no longer needed.
48964         The tests the expectations were covering now pass.
48965
48966         * platform/gtk/TestExpectations:
48967
48968 2013-01-10  Zan Dobersek  <zandobersek@gmail.com>
48969
48970         Unreviewed GTK gardening.
48971
48972         Adding a platform-specific baseline for a CSS Regions test.
48973         Adding a missing expectation for the fast/repaint/caret-with-transformation.html layout test.
48974
48975         * platform/gtk/TestExpectations:
48976         * platform/gtk/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.
48977
48978 2013-01-10  Christophe Dumez  <christophe.dumez@intel.com>
48979
48980         Unreviewed EFL gardening.
48981
48982         Add platform expectation for new test added in r139197.
48983
48984         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
48985         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.
48986
48987 2013-01-10  Christophe Dumez  <christophe.dumez@intel.com>
48988
48989         [EFL] Add gstreamer 1.0.5 to jhbuild
48990         https://bugs.webkit.org/show_bug.cgi?id=106178
48991
48992         Reviewed by Laszlo Gombos.
48993
48994         Skip several media tests that are crashing with gstreamer 1.0.
48995
48996         * platform/efl/TestExpectations:
48997         * platform/efl/media/sources-fallback-codecs-expected.txt: Removed.
48998
48999 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
49000
49001         New chromium-mac pixel baseline for gradient-background-leakage-hidpi.html
49002         https://bugs.webkit.org/show_bug.cgi?id=106373
49003
49004         Unreviewed gardening.
49005
49006         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
49007
49008 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
49009
49010         Update expectations for fast/forms/button-generated-content.html
49011
49012         Unreviewed gardening.
49013
49014         * fast/forms/button-generated-content-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/button-generated-content-expected.txt.
49015         * platform/chromium-win-xp/fast/forms/button-generated-content-expected.png: Added.
49016         * platform/mac/fast/forms/button-generated-content-expected.txt: Removed.
49017
49018 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
49019
49020         Update expectations for fast/forms/button-inner-block-reuse.html
49021
49022         Unreviewed gardening.
49023
49024         * fast/forms/button-inner-block-reuse-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/button-inner-block-reuse-expected.txt.
49025         * platform/chromium-win-xp/fast/forms/button-inner-block-reuse-expected.png: Added.
49026         * platform/mac/fast/forms/button-inner-block-reuse-expected.txt: Removed.
49027
49028 2013-01-09  Tien-Ren Chen  <trchen@chromium.org>
49029
49030         Make caret repainting container-aware
49031         https://bugs.webkit.org/show_bug.cgi?id=103955
49032
49033         Reviewed by Simon Fraser.
49034
49035         The caret repaint padding has been removed. Needs rebaseline.
49036         Added test that carets should be repainted correctly on a transformed element.
49037
49038         * fast/repaint/caret-with-transformation.html: Added.
49039         * platform/chromium/TestExpectations:
49040         * platform/mac/TestExpectations:
49041
49042 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
49043
49044         [Chromium] Add win mac expectations for r139256
49045         https://bugs.webkit.org/show_bug.cgi?id=106404
49046
49047         Unreviewed gardening.
49048
49049         * platform/chromium-mac/fast/borders/border-radius-with-box-shadow-expected.png: Added.
49050         * platform/chromium-win/fast/borders/border-radius-with-box-shadow-expected.png: Added.
49051
49052 2013-01-09  Ryosuke Niwa  <rniwa@webkit.org>
49053
49054         [JSC] REGRESSION(r135093): A form control with name=length overrides length property on form.elements
49055         https://bugs.webkit.org/show_bug.cgi?id=105775
49056
49057         Reviewed by Sam Weinig.
49058
49059         Added a regression tests for all known HTMLCollection sublcasses except HTMLNameCollection,
49060         which is used only to implement named getters on window and document objects and HTMLPropertiesCollection
49061         since it's not enabled on all ports yet.
49062
49063         * fast/dom/collection-length-should-not-be-overridden-expected.txt: Added.
49064         * fast/dom/collection-length-should-not-be-overridden.html: Added.
49065
49066 2013-01-09  Shinya Kawanaka  <shinyak@chromium.org>
49067
49068         Assert triggered in SelectorChecker::checkOneSelector when scrollbar (e.g. :horizontal) selector is specified.
49069         https://bugs.webkit.org/show_bug.cgi?id=106414
49070
49071         Reviewed by Dimitri Glazkov.
49072
49073         * fast/css/scrollbar-crash-expected.txt: Added.
49074         * fast/css/scrollbar-crash.html: Added.
49075
49076 2013-01-09  Takashi Sakamoto  <tasak@google.com>
49077
49078         border-radius with box-shadow is not rendered correctly
49079         https://bugs.webkit.org/show_bug.cgi?id=106404
49080
49081         Reviewed by Hajime Morita.
49082
49083         * fast/borders/border-radius-with-box-shadow-expected.txt: Added.
49084         * fast/borders/border-radius-with-box-shadow.html: Added.
49085         * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-expected.png: Added.
49086
49087 2013-01-09  Anders Carlsson  <andersca@apple.com>
49088
49089         Update a test result.
49090
49091         * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
49092
49093 2013-01-09  Stephanie Lewis  <slewis@apple.com>
49094
49095         Rebaseline fast/inline/continuation-outlines-with-layers.html
49096         https://bugs.webkit.org/show_bug.cgi?id=106064.
49097
49098         Unreviewed.
49099
49100         Rebaseline after http://trac.webkit.org/changeset/139223. 
49101
49102         * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
49103
49104 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
49105
49106         [Chromium] Ascribe a bug to a crash..
49107
49108         * platform/chromium/TestExpectations: Ascribed.
49109
49110 2013-01-09  Joanmarie Diggs  <jdiggs@igalia.com>
49111
49112         [GTK] accessibility/aria-labelledby-overrides-label.html requires a proper baseline
49113         https://bugs.webkit.org/show_bug.cgi?id=105638
49114
49115         Reviewed by Martin Robinson.
49116
49117         The test was failing for two reasons:
49118         - AccessibilityRenderObject::correspondingLabelForControlElement() was
49119           not ignoring the ARIA labelled-by property
49120         - AccessibilityController::accessibleElementById() was not implemented
49121
49122         Because getting an element by ID cannot be done in the UIProcess, the
49123         decision was made to expose the element's ID as an accessible attribute
49124         of the object.
49125
49126         In addition, fixing the bug in AccessibilityRenderObject made it possible
49127         to eliminate the Gtk platform-specific expectations for another test.
49128
49129         * accessibility/aria-labelledby-overrides-label-expected.txt: Added.
49130         * accessibility/radio-button-title-label-expected.txt: Modified based on
49131         null check which was added and which gets included in the test output.
49132         * accessibility/radio-button-title-label.html: Check to see that we have
49133         a titleUIElement before attempting to get its title.
49134         * platform/gtk/TestExpectations: Unskipped the previously failing test.
49135         * platform/gtk/accessibility/radio-button-title-label-expected.txt: Removed.
49136
49137 2013-01-09  Max Vujovic  <mvujovic@adobe.com>
49138
49139         [CSS Shaders] Detached identifier after mesh box type is not applied
49140         https://bugs.webkit.org/show_bug.cgi?id=105321
49141
49142         Reviewed by Dean Jackson.
49143
49144         Add a test to verify that a "detached" identifier after a mesh box type identifier is
49145         actually applied.
49146
49147         For example:
49148         -webkit-filter: custom(url(...) mix(url(...) normal source-atop), 1 1 border-box detached);
49149
49150         Update parsing tests and expectations to expect that the mesh box type is not returned in
49151         the cssText.
49152
49153         * css3/filters/custom/custom-filter-detached-mesh-with-mesh-box-type-expected.html: Added.
49154         * css3/filters/custom/custom-filter-detached-mesh-with-mesh-box-type.html: Added.
49155         * css3/filters/custom/custom-filter-property-parsing-expected.txt:
49156         * css3/filters/script-tests/custom-filter-property-parsing.js:
49157         * css3/filters/resources/a-triangle-coord-defined.vs: Added.
49158         * platform/chromium/css3/filters/custom/custom-filter-property-parsing-expected.txt:
49159
49160 2013-01-09  Ojan Vafai  <ojan@chromium.org>
49161
49162         Proper version of http://trac.webkit.org/changeset/139221.
49163         The problem was that there was line-wrapping due to form controls
49164         being different sizes on different platforms, not that form
49165         controls dump innerText differently.
49166
49167         * fast/forms/min-content-form-controls-expected.txt:
49168         * fast/forms/min-content-form-controls.html:
49169
49170 2013-01-09  Roger Fong  <roger_fong@apple.com>
49171
49172         Unreviewed. Device Proximity is not enabled/implemented on Windows.
49173         Skipping related tests:
49174
49175         proximity/add-listener-from-callback.html
49176         proximity/basic-operation.html
49177         proximity/create-event.html
49178         proximity/event-after-navigation.html
49179         proximity/multiple-frames.html
49180         proximity/no-page-cache.html
49181         proximity/optional-event-properties.html
49182         proximity/updates.html
49183         proximity/window-property.html
49184
49185         * platform/win/TestExpectations:
49186
49187 2013-01-09  Christophe Dumez  <christophe.dumez@intel.com>
49188
49189         [WK2] Implement eventSender.scheduleAsynchronousKeyDown
49190         https://bugs.webkit.org/show_bug.cgi?id=93979
49191
49192         Reviewed by Benjamin Poulain.
49193
49194         Update WK2 expectations for tests requiring
49195         eventSender.scheduleAsynchronousKeyDown now that it is
49196         implemented in WebKitTestRunner.
49197
49198         * platform/efl-wk2/TestExpectations:
49199         * platform/gtk-wk2/TestExpectations:
49200         * platform/wk2/TestExpectations:
49201
49202 2013-01-09  Dan Winship  <danw@gnome.org>
49203
49204         [Soup] Handle redirection inside WebKit
49205         https://bugs.webkit.org/show_bug.cgi?id=61122
49206         https://bugs.webkit.org/show_bug.cgi?id=88961
49207
49208         Reviewed by Martin Robinson.
49209
49210         Unskip some tests.
49211
49212         * platform/efl/TestExpectations:
49213         * platform/gtk/TestExpectations:
49214
49215 2013-01-09  Florin Malita  <fmalita@chromium.org>
49216
49217         [Skia] Implement GraphicsContext::addRoundedRectClip() using SkCanvas::clipRRect()
49218         https://bugs.webkit.org/show_bug.cgi?id=106461
49219
49220         Reviewed by Stephen White.
49221
49222         * platform/chromium-linux/fast/backgrounds/border-radius-split-background-image-expected.png:
49223         * platform/chromium-linux/fast/borders/border-radius-complex-inner-expected.png:
49224         * platform/chromium-linux/fast/borders/border-radius-inset-outset-expected.png:
49225         * platform/chromium-linux/fast/borders/border-radius-wide-border-05-expected.png:
49226         * platform/chromium-linux/fast/borders/border-styles-split-expected.png:
49227         * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
49228         * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
49229         * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
49230         * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
49231         * platform/chromium-linux/fast/writing-mode/border-styles-vertical-lr-expected.png:
49232         * platform/chromium-linux/fast/writing-mode/border-styles-vertical-rl-expected.png:
49233         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
49234         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
49235         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
49236         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
49237         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
49238         * platform/chromium/TestExpectations:
49239
49240 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
49241
49242         [Chromium] Land expectations for r139197.
49243
49244         * platform/chromium-linux/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
49245         * platform/chromium-mac-snowleopard/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
49246         * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png:
49247         * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
49248         * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.
49249
49250 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
49251
49252         [Chromium] inspector/geolocation-error.html is flaky in Win.
49253         https://bugs.webkit.org/show_bug.cgi?id=106487
49254
49255         * platform/chromium/TestExpectations: Marked as flaky.
49256
49257 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
49258
49259         [Chromium] Tweak webaduio test expectations once more.
49260
49261         * platform/chromium/TestExpectations: Tweaked.
49262
49263 2013-01-09  Alexey Proskuryakov  <ap@apple.com>
49264
49265         Assertion failure in SubresourceLoader::didFail when reloading
49266         https://bugs.webkit.org/show_bug.cgi?id=101416
49267
49268         Reviewed by Nate Chapin.
49269
49270         * http/tests/cache/network-error-during-revalidation-expected.txt: Added.
49271         * http/tests/cache/network-error-during-revalidation.html: Added.
49272         * http/tests/cache/resources/network-error-during-revalidation-frame.html: Added.
49273
49274         * http/tests/resources/network-simulator.php: Added a way to serve resources
49275         without no-cache no-store directives.
49276
49277 2013-01-09  Alexandru Chiculita  <achicu@adobe.com>
49278
49279         Assertion Failure in WebCore::RenderLayerCompositor::updateCompositingLayers
49280         https://bugs.webkit.org/show_bug.cgi?id=106419
49281
49282         Reviewed by Simon Fraser.
49283
49284         Re-added skipped tests as this patch resolves the flakiness.
49285
49286         * platform/mac/TestExpectations:
49287
49288 2013-01-09  Roger Fong  <roger_fong@apple.com>
49289
49290         Unreviewed. Rebaseline some accessibility test results on Win7 port.
49291
49292         * platform/win/accessibility/canvas-fallback-content-2-expected.txt:
49293         * platform/win/platform/win/accessibility: Added.
49294         * platform/win/platform/win/accessibility/option-element-selection-and-focus-events-expected.txt: Added.
49295         * platform/win/platform/win/accessibility/select-element-valuechange-event-expected.txt: Added.
49296
49297 2013-01-09  Robert Hogan  <robert@webkit.org>
49298
49299         REGRESSION(r111439): Focus ring is rendered incorrectly in fast/inline/continuation-outlines-with-layers.html
49300         https://bugs.webkit.org/show_bug.cgi?id=106064
49301
49302         Reviewed by David Hyatt.
49303
49304         * platform/chromium-linux/fast/inline/continuation-outlines-with-layers-expected.png:
49305
49306 2013-01-09  Ojan Vafai  <ojan@chromium.org>
49307
49308         fast/forms/min-content-form-controls.html fails on some platforms
49309         https://bugs.webkit.org/show_bug.cgi?id=106482
49310
49311         Reviewed by Eric Seidel.
49312
49313         The text dump for some form controls (menulists?) has different whitespace
49314         output on different platforms. Remove the form controls to avoid adding
49315         platform-specific expectations for this test.
49316
49317         * fast/forms/min-content-form-controls-expected.txt:
49318         * fast/forms/min-content-form-controls.html:
49319         * platform/mac/TestExpectations:
49320
49321 2013-01-09  Michael Pruett  <michael@68k.org>
49322
49323         IndexedDB: Remove unnecessary tests from storage/indexeddb/key-type-array.html
49324         https://bugs.webkit.org/show_bug.cgi?id=106472
49325
49326         Reviewed by Tony Chang.
49327
49328         The tests which verify that JSON.stringify() throws an exception
49329         for cyclic objects produce different error messages on JSC and
49330         V8 and do nothing to test IndexedDB functionality. These tests
49331         should be removed.
49332
49333         * storage/indexeddb/key-type-array-expected.txt:
49334         * storage/indexeddb/resources/key-type-array.js:
49335
49336 2013-01-08  Ojan Vafai  <ojan@chromium.org>
49337
49338         min-content gets the wrong value if min-width is set on some form controls
49339         https://bugs.webkit.org/show_bug.cgi?id=106389
49340
49341         Reviewed by Tony Chang.
49342
49343         * fast/forms/min-content-form-controls-expected.txt: Added.
49344         * fast/forms/min-content-form-controls.html: Added.
49345
49346 2013-01-09  Roger Fong  <roger_fong@apple.com>
49347
49348         Unreviewed. Skipping 4 video controls tests on Windows.
49349         https://bugs.webkit.org/show_bug.cgi?id=106477.
49350
49351         Skipped tests:
49352         media/video-controls-captions-trackmenu-localized.html
49353         media/video-controls-captions-trackmenu-sorted.html
49354         media/video-controls-captions-trackmenu.html
49355         media/video-controls-visible-exiting-fullscreen.html
49356
49357         * platform/win/TestExpectations:
49358
49359 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
49360
49361         [Chromium] Rebaseline a few tests after r139191.
49362
49363         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
49364         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
49365         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
49366         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
49367         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
49368         * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
49369         * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
49370         * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
49371         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
49372
49373 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
49374
49375         [Chromium] Rebaseline a few tests after r139201.
49376
49377         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png:
49378         * platform/chromium-mac-lion/fast/forms/menulist-option-wrap-expected.png:
49379         * platform/chromium-mac-lion/fast/repaint/control-clip-expected.png:
49380         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
49381         * platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png:
49382         * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png:
49383         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
49384         * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png:
49385         * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png:
49386         * platform/chromium-mac/fast/repaint/control-clip-expected.png:
49387
49388 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
49389
49390         [Chromium] fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html is a flaky crash.
49391         https://bugs.webkit.org/show_bug.cgi?id=106473
49392
49393         * platform/chromium/TestExpectations: Marked.
49394
49395 2013-01-09  Justin Novosad  <junov@google.com>
49396
49397         New chromium-win pixel baseline for gradient-background-leakage-hidpi.html
49398         https://bugs.webkit.org/show_bug.cgi?id=106373
49399
49400         Unreviewed.
49401
49402         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
49403
49404 2013-01-09  Alexis Menard  <alexis@webkit.org>
49405
49406         Implement CSS computed style value for transition shorthand
49407         https://bugs.webkit.org/show_bug.cgi?id=105035
49408
49409         Reviewed by Dean Jackson.
49410
49411         Uncomment existing tests to cover the new feature.
49412
49413         * transitions/transitions-parsing-expected.txt:
49414         * transitions/transitions-parsing.html:
49415
49416 2013-01-09  Tony Chang  <tony@chromium.org>
49417
49418         Automatically generate Settings::unifiedTextCheckerEnabled
49419         https://bugs.webkit.org/show_bug.cgi?id=106382
49420
49421         Reviewed by Adam Barth.
49422
49423         The InternalSettings.idl method didn't match the Settings' getter/setter. Now
49424         that we're using the generated version, make the tests use the same name.
49425
49426         * editing/spelling/grammar-edit-word.html:
49427         * editing/spelling/spellcheck-async-mutation.html:
49428         * editing/spelling/spellcheck-async-remove-frame.html:
49429         * editing/spelling/spellcheck-async.html:
49430         * editing/spelling/spelling-marker-description.html:
49431         * editing/spelling/spelling-unified-emulation.html:
49432         * platform/chromium/editing/spelling/delete-misspelled-word.html:
49433
49434 2013-01-09  Alexis Menard  <alexis@webkit.org>
49435
49436         Implement CSS computed style value for transition shorthand
49437         https://bugs.webkit.org/show_bug.cgi?id=105035
49438
49439         Reviewed by Dean Jackson.
49440
49441         Uncomment existing tests to cover the new feature.
49442
49443         * transitions/transitions-parsing-expected.txt:
49444         * transitions/transitions-parsing.html:
49445
49446 2013-01-09  Shinya Kawanaka  <shinyak@chromium.org>
49447
49448         [Shadow DOM]: ShadowRoot wrong nodeName attribute
49449         https://bugs.webkit.org/show_bug.cgi?id=104995
49450
49451         Reviewed by Dimitri Glazkov.
49452
49453         Converted #shadow-root to #document-fragment in LayoutTests files using sed.
49454
49455         * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
49456         * editing/deleting/delete-ligature-001-expected.txt:
49457         * editing/pasteboard/copy-in-password-field-expected.txt:
49458         * editing/selection/select-all-textarea-expected.txt:
49459         * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt:
49460         * fast/dom/shadow/layout-tests-can-access-shadow.html:
49461         * fast/dom/shadow/shadow-and-list-elements.html:
49462         * fast/events/5056619-expected.txt:
49463         * fast/forms/focus-selection-input-expected.txt:
49464         * fast/forms/focus-selection-textarea-expected.txt:
49465         * fast/forms/textfield-outline-expected.txt:
49466         * fast/html/details-add-summary-1-and-click-expected.txt:
49467         * fast/html/details-add-summary-10-and-click-expected.txt:
49468         * fast/html/details-add-summary-2-and-click-expected.txt:
49469         * fast/html/details-add-summary-3-and-click-expected.txt:
49470         * fast/html/details-add-summary-4-and-click-expected.txt:
49471         * fast/html/details-add-summary-5-and-click-expected.txt:
49472         * fast/html/details-add-summary-6-and-click-expected.txt:
49473         * fast/html/details-add-summary-7-and-click-expected.txt:
49474         * fast/html/details-add-summary-8-and-click-expected.txt:
49475         * fast/html/details-add-summary-9-and-click-expected.txt:
49476         * fast/html/details-remove-summary-1-and-click-expected.txt:
49477         * fast/html/details-remove-summary-2-and-click-expected.txt:
49478         * fast/html/details-remove-summary-3-and-click-expected.txt:
49479         * fast/html/details-remove-summary-4-and-click-expected.txt:
49480         * fast/html/details-remove-summary-5-and-click-expected.txt:
49481         * fast/html/details-remove-summary-6-and-click-expected.txt:
49482         * inspector/elements/shadow-dom-modify-chardata-expected.txt:
49483         * inspector/elements/shadow-root-expected.txt:
49484         * inspector/elements/shadow-root.html:
49485         * inspector/elements/update-shadowdom-expected.txt:
49486         * platform/chromium-android/fast/events/autoscroll-expected.txt:
49487         * platform/chromium-android/fast/forms/input-appearance-selection-expected.txt:
49488         * platform/chromium-android/fast/frames/take-focus-from-iframe-expected.txt:
49489         * platform/chromium-linux-x86/editing/selection/select-from-textfield-outwards-expected.txt:
49490         * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
49491         * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
49492         * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
49493         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
49494         * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.txt:
49495         * platform/chromium-mac-lion/fast/forms/search-rtl-expected.txt:
49496         * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.txt:
49497         * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt:
49498         * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.txt:
49499         * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.txt:
49500         * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.txt:
49501         * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.txt:
49502         * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
49503         * platform/chromium-mac/fast/forms/search-rtl-expected.txt:
49504         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
49505         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
49506         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
49507         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
49508         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
49509         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
49510         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
49511         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
49512         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
49513         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
49514         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
49515         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
49516         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
49517         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
49518         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
49519         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
49520         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
49521         * platform/chromium-win-xp/editing/selection/select-from-textfield-outwards-expected.txt:
49522         * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
49523         * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt:
49524         * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
49525         * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
49526         * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
49527         * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
49528         * platform/chromium-win/editing/selection/4895428-3-expected.txt:
49529         * platform/chromium-win/editing/selection/4975120-expected.txt:
49530         * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
49531         * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
49532         * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
49533         * platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.txt:
49534         * platform/chromium-win/fast/events/autoscroll-expected.txt:
49535         * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
49536         * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
49537         * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
49538         * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
49539         * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
49540         * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
49541         * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
49542         * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
49543         * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
49544         * platform/chromium-win/fast/forms/input-text-double-click-expected.txt:
49545         * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
49546         * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
49547         * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
49548         * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
49549         * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt:
49550         * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
49551         * platform/chromium-win/fast/forms/search-rtl-expected.txt:
49552         * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
49553         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
49554         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
49555         * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
49556         * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
49557         * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
49558         * platform/chromium-win/fast/forms/textfield-outline-expected.txt:
49559         * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
49560         * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
49561         * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
49562         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
49563         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
49564         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
49565         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
49566         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
49567         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
49568         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
49569         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
49570         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
49571         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
49572         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
49573         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
49574         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
49575         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
49576         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
49577         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
49578         * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
49579         * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
49580         * platform/chromium-win/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
49581         * platform/chromium/editing/input/caret-at-the-edge-of-input-expected.txt:
49582         * platform/chromium/editing/input/reveal-caret-of-multiline-input-expected.txt:
49583         * platform/chromium/editing/inserting/4960120-1-expected.txt:
49584         * platform/chromium/editing/pasteboard/drop-text-without-selection-expected.txt:
49585         * platform/chromium/editing/pasteboard/pasting-tabs-expected.txt:
49586         * platform/chromium/editing/selection/4895428-3-expected.txt:
49587         * platform/chromium/editing/selection/4975120-expected.txt:
49588         * platform/chromium/editing/selection/select-from-textfield-outwards-expected.txt:
49589         * platform/chromium/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
49590         * platform/chromium/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
49591         * platform/chromium/fast/events/autoscroll-expected.txt:
49592         * platform/chromium/fast/events/context-no-deselect-expected.txt:
49593         * platform/chromium/fast/forms/input-appearance-focus-expected.txt:
49594         * platform/chromium/fast/forms/input-appearance-readonly-expected.txt:
49595         * platform/chromium/fast/forms/input-appearance-selection-expected.txt:
49596         * platform/chromium/fast/forms/input-double-click-selection-gap-bug-expected.txt:
49597         * platform/chromium/fast/forms/input-placeholder-visibility-1-expected.txt:
49598         * platform/chromium/fast/forms/input-placeholder-visibility-3-expected.txt:
49599         * platform/chromium/fast/forms/input-readonly-autoscroll-expected.txt:
49600         * platform/chromium/fast/forms/input-text-click-inside-expected.txt:
49601         * platform/chromium/fast/forms/input-text-double-click-expected.txt:
49602         * platform/chromium/fast/forms/input-text-drag-down-expected.txt:
49603         * platform/chromium/fast/forms/input-text-option-delete-expected.txt:
49604         * platform/chromium/fast/forms/input-text-self-emptying-click-expected.txt:
49605         * platform/chromium/fast/forms/number/number-appearance-rtl-expected.txt:
49606         * platform/chromium/fast/forms/plaintext-mode-2-expected.txt:
49607         * platform/chromium/fast/forms/search-rtl-expected.txt:
49608         * platform/chromium/fast/forms/tabbing-input-iframe-expected.txt:
49609         * platform/chromium/fast/forms/textarea-placeholder-visibility-1-expected.txt:
49610         * platform/chromium/fast/forms/textarea-placeholder-visibility-2-expected.txt:
49611         * platform/chromium/fast/forms/textarea-scrollbar-expected.txt:
49612         * platform/chromium/fast/forms/textarea-scrolled-type-expected.txt:
49613         * platform/chromium/fast/forms/textfield-focus-ring-expected.txt:
49614         * platform/chromium/fast/forms/textfield-outline-expected.txt:
49615         * platform/chromium/fast/forms/textfield-overflow-expected.txt:
49616         * platform/chromium/fast/frames/take-focus-from-iframe-expected.txt:
49617         * platform/chromium/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
49618         * platform/chromium/fast/transforms/transformed-focused-text-input-expected.txt:
49619         * platform/chromium/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
49620         * platform/efl/editing/input/caret-at-the-edge-of-input-expected.txt:
49621         * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
49622         * platform/efl/editing/inserting/4960120-1-expected.txt:
49623         * platform/efl/fast/events/autoscroll-expected.txt:
49624         * platform/efl/fast/events/context-no-deselect-expected.txt:
49625         * platform/efl/fast/forms/input-appearance-focus-expected.txt:
49626         * platform/efl/fast/forms/input-appearance-readonly-expected.txt:
49627         * platform/efl/fast/forms/input-appearance-selection-expected.txt:
49628         * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
49629         * platform/efl/fast/forms/input-placeholder-visibility-1-expected.txt:
49630         * platform/efl/fast/forms/input-placeholder-visibility-3-expected.txt:
49631         * platform/efl/fast/forms/input-text-click-inside-expected.txt:
49632         * platform/efl/fast/forms/input-text-double-click-expected.txt:
49633         * platform/efl/fast/forms/input-text-option-delete-expected.txt:
49634         * platform/efl/fast/forms/input-text-self-emptying-click-expected.txt:
49635         * platform/efl/fast/forms/number/number-appearance-rtl-expected.txt:
49636         * platform/efl/fast/forms/tabbing-input-iframe-expected.txt:
49637         * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt:
49638         * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt:
49639         * platform/efl/fast/forms/textarea-scrollbar-expected.txt:
49640         * platform/efl/fast/forms/textarea-scrolled-type-expected.txt:
49641         * platform/efl/fast/forms/textfield-focus-ring-expected.txt:
49642         * platform/efl/fast/forms/textfield-outline-expected.txt:
49643         * platform/efl/fast/forms/validation-message-appearance-expected.txt:
49644         * platform/efl/fast/frames/take-focus-from-iframe-expected.txt:
49645         * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
49646         * platform/efl/fast/text/textIteratorNilRenderer-expected.txt:
49647         * platform/efl/fast/transforms/transformed-focused-text-input-expected.txt:
49648         * platform/gtk/editing/input/caret-at-the-edge-of-input-expected.txt:
49649         * platform/gtk/editing/input/reveal-caret-of-multiline-input-expected.txt:
49650         * platform/gtk/editing/inserting/4960120-1-expected.txt:
49651         * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt:
49652         * platform/gtk/editing/pasteboard/pasting-tabs-expected.txt:
49653         * platform/gtk/editing/selection/4895428-3-expected.txt:
49654         * platform/gtk/editing/selection/4975120-expected.txt:
49655         * platform/gtk/editing/selection/select-across-readonly-input-1-expected.txt:
49656         * platform/gtk/editing/selection/select-across-readonly-input-4-expected.txt:
49657         * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt:
49658         * platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt:
49659         * platform/gtk/fast/events/autoscroll-expected.txt:
49660         * platform/gtk/fast/events/context-no-deselect-expected.txt:
49661         * platform/gtk/fast/forms/input-appearance-focus-expected.txt:
49662         * platform/gtk/fast/forms/input-appearance-readonly-expected.txt:
49663         * platform/gtk/fast/forms/input-appearance-selection-expected.txt:
49664         * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt:
49665         * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
49666         * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt:
49667         * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt:
49668         * platform/gtk/fast/forms/input-text-click-inside-expected.txt:
49669         * platform/gtk/fast/forms/input-text-click-outside-expected.txt:
49670         * platform/gtk/fast/forms/input-text-double-click-expected.txt:
49671         * platform/gtk/fast/forms/input-text-drag-down-expected.txt:
49672         * platform/gtk/fast/forms/input-text-option-delete-expected.txt:
49673         * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
49674         * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt:
49675         * platform/gtk/fast/forms/number/number-appearance-rtl-expected.txt:
49676         * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
49677         * platform/gtk/fast/forms/search-rtl-expected.txt:
49678         * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt:
49679         * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.txt:
49680         * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.txt:
49681         * platform/gtk/fast/forms/textarea-scrollbar-expected.txt:
49682         * platform/gtk/fast/forms/textarea-scrolled-type-expected.txt:
49683         * platform/gtk/fast/forms/textfield-focus-ring-expected.txt:
49684         * platform/gtk/fast/forms/textfield-outline-expected.txt:
49685         * platform/gtk/fast/forms/textfield-overflow-expected.txt:
49686         * platform/gtk/fast/forms/validation-message-appearance-expected.txt:
49687         * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
49688         * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
49689         * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
49690         * platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt:
49691         * platform/mac-wk2/editing/selection/select-across-readonly-input-4-expected.txt:
49692         * platform/mac-wk2/editing/selection/select-across-readonly-input-5-expected.txt:
49693         * platform/mac-wk2/fast/forms/plaintext-mode-2-expected.txt:
49694         * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
49695         * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt:
49696         * platform/mac/editing/inserting/4960120-1-expected.txt:
49697         * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
49698         * platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
49699         * platform/mac/editing/selection/4895428-3-expected.txt:
49700         * platform/mac/editing/selection/4975120-expected.txt:
49701         * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
49702         * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
49703         * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
49704         * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
49705         * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
49706         * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
49707         * platform/mac/fast/events/autoscroll-expected.txt:
49708         * platform/mac/fast/events/context-no-deselect-expected.txt:
49709         * platform/mac/fast/forms/input-appearance-focus-expected.txt:
49710         * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
49711         * platform/mac/fast/forms/input-appearance-selection-expected.txt:
49712         * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
49713         * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
49714         * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
49715         * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
49716         * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
49717         * platform/mac/fast/forms/input-text-click-inside-expected.txt:
49718         * platform/mac/fast/forms/input-text-double-click-expected.txt:
49719         * platform/mac/fast/forms/input-text-drag-down-expected.txt:
49720         * platform/mac/fast/forms/input-text-option-delete-expected.txt:
49721         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
49722         * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
49723         * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
49724         * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
49725         * platform/mac/fast/forms/search-rtl-expected.txt:
49726         * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
49727         * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
49728         * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
49729         * platform/mac/fast/forms/textarea-scrollbar-expected.txt:
49730         * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
49731         * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
49732         * platform/mac/fast/forms/textfield-outline-expected.txt:
49733         * platform/mac/fast/forms/textfield-overflow-expected.txt:
49734         * platform/mac/fast/forms/validation-message-appearance-expected.txt:
49735         * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
49736         * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
49737         * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
49738         * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
49739         * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
49740         * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
49741         * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
49742         * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
49743         * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
49744         * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
49745         * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
49746         * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
49747         * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
49748         * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
49749         * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
49750         * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
49751         * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
49752         * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
49753         * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
49754         * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
49755         * platform/qt/editing/input/caret-at-the-edge-of-input-expected.txt:
49756         * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.txt:
49757         * platform/qt/editing/inserting/4960120-1-expected.txt:
49758         * platform/qt/editing/pasteboard/pasting-tabs-expected.txt:
49759         * platform/qt/editing/selection/4895428-3-expected.txt:
49760         * platform/qt/editing/selection/4975120-expected.txt:
49761         * platform/qt/editing/selection/select-across-readonly-input-1-expected.txt:
49762         * platform/qt/editing/selection/select-across-readonly-input-4-expected.txt:
49763         * platform/qt/editing/selection/select-across-readonly-input-5-expected.txt:
49764         * platform/qt/fast/events/context-no-deselect-expected.txt:
49765         * platform/qt/fast/forms/input-appearance-focus-expected.txt:
49766         * platform/qt/fast/forms/input-appearance-readonly-expected.txt:
49767         * platform/qt/fast/forms/input-appearance-selection-expected.txt:
49768         * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt:
49769         * platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt:
49770         * platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt:
49771         * platform/qt/fast/forms/input-text-click-inside-expected.txt:
49772         * platform/qt/fast/forms/input-text-click-outside-expected.txt:
49773         * platform/qt/fast/forms/input-text-double-click-expected.txt:
49774         * platform/qt/fast/forms/input-text-option-delete-expected.txt:
49775         * platform/qt/fast/forms/input-text-scroll-left-on-blur-expected.txt:
49776         * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
49777         * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt:
49778         * platform/qt/fast/forms/plaintext-mode-2-expected.txt:
49779         * platform/qt/fast/forms/search-rtl-expected.txt:
49780         * platform/qt/fast/forms/tabbing-input-iframe-expected.txt:
49781         * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.txt:
49782         * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.txt:
49783         * platform/qt/fast/forms/textarea-scrollbar-expected.txt:
49784         * platform/qt/fast/forms/textarea-scrolled-type-expected.txt:
49785         * platform/qt/fast/forms/textfield-focus-ring-expected.txt:
49786         * platform/qt/fast/forms/textfield-outline-expected.txt:
49787         * platform/qt/fast/forms/textfield-overflow-expected.txt:
49788         * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
49789         * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
49790         * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
49791         * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
49792         * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
49793         * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
49794         * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
49795         * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
49796         * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
49797         * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
49798         * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
49799         * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
49800         * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
49801         * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
49802         * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
49803         * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
49804         * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
49805         * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
49806         * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt:
49807         * platform/win-wk2/fast/forms/textfield-overflow-expected.txt:
49808         * platform/win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
49809         * platform/win/editing/input/reveal-caret-of-multiline-input-expected.txt:
49810         * platform/win/editing/selection/select-from-textfield-outwards-expected.txt:
49811         * platform/win/fast/forms/input-text-drag-down-expected.txt:
49812
49813 2013-01-09  Zoltan Horvath  <zoltan@webkit.org>
49814
49815         [CSS Regions] Selecting text through nested regions causes weird and unclearable selection  
49816         https://bugs.webkit.org/show_bug.cgi?id=105641
49817
49818         Reviewed by David Hyatt.
49819
49820         If you have a region with a nested region inside what is rendered below the base region and you are trying select text
49821         starting from the base region and ending it in the nested region, firstly you got a weird selection, secondly you can't
49822         clear the selection. We could prevent this strange behavior by preventing the selection through different region flows.
49823
49824         * fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.
49825         * fast/regions/selecting-text-through-different-region-flows.html: Added.
49826         * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
49827
49828 2013-01-09  Florin Malita  <fmalita@chromium.org>
49829
49830         [Skia] Implement GraphicsContext::fillRoundedRect() using SkCanvas::drawRRect()
49831         https://bugs.webkit.org/show_bug.cgi?id=106366
49832
49833         Reviewed by Stephen White.
49834
49835         * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png:
49836         * platform/chromium-linux/fast/backgrounds/background-leakage-expected.png:
49837         * platform/chromium-linux/fast/backgrounds/background-leakage-transforms-expected.png:
49838         * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png:
49839         * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
49840         * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
49841         * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
49842         * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
49843         * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
49844         * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
49845         * platform/chromium-linux/fast/box-shadow/spread-expected.png:
49846         * platform/chromium-linux/fast/css/box-shadow-and-border-radius-expected.png:
49847         * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
49848         * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png:
49849         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
49850         * platform/chromium-linux/fast/layers/video-layer-expected.png:
49851         * platform/chromium-linux/fast/regions/full-screen-video-from-region-expected.png:
49852         * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
49853         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
49854         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
49855         * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
49856         * platform/chromium-linux/fast/transforms/shadows-expected.png:
49857         * platform/chromium-linux/fullscreen/full-screen-stacking-context-expected.png:
49858         * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
49859         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
49860         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png:
49861         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
49862         * platform/chromium-linux/media/audio-controls-rendering-expected.png:
49863         * platform/chromium-linux/media/audio-repaint-expected.png:
49864         * platform/chromium-linux/media/controls-after-reload-expected.png:
49865         * platform/chromium-linux/media/controls-layout-direction-expected.png:
49866         * platform/chromium-linux/media/controls-strict-expected.png:
49867         * platform/chromium-linux/media/controls-styling-expected.png:
49868         * platform/chromium-linux/media/controls-styling-strict-expected.png:
49869         * platform/chromium-linux/media/controls-without-preload-expected.png:
49870         * platform/chromium-linux/media/media-controls-clone-expected.png:
49871         * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
49872         * platform/chromium-linux/media/video-controls-rendering-expected.png:
49873         * platform/chromium-linux/media/video-display-toggle-expected.png:
49874         * platform/chromium-linux/media/video-empty-source-expected.png:
49875         * platform/chromium-linux/media/video-no-audio-expected.png:
49876         * platform/chromium-linux/media/video-playing-and-pause-expected.png:
49877         * platform/chromium-linux/media/video-zoom-controls-expected.png:
49878         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
49879         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
49880         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
49881         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
49882         * platform/chromium/TestExpectations:
49883
49884 2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
49885
49886         Unreviewed EFL gardening.
49887
49888         Skipping failing tests after r139141, r139145.
49889
49890         * platform/efl/TestExpectations:
49891
49892 2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
49893
49894         Unreviewed EFL gardening.
49895
49896         Rebaselining of media/video-controls-captions.html.
49897
49898         * platform/efl/media/video-controls-captions-expected.txt: Added.
49899
49900 2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
49901
49902         Unreviewed EFL gardening.
49903
49904         Skipping failing tests after r139111, r139140.
49905
49906         * platform/efl/TestExpectations:
49907
49908 2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
49909
49910         EFL port gardening after r139145, r139002.
49911
49912         Unreviewed gardening.
49913
49914         * platform/efl/TestExpectations:
49915
49916 2013-01-09  Ryosuke Niwa  <rniwa@webkit.org>
49917
49918         Removed crash expectations from tests that have been passing per bugs 105566, 105567, and 105580.
49919
49920         * platform/gtk/TestExpectations:
49921         * platform/mac/TestExpectations:
49922
49923 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
49924
49925         [chromium] fast/frames/frame-limit.html can be slow in release
49926         https://bugs.webkit.org/show_bug.cgi?id=106126
49927
49928         Unreviewed gardening.
49929
49930         * platform/chromium/TestExpectations: Add Slow expectation for Win and Linux.
49931         [ Win Linux Release ] fast/frames/frame-limit.html [ Pass Slow ]
49932
49933 2013-01-09  Kunihiko Sakamoto  <ksakamoto@chromium.org>
49934
49935         INPUT_MULTIPLE_FIELDS_UI: min/max attributes should not make all fields read-only
49936         https://bugs.webkit.org/show_bug.cgi?id=106422
49937
49938         Reviewed by Kent Tamura.
49939
49940         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield-expected.txt:
49941         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html: Update expectations.
49942         * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield-expected.txt:
49943         * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html: Ditto.
49944
49945 2013-01-09  Sheriff Bot  <webkit.review.bot@gmail.com>
49946
49947         Unreviewed, rolling out r139134.
49948         http://trac.webkit.org/changeset/139134
49949         https://bugs.webkit.org/show_bug.cgi?id=106424
49950
49951          WebGL tests still crash on EFL (Requested by MPozdnyakov on
49952         #webkit).
49953
49954         * platform/efl/TestExpectations:
49955
49956 2013-01-09  Kunihiko Sakamoto  <ksakamoto@chromium.org>
49957
49958         INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of week field should respect min/max attributes
49959         https://bugs.webkit.org/show_bug.cgi?id=106416
49960
49961         Reviewed by Kent Tamura.
49962
49963         * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield-expected.txt: Added.
49964         * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield.html: Added.
49965         * fast/forms/week-multiple-fields/week-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
49966         * fast/forms/week-multiple-fields/week-multiple-fields-stepup-stepdown-from-renderer.html: Added.
49967
49968 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
49969
49970         [chromium] Tighten svg/custom/feComponentTransfer-Table.svg on windows
49971         https://bugs.webkit.org/show_bug.cgi?id=106126
49972
49973         Unreviewed gardening. Bot reports:
49974
49975         Regressions: Unexpected image-only failures (1)
49976             svg/custom/feComponentTransfer-Table.svg [ ImageOnlyFailure ]
49977
49978         * platform/chromium/TestExpectations: So change Failure -> ImageOnlyFailure
49979         to silence the bot. 
49980
49981 2013-01-09  Zan Dobersek  <zandobersek@gmail.com>
49982
49983         Unreviewed GTK gardening.
49984
49985         Adding a flaky timeout expectation for fast/workers/worker-close-more.html
49986         that regressed with r139145.
49987
49988         * platform/gtk/TestExpectations:
49989
49990 2013-01-08  Takashi Sakamoto  <tasak@google.com>
49991
49992         Use window.WebKitShadowRoot for checking whether a node is shadow root or not.
49993         https://bugs.webkit.org/show_bug.cgi?id=88748
49994
49995         Reviewed by Hajime Morita.
49996
49997         * fast/dom/shadow/resources/shadow-dom.js:
49998         (isShadowRoot):
49999         Modified to use window.WebKitShadowRoot instead of node name.
50000         * resources/dump-as-markup.js:
50001         (Markup.get var):
50002         Added shadowRootList which has information about whether the given node
50003         is a shadow root or not.
50004         (Markup):
50005         (Markup._get):
50006         If the given element is a document fragment and its address is in
50007         shadowRootList, use "<shadow:root>".
50008         (Markup._getShadowHostIfPossible):
50009         Only this method uses internals.shadowRoot and obtains the youngest
50010         shadow root from the given node. So update shadowRootList in this
50011         method.
50012
50013 2013-01-08  Stephanie Lewis  <slewis@apple.com>
50014
50015         Assertion Failure in WebCore::RenderLayerCompositor::updateCompositingLayers.
50016         https://bugs.webkit.org/show_bug.cgi?id=106419.
50017
50018         Unreviewed.
50019
50020         Updated Expectations.
50021
50022         * platform/mac/TestExpectations:
50023
50024 2013-01-08  Noel Gordon  <noel.gordon@gmail.com>
50025
50026         [chromium] Unreviewed gardening. Update fast/events/touch/compositor-touch-hit-rects on linux
50027
50028         * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
50029
50030 2013-01-08  Arpita Bahuguna  <arpitabahuguna@gmail.com>
50031
50032         Caret is incorrectly painted for a contenteditable <div> containing a <br> in vertical writing mode
50033         https://bugs.webkit.org/show_bug.cgi?id=103621
50034
50035         Reviewed by Ryosuke Niwa.
50036
50037         * editing/selection/caret-in-div-containing-br-in-vertical-mode-expected.txt: Added.
50038         * editing/selection/caret-in-div-containing-br-in-vertical-mode.html: Added.
50039         Testcase added for verifying the caret display at the start of an editable
50040         div containing only a <br> element in vertical writing mode.
50041
50042 2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>
50043
50044         [Qt] Unreviewed gardening, skip new failing tests.
50045
50046         * platform/qt/TestExpectations:
50047
50048 2013-01-08  Noel Gordon  <noel.gordon@gmail.com>
50049
50050         [chromium] Rebaseline and optimise fast/regions/full-screen-video-from-region on Win7 and Win XP
50051
50052         Unreviewed gardening.
50053
50054         * 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.
50055
50056 2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>
50057
50058         [Qt] Unreviewed gardening, skip new failing tests.
50059
50060         * platform/qt/TestExpectations:
50061
50062 2013-01-08  Stephanie Lewis  <slewis@apple.com>
50063
50064         A couple of fast/workers tests fail after http://trac.webkit.org/projects/webkit/changeset/139145.
50065         https://bugs.webkit.org/show_bug.cgi?id=106415.
50066
50067         Unreviewed.
50068
50069         Updated Expectations.
50070
50071         * platform/mac/TestExpectations:
50072
50073 2013-01-08  Stephanie Lewis  <slewis@apple.com>
50074
50075         Assertion failure in WebCore::HTMLConstructionSite::HTMLConstructionSite.
50076         https://bugs.webkit.org/show_bug.cgi?id=106412.
50077
50078         Unreviewed.  
50079
50080         Updating Expectations.
50081
50082         * platform/mac/TestExpectations:
50083
50084 2013-01-08  Matt Falkenhagen  <falken@chromium.org>
50085
50086         Make NodeRenderingContext::parentRenderer and nextRenderer top layer aware
50087         https://bugs.webkit.org/show_bug.cgi?id=103477
50088
50089         Reviewed by Hajime Morita.
50090
50091         * fast/dom/HTMLDialogElement/modal-dialog-in-replaced-renderer-expected.html: Added.
50092         * fast/dom/HTMLDialogElement/modal-dialog-in-replaced-renderer.html: Added.
50093         * fast/dom/HTMLDialogElement/modal-dialog-in-table-column-expected.html: Added.
50094         * fast/dom/HTMLDialogElement/modal-dialog-in-table-column.html: Added.
50095         * fast/dom/HTMLDialogElement/modal-dialog-sibling-expected.html: Added.
50096         * fast/dom/HTMLDialogElement/modal-dialog-sibling.html: Added.
50097
50098 2013-01-08  Hayato Ito  <hayato@chromium.org>
50099
50100         [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.
50101         https://bugs.webkit.org/show_bug.cgi?id=104509
50102
50103         Reviewed by Dimitri Glazkov.
50104
50105         Adding a test for making sure that MouseEvent offsetX and offsetY arrributes are adjusted in retargeting.
50106
50107         * fast/dom/shadow/shadow-dom-mouse-event-adjust-offset-expected.txt: Added.
50108         * fast/dom/shadow/shadow-dom-mouse-event-adjust-offset.html: Added.
50109
50110 2013-01-08  Noel Gordon  <noel.gordon@gmail.com>
50111
50112         [chromium] Unreviewed gardening. jquery/event.html timeouts in release and debug.
50113
50114         * platform/chromium/TestExpectations: 
50115
50116 2013-01-08  Kent Tamura  <tkent@chromium.org>
50117
50118         REGRESSION(r135836): Invalid user input for input[type=number] should be cleared by input.value=""
50119         https://bugs.webkit.org/show_bug.cgi?id=106284
50120
50121         Reviewed by Hajime Morita.
50122
50123         * fast/forms/number/number-validity-badinput.html:
50124         Add a test case.
50125         * fast/forms/number/number-validity-badinput-expected.txt:
50126
50127 2013-01-08  Nate Chapin  <japhet@chromium.org>
50128
50129         REGRESSION(r138222?): [Mac WK1] http/tests/appcache/main-resource-redirect.html asserts in WebFrameLoaderClient::dispatchDidFinishLoading
50130         https://bugs.webkit.org/show_bug.cgi?id=106123
50131
50132         Reviewed by Alexey Proskuryakov.
50133
50134         * platform/mac-wk2/TestExpectations:
50135         * platform/mac/TestExpectations: main-resource-redirect.html is no longer crashing.
50136
50137 2013-01-08  Martin Robinson  <mrobinson@igalia.com>
50138
50139         [EFL] [WK2] Some authentication tests fail in WebKit2
50140         https://bugs.webkit.org/show_bug.cgi?id=106407
50141
50142         * platform/efl-wk2/TestExpectations: Skip some tests failing for EFL
50143         on WebKit2.
50144
50145 2013-01-08  Martin Robinson  <mrobinson@igalia.com>
50146
50147         [Mac] Authentication tests fail even after r139140
50148         https://bugs.webkit.org/show_bug.cgi?id=106405
50149
50150         * platform/mac-wk2/TestExpectations: Skip authentication tests that are still
50151         failing in WebKit2 on Mac.
50152
50153 2013-01-08  Julien Chaffraix  <jchaffraix@webkit.org>
50154
50155         Layout Test fast/css-grid-layout/grid-columns-rows-get-set-multiple.html, grid-columns-rows-get-set.html is failing
50156         https://bugs.webkit.org/show_bug.cgi?id=104090
50157
50158         Unreviewed gardening.
50159
50160         * platform/chromium/TestExpectations:
50161         In r139025, the not-totally-OK call to GridTrackSize::length() was removed and thus the
50162         tests don't trigger an ASSERT anymore. This change merrily re-enable them.
50163
50164 2013-01-08  Alexandru Chiculita  <achicu@adobe.com>
50165
50166         Assert in RenderGeometryMap::mapToContainer
50167         https://bugs.webkit.org/show_bug.cgi?id=106068
50168
50169         Reviewed by Simon Fraser.
50170
50171         * compositing/geometry/assert-layout-not-done-expected.txt: Added.
50172         * compositing/geometry/assert-layout-not-done.html: Added. Testing for the case when compositor is triggered before the first layout.
50173         * compositing/geometry/assert-marquee-timer-expected.txt: Added.
50174         * compositing/geometry/assert-marquee-timer.html: Added. Tested for the case when the marquee might trigger compositor updates, while a layout is still pending.
50175
50176 2013-01-08  Brandon Jones  <bajones@chromium.org>
50177
50178         Make WebGLRenderingContext inherit from ActiveDOMObject
50179         https://bugs.webkit.org/show_bug.cgi?id=104733
50180
50181         Reviewed by Adam Barth.
50182
50183         * fast/canvas/webgl/context-release-upon-reload-expected.txt: Added.
50184         * fast/canvas/webgl/context-release-upon-reload.html: Added.
50185         * fast/canvas/webgl/resources/context-release-upon-reload-child.html: Added.
50186
50187 2013-01-08  Martin Robinson  <mrobinson@igalia.com>
50188
50189         WebKitTestRunner needs support for setHandlesAuthenticationChallenges
50190         https://bugs.webkit.org/show_bug.cgi?id=103653
50191
50192         Reviewed by Anders Carlsson.
50193
50194         Unskip authentication tests which are now passing.
50195
50196         * platform/wk2/TestExpectations:
50197
50198 2013-01-08  Justin Novosad  <junov@google.com>
50199
50200         Color bleeding with rounded rectangles on high dpi displays
50201         https://bugs.webkit.org/show_bug.cgi?id=106373
50202
50203         Reviewed by Simon Fraser.
50204
50205         New layout test to verify that rounded rectangle corners do not
50206         produce color bleeding on high dpi devices.
50207
50208         * fast/backgrounds/gradient-background-leakage-hidpi-expected.txt: Added.
50209         * fast/backgrounds/gradient-background-leakage-hidpi.html: Added.
50210         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
50211
50212 2013-01-08  Filip Pizlo  <fpizlo@apple.com>
50213
50214         DFG shouldn't treat the 'this' argument as being captured if a code block uses arguments
50215         https://bugs.webkit.org/show_bug.cgi?id=106398
50216         <rdar://problem/12439776>
50217
50218         Reviewed by Mark Hahnenberg.
50219
50220         * fast/js/dfg-inline-constructor-that-uses-arguments-expected.txt: Added.
50221         * fast/js/dfg-inline-constructor-that-uses-arguments.html: Added.
50222         * fast/js/jsc-test-list:
50223         * fast/js/script-tests/dfg-inline-constructor-that-uses-arguments.js: Added.
50224         (Foo):
50225         (bar):
50226
50227 2013-01-08  Viatcheslav Ostapenko  <sl.ostapenko@samsung.com>
50228
50229         [EFL][WK2] WebGL test cases are sometimes crashing
50230         https://bugs.webkit.org/show_bug.cgi?id=104506
50231
50232         Unreviewed gardening.
50233
50234         Enable webgl tests that are passing after recent changes.
50235
50236         * platform/efl/TestExpectations:
50237
50238 2013-01-08  Hajime Morrita  <morrita@google.com>
50239
50240         Unreviewed, marking drag-and-drop-autoscroll.html
50241
50242         * platform/efl/TestExpectations:
50243         * platform/gtk/TestExpectations:
50244         * platform/mac/TestExpectations:
50245
50246 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
50247
50248         Organize some svg/gynamic-updates expectations.
50249
50250         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Removed.
50251         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Removed.
50252
50253 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
50254
50255         [Chromium] Layout Tests svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues* are flaky.
50256         https://bugs.webkit.org/show_bug.cgi?id=106390
50257
50258         * platform/chromium/TestExpectations: Adjusted expectations.
50259
50260 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
50261
50262         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.
50263         https://bugs.webkit.org/show_bug.cgi?id=106387
50264
50265         * platform/chromium/TestExpectations: Marked new flakes.
50266
50267 2013-01-08  Ryosuke Niwa  <rniwa@webkit.org>
50268
50269         Skip the test added by r139062 on WebKit2 bots since it uses a testRunner method
50270         that hasn't been implemented yet.
50271
50272         * platform/wk2/TestExpectations:
50273
50274 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
50275
50276         [Chromium] Tighten up some test expectations.
50277
50278         * platform/chromium/TestExpectations: Tightened.
50279
50280 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
50281
50282         [Chromium] A bunch of fast/css-grid-layout tests started timing out after r139025.
50283         https://bugs.webkit.org/show_bug.cgi?id=106378
50284
50285         * platform/chromium/TestExpectations: Marked expectations.
50286
50287 2013-01-08  Tom Sepez  <tsepez@chromium.org>
50288
50289         Copy-paste preserves <embed> tags containing active content.
50290         https://bugs.webkit.org/show_bug.cgi?id=77625
50291
50292         Reviewed by Ryosuke Niwa.
50293
50294         * editing/pasteboard/paste-noplugin-expected.txt: Added.
50295         * editing/pasteboard/paste-noplugin.html: Added.
50296
50297 2013-01-08  Filip Pizlo  <fpizlo@apple.com>
50298
50299         REGRESSION (r138921): Crash in JSC::Arguments::create
50300         https://bugs.webkit.org/show_bug.cgi?id=106329
50301         <rdar://problem/12974196>
50302
50303         Reviewed by Mark Hahnenberg.
50304
50305         * fast/js/dfg-create-inlined-arguments-in-closure-inline-expected.txt: Added.
50306         * fast/js/dfg-create-inlined-arguments-in-closure-inline.html: Added.
50307         * fast/js/jsc-test-list:
50308         * fast/js/script-tests/dfg-create-inlined-arguments-in-closure-inline.js: Added.
50309         (foo):
50310
50311 2013-01-08  Martin Robinson  <mrobinson@igalia.com>
50312
50313         Layout Test http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html is timing out
50314         https://bugs.webkit.org/show_bug.cgi?id=106332
50315
50316         Reviewed by Ryosuke Niwa.
50317
50318         Fix this flaky test by adjusting the authentication realm
50319         used in the HTTP headers.
50320
50321         * http/tests/misc/authentication-redirect-4/resources/auth-then-redirect.php: The authentication realm used
50322         in the HTTP headers is shared with several other HTTP tests, so cached credentials can "leak" from one
50323         test to another. Make the authentication realm unique for this test.
50324
50325 2013-01-08  Alexis Menard  <alexis@webkit.org>
50326
50327         WebKit does not reject some cubic-bezier form values for transition-timing-function.
50328         https://bugs.webkit.org/show_bug.cgi?id=106369
50329
50330         Reviewed by Dean Jackson.
50331
50332         Extended existing tests to cover the bug. Updated an existing test
50333         which was checking wrong values.
50334
50335         * fast/css/transition-timing-function.html: Change the tested values as
50336         they are considered wrong by the spec.
50337         * fast/css/transition-timing-function-expected.txt:
50338
50339 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
50340
50341         [Chromium] Tighten up the actual expectations around webaudio fails..
50342         https://bugs.webkit.org/show_bug.cgi?id=106232
50343
50344         * platform/chromium/TestExpectations: Tightened.
50345
50346 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
50347
50348         [Chromium] Update expectations for platform/chromium/fast/events/touch/compositor-touch-hit-rects.html.
50349
50350         * platform/chromium-win-xp/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Removed.
50351         * platform/chromium-win/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
50352
50353 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
50354
50355         Update expectations for various tests.
50356
50357         * platform/chromium-win-xp/fast/table/038-vertical-expected.png: Removed.
50358         * platform/chromium-win-xp/fast/table/border-collapsing/004-vertical-expected.png: Removed.
50359         * platform/chromium-win/fast/ruby/base-shorter-than-text-expected.txt:
50360         * platform/chromium-win/fast/table/038-vertical-expected.png:
50361         * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.png:
50362
50363 2013-01-08  Andreas Kling  <akling@apple.com>
50364
50365         Heap-use-after-free in bool WebCore::SelectorChecker::checkOneSelector.
50366         <http://webkit.org/b/105834>
50367
50368         Reviewed by Antti Koivisto.
50369
50370         * fast/dom/mutation-event-listener-with-dirty-inline-style-crash-expected.txt: Added.
50371         * fast/dom/mutation-event-listener-with-dirty-inline-style-crash.html: Added.
50372
50373 2013-01-08  Filip Pizlo  <fpizlo@apple.com>
50374
50375         DFG initrinsic handling should ensure that we backwards propagate the fact that all operands may escape
50376         https://bugs.webkit.org/show_bug.cgi?id=106365
50377
50378         Reviewed by Mark Hahnenberg.
50379         
50380         Add tests that cover the possible badness that could occur for all of those
50381         intrinsics that don't intrinsically (pun sort of intended) cause escapeage
50382         to happen. As in, if we did happen to know for sure that what we want is
50383         ArithSqrt, then we would have a guarantee that ArithSqrt does not by itself
50384         use its operands in a way that involves NodeUsedAsOther. But when ArithSqrt
50385         is inserted because of intrinsic optimization (i.e. something like
50386         Math.sqrt(blah)) then the intrinsic machinery needs to indicate that blah
50387         could escape in the case that we didn't end up doing ArithSqrt because we
50388         exited prior to it and called some other function.
50389
50390         * fast/js/dfg-abs-backwards-propagation-expected.txt: Added.
50391         * fast/js/dfg-abs-backwards-propagation.html: Added.
50392         * fast/js/dfg-max-backwards-propagation-expected.txt: Added.
50393         * fast/js/dfg-max-backwards-propagation.html: Added.
50394         * fast/js/dfg-min-backwards-propagation-expected.txt: Added.
50395         * fast/js/dfg-min-backwards-propagation.html: Added.
50396         * fast/js/dfg-proven-sqrt-backwards-propagation-expected.txt: Added.
50397         * fast/js/dfg-proven-sqrt-backwards-propagation.html: Added.
50398         * fast/js/dfg-sqrt-backwards-propagation-expected.txt: Added.
50399         * fast/js/dfg-sqrt-backwards-propagation.html: Added.
50400         * fast/js/jsc-test-list:
50401         * fast/js/script-tests/dfg-abs-backwards-propagation.js: Added.
50402         (foo):
50403         (bar):
50404         * fast/js/script-tests/dfg-max-backwards-propagation.js: Added.
50405         (foo):
50406         (bar):
50407         * fast/js/script-tests/dfg-min-backwards-propagation.js: Added.
50408         (foo):
50409         (bar):
50410         * fast/js/script-tests/dfg-proven-sqrt-backwards-propagation.js: Added.
50411         (foo):
50412         (bar):
50413         * fast/js/script-tests/dfg-sqrt-backwards-propagation.js: Added.
50414         (foo):
50415         (bar):
50416
50417 2013-01-08  Filip Pizlo  <fpizlo@apple.com>
50418
50419         If array allocation profiling causes a new_array to allocate double arrays, then the holes should end up being correctly initialized
50420         https://bugs.webkit.org/show_bug.cgi?id=106363
50421
50422         Reviewed by Mark Hahnenberg.
50423
50424         * fast/js/jsc-test-list:
50425         * fast/js/new-array-double-with-holes-expected.txt: Added.
50426         * fast/js/new-array-double-with-holes.html: Added.
50427         * fast/js/script-tests/new-array-double-with-holes.js: Added.
50428         (foo):
50429
50430 2013-01-08  Ryosuke Niwa  <rniwa@webkit.org>
50431
50432         Add a crashing test expectation to a test added in r139029.
50433         The failure is tracked by the bug 106361.
50434
50435         * platform/mac/TestExpectations:
50436
50437 2013-01-08  Ojan Vafai  <ojan@chromium.org>
50438
50439         text controls are sized too small when a percentage height is set
50440         https://bugs.webkit.org/show_bug.cgi?id=106277
50441
50442         Reviewed by Tony Chang.
50443
50444         * fast/forms/percent-height-auto-width-form-controls-expected.txt: Added.
50445         * fast/forms/percent-height-auto-width-form-controls.html: Added.
50446
50447 2013-01-08  Mike West  <mkwst@chromium.org>
50448
50449         CSP: 'none' should take effect only if no other source expression is present.
50450         https://bugs.webkit.org/show_bug.cgi?id=106314
50451
50452         Reviewed by Adam Barth.
50453
50454         * http/tests/security/contentSecurityPolicy/source-list-parsing-none-expected.txt: Added.
50455         * http/tests/security/contentSecurityPolicy/source-list-parsing-none.html: Added.
50456
50457 2013-01-08  Antoine Quint  <graouts@apple.com>
50458
50459         <track> element's mode set to "disabled" after load although it was explicitly set to "hidden"
50460         https://bugs.webkit.org/show_bug.cgi?id=105536
50461
50462         Reviewed by Eric Carlson.
50463
50464         * media/track/opera/interfaces/TextTrack/addCue-expected.txt:
50465         * media/track/opera/interfaces/TextTrack/removeCue-expected.txt: Added.
50466         * media/track/opera/interfaces/TextTrackCue/align-expected.txt: Added.
50467         * media/track/opera/interfaces/TextTrackCue/endTime-expected.txt:
50468         * media/track/opera/interfaces/TextTrackCue/id-expected.txt: Added.
50469         * media/track/opera/interfaces/TextTrackCue/pauseOnExit-expected.txt: Added.
50470         * media/track/opera/interfaces/TextTrackCue/startTime-expected.txt:
50471         * media/track/opera/interfaces/TextTrackCue/track-expected.txt: Added.
50472         * platform/chromium/TestExpectations: Skipping newly failing test on Chrome.
50473         * platform/efl/TestExpectations:
50474         * platform/gtk/TestExpectations:
50475         * platform/mac/TestExpectations:
50476         * platform/qt/TestExpectations:
50477         * platform/win/TestExpectations:
50478
50479 2013-01-08  Zan Dobersek  <zandobersek@gmail.com>
50480
50481         Unreviewed GTK gardening.
50482
50483         Unifying accessibility layout test failure expectations in the WK2
50484         TestExpectations file, with each expectation given an appropriate bug modifier.
50485         Removing three failure expectations for transitions tests that are now passing
50486         on WK2.
50487
50488         * platform/gtk-wk2/TestExpectations:
50489
50490 2013-01-08  Chris Fleizach  <cfleizach@apple.com>
50491
50492         AX: PopUpButtons do not report that AXValueAttribute is supported
50493         https://bugs.webkit.org/show_bug.cgi?id=106333
50494
50495         Reviewed by Ryosuke Niwa.
50496
50497         * platform/mac/accessibility/popup-button-exposes-axvalue-expected.txt: Added.
50498         * platform/mac/accessibility/popup-button-exposes-axvalue.html: Added.
50499
50500 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
50501
50502         Update expectations for fast/text/justify-ideograph*.
50503
50504         * platform/chromium-linux-x86/fast/text/justify-ideograph-vertical-expected.txt: Added.
50505         * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png: Added.
50506         * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.txt: Added.
50507         * platform/chromium-mac-lion/fast/text/justify-ideograph-simple-expected.png:
50508         * platform/chromium-mac-lion/fast/text/justify-ideograph-vertical-expected.png:
50509         * platform/chromium-mac-snowleopard/fast/text/justify-ideograph-simple-expected.png:
50510         * platform/chromium-mac-snowleopard/fast/text/justify-ideograph-vertical-expected.png:
50511         * platform/chromium-mac/fast/text/justify-ideograph-simple-expected.png:
50512         * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.png:
50513
50514 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
50515
50516         Update expectations for webaudio/realtimeanalyser-fft-sizing.html.
50517
50518         * platform/chromium-linux/webaudio/realtimeanalyser-fft-sizing-expected.txt: Added.
50519
50520 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
50521
50522         [Chromium] context-creation-and-destruction.html is slow and flaky.
50523         https://bugs.webkit.org/show_bug.cgi?id=92287
50524
50525         * platform/chromium/TestExpectations: Adjusted expectations.
50526
50527 2013-01-08  Dan Winship  <danw@gnome.org>
50528
50529         Updates for Apache 2.4
50530         https://bugs.webkit.org/show_bug.cgi?id=104478
50531
50532         Reviewed by Martin Robinson.
50533
50534         Apache 2.4 requires a slightly different config from 2.2, so split
50535         fedora-httpd.conf into separate 2.2 and 2.4 versions.
50536
50537         2.4 is also more picky about passing request headers to CGI
50538         scripts, and will ignore headers that aren't valid according to
50539         the HTTP grammar, so change underscores to hyphens to fix them.
50540
50541         * http/conf/fedora-httpd-2.2.conf: Renamed from
50542         LayoutTests/http/conf/fedora-httpd.conf.
50543         * http/conf/fedora-httpd-2.4.conf: Based on
50544         LayoutTests/http/conf/fedora-httpd.conf and updated for 2.4.
50545         * http/tests/cookies/resources/cookies-test-pre.js:
50546         (setCookies):
50547         (clearCookies):
50548         * http/tests/navigation/ping-cookie.html:
50549         * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value.html:
50550
50551 2013-01-08  Alexis Menard  <alexis@webkit.org>
50552
50553         transition-delay and transition-duration return incorrect values when querying using the computed style.
50554         https://bugs.webkit.org/show_bug.cgi?id=105432
50555
50556         Reviewed by Dean Jackson.
50557
50558         Uncomment existing tests to cover the bug.
50559
50560         * transitions/transitions-parsing-expected.txt:
50561         * transitions/transitions-parsing.html:
50562
50563 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
50564
50565         [Chromium] Tweak expectations for random-array-gc-stress.html to reflect reality.
50566         https://bugs.webkit.org/show_bug.cgi?id=84802
50567
50568         * platform/chromium/TestExpectations: Tweaked expectations.
50569
50570 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
50571
50572         [Chromium] Skip http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html, because
50573         it's been timing out since it was added.
50574         https://bugs.webkit.org/show_bug.cgi?id=106332
50575
50576         * platform/chromium/TestExpectations: Adjusted expectations.
50577
50578 2013-01-08  Martin Robinson  <mrobinson@igalia.com>
50579
50580         [GTK] Login & password shown in browsers' URL entry after successful HTTP authentication
50581         https://bugs.webkit.org/show_bug.cgi?id=105190
50582
50583         Reviewed by Carlos Garcia Campos.
50584
50585         Add a new test that checks that the URL of a page that redirects and uses
50586         authentication. This verifies correct behavior for ports that communicates
50587         a request's credentials to the platform networking layer by setting them in the URL.
50588         The credentials should not remain in the URL string itself.
50589
50590         * http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url-expected.txt: Added.
50591         * http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html: Added.
50592         * http/tests/misc/authentication-redirect-4/resources/auth-echo.php: Added.
50593         * http/tests/misc/authentication-redirect-4/resources/auth-then-redirect.php: Added.
50594
50595 2013-01-08  Zan Dobersek  <zandobersek@gmail.com>
50596
50597         Unreviwed gardening.
50598
50599         Removing failure expectations/skip entries for fast/dom/Window/window-postmessage-arrays.html.
50600         The test was fixed by r138964.
50601
50602         Also further remove failure expectations for now-passing tests on the GTK builders.
50603
50604         * platform/efl/TestExpectations:
50605         * platform/gtk/TestExpectations:
50606         * platform/mac/TestExpectations:
50607         * platform/qt/TestExpectations:
50608
50609 2013-01-08  Zan Dobersek  <zandobersek@gmail.com>
50610
50611         Unreviewed GTK gardening.
50612
50613         Changing a timeout expectation for inspector/timeline/timeline-decode-resize.html
50614         to a failure expectation. The test doesn't time out anymore due to added WebP support.
50615
50616         Adding a timeout expectation for two proximity layout tests added in r139050.
50617
50618         * platform/gtk/TestExpectations:
50619
50620 2013-01-08  Keishi Hattori  <keishi@webkit.org>
50621
50622         [Chromium] Don't confine page popups to root view on Mac
50623         https://bugs.webkit.org/show_bug.cgi?id=106315
50624
50625         Reviewed by Kent Tamura.
50626
50627         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Remove setting parameters confineToRootView and rootViewRectInScreen.
50628
50629 2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>
50630
50631         [Qt] Unreviewed gardening, skip a new failing test.
50632
50633         * platform/qt/TestExpectations:
50634
50635 2013-01-08  Kihong Kwon  <kihong.kwon@samsung.com>
50636
50637         Add DeviceProximityController to support Device Proximity Events.
50638         https://bugs.webkit.org/show_bug.cgi?id=97630
50639
50640         Reviewed by Hajime Morita.
50641
50642         Add layout test cases for the DeviceProximityController.
50643
50644         * proximity/add-listener-from-callback-expected.txt: Added.
50645         * proximity/add-listener-from-callback.html: Added.
50646         * proximity/basic-operation-expected.txt: Added.
50647         * proximity/basic-operation.html: Added.
50648         * proximity/create-event-expected.txt: Added.
50649         * proximity/create-event.html: Added.
50650         * proximity/event-after-navigation-expected.txt: Added.
50651         * proximity/event-after-navigation.html: Added.
50652         * proximity/multiple-frames-expected.txt: Added.
50653         * proximity/multiple-frames.html: Added.
50654         * proximity/no-page-cache-expected.txt: Added.
50655         * proximity/no-page-cache.html: Added.
50656         * proximity/optional-event-properties-expected.txt: Added.
50657         * proximity/optional-event-properties.html: Added.
50658         * proximity/resources/cached-page-1.html: Added.
50659         * proximity/resources/cached-page-2.html: Added.
50660         * proximity/resources/event-after-navigation-new.html: Added.
50661         * proximity/updates-expected.txt: Added.
50662         * proximity/updates.html: Added.
50663         * proximity/window-property-expected.txt: Added.
50664         * proximity/window-property.html: Added.
50665
50666 2013-01-08  Zan Dobersek  <zandobersek@gmail.com>
50667
50668         Unreviewed GTK gardening.
50669
50670         Adding failure expectation for an a11y test added in r139002.
50671
50672         * platform/gtk/TestExpectations:
50673
50674 2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>
50675
50676         [Qt][WK2] Unreviewed gardening after r138932.
50677
50678         * platform/qt-5.0-wk2/fast/ruby/ruby-beforeafter-expected.png: Added.
50679         * platform/qt-5.0-wk2/fast/ruby/ruby-beforeafter-expected.txt: Added.
50680         * platform/qt-5.0-wk2/fast/ruby/ruby-empty-rt-expected.png: Added.
50681         * platform/qt-5.0-wk2/fast/ruby/ruby-empty-rt-expected.txt: Added.
50682         * platform/qt-5.0-wk2/fast/ruby/ruby-length-expected.png: Added.
50683         * platform/qt-5.0-wk2/fast/ruby/ruby-length-expected.txt: Added.
50684         * platform/qt-5.0-wk2/fast/ruby/ruby-run-break-expected.png: Added.
50685         * platform/qt-5.0-wk2/fast/ruby/ruby-run-break-expected.txt: Added.
50686         * platform/qt-5.0-wk2/fast/ruby/ruby-runs-expected.png: Added.
50687         * platform/qt-5.0-wk2/fast/ruby/ruby-runs-expected.txt: Added.
50688         * platform/qt-5.0-wk2/fast/ruby/ruby-runs-spans-expected.png: Added.
50689         * platform/qt-5.0-wk2/fast/ruby/ruby-runs-spans-expected.txt: Added.
50690         * platform/qt-5.0-wk2/fast/ruby/ruby-simple-expected.png: Added.
50691         * platform/qt-5.0-wk2/fast/ruby/ruby-simple-expected.txt: Added.
50692         * platform/qt-5.0-wk2/fast/ruby/ruby-simple-rp-expected.png: Added.
50693         * platform/qt-5.0-wk2/fast/ruby/ruby-simple-rp-expected.txt: Added.
50694         * platform/qt-5.0-wk2/fast/ruby/ruby-trailing-expected.png: Added.
50695         * platform/qt-5.0-wk2/fast/ruby/ruby-trailing-expected.txt: Added.
50696
50697 2013-01-04  Sergio Villar Senin  <svillar@igalia.com>
50698
50699         [GTK] Add WebP image support
50700         https://bugs.webkit.org/show_bug.cgi?id=105915
50701
50702         Reviewed by Martin Robinson.
50703
50704         * platform/gtk/TestExpectations: unskipped two tests passing now
50705         that we have WebP support.
50706
50707 2013-01-08  Yoshifumi Inoue  <yosin@chromium.org>
50708
50709         Dragging over an element with scrollbars should scroll the element when dragging near edges
50710         https://bugs.webkit.org/show_bug.cgi?id=39725
50711
50712         Reviewed by Hajime Morita.
50713
50714         This patch adds new test for autoscroll during drag-and-drop.
50715
50716         * fast/events/drag-and-drop-autoscroll-expected.txt: Added.
50717         * fast/events/drag-and-drop-autoscroll.html: Added.
50718
50719 2013-01-08  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
50720
50721         Float block's logical top margin is illegal in vertical writing mode.
50722         https://bugs.webkit.org/show_bug.cgi?id=96597
50723
50724         Reviewed by Hajime Morita.
50725
50726         Specify margin to float block in vertical writing mode.
50727
50728         * fast/writing-mode/vertical-float-margin-expected.html: Added.
50729         * fast/writing-mode/vertical-float-margin.html: Added.
50730         * platform/chromium/TestExpectations: Add need rebaseline.
50731
50732 2013-01-07  Kent Tamura  <tkent@chromium.org>
50733
50734         REGRESSION(r137406): Text inside an empty optgroup prevents subsequent options from appearing
50735         https://bugs.webkit.org/show_bug.cgi?id=106298
50736
50737         Reviewed by Ryosuke Niwa.
50738
50739         * fast/forms/select/select-empty-optgroup-expected.html: Added.
50740         * fast/forms/select/select-empty-optgroup.html: Added.
50741
50742 2013-01-07  Kunihiko Sakamoto  <ksakamoto@chromium.org>
50743
50744         INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of month/day field should respect min/max attributes
50745         https://bugs.webkit.org/show_bug.cgi?id=106212
50746
50747         Reviewed by Kent Tamura.
50748
50749         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield-expected.txt:
50750         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html: Add tests for month and day fields.
50751         * fast/forms/date-multiple-fields/date-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
50752         * fast/forms/date-multiple-fields/date-multiple-fields-stepup-stepdown-from-renderer.html: Added.
50753         * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield-expected.txt: Added.
50754         * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html: Added.
50755         * fast/forms/month-multiple-fields/month-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
50756         * fast/forms/month-multiple-fields/month-multiple-fields-stepup-stepdown-from-renderer.html: Added.
50757
50758 2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
50759
50760         [CoordinatedGraphics] compositing/repaint/resize-repaint.html is failing
50761         https://bugs.webkit.org/show_bug.cgi?id=104637
50762
50763         Reviewed by Noam Rosenthal.
50764
50765         Unskip compositing/repaint/resize-repaint.html now that Coordinated
50766         Graphics is no longer repainting unconditionally compositing layers
50767         when their size changes.
50768
50769         * platform/efl-wk2/TestExpectations:
50770
50771 2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
50772
50773         [CoordinatedGraphics] Support invalidation tracking for CoordinatedGraphicsLayer
50774         https://bugs.webkit.org/show_bug.cgi?id=106002
50775
50776         Reviewed by Noam Rosenthal.
50777
50778         Unskip several tests that require invalidation tracking for EFL WK2 now that
50779         it is supported by Coordinated Graphics.
50780
50781         * platform/efl-wk2/TestExpectations:
50782         * platform/efl/TestExpectations:
50783         * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
50784         Use same expectation as mac port.
50785         * platform/efl/fast/images/repaint-subrect-grid-expected.txt: Added. We are sometimes
50786         1 pixel off compared to the global expectation likely due to lack for subpixel layout
50787         support.
50788
50789 2013-01-07  Hajime Morrita  <morrita@google.com>
50790
50791         Document::m_activeNode should be always an Element.
50792         https://bugs.webkit.org/show_bug.cgi?id=106193
50793
50794         Reviewed by Ryosuke Niwa.
50795
50796         * svg/custom/text-use-click-crash-expected.txt: Added.
50797         * svg/custom/text-use-click-crash.html: Added.
50798
50799 2013-01-07  Julien Chaffraix  <jchaffraix@webkit.org>
50800
50801         [CSS Grid Layout] Implement grid items sizing for fixed minmax grid tracks
50802         https://bugs.webkit.org/show_bug.cgi?id=104700
50803
50804         Reviewed by Tony Chang.
50805
50806         * fast/css-grid-layout/minmax-fixed-logical-height-only-expected.txt: Added.
50807         * fast/css-grid-layout/minmax-fixed-logical-height-only.html: Added.
50808         * fast/css-grid-layout/minmax-fixed-logical-width-only-expected.txt: Added.
50809         * fast/css-grid-layout/minmax-fixed-logical-width-only.html: Added.
50810
50811 2013-01-07  Xianzhu Wang  <wangxianzhu@chromium.org>
50812
50813         Add a setting to enable composited scrolling for frames
50814         https://bugs.webkit.org/show_bug.cgi?id=104950
50815
50816         Reviewed by James Robinson.
50817
50818         Test case to ensure iframes are not added into nonFastScrollableRegion when acceleratedCompositingForScrollableFramesEnabled and compositedScrollingForFramesEnabled.
50819
50820         * compositing/iframes/iframe-composited-scrolling-expected.txt: Added.
50821         * compositing/iframes/iframe-composited-scrolling.html: Added.
50822
50823 2013-01-07  Adam Barth  <abarth@webkit.org>
50824
50825         HTMLTreeBuilder should not depend on Frame
50826         https://bugs.webkit.org/show_bug.cgi?id=106256
50827
50828         Reviewed by Eric Seidel.
50829
50830         I needed to update this test slightly because now we lock in the
50831         "script enabled" bit for the parser when the parser starts. That means
50832         we'll parse the document in a consistent way even if the "script
50833         enabled" bit gets flipped later.
50834
50835         * fast/parser/noscript-with-javascript-disabled-expected.txt:
50836         * fast/parser/noscript-with-javascript-disabled.html:
50837
50838 2013-01-07  Tony Chang  <tony@chromium.org>
50839
50840         Remove more internals.settings that are autogenerated
50841         https://bugs.webkit.org/show_bug.cgi?id=106253
50842
50843         Reviewed by Adam Barth.
50844
50845         These tests were manually trying to reset setMediaPlaybackRequiresUserGesture
50846         when the test ended because they weren't using the InternalSettings::Backup to
50847         save/restore the prefs. The autogenerated code will properly reset these prefs
50848         before the next test.
50849
50850         * media/no-autoplay-with-user-gesture-requirement.html:
50851         * media/video-load-require-user-gesture.html:
50852         * media/video-play-require-user-gesture.html:
50853
50854 2013-01-07  Emil A Eklund  <eae@chromium.org>
50855
50856         REGRESSION(SUBPIXEL_LAYOUT): el.offsetWidth < el.clientWidth for elements of a certain size
50857         https://bugs.webkit.org/show_bug.cgi?id=106107
50858
50859         Reviewed by Levi Weintraub.
50860         
50861         Add test for clientWidth/offsetWidth rounding.
50862
50863         * fast/sub-pixel/client-and-offset-width-expected.txt: Added.
50864         * fast/sub-pixel/client-and-offset-width.html: Added.
50865
50866 2013-01-07  Ryosuke Niwa  <rniwa@webkit.org>
50867
50868         Add Mac Lion result after r138986.
50869
50870         * platform/mac-lion/platform/mac/fast/text/vertical-no-sideways-expected.txt: Added.
50871
50872 2013-01-07  Chris Fleizach  <cfleizach@apple.com>
50873
50874         AX: the text of render counters are not exposed to Accessibility
50875         https://bugs.webkit.org/show_bug.cgi?id=103794
50876
50877         Reviewed by Ryosuke Niwa.
50878
50879         * accessibility/render-counter-text-expected.txt: Added.
50880         * accessibility/render-counter-text.html: Added.
50881
50882 2013-01-07  Ojan Vafai  <ojan@chromium.org>
50883
50884         A couple more rebaselines for http://trac.webkit.org/changeset/138838.
50885         * platform/mac/fast/table/038-vertical-expected.txt:
50886         * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
50887
50888 2013-01-07  Justin Novosad  <junov@google.com>
50889
50890         Fixing memory read after free in CanvasRenderingContext2D::accessFont
50891         https://bugs.webkit.org/show_bug.cgi?id=106244
50892
50893         Reviewed by Abhishek Arya.
50894
50895         New test case to verify stability of 2D canvas method measureText.
50896         Test case was causing a DumpRenderTree crash on builds with
50897         AddressSantitizer instrumentation.
50898
50899         * fast/canvas/canvas-measureText-expected.txt: Added.
50900         * fast/canvas/canvas-measureText.html: Added.
50901
50902 2013-01-07  Abhishek Arya  <inferno@chromium.org>
50903
50904         Heap-buffer-overflow in WebCore::RenderBlock::clone.
50905         https://bugs.webkit.org/show_bug.cgi?id=101984
50906
50907         Reviewed by Julien Chaffraix.
50908
50909         * fast/multicol/recursive-split-flow-crash-expected.txt: Added.
50910         * fast/multicol/recursive-split-flow-crash.html: Added.
50911
50912 2013-01-07  Enrica Casucci  <enrica@apple.com> 
50913
50914         Some characters are not rotated properly in vertical text
50915         https://bugs.webkit.org/show_bug.cgi?id=105663
50916         <rdar://problem/12738911>
50917
50918         Reviewed by Dan Bernstein. 
50919
50920         * platform/mac/fast/text/vertical-no-sideways.html: Added. 
50921         * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt: Added.
50922
50923 2013-01-07  Levi Weintraub  <leviw@chromium.org>
50924
50925         Unreviewed gardening. Updating test expectations following r138717.
50926
50927         * platform/chromium-linux/platform/chromium/fast/events/touch: Removed.
50928         * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Removed.
50929         * platform/chromium-mac/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
50930         * platform/chromium-win-xp/platform/chromium/fast/events: Added.
50931         * platform/chromium-win-xp/platform/chromium/fast/events/touch: Added.
50932         * platform/chromium-win-xp/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
50933         * platform/chromium/TestExpectations:
50934
50935 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
50936
50937         [Chromium] fast/speech/scripted/navigate-away.html is flaky.
50938         https://bugs.webkit.org/show_bug.cgi?id=106249
50939
50940         * platform/chromium/TestExpectations: Marked as flaky.
50941
50942 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
50943
50944         [Chromium] Rebaseline webaudio/realtimeanalyser-fft-sizing.html.
50945
50946         * platform/chromium-win/webaudio/realtimeanalyser-fft-sizing-expected.txt: Renamed from LayoutTests/platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt.
50947
50948 2013-01-07  Sheriff Bot  <webkit.review.bot@gmail.com>
50949
50950         Unreviewed, rolling out r137632.
50951         http://trac.webkit.org/changeset/137632
50952         https://bugs.webkit.org/show_bug.cgi?id=106237
50953
50954         Caused major security regressions on ClusterFuzz (Requested by
50955         inferno-sec on #webkit).
50956
50957         * mathml/mo-stretch-crash-expected.txt: Removed.
50958         * mathml/mo-stretch-crash.html: Removed.
50959
50960 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
50961
50962         [Chromium] Rebaseline svg/W3C-SVG-1.1/paths-data-03-f.svg.
50963
50964         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Updated expectation.
50965
50966 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
50967
50968         [Chromium] Tests in svg/dynamic-updates are flaky..
50969         https://bugs.webkit.org/show_bug.cgi?id=106238
50970
50971         * platform/chromium/TestExpectations: Marked as flaky.
50972
50973 2013-01-07  Ojan Vafai  <ojan@chromium.org>
50974
50975         Rebaselines after http://trac.webkit.org/changeset/138838.
50976
50977         * platform/chromium-mac-lion/fast/ruby/base-shorter-than-text-expected.txt:
50978         * platform/chromium-mac-lion/fast/table/038-vertical-expected.png:
50979         * platform/chromium-mac-lion/fast/table/border-collapsing/004-vertical-expected.png:
50980         * platform/chromium-mac-snowleopard/fast/table/038-vertical-expected.png:
50981         * platform/chromium-mac-snowleopard/fast/table/border-collapsing/004-vertical-expected.png:
50982         * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt:
50983         * platform/chromium-mac/fast/table/038-vertical-expected.png:
50984         * platform/chromium-mac/fast/table/038-vertical-expected.txt: Copied from LayoutTests/platform/chromium/fast/table/038-vertical-expected.txt.
50985         * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.png:
50986         * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.txt:
50987         * platform/chromium-win-xp/fast/ruby/base-shorter-than-text-expected.txt:
50988         * platform/chromium-win-xp/fast/table/038-vertical-expected.png: Added.
50989         * platform/chromium-win-xp/fast/table/border-collapsing/004-vertical-expected.png: Added.
50990         * platform/chromium/TestExpectations:
50991         * platform/gtk/TestExpectations:
50992         * platform/gtk/fast/ruby/base-shorter-than-text-expected.txt:
50993         * platform/gtk/fast/table/038-vertical-expected.txt:
50994         * platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt:
50995         * platform/mac-lion/fast/table/038-vertical-expected.txt: Copied from LayoutTests/platform/chromium/fast/table/038-vertical-expected.txt.
50996         * platform/mac-lion/fast/table/border-collapsing/004-vertical-expected.txt: Added.
50997         * platform/mac-wk2/fast/table/038-vertical-expected.txt: Renamed from LayoutTests/platform/chromium/fast/table/038-vertical-expected.txt.
50998         * platform/mac-wk2/fast/table/border-collapsing/004-vertical-expected.txt: Added.
50999         * platform/mac/TestExpectations:
51000         * platform/qt/TestExpectations:
51001         * platform/qt/fast/table/038-vertical-expected.txt:
51002         * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt:
51003
51004 2013-01-07  Victor Carbune  <victor@rosedu.org>
51005
51006         [Track] Rendering crash
51007         https://bugs.webkit.org/show_bug.cgi?id=106199
51008
51009         Reviewed by Eric Carlson.
51010
51011         * media/track/track-cue-inline-assertion-crash-expected.txt: Added.
51012         * media/track/track-cue-inline-assertion-crash.html: Added.
51013
51014 2013-01-07  Michael Pruett  <michael@68k.org>
51015
51016         [JSC] Copy non-index properties of arrays in SerializedScriptValue
51017         https://bugs.webkit.org/show_bug.cgi?id=105575
51018
51019         Reviewed by Oliver Hunt.
51020
51021         The structured cloning algorithm requires copying all properties of
51022         array objects, including non-index properties.
51023
51024         * fast/storage/resources/serialized-script-value.js:
51025         * fast/storage/serialized-script-value-expected.txt:
51026         * fast/storage/serialized-script-value.html:
51027         * platform/chromium/fast/storage/serialized-script-value-expected.txt:
51028         * platform/chromium/fast/storage/serialized-script-value.html:
51029
51030 2013-01-07  Mihnea Ovidenie  <mihnea@adobe.com>
51031
51032         [CSS Regions] LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl.html has repainting issues
51033         https://bugs.webkit.org/show_bug.cgi?id=97208
51034
51035         Reviewed by Tony Chang.
51036
51037         Following the fix for https://bugs.webkit.org/show_bug.cgi?id=105893, i converted this to a ref test.
51038         Used a defined monospace font for similar results on all platforms.
51039
51040         * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.html: Added.
51041         * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
51042         * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl.html:
51043         * platform/chromium-linux/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
51044         * platform/chromium-mac-lion/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
51045         * platform/chromium-mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
51046         * platform/chromium-win/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
51047         * platform/chromium-win/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
51048         * platform/chromium/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
51049         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
51050         * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
51051         * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
51052         * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
51053         * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
51054         * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
51055
51056 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
51057
51058         [Chromium] Marked WebAudio tests that are failing on Windows.
51059         https://bugs.webkit.org/show_bug.cgi?id=106232
51060
51061         * platform/chromium/TestExpectations: Marked.
51062
51063 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
51064
51065         Mark fast/block/float/max-width-clear-float-with-overflow-hidden.html as failing.
51066         https://bugs.webkit.org/show_bug.cgi?id=47975
51067
51068         * platform/chromium/TestExpectations: Marked.
51069
51070 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
51071
51072         [Chromium] Update bug numbers and organize bug lines.
51073
51074         * platform/chromium/TestExpectations: Organizzazzed.
51075
51076 2013-01-07  Mihnea Ovidenie  <mihnea@adobe.com>
51077
51078         Unreviewed. Unskip tests fixed in http://trac.webkit.org/changeset/138937.
51079
51080         * platform/efl/TestExpectations:
51081         * platform/gtk/TestExpectations:
51082
51083 2013-01-07  Mihnea Ovidenie  <mihnea@adobe.com>
51084
51085         [GTK][EFL][Qt] New tests fast/regions/region-rule-nested-region-rule.html, fast/regions/region-styling-mediaquery.html are failing
51086         https://bugs.webkit.org/show_bug.cgi?id=106168
51087
51088         Reviewed by Csaba Osztrogonác.
51089
51090         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
51091         the h1 element is displayed at the same position in the region and in the containing article element.
51092         Also, cleaned up the tests a little.
51093
51094         * fast/regions/region-rule-nested-region-rule-expected.html:
51095         * fast/regions/region-rule-nested-region-rule.html:
51096         * fast/regions/region-styling-mediaquery-expected.html:
51097         * fast/regions/region-styling-mediaquery.html:
51098
51099 2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
51100
51101         Regression(r138786): Causes webaudio tests to crash
51102         https://bugs.webkit.org/show_bug.cgi?id=106182
51103
51104         Reviewed by Philippe Normand.
51105
51106         Unskip several webaudio tests for EFL WK2 now that the
51107         regression was fixed.
51108
51109         * platform/efl-wk2/TestExpectations:
51110
51111 2013-01-07  János Badics  <jbadics@inf.u-szeged.hu>
51112
51113         [Qt] Gardening.
51114         r138820: Skipped a test because track feature is not functional yet.
51115         r138838: Added new baseline to fast/writing-mode/table-percent-width-quirk-expected.txt.
51116
51117         Reviewed by Csaba Osztrogonác.
51118
51119         * platform/qt/TestExpectations:
51120         * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.txt:
51121
51122 2013-01-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>
51123
51124         Unskip now passing ruby tests.
51125
51126         Unreviewed gardening.
51127
51128         Verified to match rendering in other ports.
51129
51130         * platform/qt/TestExpectations:
51131         * platform/qt/fast/ruby/ruby-beforeafter-expected.txt: Added.
51132         * platform/qt/fast/ruby/ruby-empty-rt-expected.txt: Added.
51133         * platform/qt/fast/ruby/ruby-length-expected.txt: Added.
51134         * platform/qt/fast/ruby/ruby-run-break-expected.txt: Added.
51135         * platform/qt/fast/ruby/ruby-runs-expected.txt: Added.
51136         * platform/qt/fast/ruby/ruby-runs-spans-expected.txt: Added.
51137         * platform/qt/fast/ruby/ruby-simple-expected.txt: Added.
51138         * platform/qt/fast/ruby/ruby-simple-rp-expected.txt: Added.
51139         * platform/qt/fast/ruby/ruby-trailing-expected.txt: Added.
51140
51141 2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
51142
51143         Unreviewed EFL gardening.
51144
51145         Mark 2 fast/regions ref tests as failing for EFL
51146         port. Those tests were introduced in r138854.
51147
51148         * platform/efl/TestExpectations:
51149
51150 2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
51151
51152         Unreviewed EFL gardening.
51153
51154         Mark several webaudio tests as crashing on WK2 EFL
51155         due to a regression in r138786.
51156
51157         * platform/efl-wk2/TestExpectations:
51158
51159 2013-01-06  Abhishek Arya  <inferno@chromium.org>
51160
51161         Heap-use-after-free in DocumentLoader::stopLoading
51162         https://bugs.webkit.org/show_bug.cgi?id=103656
51163
51164         Reviewed by Eric Seidel.
51165
51166         * fast/dom/ready-state-change-crash-expected.txt: Added.
51167         * fast/dom/ready-state-change-crash.html: Added.
51168
51169 2013-01-06  Abhishek Arya  <inferno@chromium.org>
51170
51171         Heap-use-after-free in WebCore::Document::implicitClose
51172         https://bugs.webkit.org/show_bug.cgi?id=105655
51173
51174         Reviewed by Eric Seidel.
51175
51176         * fast/dom/window-load-crash-expected.txt: Added.
51177         * fast/dom/window-load-crash.html: Added.
51178
51179 2013-01-06  Mike West  <mkwst@chromium.org>
51180
51181         Seamless: IFrame's padding isn't taken into account when calculating its height.
51182         https://bugs.webkit.org/show_bug.cgi?id=106167
51183
51184         Reviewed by Eric Seidel.
51185
51186         * fast/frames/seamless/seamless-border-padding-expected.txt:
51187             Adjusts the previously failing expectations to the correct values.
51188
51189 2013-01-05  Ryosuke Niwa  <rniwa@webkit.org>
51190
51191         Add failing test expectations to some tile drawing tests on Mac WebKit2.
51192         The failures are tracked by the bug 106187.
51193
51194         * platform/mac-wk2/TestExpectations:
51195
51196 2013-01-05  Ryosuke Niwa  <rniwa@webkit.org>
51197
51198         Revert an erroneous change from r138874.
51199
51200         http/tests/misc/link-rel-icon-beforeload.html had been skipped prior to r138874
51201         and it should continued to be.
51202
51203         * platform/mac-wk2/TestExpectations:
51204
51205 2013-01-05  Ryosuke Niwa  <rniwa@webkit.org>
51206
51207         Add a flaky test expectation for the bug 106185.
51208
51209         * platform/mac/TestExpectations:
51210
51211 2013-01-05  Robert Hogan  <robert@webkit.org>
51212
51213         Heap-use-after-free in WebCore::RenderBlock::insertIntoTrackedRendererMaps
51214         https://bugs.webkit.org/show_bug.cgi?id=105654
51215
51216         Reviewed by Simon Fraser.
51217
51218         * fast/block/sticky-position-containing-block-crash-expected.txt: Added.
51219         * fast/block/sticky-position-containing-block-crash.html: Added.
51220
51221 2013-01-05  Mike West  <mkwst@chromium.org>
51222
51223         Deflaking http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html
51224         https://bugs.webkit.org/show_bug.cgi?id=106165
51225
51226         Reviewed by Adam Barth.
51227
51228         The original test chose its violation mechanism poorly. The existing injection file
51229         injected two violations, which generated reports delivered in a random order. This
51230         patch creates a new injection JavaScript file that injects a single image, generating
51231         a single report. That should deflake the test.
51232
51233         * http/tests/security/contentSecurityPolicy/report-uri-from-javascript-expected.txt:
51234         * http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html:
51235         * http/tests/security/contentSecurityPolicy/resources/inject-image.js:
51236             Adjusting the test to be deterministic.
51237         * platform/chromium/TestExpectations:
51238         * platform/efl/TestExpectations:
51239         * platform/mac/TestExpectations:
51240         * platform/qt/TestExpectations:
51241             Unskipping test.
51242
51243
51244 2013-01-05  Mike West  <mkwst@chromium.org>
51245
51246         seamless iframes don't take border into account properly and make the iframe too small.
51247         https://bugs.webkit.org/show_bug.cgi?id=90827
51248
51249         Reviewed by Ojan Vafai.
51250
51251         * fast/frames/seamless/seamless-border-padding-expected.txt: Added.
51252         * fast/frames/seamless/seamless-border-padding.html: Added.
51253             This test checks the IFrame's handling of borders and padding.
51254             Things work correctly for width after this patch, but there are
51255             still issues with padding and height, which will be fixed in
51256             http://wkbug.com/106167
51257
51258 2013-01-05  Min Qin  <qinmin@chromium.org>
51259
51260         MediaControls::show() should make controls opaque
51261         https://bugs.webkit.org/show_bug.cgi?id=106034
51262
51263         Reviewed by Eric Carlson.
51264
51265         Add tests to check that video controls are shown when exiting from fullscreen.
51266
51267         * media/video-controls-visible-exiting-fullscreen-expected.txt: Added.
51268         * media/video-controls-visible-exiting-fullscreen.html: Added.
51269
51270 2013-01-05  Michael Pruett  <michael@68k.org>
51271
51272         [WK2] Exclude IndexedDB tests which use eventSender.beginDragWithFiles()
51273         https://bugs.webkit.org/show_bug.cgi?id=106138
51274
51275         Reviewed by Alexey Proskuryakov.
51276
51277         * platform/wk2/TestExpectations:
51278
51279 2013-01-05  Alec Flett  <alecflett@chromium.org>
51280
51281         IndexedDB: Migrate backend ObjectStore calls to use transaction id
51282         https://bugs.webkit.org/show_bug.cgi?id=102741
51283
51284         Reviewed by Tony Chang.
51285
51286         Add additional count() tests for multi-entry indexes, not previously
51287         covered.
51288
51289         * storage/indexeddb/index-multientry-expected.txt:
51290         * storage/indexeddb/resources/index-multientry.js:
51291         (.transaction.oncomplete):
51292         (verifyCount.request.onsuccess.request.onsuccess):
51293         (verifyCount.request.onsuccess):
51294         (verifyCount):
51295
51296 2013-01-05  Robert Hogan  <robert@webkit.org>
51297
51298         Max width of a floated container with floated children calculated incorrectly
51299         https://bugs.webkit.org/show_bug.cgi?id=47975
51300
51301         Reviewed by Levi Weintraub.
51302
51303         * fast/block/float/max-width-clear-float-with-overflow-hidden-expected.html: Added.
51304         * fast/block/float/max-width-clear-float-with-overflow-hidden.html: Added.
51305
51306 2013-01-05  Takashi Sakamoto  <tasak@google.com>
51307
51308         [Shadow DOM]: Some named elements in ShadowTree visible on nesting document level
51309         https://bugs.webkit.org/show_bug.cgi?id=105617
51310
51311         Reviewed by Dimitri Glazkov.
51312
51313         * fast/dom/shadow/element-name-in-shadow-expected.txt: Added.
51314         * fast/dom/shadow/element-name-in-shadow.html: Added.
51315
51316 2013-01-05  Zan Dobersek  <zandobersek@gmail.com>
51317
51318         Unreviewed GTK gardening
51319
51320         Skipping http/tests/multipart/multipart-wait-before-boundary.html for now,
51321         the test is intermittently timing out on release builders despite being assigned
51322         a SLOW expectation, thus unnecessarily painting bots red. A bug identifier is also
51323         added for this test.
51324
51325         * platform/gtk/TestExpectations:
51326
51327 2013-01-05  Christophe Dumez  <christophe.dumez@intel.com>
51328
51329         Unreviewed EFL gardening.
51330
51331         Rebaseline several tests after r138838.
51332
51333         * platform/efl/fast/ruby/base-shorter-than-text-expected.png:
51334         * platform/efl/fast/ruby/base-shorter-than-text-expected.txt:
51335         * platform/efl/fast/table/038-vertical-expected.png:
51336         * platform/efl/fast/table/038-vertical-expected.txt:
51337         * platform/efl/fast/table/border-collapsing/004-vertical-expected.png:
51338         * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:
51339
51340 2013-01-04  Zan Dobersek  <zandobersek@gmail.com>
51341
51342         Unreviewed GTK gardening.
51343
51344         Adding failure expectations for two CSS Regions tests added in r138854.
51345         Modifying a failure expectation for a CSS Image Set test that now times out after r138857.
51346
51347         * platform/gtk/TestExpectations:
51348
51349 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
51350
51351         Remove a duplicate test expectation since the bug 106153 has been merged into the bug 106165.
51352
51353         * platform/chromium/TestExpectations:
51354
51355 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
51356
51357         Add a flaky failure expectation to a test added by r138834.
51358         The failure is tracked by the bug 106165.
51359
51360         * platform/chromium/TestExpectations:
51361         * platform/efl/TestExpectations:
51362         * platform/mac/TestExpectations:
51363         * platform/qt/TestExpectations:
51364
51365 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
51366
51367         Unreviewed gardening. fast/ruby/base-shorter-than-text.html is failing on
51368         Lion and MountainLion.
51369
51370         * platform/chromium/TestExpectations:
51371
51372 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
51373
51374         Unreviewed gardening. Test is flaky on Linux and Mac.
51375
51376         * platform/chromium/TestExpectations:
51377
51378 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
51379
51380         Add a Mac test expectation for the test that has been intermittently failing on Mac Lion WebKit1.
51381         The failure is tracked by the bug 106151.
51382
51383         * platform/mac-wk2/TestExpectations:
51384         * platform/mac/TestExpectations:
51385
51386 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
51387
51388         Remove superfluous chromium test baselines for the test added by r138862 after r138869.
51389
51390         * platform/chromium-linux-x86/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
51391         * platform/chromium-linux/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
51392         * platform/chromium-mac-lion/fast/js: Removed.
51393         * platform/chromium-mac-lion/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
51394         * platform/chromium-mac-snowleopard/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
51395         * platform/chromium-mac/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
51396         * 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.
51397
51398 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
51399
51400         Unreviewed gardening. Adding new baselines for chromium.
51401
51402         * platform/chromium-linux-x86/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
51403         * platform/chromium-linux/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
51404         * platform/chromium-mac-lion/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
51405         * platform/chromium-mac-snowleopard/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
51406         * platform/chromium-mac/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
51407
51408 2013-01-04  Eric Carlson  <eric.carlson@apple.com>
51409
51410         Unreviewed cleanup. Remove media/track/ from Mac TestExpectations because 
51411         https://bugs.webkit.org/show_bug.cgi?id=105606 was fixed.
51412
51413         * platform/mac/TestExpectations:
51414
51415 2013-01-04  Filip Pizlo  <fpizlo@apple.com>
51416
51417         DFG should not elide CheckStructure if it's needed to perform a cell check
51418         https://bugs.webkit.org/show_bug.cgi?id=106074
51419
51420         Reviewed by Ryosuke Niwa.
51421
51422         * fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
51423         * fast/js/dfg-check-structure-elimination-for-non-cell.html: Added.
51424         * fast/js/jsc-test-list:
51425         * fast/js/script-tests/dfg-check-structure-elimination-for-non-cell.js: Added.
51426         (foo):
51427         (bar):
51428         (baz):
51429
51430 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
51431
51432         Unreviewed gardening. Temporarily skipping three tests
51433         in webaudio/codec-tests/vorbis because they need a 
51434         special rebaseline.
51435
51436         * platform/chromium/TestExpectations:
51437
51438 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
51439
51440         REGRESSION(r138394): platform/mac/accessibility/file-upload-button-subrole.html is failing
51441         https://bugs.webkit.org/show_bug.cgi?id=105778
51442
51443         Reviewed by Alexey Proskuryakov.
51444
51445         Removed the old test expectations.
51446
51447         * platform/mac/TestExpectations:
51448
51449 2013-01-04  Rick Byers  <rbyers@chromium.org>
51450
51451         URL duplication in mouse cursor tests mean minor typos can cause flakiness
51452         https://bugs.webkit.org/show_bug.cgi?id=104952
51453
51454         Reviewed by Eric Seidel.
51455
51456         Replace the explicit list of images to preload with code that extracts
51457         URLs from style definitions.  Also move all this image preload code to
51458         a common helper file so that it can easily be used by other tests.
51459
51460         * fast/events/mouse-cursor-image-set.html:
51461         * fast/events/mouse-cursor-multiframecur.html:
51462         * fast/events/mouse-cursor.html:
51463         * fast/js/resources/image-preload-helper.js: Added.
51464         (preloadImagesFromStyle):
51465         (onComplete):
51466         (imagesToLoad):
51467
51468 2013-01-04  Xianzhu Wang  <wangxianzhu@chromium.org>
51469
51470         Unreviewd. Fix break caused by using old internals.settings.setEnableCompositingForFixedPosition
51471         (has been renamed to setAcceleratedCompositingForFixedPositionEnabled).
51472
51473         * compositing/layer-creation/no-compositing-for-fixed-position-under-transform.html:
51474
51475 2013-01-04  Zoltan Horvath  <zoltan@webkit.org>
51476
51477         [CSS Regions] @region rules inside media queries are ignored
51478         https://bugs.webkit.org/show_bug.cgi?id=102388
51479
51480         Reviewed by David Hyatt.
51481
51482         Using @region rules in media queries was ignored, but we should accept and apply it.
51483
51484         * fast/regions/region-rule-nested-region-rule-expected.html: Added.
51485         * fast/regions/region-rule-nested-region-rule.html: Added.
51486         * fast/regions/region-styling-mediaquery-expected.html: Added.
51487         * fast/regions/region-styling-mediaquery.html: Added.
51488
51489 2013-01-04  Abhishek Arya  <inferno@chromium.org>
51490
51491         Crash in WebCore::RenderBlock::willBeDestroyed
51492         https://bugs.webkit.org/show_bug.cgi?id=103455
51493
51494         Reviewed by Eric Seidel.
51495
51496         * fast/multicol/continuation-crash-expected.txt: Added.
51497         * fast/multicol/continuation-crash.html: Added.
51498
51499 2013-01-04  Chris Rogers  <crogers@google.com>
51500
51501         Implement WebIDL-style string constants in WebAudio (part 2)
51502         https://bugs.webkit.org/show_bug.cgi?id=105977
51503
51504         Reviewed by Kentaro Hara.
51505
51506         * webaudio/audiopannernode-basic-expected.txt: Removed.
51507         * webaudio/audiopannernode-basic.html: Removed.
51508         * webaudio/biquad-getFrequencyResponse-expected.txt:
51509         * webaudio/biquad-getFrequencyResponse.html:
51510         * webaudio/biquadfilternode-basic-expected.txt:
51511         * webaudio/biquadfilternode-basic.html:
51512         * webaudio/pannernode-basic-expected.txt: Added.
51513         * webaudio/pannernode-basic.html: Added.
51514         * webaudio/resources/biquad-testing.js:
51515         * webaudio/resources/distance-model-testing.js:
51516         (createGraph):
51517         (.return.renderedBuffer):
51518         (checkDistanceResult):
51519         * webaudio/resources/panner-model-testing.js:
51520         (createGraph):
51521
51522 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
51523
51524         Unreviewed gardening. The following two tests are flaky on XP:
51525         svg/custom/feComponentTransfer-Table.svg
51526         svg/custom/embedding-external-svgs.xhtml
51527
51528         * platform/chromium/TestExpectations:
51529
51530 2013-01-04  Rick Byers  <rbyers@chromium.org>
51531
51532         window.Touch and TouchList should exist when touch events are enabled
51533         https://bugs.webkit.org/show_bug.cgi?id=96295
51534
51535         Reviewed by Kentaro Hara.
51536
51537         Add new expected constructors and instanceof checks.
51538
51539         * fast/events/touch/document-create-touch-list-expected.txt:
51540         * fast/events/touch/script-tests/document-create-touch-list.js:
51541         * platform/efl/fast/js/global-constructors-expected.txt:
51542         * platform/qt-5.0/fast/js/global-constructors-expected.txt:
51543         * platform/qt/fast/js/global-constructors-expected.txt:
51544
51545 2013-01-04  Xianzhu Wang  <wangxianzhu@chromium.org>
51546
51547         Test compositing and slow scrolling behavior of fixed position elements under transformed elements
51548         https://bugs.webkit.org/show_bug.cgi?id=103470
51549
51550         Reviewed by Simon Fraser.
51551
51552         Add test case for the behavior change about fixed position elements under transformed elements in bug 102543 by the way.
51553
51554         * compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added.
51555         * compositing/layer-creation/no-compositing-for-fixed-position-under-transform.html: Added.
51556
51557 2013-01-04  Tony Chang  <tony@chromium.org>
51558
51559         Remove some autogenerated settings from InternalSettings.idl
51560         https://bugs.webkit.org/show_bug.cgi?id=106114
51561
51562         Reviewed by Ojan Vafai.
51563
51564         Rename setters to match the name in Settings.in
51565         setEnableCompositingForFixedPosition -> setAcceleratedCompositingForFixedPositionEnabled
51566         setEnableCompositingForScrollableFrames -> setAcceleratedCompositingForScrollableFramesEnabled
51567
51568         * compositing/absolute-inside-out-of-view-fixed.html:
51569         * compositing/geometry/fixed-position-composited-page-scale-down.html:
51570         * compositing/geometry/fixed-position-composited-page-scale-scroll.html:
51571         * compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport.html:
51572         * compositing/geometry/fixed-position-composited-page-scale.html:
51573         * compositing/geometry/fixed-position-composited-switch.html:
51574         * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
51575         * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
51576         * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
51577         * compositing/geometry/fixed-position-transform-composited-page-scale.html:
51578         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-scroll.html:
51579         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe.html:
51580         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html:
51581         * compositing/layer-creation/fixed-position-out-of-view-scaled.html:
51582         * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html:
51583         * compositing/layer-creation/fixed-position-out-of-view.html:
51584         * compositing/overflow/automatically-opt-into-composited-scrolling.html:
51585         * platform/chromium/compositing/force-compositing-mode/force-composite-empty.html:
51586         * platform/chromium/compositing/force-compositing-mode/no-overflow-iframe-layer.html:
51587         * platform/chromium/compositing/force-compositing-mode/overflow-hidden-iframe-layer.html:
51588         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing.html:
51589         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html:
51590         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-leave-compositing.html:
51591
51592 2013-01-04  Ojan Vafai  <ojan@chromium.org>
51593
51594         Vertical writing mode can overflow fixed size grandparent container
51595         https://bugs.webkit.org/show_bug.cgi?id=93655
51596
51597         Reviewed by David Hyatt.
51598
51599         * fast/writing-mode/auto-sizing-orthogonal-flows-expected.txt: Added.
51600         * fast/writing-mode/auto-sizing-orthogonal-flows.html: Added.
51601         * fast/writing-mode/percentage-height-orthogonal-writing-modes-expected.txt:
51602         * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt:
51603         * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks.html:
51604         * fast/writing-mode/percentage-height-orthogonal-writing-modes.html:
51605         * fast/writing-mode/table-percent-width-quirk-expected.png:
51606         * fast/writing-mode/table-percent-width-quirk-expected.txt:
51607         This test now correctly uses the containing blocks's availableHeight instead of the
51608         initial containing block's height to size the perpendicular child.
51609         * platform/chromium-linux/fast/ruby/base-shorter-than-text-expected.txt:
51610         * platform/chromium-linux/fast/table/038-vertical-expected.png:
51611         * platform/chromium-linux/fast/table/border-collapsing/004-vertical-expected.png:
51612         The extra wrapping in this test is just because we subtract the body's margin when
51613         computing the available height. If you force the table's container 16px smaller,
51614         you get the same rendering at tip of tree WebKit.
51615         * platform/chromium-win/fast/table/038-vertical-expected.txt:
51616         * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.txt:
51617         * platform/chromium/TestExpectations:
51618         * platform/efl/TestExpectations:
51619         * platform/gtk/TestExpectations:
51620         * platform/mac/TestExpectations:
51621         * platform/qt/TestExpectations:
51622         Add tests that will need rebaseline once this patch lands.
51623
51624 2013-01-04  Joshua Bell  <jsbell@chromium.org>
51625
51626         Add tests for WebIDL type conversions
51627         https://bugs.webkit.org/show_bug.cgi?id=105927
51628
51629         Reviewed by Adam Barth.
51630
51631         This currently fails long long conversions of non-finites (which should map to 0). Patch
51632         in progress at: http://wkbug.com/96798
51633
51634         * fast/js/webidl-type-mapping-expected.txt: Added.
51635         * fast/js/webidl-type-mapping.html: Added.
51636
51637 2013-01-04  Stephen White  <senorblanco@chromium.org>
51638
51639         Invalidation of some SVG filter attributes on HTML content doesn't work 
51640         https://bugs.webkit.org/show_bug.cgi?id=105635
51641
51642         Reviewed by Dirk Schulze.
51643
51644         New reftest to verify filter attribute change invalidations.
51645
51646         * css3/filters/reference-filter-update-on-attribute-change-expected.html: Added.
51647         * css3/filters/reference-filter-update-on-attribute-change.html: Added.
51648
51649 2013-01-04  Mike West  <mkwst@chromium.org>
51650
51651         CSP 1.1: Experiment with adding line numbers to violation reports.
51652         https://bugs.webkit.org/show_bug.cgi?id=105374
51653
51654         Reviewed by Adam Barth.
51655
51656         * http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript-expected.txt: Added.
51657         * http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript.html: Added.
51658         * http/tests/security/contentSecurityPolicy/report-uri-from-javascript-expected.txt: Added.
51659         * http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html: Added.
51660
51661 2013-01-04  Mike Lawther  <mikelawther@chromium.org>
51662
51663         CSS3 calc: working with translate and scale transforms
51664         https://bugs.webkit.org/show_bug.cgi?id=105985
51665
51666         Reviewed by Ojan Vafai.
51667
51668         * css3/calc/transforms-scale-expected.html: Added.
51669         * css3/calc/transforms-scale.html: Added.
51670         * css3/calc/transforms-translate-expected.html: Added.
51671         * css3/calc/transforms-translate.html: Added.
51672
51673 2013-01-04  Elliott Sprehn  <esprehn@chromium.org>
51674
51675         PseudoElement should never dispatch events
51676         https://bugs.webkit.org/show_bug.cgi?id=106048
51677
51678         Reviewed by Ojan Vafai.
51679
51680         Add a test that events don't get dispatched from pseudo elements. The
51681         only way right now to cause this is with transitions or animations.
51682
51683         * fast/css-generated-content/pseudo-element-events-expected.txt: Added.
51684         * fast/css-generated-content/pseudo-element-events.html: Added.
51685
51686 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
51687
51688         Unreviewed gardening. Adding Lion image baseline for
51689         fast/regions/full-screen-video-from-region.html
51690
51691         * platform/chromium-mac-lion/fast/regions/full-screen-video-from-region-expected.png: Added.
51692
51693 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
51694
51695         Add a crash test expectation for the crashing test on Mac WebKit1 after r138782,
51696         which attempted to fix the crash but appears to did so only on WebKit2.
51697
51698         The failure is tracked by the bug 106123.
51699
51700         * platform/mac-wk2/TestExpectations:
51701         * platform/mac/TestExpectations:
51702
51703 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
51704
51705         The following two tests are starting to fail while on the verge of
51706         timing out. Adding Failure to their modifiers.
51707
51708         fast/canvas/webgl/context-creation-and-destruction.html
51709         platform/chromium/virtual/gpu/fast/canvas/webgl/context-creation-and-destruction.html
51710
51711         * platform/chromium/TestExpectations:
51712
51713 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
51714
51715         Add Mac baselines for subpixel tests added in r125794, r137945, and r138200.
51716         https://bugs.webkit.org/show_bug.cgi?id=106070
51717
51718         Reviewed by Emil A Eklund.
51719
51720         Added baselines.
51721
51722         * platform/mac/fast/sub-pixel: Added.
51723         * platform/mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
51724         * platform/mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.
51725         * platform/mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
51726         * platform/mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
51727         * platform/mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
51728         * platform/mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
51729
51730 2013-01-04  Stephen White  <senorblanco@chromium.org>
51731
51732         CSS url() filters with forward references don't work
51733         https://bugs.webkit.org/show_bug.cgi?id=90405
51734
51735         Based on a patch by Keyar Hood.
51736
51737         Reviewed by Dirk Schulze.
51738
51739         * css3/filters/effect-reference-after-expected.html: Added.
51740         * css3/filters/effect-reference-after.html: Added.
51741         * css3/filters/effect-reference-delete-crash.html: Added.
51742         * css3/filters/effect-reference-delete-expected.html: Added.
51743         * css3/filters/effect-reference-delete.html: Added.
51744         * css3/filters/effect-reference-removed-while-pending-resources-expected.html: Added.
51745         * css3/filters/effect-reference-removed-while-pending-resources.html: Added.
51746         * css3/filters/effect-reference-rename-expected.html: Added.
51747         * css3/filters/effect-reference-rename.html: Added.
51748         * css3/filters/effect-reference-reset-style-delete-crash-expected.txt: Added.
51749         * css3/filters/effect-reference-reset-style-delete-crash.html: Added.
51750         * css3/filters/script-tests/effect-reference-delete-crash.js: Added.
51751         * css3/filters/script-tests/effect-reference-reset-style-delete-crash.js: Added.
51752         * svg/filters/filter-cycle-expected.html: Added.
51753         * svg/filters/filter-cycle.html: Added.
51754
51755 2013-01-04  Mike West  <mkwst@chromium.org>
51756
51757         CSP: Blocked 'track' sources should only log once to the console.
51758         https://bugs.webkit.org/show_bug.cgi?id=106091
51759
51760         Reviewed by Eric Carlson.
51761
51762         * http/tests/security/contentSecurityPolicy/media-src-track-block-expected.txt: Added.
51763         * http/tests/security/contentSecurityPolicy/media-src-track-block.html: Added.
51764         * http/tests/security/contentSecurityPolicy/resources/track.srt: Added.
51765
51766 2013-01-04  Mike West  <mkwst@chromium.org>
51767
51768         CSP: 'frame-src' should block redirects to invalid sources.
51769         https://bugs.webkit.org/show_bug.cgi?id=106084
51770
51771         Reviewed by Adam Barth.
51772
51773         * http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked-expected.txt: Added.
51774         * http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked.html: Added.
51775
51776 2013-01-04  Mike West  <mkwst@chromium.org>
51777
51778         CSP: XHR from an isolated world should bypass a page's policy.
51779         https://bugs.webkit.org/show_bug.cgi?id=104480
51780
51781         Reviewed by Adam Barth.
51782
51783         * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr-expected.txt: Added.
51784         * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr.html: Added.
51785             A new test! How wonderful!
51786         * platform/efl/TestExpectations:
51787         * platform/mac/TestExpectations:
51788         * platform/qt/TestExpectations:
51789         * platform/win/TestExpectations:
51790         * platform/wincairo/TestExpectations:
51791             Skipping the new test on ports that don't support it.
51792
51793 2013-01-04  Mike Lawther  <mikelawther@chromium.org>
51794
51795         CSS3 calc: mixed percent/absolute for border-radius
51796         https://bugs.webkit.org/show_bug.cgi?id=106046
51797
51798         Reviewed by Ojan Vafai.
51799
51800         * css3/calc/border-radius-expected.html: Renamed from LayoutTests/css3/calc/border-radius-expected-mismatch.html.
51801         * css3/calc/border-radius.html:
51802
51803 2013-01-04  Zan Dobersek  <zandobersek@gmail.com>
51804
51805         Unreviewed GTK gardening.
51806
51807         Again updating baseline for editing/deleting/delete-to-select-table.html.
51808
51809         * platform/gtk/editing/deleting/delete-to-select-table-expected.txt:
51810
51811 2013-01-04  Dana Jansens  <danakj@chromium.org>
51812
51813         [chromium] Remove lost-compositor-context layout tests
51814         https://bugs.webkit.org/show_bug.cgi?id=106089
51815
51816         Reviewed by James Robinson.
51817
51818         Better test coverage for these issues is now provided by the unit tests
51819         in the compositor's cc/layer_tree_host_unittest_context.cc file.
51820
51821         * platform/chromium-linux-x86/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
51822         * platform/chromium-linux/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
51823         * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-expected.png: Removed.
51824         * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-permanently-expected.png: Removed.
51825         * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-twice-expected.png: Removed.
51826         * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Removed.
51827         * platform/chromium-mac-snowleopard/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
51828         * platform/chromium-mac/platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Removed.
51829         * platform/chromium-win-xp/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
51830         * platform/chromium/compositing/lost-compositor-context-expected.png: Removed.
51831         * platform/chromium/compositing/lost-compositor-context-expected.txt: Removed.
51832         * platform/chromium/compositing/lost-compositor-context-permanently-expected.png: Removed.
51833         * platform/chromium/compositing/lost-compositor-context-permanently-expected.txt: Removed.
51834         * platform/chromium/compositing/lost-compositor-context-permanently.html: Removed.
51835         * platform/chromium/compositing/lost-compositor-context-twice-expected.png: Removed.
51836         * platform/chromium/compositing/lost-compositor-context-twice-expected.txt: Removed.
51837         * platform/chromium/compositing/lost-compositor-context-twice.html: Removed.
51838         * platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Removed.
51839         * platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.txt: Removed.
51840         * platform/chromium/compositing/lost-compositor-context-with-rendersurface.html: Removed.
51841         * platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Removed.
51842         * platform/chromium/compositing/lost-compositor-context-with-video-expected.txt: Removed.
51843         * platform/chromium/compositing/lost-compositor-context-with-video.html: Removed.
51844         * platform/chromium/compositing/lost-compositor-context.html: Removed.
51845         * platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
51846         * platform/chromium/compositing/webgl-loses-compositor-context-expected.txt: Removed.
51847         * platform/chromium/compositing/webgl-loses-compositor-context.html: Removed.
51848
51849 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
51850
51851         Unreviewed gardening. fast/repaint/japanese-rl-selection-repaint-in-regions.html
51852         has image-only failures on SnowLeopard and Lion.
51853
51854         * platform/chromium/TestExpectations:
51855
51856 2013-01-04  Adam Klein  <adamk@chromium.org>
51857
51858         Remove ENABLE_MUTATION_OBSERVERS #define
51859         https://bugs.webkit.org/show_bug.cgi?id=105459
51860
51861         Reviewed by Ryosuke Niwa.
51862
51863         Remove references to ENABLE(MUTATION_OBSERVERS) from tests.
51864
51865         * fast/dom/MutationObserver/cross-document.html:
51866         * fast/dom/MutationObserver/database-callback-delivery.html:
51867         * fast/dom/MutationObserver/disconnect-cancel-pending.html:
51868         * fast/dom/MutationObserver/filesystem-callback-delivery.html:
51869         * fast/dom/MutationObserver/mutation-observer-constructor.html:
51870         * fast/dom/MutationObserver/observe-attributes.html:
51871         * fast/dom/MutationObserver/observe-characterdata.html:
51872         * fast/dom/MutationObserver/observe-childList.html:
51873         * fast/dom/MutationObserver/observe-exceptions.html:
51874         * fast/dom/MutationObserver/observe-subtree.html:
51875         * fast/dom/MutationObserver/takeRecords.html:
51876
51877 2013-01-04  Rick Byers  <rbyers@chromium.org>
51878
51879         Existence of window.Touch can break websites mobile device detection
51880         https://bugs.webkit.org/show_bug.cgi?id=106071
51881
51882         Revert http://trac.webkit.org/changeset/135562 for now while I work
51883         on a slightly safer version.
51884
51885         Reviewed by Ojan Vafai.
51886
51887         * fast/events/touch/document-create-touch-list-expected.txt:
51888         * fast/events/touch/script-tests/document-create-touch-list.js:
51889         * platform/efl/fast/js/global-constructors-expected.txt:
51890         * platform/qt-5.0/fast/js/global-constructors-expected.txt:
51891         * platform/qt/fast/js/global-constructors-expected.txt:
51892
51893 2013-01-04  Csaba Osztrogonác  <ossy@webkit.org>
51894
51895         [Qt][WK2] Unreviewed gardening, unskip a now passing test.
51896
51897         * platform/qt-5.0-wk2/TestExpectations:
51898
51899 2013-01-04  Csaba Osztrogonác  <ossy@webkit.org>
51900
51901         [Qt] Unreviewed gardening, skip a new failing test.
51902
51903         * platform/qt/TestExpectations:
51904
51905 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
51906
51907         Unreviewed gardening. New image baselines for test
51908         fast/regions/full-screen-video-from-region.html
51909
51910         * platform/chromium-mac-snowleopard/fast/regions/full-screen-video-from-region-expected.png: Added.
51911         * platform/chromium-mac/fast/regions/full-screen-video-from-region-expected.png:
51912         * platform/chromium-win-xp/fast/regions/full-screen-video-from-region-expected.png: Added.
51913
51914 2013-01-04  Zan Dobersek  <zandobersek@gmail.com>
51915
51916         Unreviewed GTK gardening.
51917
51918         Rebaselining an editing test after r138654.
51919
51920         Adding failure expectations for two tests added in r138632.
51921         Add a temporary failure expectation for transitions/transitions-parsing.html,
51922         the test is fixed but just requires a clean build. It shouldn't paint the bots
51923         red until then.
51924
51925         * platform/gtk/TestExpectations:
51926         * platform/gtk/editing/deleting/delete-to-select-table-expected.txt: Added.
51927
51928 2013-01-04  Zan Dobersek  <zandobersek@gmail.com>
51929
51930         REGRESSION (r138184): transitions/transitions-parsing.html is failing on GTK
51931         https://bugs.webkit.org/show_bug.cgi?id=105522
51932
51933         Reviewed by Xan Lopez.
51934
51935         Remove a failure expectation for a test that's now passing.
51936
51937         * platform/gtk/TestExpectations:
51938
51939 2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
51940
51941         Unreviewed EFL gardening.
51942
51943         Skip new failing tests introduced in r138632 and r138756.
51944
51945         * platform/efl/TestExpectations:
51946
51947 2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
51948
51949         Unreviewed EFL gardening.
51950
51951         Rebaseline editing/deleting/delete-to-select-table.html.
51952
51953         * platform/efl/editing/deleting/delete-to-select-table-expected.png:
51954         * platform/efl/editing/deleting/delete-to-select-table-expected.txt: Added.
51955
51956 2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
51957
51958         Unreviewed EFL gardening.
51959
51960         Mark test webaudio/codec-tests/mp3/128kbps-44khz.html as Missing.
51961
51962         * platform/efl/TestExpectations:
51963
51964 2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
51965
51966         Unreviewed EFL gardening.
51967
51968         Rebaseline 2 media/track test cases after r138784.
51969
51970         * platform/efl/media/track/track-cue-rendering-horizontal-expected.png:
51971         * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
51972         * platform/efl/media/track/track-cue-rendering-vertical-expected.png:
51973         * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
51974
51975 2013-01-04  Sailesh Agrawal  <sail@chromium.org>
51976
51977         [Mac] [WK2] platform/mac/fast/events/numpad-keycode-mapping.html fails
51978         https://bugs.webkit.org/show_bug.cgi?id=105958
51979
51980         Reviewed by Alexey Proskuryakov.
51981
51982         Fixed numpad-keycode-mapping.html failure in WebKitTestRunner.
51983
51984         * platform/mac-wk2/TestExpectations:
51985
51986 2013-01-04  Mihnea Ovidenie  <mihnea@adobe.com>
51987
51988         [CSS Regions]Content overflowing last region displayed wrong
51989         https://bugs.webkit.org/show_bug.cgi?id=105893
51990
51991         Reviewed by David Hyatt.
51992
51993         Add tests for all writing modes with content overflowing the last region in chain.
51994         Hit testing for content overflowing the last region is not yet supported, therefore tests
51995         for that will be added in the future.
51996
51997         * fast/regions/overflow-last-region-expected.html: Added.
51998         * fast/regions/overflow-last-region-horiz-bt-expected.html: Added.
51999         * fast/regions/overflow-last-region-horiz-bt.html: Added.
52000         * fast/regions/overflow-last-region-vert-lr-expected.html: Added.
52001         * fast/regions/overflow-last-region-vert-lr.html: Added.
52002         * fast/regions/overflow-last-region-vert-rl-expected.html: Added.
52003         * fast/regions/overflow-last-region-vert-rl.html: Added.
52004         * fast/regions/overflow-last-region.html: Added.
52005
52006 2013-01-04  Dima Gorbik  <dgorbik@apple.com>
52007
52008         Implement :future pseudo class for the WebVTT ::cue pseudo element
52009         https://bugs.webkit.org/show_bug.cgi?id=105473
52010
52011         Reviewed by Antti Koivisto.
52012
52013         Modified the track css matching test to cover :future pseudo-class case.
52014
52015         * media/track/captions-webvtt/captions-inner-timestamps.vtt: Removed.
52016         * media/track/captions-webvtt/styling.vtt:
52017         * media/track/track-css-matching-expected.txt:
52018         * media/track/track-css-matching.html:
52019         * media/track/track-cue-rendering-inner-timestamps-expected.txt: Removed.
52020         * media/track/track-cue-rendering-inner-timestamps.html: The test was removed because it was based on the old
52021         future/past nodes rendering logic.
52022
52023 2013-01-04  Carlos Garcia Campos  <cgarcia@igalia.com>
52024
52025         REGRESSION (r138222?): Assertion failure on appcache/main-resource-redirect.html
52026         https://bugs.webkit.org/show_bug.cgi?id=105591
52027
52028         Reviewed by Brady Eidson.
52029
52030         Unskip http/tests/appcache/main-resource-redirect.html.
52031
52032         * platform/efl-wk2/TestExpectations:
52033         * platform/mac/TestExpectations:
52034
52035 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
52036
52037         Add one more Mac test expectation for the bug 105986.
52038
52039         * platform/mac/TestExpectations:
52040
52041 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
52042
52043         Add Mac test expectations for the bugs 105986 and 105988.
52044
52045         * platform/mac-wk2/TestExpectations:
52046         * platform/mac/TestExpectations:
52047
52048 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
52049
52050         Add a crashing test expectation for the test added by r138755 on Mac.
52051         The test failure is tracked by the bug 138755.
52052
52053         * platform/mac/TestExpectations:
52054
52055 2013-01-03  Roger Fong  <roger_fong@apple.com>
52056
52057         Unreviewed. Gardening Apple Windows port.
52058
52059         * platform/win/fast/css/image-set-value-not-removed-crash-expected.txt: Added.
52060
52061 2013-01-03  Tony Chang  <tony@chromium.org>
52062
52063         incorrect flexbox relayout with overflow, padding and absolute positioning
52064         https://bugs.webkit.org/show_bug.cgi?id=106022
52065
52066         Reviewed by Ojan Vafai.
52067
52068         * css3/flexbox/stretch-simplified-layout-expected.txt: Added.
52069         * css3/flexbox/stretch-simplified-layout.html: Added.
52070
52071 2013-01-03  Terry Anderson  <tdanderson@chromium.org>
52072
52073         Unreviewed gardening. Marking fast/events/5056619.html as flaky
52074         on XP and Win7.
52075
52076         * platform/chromium/TestExpectations:
52077
52078 2013-01-03  Antoine Quint  <graouts@apple.com>
52079
52080         onload callback for <track> element attached to <video> does not fire
52081         https://bugs.webkit.org/show_bug.cgi?id=103258
52082
52083         Reviewed by Eric Carlson.
52084
52085         As a result of fixing this bug, a few new failures were uncovered and TestExpectations
52086         needed to be updated to take this into account. Additionally, some existing tests were
52087         incorrect or outdated and were fixed as well. Finally, a new test was added to thoroughly
52088         test the various conditions required for a <track> element to successfully load.
52089
52090         * fast/events/constructors/track-event-constructor.html: Update the test to correctly set
52091         a non-disabled mode on the text track such that it may load per the rules enforced with this patch.
52092         * http/tests/security/text-track-crossorigin.html: Update the test to correctly set a non-disabled
52093         mode on the text track such that it may load per the rules enforced with this patch.
52094         * media/track/track-add-track-expected.txt: Update the output to match changes made to test.
52095         * media/track/track-add-track.html: Update the test to correctly set a non-disabled mode on
52096         the text track such that it may load per the rules enforced with this patch. Also, ensure
52097         the .readyState of the text track is correctly assumed to be NONE vs. LOADING as it would
52098         have to wait until the next run loop to be changed to anything but NONE.
52099         * media/track/track-element-load-event-expected.txt: Added.
52100         * media/track/track-element-load-event.html: Added.
52101         * media/track/track-load-from-src-readyState.html: Update the test to correctly set a
52102         non-disabled mode on the text track such that it may load per the rules enforced with
52103         this patch.
52104         * platform/chromium/TestExpectations: Skip tests that now fail instead of timing out.
52105         * platform/efl/TestExpectations: Skip tests that now fail instead of timing out.
52106         * platform/gtk/TestExpectations: Skip tests that now fail instead of timing out.
52107         * platform/mac/TestExpectations: Skip tests that now fail instead of timing out.
52108         * platform/qt/TestExpectations: Skip tests that now fail instead of timing out.
52109         * platform/win/TestExpectations: Skip tests that now fail instead of timing out.
52110
52111 2013-01-03  Jon Lee  <jonlee@apple.com>
52112
52113         REGRESSION(r138729): crash and assertion failures in WebKit::WebProcess::plugInDidReceiveUserInteraction
52114         https://bugs.webkit.org/show_bug.cgi?id=106042
52115         <rdar://problem/12953469>
52116
52117         Reviewed by Brady Eidson.
52118
52119         * platform/mac-wk2/TestExpectations: Unskip the crashing tests.
52120
52121 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
52122
52123         Add a failing test expectation for fast/inline/continuation-outlines-with-layers.html on Mac
52124         and associate it with the bug 106064.
52125         
52126         Also update Chromium test expectations to associate the failure with the bug 106064.
52127         They were erroneously associated with resolved bugs.
52128
52129         * platform/chromium/TestExpectations:
52130         * platform/mac/TestExpectations:
52131
52132 2013-01-03  Terry Anderson  <tdanderson@chromium.org>
52133
52134         Unreviewed gardening. Adding cr-linux image baseline for
52135         http://trac.webkit.org/changeset/138755
52136
52137         * platform/chromium-linux/fast/regions/full-screen-video-from-region-expected.png: Added.
52138
52139 2013-01-03  Beth Dakin  <bdakin@apple.com>
52140
52141         https://bugs.webkit.org/show_bug.cgi?id=105475
52142         Nested fixed position elements incorrectly repositioned on scrolling
52143
52144         Reviewed by Simon Fraser.
52145
52146         Unfortunately, the children were not really accurate before, and they are not 
52147         really accurate now. It seems like the state tree is not fully up-to-date when the 
52148         test is printing it. 
52149         * platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt:
52150
52151 2013-01-03  Adam Klein  <adamk@chromium.org>
52152
52153         [HTMLTemplateElement] When adopting a template element, also adopt its content into the appropriate document
52154         https://bugs.webkit.org/show_bug.cgi?id=106039
52155
52156         Reviewed by Eric Seidel.
52157
52158         * fast/dom/HTMLTemplateElement/ownerDocument-adoptNode-expected.txt: Added.
52159         * fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html: Added.
52160
52161 2013-01-03  Zoltan Horvath  <zoltan@webkit.org>
52162
52163         [CSS Regions] Don't apply region flow to fullscreen video playing
52164         https://bugs.webkit.org/show_bug.cgi?id=102388
52165
52166         Reviewed by David Hyatt.
52167
52168         In case of full screen video playing we want to watch the video full screen without applying the region flow.
52169
52170         * fast/regions/full-screen-video-from-region-expected.txt: Added.
52171         * fast/regions/full-screen-video-from-region.html: Added.
52172         * platform/chromium-mac/fast/regions/full-screen-video-from-region-expected.png: Added.
52173
52174 2013-01-03  Rafael Weinstein  <rafaelw@chromium.org>
52175
52176         [Mutation Observers] prevent delivery while recipient context is suspended
52177         https://bugs.webkit.org/show_bug.cgi?id=105810
52178
52179         Reviewed by Adam Barth.
52180
52181         * inspector/debugger/mutation-observer-suspend-while-paused-expected.txt: Added.
52182         * inspector/debugger/mutation-observer-suspend-while-paused.html: Added.
52183
52184 2013-01-03  Csaba Osztrogonác  <ossy@webkit.org>
52185
52186         [Qt][WK2] Unreviewed gardening, skip a new crashing test to paint the bots green.
52187
52188         * platform/qt-5.0-wk2/TestExpectations:
52189
52190 2013-01-03  Terry Anderson  <tdanderson@chromium.org>
52191
52192         Unreviewed gardening. Setting webaudio/automatic-pull-node.html to
52193         [ Timeout Pass ] for XP.
52194
52195         * platform/chromium/TestExpectations:
52196
52197 2013-01-03  Terry Anderson  <tdanderson@chromium.org>
52198
52199         css3/filters/effect-invert.html is flaky/has incorrect image output on Win
52200
52201         Unreviewed gardening. Marked this as [ Failure Pass ] for Win7 and
52202         as [ Failure ] for XP.
52203
52204         * platform/chromium/TestExpectations:
52205
52206 2013-01-03  Uday Kiran  <udaykiran@motorola.com>
52207
52208         webkit fails IETC column-width-negative-001.htm
52209         https://bugs.webkit.org/show_bug.cgi?id=84778
52210
52211         Reviewed by Tony Chang.
52212
52213         New test for multicolumn 'column-width' property with zero value.
52214         Enable IETC column-width-negative test.
52215
52216         * fast/multicol/column-width-zero-expected.txt: Added.
52217         * fast/multicol/column-width-zero.html: Added.
52218         * platform/chromium/TestExpectations:
52219         * platform/efl/TestExpectations:
52220         * platform/gtk/TestExpectations:
52221         * platform/mac/TestExpectations:
52222         * platform/qt/TestExpectations:
52223
52224 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
52225
52226         Add crash test expectations for tests regressed by r138729
52227         The failure is tracked by the bug 106042.
52228
52229         * platform/mac-wk2/TestExpectations:
52230
52231 2013-01-03  Roger Fong  <roger_fong@apple.com>
52232
52233         Unreviewed. Add Windows specific result for passing test.
52234
52235         * platform/win/loader: Added.
52236         * platform/win/loader/image-loader-adoptNode-assert-expected.txt: Added.
52237
52238 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
52239
52240         Remove failing or flaky test expectations from tests that have been passing on Mac.
52241
52242         * platform/mac-wk2/TestExpectations:
52243         * platform/mac/TestExpectations:
52244
52245 2013-01-03  Roger Fong  <roger_fong@apple.com>
52246
52247         Unreviewed gardening of Apple Windows port.
52248
52249         * platform/win/TestExpectations:
52250         * platform/win/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
52251
52252 2013-01-03  Adam Klein  <adamk@chromium.org>
52253
52254         [HTMLTemplateElement] Disallow cycles within template content
52255         https://bugs.webkit.org/show_bug.cgi?id=105066
52256
52257         Reviewed by Ojan Vafai.
52258
52259         * fast/dom/HTMLTemplateElement/cycles-expected.txt: Added.
52260         * fast/dom/HTMLTemplateElement/cycles-in-shadow-expected.txt: Added.
52261         * fast/dom/HTMLTemplateElement/cycles-in-shadow.html: Added.
52262         * fast/dom/HTMLTemplateElement/cycles.html: Added.
52263         * fast/dom/shadow/shadow-hierarchy-exception-expected.txt: Added.
52264         * fast/dom/shadow/shadow-hierarchy-exception.html: Added.
52265
52266 2013-01-03  Alexis Menard  <alexis@webkit.org>
52267
52268         Querying transition-timing-function value on the computed style does not return keywords when it should.
52269         https://bugs.webkit.org/show_bug.cgi?id=105442
52270
52271         Reviewed by Simon Fraser.
52272
52273         Update the tests to match the correct behavior of returning a keyword
52274         rather than a cubic-bezier() form when using predefined values for the
52275         transition-timing-function property.
52276
52277         * animations/animation-shorthand-name-order-expected.txt:
52278         * animations/animation-shorthand-name-order.html:
52279         * animations/animation-shorthand-removed.html:
52280         * animations/animation-shorthand.html:
52281         * animations/computed-style-expected.txt:
52282         * animations/computed-style.html:
52283         * fast/css/getComputedStyle/computed-style-expected.txt:
52284         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
52285         * svg/css/getComputedStyle-basic-expected.txt:
52286         * transitions/inherit-other-props-expected.txt:
52287         * transitions/inherit-other-props.html:
52288         * transitions/transitions-parsing-expected.txt:
52289         * transitions/transitions-parsing.html:
52290
52291 2013-01-03  Rik Cabanier  <cabanier@adobe.com>
52292
52293         Canvas blending tests fail on Mac WK2
52294         https://bugs.webkit.org/show_bug.cgi?id=105943
52295
52296         Reviewed by Simon Fraser.
52297
52298         * platform/mac-wk2/TestExpectations: updated expectations as the test now passes
52299
52300 2013-01-03  Adam Klein  <adamk@chromium.org>
52301
52302         Clear failed image loads when an <img> is adopted into a different document
52303         https://bugs.webkit.org/show_bug.cgi?id=104409
52304
52305         Reviewed by Nate Chapin.
52306
52307         * loader/image-loader-adoptNode-assert-expected.txt: Added.
52308         * loader/image-loader-adoptNode-assert.html: Added.
52309
52310 2013-01-03  Vincent Scheib  <scheib@chromium.org>
52311
52312         Sandbox-blocked pointer lock should log to the console.
52313         https://bugs.webkit.org/show_bug.cgi?id=105794
52314
52315         Reviewed by Adrienne Walker.
52316
52317         * http/tests/pointer-lock/iframe-sandboxed-expected.txt:
52318         * http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-expected.txt:
52319
52320 2013-01-03  Alexis Menard  <alexis@webkit.org>
52321
52322         Add tests to cover what transition-timing-function accepts for cubic-bezier values.
52323         https://bugs.webkit.org/show_bug.cgi?id=105426
52324
52325         Reviewed by Simon Fraser.
52326
52327         http://www.w3.org/TR/css3-transitions/#transition-timing-function-property
52328         has not yet been updated following the discussions
52329         http://lists.w3.org/Archives/Public/www-style/2010Apr/0489.html and
52330         http://lists.w3.org/Archives/Public/www-style/2010Jun/0254.html where
52331         the range restriction of Y values for cubic-bezier type has been
52332         removed. This patch add tests to cover that behavior to avoid breakage
52333         in the future and test also various other different cubic-bezier use
52334         cases.
52335
52336         * transitions/transitions-parsing-expected.txt:
52337         * transitions/transitions-parsing.html:
52338
52339 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
52340
52341         Update Mac test expectations after merging the bug 105987 into the bug 105986.
52342
52343         Also add one more test expectation for the bug.
52344
52345         * platform/mac-wk2/TestExpectations:
52346         * platform/mac/TestExpectations:
52347
52348 2013-01-02  Levi Weintraub  <leviw@chromium.org>
52349
52350         Fix incorrect assumption about in-flow descendants of inlines in touch event rect tracking
52351         https://bugs.webkit.org/show_bug.cgi?id=105970
52352
52353         Reviewed by Simon Fraser.
52354
52355         * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Updating expectations
52356         * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Updating test to check previously failing case where
52357         an inline with a touch handler contains a non-normal-flow child. Also, fixing the test since it was incorrectly duplicated.
52358         * platform/chromium/TestExpectations:
52359
52360 2013-01-03  Terry Anderson  <tdanderson@chromium.org>
52361
52362         Unreviewed gardening. Marking webaudio/automatic-pull-node.html as
52363         [ Pass Slow ] instead of [ Pass Timeout ] for XP.
52364
52365         * platform/chromium/TestExpectations:
52366
52367 2013-01-03  Csaba Osztrogonác  <ossy@webkit.org>
52368
52369         [Qt] Unreviewed gardening, skip a new failing test.
52370
52371         * platform/qt/TestExpectations:
52372
52373 2013-01-03  Mike West  <mkwst@chromium.org>
52374
52375         The 'body' of seamless IFrames should default to 'margin: 0'
52376         https://bugs.webkit.org/show_bug.cgi?id=90834
52377
52378         Reviewed by Antti Koivisto.
52379
52380         * fast/frames/seamless/seamless-body-margin-expected.txt: Added.
52381         * fast/frames/seamless/seamless-body-margin.html: Added.
52382             New test to explicitly check 'body' margins.
52383         * fast/frames/seamless/resources/nested-seamless.html:
52384         * fast/frames/seamless/resources/quirks-square.html:
52385         * fast/frames/seamless/resources/two-inline-blocks.html:
52386         * fast/frames/seamless/seamless-inherited-origin-expected.txt:
52387         * fast/frames/seamless/seamless-inherited-origin.html:
52388             Updated these tests to remove the assumption that the body had an
52389             8px margin.
52390
52391 2013-01-03  Csaba Osztrogonác  <ossy@webkit.org>
52392
52393         [Qt] Unreviewed gardening.
52394
52395         * platform/qt/TestExpectations: Skip new failing tests.
52396         * platform/qt/editing/deleting/delete-to-select-table-expected.txt: Updated after r138654.
52397         * platform/qt/editing/execCommand/print-expected.txt: Updated after r138654.
52398         * platform/qt/editing/execCommand/selectAll-expected.txt: Updated after r138654.
52399         * platform/qt/editing/inserting/editable-html-element-expected.txt: Updated after r138654.
52400
52401 2013-01-03  Mike West  <mkwst@chromium.org>
52402
52403         seamless iframes don't inherit styles when srcdoc is used
52404         https://bugs.webkit.org/show_bug.cgi?id=103539
52405
52406         Reviewed by Antti Koivisto.
52407
52408         * fast/frames/seamless/resources/span.html: Added.
52409         * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt:
52410             Updating the previously failing expectation.
52411         * fast/frames/seamless/seamless-srcdoc-expected.txt: Added.
52412         * fast/frames/seamless/seamless-srcdoc.html: Added.
52413             Exciting new test to ensure that this doesn't regress, neither
52414             for totally simple srcdoc attriubtes, nor for slightly more
52415             complex variations.
52416
52417 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
52418
52419         Add failing test expectations for two canvas tests on Mac Lion
52420         since they have been failing as far as we could tell on the flakiness dashboard.
52421
52422         The failure is tracked by the bug 105999.
52423
52424         * platform/mac/TestExpectations:
52425
52426 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
52427
52428         Add a Mac test expectation for the bug 105998.
52429
52430         * platform/mac-wk2/TestExpectations:
52431
52432 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
52433
52434         More Mac test expectation updates per bugs 105988 and 105987.
52435
52436         * platform/mac-wk2/TestExpectations:
52437         * platform/mac/TestExpectations:
52438
52439 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
52440
52441         Add flaky crash expectations for multiple tests on Mac WebKit2.
52442
52443         * platform/mac-wk2/TestExpectations:
52444
52445 2013-01-02  Kenneth Russell  <kbr@google.com>
52446
52447         [chromium] Creation of dedicated workers (isolates) leaks reference to HTMLDocument
52448         https://bugs.webkit.org/show_bug.cgi?id=105367
52449
52450         Reviewed by Dmitry Titov.
52451
52452         * fast/workers/resources/empty-worker.js: Added.
52453         * fast/workers/resources/worker-document-leak-iframe.html: Added.
52454         * fast/workers/worker-document-leak-expected.txt: Added.
52455         * fast/workers/worker-document-leak.html: Added.
52456
52457 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
52458
52459         One more Mac rebaseline attempt for r138654. Also remove an entry for the bug 105514
52460         which has been dup'ed with the bug 103663 for which we have more specific expectations.
52461
52462         * platform/mac-lion/editing/deleting: Removed.
52463         * platform/mac-lion/editing/deleting/delete-to-select-table-expected.txt: Removed.
52464         * platform/mac-wk2/editing/deleting: Removed.
52465         * platform/mac-wk2/editing/deleting/delete-to-select-table-expected.txt: Removed.
52466         * platform/mac/TestExpectations:
52467         * platform/mac/editing/deleting/delete-to-select-table-expected.txt:
52468
52469 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
52470
52471         Mac and Chromium rebaselines after r138654.
52472
52473         * editing/deleting/delete-to-select-table-expected.txt: Added.
52474         * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.txt: Added.
52475         * platform/chromium/editing/deleting/delete-to-select-table-expected.txt: Removed.
52476         * platform/efl/editing/deleting/delete-to-select-table-expected.txt: Removed.
52477         * platform/gtk/editing/deleting/delete-to-select-table-expected.txt: Removed.
52478         * platform/mac-lion/editing/deleting/delete-to-select-table-expected.txt: Added.
52479         * platform/mac-wk2/editing/deleting: Added.
52480         * platform/mac-wk2/editing/deleting/delete-to-select-table-expected.txt: Added.
52481
52482 2013-01-02  Luke Macpherson   <macpherson@chromium.org>
52483
52484         Unreviewed Chromium gardening.
52485
52486         Rebaseline win-xp image for svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.html.
52487
52488         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Added.
52489
52490 2013-01-02  Bem Jones-Bey  <bjonesbe@adobe.com>
52491
52492         When a block's height is determined by min-height/max-height, children with percentage heights are sized incorrectly
52493         https://bugs.webkit.org/show_bug.cgi?id=26559
52494
52495         Reviewed by Tony Chang.
52496
52497         Add tests to ensure percent heights are correctly determined.
52498
52499         * fast/block/min-max-height-percent-height-child-expected.txt: Added.
52500         * fast/block/min-max-height-percent-height-child.html: Added.
52501
52502 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
52503
52504         Add a failing test expectation to a test added by r136697.
52505         The failure is tracked by the bug 105960.
52506
52507         * platform/mac-wk2/TestExpectations:
52508
52509 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
52510
52511         Add a failing test expectations to a test added by r132411.
52512         The patch updated DumpRenderTree but didn't update WebKitTestRunner.
52513         The failure is tracked by the bug 105958.
52514
52515         * platform/mac-wk2/TestExpectations:
52516
52517 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
52518
52519         Add a Mac WebKit2 test expectation for the bug 105954.
52520
52521         * platform/mac-wk2/TestExpectations:
52522
52523 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
52524
52525         Add a failing test expectation for the bug 105954.
52526
52527         * platform/mac-wk2/TestExpectations:
52528
52529 2013-01-02  Douglas Stockwell  <dstockwell@chromium.org>
52530
52531         Crash in WebCore::InlineBox::deleteLine
52532         https://bugs.webkit.org/show_bug.cgi?id=93448
52533
52534         Reviewed by Eric Seidel.
52535
52536         * editing/deleting/delete-block-table-expected.txt:
52537         * editing/execCommand/selectAll-expected.txt: Renamed from LayoutTests/platform/chromium/editing/execCommand/selectAll-expected.txt.
52538         * fast/text/whitespace/inline-whitespace-wrapping-1-expected.html: Added.
52539         * fast/text/whitespace/inline-whitespace-wrapping-1.html: Added.
52540         * fast/text/whitespace/inline-whitespace-wrapping-2-expected.html: Added.
52541         * fast/text/whitespace/inline-whitespace-wrapping-2.html: Added.
52542         * fast/text/whitespace/inline-whitespace-wrapping-3-expected.html: Added.
52543         * fast/text/whitespace/inline-whitespace-wrapping-3.html: Added.
52544         * fast/text/whitespace/inline-whitespace-wrapping-4-expected.html: Added.
52545         * fast/text/whitespace/inline-whitespace-wrapping-4.html: Added.
52546         * fast/text/whitespace/nowrap-white-space-collapse-expected.html: Added.
52547         * fast/text/whitespace/nowrap-white-space-collapse.html: Added.
52548         * fast/text/whitespace/pre-block-normal-inline-crash-1-expected.txt: Added.
52549         * fast/text/whitespace/pre-block-normal-inline-crash-1.html: Added.
52550         * fast/text/whitespace/pre-block-normal-inline-crash-2-expected.txt: Added.
52551         * fast/text/whitespace/pre-block-normal-inline-crash-2.html: Added.
52552         * platform/chromium-win/editing/deleting/delete-to-select-table-expected.txt:
52553         * platform/chromium-win/editing/execCommand/print-expected.txt:
52554         * platform/chromium-win/editing/execCommand/selectAll-expected.txt:
52555         * platform/chromium-win/editing/inserting/editable-html-element-expected.txt:
52556         * platform/efl/editing/execCommand/selectAll-expected.txt: Removed.
52557         * platform/gtk/editing/execCommand/selectAll-expected.txt: Removed.
52558         * platform/mac/editing/execCommand/selectAll-expected.txt: Removed.
52559
52560 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
52561
52562         Add a test expectation for the bug 105952.
52563
52564         * platform/wk2/TestExpectations:
52565
52566 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
52567
52568         Add a failing test expectation to a test added by r138380 on Mac WK2.
52569         The failure is tracked by the bug 105948.
52570
52571         * platform/mac-wk2/TestExpectations:
52572
52573 2013-01-02  Tom Sepez  <tsepez@chromium.org>
52574
52575         X-XSS-Protection report-uri doesn't work with mode=block
52576         https://bugs.webkit.org/show_bug.cgi?id=105907
52577
52578         Reviewed by Adam Barth.
52579
52580         Appears to work as-is, but the test was missing for this case. Checking
52581         for completion is complicated by the frame navigating to about:blank, rather
52582         than the echo-report page, so check it from the parent frame.
52583         
52584         * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt: Added.
52585         * http/tests/security/xssAuditor/report-script-tag-full-block.html: Added.
52586         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
52587
52588 2013-01-02  Terry Anderson  <tdanderson@chromium.org>
52589
52590         [chromium] Mark webaudio/automatic-pull-node.html as Timeout for XP
52591         https://bugs.webkit.org/show_bug.cgi?id=105941
52592
52593         Unreviewed gardening.
52594
52595         * platform/chromium/TestExpectations:
52596
52597 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
52598
52599         Rebaseline tests after r137798 and update test expectations per bug 105943.
52600
52601         * platform/mac-wk2/TestExpectations:
52602         * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
52603         * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
52604
52605 2013-01-02  Elliott Sprehn  <esprehn@chromium.org>
52606
52607         View source mode is missing the processing instruction line.
52608         https://bugs.webkit.org/show_bug.cgi?id=15961
52609
52610         Reviewed by Adam Barth.
52611
52612         Add a test for XML documents shown in viewsource mode. The bug
52613         with the missing processing instruction line was fixed long
52614         ago with the HTML5 parser rewrite so this just adds a test.
52615
52616         * fast/frames/viewsource-xml-expected.txt: Added.
52617         * fast/frames/viewsource-xml.html: Added.
52618
52619 2013-01-02  Elliott Sprehn  <esprehn@chromium.org>
52620
52621         Transitions and animations do not apply to CSS ::before and ::after pseudo-elements
52622         https://bugs.webkit.org/show_bug.cgi?id=92591
52623
52624         Reviewed by Eric Seidel.
52625
52626         Add tests that check if animations and transitions play for pseudo
52627         :before and :after pseudo elements.
52628
52629         * fast/css-generated-content/pseudo-animation-expected.txt: Added.
52630         * fast/css-generated-content/pseudo-animation.html: Added.
52631         * fast/css-generated-content/pseudo-transition-expected.txt: Added.
52632         * fast/css-generated-content/pseudo-transition.html: Added.
52633
52634 2013-01-02  Chris Rogers  <crogers@google.com>
52635
52636         Implement WebIDL-style string constants in WebAudio
52637         https://bugs.webkit.org/show_bug.cgi?id=105058
52638
52639         Reviewed by Kentaro Hara.
52640
52641         * webaudio/oscillator-basic-expected.txt:
52642         * webaudio/oscillator-basic.html:
52643         * webaudio/resources/audio-testing.js:
52644
52645 2013-01-02  Robert Hogan  <robert@webkit.org>
52646
52647         Regression (r132935): WebKit breaks between <nobr> tags
52648         https://bugs.webkit.org/show_bug.cgi?id=11857
52649
52650         Reviewed by David Hyatt.
52651
52652         * fast/inline/break-between-nobr-expected.html: Added.
52653         * fast/inline/break-between-nobr.html: Added.
52654
52655 2013-01-02  Mike West  <mkwst@chromium.org>
52656
52657         sandboxed iframe attribute parsing layout tests are flaky
52658         https://bugs.webkit.org/show_bug.cgi?id=104848
52659
52660         Reviewed by Adam Barth.
52661
52662         This patch breaks the monolithic sandboxed-iframe-attribute-parsing.html
52663         test into separate tests for each case. The flaky failures were due to
52664         one of the 14 frames loading out of order, which shifted console message
52665         positions around. Breaking them into separate tests should both speed up
52666         the tests, as more can run in parallel, and solve the flake.
52667
52668         * fast/frames/resources/sandboxed-iframe-attribute-test.js: Added.
52669         (fail):
52670         (setStatus):
52671         (allowedCallFromSandbox):
52672         (disallowedCallFromSandbox):
52673         (disallowedFormSubmitted):
52674         (window.onload):
52675         * fast/frames/sandboxed-iframe-attribute-parsing-01-expected.txt: Added.
52676         * fast/frames/sandboxed-iframe-attribute-parsing-01.html: Added.
52677         * fast/frames/sandboxed-iframe-attribute-parsing-02-expected.txt: Added.
52678         * fast/frames/sandboxed-iframe-attribute-parsing-02.html: Added.
52679         * fast/frames/sandboxed-iframe-attribute-parsing-03-expected.txt: Added.
52680         * fast/frames/sandboxed-iframe-attribute-parsing-03.html: Added.
52681         * fast/frames/sandboxed-iframe-attribute-parsing-04-expected.txt: Added.
52682         * fast/frames/sandboxed-iframe-attribute-parsing-04.html: Added.
52683         * fast/frames/sandboxed-iframe-attribute-parsing-05-expected.txt: Added.
52684         * fast/frames/sandboxed-iframe-attribute-parsing-05.html: Added.
52685         * fast/frames/sandboxed-iframe-attribute-parsing-06-expected.txt: Added.
52686         * fast/frames/sandboxed-iframe-attribute-parsing-06.html: Added.
52687         * fast/frames/sandboxed-iframe-attribute-parsing-07-expected.txt: Added.
52688         * fast/frames/sandboxed-iframe-attribute-parsing-07.html: Added.
52689         * fast/frames/sandboxed-iframe-attribute-parsing-08-expected.txt: Added.
52690         * fast/frames/sandboxed-iframe-attribute-parsing-08.html: Added.
52691         * fast/frames/sandboxed-iframe-attribute-parsing-09-expected.txt: Added.
52692         * fast/frames/sandboxed-iframe-attribute-parsing-09.html: Added.
52693         * fast/frames/sandboxed-iframe-attribute-parsing-10-expected.txt: Added.
52694         * fast/frames/sandboxed-iframe-attribute-parsing-10.html: Added.
52695         * fast/frames/sandboxed-iframe-attribute-parsing-11-expected.txt: Added.
52696         * fast/frames/sandboxed-iframe-attribute-parsing-11.html: Added.
52697         * fast/frames/sandboxed-iframe-attribute-parsing-12-expected.txt: Added.
52698         * fast/frames/sandboxed-iframe-attribute-parsing-12.html: Added.
52699         * fast/frames/sandboxed-iframe-attribute-parsing-13-expected.txt: Added.
52700         * fast/frames/sandboxed-iframe-attribute-parsing-13.html: Added.
52701         * fast/frames/sandboxed-iframe-attribute-parsing-14-expected.txt: Added.
52702         * fast/frames/sandboxed-iframe-attribute-parsing-14.html: Added.
52703         * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt: Removed.
52704         * fast/frames/sandboxed-iframe-attribute-parsing.html: Removed.
52705         * platform/chromium/TestExpectations:
52706         * platform/mac/TestExpectations:
52707         * platform/qt-arm/TestExpectations:
52708
52709 2013-01-02  Mike West  <mkwst@chromium.org>
52710
52711         Sandboxed iframes should not be granted notification permission of the parent frame unless allow-same-origin is specified
52712         https://bugs.webkit.org/show_bug.cgi?id=36732
52713
52714         Reviewed by Adam Barth.
52715
52716         The behavior was fixed in wkbug.com/79704, but there aren't currently
52717         any tests ensuring that it doesn't regress for sandboxed frames. This
52718         patch adds one.
52719
52720         * fast/notifications/notifications-sandbox-permission-expected.txt: Added.
52721         * fast/notifications/notifications-sandbox-permission.html: Added.
52722         * fast/notifications/resources/notifications-iframe.html: Added.
52723
52724 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
52725
52726         Update Mac test expectation per bug 105932.
52727
52728         * platform/mac/TestExpectations:
52729
52730 2013-01-02  Sheriff Bot  <webkit.review.bot@gmail.com>
52731
52732         Unreviewed, rolling out r138601.
52733         http://trac.webkit.org/changeset/138601
52734         https://bugs.webkit.org/show_bug.cgi?id=105917
52735
52736         Also not an optimal solution, needs more discussion.
52737         (Requested by mkwst_ on #webkit).
52738
52739         * fast/frames/seamless/resources/span.html: Removed.
52740         * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt:
52741         * fast/frames/seamless/seamless-srcdoc-expected.txt: Removed.
52742         * fast/frames/seamless/seamless-srcdoc.html: Removed.
52743
52744 2013-01-02  Sheriff Bot  <webkit.review.bot@gmail.com>
52745
52746         Unreviewed, rolling out r138611.
52747         http://trac.webkit.org/changeset/138611
52748         https://bugs.webkit.org/show_bug.cgi?id=105916
52749
52750         Not an optimal solution, needs more discussion. (Requested by
52751         mkwst_ on #webkit).
52752
52753         * fast/frames/seamless/resources/nested-seamless.html:
52754         * fast/frames/seamless/resources/quirks-square.html:
52755         * fast/frames/seamless/resources/two-inline-blocks.html:
52756         * fast/frames/seamless/seamless-body-margin-expected.txt: Removed.
52757         * fast/frames/seamless/seamless-body-margin.html: Removed.
52758         * fast/frames/seamless/seamless-inherited-origin-expected.txt:
52759         * fast/frames/seamless/seamless-inherited-origin.html:
52760
52761 2013-01-02  Mike West  <mkwst@chromium.org>
52762
52763         The 'body' of seamless IFrames should default to 'margin: 0'
52764         https://bugs.webkit.org/show_bug.cgi?id=90834
52765
52766         Reviewed by Eric Seidel.
52767
52768         * fast/frames/seamless/seamless-body-margin-expected.txt: Added.
52769         * fast/frames/seamless/seamless-body-margin.html: Added.
52770             New test to explicitly check 'body' margins.
52771         * fast/frames/seamless/resources/nested-seamless.html:
52772         * fast/frames/seamless/resources/quirks-square.html:
52773         * fast/frames/seamless/resources/two-inline-blocks.html:
52774         * fast/frames/seamless/seamless-inherited-origin-expected.txt:
52775         * fast/frames/seamless/seamless-inherited-origin.html:
52776             Updated these tests to remove the assumption that the body had an
52777             8px margin.
52778
52779 2013-01-01  Christophe Dumez  <christophe.dumez@intel.com>
52780
52781         [WK2] plugins/clicking-missing-plugin-fires-delegate.html is failing
52782         https://bugs.webkit.org/show_bug.cgi?id=105897
52783
52784         Reviewed by Alexey Proskuryakov.
52785
52786         Unskip plugins/clicking-missing-plugin-fires-delegate.html for
52787         WK2 now that WebKitTestRunner is dumping the expected text when
52788         the missing plugin button is clicked.
52789
52790         * platform/efl-wk2/TestExpectations:
52791         * platform/mac-wk2/TestExpectations:
52792
52793 2013-01-01  Kangil Han  <kangil.han@samsung.com>
52794
52795         [EFL][WK1] Skip some webaudio test cases due to lack of implementation
52796         https://bugs.webkit.org/show_bug.cgi?id=105882
52797
52798         Unreviewed, EFL gardening.
52799
52800         Bunch of webaudio test cases need setAudioData implementation and DRT has not it.
52801         So, skips those cases.
52802
52803         * platform/efl-wk1/TestExpectations:
52804
52805 2013-01-01  Mike West  <mkwst@chromium.org>
52806
52807         seamless iframes don't inherit styles when srcdoc is used
52808         https://bugs.webkit.org/show_bug.cgi?id=103539
52809
52810         Reviewed by Eric Seidel.
52811
52812         * fast/frames/seamless/resources/span.html: Added.
52813         * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt:
52814             Updating the previously FAILing expectation.
52815         * fast/frames/seamless/seamless-srcdoc-expected.txt: Added.
52816         * fast/frames/seamless/seamless-srcdoc.html: Added.
52817             Exciting new test to ensure that this doesn't regress, neither
52818             for totally simple srcdoc attriubtes, nor for slightly more
52819             complex variations.
52820
52821 2012-12-31  Kangil Han  <kangil.han@samsung.com>
52822
52823         [EFL] css3/masking/clip-path-circle-relative-overflow.html needs expected results update after 97217
52824         https://bugs.webkit.org/show_bug.cgi?id=105883
52825
52826         Unreviewed, EFL gardening.
52827
52828         Rebaseline css3/masking/clip-path-circle-relative-overflow.html because BUG 97217 has been resolved.
52829
52830         * platform/efl/TestExpectations:
52831         * platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.png:
52832
52833 2012-12-31  Christophe Dumez  <christophe.dumez@intel.com>
52834
52835         Unreviewed EFL gardening.
52836
52837         Mark editing/spelling/spelling-insert-html.html as flaky
52838         since it sometimes hits an assertion in RenderObject
52839         destructor.
52840
52841         * platform/efl/TestExpectations:
52842
52843 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
52844
52845         Unreviewed EFL gardening.
52846
52847         Mark fast/dom/Range/range-extract-contents.html as flaky
52848         since it sometimes hits an assertion in
52849         WebCore::endOfContinuations().
52850
52851         * platform/efl/TestExpectations:
52852
52853 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
52854
52855         Unreviewed EFL gardening.
52856
52857         Mark editing/pasteboard/4806874.html as flaky since
52858         it sometimes hits an assertion in RenderObject
52859         destructor.
52860
52861         * platform/efl/TestExpectations:
52862
52863 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
52864
52865         Unreviewed EFL gardening.
52866
52867         Rebaseline fast/js/global-constructors.html after
52868         TEMPLATE_ELEMENT was enabled for EFL port in r138586.
52869
52870         * platform/efl/fast/js/global-constructors-expected.txt:
52871
52872 2012-12-30  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
52873
52874         [EFL] Enable TEMPLATE_ELEMENT feature
52875         https://bugs.webkit.org/show_bug.cgi?id=105865
52876
52877         Reviewed by Laszlo Gombos.
52878
52879         * platform/efl/TestExpectations: Unskip test cases for template element.
52880
52881 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
52882
52883         Unreviewed EFL gardening.
52884
52885         Add several webaudio tests to TestExpectations since
52886         they sometimes hit !m_finishedNodes.size() assertion
52887         in AudioContext destructor.
52888
52889         * platform/efl/TestExpectations:
52890
52891 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
52892
52893         Unreviewed EFL gardening.
52894
52895         Unskip XSS Auditor test case that has been consistently
52896         passing on EFL port for a while.
52897
52898         * platform/efl/TestExpectations:
52899
52900 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
52901
52902         Unreviewed EFL gardening.
52903
52904         Unskip fast/dom/shadow/host-wrapper-reclaimed.html
52905         since it is passing after r137978.
52906
52907         * platform/efl/TestExpectations:
52908
52909 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
52910
52911         Unreviewed EFL gardening.
52912
52913         Update expectations for 2 fast/dom test cases so
52914         that they are not reported as unexpected passes.
52915
52916         Those tests are passing because their generated
52917         expectations are wrong.
52918
52919         * platform/efl/TestExpectations:
52920
52921 2012-12-30  Philippe Normand  <pnormand@igalia.com>
52922
52923         [GStreamer] webaudio/decode-audio-data-basic.html fails
52924         https://bugs.webkit.org/show_bug.cgi?id=105298
52925
52926         Reviewed by Martin Robinson.
52927
52928         * platform/efl/TestExpectations: Unflag fixed test.
52929
52930 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
52931
52932         Unreviewed EFL gardening.
52933
52934         Unskip text-decoration-style tests passing after
52935         r126054 and r132076.
52936
52937         * platform/efl/TestExpectations:
52938
52939 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
52940
52941         Unreviewed EFL gardening.
52942
52943         Unskip cairo-related tests that are now consistently
52944         passing on both WK1 and WK2 EFL.
52945
52946         * platform/efl/TestExpectations:
52947
52948 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
52949
52950         Unreviewed EFL gardening.
52951
52952         Unskip several compositing test cases that are passing
52953         consistently on EFL WK2.
52954
52955         * platform/efl-wk2/TestExpectations:
52956         * platform/efl/TestExpectations:
52957
52958 2012-12-30  Csaba Osztrogonác  <ossy@webkit.org>
52959
52960         Unreviewed gardening, unskip a now passing test.
52961
52962         * platform/qt/TestExpectations:
52963
52964 2012-12-29  Seokju Kwon  <seokju.kwon@gmail.com>
52965
52966         [GTK] Change bug for some inspector tests
52967         https://bugs.webkit.org/show_bug.cgi?id=105842
52968
52969         Unreviewed gardening.
52970
52971         Bug 43332 was landed. But these tests still fail on GTK port.
52972         And change bug to track the failures.
52973
52974         * platform/gtk/TestExpectations:
52975
52976 2012-12-29  Andrey Lushnikov  <lushnikov@chromium.com>
52977
52978         Web Inspector: refactor DefaultTextEditor
52979         https://bugs.webkit.org/show_bug.cgi?id=105829
52980
52981         Reviewed by Pavel Feldman.
52982
52983         Fix test to correlate with refactoring of DefaultTextEditor.
52984
52985         * inspector/editor/text-editor-selection.html:
52986
52987 2012-12-28  Fady Samuel  <fsamuel@chromium.org>
52988
52989         Unreviewed rebaseline.
52990
52991         * platform/chromium-win-xp/inspector/extensions/extensions-resources-expected.txt: Removed.
52992
52993 2012-12-28  Fady Samuel  <fsamuel@chromium.org>
52994
52995         Unreviewed updated test expectations
52996
52997         * platform/chromium/TestExpectations:
52998
52999 2012-12-28  Fady Samuel  <fsamuel@chromium.org>
53000       
53001         Unreviewed updated TestExpectations. Mark test as fail on XP only.
53002
53003         * platform/chromium/TestExpectations:
53004
53005 2012-12-28  Rafael Weinstein  <rafaelw@chromium.org>
53006
53007         [Templates]: Fix assert in colgroup parse handling
53008         https://bugs.webkit.org/show_bug.cgi?id=105837
53009
53010         Reviewed by Eric Seidel.
53011
53012         * html5lib/resources/template.dat:
53013
53014 2012-12-27  Emil A Eklund  <eae@chromium.org>
53015
53016         REGRESSION (r138196): Regions with text-overflow: ellipsis; are being ellipsized unnecessarily
53017         https://bugs.webkit.org/show_bug.cgi?id=105600
53018
53019         Reviewed by Darin Adler.
53020         
53021         Add test for text-overflow: ellipsis inside a table. 
53022
53023         * fast/sub-pixel/ellipsis-table-expected.html: Added.
53024         * fast/sub-pixel/ellipsis-table.html: Added.
53025
53026 2012-12-28  Fady Samuel  <fsamuel@chromium.org>
53027
53028         Unreviewed Updated TestExpectations
53029
53030         * platform/chromium/TestExpectations:
53031
53032 2012-12-28  Fady Samuel  <fsamuel@chromium.org>
53033
53034         Unreviewed rebaseline
53035
53036         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Added.
53037
53038 2012-12-28  Rafael Weinstein  <rafaelw@chromium.org>
53039
53040         Heap-use-after-free in WebCore::HTMLConstructionSite::mergeAttributesFromTokenIntoElement
53041         https://bugs.webkit.org/show_bug.cgi?id=105780
53042
53043         Reviewed by Eric Seidel.
53044
53045         * html5lib/resources/template.dat:
53046
53047 2012-12-27  Vsevolod Vlasov  <vsevik@chromium.org>
53048
53049         Web Inspector: Introduce uri as a UISourceCode unique identifier in workspace.
53050         https://bugs.webkit.org/show_bug.cgi?id=105799
53051
53052         Reviewed by Pavel Feldman.
53053
53054         * http/tests/inspector/compiler-script-mapping.html:
53055         * http/tests/inspector/workspace-test.js:
53056         (initialize_WorkspaceTest.InspectorTest.createWorkspace):
53057         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
53058         * inspector/debugger/breakpoint-manager.html:
53059         * inspector/debugger/resource-script-mapping.html:
53060         * inspector/debugger/scripts-file-selector.html:
53061         * inspector/debugger/scripts-panel.html:
53062         * inspector/debugger/scripts-sorting.html:
53063         * inspector/debugger/ui-source-code-display-name.html:
53064         * inspector/debugger/ui-source-code.html:
53065         * inspector/uisourcecode-revisions.html:
53066
53067 2012-12-28  Mike West  <mkwst@chromium.org>
53068
53069         [Qt,EFL,GTK] Unreviewed gardening.
53070
53071         * platform/efl/TestExpectations:
53072         * platform/gtk/TestExpectations:
53073         * platform/qt/TestExpectations:
53074             Skipping http/tests/security/sandboxed-iframe-form-top.html
53075             as it's leaking state (console messages) into the next test.
53076             See wkbug.com/105819 and wkbug.com/85522 for details.
53077
53078 2012-12-28  Yury Semikhatsky  <yurys@chromium.org>
53079
53080         Web Inspector: debugger should step into event handler on event dispatch
53081         https://bugs.webkit.org/show_bug.cgi?id=105827
53082
53083         Reviewed by Pavel Feldman.
53084
53085         * inspector/debugger/debugger-step-into-event-listener-expected.txt: Added.
53086         * inspector/debugger/debugger-step-into-event-listener.html: Added.
53087
53088 2012-12-28  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
53089
53090         Unreviewed EFL gardening.
53091
53092         Skip http/tests/security/sandboxed-iframe-form-top.html which
53093         started failing after r138525.
53094
53095         * platform/efl/TestExpectations:
53096
53097 2012-12-28  Yury Semikhatsky  <yurys@chromium.org>
53098
53099         Web Inspector: rename distanceToWindow to distance
53100         https://bugs.webkit.org/show_bug.cgi?id=105823
53101
53102         Reviewed by Pavel Feldman.
53103
53104         Updated tests after renaming distanceToWindow to distance.
53105
53106         * inspector/profiler/heap-snapshot-summary-sorting-fields.html:
53107         * inspector/profiler/heap-snapshot-summary-sorting-instances.html:
53108         * inspector/profiler/heap-snapshot-summary-sorting.html:
53109
53110 2012-12-28  Andrey Lushnikov  <lushnikov@chromium.com>
53111
53112         Web Inspector: refactor DefaultTextEditor's private methods
53113         https://bugs.webkit.org/show_bug.cgi?id=105797
53114
53115         Reviewed by Pavel Feldman.
53116
53117         Fix test to correspond to method renamings of TextEditorMainPanel.
53118
53119         * inspector/editor/text-editor-selection.html:
53120
53121 2012-12-28  Csaba Osztrogonác  <ossy@webkit.org>
53122
53123         Unreviewed holiday gardening, skip new failing tests to paint the bots green.
53124
53125         * platform/qt/TestExpectations:
53126
53127 2012-12-27  Stuart Eichert  <stuart@fivemicro.com>
53128
53129         instance-of-immediates.js : the word "passing" is spelled incorrectly
53130         https://bugs.webkit.org/show_bug.cgi?id=105669
53131
53132         Reviewed by Julien Chaffraix.
53133
53134         Corrected spelling of the word "passing" in instance-of-immediates.js
53135
53136         * fast/js/script-tests/instance-of-immediates.js:
53137
53138 2012-12-27  Mike West  <mkwst@chromium.org>
53139
53140         Add context to the console message generated by Document::printNavigationErrorMessage.
53141         https://bugs.webkit.org/show_bug.cgi?id=105774
53142
53143         Reviewed by Darin Adler.
53144
53145         * fast/frames/sandboxed-iframe-close-top-noclose-expected.txt:
53146         * fast/frames/sandboxed-iframe-history-denied-expected.txt:
53147         * fast/frames/sandboxed-iframe-navigation-parent-expected.txt:
53148         * fast/frames/sandboxed-iframe-navigation-targetlink-expected.txt:
53149         * fast/frames/sandboxed-iframe-navigation-top-by-name-denied-expected.txt:
53150         * fast/frames/sandboxed-iframe-navigation-top-denied-expected.txt:
53151         * fast/frames/seamless/seamless-window-location-sandbox-expected.txt:
53152         * http/tests/security/no-popup-from-sandbox-top-expected.txt:
53153         * http/tests/security/frameNavigation/not-opener-expected.txt:
53154         * http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt:
53155         * http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation-expected.txt:
53156         * platform/chromium/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt:
53157         * platform/chromium/http/tests/security/no-popup-from-sandbox-top-expected.txt:
53158             Update test expectations with new error message.
53159
53160 2012-12-27  Vsevolod Vlasov  <vsevik@chromium.org>
53161
53162         Web Inspector: [Regression] Can not set breakpoints in scripts loaded with source map.
53163         https://bugs.webkit.org/show_bug.cgi?id=105801
53164
53165         Reviewed by Alexander Pavlov.
53166
53167         * http/tests/inspector/compiler-script-mapping-expected.txt:
53168         * http/tests/inspector/compiler-script-mapping.html:
53169         * http/tests/inspector/debugger-test.js:
53170         (initialize_DebuggerTest):
53171
53172 2012-12-27  Christophe Dumez  <christophe.dumez@intel.com>
53173
53174         [EFL][WK2] Regression(135935) layout tests snapshots are flaky
53175         https://bugs.webkit.org/show_bug.cgi?id=103468
53176
53177         Reviewed by Kenneth Rohde Christiansen.
53178
53179         Unskip a lot of ref tests for WebKit2 EFL now that they are no longer
53180         flaky.
53181
53182         * platform/efl-wk2/TestExpectations:
53183
53184 2012-12-27  Fady Samuel  <fsamuel@chromium.org>
53185
53186         Unreviewed rebaseline
53187
53188         * platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt: Added.
53189
53190 2012-12-27  Fady Samuel  <fsamuel@chromium.org>
53191
53192         Unreviewed rebaseline.
53193
53194         * platform/chromium-win-xp/inspector/extensions/extensions-resources-expected.txt: Added.
53195
53196 2012-12-27  Yury Semikhatsky  <yurys@chromium.org>
53197
53198         Web Inspector: remove support for legacy heap graph node format
53199         https://bugs.webkit.org/show_bug.cgi?id=105802
53200
53201         Reviewed by Pavel Feldman.
53202
53203         * inspector/profiler/heap-snapshot-comparison-dom-groups-change.html: switched to the new
53204         heap graph node representation: store edge count for each node instead of the first edge
53205         index.
53206
53207 2012-12-27  Yury Semikhatsky  <yurys@chromium.org>
53208
53209         Web Inspector: move js heap snapshot preprocessing to JSHeapSnapshot
53210         https://bugs.webkit.org/show_bug.cgi?id=105798
53211
53212         Reviewed by Pavel Feldman.
53213
53214         * inspector/profiler/heap-snapshot.html: updated test to match HeapSnapshot.js changes
53215
53216 2012-12-27  Alexander Pavlov  <apavlov@chromium.org>
53217
53218         Web Inspector: Refactor SourceMapParser to enable range-based sourcemap
53219         https://bugs.webkit.org/show_bug.cgi?id=105764
53220
53221         Reviewed by Vsevolod Vlasov.
53222
53223         * http/tests/inspector/compiler-script-mapping-expected.txt:
53224         * http/tests/inspector/compiler-script-mapping.html:
53225         * inspector/styles/range-based-mapping-expected.txt: Added.
53226         * inspector/styles/range-based-mapping.html: Added.
53227
53228 2012-12-27  Andrey Adaikin  <aandrey@chromium.org>
53229
53230         Forgot to SKIP a test on wincairo.
53231
53232         * platform/wincairo/TestExpectations:
53233
53234 2012-12-27  Andrey Adaikin  <aandrey@chromium.org>
53235
53236         Forgot to SKIP a test on QT.
53237
53238         * platform/qt/TestExpectations:
53239
53240 2012-12-25  Andrey Adaikin  <aandrey@chromium.org>
53241
53242         Web Inspector: [Canvas] report if there is any uninstrumented canvas on a page
53243         https://bugs.webkit.org/show_bug.cgi?id=105721
53244
53245         Reviewed by Yury Semikhatsky.
53246
53247         * inspector/profiler/canvas-profiler-test.js:
53248         (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent):
53249         (initialize_CanvasWebGLProfilerTest.InspectorTest.disableCanvasAgent):
53250         (initialize_CanvasWebGLProfilerTest):
53251         * inspector/profiler/canvas2d/canvas-has-uninstrumented-canvases-expected.txt: Added.
53252         * inspector/profiler/canvas2d/canvas-has-uninstrumented-canvases.html: Added.
53253
53254 2012-12-27  Vsevolod Vlasov  <vsevik@chromium.org>
53255
53256         Web Inspector: Simplify script mappings by introducing DefaultScriptMapping.
53257         https://bugs.webkit.org/show_bug.cgi?id=103038
53258
53259         Reviewed by Pavel Feldman.
53260
53261         * http/tests/inspector/compiler-script-mapping.html:
53262         * inspector/debugger/breakpoint-manager-expected.txt:
53263         * inspector/debugger/breakpoint-manager.html:
53264         * inspector/debugger/dynamic-script-tag-expected.txt:
53265         * inspector/debugger/live-edit-breakpoints-expected.txt:
53266         * inspector/debugger/live-edit-breakpoints.html:
53267         * inspector/debugger/pause-in-inline-script-expected.txt:
53268         * inspector/debugger/pause-in-inline-script.html:
53269         * inspector/debugger/resource-script-mapping-expected.txt:
53270         * inspector/debugger/resource-script-mapping.html:
53271         * inspector/debugger/scripts-panel.html:
53272
53273 2012-12-27  Christophe Dumez  <christophe.dumez@intel.com>
53274
53275         Unreviewed EFL gardening.
53276
53277         Mark http/tests/appcache/main-resource-redirect.html as crashing
53278         for EFL WK2 after r138222.
53279
53280         * platform/efl-wk2/TestExpectations:
53281
53282 2012-12-27  Eugene Klyuchnikov  <eustas@chromium.org>
53283
53284         Web Inspector: console.profileEnd() crashes if called without arguments
53285         https://bugs.webkit.org/show_bug.cgi?id=105759
53286
53287         Reviewed by Vsevolod Vlasov.
53288
53289         Added tests to check that browser do not crash.
53290
53291         * inspector/profiler/cpu-profiler-parameterless-profile-end-crash-expected.txt: Added.
53292         * inspector/profiler/cpu-profiler-parameterless-profile-end-crash.html: Added.
53293
53294 2012-12-27  Vsevolod Vlasov  <vsevik@chromium.org>
53295
53296         Unreviewed chromium test expectations update.
53297
53298         * platform/chromium/TestExpectations:
53299
53300 2012-12-26  Ryosuke Niwa  <rniwa@webkit.org>
53301
53302         Add a Mac test expectations for bugs 105777 and 105778.
53303
53304         * platform/mac/TestExpectations:
53305
53306 2012-12-26  Emil A Eklund  <eae@chromium.org>
53307
53308         Unreviewed. Enable most sub-pixel tests on mac.
53309
53310         * platform/mac/TestExpectations:
53311
53312 2012-12-26  Yury Semikhatsky  <yurys@chromium.org>
53313
53314         Web Inspector: extract JS heap profiler specifics into JSHeapSnapshot.js
53315         https://bugs.webkit.org/show_bug.cgi?id=105768
53316
53317         Reviewed by Pavel Feldman.
53318
53319         Inroduced JSHeapSnapshot, JSHeapSnapshotNode, JSHeapSnapshotEdge and JSHeapSnapshotRetainerEdge which
53320         should encapsulate logic specific to JS-heap. The tests were switched to the new classes.
53321
53322         * inspector/profiler/heap-snapshot-loader.html:
53323         * inspector/profiler/heap-snapshot-test.js:
53324         (initialize_HeapSnapshotTest.InspectorTest.createJSHeapSnapshotMockObject):
53325         (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw):
53326         * inspector/profiler/heap-snapshot.html:
53327
53328 2012-12-25  Alexander Pavlov  <apavlov@chromium.org>
53329
53330         Web Inspector: Crash when modifying a rule that has been removed through JavaScript
53331         https://bugs.webkit.org/show_bug.cgi?id=105718
53332
53333         Reviewed by Yury Semikhatsky.
53334
53335         * http/tests/inspector/elements-test.js: Add InspectorTest.toggleMatchedStyleProperty.
53336         (initialize_ElementTest.InspectorTest.toggleMatchedStyleProperty): Added.
53337         * inspector/styles/removed-rule-crash-expected.txt: Added.
53338         * inspector/styles/removed-rule-crash.html: Added.
53339
53340 2012-12-25  Alexander Pavlov  <apavlov@chromium.org>
53341
53342         Web Inspector: device-metrics-fit-window.html is failing on Chromium-Mac
53343         https://bugs.webkit.org/show_bug.cgi?id=104362
53344
53345         Unreviewed expectations rebaseline.
53346
53347         * platform/chromium-mac/platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt: Added.
53348         * platform/chromium/TestExpectations:
53349
53350 2012-12-24  Takashi Sakamoto  <tasak@google.com>
53351
53352         ::first-letter { overflow: -webkit-paged-y } causes crash
53353         https://bugs.webkit.org/show_bug.cgi?id=105393
53354
53355         Reviewed by Beth Dakin.
53356
53357         * fast/css/pseudo-element-opagedxy-crash-expected.txt: Added.
53358         * fast/css/pseudo-element-opagedxy-crash.html: Added.
53359
53360 2012-12-24  Mihnea Ovidenie  <mihnea@adobe.com>
53361
53362         [CSS Regions] Convert some fast/regions pixel tests to reftests
53363         https://bugs.webkit.org/show_bug.cgi?id=80191
53364
53365         Reviewed by Tony Chang.
53366
53367         Convert fast/regions/bottom-overflow-out-of-first-region.html to a ref test.
53368         Used a monospace font, removed text-align and margins for text flowing into regions so that
53369         the text fits nicely in the two regions of the test.
53370
53371         * fast/regions/bottom-overflow-out-of-first-region-expected.html: Added.
53372         * fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
53373         * fast/regions/bottom-overflow-out-of-first-region.html:
53374         * platform/chromium-linux/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
53375         * platform/chromium-mac-lion/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
53376         * platform/chromium-mac-snowleopard/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
53377         * platform/chromium-mac/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
53378         * platform/chromium-mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
53379         * platform/chromium-win/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
53380         * platform/chromium-win/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
53381         * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
53382         * platform/gtk/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
53383         * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
53384         * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
53385         * platform/qt/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
53386         * platform/qt/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
53387
53388 2012-12-24  Andrey Lushnikov  <lushnikov@chromium.com>
53389
53390         Web Inspector: refactor TextEditorHighlighter's highlight attributes to dense array
53391         https://bugs.webkit.org/show_bug.cgi?id=105626
53392
53393         Reviewed by Pavel Feldman.
53394
53395         Fix tests according to new highlight attribute structure.
53396
53397         * inspector/editor/highlighter-long-line.html:
53398         * inspector/editor/highlighter-test.js:
53399         (initialize_HighlighterTests.InspectorTest.dumpTextModel):
53400         (initialize_HighlighterTests):
53401
53402 2012-12-23  Zan Dobersek  <zandobersek@gmail.com>
53403
53404         Unreviewed GTK gardening.
53405
53406         Adding crashing expectations for two tests that constantly crash
53407         in debug builds.
53408
53409         * platform/gtk/TestExpectations:
53410
53411 2012-12-22  Dan Winship  <danw@gnome.org>
53412
53413         Unskip tests that were failing in libxml 2.9.0
53414         https://bugs.webkit.org/show_bug.cgi?id=104494
53415
53416         Reviewed by Martin Robinson.
53417
53418         Added a patch from upstream to the jhbuild config to make all but
53419         one of these pass again; the remaining one fails for a different
53420         reason and is being tracked in a different bug.
53421
53422         * platform/gtk/TestExpectations:
53423
53424 2012-12-23  Christophe Dumez  <christophe.dumez@intel.com>
53425
53426         [EFL] Unreviewed gardening
53427
53428         Rebaseline fast/js/global-constructors.html after
53429         r138393.
53430
53431         * platform/efl/fast/js/global-constructors-expected.txt:
53432
53433 2012-12-23  Csaba Osztrogonác  <ossy@webkit.org>
53434
53435         [Qt] Unreviewed Xmas gardening after r138395.
53436
53437         * platform/qt-5.0/fast/js/global-constructors-expected.txt:
53438
53439 2012-12-21  Zan Dobersek  <zandobersek@gmail.com>
53440
53441         Unreviewed GTK gardening.
53442
53443         Rebaselining the global constructors test after r138393.
53444         Adjusting and merging expectations as required.
53445
53446         * platform/gtk/TestExpectations:
53447         * platform/gtk/fast/js/global-constructors-expected.txt:
53448
53449 2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
53450
53451         Unreviewed. Remove Crash expectation from media/track tests after r138381.
53452
53453         * platform/chromium/TestExpectations:
53454
53455 2012-12-21  Ryosuke Niwa  <rniwa@webkit.org>
53456
53457         [Mountain Lion] platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation.html failing
53458         https://bugs.webkit.org/show_bug.cgi?id=95477
53459
53460         Reviewed by Sam Weinig.
53461
53462         Use "notationl" -> "notational" auto correction in autocorrection-blockquote-crash.html to get reliable results.
53463         Also add a failing expectation to removing-underline-after-accepting-autocorrection-using-punctuation.html for WebKit2.
53464         This failure is tracked by the bug 105616.
53465
53466         * platform/mac-wk2/TestExpectations:
53467         * platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt:
53468         * platform/mac/editing/spelling/autocorrection-blockquote-crash.html:
53469
53470 2012-12-21  Joshua Bell  <jsbell@chromium.org>
53471
53472         [Chromium] IndexedDB: storage/indexeddb/intversion-close-between-events.html flaky in content_shell
53473         https://bugs.webkit.org/show_bug.cgi?id=105665
53474
53475         Test uses a setTimeout() which may fire at different times relative to the completion of the
53476         IDBOpenDBRequest in multiprocess ports. Make the test resilient against different outcomes.
53477
53478         Reviewed by Tony Chang.
53479
53480         * storage/indexeddb/resources/intversion-close-between-events.js:
53481         (deleteSuccess):
53482         (openSuccessOrError):
53483         (checkFinished):
53484
53485 2012-12-21  Joshua Bell  <jsbell@chromium.org>
53486
53487         IndexedDB: Combine openConnection and openConnectionWithVersion
53488         https://bugs.webkit.org/show_bug.cgi?id=105658
53489
53490         Reviewed by Tony Chang.
53491
53492         * storage/indexeddb/open-ordering-expected.txt: Added.
53493         * storage/indexeddb/open-ordering.html: Added.
53494         * storage/indexeddb/resources/open-ordering.js: Added.
53495         (runTest):
53496         (onDeleteSuccess):
53497         (onRequest1Success):
53498         (onRequest2Success):
53499         (onRequest3Success):
53500         (checkOrder):
53501
53502 2012-12-21  Aaron Colwell  <acolwell@chromium.org>
53503
53504         Unreviewed. Removing CRASH expectations for media layout tests
53505         broken by http://crbug.com/162917.
53506         https://bugs.webkit.org/show_bug.cgi?id=103093
53507
53508         * platform/chromium/TestExpectations:
53509
53510 2012-12-21  Kenneth Russell  <kbr@google.com>
53511
53512         Expose ArrayBufferView constructor on DOMWindow
53513         https://bugs.webkit.org/show_bug.cgi?id=105605
53514
53515         Reviewed by Sam Weinig.
53516
53517         Updated test from Khronos repository.
53518
53519         * fast/canvas/webgl/array-unit-tests-expected.txt:
53520         * fast/canvas/webgl/array-unit-tests.html:
53521
53522 2012-12-21  Csaba Osztrogonác  <ossy@webkit.org>
53523
53524         Unreviewed gardening, unskip now passing tests.
53525
53526         * platform/qt-5.0-wk2/TestExpectations:
53527
53528 2012-12-21  Dimitri Glazkov  <dglazkov@chromium.org>
53529
53530         Unreviewed, rolling out r138376.
53531         http://trac.webkit.org/changeset/138376
53532         https://bugs.webkit.org/show_bug.cgi?id=104995
53533
53534         Broke a bunch of tests on mac.
53535
53536         * editing/deleting/delete-ligature-001-expected.txt:
53537         * editing/pasteboard/copy-in-password-field-expected.txt:
53538         * editing/selection/select-all-textarea-expected.txt:
53539         * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt:
53540         * fast/dom/shadow/layout-tests-can-access-shadow.html:
53541         * fast/dom/shadow/resources/shadow-dom.js:
53542         (isShadowRoot):
53543         * fast/events/5056619-expected.txt:
53544         * fast/forms/focus-selection-input-expected.txt:
53545         * inspector/elements/shadow-dom-modify-chardata-expected.txt:
53546         * inspector/elements/shadow-root-expected.txt:
53547         * inspector/elements/update-shadowdom-expected.txt:
53548         * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
53549         * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
53550         * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
53551         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
53552         * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
53553         * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt:
53554         * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
53555         * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
53556         * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
53557         * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
53558         * platform/chromium-win/editing/selection/4895428-3-expected.txt:
53559         * platform/chromium-win/editing/selection/4975120-expected.txt:
53560         * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
53561         * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
53562         * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
53563         * platform/chromium-win/fast/events/autoscroll-expected.txt:
53564         * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
53565         * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
53566         * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
53567         * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
53568         * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
53569         * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
53570         * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
53571         * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
53572         * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
53573         * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
53574         * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
53575         * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
53576         * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
53577         * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt:
53578         * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
53579         * platform/chromium-win/fast/forms/search-rtl-expected.txt:
53580         * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
53581         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
53582         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
53583         * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
53584         * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
53585         * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
53586         * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
53587         * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
53588         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
53589         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
53590         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
53591         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
53592         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
53593         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
53594         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
53595         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
53596         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
53597         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
53598         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
53599         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
53600         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
53601         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
53602         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
53603         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
53604         * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
53605         * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
53606         * resources/dump-as-markup.js:
53607         (Markup._get):
53608
53609 2012-12-21  Zan Dobersek  <zandobersek@gmail.com>
53610
53611         Unreviewed GTK gardening.
53612
53613         Removing a list of failure expectations that were added as a precaution
53614         in r138250 in case of regressions (which in the end didn't occur).
53615
53616         * platform/gtk/TestExpectations:
53617
53618 2012-12-21  Zan Dobersek  <zandobersek@gmail.com>
53619
53620         Unreviewed GTK gardening.
53621
53622         Adding a few missing expectations for tests that require their baselines
53623         to be checked before they are added.
53624         Adding and modifying expectations where necessary to accommodate recent
53625         changes in test behavior.
53626
53627         * platform/gtk/TestExpectations:
53628
53629 2012-12-21  Zan Dobersek  <zandobersek@gmail.com>
53630
53631         [GTK] Add WebKit1-specific TestExpectations file
53632         https://bugs.webkit.org/show_bug.cgi?id=97562
53633
53634         Reviewed by Dirk Pranke.
53635
53636         Add properly formatted but currently empty TestExpectations file
53637         for GTK WebKit1-specific test expectations.
53638
53639         * platform/gtk-wk1/TestExpectations: Added.
53640
53641 2012-12-21  Alexei Svitkine  <asvitkine@chromium.org>
53642
53643         [Chromium/Mac] Don't send an onclick event from a ctrl-click
53644         https://bugs.webkit.org/show_bug.cgi?id=105554
53645
53646         Reviewed by Dimitri Glazkov.
53647
53648         Don't send the onclick event on a control click event (which
53649         triggers the context menu on the Mac). This matches the
53650         behaviour of the Apple Mac port, although the Apple port
53651         does this by checking whether the context menu is visible
53652         in WebPage::mouseEvent().
53653
53654         This is a fix for http://crbug.com/146143
53655
53656         * fast/events/controlclick-no-onclick-expected.txt: Added.
53657         * fast/events/controlclick-no-onclick.html: Added.
53658
53659 2012-12-21  Shinya Kawanaka  <shinyak@chromium.org>
53660
53661         Implement ShadowRoot::elementFromPoint
53662         https://bugs.webkit.org/show_bug.cgi?id=104579
53663
53664         Reviewed by Dimitri Glazkov.
53665
53666         * fast/dom/shadow/elementfrompoint-expected.txt: Added.
53667         * fast/dom/shadow/elementfrompoint.html: Added.
53668
53669 2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
53670
53671         Unreviewed. Add Crash test expectation to the media/track/ tests which have explicit expectations.
53672         It needs to be removed after fixing https://bugs.webkit.org/show_bug.cgi?id=105606
53673
53674         * platform/chromium/TestExpectations:
53675
53676 2012-12-21  Shinya Kawanaka  <shinyak@chromium.org>
53677
53678         [Shadow DOM]: ShadowRoot wrong nodeName attribute
53679         https://bugs.webkit.org/show_bug.cgi?id=104995
53680
53681         Reviewed by Dimitri Glazkov.
53682
53683         Uses 'instanceof' to check the instance is ShadowRoot or not.
53684         Update dump-as-markup.js to see 'instanceof' instead of nodeType.
53685         Also, a lot of rebaselines have been conducted.
53686
53687         * editing/deleting/delete-ligature-001-expected.txt:
53688         * editing/pasteboard/copy-in-password-field-expected.txt:
53689         * editing/selection/select-all-textarea-expected.txt:
53690         * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt:
53691         * fast/dom/shadow/layout-tests-can-access-shadow.html:
53692         * fast/dom/shadow/resources/shadow-dom.js:
53693         (isShadowRoot):
53694         * fast/events/5056619-expected.txt:
53695         * fast/forms/focus-selection-input-expected.txt:
53696         * inspector/elements/shadow-dom-modify-chardata-expected.txt:
53697         * inspector/elements/shadow-root-expected.txt:
53698         * inspector/elements/update-shadowdom-expected.txt:
53699         * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
53700         * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
53701         * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
53702         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
53703         * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
53704         * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt:
53705         * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
53706         * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
53707         * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
53708         * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
53709         * platform/chromium-win/editing/selection/4895428-3-expected.txt:
53710         * platform/chromium-win/editing/selection/4975120-expected.txt:
53711         * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
53712         * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
53713         * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
53714         * platform/chromium-win/fast/events/autoscroll-expected.txt:
53715         * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
53716         * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
53717         * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
53718         * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
53719         * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
53720         * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
53721         * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
53722         * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
53723         * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
53724         * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
53725         * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
53726         * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
53727         * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
53728         * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt:
53729         * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
53730         * platform/chromium-win/fast/forms/search-rtl-expected.txt:
53731         * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
53732         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
53733         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
53734         * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
53735         * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
53736         * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
53737         * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
53738         * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
53739         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
53740         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
53741         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
53742         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
53743         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
53744         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
53745         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
53746         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
53747         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
53748         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
53749         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
53750         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
53751         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
53752         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
53753         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
53754         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
53755         * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
53756         * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
53757         * resources/dump-as-markup.js:
53758         (Markup._get):
53759
53760 2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
53761
53762         Unreviewed rebaseline.
53763
53764         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
53765
53766 2012-12-21  Mihai Parparita  <mihaip@chromium.org>
53767
53768         Slow performance with <select> with many options and size >= 2
53769         https://bugs.webkit.org/show_bug.cgi?id=105483
53770
53771         Reviewed by Eric Seidel.
53772
53773         Test that checks that text and non-<option> and <optgroup> element 
53774         children of <select> do not get a renderer.
53775
53776         * fast/forms/menulist-no-renderer-for-unexpected-children-expected.txt: Added.
53777         * fast/forms/menulist-no-renderer-for-unexpected-children.html: Added.
53778
53779 2012-12-21  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
53780
53781         Unreviewed EFL gardening.
53782
53783         Rebaseline fast/js/global-constructors.html after r138248.
53784
53785         * platform/efl/fast/js/global-constructors-expected.txt:
53786
53787 2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
53788
53789         Unreviewed rebaseline.
53790
53791         * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
53792
53793 2012-12-21  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
53794
53795         Unreviewed EFL gardening.
53796
53797         Mark svg/custom/feDisplacementMap-01.svg as missing.
53798
53799         * platform/efl/TestExpectations:
53800
53801 2012-12-21  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
53802
53803         [WK2] TiledBackingStore: Scroll position is not reset when new page is loaded
53804         https://bugs.webkit.org/show_bug.cgi?id=105627
53805
53806         Reviewed by Kenneth Rohde Christiansen.
53807
53808         Added a layout test checking scroll position for newly loaded pages.
53809
53810         * fast/dom/resources/check-scroll-position-onload.html: Added.
53811         * fast/dom/scroll-position-for-new-loads-expected.txt: Added.
53812         * fast/dom/scroll-position-for-new-loads.html: Added.
53813
53814 2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
53815
53816         Unreviewed gardening. Rebaseline after r138365.
53817
53818         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
53819
53820 2012-12-21  Keishi Hattori  <keishi@webkit.org>
53821
53822         Fix typing zero into multiple field input
53823         https://bugs.webkit.org/show_bug.cgi?id=105501
53824
53825         Reviewed by Kent Tamura.
53826
53827         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
53828         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
53829         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
53830         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
53831         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
53832         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
53833         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
53834         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt:
53835         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events.html:
53836
53837 2012-12-21  János Badics  <jbadics@inf.u-szeged.hu>
53838
53839         [Qt][WK2] Gardening after r138232. Skipped 4 tests timing out.
53840         https://bugs.webkit.org/show_bug.cgi?id=105623
53841
53842         Reviewed by Csaba Osztrogonác.
53843
53844         * platform/qt-5.0-wk2/TestExpectations:
53845
53846 2012-12-21  János Badics  <jbadics@inf.u-szeged.hu>
53847
53848         [Qt] Gardening after r138316. Skipped a new failing reftest
53849         with minor pixel differences.
53850
53851         Reviewed by Csaba Osztrogonác.
53852
53853         * platform/qt/TestExpectations:
53854
53855 2012-12-21  Adam Bergkvist  <adam.bergkvist@ericsson.com>
53856
53857         MediaStream API: Update the MediaStream constructor
53858         https://bugs.webkit.org/show_bug.cgi?id=98416
53859
53860         Reviewed by Adam Barth.
53861
53862         Updated the MediaStream constructor to support the more general argument
53863         list from the latest Media Capture and Streams specification:
53864         http://dev.w3.org/2011/webrtc/editor/getusermedia.html
53865
53866         * fast/js/constructor-length.html:
53867         * fast/mediastream/MediaStreamConstructor-expected.txt:
53868         * fast/mediastream/MediaStreamConstructor.html:
53869         * platform/blackberry/fast/js/constructor-length-expected.txt:
53870         * platform/chromium/fast/js/constructor-length-expected.txt:
53871         * platform/gtk/fast/js/constructor-length-expected.txt:
53872         * platform/mac/fast/js/constructor-length-expected.txt:
53873         * platform/qt/fast/js/constructor-length-expected.txt:
53874
53875 2012-12-21  Zeno Albisser  <zeno@webkit.org>
53876
53877         [Qt] Add new TestExpectations for qt-5.0-mac-wk2.
53878         https://bugs.webkit.org/show_bug.cgi?id=105424
53879
53880         This change will allow us to run a very specific
53881         subset of the available LayoutTests on a mac buildbot.
53882         The new baseline search path for mac will look as follows:
53883         qt-5.0-mac-wk2 -> qt-5.0-wk2 -> qt-5.0 -> qt-mac -> qt
53884
53885         Reviewed by Dirk Pranke.
53886
53887         * platform/qt-5.0-mac-wk2/TestExpectations: Added.
53888
53889 2012-12-20  Ilya Tikhonovsky  <loislo@chromium.org>
53890
53891         Unreviewed, rolling out r138347.
53892         http://trac.webkit.org/changeset/138347
53893
53894         media/track tests still failing
53895
53896         * platform/chromium/TestExpectations:
53897
53898 2012-12-20  Ilya Tikhonovsky  <loislo@chromium.org>
53899
53900         Unreviewed. Rollout Crash Pass expectation changes for media/track after rolling out r138320.
53901
53902         * platform/chromium/TestExpectations:
53903
53904 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
53905
53906         Revert the wrong expectation update done in r138344 and fix a syntax error in TestExpectations for Mac.
53907
53908         * platform/mac/TestExpectations:
53909         * platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt:
53910
53911 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
53912
53913         Update Mac test expectation once more.
53914
53915         It turned out that the bug 73865 had been fixed for JSC. So filed the bug 105606 instead.
53916         At this point, I have to add [ Crash Pass ] expectation to the entire media/track for
53917         the lack of alternatives.
53918
53919         i.e. now these media/track tests crashes are tracked by the bug 105606.
53920
53921         * platform/mac/TestExpectations:
53922
53923 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
53924
53925         Even more Mac test expectation for bug 73865.
53926
53927         * platform/mac/TestExpectations:
53928
53929 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
53930
53931         Add more Mac test expectations for bugs 73865 and 105603.
53932
53933         * platform/mac/TestExpectations:
53934
53935 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
53936
53937         Add a Mac test expectation per bug 105601.
53938
53939         * platform/mac/TestExpectations:
53940
53941 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
53942
53943         Add another Mac test expectations for the bug 73865.
53944
53945         * platform/mac/TestExpectations:
53946
53947 2012-12-20  Rik Cabanier  <cabanier@adobe.com>
53948
53949         Add canvas blending modes using Core Graphics
53950         https://bugs.webkit.org/show_bug.cgi?id=100070
53951
53952         Reviewed by Dirk Schulze.
53953
53954         Added test files for the new blending modes in Canvas
53955
53956         * fast/canvas/canvas-blend-image-expected.txt: Added.
53957         * fast/canvas/canvas-blend-image.html: Added.
53958         * fast/canvas/canvas-blend-solid-expected.txt: Added.
53959         * fast/canvas/canvas-blend-solid.html: Added.
53960         * fast/canvas/script-tests/canvas-blend-image.js: Added.
53961         (myGetImageData):
53962         (checkBlendModeResult):
53963         (prepareTestScenario):
53964         * fast/canvas/script-tests/canvas-blend-solid.js: Added.
53965         (myGetImageData):
53966         (checkBlendModeResult):
53967         (prepareTestScenario):
53968         * platform/chromium/TestExpectations:
53969         * platform/efl/TestExpectations:
53970         * platform/gtk/TestExpectations:
53971         * platform/qt/TestExpectations:
53972
53973 2012-12-20  Tony Chang  <tony@chromium.org>
53974
53975         [chromium] Unreviewed, mark a new test as failing on Chromium Mac.
53976
53977         * platform/chromium/TestExpectations:
53978
53979 2012-12-20  KyungTae Kim  <ktf.kim@samsung.com>
53980
53981         Percentage min/max width replaced element may incorrectly rendered
53982         https://bugs.webkit.org/show_bug.cgi?id=105264
53983
53984         Reviewed by Tony Chang.
53985
53986         Add test to check when the source of images with percentage min-width is changed.
53987
53988         * fast/css/percent-min-width-img-src-change-expected.txt: Added.
53989         * fast/css/percent-min-width-img-src-change.html: Added.
53990
53991 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
53992
53993         Add Mac test expectations for the bug 73865.
53994
53995         * platform/mac/TestExpectations:
53996
53997 2012-12-20  Dominic Mazzoni  <dmazzoni@google.com>
53998
53999         accessibility/svg-remote-element.html is flaky (times out)
54000         https://bugs.webkit.org/show_bug.cgi?id=105587
54001
54002         Reviewed by Chris Fleizach.
54003
54004         Avoid race condition where the test would never run if the
54005         SVG image was already loaded before the load event listener
54006         gets added.
54007
54008         * accessibility/svg-remote-element.html:
54009
54010 2012-12-20  Emil A Eklund  <eae@chromium.org>
54011
54012         Unreviewed, remove css3/flexbox/flex-algorithm.html from efl, gtk and qt TestExpectations file.
54013
54014         * platform/efl/TestExpectations:
54015         * platform/gtk/TestExpectations:
54016         * platform/qt/TestExpectations:
54017
54018 2012-12-20  Dean Jackson  <dino@apple.com>
54019
54020         REGRESSION: media/video-controls-captions-trackmenu.html intermittently fails
54021         https://bugs.webkit.org/show_bug.cgi?id=105584
54022
54023         Unreviewed expected results update. Remove the failure expectation.
54024
54025         * media/video-controls-captions-trackmenu-expected.txt:
54026         * media/video-controls-captions-trackmenu.html:
54027         * platform/mac/TestExpectations:
54028
54029 2012-12-20  Sheriff Bot  <webkit.review.bot@gmail.com>
54030
54031         Unreviewed, rolling out r138270.
54032         http://trac.webkit.org/changeset/138270
54033         https://bugs.webkit.org/show_bug.cgi?id=105589
54034
54035         Many media tests are failing/crashing intermittently, often
54036         pointing at WebCore::HTMLTrackElement::didCompleteLoad as
54037         culprit (Requested by dino_ on #webkit).
54038
54039         * fast/events/constructors/track-event-constructor.html:
54040         * http/tests/security/text-track-crossorigin.html:
54041         * media/track/track-add-track-expected.txt:
54042         * media/track/track-add-track.html:
54043         * media/track/track-element-load-event-expected.txt: Removed.
54044         * media/track/track-element-load-event.html: Removed.
54045         * media/track/track-load-from-src-readyState.html:
54046         * platform/chromium/TestExpectations:
54047         * platform/efl/TestExpectations:
54048         * platform/gtk/TestExpectations:
54049         * platform/mac/TestExpectations:
54050         * platform/qt/TestExpectations:
54051         * platform/win/TestExpectations:
54052
54053 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
54054
54055         Add a crash test expectation on Mac. ap is looking into the problem as we speak.
54056
54057         * platform/mac/TestExpectations:
54058
54059 2012-12-20  Elliott Sprehn  <esprehn@chromium.org>
54060
54061         RenderBlock hit testing should ignore PseudoElements
54062         https://bugs.webkit.org/show_bug.cgi?id=105545
54063
54064         Reviewed by Eric Seidel.
54065
54066         Add test for hit testing on pseudo element generated blocks and boxes.
54067
54068         * fast/css-generated-content/block-and-box-hit-testing-expected.txt: Added.
54069         * fast/css-generated-content/block-and-box-hit-testing.html: Added.
54070
54071 2012-12-20  Stephen Chenney  <schenney@chromium.org>
54072
54073         SVG: <altglpyh> for a surrogate pair character in a ligature fails
54074         https://bugs.webkit.org/show_bug.cgi?id=102969
54075
54076         Reviewed by Dirk Schulze.
54077
54078         Test and reference result for altGlyph elements applied to a surrogate pair
54079         following an arabic form. Note that these tests are html, but for the test to fail
54080         without the patch they must be parsed as svg (xml).
54081
54082         * svg/text/alt-glyph-for-surrogate-pair-expected.svg: Added.
54083         * svg/text/alt-glyph-for-surrogate-pair.svg: Added.
54084
54085 2012-12-20  Adam Klein  <adamk@chromium.org>
54086
54087         Properly process <template> end tags when in TemplateContentsMode
54088         https://bugs.webkit.org/show_bug.cgi?id=105556
54089
54090         Reviewed by Eric Seidel.
54091
54092         * html5lib/resources/template.dat:
54093
54094 2012-12-20  Emil A Eklund  <eae@chromium.org>
54095
54096         [flexbox] Fix handling of very large flex grow/shrink values
54097         https://bugs.webkit.org/show_bug.cgi?id=105579
54098
54099         Reviewed by Tony Chang.
54100
54101         Update expectations for element with very large flex grow value.
54102
54103         * css3/flexbox/flex-algorithm.html:
54104
54105 2012-12-20  Simon Fraser  <simon.fraser@apple.com>
54106
54107         Remove an incorrect WK2 result, and two there were identical to the WK1 results.
54108
54109         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
54110         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed.
54111         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed.
54112
54113 2012-12-20  Simon Fraser  <simon.fraser@apple.com>
54114
54115         Skip tests in WK2 that rely on eventSender.beginDragWithFiles.
54116
54117         * platform/mac-wk2/TestExpectations:
54118
54119 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
54120
54121         Add a Mac test expectation per bug 105584.
54122
54123         * platform/mac/TestExpectations:
54124
54125 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
54126
54127         Add a Mac test expectation per bug 105580.
54128
54129         * platform/mac/TestExpectations:
54130
54131 2012-12-20  Ryan Sleevi  <rsleevi@chromium.org>
54132
54133         window.crypto.getRandomValues should return the input ArrayBufferView
54134         https://bugs.webkit.org/show_bug.cgi?id=104845
54135
54136         Reviewed by Kentaro Hara.
54137
54138         * fast/js/resources/js-test-pre.js:
54139         (shouldBeType):
54140         Added helper to assert that an expression returns an object of the
54141         correct type.
54142         * security/crypto-random-values-types-expected.txt:
54143         * security/crypto-random-values-types.html:
54144         Test all possible TypedArray integer types and ensure that both the
54145         correct TypedArray type is returned and that it is equal to the input
54146         type; that is, that the input type is modified in place, rather then
54147         copied.
54148
54149 2012-12-20  Tony Chang  <tony@chromium.org>
54150
54151         [chromium] Unreviewed gardening.
54152
54153         Rebaseline tests mentioned in 105121 and remove tests that are passing on Win bots according to the flakiness dashboard.
54154
54155         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
54156         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
54157         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
54158         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
54159         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
54160         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
54161         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
54162         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
54163         * platform/chromium/TestExpectations:
54164         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt: Added.
54165
54166 2012-12-20  Tony Chang  <tony@chromium.org>
54167
54168         [chromium] Unreviewed gardening.
54169
54170         Mark an inspector test as flakey and update form date tests after r138255.
54171
54172         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
54173         * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
54174         * platform/chromium/TestExpectations:
54175
54176 2012-12-20  David Dorwin  <ddorwin@chromium.org>
54177
54178         [Chromium] Restore WebM EME canPlayType() expectations.
54179         https://bugs.webkit.org/show_bug.cgi?id=105070
54180
54181         Unreviewed TestExpectations revert of r137225.
54182
54183         * platform/chromium/TestExpectations:
54184
54185 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
54186
54187         Add a Mac test expectation per bug 104848.
54188
54189         * platform/mac/TestExpectations:
54190
54191 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
54192
54193         Update Mac test expectation per bugs 105566 and 105567.
54194
54195         * platform/mac/TestExpectations:
54196
54197 2012-12-19  Dean Jackson  <dino@apple.com>
54198
54199         Cleanup some captions menu tests
54200         https://bugs.webkit.org/show_bug.cgi?id=105500
54201
54202         Reviewed by Eric Carlson.
54203
54204         Use the helper library where possible. Dynamically add
54205         video.src so that we always get the 'canplaythrough' event.
54206
54207         * media/video-controls-captions-trackmenu-expected.txt:
54208         * media/video-controls-captions-trackmenu-localized.html:
54209         * media/video-controls-captions-trackmenu-sorted.html:
54210         * media/video-controls-captions-trackmenu.html:
54211
54212 2012-12-19  Dean Jackson  <dino@apple.com>
54213
54214         Follow WebVTT line breaking rules
54215         https://bugs.webkit.org/show_bug.cgi?id=105496
54216
54217         Reviewed by Eric Carlson.
54218
54219         Test that captions do emergency line breaking. Since we can't
54220         rely on text dimensions, the test simply compares a caption that
54221         will be on one line to a caption with a single huge word, that must
54222         break at least twice. If the bounding rectangle of the second caption
54223         is bigger than the first, we know we broke.
54224
54225         * media/track/captions-webvtt/long-word.vtt: Added.
54226         * media/track/track-word-breaking-expected.txt: Added.
54227         * media/track/track-word-breaking.html: Added.
54228
54229 2012-12-20  James Simonsen  <simonjam@chromium.org>
54230
54231         [Resource Timing] 304 responses should show up in the timing buffer
54232         https://bugs.webkit.org/show_bug.cgi?id=105490
54233
54234         Reviewed by Tony Gentilcore.
54235
54236         * http/tests/w3c/webperf/resources/generate_resource.php:
54237         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached-expected.txt: Added.
54238         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached.html: Added.
54239
54240 2012-12-20  Elliott Sprehn  <esprehn@gmail.com>
54241
54242         Block level pseudo elements bleed background color to <html>
54243         https://bugs.webkit.org/show_bug.cgi?id=104855
54244
54245         Reviewed by Julien Chaffraix.
54246
54247         Before r137336 placing a pseudo element :before or :after that was display
54248         block on the <html> element would also set the background color of the
54249         root of the document.
54250
54251         This was because RenderObject::isRoot checked if document()->documentElement() == m_node,
54252         which was true for html:before or html:after with the old implementation
54253         of generated content. Instead it should have compared against node() which
54254         would have compensated for the anonymous generated content.
54255
54256         This is fixed by the new generated content implementation that was turned
54257         on in r137336 because m_node is now the PseudoElement, not the generatingNode.
54258
54259         * fast/css-generated-content/html-pseudo-background-color-expected.html: Added.
54260         * fast/css-generated-content/html-pseudo-background-color.html: Added.
54261
54262 2012-12-20  Dominic Mazzoni  <dmazzoni@google.com>
54263
54264         Unreviewed. Adjust Mac TestExpectations.
54265         https://bugs.webkit.org/show_bug.cgi?id=105372
54266
54267         Removes accessibility/svg-bounds.html from
54268         platform/mac/TestExpectations.
54269
54270         The problem was caused by bug 97359: committed r138061,
54271         reverted r138121, re-landed r138260 without the bug.
54272
54273         * platform/mac/TestExpectations: remove accessibility/svg-bounds.html
54274
54275 2012-12-20  Antoine Quint  <graouts@apple.com>
54276
54277         onload callback for <track> element attached to <video> does not fire
54278         https://bugs.webkit.org/show_bug.cgi?id=103258
54279
54280         Reviewed by Eric Carlson.
54281
54282         As a result of fixing this bug, a few new failures were uncovered and TestExpectations
54283         needed to be updated to take this into account. Additionally, some existing tests were
54284         incorrect or outdated and were fixed as well. Finally, a new test was added to thoroughly
54285         test the various conditions required for a <track> element to successfully load.
54286
54287         * fast/events/constructors/track-event-constructor.html: Update the test to correctly set
54288         a non-disabled mode on the text track such that it may load per the rules enforced with this patch.
54289         * http/tests/security/text-track-crossorigin.html: Update the test to correctly set a non-disabled
54290         mode on the text track such that it may load per the rules enforced with this patch.
54291         * media/track/track-add-track-expected.txt: Update the output to match changes made to test.
54292         * media/track/track-add-track.html: Update the test to correctly set a non-disabled mode on
54293         the text track such that it may load per the rules enforced with this patch. Also, ensure
54294         the .readyState of the text track is correctly assumed to be NONE vs. LOADING as it would
54295         have to wait until the next run loop to be changed to anything but NONE.
54296         * media/track/track-element-load-event-expected.txt: Added.
54297         * media/track/track-element-load-event.html: Added.
54298         * media/track/track-load-from-src-readyState.html: Update the test to correctly set a
54299         non-disabled mode on the text track such that it may load per the rules enforced with
54300         this patch.
54301         * platform/chromium/TestExpectations: Skip tests that now fail instead of timing out.
54302         * platform/efl/TestExpectations: Skip tests that now fail instead of timing out.
54303         * platform/gtk/TestExpectations: Skip tests that now fail instead of timing out.
54304         * platform/mac/TestExpectations: Skip tests that now fail instead of timing out.
54305         * platform/qt/TestExpectations: Skip tests that now fail instead of timing out.
54306         * platform/win/TestExpectations: Skip tests that now fail instead of timing out.
54307
54308 2012-12-20  Joshua Bell  <jsbell@chromium.org>
54309
54310         IndexedDB: Layout test showing delete database getting two blocked events
54311         https://bugs.webkit.org/show_bug.cgi?id=92674
54312
54313         Reviewed by Tony Chang.
54314
54315         Update/add tests to match the expected behavior where blocked/versionchange events fire
54316         even when a "versionchange" transaction is running.
54317
54318         * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt: Copied from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded-expected.txt.
54319         * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success.html: Copied from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded.html.
54320         * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt: Renamed from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded-expected.txt.
54321         * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange.html: Renamed from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded.html.
54322         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
54323         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
54324         * storage/indexeddb/intversion-gated-on-delete-expected.txt:
54325         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js: Copied from LayoutTests/storage/indexeddb/resources/intversion-delete-in-upgradeneeded.js.
54326         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js: Renamed from LayoutTests/storage/indexeddb/resources/intversion-delete-in-upgradeneeded.js.
54327         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
54328         * storage/indexeddb/resources/factory-deletedatabase.js:
54329         * storage/indexeddb/resources/intversion-gated-on-delete.js:
54330
54331 2012-12-20  Tony Chang  <tony@chromium.org>
54332
54333         [chromium] Unreviewed gardening.
54334
54335         Update pixel results for fast/sub-pixel/transformed-iframe-copy-on-scroll.html
54336         on mac. The test uses mock scrollbars but the old results have real scrollbars.
54337
54338         * platform/chromium-mac-lion/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png:
54339         * platform/chromium-mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png:
54340
54341 2012-12-20  Dominic Mazzoni  <dmazzoni@google.com>
54342
54343         AX: support clickPoint in DRT for chromium
54344         https://bugs.webkit.org/show_bug.cgi?id=97359
54345
54346         Reviewed by Chris Fleizach.
54347
54348         Enable four more tests now that clickPointX, clickPointY,
54349         and elementAtPoint are implemented for Chromium.
54350
54351         Minor fixes to two tests to make them more robust
54352         across platfoms and when run in parallel.
54353
54354         * accessibility/svg-bounds.html: Updated
54355         * accessibility/svg-bounds-expected.txt: Added (made cross-platform
54356         * accessibility/svg-remote-element.html: Updated
54357         * accessibility/svg-remote-element-expected.txt: Added (made cross-platform)
54358         * platform/mac/accessibility/svg-bounds-expected.txt: Deleted
54359         * platform/mac/accessibility/svg-remote-element-expected.txt: Deleted
54360         * platform/chromium/TestExpectations: Updated
54361
54362 2012-12-20  Carlos Garcia Campos  <cgarcia@igalia.com>
54363
54364         [Qt]REGRESSION(r138222): It made fast/forms/number/number-spinbutton-click-in-iframe.html crash
54365         https://bugs.webkit.org/show_bug.cgi?id=105529
54366
54367         Reviewed by Nate Chapin.
54368
54369         * platform/qt/TestExpectations: Unskip
54370         fast/forms/number/number-spinbutton-click-in-iframe.html.
54371
54372 2012-12-20  Lianghui Chen  <liachen@rim.com>
54373
54374         2 fast/filesystem test cases ask for more space than the size they request when creating the file system
54375         https://bugs.webkit.org/show_bug.cgi?id=105307
54376
54377         Reviewed by Yong Li.
54378
54379         The purpose of this patch is to make these 2 test cases conform to the
54380         size limit, so for platform that wants to enforce the size limit they
54381         will not fail due to quota limit.
54382
54383         * fast/filesystem/resources/file-writer-abort-continue.js:
54384         * fast/filesystem/resources/op-get-metadata.js:
54385
54386 2012-12-20  Kunihiko Sakamoto  <ksakamoto@chromium.org>
54387
54388         Fix tests depend on current year
54389         https://bugs.webkit.org/show_bug.cgi?id=105525
54390
54391         Reviewed by Kent Tamura.
54392
54393         Current year was embedded in several expectation files unintentionally.
54394
54395         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
54396         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
54397         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
54398         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
54399         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt:
54400         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events.html:
54401
54402 2012-12-20  Dominik Röttsches  <dominik.rottsches@intel.com>
54403
54404         [EFL] Unreviewed gardening.
54405
54406         Marking inspector-protocol/nmi-webaudio* tests as failing,
54407         they don't work yet after r138248.
54408
54409         * platform/efl/TestExpectations:
54410
54411 2012-12-20  Florin Malita  <fmalita@chromium.org>
54412
54413         Incorrect color space conversion for FEImage
54414         https://bugs.webkit.org/show_bug.cgi?id=105437
54415
54416         Reviewed by Dirk Schulze.
54417
54418         Rebaselined Chromium(Linux) results, updated Chromium/EFL/Gtk/Qt expectations.
54419
54420         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
54421         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
54422         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
54423         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
54424         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
54425         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
54426         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
54427         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
54428         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
54429         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
54430         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
54431         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
54432         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
54433         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
54434         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
54435         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
54436         * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
54437         * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
54438         * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
54439         * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
54440         * platform/chromium-linux/svg/filters/feImage-late-indirect-update-expected.png:
54441         * platform/chromium-win/svg/custom/feDisplacementMap-01-expected.png:
54442         * platform/chromium-win/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
54443         * platform/chromium-win/svg/filters/feImage-multiple-targets-id-change-expected.png:
54444         * platform/chromium-win/svg/filters/feImage-position-expected.png:
54445         * platform/chromium-win/svg/filters/feImage-preserveAspectratio-expected.png:
54446         * platform/chromium-win/svg/filters/feImage-reference-invalidation-expected.png:
54447         * platform/chromium-win/svg/filters/feImage-subregions-expected.png:
54448         * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
54449         * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
54450         * platform/chromium-win/svg/filters/feImage-target-add-to-document-expected.png:
54451         * platform/chromium-win/svg/filters/feImage-target-attribute-change-expected.png:
54452         * platform/chromium-win/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
54453         * platform/chromium-win/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
54454         * platform/chromium-win/svg/filters/feImage-target-changes-id-expected.png:
54455         * platform/chromium-win/svg/filters/feImage-target-id-change-expected.png:
54456         * platform/chromium-win/svg/filters/feImage-target-inline-style-change-expected.png:
54457         * platform/chromium-win/svg/filters/feImage-target-property-change-expected.png:
54458         * platform/chromium-win/svg/filters/feImage-target-reappend-to-document-expected.png:
54459         * platform/chromium-win/svg/filters/feImage-target-remove-from-document-expected.png:
54460         * platform/chromium-win/svg/filters/feImage-target-style-change-expected.png:
54461         * platform/chromium/TestExpectations:
54462         * platform/efl/TestExpectations:
54463         * platform/gtk/TestExpectations:
54464         * platform/qt/TestExpectations:
54465
54466 2012-12-20  Dominik Röttsches  <dominik.rottsches@intel.com>
54467
54468         [EFL] MiniBrowser does not play Infinite Gangnam Style
54469         https://bugs.webkit.org/show_bug.cgi?id=103531
54470
54471         Reviewed by Kenneth Rohde Christiansen.
54472
54473         Marked remaining webaudio failures.
54474
54475         * platform/efl/TestExpectations:
54476
54477 2012-12-20  Csaba Osztrogonác  <ossy@webkit.org>
54478
54479         Unreviewed gardening, skip a crashing test to paint the bots green.
54480
54481         * platform/qt/TestExpectations:
54482
54483 2012-12-20  Zan Dobersek  <zandobersek@gmail.com>
54484
54485         Unreviewed GTK gardening.
54486
54487         Adding a platform-specific baseline for a Shadow DOM test as required after r138165.
54488         Adding failure expectations for two failures introduced separately in r138112 and r138184.
54489
54490         * platform/gtk/TestExpectations:
54491         * platform/gtk/fast/dom/shadow/shadow-root-js-api-expected.txt: Added.
54492
54493 2012-12-20  Ilya Tikhonovsky  <loislo@chromium.org>
54494
54495         Unreviewed. Adjust TestExpectations for media/track tests.
54496
54497         * platform/chromium/TestExpectations:
54498
54499 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
54500
54501         Update Mac test expectations as suggested by Antoine Quint.
54502
54503         * platform/mac/TestExpectations:
54504
54505 2012-12-19  Yury Semikhatsky  <yurys@chromium.org>
54506
54507         Web Inspector: deny access from injected script to nodes from document with another origin
54508         https://bugs.webkit.org/show_bug.cgi?id=105423
54509
54510         Reviewed by Pavel Feldman.
54511
54512         Test that $0 is ineaccible in the main frame if it is a node from an iframe that
54513         is not accassible beacause of cross origin access checks.
54514
54515         * http/tests/inspector-protocol/access-inspected-object-expected.txt: Added.
54516         * http/tests/inspector-protocol/access-inspected-object.html: Added.
54517         * http/tests/inspector-protocol/resources/test-page.html: Added.
54518
54519 2012-12-19  Eric Carlson  <eric.carlson@apple.com>
54520
54521         Crash in TextTrack::trackIndexRelativeToRenderedTracks()
54522         https://bugs.webkit.org/show_bug.cgi?id=105371
54523
54524         Reviewed by Simon Fraser.
54525
54526         * platform/mac/TestExpectations: Unskip video-controls-captions-trackmenu.html.
54527
54528 2012-12-19  Eric Carlson  <eric.carlson@apple.com>
54529
54530         Update video-controls-captions-trackmenu.html
54531         https://bugs.webkit.org/show_bug.cgi?id=105455
54532
54533         Reviewed by Dean Jackson.
54534
54535         * media/video-controls-captions-trackmenu-expected.txt: Update results.
54536         * media/video-controls-captions-trackmenu.html: Update test to account for sorted menu.
54537
54538 2012-12-19  Filip Pizlo  <fpizlo@apple.com>
54539
54540         JSObject::ensure<IndexingType> should gracefully handle InterceptsGetOwn..., and should never be called when the 'this' is not an object
54541         https://bugs.webkit.org/show_bug.cgi?id=105468
54542
54543         Reviewed by Mark Hahnenberg, Oliver Hunt, and Gavin Barraclough.
54544
54545         * fast/js/dfg-ensure-array-storage-on-string-expected.txt: Added.
54546         * fast/js/dfg-ensure-array-storage-on-string.html: Added.
54547         * fast/js/dfg-ensure-contiguous-on-string-expected.txt: Added.
54548         * fast/js/dfg-ensure-contiguous-on-string.html: Added.
54549         * fast/js/jsc-test-list
54550         * fast/js/script-tests/dfg-ensure-array-storage-on-string.js: Added.
54551         (foo):
54552         * fast/js/script-tests/dfg-ensure-contiguous-on-string.js: Added.
54553         (foo):
54554
54555 2012-12-19  W. James MacLean  <wjmaclean@chromium.org>
54556
54557         [chromium] plugins/npp-set-window-called-during-destruction.html is flaky on Win
54558         http://crbug.com/78835
54559
54560         Unreviewed gardening.
54561
54562         * platform/chromium/TestExpectations:
54563
54564 2012-12-19  W. James MacLean  <wjmaclean@chromium.org>
54565
54566         [chromium] composited scrolling tests failing on Win
54567         https://bugs.webkit.org/show_bug.cgi?id=105471
54568
54569         Unreviewed gardening.
54570
54571         Mark tests as failing on Win:
54572
54573         platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting.html
54574         platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content.html
54575
54576         * platform/chromium/TestExpectations:
54577
54578 2012-12-19  Emil A Eklund  <eae@chromium.org>
54579
54580         [Regression] text-overflow ellipsis clips content when zoomed
54581         https://bugs.webkit.org/show_bug.cgi?id=105456
54582
54583         Reviewed by Levi Weintraub.
54584
54585         Add test for text-overflow: ellipsis.
54586
54587         * fast/sub-pixel/ellipsis-zoom-expected.html: Added.
54588         * fast/sub-pixel/ellipsis-zoom.html: Added.
54589
54590 2012-12-19  Levi Weintraub  <leviw@chromium.org>
54591
54592         Re-skipping touch-input-element-chang-documents.html since it's still
54593         failing on qt and efl.
54594
54595         * platform/efl/TestExpectations:
54596         * platform/qt/TestExpectations:
54597
54598 2012-12-19  Alexis Menard  <alexis@webkit.org>
54599
54600         Implement CSS parsing for CSS transitions unprefixed.
54601         https://bugs.webkit.org/show_bug.cgi?id=104804
54602
54603         Reviewed by Dean Jackson.
54604
54605         Add new tests to cover the unprefixed version as well as the prefixed version of the properties.
54606         It only covers the parsing and the computed style values.
54607
54608         * transitions/transitions-parsing.html: Added.
54609
54610 2012-12-19  Levi Weintraub  <leviw@chromium.org>
54611
54612         Correct missing touch event handler de-registration for nested Documents and DOMWindows
54613         https://bugs.webkit.org/show_bug.cgi?id=105384
54614
54615         Reviewed by James Robinson.
54616
54617         * fast/events/touch/touch-handler-count-expected.txt:
54618         * fast/events/touch/touch-handler-count.html: Adding case of nested DOMWindows with event handlers.
54619
54620 2012-12-19  Levi Weintraub  <leviw@chromium.org>
54621
54622         Unreviewed gardening. The previous rebaseline didn't quite get it right for Mac.
54623
54624         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
54625         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
54626         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
54627         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
54628         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
54629         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
54630
54631 2012-12-19  Levi Weintraub  <leviw@chromium.org>
54632
54633         Unreviewed gardening. Updating expectations following r137847.
54634
54635         * platform/chromium-linux-x86/fast/dom/Window: Added.
54636         * platform/chromium-linux-x86/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
54637         * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
54638         * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Removed.
54639         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
54640         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
54641         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
54642         * platform/chromium-mac-lion/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
54643         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
54644         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
54645         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
54646         * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
54647         * platform/chromium-mac-snowleopard/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png
54648         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
54649         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt:
54650         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
54651         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
54652         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
54653         * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
54654         * platform/chromium-win/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
54655         * platform/chromium-win/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
54656         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
54657         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
54658         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
54659         * platform/chromium/TestExpectations:
54660
54661 2012-12-19  Levi Weintraub  <leviw@chromium.org>
54662
54663         Unreviewed. Fixing incorrect include path and unskipping broken test.
54664
54665         * fast/events/touch/touch-input-element-change-documents.html:
54666         * platform/efl/TestExpectations:
54667         * platform/qt/TestExpectations:
54668
54669 2012-12-19  Dominic Mazzoni  <dmazzoni@google.com>
54670
54671         Support titleUIElement in chromium DRT
54672         https://bugs.webkit.org/show_bug.cgi?id=96529
54673
54674         Reviewed by Chris Fleizach.
54675
54676         Modify aria-labelledby-overrides-label.html to be more cross-platform,
54677         with slightly different expectations on Mac & Chromium.
54678
54679         * accessibility/aria-labelledby-overrides-label.html:
54680         * platform/chromium/TestExpectations:
54681         * platform/chromium/accessibility/aria-labelledby-overrides-label-expected.txt: Copied from LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt.
54682         * platform/mac/accessibility/aria-labelledby-overrides-label-expected.txt: Renamed from LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt.
54683
54684 2012-12-19  Dominik Röttsches  <dominik.rottsches@intel.com>
54685
54686         [EFL] Unreviewed gardening.
54687
54688         Adding platform specific expectations since our error msg is chattier,
54689         test was introduced in r138165.
54690         Also, marking a crash failure.
54691
54692         * platform/efl/TestExpectations:
54693         * platform/efl/fast/dom/shadow/shadow-root-js-api-expected.txt: Added.
54694
54695 2012-12-19  Zan Dobersek  <zandobersek@gmail.com>
54696
54697         Unreviewed GTK gardening.
54698
54699         Rebaselining two tests after r137953 and r138102.
54700         Updating test expectations as necessary.
54701
54702         * platform/gtk/TestExpectations:
54703         * platform/gtk/editing/selection/move-by-character-6-expected.txt:
54704         * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt:
54705
54706 2012-12-19  Arpita Bahuguna  <arpitabahuguna@gmail.com>
54707
54708         Unable to place the caret at the end of the first line, when followed by a block, in the vertical writing mode.
54709         https://bugs.webkit.org/show_bug.cgi?id=104794
54710
54711         Reviewed by Ryosuke Niwa.
54712
54713         * editing/selection/caret-at-end-of-text-line-followed-by-block-in-vertical-mode-expected.txt: Added.
54714         * editing/selection/caret-at-end-of-text-line-followed-by-block-in-vertical-mode.html: Added.
54715         Test added for verifying that a caret is painted at the end of the text
54716         in the first vertical line, when followed by a block.
54717
54718 2012-12-19  Hayato Ito  <hayato@chromium.org>
54719
54720         Expose WebKitShadowRoot constructor to DOMWindow.
54721         https://bugs.webkit.org/show_bug.cgi?id=105385
54722
54723         Reviewed by Dimitri Glazkov.
54724
54725         * fast/dom/shadow/shadow-root-js-api-expected.txt:
54726         * fast/dom/shadow/shadow-root-js-api.html:
54727         * fast/js/global-constructors-expected.txt:
54728         * platform/efl/fast/js/global-constructors-expected.txt:
54729         * platform/gtk/fast/js/global-constructors-expected.txt:
54730
54731 2012-12-19  Tim Volodine  <timvolodine@chromium.org>
54732
54733         Text Autosizing: Work out what to do about form controls
54734         https://bugs.webkit.org/show_bug.cgi?id=102560
54735
54736         Reviewed by Kenneth Rohde Christiansen.
54737
54738         Tests for form input elements autosizing. Added tests to check that various kinds of form elements
54739         don't get autosized, i.e. buttons, textareas, check boxes, radio button and selection menus.
54740
54741         * fast/text-autosizing/form-controls-autosizing-button-input-elements-expected.html: Added.
54742         * fast/text-autosizing/form-controls-autosizing-button-input-elements.html: Added.
54743         * fast/text-autosizing/form-controls-autosizing-checkbox-input-element-expected.html: Added.
54744         * fast/text-autosizing/form-controls-autosizing-checkbox-input-element.html: Added.
54745         * fast/text-autosizing/form-controls-autosizing-radio-input-element-expected.html: Added.
54746         * fast/text-autosizing/form-controls-autosizing-radio-input-element.html: Added.
54747         * fast/text-autosizing/form-controls-autosizing-select-element-expected.html: Added.
54748         * fast/text-autosizing/form-controls-autosizing-select-element.html: Added.
54749         * fast/text-autosizing/form-controls-autosizing-textfield-input-elements-expected.html: Added.
54750         * fast/text-autosizing/form-controls-autosizing-textfield-input-elements.html: Added.
54751
54752 2012-12-19  Csaba Osztrogonác  <ossy@webkit.org>
54753
54754         [Qt] Unreviewed gardening, update pixel results.
54755
54756         * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-background-expected.png: Removed.
54757         * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-html-background-expected.png: Removed.
54758         * platform/qt-5.0-wk2/fast/backgrounds/transformed-html-body-background-expected.png: Removed.
54759         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Removed.
54760         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png: Removed.
54761         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png: Removed.
54762         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png: Removed.
54763         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png: Removed.
54764         * platform/qt/compositing/masks/masked-ancestor-expected.png:
54765         * platform/qt/compositing/reflections/reflection-in-composited-expected.png:
54766         * platform/qt/compositing/shadows/shadow-drawing-expected.png:
54767         * platform/qt/css1/box_properties/border_style-expected.png:
54768         * platform/qt/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
54769         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
54770         * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.png:
54771         * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.png:
54772         * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.png:
54773         * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.png:
54774         * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.png:
54775         * platform/qt/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
54776         * platform/qt/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
54777         * platform/qt/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
54778         * platform/qt/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
54779         * platform/qt/css2.1/t170602-bdr-conflct-w-94-d-expected.png:
54780         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
54781         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
54782         * platform/qt/editing/selection/extend-by-character-002-expected.png:
54783         * platform/qt/editing/selection/extend-by-character-004-expected.png:
54784         * platform/qt/editing/selection/move-by-character-002-expected.png:
54785         * platform/qt/editing/selection/move-by-character-004-expected.png:
54786         * platform/qt/fast/backgrounds/animated-svg-as-mask-expected.png:
54787         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
54788         * platform/qt/fast/backgrounds/transformed-body-background-expected.png: Added.
54789         * platform/qt/fast/backgrounds/transformed-body-html-background-expected.png: Added.
54790         * platform/qt/fast/backgrounds/transformed-html-body-background-expected.png: Added.
54791         * platform/qt/fast/css/outline-auto-empty-rects-expected.png:
54792         * platform/qt/fast/css/outline-auto-location-expected.png:
54793         * platform/qt/fast/css/resize-corner-tracking-transformed-expected.png:
54794         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
54795         * 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.
54796         * 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.
54797         * 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.
54798         * platform/qt/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
54799         * platform/qt/fast/forms/number/number-appearance-rtl-expected.png:
54800         * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
54801         * platform/qt/fast/forms/select-baseline-expected.png:
54802         * platform/qt/fast/inline/continuation-outlines-expected.png:
54803         * platform/qt/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
54804         * 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.
54805         * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.png:
54806         * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.png:
54807         * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.png:
54808         * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png:
54809         * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png:
54810         * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.png:
54811         * platform/qt/fast/repaint/reflection-repaint-test-expected.png:
54812         * platform/qt/fast/repaint/region-painting-invalidation-expected.png:
54813         * platform/qt/fast/repaint/region-painting-via-layout-expected.png:
54814         * platform/qt/fast/repaint/transform-repaint-descendants-expected.png:
54815         * platform/qt/fast/replaced/selection-rect-transform-expected.png:
54816         * platform/qt/fast/table/035-vertical-expected.png:
54817         * platform/qt/fast/table/border-collapsing/001-expected.png:
54818         * platform/qt/fast/table/border-collapsing/001-vertical-expected.png:
54819         * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
54820         * platform/qt/fast/transforms/transform-table-row-expected.png:
54821         * platform/qt/fast/transforms/transformed-caret-expected.png:
54822         * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.png:
54823         * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
54824         * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
54825         * platform/qt/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
54826         * platform/qt/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
54827         * platform/qt/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
54828         * platform/qt/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
54829         * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
54830         * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
54831         * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
54832         * platform/qt/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
54833         * platform/qt/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
54834         * platform/qt/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
54835         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
54836         * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
54837         * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
54838         * platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
54839         * platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
54840         * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png:
54841         * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
54842         * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
54843         * platform/qt/svg/as-background-image/svg-as-background-5-expected.png:
54844         * platform/qt/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
54845         * platform/qt/svg/batik/text/smallFonts-expected.png:
54846         * platform/qt/svg/batik/text/textAnchor-expected.png:
54847         * platform/qt/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
54848         * platform/qt/svg/batik/text/textOnPath-expected.png:
54849         * platform/qt/svg/batik/text/textOnPath2-expected.png:
54850         * platform/qt/svg/batik/text/textOnPathSpaces-expected.png:
54851         * platform/qt/svg/batik/text/verticalText-expected.png:
54852         * platform/qt/svg/batik/text/verticalTextOnPath-expected.png:
54853         * platform/qt/svg/batik/text/xmlSpace-expected.png:
54854         * platform/qt/svg/carto.net/button-expected.png:
54855         * platform/qt/svg/carto.net/colourpicker-expected.png:
54856         * platform/qt/svg/carto.net/slider-expected.png:
54857         * platform/qt/svg/carto.net/textbox-expected.png:
54858         * platform/qt/svg/carto.net/window-expected.png:
54859         * platform/qt/svg/css/text-shadow-multiple-expected.png:
54860         * platform/qt/svg/custom/feComponentTransfer-Discrete-expected.png:
54861         * platform/qt/svg/custom/feComponentTransfer-Gamma-expected.png:
54862         * platform/qt/svg/custom/feComponentTransfer-Linear-expected.png:
54863         * platform/qt/svg/custom/feComponentTransfer-Table-expected.png:
54864         * platform/qt/svg/custom/focus-ring-expected.png:
54865         * platform/qt/svg/custom/font-face-simple-expected.png:
54866         * platform/qt/svg/custom/foreign-object-skew-expected.png:
54867         * platform/qt/svg/custom/invalid-css-expected.png:
54868         * platform/qt/svg/custom/marker-default-width-height-expected.png:
54869         * platform/qt/svg/custom/no-inherited-dashed-stroke-expected.png:
54870         * platform/qt/svg/custom/preserve-aspect-ratio-syntax-expected.png:
54871         * platform/qt/svg/custom/shapes-supporting-markers-expected.png:
54872         * platform/qt/svg/custom/stroked-pattern-expected.png:
54873         * platform/qt/svg/custom/text-rotated-gradient-expected.png:
54874         * platform/qt/svg/custom/text-tref-03-b-change-href-dom-expected.png:
54875         * platform/qt/svg/custom/text-tref-03-b-change-href-expected.png:
54876         * platform/qt/svg/custom/text-tref-03-b-referenced-element-removal-expected.png:
54877         * platform/qt/svg/custom/text-tref-03-b-tref-removal-expected.png:
54878         * platform/qt/svg/custom/tref-own-content-removal-expected.png:
54879         * platform/qt/svg/custom/use-detach-expected.png:
54880         * platform/qt/svg/custom/viewbox-syntax-expected.png:
54881         * platform/qt/svg/dom/SVGLengthList-appendItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png.
54882         * platform/qt/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png.
54883         * platform/qt/svg/dom/SVGLengthList-getItem-expected.png: Added.
54884         * platform/qt/svg/dom/SVGLengthList-initialize-expected.png: Added.
54885         * platform/qt/svg/dom/SVGLengthList-insertItemBefore-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png.
54886         * platform/qt/svg/dom/SVGLengthList-removeItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png.
54887         * platform/qt/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
54888         * 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.
54889         * 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.
54890         * platform/qt/svg/dom/SVGNumberList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png.
54891         * platform/qt/svg/dom/SVGPathSegList-appendItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png.
54892         * 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.
54893         * platform/qt/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png.
54894         * platform/qt/svg/dom/SVGPathSegList-removeItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png.
54895         * platform/qt/svg/dom/SVGPathSegList-replaceItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png.
54896         * 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.
54897         * platform/qt/svg/dom/SVGPointList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png.
54898         * platform/qt/svg/dom/SVGStringList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png.
54899         * platform/qt/svg/dom/SVGTransformList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png.
54900         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
54901         * platform/qt/svg/hixie/perf/003-expected.png:
54902         * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.png:
54903         * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.png:
54904         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
54905         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
54906         * platform/qt/svg/text/select-x-list-1-expected.png:
54907         * platform/qt/svg/text/select-x-list-with-tspans-1-expected.png:
54908         * platform/qt/svg/text/small-fonts-2-expected.png:
54909         * platform/qt/svg/text/small-fonts-3-expected.png:
54910         * platform/qt/svg/text/text-align-01-b-expected.png:
54911         * platform/qt/svg/text/text-align-02-b-expected.png:
54912         * platform/qt/svg/text/text-align-03-b-expected.png:
54913         * platform/qt/svg/text/text-align-06-b-expected.png:
54914         * platform/qt/svg/text/text-fonts-02-t-expected.png:
54915         * platform/qt/svg/text/text-path-01-b-expected.png:
54916         * platform/qt/svg/text/text-text-03-b-expected.png:
54917         * platform/qt/svg/text/text-text-05-t-expected.png:
54918         * platform/qt/svg/text/text-tref-01-b-expected.png:
54919         * platform/qt/svg/text/text-tselect-01-b-expected.png:
54920         * platform/qt/svg/text/text-tspan-01-b-expected.png:
54921         * platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.png:
54922         * platform/qt/svg/transforms/svg-css-transforms-expected.png:
54923         * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.png:
54924         * platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
54925         * platform/qt/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
54926         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
54927         * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
54928         * platform/qt/svg/zoom/text/zoom-foreignObject-expected.png:
54929         * platform/qt/tables/mozilla/bugs/bug6674-expected.png:
54930         * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
54931         * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
54932         * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
54933         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
54934         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
54935         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
54936         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
54937         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
54938         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
54939         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
54940         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
54941         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
54942         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
54943         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
54944         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
54945         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
54946         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
54947         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
54948         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
54949         * platform/qt/transforms/svg-vs-css-expected.png:
54950
54951 2012-12-19  Kunihiko Sakamoto  <ksakamoto@chromium.org>
54952
54953         INPUT_MULTIPLE_FIELDS_UI: Make year field readonly if min and max have the same year
54954         https://bugs.webkit.org/show_bug.cgi?id=105383
54955
54956         Reviewed by Kent Tamura.
54957
54958         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield-expected.txt: Added.
54959         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html: Added.
54960         * fast/forms/date-multiple-fields/resources/preserve-value-after-history-back-frame.html: Tweak so year field is focusable.
54961         * fast/forms/datetimelocal-multiple-fields/resources/preserve-value-after-history-back-frame.html: Ditto.
54962         * fast/forms/month-multiple-fields/resources/preserve-value-after-history-back-frame.html: Ditto.
54963         * fast/forms/week-multiple-fields/resources/preserve-value-after-history-back-frame.html: Ditto.
54964
54965 2012-12-19  Csaba Osztrogonác  <ossy@webkit.org>
54966
54967         Unreviewed gardening, skip flakey tests.
54968
54969         * platform/qt-5.0-wk2/TestExpectations:
54970
54971 2012-12-19  Renata Hodovan  <reni@webkit.org>
54972
54973         CSSParser crases, when no context is available, and the value is a valid keyword
54974         https://bugs.webkit.org/show_bug.cgi?id=105275
54975
54976         Reviewed by Tony Chang.
54977
54978         ParserContext could be null even if the keyword is valid. We have to check it.
54979
54980         * fast/css/invalid-parsercontext-valid-keyword-crash-expected.txt: Added.
54981         * fast/css/invalid-parsercontext-valid-keyword-crash.svg: Added.
54982
54983 2012-12-19  Dominik Röttsches  <dominik.rottsches@intel.com>
54984
54985         [EFL] Unreviewed gardening.
54986
54987         Adding failing touch events case, details in bug 105406.
54988
54989         * platform/efl/TestExpectations:
54990
54991 2012-12-19  Tommy Widenflycht  <tommyw@chromium.org>
54992
54993         [JSC] Add support for overloaded constructors
54994         https://bugs.webkit.org/show_bug.cgi?id=103226
54995
54996         Reviewed by Kentaro Hara.
54997
54998         * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
54999
55000 2012-12-19  Jussi Kukkonen  <jussi.kukkonen@intel.com>
55001
55002         [EFL] Mark XHR tests flaky (unreliable console logging)
55003         https://bugs.webkit.org/show_bug.cgi?id=105403
55004
55005         Unreviewed gardening: mark a bunch of xmlhttprequest tests flaky.
55006
55007         * platform/efl/TestExpectations:
55008
55009 2012-12-19  János Badics  <jbadics@inf.u-szeged.hu>
55010
55011         [Qt] Gardening after r138095, skip a newly added, but failing test.
55012         https://bugs.webkit.org/show_bug.cgi?id=105406
55013
55014         Reviewed by Csaba Osztrogonác.
55015
55016         * platform/qt/TestExpectations:
55017
55018 2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>
55019
55020         Unreviewed gardening. Move chromium-mac image to chromium where it will also be used for win and linux.
55021
55022         * 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.
55023
55024 2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>
55025
55026         Unreviewed, rolling out r138129.
55027         http://trac.webkit.org/changeset/138129
55028         https://bugs.webkit.org/show_bug.cgi?id=105399
55029
55030         reapply patch r138123. The problem was on chromium side at r173875.
55031
55032         * fast/dom/shadow/getelementbyid-shadow-expected.txt: Added.
55033         * fast/dom/shadow/getelementbyid-shadow.html: Added.
55034
55035 2012-12-19  Takashi Sakamoto  <tasak@google.com>
55036
55037         [Shadow] TITLE elements in Shadow DOM should not affect document.title attribute
55038         https://bugs.webkit.org/show_bug.cgi?id=85864
55039
55040         Reviewed by Ryosuke Niwa.
55041
55042         * fast/dom/shadow/title-element-in-shadow-expected.txt: Added.
55043         * fast/dom/shadow/title-element-in-shadow.html: Added.
55044
55045 2012-12-19  Sheriff Bot  <webkit.review.bot@gmail.com>
55046
55047         Unreviewed, rolling out r138123.
55048         http://trac.webkit.org/changeset/138123
55049         https://bugs.webkit.org/show_bug.cgi?id=105399
55050
55051         It broke compositing/visibility/visibility-simple-video-
55052         layer.html (Requested by loislo on #webkit).
55053
55054         * fast/dom/shadow/getelementbyid-shadow-expected.txt: Removed.
55055         * fast/dom/shadow/getelementbyid-shadow.html: Removed.
55056
55057 2012-12-19  Jussi Kukkonen  <jussi.kukkonen@intel.com>
55058
55059         transitions/interrupted-accelerated-transition.html should use pauseAPI
55060         https://bugs.webkit.org/show_bug.cgi?id=103524
55061
55062         Reviewed by Simon Fraser.
55063
55064         In certain situations interrupted-accelerated-transition.html exceeds the
55065         test tolerance, making the test flaky. Use the pauseAPI so we don't
55066         depend on javascript timing.
55067
55068         * transitions/resources/interrupted-accelerated-transition-final.html:
55069
55070 2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>
55071
55072         Unreviewed gardening. Restore expectations for mac.
55073
55074         The tests still have problem with scroller image.
55075
55076         * platform/chromium/TestExpectations:
55077         added: webkit.org/b/102294 [ Mac ] platform/chromium/virtual/deferred/fast/images/exif-orientation.html [ ImageOnlyFailure ]
55078         added: webkit.org/b/102294 [ Mac ] platform/chromium/virtual/deferred/fast/images/exif-orientation-css.html [ ImageOnlyFailure ]
55079         added: webkit.org/b/102294 [ Mac ] platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile.html [ ImageOnlyFailure ]
55080
55081 2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>
55082
55083         Unreviewed gardening. Update expectation for mac and remove wrong expectation for win.
55084
55085         * platform/chromium-mac-snowleopard/fast/text/line-initial-and-final-swashes-expected.png: Added.
55086         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Removed.
55087
55088 2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>
55089
55090         AX: radio-button-checkbox-size is Mac-specific and should be moved.
55091         https://bugs.webkit.org/show_bug.cgi?id=105382
55092
55093         Reviewed by Chris Fleizach.
55094
55095         Move radio-button-checkbox-size to platform/mac because the
55096         behavior it tests for is Mac-specific. Take it out of the
55097         Chromium TestExpectations file.
55098
55099         * platform/chromium/TestExpectations:
55100         * platform/mac/accessibility/radio-button-checkbox-size-expected.txt: Renamed from LayoutTests/accessibility/radio-button-checkbox-size-expected.txt.
55101         * platform/mac/accessibility/radio-button-checkbox-size.html: Renamed from LayoutTests/accessibility/radio-button-checkbox-size.html.
55102
55103 2012-12-18  Shinya Kawanaka  <shinyak@chromium.org>
55104
55105         ShadowRoot.getElementById() returns a deleted element
55106         https://bugs.webkit.org/show_bug.cgi?id=105243
55107
55108         Reviewed by Dimitri Glazkov.
55109
55110         * fast/dom/shadow/getelementbyid-shadow-expected.txt: Added.
55111         * fast/dom/shadow/getelementbyid-shadow.html: Added.
55112
55113 2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
55114
55115         Unreviewed, rolling out r138061.
55116         https://bugs.webkit.org/show_bug.cgi?id=105396
55117
55118         Original patch:
55119         http://trac.webkit.org/changeset/138061
55120         https://bugs.webkit.org/show_bug.cgi?id=97359
55121
55122         It is crashing on Debug bots
55123
55124         * accessibility/svg-bounds.html:
55125         * accessibility/svg-remote-element-expected.txt:
55126         * accessibility/svg-remote-element.html:
55127         * platform/chromium/TestExpectations:
55128         * platform/chromium/accessibility/svg-bounds-expected.txt: Copied from LayoutTests/accessibility/svg-bounds-expected.txt.
55129         * platform/mac/accessibility/svg-bounds-expected.txt: Renamed from LayoutTests/accessibility/svg-bounds-expected.txt.
55130         * platform/mac/accessibility/svg-remote-element-expected.txt: Copied from LayoutTests/accessibility/svg-remote-element-expected.txt.
55131
55132 2012-12-18  Csaba Osztrogonác  <ossy@webkit.org>
55133
55134         Unreviewed gardening, skip a new failing test.
55135
55136         * platform/qt-5.0-wk1/TestExpectations:
55137
55138 2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
55139
55140         Unreviewed rebaseline after r138075. Remove entries for passing tests and one bad expectation for a reftest by dpranke@chromium.org
55141
55142         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbars-on-positioned-content-expected.png: Added.
55143
55144 2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
55145
55146         Unreviewed rebaseline.
55147
55148         * platform/chromium-linux-x86/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
55149         * platform/chromium-linux/fast/inline/justify-emphasis-inline-box-expected.png: Added.
55150         * platform/chromium-linux/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
55151         * platform/chromium-win/fast/inline/justify-emphasis-inline-box-expected.png: Added.
55152         * platform/chromium-win/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
55153
55154 2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
55155
55156         Unreviewed gardening. Layout Test fast/events/touch/touch-input-element-change-documents.html is failing
55157         https://bugs.webkit.org/show_bug.cgi?id=105388
55158
55159         wrong path to the js-test-pre.js
55160
55161         * fast/events/touch/touch-input-element-change-documents.html:
55162
55163 2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>
55164
55165         AX: aria-controls-with-tabs should run on Chromium
55166         https://bugs.webkit.org/show_bug.cgi?id=105381
55167
55168         Reviewed by Chris Fleizach.
55169
55170         Use accessibleElementById so the test works on all platforms,
55171         and specifically unskip it in the Chromium expectations.
55172
55173         * accessibility/aria-controls-with-tabs.html:
55174         * platform/chromium/TestExpectations:
55175
55176 2012-12-18  Anton Vayvod  <avayvod@chromium.org>
55177
55178         Text Autosizing: containers wider than their enclosing clusters should be autosized as separate clusters
55179         https://bugs.webkit.org/show_bug.cgi?id=103627
55180
55181         Reviewed by Julien Chaffraix.
55182
55183         Modified existing tests to reflect the new autosizing approach to handling of the elements that are
55184         wider than the lowest common ancestor of the text nodes of the enclosing autosizing cluster.
55185
55186         * fast/text-autosizing/cluster-wide-in-narrow-expected.html:
55187         * fast/text-autosizing/cluster-wide-in-narrow.html:
55188         * fast/text-autosizing/wide-child-expected.html:
55189         * fast/text-autosizing/wide-child.html:
55190         * fast/text-autosizing/wide-in-narrow-overflow-scroll-expected.html:
55191         * fast/text-autosizing/wide-in-narrow-overflow-scroll.html:
55192
55193 2012-12-18  Filip Pizlo  <fpizlo@apple.com>
55194
55195         Proxies should set InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero
55196         https://bugs.webkit.org/show_bug.cgi?id=105379
55197
55198         Reviewed by Gavin Barraclough.
55199
55200         * fast/js/dfg-ensure-non-array-array-storage-on-window-expected.txt: Added.
55201         * fast/js/dfg-ensure-non-array-array-storage-on-window.html: Added.
55202         * fast/js/script-tests/dfg-ensure-non-array-array-storage-on-window.js: Added.
55203         (foo):
55204         (bar):
55205         (.shouldBe):
55206
55207 2012-12-18  Filip Pizlo  <fpizlo@apple.com>
55208
55209         Unreviewed, fix expected file to have the right test description.
55210
55211         * fast/js/dfg-ensure-array-storage-on-window-expected.txt:
55212
55213 2012-12-18  Tim Horton  <timothy_horton@apple.com>
55214
55215         fast/css/image-set-value-not-removed-crash.html should not InsertText with an apostrophe
55216         https://bugs.webkit.org/show_bug.cgi?id=105375
55217
55218         Reviewed by Beth Dakin.
55219
55220         Don't InsertText text content with an apostrophe in it, as this can break
55221         on platforms where apostrophes turn into curly quotes.
55222
55223         * fast/css/image-set-value-not-removed-crash-expected.txt:
55224         * fast/css/image-set-value-not-removed-crash.html:
55225         * platform/win/fast/css/image-set-value-not-removed-crash-expected.txt: Removed.
55226
55227 2012-12-18  Levi Weintraub  <leviw@chromium.org>
55228
55229         Input elements with default touch handlers don't update handler counts when changing documents
55230         https://bugs.webkit.org/show_bug.cgi?id=105334
55231
55232         Reviewed by James Robinson.
55233
55234         * fast/events/touch/touch-input-element-change-documents-expected.txt: Added.
55235         * fast/events/touch/touch-input-element-change-documents.html: Added.
55236
55237 2012-12-18  Simon Fraser  <simon.fraser@apple.com>
55238
55239         Skip two asserting tests in Debug.
55240
55241         * platform/mac/TestExpectations:
55242
55243 2012-12-18  Simon Fraser  <simon.fraser@apple.com>
55244
55245         New baseline for Acid3 test.
55246
55247         * platform/mac/http/tests/misc/acid3-expected.txt:
55248
55249 2012-12-18  Simon Fraser  <simon.fraser@apple.com>
55250
55251         Rebaseline some tests on Lion.
55252
55253         * platform/mac-lion/fast/text/decorations-with-text-combine-expected.txt: Added.
55254         * platform/mac-lion/fast/text/orientation-sideways-expected.txt: Added.
55255         * platform/mac-lion/fast/writing-mode/broken-ideographic-font-expected.txt:
55256         * platform/mac-lion/fast/writing-mode/vertical-baseline-alignment-expected.txt:
55257
55258 2012-12-18  Filip Pizlo  <fpizlo@apple.com>
55259
55260         Fix the test description.
55261         
55262         Rubber stamped by Mark Hahnenberg.
55263
55264         * fast/js/script-tests/dfg-ensure-array-storage-on-window.js:
55265
55266 2012-12-18  Filip Pizlo  <fpizlo@apple.com>
55267
55268         DFG::SpeculativeJIT::jumpSlowForUnwantedArrayMode incorrectly checks for non-array array storage when it should be checking for array array storage
55269         https://bugs.webkit.org/show_bug.cgi?id=105365
55270
55271         Reviewed by Mark Hahnenberg.
55272
55273         * fast/js/dfg-ensure-array-storage-on-window-expected.txt: Added.
55274         * fast/js/dfg-ensure-array-storage-on-window.html: Added.
55275         * fast/js/indexed-setter-on-global-object-expected.txt: Added.
55276         * fast/js/indexed-setter-on-global-object.html: Added.
55277         * fast/js/script-tests/dfg-ensure-array-storage-on-window.js: Added.
55278         (foo):
55279         * fast/js/script-tests/indexed-setter-on-global-object.js: Added.
55280
55281 2012-12-18  Per-Erik Brodin  <per-erik.brodin@ericsson.com>
55282
55283         EventSource should support CORS
55284         https://bugs.webkit.org/show_bug.cgi?id=61862
55285
55286         Reviewed by Alexey Proskuryakov.
55287
55288         Added new CORS tests for EventSource. Modified existing test to verify
55289         that the new constructor argument can be passed to the constructor.
55290
55291         * fast/eventsource/eventsource-constructor-expected.txt:
55292         * fast/eventsource/eventsource-constructor.html:
55293         * fast/js/constructor-length.html:
55294         * http/tests/eventsource/eventsource-cors-basic-expected.txt: Added.
55295         * http/tests/eventsource/eventsource-cors-basic.html: Added.
55296         * http/tests/eventsource/eventsource-cors-no-server-expected.txt: Added.
55297         * http/tests/eventsource/eventsource-cors-no-server.html: Added.
55298         * http/tests/eventsource/eventsource-cors-with-credentials-expected.txt: Added.
55299         * http/tests/eventsource/eventsource-cors-with-credentials.html: Added.
55300         * http/tests/eventsource/resources/es-cors-basic.php: Added.
55301         * http/tests/eventsource/resources/es-cors-credentials.php: Added.
55302         * platform/blackberry/fast/js/constructor-length-expected.txt:
55303         * platform/chromium/fast/js/constructor-length-expected.txt:
55304         * platform/gtk/fast/js/constructor-length-expected.txt:
55305         * platform/mac/fast/js/constructor-length-expected.txt:
55306         * platform/qt/fast/js/constructor-length-expected.txt:
55307
55308 2012-12-18  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
55309
55310         Cannot click an element at 2nd line or more inside inline-block in vertical writing mode.
55311         https://bugs.webkit.org/show_bug.cgi?id=104775
55312
55313         Reviewed by Dean Jackson.
55314
55315         Test that we can click 2nd line inside inline-block in vertical writing mode.
55316
55317         * fast/writing-mode/vertical-inline-block-hittest-expected.txt: Added.
55318         * fast/writing-mode/vertical-inline-block-hittest.html: Added.
55319
55320 2012-12-18  Simon Fraser  <simon.fraser@apple.com>
55321
55322         Allow position:sticky elements to be moved by the scrolling thread
55323         https://bugs.webkit.org/show_bug.cgi?id=105245
55324
55325         Reviewed by Beth Dakin.
55326
55327         Sticky position tests that dump the scrolling tree.
55328
55329         * platform/mac/tiled-drawing/sticky/sticky-horizontal-expected.txt: Added.
55330         * platform/mac/tiled-drawing/sticky/sticky-horizontal.html: Added.
55331         * platform/mac/tiled-drawing/sticky/sticky-vertical-expected.txt: Added.
55332         * platform/mac/tiled-drawing/sticky/sticky-vertical.html: Added.
55333
55334 2012-12-18  Dirk Pranke  <dpranke@chromium.org>
55335
55336         Remove entries for passing tests and one bad expectation for a reftest.
55337
55338         Unreviewed.
55339
55340         * platform/chromium-mac/compositing/background-color/background-color-change-to-text-expected.png: Removed.
55341         * platform/chromium/TestExpectations:
55342
55343 2012-12-18  Dean Jackson  <dino@apple.com>
55344
55345         Track menu needs localization
55346         https://bugs.webkit.org/show_bug.cgi?id=105233
55347
55348         Reviewed by Eric Carlson.
55349
55350         Test to exercise the localization of strings in the captions menu.
55351         While I was here I merged some common code into a helper file.
55352
55353         * media/trackmenu-test.js: Added. New helper file to run common test operations.
55354         * media/video-controls-captions-trackmenu-localized-expected.txt: Added.
55355         * media/video-controls-captions-trackmenu-localized.html: Added.
55356         * media/video-controls-captions-trackmenu-sorted.html: Updated to use helper functions.
55357         * platform/chromium/TestExpectations: Skip unimplemented test.
55358         * platform/efl/TestExpectations: Ditto.
55359         * platform/gtk/TestExpectations: Ditto.
55360         * platform/qt/TestExpectations: Ditto.
55361
55362 2012-12-18  Beth Dakin  <bdakin@apple.com>
55363
55364         https://bugs.webkit.org/show_bug.cgi?id=102579
55365         [mac] Enable scaled cursors
55366
55367         Reviewed by Dean Jackson.
55368
55369         Un-skip these tests now that the feature is enabled.
55370         * platform/mac/TestExpectations:
55371
55372 2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>
55373
55374         [chromium] Unreviewed gardening.
55375
55376         Updating the expectation and unskipping a test whose output was correct.
55377
55378         * platform/chromium/TestExpectations:
55379         * platform/chromium/accessibility/legend-expected.txt:
55380
55381 2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>
55382
55383         AX: support clickPoint in DRT for chromium
55384         https://bugs.webkit.org/show_bug.cgi?id=97359
55385
55386         Reviewed by Chris Fleizach.
55387
55388         Enable four more tests now that clickPointX, clickPointY,
55389         and elementAtPoint are implemented for Chromium.
55390
55391         Minor fixes to two tests to make them more robust
55392         across platfoms and when run in parallel.
55393
55394         * accessibility/svg-bounds.html: Updated
55395         * accessibility/svg-bounds-expected.txt: Added (made cross-platform
55396         * accessibility/svg-remote-element.html: Updated
55397         * accessibility/svg-remote-element-expected.txt: Added (made cross-platform)
55398         * platform/mac/accessibility/svg-bounds-expected.txt: Deleted
55399         * platform/mac/accessibility/svg-remote-element-expected.txt: Deleted
55400         * platform/chromium/TestExpectations: Updated
55401
55402 2012-12-18  Adam Klein  <adamk@chromium.org>
55403
55404         [HTMLTemplateElement] Prevent first-level recursive <template> from resetting the implied context
55405         https://bugs.webkit.org/show_bug.cgi?id=104142
55406
55407         Reviewed by Eric Seidel.
55408
55409         Added test that the original template context is retained after inner template.
55410
55411         * html5lib/resources/template.dat:
55412
55413 2012-12-18  Hans Muller  <hmuller@adobe.com>
55414
55415         [CSS Exclusions] shape-inside layout fails to adjust first line correctly for writing-mode: vertical-rl
55416         https://bugs.webkit.org/show_bug.cgi?id=104419
55417
55418         Reviewed by Dirk Schulze.
55419
55420         For the vertical writing modes, verify that rounded rectangle shape-inside content is
55421         adjusted in the logical down direction when it will not fit betwen the rounded corners.
55422
55423         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-003-expected.html: Added.
55424         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-003.html: Added.
55425
55426 2012-12-18  Bear Travis  <betravis@adobe.com>
55427
55428         [CSS Exclusions] Blocks should not re-use their parent's ExclusionShapeInsideInfo
55429         if they participate in inline layout
55430         https://bugs.webkit.org/show_bug.cgi?id=104582
55431
55432         Reviewed by Julien Chaffraix.
55433
55434         Test that recursive inline layouts work correctly.
55435  
55436         * fast/exclusions/resources/simple-rectangle.js:
55437         (createRectangleTest): Remove extra ':' from pseudo-element.
55438         (createRectangleTestResult): Ditto.
55439         * fast/exclusions/shape-inside/shape-inside-recursive-layout-expected.html: Added.
55440         * fast/exclusions/shape-inside/shape-inside-recursive-layout.html: Added.
55441  
55442 2012-12-18  Zan Dobersek  <zandobersek@gmail.com>
55443
55444         Unreviewed GTK gardening.
55445
55446         Removing failures for a bunch of tests that are now passing due to
55447         various reasons.
55448
55449         * platform/gtk/TestExpectations:
55450
55451 2012-12-18  Tony Chang  <tony@chromium.org>
55452
55453         REGRESSION(r136324): flex items with percent heights not resizing
55454         https://bugs.webkit.org/show_bug.cgi?id=105213
55455
55456         Reviewed by Ojan Vafai.
55457
55458         Add a test that changes the height of a flexbox with a percentage height child.
55459
55460         * css3/flexbox/flexitem-percent-height-change-expected.txt: Added.
55461         * css3/flexbox/flexitem-percent-height-change.html: Added.
55462
55463 2012-12-17  Simon Fraser  <simon.fraser@apple.com>
55464
55465         Fix position:-webkit-sticky behavior when zoomed
55466         https://bugs.webkit.org/show_bug.cgi?id=105251
55467
55468         Reviewed by Dean Jackson.
55469
55470         Ref test for sticky elements in a zoomed page.
55471         
55472         This test is marked as failing for WK1, because scrollbars always show on
55473         zoomed pages and cannot be hidden there.
55474
55475         * fast/css/sticky/sticky-top-zoomed-expected.html: Added.
55476         * fast/css/sticky/sticky-top-zoomed.html: Added.
55477         * platform/mac-wk2/TestExpectations:
55478         * platform/mac/TestExpectations:
55479
55480 2012-12-18  Thiago Marcos P. Santos  <thiago.santos@intel.com>
55481
55482         [EFL] Unreviewed gardening.
55483
55484         Added new baselines marked tests flaky due to Accessibility code
55485         crashes.
55486
55487         * platform/efl-wk2/TestExpectations:
55488         * platform/efl-wk2/editing/selection/move-by-character-6-expected.png: Added.
55489         * platform/efl-wk2/editing/selection/move-by-character-6-expected.txt: Added.
55490
55491 2012-12-18  Emil A Eklund  <eae@chromium.org>
55492
55493         Have kFixedPointDenominator be constant across ports
55494         https://bugs.webkit.org/show_bug.cgi?id=104843
55495
55496         Reviewed by Julien Chaffraix.
55497         
55498         Unskip the following tests on efl, qt and gtk:
55499         fast/css/large-number-round-trip.html
55500         fast/css/large-numbers.html 
55501
55502         Remove platform specific results for large-number-round-trip.html.
55503
55504         * fast/css/large-number-round-trip-expected.txt:
55505         * platform/chromium/fast/css/large-number-round-trip-expected.txt: Removed.
55506         * platform/efl/TestExpectations:
55507         * platform/gtk/TestExpectations:
55508         * platform/mac/fast/css/large-number-round-trip-expected.txt: Removed.
55509         * platform/qt/TestExpectations:
55510
55511 2012-12-18  Sheriff Bot  <webkit.review.bot@gmail.com>
55512
55513         Unreviewed, rolling out r137979.
55514         http://trac.webkit.org/changeset/137979
55515         https://bugs.webkit.org/show_bug.cgi?id=105311
55516
55517         nodeName returned by the inspector protocol commands should
55518         match one accessible fro JS (Requested by yurys_ on #webkit).
55519
55520         * inspector/elements/shadow-dom-modify-chardata-expected.txt:
55521         * inspector/elements/shadow-root-expected.txt:
55522         * inspector/elements/shadow-root.html:
55523
55524 2012-12-18  W. James MacLean  <wjmaclean@chromium.org>
55525
55526         [chromium] Unreviewed gardening: marking test as flaky on Linux Dbg bot.
55527         http://webkit.org/b/86114
55528
55529         Unreviewed gardening.
55530
55531         * platform/chromium/TestExpectations:
55532
55533 2012-12-18  Eric Carlson  <eric.carlson@apple.com>
55534
55535         Add in-band text track cues only once
55536         https://bugs.webkit.org/show_bug.cgi?id=104593
55537
55538         Reviewed by Dean Jackson.
55539
55540         Test to ensure that in-band text track cues are not added to the the cue list more than once.
55541
55542         * media/track/track-in-band-cues-added-once-expected.txt: Added.
55543         * media/track/track-in-band-cues-added-once.html: Added.
55544         * platform/chromium/TestExpectations:
55545         * platform/efl/TestExpectations:
55546         * platform/gtk/TestExpectations:
55547         * platform/mac/TestExpectations:
55548         * platform/qt/TestExpectations:
55549         * platform/win/TestExpectations:
55550
55551 2012-12-18  Thiago Marcos P. Santos  <thiago.santos@intel.com>
55552
55553         [WK2] Unreviewed gardening.
55554
55555         Fixed malformed entry on the WK2 expectations file.
55556
55557         * platform/wk2/TestExpectations:
55558
55559 2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
55560
55561         Unreviewed rebaseline new test introdiced at r138003
55562
55563         * inspector-protocol/media-query-listener-exception-expected.txt:
55564         * platform/chromium/inspector-protocol/media-query-listener-exception-expected.txt: Copied from LayoutTests/inspector-protocol/media-query-listener-exception-expected.txt.
55565
55566 2012-12-18  Thiago Marcos P. Santos  <thiago.santos@intel.com>
55567
55568         [EFL] Unreviewed gardening
55569
55570         Skipped some accessibility because of missing bits on EFL.
55571
55572         * platform/efl-wk2/TestExpectations:
55573
55574 2012-12-17  Yury Semikhatsky  <yurys@chromium.org>
55575
55576         Web Inspector: MediaQueryList listener silently catches errors
55577         https://bugs.webkit.org/show_bug.cgi?id=105162
55578
55579         Reviewed by Alexander Pavlov.
55580
55581         Test that uncaught exception in MediaQueryListListener will be logged to the console.
55582
55583         * http/tests/inspector-protocol/resources/protocol-test.js:
55584         (runTest):
55585         * inspector-protocol/media-query-listener-exception-expected.txt: Added.
55586         * inspector-protocol/media-query-listener-exception.html: Added.
55587
55588 2012-12-18  Dominik Röttsches  <dominik.rottsches@intel.com>
55589
55590         webaudio/oscillator* tests should use OfflineAudioContext
55591         https://bugs.webkit.org/show_bug.cgi?id=105174
55592
55593         Reviewed by Kentaro Hara.
55594
55595         webaudio/oscillator* tests were using the slower webkitAudioContext for output rendering.
55596         Replacing the usage with webkitOfflineAudioContext allows for faster-than-realtime rendering
55597         in testing. Also, it avoids a deprecation warning on the console.
55598
55599         * webaudio/resources/oscillator-testing.js: Replace usage of webkitAudioContext with webkitOfflineAudioContext
55600         (generateExponentialOscillatorSweep):
55601
55602 2012-12-18  Csaba Osztrogonác  <ossy@webkit.org>
55603
55604         Unreviewed gardening.
55605
55606         * platform/qt-5.0-wk2/fast/text/zero-font-size-expected.txt: Updated.
55607         * platform/wk2/TestExpectations: Skip a new failing test.
55608
55609 2012-12-18  Szilard Ledan  <szledan@inf.u-szeged.hu>
55610
55611         [Qt] Unreviewed gardening.
55612
55613         Rebaselining a test after r137953.
55614
55615         * platform/qt/editing/selection/move-by-character-6-expected.txt:
55616
55617 2012-12-18  Zan Dobersek  <zandobersek@gmail.com>
55618
55619         Unreviewed GTK gardening.
55620
55621         Rebaselining a test after r137953.
55622         Adding back failure expectations for SVG viewspec tests after the rollout in r137947.
55623         Enhancing failure expectation for a slow HTTP multipart test that can pass,
55624         fail or timeout.
55625
55626         * platform/gtk/TestExpectations:
55627         * platform/gtk/editing/selection/move-by-character-6-expected.txt:
55628
55629 2012-12-17  Ilya Tikhonovsky  <loislo@chromium.org>
55630
55631         Unreviewed rebaseline after r137593.
55632
55633         * platform/chromium-linux-x86/editing/selection/move-by-character-6-expected.txt: Added.
55634         * platform/chromium-linux/editing/selection/move-by-character-6-expected.png:
55635         * platform/chromium-linux/editing/selection/move-by-character-6-expected.txt: Added.
55636         * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.png:
55637         * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.txt: Added.
55638         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-6-expected.txt: Added.
55639         * platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
55640         * platform/chromium-mac/editing/selection/move-by-character-6-expected.txt: Added.
55641         * platform/chromium-win/editing/selection/move-by-character-6-expected.png:
55642         * platform/chromium-win/editing/selection/move-by-character-6-expected.txt:
55643
55644 2012-12-17  Philip Rogers  <pdr@google.com>
55645
55646         Queue container size requests while images are loading.
55647         https://bugs.webkit.org/show_bug.cgi?id=105097
55648
55649         Reviewed by Dean Jackson.
55650
55651         I reused the embedded.svg and svg-slow.pl test files from a similar test for svg-as-object
55652         size negotiation. svg-slow.pl simply delays the loading of the embedded.svg file.
55653         Triggering this bug reliably using the local filesystem is too brittle.
55654
55655         * http/tests/misc/svg-image-delayed-size-negotiation-expected.html: Added.
55656         * http/tests/misc/svg-image-delayed-size-negotiation.html: Added.
55657
55658 2012-12-17  Filip Pizlo  <fpizlo@apple.com>
55659
55660         DFG is too aggressive eliding overflow checks for additions involving large constants
55661         https://bugs.webkit.org/show_bug.cgi?id=105239
55662
55663         Reviewed by Gavin Barraclough.
55664
55665         * fast/js/dfg-int-overflow-large-constants-in-a-line-expected.txt: Added.
55666         * fast/js/dfg-int-overflow-large-constants-in-a-line.html: Added.
55667         * fast/js/jsc-test-list:
55668         * fast/js/script-tests/dfg-int-overflow-large-constants-in-a-line.js: Added.
55669         (foo):
55670
55671 2012-12-17  Shinya Kawanaka  <shinyak@chromium.org>
55672
55673         Web Inspector: need to visually distinguish UA shadow roots
55674         https://bugs.webkit.org/show_bug.cgi?id=104877
55675
55676         Reviewed by Yury Semikhatsky.
55677
55678         * inspector/elements/shadow-dom-modify-chardata-expected.txt:
55679         * inspector/elements/shadow-root-expected.txt:
55680         * inspector/elements/shadow-root.html: Adds <input> test.
55681
55682 2012-12-17  Takashi Sakamoto  <tasak@google.com>
55683
55684         fast/dom/shadow/host-wrapper-reclaimed.html is failing on EFL bots
55685         https://bugs.webkit.org/show_bug.cgi?id=103109
55686
55687         Reviewed by Kentaro Hara.
55688
55689         host-wrapper-reclaimed uses gc(), but the function gc is not defined
55690         in all platforms, e.g. "ReferenceError: Can't find variable: gc".
55691         So we should include js-test-pre.js, which defines gc.
55692
55693         * fast/dom/shadow/host-wrapper-reclaimed-expected.txt:
55694         * fast/dom/shadow/host-wrapper-reclaimed.html:
55695
55696 2012-12-17  Dean Jackson  <dino@apple.com>
55697
55698         Track menu should be sorted
55699         https://bugs.webkit.org/show_bug.cgi?id=105229
55700
55701         Reviewed by Eric Carlson.
55702
55703         New test to make sure we sort the menu of available tracks.
55704
55705         * media/video-controls-captions-trackmenu-sorted-expected.txt: Added.
55706         * media/video-controls-captions-trackmenu-sorted.html: Added.
55707         * platform/chromium/TestExpectations:
55708         * platform/efl/TestExpectations:
55709         * platform/gtk/TestExpectations:
55710         * platform/qt/TestExpectations:
55711
55712 2012-12-17  Mathew Dempsky  <mdempsky@google.com>
55713
55714         Regression causing DOM objects to have unstable NPObject* references with v8 bindings
55715         https://bugs.webkit.org/show_bug.cgi?id=104921
55716
55717         Reviewed by Kentaro Hara.
55718
55719         Add variant of embed-property-equality test to verify that the
55720         test still passes when the object being tested for equality
55721         has already been remembered by a plugin from a different
55722         JavaScript context.
55723
55724         * plugins/npruntime/embed-property-iframe-equality.html: Added.
55725         * plugins/npruntime/embed-property-iframe-equality-expected.txt: Added.
55726
55727 2012-12-17  Filip Pizlo  <fpizlo@apple.com>
55728
55729         DFG is too aggressive with eliding overflow checks in loops
55730         https://bugs.webkit.org/show_bug.cgi?id=105226
55731
55732         Reviewed by Mark Hahnenberg and Oliver Hunt.
55733
55734         * fast/js/dfg-int-overflow-in-loop-expected.txt: Added.
55735         * fast/js/dfg-int-overflow-in-loop.html: Added.
55736         * fast/js/jsc-test-list:
55737         * fast/js/script-tests/dfg-int-overflow-in-loop.js: Added.
55738         (foo):
55739
55740 2012-12-17  Chris Fleizach  <cfleizach@apple.com>
55741
55742         Seamless iframe should not announce a new browsing context
55743         https://bugs.webkit.org/show_bug.cgi?id=86317
55744
55745         Reviewed by Eric Seidel.
55746
55747         * platform/mac/accessibility/seamless-iframe-expected.txt: Added.
55748         * platform/mac/accessibility/seamless-iframe.html: Added.
55749
55750 2012-12-17  KyungTae Kim  <ktf.kim@samsung.com>
55751
55752         Percentage width replaced element incorrectly rendered when intrinsic size changed
55753         https://bugs.webkit.org/show_bug.cgi?id=102784
55754
55755         Reviewed by Tony Chang.
55756
55757         Add test to check when the source of images with percentage width is changed.
55758
55759         * fast/css/percent-width-img-src-change.html: Added.
55760         * fast/css/percent-width-img-src-change-expected.txt: Added.
55761
55762 2012-12-17  Simon Fraser  <simon.fraser@apple.com>
55763
55764         Fix repositioning of fixed elements on zooming
55765         https://bugs.webkit.org/show_bug.cgi?id=105223
55766
55767         Reviewed by Beth Dakin.
55768
55769         Testcase that zoomed with fixed-position elements.
55770
55771         * platform/mac/tiled-drawing/fixed/four-bars-zoomed-expected.txt: Added.
55772         * platform/mac/tiled-drawing/fixed/four-bars-zoomed.html: Added.
55773
55774 2012-12-17  Dima Gorbik  <dgorbik@apple.com>
55775
55776         Implement matching cue by the class name with ::cue pseudo element
55777         https://bugs.webkit.org/show_bug.cgi?id=104191
55778
55779         Reviewed by Antti Koivisto.
55780
55781         Verify that ::cue pseudo-element accepts a simple-selector list that matches cue objects by the a class.
55782
55783         * media/track/captions-webvtt/styling.vtt:
55784         * media/track/track-css-matching-expected.txt: Added.
55785         * media/track/track-css-matching.html: Added.
55786
55787 2012-12-14  Ryosuke Niwa  <rniwa@webkit.org>
55788
55789         Layout Test editing/selection/move-by-character-crash-test-textarea.html is flaky
55790         https://bugs.webkit.org/show_bug.cgi?id=104951
55791
55792         Reviewed by Eric Seidel.
55793
55794         The problem was that editing/selection/move-by-character-6.html was running editing commands
55795         in a timer without making the test runner wait. Fixed the bug by calling waitUntilDone and
55796         notifyDone at appropriate places in editing.js.
55797
55798         We don't need to rebaseline other tests since this is the only test that uses commandDelay.
55799
55800         * editing/editing.js:
55801         (setSelectionCommand):
55802         (transposeCharactersCommand):
55803         (moveSelectionLeftByCharacterCommand):
55804         (moveSelectionRightByCharacterCommand):
55805         (extendSelectionLeftByCharacterCommand):
55806         (extendSelectionRightByCharacterCommand):
55807         (moveSelectionForwardByCharacterCommand):
55808         (extendSelectionForwardByCharacterCommand):
55809         (moveSelectionForwardByWordCommand):
55810         (extendSelectionForwardByWordCommand):
55811         (moveSelectionForwardBySentenceCommand):
55812         (extendSelectionForwardBySentenceCommand):
55813         (moveSelectionForwardByLineCommand):
55814         (extendSelectionForwardByLineCommand):
55815         (moveSelectionForwardByLineBoundaryCommand):
55816         (extendSelectionForwardByLineBoundaryCommand):
55817         (moveSelectionBackwardByCharacterCommand):
55818         (extendSelectionBackwardByCharacterCommand):
55819         (moveSelectionBackwardByWordCommand):
55820         (extendSelectionBackwardByWordCommand):
55821         (moveSelectionBackwardBySentenceCommand):
55822         (extendSelectionBackwardBySentenceCommand):
55823         (moveSelectionBackwardByLineCommand):
55824         (extendSelectionBackwardByLineCommand):
55825         (extendSelectionBackwardByLineBoundaryCommand):
55826         (moveSelectionBackwardByLineBoundaryCommand):
55827         (boldCommand):
55828         (underlineCommand):
55829         (fontNameCommand):
55830         (fontSizeCommand):
55831         (fontSizeDeltaCommand):
55832         (italicCommand):
55833         (justifyCenterCommand):
55834         (justifyLeftCommand):
55835         (justifyRightCommand):
55836         (insertHTMLCommand):
55837         (insertImageCommand):
55838         (insertLineBreakCommand):
55839         (insertParagraphCommand):
55840         (insertNewlineInQuotedContentCommand):
55841         (typeCharacterCommand):
55842         (selectAllCommand):
55843         (strikethroughCommand):
55844         (undoCommand):
55845         (redoCommand):
55846         (changeRootSize):
55847         (cutCommand):
55848         (copyCommand):
55849         (pasteCommand):
55850         (createLinkCommand):
55851         (unlinkCommand):
55852         (pasteAndMatchStyleCommand):
55853         (deleteCommand):
55854         (forwardDeleteCommand):
55855         (backColorCommand):
55856         (foreColorCommand):
55857         (executeCommand):
55858         * platform/mac/editing/selection/move-by-character-6-expected.txt: Rebaselined.
55859
55860 2012-12-17  Filip Pizlo  <fpizlo@apple.com>
55861
55862         javascript integer overflow
55863         https://bugs.webkit.org/show_bug.cgi?id=104967
55864
55865         Reviewed by Mark Hahnenberg.
55866
55867         * fast/js/dfg-put-scoped-var-backward-flow-expected.txt: Added.
55868         * fast/js/dfg-put-scoped-var-backward-flow.html: Added.
55869         * fast/js/jsc-test-list:
55870         * fast/js/script-tests/dfg-put-scoped-var-backward-flow.js: Added.
55871         (sum):
55872
55873 2012-12-17  Tab Atkins  <jackalmage@gmail.com>
55874
55875         Chromium rebaseline fast/gradients/css3-linear-angle-gradients.html
55876         https://bugs.webkit.org/show_bug.cgi?id=105211
55877
55878         Reviewed by Dean Jackson.
55879
55880         * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
55881         * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
55882         * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
55883         * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
55884
55885 2012-12-17  Dominic Mazzoni  <dmazzoni@google.com>
55886
55887         AX: textUnderElement should consider alt text, but skip links and controls
55888         https://bugs.webkit.org/show_bug.cgi?id=101650
55889
55890         Reviewed by Chris Fleizach.
55891
55892         Adds new tests to show that getting inner text from an element
55893         now ignores focusable descendants and containers, but uses alternative
55894         text.
55895
55896         Updates and rebaselines several tests to reflect the new logic.
55897         Skips these tests on GTK until support for the object replacement
55898         character can be added.
55899
55900         * accessibility/button-title-uses-inner-img-alt-expected.txt: Added.
55901         * accessibility/button-title-uses-inner-img-alt.html: Added.
55902         * accessibility/focusable-div-expected.txt: Extended with more test cases.
55903         * accessibility/focusable-div.html: Extended with more test cases.
55904         * platform/chromium/TestExpectations: Un-skip test that now passes.
55905         * platform/chromium/accessibility/image-link-expected.txt: Rebaseline
55906         * platform/mac/accessibility/image-link-expected.txt: Rebaseline
55907         * platform/mac/accessibility/internal-link-anchors2-expected.txt: Rebaseline
55908         * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt: Rebaseline
55909         * platform/mac/accessibility/static-text-role-uses-text-under-element.html: Fix
55910         * platform/mac/accessibility/table-with-aria-role-expected.txt: Rebaseline
55911         * platform/gtk/TestExpectations: Skip these tests until this feature is implemented for GTK.
55912
55913 2012-12-17  Levi Weintraub  <leviw@chromium.org>
55914
55915         Convert sub-pixel iframe-copy-on-scroll tests to use Mock scrollbars
55916         https://bugs.webkit.org/show_bug.cgi?id=105210
55917
55918         Reviewed by Emil A Eklund.
55919
55920         Converting the iframe tests in sub-pixel/ to use mock scrollbars. These tests needed to
55921         be rebaselined following r137847 anyways. Best to make this change before that.
55922
55923         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html:
55924         * fast/sub-pixel/transformed-iframe-copy-on-scroll.html:
55925         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
55926         * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png:
55927         * platform/chromium/TestExpectations:
55928
55929 2012-12-17  Levi Weintraub  <leviw@chromium.org>
55930
55931         Add support for tracking hit test rectangles to enable fast event rejection in the compositor
55932         https://bugs.webkit.org/show_bug.cgi?id=103914
55933
55934         Reviewed by James Robinson.
55935
55936         * platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
55937         * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Added.
55938         * platform/chromium/fast/events/touch/touch-target-removed-crash-expected.txt: Added.
55939         * platform/chromium/fast/events/touch/touch-target-removed-crash.html: Added.
55940
55941 2012-12-17  Bem Jones-Bey  <bjonesbe@adobe.com>
55942
55943         [CSS Exclusions] shape-outside on floats for rectangle shapes height/width
55944         https://bugs.webkit.org/show_bug.cgi?id=100398
55945
55946         Reviewed by Julien Chaffraix.
55947
55948         Tests for the basic shape outside functionality to show how the shape affects inline text and other floats. 
55949         Also test using percentages to specify the shape and that margins are properly ignored (per the spec), when a 
55950         shape is applied to a float.
55951
55952         * fast/exclusions/shape-outside-floats/shape-outside-floats-margin-is-ignored-expected.html: Added.
55953         * fast/exclusions/shape-outside-floats/shape-outside-floats-margin-is-ignored.html: Added.
55954         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-expected.html: Added.
55955         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-horizontal-multiple-expected.html: Added.
55956         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-horizontal-multiple.html: Added.
55957         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-percentage-expected.html: Added.
55958         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-percentage.html: Added.
55959         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle.html: Added.
55960
55961 2012-12-17  John J. Barton  <johnjbarton@chromium.org>
55962
55963         Web Inspector: Search by selection
55964         https://bugs.webkit.org/show_bug.cgi?id=104970
55965
55966         Reviewed by Vsevolod Vlasov.
55967
55968         New inspector test for editor setting the search query
55969
55970         * inspector/editor/text-editor-selection-to-search-expected.txt: Added.
55971         * inspector/editor/text-editor-selection-to-search.html: Added.
55972
55973 2012-12-17  Bem Jones-Bey  <bjonesbe@adobe.com>
55974
55975         [CSS Exclusions] Floats should respect shape-inside on exclusions
55976         https://bugs.webkit.org/show_bug.cgi?id=89261
55977
55978         Reviewed by David Hyatt.
55979
55980         Update test to properly test floats with shape-inside.
55981
55982         * fast/exclusions/shape-inside/shape-inside-floats-simple-expected.html:
55983         * fast/exclusions/shape-inside/shape-inside-floats-simple.html:
55984
55985 2012-12-17  Antoine Quint  <graouts@apple.com>
55986
55987         Web Inspector: Provide the paint count of layers through the LayerTreeAgent
55988         https://bugs.webkit.org/show_bug.cgi?id=105024
55989
55990         Reviewed by Pavel Feldman.
55991
55992         Add the paintCount property to the expected output of the LayerTreeAgent test.
55993
55994         * inspector-protocol/layer-tree-expected.txt:
55995         * inspector-protocol/layer-tree.html:
55996
55997 2012-12-17  Csaba Osztrogonác  <ossy@webkit.org>
55998
55999         [Qt][WK2] Unreviewed gardening.
56000
56001         * platform/qt-5.0-wk2/TestExpectations: Skip a new failing test.
56002         * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt: Added because of minor pixel differences.
56003         * platform/qt-5.0-wk2/fast/images/crossfade-client-not-removed-crash-expected.txt: Added WK2 specific result.
56004         * platform/qt-5.0-wk2/fast/text/zero-font-size-expected.txt: Added after r137902.
56005         * platform/qt-5.0-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Updated.
56006
56007 2012-12-17  Csaba Osztrogonác  <ossy@webkit.org>
56008
56009         [Qt][WK2] compositing/overflow/automatically-opt-into-composited-scrolling.html makes other tests fail
56010         https://bugs.webkit.org/show_bug.cgi?id=105173
56011
56012         Unreviewed gardening, skip the culprit tests to paint the bots green.
56013
56014         * platform/qt-5.0-wk2/TestExpectations:
56015
56016 2012-12-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
56017
56018         [WK2] TiledBackingStore: css3/device-adapt/viewport-width-not-affecting-next-page.html is flaky
56019         https://bugs.webkit.org/show_bug.cgi?id=105131
56020
56021         Reviewed by Kenneth Rohde Christiansen.
56022
56023         Unskipped css3/device-adapt/viewport-width-not-affecting-next-page.html for WK2 EFL.
56024
56025         * platform/efl-wk2/TestExpectations:
56026
56027 2012-12-17  Jussi Kukkonen  <jussi.kukkonen@intel.com>
56028         [WK2] Enable tests that use boolean overridePreference
56029         https://bugs.webkit.org/show_bug.cgi?id=105008
56030
56031         Unreviewed gardening. Enable tests that call overridePreference()
56032         with a boolean value, mostly webgl ones. Add a few fail results for
56033         EFL.
56034
56035         * platform/efl/TestExpectations:
56036         * platform/wk2/TestExpectations:
56037
56038 2012-12-17  Csaba Osztrogonác  <ossy@webkit.org>
56039
56040         [Qt][WK1]REGRESSION(r137811): compositing/tiling/crash-huge-layer.html makes the following test crash on 32 bit
56041         https://bugs.webkit.org/show_bug.cgi?id=105158
56042
56043         Unreviewed gardening, skip the culprit test to paint the bots green.
56044
56045         * platform/qt-5.0-wk1/TestExpectations:
56046
56047 2012-12-16  Csaba Osztrogonác  <ossy@webkit.org>
56048
56049         [Qt] Unreviewed gardening. Update expected files after r137798.
56050
56051         * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
56052         * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
56053         * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
56054         * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
56055         * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
56056         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
56057         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
56058         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
56059         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
56060         * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
56061         * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
56062         * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
56063         * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
56064         * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
56065         * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
56066         * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
56067         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
56068         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
56069         * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
56070         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
56071         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
56072         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
56073         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
56074         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
56075         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
56076         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
56077         * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
56078         * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
56079         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
56080         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
56081         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
56082         * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
56083         * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
56084         * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
56085         * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
56086
56087 2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
56088
56089         Unreviewed EFL gardening.
56090
56091         Mark new compositing/overflow/automatically-opt-into-composited-scrolling.html
56092         test introduced in r137828 as failing on EFL WK2.
56093
56094         * platform/efl-wk2/TestExpectations:
56095
56096 2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
56097
56098         Unreviewed EFL gardening.
56099
56100         Mark editing/execCommand/indent-paragraphs.html as expected to
56101         crash on EFL port until Bug 105042 is fixed.
56102
56103         * platform/efl/TestExpectations:
56104
56105 2012-12-16  Hayato Ito  <hayato@chromium.org>
56106
56107         [Shadow DOM] Kill ShadowRoot constructor
56108         https://bugs.webkit.org/show_bug.cgi?id=102913
56109
56110         Reviewed by Dimitri Glazkov.
56111
56112         * fast/js/global-constructors-expected.txt:
56113         * platform/efl/fast/js/global-constructors-expected.txt:
56114         * platform/gtk/fast/js/global-constructors-expected.txt:
56115
56116 2012-12-16  Kentaro Hara  <haraken@chromium.org>
56117
56118         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation.html.
56119
56120         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation-expected.png: Added.
56121         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation-expected.png: Added.
56122         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation-expected.png: Added.
56123
56124 2012-12-16  Kentaro Hara  <haraken@chromium.org>
56125
56126         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons.html.
56127
56128         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons-expected.png: Added.
56129         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons-expected.png: Added.
56130         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons-expected.png: Added.
56131
56132 2012-12-16  Kentaro Hara  <haraken@chromium.org>
56133
56134         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar.html.
56135
56136         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar-expected.png: Added.
56137         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar-expected.png: Added.
56138         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar-expected.png: Added.
56139
56140 2012-12-16  Kentaro Hara  <haraken@chromium.org>
56141
56142         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar.html.
56143
56144         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar-expected.png: Added.
56145         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar-expected.png: Added.
56146         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar-expected.png: Added.
56147
56148 2012-12-16  Kentaro Hara  <haraken@chromium.org>
56149
56150         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/updating-scrolling-content.html.
56151
56152         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt: Added.
56153
56154 2012-12-16  Kentaro Hara  <haraken@chromium.org>
56155
56156         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch.html.
56157
56158         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt: Added.
56159
56160 2012-12-16  Kentaro Hara  <haraken@chromium.org>
56161
56162         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/scrolling-without-painting.html.
56163
56164         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt: Added.
56165
56166 2012-12-16  Kentaro Hara  <haraken@chromium.org>
56167
56168         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2.html.
56169
56170         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2-expected.png: Added.
56171         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2-expected.png: Added.
56172         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2-expected.png: Added.
56173
56174 2012-12-16  Kentaro Hara  <haraken@chromium.org>
56175
56176         Unreviewed. Rebaselined webkitConvertPoint.html.
56177
56178         * platform/chromium-mac/fast/dom/Window/webkitConvertPoint-expected.txt:
56179         * platform/chromium/fast/dom/Window/webkitConvertPoint-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt.
56180
56181 2012-12-16  Kentaro Hara  <haraken@chromium.org>
56182
56183         Unreviewed. Rebaselined pixels of transformed-iframe-copy-on-scroll.html.
56184
56185         * platform/chromium-mac-lion/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
56186         * platform/chromium-mac-snowleopard/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
56187         * platform/chromium-mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
56188         * platform/chromium-mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
56189
56190 2012-12-16  Kentaro Hara  <haraken@chromium.org>
56191
56192         Unreviewed. Rebaselined images for fast/inline/justify-emphasis-inline-box.html.
56193
56194         * 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.
56195         * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png:
56196
56197 2012-12-16  Kentaro Hara  <haraken@chromium.org>
56198
56199         Unreviewed. Rebaselined fast/css/nested-layers-with-hover.html.
56200
56201         * platform/chromium-win/fast/css/nested-layers-with-hover-expected.txt: Removed.
56202         * platform/chromium/fast/css/nested-layers-with-hover-expected.txt: Removed.
56203         * platform/efl/fast/css/nested-layers-with-hover-expected.txt: Removed.
56204         * platform/gtk/fast/css/nested-layers-with-hover-expected.txt: Removed.
56205         * platform/qt/fast/css/nested-layers-with-hover-expected.txt: Removed.
56206
56207 2012-12-16  Levi Weintraub  <leviw@chromium.org>
56208
56209         Push pixel snapping logic into TransformState
56210         https://bugs.webkit.org/show_bug.cgi?id=101779
56211
56212         Reviewed by Simon Fraser.
56213
56214         * fast/dom/Window/webkitConvertPoint.html: Updating values to match corrected pixel snapping.
56215         * fast/multicol/break-properties.html: Fixing sub-pixel layout feature checking.
56216         * fast/multicol/vertical-lr/break-properties.html: Ditto.
56217         * fast/multicol/vertical-rl/break-properties.html: Ditto.
56218         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Updating to catch the bug where the old
56219         pixel snapping logic did the wrong thing when nested.
56220         * fast/sub-pixel/transformed-iframe-copy-on-scroll.html: Added.
56221         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
56222         * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
56223         * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
56224         * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt:
56225         * platform/chromium/TestExpectations:
56226
56227 2012-12-16  Eric Carlson  <eric.carlson@apple.com>
56228
56229         Remove in-band text tracks when media element's src changes
56230         https://bugs.webkit.org/show_bug.cgi?id=105081
56231
56232         Reviewed by Sam Weinig.
56233
56234         Extend test to verify that all in-band tracks are removed from the media element
56235         when its src changes.
56236
56237         * media/track/track-in-band-expected.txt:
56238         * media/track/track-in-band.html:
56239
56240 2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
56241
56242         Unreviewed EFL gardening.
56243
56244         Mark new editing/pasteboard/copy-paste-ruby-text.html test introduced
56245         in r137477 as expected to fail for EFL port due to missing PasteBoard
56246         implementation.
56247
56248         * platform/efl/TestExpectations:
56249
56250 2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
56251
56252         Unreviewed EFL gardening.
56253
56254         Generate EFL expectation for new fast/inline/justify-emphasis-inline-box.html
56255         test introduced in r137786.
56256
56257         * platform/efl/fast/inline/justify-emphasis-inline-box-expected.png: Added.
56258         * platform/efl/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
56259
56260 2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
56261
56262         Unreviewed rebaseline.
56263
56264         Rebaseline several compositing tests after r137798.
56265
56266         * compositing/iframes/overlapped-nested-iframes-expected.txt:
56267         * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
56268         * compositing/rtl/rtl-iframe-absolute-expected.txt:
56269         * compositing/rtl/rtl-iframe-fixed-expected.txt:
56270         * compositing/rtl/rtl-iframe-relative-expected.txt:
56271         * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
56272         * compositing/tiling/huge-layer-add-remove-child-expected.txt:
56273         * compositing/tiling/huge-layer-with-layer-children-expected.txt:
56274         * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
56275
56276 2012-12-16  Mihnea Ovidenie  <mihnea@adobe.com>
56277
56278         [CSSRegions] Pseudo-elements should not be directly collected into a named flow
56279         https://bugs.webkit.org/show_bug.cgi?id=105046
56280
56281         Reviewed by Abhishek Arya.
56282
56283         Prevent pseudo-elements to be collected into a named-flow by bailing out early in the collecting stage.
56284
56285         Following the CSSRegions spec, http://dev.w3.org/csswg/css3-regions/#flow-into, the pseudo-elements
56286         like ::before/::after/::first-letter/::first-line are not allowed to become content nodes, being directly
56287         collected into a flow thread.
56288
56289         * fast/regions/pseudo-after-content-node-expected.txt: Added.
56290         * fast/regions/pseudo-after-content-node.html: Added.
56291         * fast/regions/pseudo-before-content-node-expected.txt: Added.
56292         * fast/regions/pseudo-before-content-node.html: Added.
56293         * fast/regions/pseudo-first-letter-content-node-expected.txt: Added.
56294         * fast/regions/pseudo-first-letter-content-node.html: Added.
56295         * fast/regions/pseudo-first-line-content-node-expected.txt: Added.
56296         * fast/regions/pseudo-first-line-content-node.html: Added.
56297
56298 2012-12-16  Mihai Maerean  <mmaerean@adobe.com>
56299
56300         [CSS Regions] broken feature detection: body.webkitRegionOverset and body.webkitGetRegionFlowRanges shouldn't succeed when disabled at runtime.
56301         https://bugs.webkit.org/show_bug.cgi?id=99707
56302
56303         Reviewed by Hajime Morita.
56304
56305         The bug is that the CSS Regions feature leaks information at run-time. There are JS properties that exist even
56306         if the feature is disabled at run-time (document.webkitGetNamedFlows, document.body.webkitRegionOverset,
56307         document.body.webkitGetRegionFlowRanges and window.WebKitCSSRegionRule).
56308         The best LayoutTest would test that the properties exist when the feature is enabled and that the properties
56309         just aren't there when the feature is disabled.
56310         But, since during running Layout Tests the feature is enabled by default and switching the
56311         RuntimeEnabledFeatures requires the process to be restarted and that is currently not possible, we can only test
56312         that the properties exist and have the proper type.
56313
56314         * fast/regions/region-leak-js-information-when-disabled-at-runtime-expected.txt: Added.
56315         * fast/regions/region-leak-js-information-when-disabled-at-runtime.html: Added.
56316
56317 2012-12-15  Ian Vollick  <vollick@chromium.org>
56318
56319         [chromium] More expectations updates for composited scrolling.
56320
56321         Unreviewed change. Updating expectations.
56322
56323         Added expectations for a remaining test that needs a new baseline.
56324
56325         * platform/chromium/TestExpectations:
56326
56327 2012-12-15  Ian Vollick  <vollick@chromium.org>
56328
56329         [chromium] More expectations updates for composited scrolling.
56330
56331         Unreviewed change. Updating expectations.
56332
56333         Some of the Failures noted in the last change were actually
56334         ImageOnlyFailures, and some tests are now passing - these are
56335         corrected in this patch.
56336
56337         * platform/chromium/TestExpectations:
56338
56339 2012-12-15  Ian Vollick  <vollick@chromium.org>
56340
56341         [chromium] Update test expectations now that we're opting into composited scrolling
56342         https://bugs.webkit.org/show_bug.cgi?id=105123
56343
56344         Unreviewed change. Updating expectations.
56345
56346         Added expectations for tests that need updated baselines now that
56347         we're opting into composited scrolling.
56348
56349         * platform/chromium/TestExpectations:
56350
56351 2012-12-15  Ian Vollick  <vollick@chromium.org>
56352
56353         Automatically use composited scrolling
56354         https://bugs.webkit.org/show_bug.cgi?id=94743
56355
56356         Reviewed by Adrienne Walker.
56357
56358         Tests various configurations of elements to ensure that we only automatically opt into
56359         composited scrolling when it is safe to do so.
56360
56361         * compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Added.
56362         * compositing/overflow/automatically-opt-into-composited-scrolling.html: Added.
56363         * platform/chromium/TestExpectations:
56364          The test platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style.html
56365          is failing due to wkb.ug/103156
56366
56367 2012-12-15  No'am Rosenthal  <noam@webkit.org>
56368
56369         Disambiguate "background color" and "contents as solid color" on GraphicsLayer
56370         https://bugs.webkit.org/show_bug.cgi?id=104842
56371
56372         Reviewed by Simon Fraser.
56373
56374         Since we don't set the background color for a layer with a solid color, the test results have to be rebaselined.
56375
56376         * compositing/backing/no-backing-for-clip-expected.txt:
56377         * compositing/backing/no-backing-for-clip-overlap-expected.txt:
56378         * compositing/backing/no-backing-for-perspective-expected.txt:
56379         * compositing/columns/composited-in-paginated-expected.txt:
56380         * compositing/geometry/ancestor-overflow-change-expected.txt:
56381         * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
56382         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
56383         * compositing/geometry/clip-expected.txt:
56384         * compositing/geometry/clip-inside-expected.txt:
56385         * compositing/geometry/composited-in-columns-expected.txt:
56386         * compositing/geometry/flipped-writing-mode-expected.txt:
56387         * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
56388         * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
56389         * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
56390         * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
56391         * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
56392         * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
56393         * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
56394         * compositing/geometry/preserve-3d-switching-expected.txt:
56395         * compositing/iframes/become-composited-nested-iframes-expected.txt:
56396         * compositing/iframes/become-overlapped-iframe-expected.txt:
56397         * compositing/iframes/composited-parent-iframe-expected.txt:
56398         * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
56399         * compositing/iframes/connect-compositing-iframe-expected.txt:
56400         * compositing/iframes/connect-compositing-iframe2-expected.txt:
56401         * compositing/iframes/connect-compositing-iframe3-expected.txt:
56402         * compositing/iframes/enter-compositing-iframe-expected.txt:
56403         * compositing/iframes/iframe-resize-expected.txt:
56404         * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
56405         * compositing/iframes/invisible-nested-iframe-show-expected.txt:
56406         * compositing/iframes/overlapped-iframe-expected.txt:
56407         * compositing/iframes/overlapped-iframe-iframe-expected.txt:
56408         * compositing/iframes/page-cache-layer-tree-expected.txt:
56409         * compositing/iframes/scrolling-iframe-expected.txt:
56410         * compositing/layer-creation/animation-overlap-with-children-expected.txt:
56411         * compositing/layer-creation/fixed-position-and-transform-expected.txt:
56412         * compositing/layer-creation/fixed-position-under-transform-expected.txt:
56413         * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
56414         * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
56415         * compositing/layer-creation/overlap-animation-expected.txt:
56416         * compositing/layer-creation/overlap-child-layer-expected.txt:
56417         * compositing/layer-creation/overlap-clipping-expected.txt:
56418         * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
56419         * compositing/layer-creation/overlap-transformed-layer-expected.txt:
56420         * compositing/layer-creation/overlap-transforms-expected.txt:
56421         * compositing/layer-creation/scroll-partial-update-expected.txt:
56422         * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
56423         * compositing/layer-creation/stacking-context-overlap-expected.txt:
56424         * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
56425         * compositing/layer-creation/translatez-overlap-expected.txt:
56426         * compositing/overflow-trumps-transform-style-expected.txt:
56427         * compositing/overflow/clip-descendents-expected.txt:
56428         * compositing/plugins/no-backing-store-expected.txt:
56429         * compositing/rtl/rtl-absolute-expected.txt:
56430         * compositing/rtl/rtl-absolute-overflow-expected.txt:
56431         * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
56432         * compositing/rtl/rtl-fixed-expected.txt:
56433         * compositing/rtl/rtl-fixed-overflow-expected.txt:
56434         * compositing/rtl/rtl-relative-expected.txt:
56435         * compositing/tiled-layers-hidpi-expected.txt:
56436         * compositing/visible-rect/2d-transformed-expected.txt:
56437         * compositing/visible-rect/3d-transform-style-expected.txt:
56438         * compositing/visible-rect/3d-transformed-expected.txt:
56439         * compositing/visible-rect/animated-expected.txt:
56440         * compositing/visible-rect/animated-from-none-expected.txt:
56441         * compositing/visible-rect/clipped-by-viewport-expected.txt:
56442         * compositing/visible-rect/clipped-visible-rect-expected.txt:
56443         * compositing/visible-rect/iframe-and-layers-expected.txt:
56444         * compositing/visible-rect/nested-transform-expected.txt:
56445         * compositing/visible-rect/scrolled-expected.txt:
56446         * css3/filters/filtered-compositing-descendant-expected.txt:
56447         * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
56448         * platform/mac/compositing/iframes/resizer-expected.txt:
56449         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
56450         * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
56451         * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
56452         * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
56453         * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
56454
56455 2012-12-14  Beth Dakin  <bdakin@apple.com>
56456
56457         https://bugs.webkit.org/show_bug.cgi?id=105064
56458         fast/css/nested-layers-with-hover.html fails on the Mac WK2 bots, and seems to be 
56459         a bad test
56460
56461         Reviewed by Tim Horton.
56462
56463         There were a number of problems with this test, and this patch attempts to fix 
56464         them all. The problems were:
56465         -This test was failing on the WK2 bots.
56466         -But it was comparing against expected results that expected to fail, so that's 
56467         bad!
56468         -In the cross-platform directory there were expected results checked in that look 
56469         for a render tree dump, but those results haven't made sense for a while since 
56470         that test was converted to dumpAsText() months ago.
56471
56472         This patch updates the test so that it will actually work. To do that, we need to 
56473         make sure layout is up to date and also use window.setTimeout() to run the 
56474         function to assess our hover state rather than relying on onmousemove.
56475         * fast/css/nested-layers-with-hover-expected.txt:
56476         * fast/css/nested-layers-with-hover.html:
56477         * platform/mac/fast/css/nested-layers-with-hover-expected.png: Removed.
56478         * platform/mac/fast/css/nested-layers-with-hover-expected.txt: Removed.
56479
56480 2012-12-14  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
56481
56482         Emphasis mark is printed after inline-block with justify
56483         https://bugs.webkit.org/show_bug.cgi?id=104631
56484
56485         Reviewed by Dean Jackson.
56486
56487         Test that emphasis marks are not drawn incorrectly in justified text with inline boxes.
56488
56489         * fast/inline/justify-emphasis-inline-box.html: Added.
56490         * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png: Added.
56491         * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
56492         * platform/mac/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
56493
56494 2012-12-14  Beth Dakin  <bdakin@apple.com>
56495
56496         Updating these results again since this failing test has started failing in a new 
56497         way. https://bugs.webkit.org/show_bug.cgi?id=58332 represents fixing the bug. 
56498
56499         * platform/mac-wk2/canvas/philip/tests/2d.text.draw.fontface.notinpage-expected.txt:
56500
56501 2012-12-14  James Simonsen  <simonjam@chromium.org>
56502
56503         [Resource Timing] Properly report reused connections
56504         https://bugs.webkit.org/show_bug.cgi?id=104986
56505
56506         Reviewed by Tony Gentilcore.
56507
56508         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse-expected.txt: Added.
56509         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse.html: Added.
56510
56511 2012-12-14  Adam Klein  <adamk@chromium.org>
56512
56513         fast/dom/HTMLTemplateElement/inertContents.html is flaky
56514         https://bugs.webkit.org/show_bug.cgi?id=104023
56515
56516         Reviewed by Eric Seidel.
56517
56518         Made the test only check inertness using <script>, since
56519         <img>s are currently flaky due to the preload scanner.
56520         
56521         * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
56522         * fast/dom/HTMLTemplateElement/inertContents.html:
56523         * platform/chromium/TestExpectations:
56524
56525 2012-12-14  Anton Vayvod  <avayvod@chromium.org>
56526
56527         Consider inline-block and inline-table elements to be autosizing clusters.
56528         https://bugs.webkit.org/show_bug.cgi?id=104702
56529
56530         Reviewed by Julien Chaffraix.
56531
56532         Added tests to verify that display:inline-block, display:inline-table and alike elements become clusters.
56533
56534         * fast/text-autosizing/cluster-inline-block-or-table-expected.html: Added.
56535         * fast/text-autosizing/cluster-inline-block-or-table.html: Added.
56536         * fast/text-autosizing/cluster-inline-grid-flex-box-expected.html: Added.
56537         * fast/text-autosizing/cluster-inline-grid-flex-box.html: Added.
56538
56539 2012-12-14  Beth Dakin  <bdakin@apple.com>
56540
56541         Marking these tests as failure for now.
56542         https://bugs.webkit.org/show_bug.cgi?id=105049 tracks fixing the issue.
56543
56544         * platform/mac/TestExpectations:
56545
56546 2012-12-14  Sheriff Bot  <webkit.review.bot@gmail.com>
56547
56548         Unreviewed, rolling out r137570.
56549         http://trac.webkit.org/changeset/137570
56550         https://bugs.webkit.org/show_bug.cgi?id=105048
56551
56552         Stale nodes in the touchEventTarget HashCountedSet are
56553         triggering crashes. Rolling out while I find the root cause.
56554         (Requested by leviw on #webkit).
56555
56556         * platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Removed.
56557         * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Removed.
56558
56559 2012-12-14  Zan Dobersek  <zandobersek@gmail.com>
56560
56561         Unreviewed GTK gardening.
56562
56563         Adding crash expectations for two regressions after r137487 and r137607.
56564
56565         * platform/gtk/TestExpectations:
56566
56567 2012-12-14  Roger Fong  <roger_fong@apple.com>
56568
56569         Unreviewed rebaselines on Win7 port after r137336.
56570
56571         * media/video-controls-captions-trackmenu.html:
56572         * platform/win/fast/css-generated-content: Added.
56573         * platform/win/fast/css-generated-content/table-row-group-to-inline-expected.txt: Added.
56574         * platform/win/fast/css/empty-generated-content-expected.txt: Added.
56575         * platform/win/http/tests/misc: Added.
56576         * platform/win/http/tests/misc/acid3-expected.txt: Added.
56577
56578 2012-12-14  Michelangelo De Simone  <michelangelo@webkit.org>
56579
56580         [CSS Shaders] Remove code for the other mesh box types (border-box | padding-box | content-box)
56581         https://bugs.webkit.org/show_bug.cgi?id=103776
56582
56583         Reviewed by Dean Jackson.
56584
56585         MeshBoxBoxType has been removed from the spec and from the code.
56586         Parsing code has been retained for legacy reason and will be updated in a different patch
56587         (see: https://bugs.webkit.org/show_bug.cgi?id=103778).
56588
56589         Current tests have been updated and new legacy test cases have been added to custom-filter-property-parsing.
56590
56591         * css3/filters/custom/custom-filter-animation-expected.txt:
56592         * css3/filters/custom/custom-filter-animation.html:
56593         * css3/filters/custom/custom-filter-array-blending-expected.txt:
56594         * css3/filters/custom/custom-filter-array-blending.html:
56595         * css3/filters/custom/custom-filter-property-computed-style-expected.txt:
56596         * css3/filters/custom/custom-filter-property-parsing-expected.txt:
56597         * css3/filters/custom/custom-filter-transforms-animation-expected.txt:
56598         * css3/filters/custom/custom-filter-transforms-animation.html:
56599         * css3/filters/script-tests/custom-filter-property-computed-style.js:
56600         * css3/filters/script-tests/custom-filter-property-parsing.js:
56601
56602 2012-12-14  W. James MacLean  <wjmaclean@chromium.org>
56603
56604         [Chromium gardening] Set expectations for platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-drag-thumb-with-large-content-expected.html
56605
56606         Unreviewed gardening change.
56607
56608         Need to mirror the expectations for the virtual tests against those for the
56609         original.
56610
56611         * platform/chromium/TestExpectations:
56612
56613 2012-12-14  Florin Malita  <fmalita@chromium.org>
56614
56615         [Chromium] Unreviewed rebaseline after Skia roll @6773.
56616
56617         * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.png:
56618         * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.png:
56619         * platform/chromium-linux/fast/borders/borderRadiusDotted04-expected.png:
56620         * platform/chromium-mac/fast/borders/borderRadiusDotted02-expected.png:
56621         * platform/chromium-mac/fast/borders/borderRadiusDotted03-expected.png:
56622         * platform/chromium-mac/fast/borders/borderRadiusDotted04-expected.png:
56623
56624 2012-12-14  John Mellor  <johnme@chromium.org>
56625
56626         Text Autosizing: Don't autosize unwrappable blocks
56627         https://bugs.webkit.org/show_bug.cgi?id=104925
56628
56629         Reviewed by Julien Chaffraix.
56630
56631         Added tests verifying that this prevents unwrappable blocks from being
56632         autosized, and that this has no effect on unwrappable inlines.
56633
56634         * fast/text-autosizing/unwrappable-blocks-expected.html: Added.
56635         * fast/text-autosizing/unwrappable-blocks.html: Added.
56636         * fast/text-autosizing/unwrappable-inlines-expected.html: Added.
56637         * fast/text-autosizing/unwrappable-inlines.html: Added.
56638
56639 2012-12-14  Kentaro Hara  <haraken@chromium.org>
56640
56641         Remove an exception message from insertedIntoDocument-no-crash-expected.txt
56642         https://bugs.webkit.org/show_bug.cgi?id=104982
56643
56644         Reviewed by Ryosuke Niwa.
56645
56646         To make the test result identical in all platforms, this patch
56647         removes an exception message from insertedIntoDocument-no-crash-expected.txt.
56648
56649         * fast/dom/insertedIntoDocument-no-crash-expected.txt:
56650         * fast/dom/insertedIntoDocument-no-crash.html:
56651
56652 2012-12-14  Kentaro Hara  <haraken@chromium.org>
56653
56654         Unreviewed. Rebaselined images.
56655
56656         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
56657         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
56658         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
56659
56660 2012-12-14  Kentaro Hara  <haraken@chromium.org>
56661
56662         Unreviewed. Marked fast/css/variables/case-insensitive.html as [ Pass Crash ]
56663
56664         * platform/chromium/TestExpectations:
56665
56666 2012-12-14  Kunihiko Sakamoto  <ksakamoto@chromium.org>
56667
56668         Hours field of date/time input UI should respect step attribute
56669         https://bugs.webkit.org/show_bug.cgi?id=104993
56670
56671         Reviewed by Kent Tamura.
56672
56673         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
56674         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
56675         Added test cases for hour field.
56676
56677 2012-12-14  Shinya Kawanaka  <shinyak@chromium.org>
56678
56679         [Shadow DOM] ShadowRoot.getElementById() should work outside document.
56680         https://bugs.webkit.org/show_bug.cgi?id=87815
56681
56682         Reviewed by Hajime Morita.
56683
56684         * fast/dom/shadow/getelementbyid-in-orphan-expected.txt: Added.
56685         * fast/dom/shadow/getelementbyid-in-orphan.html: Added.
56686
56687 2012-12-14  Eugene Klyuchnikov  <eustas@chromium.org>
56688
56689         http/tests/inspector/resource-main-cookies.php is broken on Mac after r137585
56690         https://bugs.webkit.org/show_bug.cgi?id=104977
56691
56692         Reviewed by Vsevolod Vlasov.
56693
56694         Adopted Webkit Bug 104893 changes.
56695
56696         * http/tests/inspector/resource-main-cookies.php: Adopted changes.
56697
56698 2012-12-13  Yoshifumi Inoue  <yosin@chromium.org>
56699
56700         Copy platform/win/fast/events/panScroll-* to platform/chromium-win/fast/events
56701         https://bugs.webkit.org/show_bug.cgi?id=104991
56702
56703         This patch copies pan scrolling related test from Win port to Chromium-Win port
56704         for catching pan scrolling breakage on Chromium-Win port.
56705
56706         * platform/chromium/TestExpectations: Disables panScroll tests other than Windows.
56707         * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Copied from platform/mac/fast/events.
56708         * platform/chromium-win/fast/events/panScroll-click-hyperlink.html: ditto
56709         * platform/chromium-win/fast/events/panScroll-event-fired-expected.txt: ditto
56710         * platform/chromium-win/fast/events/panScroll-event-fired.html: ditto
56711         * platform/chromium-win/fast/events/panScroll-nested-divs-expected.txt: ditto.
56712         * platform/chromium-win/fast/events/panScroll-nested-divs.html: ditto
56713
56714 2012-12-14  Yoshifumi Inoue  <yosin@chromium.org>
56715
56716         Unreviewed, rolling out r137720.
56717         http://trac.webkit.org/changeset/137720
56718         https://bugs.webkit.org/show_bug.cgi?id=104991
56719
56720         Wrong Commit
56721
56722         * platform/chromium/TestExpectations:
56723
56724 2012-12-14  Yoshifumi Inoue  <yosin@chromium.org>
56725
56726         Unreviewed, rolling out r137719.
56727         http://trac.webkit.org/changeset/137719
56728         https://bugs.webkit.org/show_bug.cgi?id=104991
56729
56730         Wrong commit
56731
56732         * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
56733         * platform/chromium-win/fast/events/panScroll-click-hyperlink.html: Removed.
56734         * platform/chromium-win/fast/events/panScroll-event-fired-expected.txt: Removed.
56735         * platform/chromium-win/fast/events/panScroll-event-fired.html: Removed.
56736         * platform/chromium-win/fast/events/panScroll-nested-divs-expected.txt: Removed.
56737         * platform/chromium-win/fast/events/panScroll-nested-divs.html: Removed.
56738
56739 2012-12-14  Joanmarie Diggs  <jdiggs@igalia.com>
56740
56741         [GTK] accessibility/ellipsis-text.html is failing
56742         https://bugs.webkit.org/show_bug.cgi?id=98365
56743
56744         Reviewed by Martin Robinson.
56745
56746         The test was failing due to differences in the accessible hierarchies
56747         with respect to which object contains the accessible text. The solution
56748         is to conditionalize the test.
56749
56750         * accessibility/ellipsis-text.html: Modified to handle differences in
56751         the accessible hierarchy
56752         * platform/gtk/TestExpectations: Unskipped the failing test
56753
56754 2012-12-13  Yoshifumi Inoue  <yosin@chromium.org>
56755
56756         Copy platform/win/fast/events/panScroll-* to platform/chromium-win/fast/events
56757         https://bugs.webkit.org/show_bug.cgi?id=104991
56758
56759         This patch copies pan scrolling related test from Win port to Chromium-Win port
56760         for catching pan scrolling breakage on Chromium-Win port.
56761
56762         * platform/chromium/TestExpectations: Disables panScroll tests other than Windows.
56763         * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Added.
56764         * platform/chromium-win/fast/events/panScroll-click-hyperlink.html: Added.
56765         * platform/chromium-win/fast/events/panScroll-event-fired-expected.txt: Added.
56766         * platform/chromium-win/fast/events/panScroll-event-fired.html: Added.
56767         * platform/chromium-win/fast/events/panScroll-nested-divs-expected.txt: Added.
56768         * platform/chromium-win/fast/events/panScroll-nested-divs.html: Added.
56769
56770 2012-12-13  Kunihiko Sakamoto  <ksakamoto@chromium.org>
56771
56772         Seconds/Minutes field of date/time input UI should respect step attribute
56773         https://bugs.webkit.org/show_bug.cgi?id=104985
56774
56775         Reviewed by Kent Tamura.
56776
56777         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
56778         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
56779         Added test cases for seconds and minutes fields.
56780         Update an expectation for milliseconds: value=07:13:00.500, step=0 should round to 07:13:00.000
56781         (setInputAttributes): Set value attribute first to avoid the focused field becomes read-only and unfocused.
56782
56783 2012-12-13  Ian Vollick  <vollick@chromium.org>
56784
56785         [chromium] Add a virtual test suite for enabling opt-in to composited scrolling
56786         https://bugs.webkit.org/show_bug.cgi?id=104911
56787
56788         Reviewed by Dirk Pranke.
56789
56790         Updated the test expectations for the virtual test suite to match the
56791         usual chromium test expectations.
56792
56793         * platform/chromium/TestExpectations:
56794
56795 2012-12-13  Takashi Sakamoto  <tasak@google.com>
56796
56797         [Shadow DOM]: scoped styles are not applied in the cascade order.
56798         https://bugs.webkit.org/show_bug.cgi?id=103239
56799
56800         Reviewed by Dimitri Glazkov.
56801
56802         * fast/css/style-scoped/style-scoped-nested-expected.txt: Added.
56803         * fast/css/style-scoped/style-scoped-nested.html: Added.
56804         * fast/css/style-scoped/style-scoped-with-important-rule-expected.txt: Added.
56805         * fast/css/style-scoped/style-scoped-with-important-rule.html: Added.
56806         * fast/regions/style-scoped-in-flow-override-region-styling-expected.html:
56807         * fast/regions/style-scoped-in-flow-override-region-styling.html:
56808         Changed the test's expectation.
56809         Since @region's scoping element is :root but scoped styles' scoping
56810         element is a descendant element of :root, scoped styles should win.
56811
56812 2012-12-13  Kentaro Hara  <haraken@chromium.org>
56813
56814         ChildNodesLazySnapshot::nextNode() can crash
56815         https://bugs.webkit.org/show_bug.cgi?id=104982
56816
56817         Reviewed by Hajime Morita.
56818
56819         ChildNodesLazySnapshot::nextNode() can crash for
56820         fast/dom/insertedIntoDocument-no-crash.html.
56821         The root cause is that ChildNodesLazySnapshot::m_currentNode
56822         was not a RefPtr. This patch changes it to a RefPtr.
56823
56824         Test: fast/dom/insertedIntoDocument-no-crash.html
56825
56826         * fast/dom/insertedIntoDocument-no-crash-expected.txt: Added.
56827         * fast/dom/insertedIntoDocument-no-crash.html: Added.
56828
56829 2012-12-13  Philip Rogers  <pdr@google.com>
56830
56831         Clear m_timeContainer on SVGSMILElement removal.
56832         https://bugs.webkit.org/show_bug.cgi?id=104972
56833
56834         Reviewed by Abhishek Arya.
56835
56836         * svg/custom/removed-from-animation-crash-expected.txt: Added.
56837         * svg/custom/removed-from-animation-crash.html: Added.
56838
56839 2012-12-13  Filip Pizlo  <fpizlo@apple.com>
56840
56841         Named lookups on HTML documents produce inconsistent results in JavaScriptCore bindings
56842         https://bugs.webkit.org/show_bug.cgi?id=104623
56843
56844         Reviewed by Geoffrey Garen.
56845
56846         * fast/js/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-expected.txt: Added.
56847         * fast/js/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps.html: Added.
56848         * fast/js/prototype-chain-caching-with-impure-get-own-property-slot-traps-expected.txt: Added.
56849         * fast/js/prototype-chain-caching-with-impure-get-own-property-slot-traps.html: Added.
56850         * fast/js/script-tests/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps.js: Added.
56851         (f):
56852         * fast/js/script-tests/prototype-chain-caching-with-impure-get-own-property-slot-traps.js: Added.
56853         (f):
56854
56855 2012-12-13  Noel Gordon  <noel.gordon@gmail.com>
56856
56857         [chromium] Unreviewed gardening.
56858         https://bugs.webkit.org/show_bug.cgi?id=50282
56859
56860         Skip imagemap tests to avoid incorrect rebaselines such as r136489. The imagemap tests
56861         won't work on chromium until Skia is taught to draw focus rings along arbitrary paths.
56862
56863         * platform/chromium/TestExpectations:
56864
56865 2012-12-13  Xianzhu Wang  <wangxianzhu@chromium.org>
56866
56867         Out-of-view check of fixed position element in frame is incorrect when page is scaled
56868         https://bugs.webkit.org/show_bug.cgi?id=104943
56869
56870         Reviewed by Simon Fraser.
56871
56872         Test cases.
56873
56874         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Added.
56875         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-scroll-expected.txt: Added.
56876         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-scroll.html: Added.
56877         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe.html: Added.
56878         * compositing/layer-creation/resources/fixed-position-out-of-view-frame-scroll.html: Added.
56879         * compositing/layer-creation/resources/fixed-position-out-of-view-frame.html: Added.
56880
56881 2012-12-13  Bear Travis  <betravis@adobe.com>
56882
56883         Positioned replaced elements should resolve vertical margins against their
56884         containing block's logical width
56885         https://bugs.webkit.org/show_bug.cgi?id=103579
56886
56887         Reviewed by Emil A Eklund.
56888
56889         Test that different writing mode combinations between a parent and child correctly
56890         compute percentage margins for an absolutely positioned replaced child.
56891
56892         * fast/writing-mode/percentage-margins-absolute-replaced-expected.txt: Added.
56893         * fast/writing-mode/percentage-margins-absolute-replaced.html: Added.
56894
56895 2012-12-13  Rick Byers  <rbyers@chromium.org>
56896
56897         Layout Test fast/events/mouse-cursor-image-set.html is flaky
56898         https://bugs.webkit.org/show_bug.cgi?id=104945
56899
56900         Reviewed by Beth Dakin.
56901
56902         Fix typo that prevented one of the images from being reliably pre-loaded.
56903         A deeper fix to avoid these class of issues is tracked by
56904         https://bugs.webkit.org/show_bug.cgi?id=104952
56905
56906         * fast/events/mouse-cursor-image-set.html:
56907
56908 2012-12-13  Adrienne Walker  <enne@chromium.org>
56909
56910         Unreviewed, rolling out r137645, r137646, and r137667.
56911         http://trac.webkit.org/changeset/137645
56912         http://trac.webkit.org/changeset/137646
56913         http://trac.webkit.org/changeset/137667
56914         https://bugs.webkit.org/show_bug.cgi?id=104911
56915
56916         Breaks some overflow layout tests
56917
56918         * compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Removed.
56919         * compositing/overflow/automatically-opt-into-composited-scrolling.html: Removed.
56920         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Removed.
56921         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Removed.
56922         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Removed.
56923         * platform/chromium/TestExpectations:
56924
56925 2012-12-13  James Simonsen  <simonjam@chromium.org>
56926
56927         [Resource Timing] Don't report resources with data: urls
56928         https://bugs.webkit.org/show_bug.cgi?id=104868
56929
56930         Reviewed by Tony Gentilcore.
56931
56932         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url-expected.txt: Added.
56933         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url.html: Added.
56934
56935 2012-12-13  Beth Dakin  <bdakin@apple.com>
56936
56937         Rubber-stamped by Tim Horton.
56938
56939         This test needs updates results after http://trac.webkit.org/changeset/137393
56940
56941         * platform/mac/svg/css/shadow-changes-expected.txt:
56942
56943 2012-12-13  Tab Atkins  <tabatkins@google.com>
56944
56945         Switch the gradient drawing code to use bearing angles
56946         https://bugs.webkit.org/show_bug.cgi?id=104616
56947
56948         Reviewed by Dean Jackson.
56949
56950         This change alters a few pixels on the linux baseline.
56951         It may or may not trigger similar failures on Windows and Mac - we'll see.
56952
56953         * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
56954         * platform/chromium/TestExpectations:
56955
56956 2012-12-13  Adam Klein  <adamk@chromium.org>
56957
56958         Mark one test as failing and rebaseline another after r137646
56959
56960         Unreviewed chromium gardening.
56961
56962         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
56963         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
56964         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
56965         * platform/chromium/TestExpectations:
56966
56967 2012-12-13  Adam Klein  <adamk@chromium.org>
56968
56969         Move MutationObserver tests to fast/dom/MutationObserver
56970         https://bugs.webkit.org/show_bug.cgi?id=104948
56971
56972         Reviewed by Ryosuke Niwa.
56973
56974         This seems like a more sensible location, and in line with other DOM features.
56975
56976         * fast/dom/MutationObserver/: Renamed from LayoutTests/fast/mutation/.
56977         * platform/efl-wk2/TestExpectations:
56978         * platform/efl/TestExpectations:
56979         * platform/gtk-wk2/TestExpectations:
56980         * platform/gtk/TestExpectations:
56981         * platform/mac/TestExpectations:
56982         * platform/qt/TestExpectations:
56983         * platform/win/TestExpectations:
56984         * platform/wincairo/TestExpectations:
56985         * platform/wk2/TestExpectations:
56986
56987 2012-12-13  Florin Malita  <fmalita@chromium.org>
56988
56989         [Chromium] Unreviewed rebaselining after Skia roll @6773.
56990
56991         * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.png:
56992         * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.png:
56993         * platform/chromium-win/fast/borders/borderRadiusDotted04-expected.png:
56994         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.png:
56995
56996 2012-12-13  Beth Dakin  <bdakin@apple.com>
56997
56998         Another attempt at getting these expectations right for the bots.
56999
57000         * platform/mac/TestExpectations:
57001
57002 2012-12-13  Beth Dakin  <bdakin@apple.com>
57003
57004         Skipping this test for now since it has been failing a lot recently. 
57005         https://bugs.webkit.org/show_bug.cgi?id=104962 tracks fixing to bug.
57006         * platform/mac/TestExpectations:
57007
57008 2012-12-13  Beth Dakin  <bdakin@apple.com>
57009
57010         Skipping this test for now since it has been failing since it was added. 
57011         https://bugs.webkit.org/show_bug.cgi?id=104954 tracks fixing to bug.
57012         * platform/mac/TestExpectations:
57013
57014 2012-12-13  Roger Fong  <roger_fong@apple.com>
57015
57016         Unreviewed gardening. Apple Windows port.
57017
57018         * platform/win/TestExpectations:
57019         * platform/win/accessibility/deleting-iframe-destroys-axcache-expected.txt:
57020         * platform/win/fast/css/image-resolution/image-resolution-expected.txt:
57021         * platform/win/fast/text/decorations-with-text-combine-expected.txt: Added.
57022         * platform/win/fast/text/orientation-sideways-expected.txt:
57023         * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
57024         * platform/win/svg/css/shadow-changes-expected.txt: Added.
57025
57026 2012-12-13  Beth Dakin  <bdakin@apple.com>
57027
57028         This test has been failing on the Mac bots for a while. 
57029         https://bugs.webkit.org/show_bug.cgi?id=104949
57030         
57031         * platform/mac/TestExpectations:
57032
57033 2012-12-13  Beth Dakin  <bdakin@apple.com>
57034
57035         Fixing a copy-paste error.
57036
57037         * platform/mac/TestExpectations:
57038
57039 2012-12-13  Beth Dakin  <bdakin@apple.com>
57040
57041         Marking these tests as failing since they are failing on the bots. 
57042         https://bugs.webkit.org/show_bug.cgi?id=104942 tracks fixing the actual bug.
57043
57044         * platform/mac/TestExpectations:
57045
57046 2012-12-13  Ian Vollick  <vollick@chromium.org>
57047
57048         Automatically use composited scrolling
57049         https://bugs.webkit.org/show_bug.cgi?id=94743
57050
57051         Reviewed by Adrienne Walker.
57052
57053         Tests various configurations of elements to ensure that we only automatically opt into
57054         composited scrolling when it is safe to do so.
57055
57056         * compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Added.
57057         * compositing/overflow/automatically-opt-into-composited-scrolling.html: Added.
57058
57059 2012-12-13  Ian Vollick  <vollick@chromium.org>
57060
57061         [chromium] Add a virtual test suite for enabling opt-in to composited scrolling
57062         https://bugs.webkit.org/show_bug.cgi?id=104911
57063
57064         Reviewed by Adrienne Walker.
57065
57066         Updated the test expectations for the virtual test suite to match the
57067         usual chromium test expectations.
57068
57069         * platform/chromium/TestExpectations:
57070
57071 2012-12-13  Beth Dakin  <bdakin@apple.com>
57072
57073         This test started failing after http://trac.webkit.org/changeset/137592 which 
57074         rolled out a patch that touched these results. I am going to re-set the results 
57075         for now so that the test will pass, and make a note in the bug.
57076
57077         * platform/mac/accessibility/internal-link-anchors2-expected.txt:
57078
57079 2012-12-13  David Grogan  <dgrogan@chromium.org>
57080
57081         IndexedDB: Improve error messages
57082         https://bugs.webkit.org/show_bug.cgi?id=104624
57083
57084         Reviewed by Tony Chang.
57085
57086         Updated error message and establish that non-ascii characters in index
57087         names don't make it back to the browser properly.
57088
57089         * storage/indexeddb/resources/shared.js:
57090         (unexpectedAbortCallback):
57091         * storage/indexeddb/resources/transaction-error.js:
57092         (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded.trans.onabort):
57093         (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded):
57094         (testErrorFromCommit.trans.oncomplete):
57095         (testErrorFromCommit):
57096         * storage/indexeddb/transaction-error-expected.txt:
57097         * storage/indexeddb/transaction-error.html:
57098
57099 2012-12-13  David Barton  <dbarton@mathscribe.com>
57100
57101         Heap-use-after-free in WebCore::RenderBlock::finishDelayUpdateScrollInfo
57102         https://bugs.webkit.org/show_bug.cgi?id=103750
57103
57104         Reviewed by Tony Chang.
57105
57106         * mathml/mo-stretch-crash-expected.txt: Added.
57107         * mathml/mo-stretch-crash.html: Added.
57108
57109 2012-12-13  Joanmarie Diggs  <jdiggs@igalia.com>
57110
57111         [GTK] accessibiltiy/aria-hidden.html is failing
57112         https://bugs.webkit.org/show_bug.cgi?id=98352
57113
57114         Reviewed by Martin Robinson.
57115
57116         The test is failing due to platform differences in the implementation of
57117         AccessibilityUIElement::allAttributes(). This test does not require this
57118         method as it is only looking at the AXTitle attribute.
57119
57120         * accessibility/aria-hidden-expected.txt: Included the actual reason for
57121         passing/failing in the results output.
57122         * accessibility/aria-hidden.html: Included the actual reason for passing/
57123         failing in the results output.
57124         * platform/gtk/TestExpectations: Unskipped the failing test.
57125
57126 2012-12-13  Adam Klein  <adamk@chromium.org>
57127
57128         Unreviewed. Update chromium expectatins for fonts/monospace.html
57129
57130         * platform/chromium/TestExpectations:
57131
57132 2012-12-13  Nate Chapin  <japhet@chromium.org>
57133
57134         Route main resource loads through the memory cache.
57135         https://bugs.webkit.org/show_bug.cgi?id=49246
57136
57137         Reviewed by Alexey Proskuryakov.
57138
57139         * http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: The error code for loads cancelled
57140             by an embedder's willSendRequest() will show as standard load cancellations rather than as a content policy
57141             failure. This was an odd quirk of how MainResourceLoader::willSendRequest() was implemented (namely, doing a
57142             content policy check on ResourceRequests with empty urls).
57143         * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
57144         * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: The error code for loads cancelled
57145             by an embedder's willSendRequest() will show as standard load cancellations rather than as a content policy
57146             failure. This was an odd quirk of how MainResourceLoader::willSendRequest() was implemented (namely, doing a
57147             content policy check on ResourceRequests with empty urls).
57148
57149 2012-12-13  Joanmarie Diggs  <jdiggs@igalia.com>
57150
57151         [GTK] Expose ARIA roles for tab, tabpanel and tablist
57152         https://bugs.webkit.org/show_bug.cgi?id=84043
57153
57154         Reviewed by Martin Robinson.
57155
57156         Mapped the ARIA roles to the corresponding ATK roles and unskipped the
57157         associated test. Also created the missing platform-specific expected
57158         results.
57159
57160         * accessibility/aria-tab-roles-expected.txt: Added.
57161         * platform/gtk/TestExpectations: Unskipped the associated test.
57162
57163 2012-12-13  Sheriff Bot  <webkit.review.bot@gmail.com>
57164
57165         Unreviewed, rolling out r137512.
57166         http://trac.webkit.org/changeset/137512
57167         https://bugs.webkit.org/show_bug.cgi?id=104912
57168
57169         The entire GTK+ layout test step has been failing for hours
57170         (Requested by mrobinson on #webkit).
57171
57172         * accessibility/button-title-uses-inner-img-alt-expected.txt: Removed.
57173         * accessibility/button-title-uses-inner-img-alt.html: Removed.
57174         * accessibility/focusable-div-expected.txt:
57175         * accessibility/focusable-div.html:
57176         * platform/chromium/TestExpectations:
57177         * platform/chromium/accessibility/image-link-expected.txt:
57178         * platform/mac/accessibility/image-link-expected.txt:
57179         * platform/mac/accessibility/internal-link-anchors2-expected.txt:
57180         * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt:
57181         * platform/mac/accessibility/static-text-role-uses-text-under-element.html:
57182         * platform/mac/accessibility/table-with-aria-role-expected.txt:
57183
57184 2012-12-13  Kentaro Hara  <haraken@chromium.org>
57185
57186         Unreviewed. Rebaselined compositor-touch-hit-rects.html.
57187
57188         * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
57189         * platform/chromium-mac/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
57190         * platform/chromium-win/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
57191
57192 2012-12-13  Eugene Klyuchnikov  <eustas@chromium.org>
57193
57194         Web Inspector: Network: Sorting cookies by size is broken.
57195         https://bugs.webkit.org/show_bug.cgi?id=104893
57196
57197         Reviewed by Alexander Pavlov.
57198
57199         Adopt new cookie field accessors.
57200
57201         * inspector/cookie-parser.html: Adopt new cookie field accessors.
57202
57203 2012-12-13  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
57204
57205         [Mac][WK2] Unreviewed, spelling-unified-emulation.html fails after 137571
57206
57207         Replace the "zzz" word with "buzz" for mac-wk2.
57208
57209         * platform/mac-wk2/editing/spelling/spelling-unified-emulation-expected.txt:
57210
57211 2012-12-12  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
57212
57213         [EFL][GTK] spelling-unified-emulation.html fails - word "zzz" cannot be found by enchant
57214         https://bugs.webkit.org/show_bug.cgi?id=104787
57215
57216         Reviewed by Hajime Morita.
57217
57218         Replace the "zzz" word with "buzz".
57219         The problematic sound of snoring can not be found by enchant (spellchecker backend
57220         for EFL and GTK+ WebKit ports) as this word doesn't exist in English dictionary.
57221
57222         * editing/spelling/spelling-unified-emulation-expected.txt:
57223         * editing/spelling/spelling-unified-emulation.html:
57224         * platform/efl-wk2/TestExpectations:
57225
57226 2012-12-07  Levi Weintraub  <leviw@chromium.org>
57227
57228         Add support for tracking hit test rectangles to enable fast event rejection in the compositor
57229         https://bugs.webkit.org/show_bug.cgi?id=103914
57230
57231         Reviewed by Simon Fraser.
57232
57233         * platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
57234         * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Added.
57235
57236 2012-12-12  Kent Tamura  <tkent@chromium.org>
57237
57238         Validity of a radio button is not updated correctly when it is detached from an invalid radio group
57239         https://bugs.webkit.org/show_bug.cgi?id=104873
57240
57241         Reviewed by Kentaro Hara.
57242
57243         * fast/forms/radio/radio-live-validation-style-expected.txt:
57244         * fast/forms/radio/radio-live-validation-style.html: Add a test case.
57245
57246 2012-12-12  Kunihiko Sakamoto  <ksakamoto@chromium.org>
57247
57248         Milliseconds field of date/time input UI should respect step attribute
57249         https://bugs.webkit.org/show_bug.cgi?id=104628
57250
57251         Reviewed by Kent Tamura.
57252
57253         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
57254         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
57255         Changed to use eventSender.keyDown() instead of making keydown event because we need delete-key handling.
57256         Added new helper function test() and changed stepUp/stepDown to use it.
57257         Added test cases for milliseconds field with various step values and step baees.
57258
57259 2012-12-12  Julien Chaffraix  <jchaffraix@webkit.org>
57260
57261         [CSS Grid Layout] Include paddings and borders into the grid element's logical height / width
57262         https://bugs.webkit.org/show_bug.cgi?id=104818
57263
57264         Reviewed by Tony Chang.
57265
57266         * fast/css-grid-layout/grid-element-padding-margin-expected.txt: Added.
57267         * fast/css-grid-layout/grid-element-padding-margin.html: Added.
57268
57269 2012-12-12  Shinya Kawanaka  <shinyak@chromium.org>
57270
57271         [Shadow] HTMLContentElement::getDistributedNodes() doesn't work correctly if not in document tree.
57272         https://bugs.webkit.org/show_bug.cgi?id=104345
57273
57274         Reviewed by Hajime Morita.
57275
57276         * fast/dom/shadow/get-distributed-nodes-orphan-expected.txt: Added.
57277         * fast/dom/shadow/get-distributed-nodes-orphan.html: Added.
57278
57279 2012-12-12  Emil A Eklund  <eae@chromium.org>
57280
57281         Unreviewed chromium rebaseline for fast/repaint/delete-into-nested-block.html
57282
57283         * platform/chromium-linux/fast/repaint/delete-into-nested-block-expected.png:
57284         * platform/chromium-mac-lion/fast/repaint/delete-into-nested-block-expected.png:
57285         * platform/chromium-mac-snowleopard/fast/repaint/delete-into-nested-block-expected.png:
57286         * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png:
57287         * platform/chromium-win/fast/repaint/delete-into-nested-block-expected.png:
57288         * platform/chromium/TestExpectations:
57289
57290 2012-12-12  Simon Fraser  <simon.fraser@apple.com>
57291
57292         Rebaseline some tiled scrolling results that were affected by r137387.
57293
57294         * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt:
57295         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:
57296
57297 2012-12-12  Roger Fong  <roger_fong@apple.com>
57298
57299         Unreviewed. Skip some captions tests on Windows. Failing on both Mac and Windows.
57300
57301         * platform/win/TestExpectations:
57302
57303 2012-12-11  Emil A Eklund  <eae@chromium.org>
57304
57305         REGRESSION (Subpixel layout): Gray vertical lines appear when moving insertion point to right on Mac
57306         https://bugs.webkit.org/show_bug.cgi?id=102402
57307
57308         Reviewed by Simon Fraser.
57309
57310         Add test for caret painting in input field with a subpixel position and padding.
57311
57312         * fast/sub-pixel/input-caret-on-subpixel-bound-expected.html: Added.
57313         * fast/sub-pixel/input-caret-on-subpixel-bound.html: Added.
57314
57315 2012-12-12  Elliott Sprehn  <esprehn@gmail.com>
57316
57317         REGRESSION(137336): Generated run-ins are not placed correctly
57318         https://bugs.webkit.org/show_bug.cgi?id=104840
57319
57320         Reviewed by Abhishek Arya.
57321
57322         Add a test for dynamically adding a generated content run-in.
57323
57324         * fast/css-generated-content/generated-runin-expected.html: Added.
57325         * fast/css-generated-content/generated-runin.html: Added.
57326
57327 2012-12-12  Roger Fong  <roger_fong@apple.com>
57328
57329         Unreviewed. Unskipping some track tests after r137507.
57330
57331         * platform/win/TestExpectations:
57332
57333 2012-12-12  Adam Klein  <adamk@chromium.org>
57334
57335         Unreviewed test expectations update: tweak flakiness of resource timing tests.
57336
57337         * platform/chromium/TestExpectations:
57338
57339 2012-12-12  Adam Klein  <adamk@chromium.org>
57340
57341         Unreviewed test expectations update: tweak flakiness of various tests.
57342
57343         * platform/chromium/TestExpectations:
57344
57345 2012-12-12  Dominic Mazzoni  <dmazzoni@google.com>
57346
57347         Rebaselining platform/mac/accessibility/internal-link-anchors2-expected.txt after r137512
57348         https://bugs.webkit.org/show_bug.cgi?id=101650
57349
57350         This was just a merge error, the correct expectation wasn't checked in.
57351
57352         Unreviewed
57353
57354         * platform/mac/accessibility/internal-link-anchors2-expected.txt:
57355
57356 2012-12-12  Mihnea Ovidenie  <mihnea@adobe.com>
57357
57358         [Qt][GTK] new fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002.html fails since introduced in r136857
57359         https://bugs.webkit.org/show_bug.cgi?id=104351
57360
57361         Reviewed by Alejandro G. Castro.
57362
57363         For the platforms gtk/qt that do not have subpixel-layout enabled, adjust the top of the shape-inside box in the expected file.
57364         This is similar to the approach taken for https://bugs.webkit.org/show_bug.cgi?id=100996.
57365
57366         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html:
57367         * platform/gtk/TestExpectations:
57368         * platform/qt/TestExpectations:
57369
57370 2012-12-12  Chris Rogers  <crogers@google.com>
57371
57372         Implement OfflineAudioContext constructor
57373         https://bugs.webkit.org/show_bug.cgi?id=104188
57374
57375         Reviewed by Kentaro Hara.
57376
57377         Switch Web Audio layout tests to use OfflineAudioContext constructor.
57378
57379         * inspector-protocol/nmi-webaudio.html:
57380         * inspector-protocol/resources/audio-context.html:
57381         * webaudio/audiobuffersource-loop-comprehensive.html:
57382         * webaudio/audiobuffersource-loop-points.html:
57383         * webaudio/audiobuffersource-multi-channels.html:
57384         * webaudio/audiobuffersource-playbackState.html:
57385         * webaudio/audiobuffersource-playbackrate.html:
57386         * webaudio/audiobuffersource-start.html:
57387         * webaudio/audiobuffersource.html:
57388         * webaudio/audiochannelmerger-stereo.html:
57389         * webaudio/audiochannelsplitter.html:
57390         * webaudio/audionode-connect-order.html:
57391         * webaudio/audionode-expected.txt:
57392         * webaudio/audioparam-connect-audioratesignal.html:
57393         * webaudio/audioparam-summingjunction.html:
57394         * webaudio/automatic-pull-node.html:
57395         * webaudio/biquad-allpass.html:
57396         * webaudio/biquad-bandpass.html:
57397         * webaudio/biquad-highpass.html:
57398         * webaudio/biquad-highshelf.html:
57399         * webaudio/biquad-lowpass.html:
57400         * webaudio/biquad-lowshelf.html:
57401         * webaudio/biquad-notch.html:
57402         * webaudio/biquad-peaking.html:
57403         * webaudio/convolution-mono-mono.html:
57404         * webaudio/delaynode-max-default-delay.html:
57405         * webaudio/delaynode-max-nondefault-delay.html:
57406         * webaudio/delaynode-maxdelay.html:
57407         * webaudio/delaynode-maxdelaylimit.html:
57408         * webaudio/delaynode-scheduling.html:
57409         * webaudio/delaynode.html:
57410         * webaudio/distance-exponential.html:
57411         * webaudio/distance-inverse.html:
57412         * webaudio/distance-linear.html:
57413         * webaudio/gain.html:
57414         * webaudio/javascriptaudionode-zero-input-channels.html:
57415         * webaudio/javascriptaudionode.html:
57416         * webaudio/mediaelementaudiosourcenode-gc.html:
57417         * webaudio/mixing.html:
57418         * webaudio/note-grain-on-play.html:
57419         * webaudio/note-grain-on-timing.html:
57420         * webaudio/oscillator-basic.html:
57421         * webaudio/panner-equalpower-stereo.html:
57422         * webaudio/panner-equalpower.html:
57423         * webaudio/realtimeanalyser-fft-sizing.html:
57424         * webaudio/resources/audio-codec-test.js:
57425         (runDecodingTest):
57426         * webaudio/resources/audioparam-testing.js:
57427         (createAudioGraphAndTest):
57428         * webaudio/resources/javascriptaudionode-testing.js:
57429         (runJSNodeTest):
57430         * webaudio/sample-accurate-scheduling.html:
57431         * webaudio/stereo2mono-down-mixing.html:
57432         * webaudio/up-mixing-mono-51.html:
57433         * webaudio/up-mixing-mono-stereo.html:
57434         * webaudio/up-mixing-stereo-51.html:
57435         * webaudio/waveshaper.html:
57436
57437 2012-12-12  Dominic Mazzoni  <dmazzoni@google.com>
57438
57439         AX: textUnderElement should consider alt text, but skip links and controls
57440         https://bugs.webkit.org/show_bug.cgi?id=101650
57441
57442         Reviewed by Chris Fleizach.
57443
57444         Adds new tests to show that getting inner text from an element now ignores
57445         focusable descendants and containers, but uses alternative text.
57446
57447         Updates and rebaselines several tests to reflect the new logic.
57448
57449         * accessibility/button-title-uses-inner-img-alt-expected.txt: Added.
57450         * accessibility/button-title-uses-inner-img-alt.html: Added.
57451         * accessibility/focusable-div-expected.txt: Extended with more test cases.
57452         * accessibility/focusable-div.html: Extended with more test cases.
57453         * platform/chromium/TestExpectations: Un-skip test that now passes.
57454         * platform/chromium/accessibility/image-link-expected.txt: Rebaseline
57455         * platform/mac/accessibility/image-link-expected.txt: Rebaseline
57456         * platform/mac/accessibility/internal-link-anchors2-expected.txt: Rebaseline
57457         * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt: Rebaseline
57458         * platform/mac/accessibility/static-text-role-uses-text-under-element.html: Fix
57459         * platform/mac/accessibility/table-with-aria-role-expected.txt: Rebaseline
57460
57461 2012-12-12  Philip Rogers  <pdr@google.com>
57462
57463         Fix target element handling in SVGSMILElement.
57464         https://bugs.webkit.org/show_bug.cgi?id=104495
57465
57466         Reviewed by Abhishek Arya.
57467
57468         * svg/animations/target-condition-crash-expected.txt: Added.
57469         * svg/animations/target-condition-crash.html: Added.
57470
57471 2012-12-12  Justin Novosad  <junov@google.com>
57472
57473         Rebaselining fast/backgrounds/gradient-background-leakage-2-expected.html after r137473
57474         https://bugs.webkit.org/show_bug.cgi?id=103409
57475
57476         Unreviewed
57477
57478         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png:
57479         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-2-expected.png:
57480         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-2-expected.png:
57481         * platform/chromium/TestExpectations:
57482
57483 2012-12-12  Justin Novosad  <junov@google.com>
57484
57485         calendar-picker tests have image diffs on cr-mac after r137473
57486         https://bugs.webkit.org/show_bug.cgi?id=104825
57487
57488         Unreviewed
57489
57490         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
57491         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
57492         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
57493         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
57494         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
57495         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
57496         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
57497         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
57498         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
57499         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
57500         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
57501         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
57502         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
57503         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
57504         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
57505         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
57506         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
57507         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
57508         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
57509         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
57510         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
57511         * platform/chromium/TestExpectations:
57512
57513 2012-12-12  Adam Klein  <adamk@chromium.org>
57514
57515         Mark fast/css/nested-rounded-corners.html as flaky on Chromium/MountainLion
57516
57517         Unreviewed.
57518
57519         * platform/chromium/TestExpectations:
57520
57521 2012-12-12  Dean Jackson  <dino@apple.com>
57522
57523         Use CAFilter rather than CIFilter
57524         https://bugs.webkit.org/show_bug.cgi?id=104759
57525
57526         Reviewed by Tim Horton.
57527
57528         Update the expected results. They are now much closer to the software case (on Mac).
57529
57530         * css3/filters/composited-reflected-expected.png:
57531         * css3/filters/effect-blur-hw-expected.png:
57532         * css3/filters/effect-brightness-hw-expected.png:
57533         * css3/filters/effect-combined-hw-expected.png:
57534         * css3/filters/effect-contrast-hw-expected.png:
57535         * css3/filters/effect-drop-shadow-hw-expected.png:
57536         * css3/filters/effect-grayscale-hw-expected.png:
57537         * css3/filters/effect-hue-rotate-hw-expected.png:
57538         * css3/filters/effect-invert-hw-expected.png:
57539         * css3/filters/effect-opacity-hw-expected.png:
57540         * css3/filters/effect-saturate-hw-expected.png:
57541         * css3/filters/effect-sepia-hw-expected.png:
57542
57543 2012-12-12  Adam Klein  <adamk@chromium.org>
57544
57545         Mark the template inert contents test as flaky on cr-win as well.
57546
57547         Unreviewed.
57548
57549         * platform/chromium/TestExpectations:
57550
57551 2012-12-12  Robert Hogan  <robert@webkit.org>
57552
57553         White space between inline blocks should be affected by word-spacing property
57554         https://bugs.webkit.org/show_bug.cgi?id=69072
57555
57556         Reviewed by Levi Weintraub.
57557
57558         * fast/css/word-spacing-between-blocks-expected.html: Added.
57559         * fast/css/word-spacing-between-blocks.html: Added.
57560         * fast/css/word-spacing-between-inlines-expected.html: Added.
57561         * fast/css/word-spacing-between-inlines.html: Added.
57562
57563 2012-12-12  Adam Klein  <adamk@chromium.org>
57564
57565         Mark calendar-picker-appearance tests as ImageOnlyFailures on cr-mac after r137473
57566
57567         Unreviewed gardening.
57568
57569         * platform/chromium/TestExpectations:
57570
57571 2012-12-12  James Simonsen  <simonjam@chromium.org>
57572
57573         [Resource Timing] Failed resources shouldn't be recorded in the buffer
57574         https://bugs.webkit.org/show_bug.cgi?id=104762
57575
57576         Reviewed by Tony Gentilcore.
57577
57578         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures-expected.txt: Added.
57579         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures.html: Added.
57580
57581 2012-12-12  Martin Robinson  <mrobinson@igalia.com>
57582
57583         [GTK] Add authentication support to DRT and fix exposed issues in the libsoup backend
57584         https://bugs.webkit.org/show_bug.cgi?id=104285
57585
57586         Reviewed by Gustavo Noronha Silva.
57587
57588         Unskip authentication tests now that authentication support is in
57589         the harness and issues in the libsoup backend are fixed. Also remove
57590         two expected results for tests that now have the same output as
57591         other platforms.
57592
57593         * platform/gtk/TestExpectations:
57594         * platform/gtk/http/tests/misc/401-alternative-content-expected.txt: Removed.
57595         * platform/gtk/http/tests/xmlhttprequest/failed-auth-expected.txt: Removed.
57596
57597 2012-12-12  Chris Fleizach  <cfleizach@apple.com>
57598
57599         AX: aria-busy should be exposed everywhere, not just on live regions
57600         https://bugs.webkit.org/show_bug.cgi?id=104814
57601
57602         Reviewed by Anders Carlsson.
57603
57604         Update tests that dump all attributes to include aria busy attribute.
57605
57606         * accessibility/transformed-element-expected.txt:
57607         * platform/mac/accessibility/aria-liveregions-attributes-expected.txt:
57608         * platform/mac/accessibility/bounds-for-range-expected.txt:
57609         * platform/mac/accessibility/document-attributes-expected.txt:
57610         * platform/mac/accessibility/document-links-expected.txt:
57611         * platform/mac/accessibility/image-link-expected.txt:
57612         * platform/mac/accessibility/image-map2-expected.txt:
57613         * platform/mac/accessibility/internal-link-anchors-expected.txt:
57614         * platform/mac/accessibility/internal-link-anchors2-expected.txt:
57615         * platform/mac/accessibility/lists-expected.txt:
57616         * platform/mac/accessibility/plugin-expected.txt:
57617         * platform/mac/accessibility/radio-button-group-members-expected.txt:
57618         * platform/mac/accessibility/table-attributes-expected.txt:
57619         * platform/mac/accessibility/table-cell-spans-expected.txt:
57620         * platform/mac/accessibility/table-cells-expected.txt:
57621         * platform/mac/accessibility/table-detection-expected.txt:
57622         * platform/mac/accessibility/table-one-cell-expected.txt:
57623         * platform/mac/accessibility/table-sections-expected.txt:
57624         * platform/mac/accessibility/table-with-aria-role-expected.txt:
57625         * platform/mac/accessibility/table-with-rules-expected.txt:
57626
57627 2012-12-12  Aaron Colwell  <acolwell@chromium.org>
57628
57629         Remove MediaSource 'ended' to 'open' transition when seeking.
57630         https://bugs.webkit.org/show_bug.cgi?id=104583
57631
57632         Reviewed by Eric Carlson.
57633
57634         Updated seeking tests to no longer expect the the 'ended' to 'open'
57635         transition on a seek.
57636
57637         * http/tests/media/media-source/video-media-source-seek-expected.txt:
57638         * http/tests/media/media-source/video-media-source-seek.html:
57639         * http/tests/media/media-source/video-media-source-state-changes-expected.txt:
57640         * http/tests/media/media-source/video-media-source-state-changes.html:
57641         * platform/chromium/TestExpectations:
57642
57643 2012-12-12  Mihnea Ovidenie  <mihnea@adobe.com>
57644
57645         [CSS Regions] Two regions reftests are failing the image match
57646         https://bugs.webkit.org/show_bug.cgi?id=74219
57647
57648         Reviewed by Julien Chaffraix.
57649
57650         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
57651         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,
57652         so that we are able to see how the text lines are displayed in each region.
57653
57654         * fast/regions/positioned-objects-block-static-spanning-regions-expected.html:
57655         * fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.html:
57656         * fast/regions/positioned-objects-block-static-spanning-regions-rtl.html:
57657         * fast/regions/positioned-objects-block-static-spanning-regions.html:
57658         * platform/chromium/TestExpectations:
57659         * platform/efl-wk2/TestExpectations:
57660         * platform/efl/TestExpectations:
57661         * platform/gtk/TestExpectations:
57662         * platform/qt/TestExpectations:
57663
57664 2012-12-12  Julien Chaffraix  <jchaffraix@webkit.org>
57665
57666         [CSS Grid Layout] Implement CSS parsing and handling for min-content and max-content
57667         https://bugs.webkit.org/show_bug.cgi?id=104747
57668
57669         Reviewed by Alexis Menard.
57670
57671         Extended the 2 tests to cover -webkit-min-content and -webkit-max-content.
57672
57673         * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
57674         * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
57675         * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
57676         * fast/css-grid-layout/grid-columns-rows-get-set.html:
57677         * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
57678         * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
57679
57680 2012-12-12  Ryosuke Niwa  <rniwa@webkit.org>
57681
57682         Copying text with ruby inserts new lines around rt elements
57683         https://bugs.webkit.org/show_bug.cgi?id=104765
57684
57685         Reviewed by Dan Bernstein.
57686
57687         Added a regression test and rebaseline a test as expected.
57688
57689         * editing/pasteboard/copy-paste-ruby-text-expected.txt: Added.
57690         * editing/pasteboard/copy-paste-ruby-text-with-block-expected.txt: Added.
57691         * editing/pasteboard/copy-paste-ruby-text-with-block.html: Added.
57692         * editing/pasteboard/copy-paste-ruby-text.html: Added.
57693         * editing/selection/paragraph-with-ruby-expected.txt:  new lines around "annotation" has been removed
57694         as expected.
57695         * fast/block/line-layout/selection-highlight-crash-expected.txt:
57696         * fast/ruby/after-doesnt-crash-expected.txt:
57697         * fast/ruby/before-doesnt-crash-expected.txt:
57698         * fast/ruby/parse-rp-expected.txt:
57699         * fast/ruby/ruby-line-height-expected.txt:
57700         * fast/ruby/ruby-text-indent-expected.txt:
57701         * fast/ruby/rubyDOM-insert-rt-block-1-expected.txt:
57702         * fast/ruby/rubyDOM-insert-rt-block-2-expected.txt:
57703         * fast/ruby/rubyDOM-insert-rt-block-3-expected.txt:
57704         * fast/ruby/rubyDOM-remove-rt-block-1-expected.txt:
57705         * fast/ruby/rubyDOM-remove-rt-block-2-expected.txt:
57706         * fast/ruby/rubyDOM-remove-rt-block-3-expected.txt:
57707         * fast/ruby/text-emphasis-expected.txt:
57708
57709 2012-12-12  Adam Klein  <adamk@chromium.org>
57710
57711         Rebaseline after change to Chromium compositor
57712
57713         Unreviewed gardening.
57714
57715         * platform/chromium-linux/compositing/reflections/reflection-in-composited-expected.png:
57716         * platform/chromium/TestExpectations:
57717
57718 2012-12-12  Justin Novosad  <junov@google.com>
57719
57720         Use render box background over border draw strategy in cases with background-image
57721         https://bugs.webkit.org/show_bug.cgi?id=103409
57722
57723         Reviewed by Simon Fraser.
57724
57725         Added image failure expectation for 
57726         fast/backgrounds/gradient-background-leakage-2.html which needs
57727         new baselines.
57728
57729         * platform/chromium/TestExpectations:
57730
57731 2012-12-12  Philippe Normand  <pnormand@igalia.com>
57732
57733         Unreviewed, GTK gardening. Flag some flaky media tests after r137271.
57734
57735         * platform/gtk/TestExpectations:
57736
57737 2012-12-12  Gustavo Noronha Silva  <gns@gnome.org>
57738
57739         Fix slow test so it passes consistently now that we have multipart support
57740         in soup.
57741
57742         Reviewed by Martin Robinson.
57743
57744         The multipart-wait-before-boundary test waits for 30 seconds before
57745         sending the boundary. That is a bit long in itself, but it is exactly
57746         the timeout used for slow tests in some platforms. This change reduces
57747         the wait to 20 seconds, which should be enough for the test, and marks
57748         the test as slow for GTK+.
57749
57750         * http/tests/multipart/resources/multipart-wait-before-boundary.php: wait
57751         for 20 seconds instead of 30, before sending the boundary.
57752         * platform/gtk/TestExpectations: mark test above as slow.
57753
57754 2012-12-12  Antoine Quint  <graouts@apple.com>
57755
57756         Web Inspector: Crash in InspectorDOMAgent::pushNodePathToFrontend when inspecting document with CSS generated content
57757         https://bugs.webkit.org/show_bug.cgi?id=104780
57758
57759         Reviewed by Pavel Feldman.
57760
57761         Adding a new test for the LayerTreeAgent to check that it does not crash when inspecting
57762         a page with CSS generated content, and correctly returns nodeId === 0 in the situation
57763         where there is no Node associated with a given RenderLayer.
57764
57765         * inspector-protocol/layer-tree-generated-content-expected.txt: Added.
57766         * inspector-protocol/layer-tree-generated-content.html: Added.
57767
57768 2012-12-12  Dominik Röttsches  <dominik.rottsches@intel.com>
57769
57770         [EFL] Unreviewed gardening.
57771
57772         Rebaselining tests with anonymous empty blocks aftter r137336.
57773         Floating elements rebaselined after r137331.
57774         Newly intrduced reftest is failing, introduced in r137368.
57775         Unskipping a few new passed that had something to do with AC.
57776
57777         * platform/efl/TestExpectations:
57778         * platform/efl/css1/formatting_model/floating_elements-expected.png: Added.
57779         * platform/efl/css1/formatting_model/floating_elements-expected.txt:
57780         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.png:
57781         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
57782         * platform/efl/fast/css/empty-generated-content-expected.png:
57783         * platform/efl/fast/css/empty-generated-content-expected.txt:
57784         * platform/efl/http/tests/misc/acid3-expected.txt:
57785
57786 2012-12-12  Alexander Pavlov  <apavlov@chromium.org>
57787
57788         Web Inspector: [Crash] Clear cached stylesheet rules in InspectorStyleSheet::deleteRule()
57789         https://bugs.webkit.org/show_bug.cgi?id=104806
57790
57791         Reviewed by Vsevolod Vlasov.
57792
57793         * inspector/styles/undo-add-rule-crash-expected.txt: Added.
57794         * inspector/styles/undo-add-rule-crash.html: Added.
57795
57796 2012-12-12  Stephen White  <senorblanco@chromium.org>
57797
57798         Unreviewed, rolling out r136975.
57799         http://trac.webkit.org/changeset/136975
57800         https://bugs.webkit.org/show_bug.cgi?id=90405
57801
57802         Correctness issues.
57803
57804         * css3/filters/effect-reference-after-expected.txt: Removed.
57805         * css3/filters/effect-reference-after.html: Removed.
57806         * css3/filters/effect-reference-delete-crash-expected.txt: Removed.
57807         * css3/filters/effect-reference-delete-crash.html: Removed.
57808         * css3/filters/effect-reference-delete-expected.txt: Removed.
57809         * css3/filters/effect-reference-delete.html: Removed.
57810         * css3/filters/effect-reference-rename-expected.txt: Removed.
57811         * css3/filters/effect-reference-rename.html: Removed.
57812         * css3/filters/effect-reference-reset-style-delete-crash-expected.txt: Removed.
57813         * css3/filters/effect-reference-reset-style-delete-crash.html: Removed.
57814         * css3/filters/script-tests/effect-reference-delete-crash.js: Removed.
57815         * css3/filters/script-tests/effect-reference-reset-style-delete-crash.js: Removed.
57816         * platform/chromium-linux/css3/filters/effect-reference-after-expected.png: Removed.
57817         * platform/chromium-linux/css3/filters/effect-reference-delete-expected.png: Removed.
57818         * platform/chromium-linux/css3/filters/effect-reference-rename-expected.png: Removed.
57819         * svg/filters/filter-cycle-expected.html: Removed.
57820         * svg/filters/filter-cycle.html: Removed.
57821
57822 2012-12-12  Stephen White  <senorblanco@chromium.org>
57823
57824         Unreviewed, rolling out r137000.
57825         http://trac.webkit.org/changeset/137000
57826
57827         Precursor to rolling out r136975.
57828
57829         * platform/chromium-linux/css3/filters/effect-reference-after-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-reference-after-expected.png.
57830         * platform/chromium-linux/css3/filters/effect-reference-delete-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-reference-delete-expected.png.
57831         * platform/chromium-linux/css3/filters/effect-reference-rename-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-reference-rename-expected.png.
57832         * platform/chromium-mac/css3/filters/effect-reference-after-expected.png: Removed.
57833         * platform/chromium-mac/css3/filters/effect-reference-delete-expected.png: Removed.
57834         * platform/chromium-mac/css3/filters/effect-reference-rename-expected.png: Removed.
57835
57836 2012-12-12  Csaba Osztrogonác  <ossy@webkit.org>
57837
57838         [Qt] Unreviewed gardening, remove duplicated expectations and fix broken expectations.
57839
57840         * platform/qt-4.8/TestExpectations:
57841         * platform/qt-5.0-wk2/TestExpectations:
57842         * platform/qt-mac/TestExpectations:
57843         * platform/qt/TestExpectations:
57844
57845 2012-12-12  Yury Semikhatsky  <yurys@chromium.org>
57846
57847         Unreviewed. Marked inspector-protocol/take-heap-snapshot.html as CRASH only in Debug mode, it passes in Release.
57848
57849         * platform/chromium/TestExpectations:
57850
57851 2012-12-12  Kentaro Hara  <haraken@chromium.org>
57852
57853         Unreviewed gardening. Marked inspector-protocol/take-heap-snapshot.html as CRASH.
57854
57855         * platform/chromium/TestExpectations:
57856
57857 2012-12-12  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
57858
57859         [Qt] Unreviewed gardening.
57860
57861         * platform/qt/TestExpectations: Skip test because ENABLE(MOUSE_CURSOR_SCALE) is disabled on Qt.
57862         * platform/qt/fast/css-generated-content/table-row-group-to-inline-expected.txt: rebaselining after r137336.
57863         * platform/qt/fast/css/empty-generated-content-expected.txt: rebaselining after r137336.
57864         * platform/qt/http/tests/misc/acid3-expected.txt: rebaselining after r137336.
57865
57866 2012-12-12  Csaba Osztrogonác  <ossy@webkit.org>
57867
57868         [Qt] Unskip compositing tests 
57869         https://bugs.webkit.org/show_bug.cgi?id=104129
57870
57871         Unreviewed gardening, skip only failing tests.
57872
57873         * platform/qt-5.0-wk1/TestExpectations:
57874
57875 2012-12-12  Zan Dobersek  <zandobersek@gmail.com>
57876
57877         Unreviewed gardening.
57878
57879         Adding failure expectations for tests that regressed in r137365 on GTK, Qt and EFL.
57880
57881         * platform/efl/TestExpectations:
57882         * platform/gtk/TestExpectations:
57883         * platform/qt/TestExpectations:
57884
57885 2012-12-12  Tommy Widenflycht  <tommyw@google.com>
57886
57887         MediaStream API: Change the data channel descriptor pattern to a handler pattern
57888         https://bugs.webkit.org/show_bug.cgi?id=104543
57889
57890         Reviewed by Kent Tamura.
57891
57892         Expanding data channels tests.
57893
57894         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
57895         * fast/mediastream/RTCPeerConnection-datachannel.html:
57896
57897 2012-12-12  Zan Dobersek  <zandobersek@gmail.com>
57898
57899         Unreviewed GTK gardening.
57900
57901         Rebaselining after r137331. r137336, r137393 and other, unknown revisions.
57902         Marking two failures as timing out instead of producing textual diff.
57903
57904         * platform/gtk/TestExpectations:
57905         * platform/gtk/css1/formatting_model/floating_elements-expected.txt:
57906         * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt:
57907         * platform/gtk/fast/css/empty-generated-content-expected.txt:
57908         * platform/gtk/fast/js/global-constructors-expected.txt:
57909         * platform/gtk/svg/css/shadow-changes-expected.txt:
57910
57911 2012-11-29  Yury Semikhatsky  <yurys@chromium.org>
57912
57913         Web Inspector: Heap snapshot crashes on any page in MacOS Canary
57914         https://bugs.webkit.org/show_bug.cgi?id=103076
57915
57916         Reviewed by Adam Barth.
57917
57918         Test that heap profiler doesn't crash on pages that keep references to functions
57919         from iframe that has already navigated to a different page.
57920
57921         * inspector-protocol/resources/page-with-function.html: Added.
57922         * inspector-protocol/take-heap-snapshot-expected.txt: Added.
57923         * inspector-protocol/take-heap-snapshot.html: Added.
57924         * platform/efl/TestExpectations:
57925         * platform/gtk/TestExpectations:
57926         * platform/mac/TestExpectations:
57927         * platform/qt/TestExpectations:
57928         * platform/win/TestExpectations:
57929
57930 2012-12-12  Shinya Kawanaka  <shinyak@chromium.org>
57931
57932         [Shadow DOM] Implement HTMLShadowElement::olderShadowRoot
57933         https://bugs.webkit.org/show_bug.cgi?id=104218
57934
57935         Reviewed by Hajime Morita.
57936
57937         * fast/dom/shadow/olderShadowRoot-in-shadowelement-expected.txt: Added.
57938         * fast/dom/shadow/olderShadowRoot-in-shadowelement.html: Added.
57939
57940 2012-12-11  Adam Klein  <adamk@chromium.org>
57941
57942         Mark a Linux compositing test as failing after a change to the Chromium compositor.
57943
57944         Unreviewed gardening.
57945
57946         * platform/chromium/TestExpectations:
57947
57948 2012-12-11  Hayato Ito  <hayato@chromium.org>
57949
57950         REGRESSION(r137408): breaks chromium's browser tests which use WebKitShadowRoot (Requested by hayato on #webkit).
57951         https://bugs.webkit.org/show_bug.cgi?id=104770
57952
57953         Unreviewed, build fix.
57954
57955         * fast/js/global-constructors-expected.txt:
57956         * platform/efl/fast/js/global-constructors-expected.txt:
57957         * platform/gtk/fast/js/global-constructors-expected.txt:
57958
57959 2012-12-11  Sheriff Bot  <webkit.review.bot@gmail.com>
57960
57961         Unreviewed, rolling out r137333, r137344, r137364, and
57962         r137377.
57963         http://trac.webkit.org/changeset/137333
57964         http://trac.webkit.org/changeset/137344
57965         http://trac.webkit.org/changeset/137364
57966         http://trac.webkit.org/changeset/137377
57967         https://bugs.webkit.org/show_bug.cgi?id=104771
57968
57969         Caused a raft of browser_test failures in Chromium (Requested
57970         by aklein on #webkit).
57971
57972         * http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
57973         * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
57974         * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
57975
57976 2012-12-11  Kentaro Hara  <haraken@chromium.org>
57977
57978         Unreviewed, rolling out r137398.
57979         http://trac.webkit.org/changeset/137398
57980         https://bugs.webkit.org/show_bug.cgi?id=104188
57981
57982         A bunch of webaudio tests hit ASSERTs
57983
57984         * inspector-protocol/nmi-webaudio.html:
57985         * inspector-protocol/resources/audio-context.html:
57986         * webaudio/audiobuffersource-loop-comprehensive.html:
57987         * webaudio/audiobuffersource-loop-points.html:
57988         * webaudio/audiobuffersource-multi-channels.html:
57989         * webaudio/audiobuffersource-playbackState.html:
57990         * webaudio/audiobuffersource-playbackrate.html:
57991         * webaudio/audiobuffersource-start.html:
57992         * webaudio/audiobuffersource.html:
57993         * webaudio/audiochannelmerger-stereo.html:
57994         * webaudio/audiochannelsplitter.html:
57995         * webaudio/audionode-connect-order.html:
57996         * webaudio/audionode-expected.txt:
57997         * webaudio/audioparam-connect-audioratesignal.html:
57998         * webaudio/audioparam-summingjunction.html:
57999         * webaudio/automatic-pull-node.html:
58000         * webaudio/biquad-allpass.html:
58001         * webaudio/biquad-bandpass.html:
58002         * webaudio/biquad-highpass.html:
58003         * webaudio/biquad-highshelf.html:
58004         * webaudio/biquad-lowpass.html:
58005         * webaudio/biquad-lowshelf.html:
58006         * webaudio/biquad-notch.html:
58007         * webaudio/biquad-peaking.html:
58008         * webaudio/convolution-mono-mono.html:
58009         * webaudio/delaynode-max-default-delay.html:
58010         * webaudio/delaynode-max-nondefault-delay.html:
58011         * webaudio/delaynode-maxdelay.html:
58012         * webaudio/delaynode-maxdelaylimit.html:
58013         * webaudio/delaynode-scheduling.html:
58014         * webaudio/delaynode.html:
58015         * webaudio/distance-exponential.html:
58016         * webaudio/distance-inverse.html:
58017         * webaudio/distance-linear.html:
58018         * webaudio/gain.html:
58019         * webaudio/javascriptaudionode-zero-input-channels.html:
58020         * webaudio/javascriptaudionode.html:
58021         * webaudio/mediaelementaudiosourcenode-gc.html:
58022         * webaudio/mixing.html:
58023         * webaudio/note-grain-on-play.html:
58024         * webaudio/note-grain-on-timing.html:
58025         * webaudio/oscillator-basic.html:
58026         * webaudio/panner-equalpower-stereo.html:
58027         * webaudio/panner-equalpower.html:
58028         * webaudio/realtimeanalyser-fft-sizing.html:
58029         * webaudio/resources/audio-codec-test.js:
58030         (runDecodingTest):
58031         * webaudio/resources/audioparam-testing.js:
58032         (createAudioGraphAndTest):
58033         * webaudio/resources/javascriptaudionode-testing.js:
58034         (runJSNodeTest):
58035         * webaudio/sample-accurate-scheduling.html:
58036         * webaudio/stereo2mono-down-mixing.html:
58037         * webaudio/up-mixing-mono-51.html:
58038         * webaudio/up-mixing-mono-stereo.html:
58039         * webaudio/up-mixing-stereo-51.html:
58040         * webaudio/waveshaper.html:
58041
58042 2012-12-11  Shinya Kawanaka  <shinyak@chromium.org>
58043
58044         [Shadow DOM] registering InsertionPoints to ShadowRoot should work out of a document.
58045         https://bugs.webkit.org/show_bug.cgi?id=104346
58046
58047         Reviewed by Hajime Morita.
58048
58049         Added tests for out-of-Document version and calling insertedInto/removedFrom several times.
58050
58051         * fast/dom/shadow/has-content-elements-expected.txt:
58052         * fast/dom/shadow/has-content-elements.html:
58053         * fast/dom/shadow/has-shadow-insertion-point-expected.txt:
58054         * fast/dom/shadow/has-shadow-insertion-point.html:
58055
58056 2012-12-11  Takashi Sakamoto  <tasak@google.com>
58057
58058         Text nodes in shadow roots don't inherit style properly
58059         https://bugs.webkit.org/show_bug.cgi?id=101116
58060
58061         Reviewed by Hajime Morita.
58062
58063         * fast/dom/shadow/text-node-in-shadow-expected.html: Added.
58064         * fast/dom/shadow/text-node-in-shadow.html: Added.
58065
58066 2012-12-11  Dominic Mazzoni  <dmazzoni@google.com>
58067
58068         AX: Make isActionSupported cross-platform.
58069         https://bugs.webkit.org/show_bug.cgi?id=104681
58070
58071         Reviewed by Chris Fleizach.
58072
58073         Refactor tests that called isActionSupported to call new
58074         cross-platform variants, and unskip three test for Chromium
58075         as a result.
58076
58077         * accessibility/aria-link-supports-press.html:
58078         * accessibility/button-press-action.html:
58079         * accessibility/onclick-handlers.html:
58080         * platform/chromium/TestExpectations:
58081         * platform/chromium/accessibility/aria-popup-expected.txt: Removed.
58082         * platform/mac/accessibility/aria-popup-expected.txt:
58083         * platform/mac/accessibility/aria-popup.html:
58084         * platform/mac/accessibility/slider-supports-actions.html:
58085
58086 2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>
58087
58088         ScrollingCoordinator::hasVisibleSlowRepaintFixedObject() should exclude out-of-view fixed position elements
58089         https://bugs.webkit.org/show_bug.cgi?id=102543
58090
58091         Reviewed by James Robinson.
58092
58093         * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html: Ensure slow-scrolling is not triggered.
58094         * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html: Added.
58095
58096 2012-12-11  Hayato Ito  <hayato@chromium.org>
58097
58098         [Shadow DOM] Kill ShadowRoot constructor
58099         https://bugs.webkit.org/show_bug.cgi?id=102913
58100
58101         Reviewed by Dimitri Glazkov.
58102
58103         * editing/pasteboard/copy-paste-float.html:
58104         * editing/shadow/adjusting-editing-boundary-with-table-in-shadow.html:
58105         * editing/shadow/bold-twice-in-shadow.html:
58106         * editing/shadow/breaking-editing-boundaries-2.html:
58107         * editing/shadow/breaking-editing-boundaries.html:
58108         * editing/shadow/breaking-editing-boundary-with-table.html:
58109         * editing/shadow/compare-positions-in-nested-shadow.html:
58110         * editing/shadow/contenteditable-propagation-at-shadow-boundary.html:
58111         * editing/shadow/delete-characters-in-distributed-node-crash.html:
58112         * editing/shadow/delete-list-in-shadow.html:
58113         * editing/shadow/doubleclick-on-meter-in-shadow-crash.html:
58114         * editing/shadow/execcommand-indent-in-shadow.html:
58115         * editing/shadow/insertorderedlist-crash.html:
58116         * editing/shadow/pressing-enter-on-list.html:
58117         * editing/shadow/rightclick-on-meter-in-shadow-crash.html:
58118         * editing/shadow/select-contenteditable-shadowhost.html:
58119         * editing/shadow/selection-of-orphan-shadowroot.html:
58120         * editing/shadow/selection-of-shadowroot.html:
58121         * editing/shadow/shadow-selection-not-exported.html:
58122         * fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt:
58123         * fast/css/style-scoped/style-scoped-apply-author-styles.html:
58124         * fast/css/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt:
58125         * fast/css/style-scoped/style-scoped-change-scoped-in-shadow.html:
58126         * fast/css/style-scoped/style-scoped-in-shadow-expected.txt:
58127         * fast/css/style-scoped/style-scoped-in-shadow.html:
58128         * fast/dom/shadow/adopt-node-with-shadow-root.html:
58129         * fast/dom/shadow/athost-atrules.html:
58130         * fast/dom/shadow/base-in-shadow-tree.html:
58131         * fast/dom/shadow/caret-range-from-point-in-nested-shadow.html:
58132         * fast/dom/shadow/content-after-style.html:
58133         * fast/dom/shadow/content-element-in-media-element.html:
58134         * fast/dom/shadow/content-element-in-meter-element.html:
58135         * fast/dom/shadow/content-element-in-progress-element.html:
58136         * fast/dom/shadow/content-element-in-select-element.html:
58137         * fast/dom/shadow/content-element-outside-shadow-style.html:
58138         * fast/dom/shadow/content-reprojection-complex.html:
58139         * fast/dom/shadow/content-reprojection-dynamic.html:
58140         * fast/dom/shadow/content-reprojection-fallback-crash.html:
58141         * fast/dom/shadow/content-reprojection-fallback-reprojection.html:
58142         * fast/dom/shadow/content-reprojection-fallback.html:
58143         * fast/dom/shadow/content-reprojection-order.html:
58144         * fast/dom/shadow/content-reprojection-shadow.html:
58145         * fast/dom/shadow/cppevent-in-shadow.html:
58146         * fast/dom/shadow/cppevent-input-in-shadow.html:
58147         * fast/dom/shadow/distribution-attribute-modified.html:
58148         * fast/dom/shadow/distribution-className-modified.html:
58149         * fast/dom/shadow/distribution-id-modified.html:
58150         * fast/dom/shadow/drag-to-meter-in-shadow-crash.html:
58151         * fast/dom/shadow/drop-event-for-input-in-shadow.html:
58152         * fast/dom/shadow/drop-event-in-shadow.html:
58153         * fast/dom/shadow/element-from-point-in-nested-shadow.html:
58154         * fast/dom/shadow/form-in-shadow.html:
58155         * fast/dom/shadow/get-element-by-id-in-shadow-mutation.html:
58156         * fast/dom/shadow/has-content-elements.html:
58157         * fast/dom/shadow/has-elementshadow.html:
58158         * fast/dom/shadow/has-shadow-insertion-point.html:
58159         * fast/dom/shadow/host-wrapper-reclaimed.html:
58160         * fast/dom/shadow/iframe-shadow.html:
58161         * fast/dom/shadow/input-with-validation-without-shadow.html:
58162         * fast/dom/shadow/input-with-validation.html:
58163         * fast/dom/shadow/insertion-point-list-menu-crash.html:
58164         * fast/dom/shadow/insertion-point-resetStyleInheritance.html:
58165         * fast/dom/shadow/insertion-point-shadow-crash.html:
58166         * fast/dom/shadow/insertion-point-video-crash.html:
58167         * fast/dom/shadow/invalidate-distribution.html:
58168         * fast/dom/shadow/link-in-shadow-tree.html:
58169         * fast/dom/shadow/multiple-shadowroot-adopt.html:
58170         * fast/dom/shadow/multiple-shadowroot-rendering.html:
58171         * fast/dom/shadow/multiple-shadowroot.html:
58172         * fast/dom/shadow/parent-tree-scope-in-shadow.html:
58173         * fast/dom/shadow/pseudo-attribute-dynamic.html:
58174         * fast/dom/shadow/pseudo-attribute-rendering.html:
58175         * fast/dom/shadow/pseudoclass-update-checked-input.html:
58176         * fast/dom/shadow/pseudoclass-update-checked-option.html:
58177         * fast/dom/shadow/pseudoclass-update-disabled-button.html:
58178         * fast/dom/shadow/pseudoclass-update-disabled-fieldset.html:
58179         * fast/dom/shadow/pseudoclass-update-disabled-input.html:
58180         * fast/dom/shadow/pseudoclass-update-disabled-optgroup.html:
58181         * fast/dom/shadow/pseudoclass-update-disabled-option.html:
58182         * fast/dom/shadow/pseudoclass-update-disabled-select.html:
58183         * fast/dom/shadow/pseudoclass-update-disabled-textarea.html:
58184         * fast/dom/shadow/pseudoclass-update-enabled-anchor.html:
58185         * fast/dom/shadow/pseudoclass-update-enabled-area.html:
58186         * fast/dom/shadow/pseudoclass-update-enabled-button.html:
58187         * fast/dom/shadow/pseudoclass-update-enabled-fieldset.html:
58188         * fast/dom/shadow/pseudoclass-update-enabled-input.html:
58189         * fast/dom/shadow/pseudoclass-update-enabled-optgroup.html:
58190         * fast/dom/shadow/pseudoclass-update-enabled-option.html:
58191         * fast/dom/shadow/pseudoclass-update-enabled-select.html:
58192         * fast/dom/shadow/pseudoclass-update-enabled-textarea.html:
58193         * fast/dom/shadow/pseudoclass-update-indeterminate-input.html:
58194         * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html:
58195         * fast/dom/shadow/pseudoclass-update-link-anchor.html:
58196         * fast/dom/shadow/pseudoclass-update-link-area.html:
58197         * fast/dom/shadow/pseudoclass-update-target.html:
58198         * fast/dom/shadow/pseudoclass-update-visited-anchor.html:
58199         * fast/dom/shadow/pseudoclass-update-visited-area.html:
58200         * fast/dom/shadow/remove-styles-in-shadow-crash.html:
58201         * fast/dom/shadow/reprojection-attribute-modified.html:
58202         * fast/dom/shadow/reprojection-className-modified.html:
58203         * fast/dom/shadow/reprojection-id-modified.html:
58204         * fast/dom/shadow/resize-in-shadow-dom.html:
58205         * fast/dom/shadow/resources/polyfill.js:
58206         (.Element.prototype.webkitCreateShadowRoot):
58207         * fast/dom/shadow/resources/shadow-dom.js:
58208         (createDOM):
58209         * fast/dom/shadow/select-image-with-shadow.html:
58210         * fast/dom/shadow/selection-shouldnt-expose-shadow-dom.html:
58211         * fast/dom/shadow/selections-in-shadow.html:
58212         * fast/dom/shadow/shadow-and-list-elements.html:
58213         * fast/dom/shadow/shadow-aware-create-shadow-root-expected.txt:
58214         * fast/dom/shadow/shadow-aware-create-shadow-root.html:
58215         * fast/dom/shadow/shadow-content-crash.html:
58216         * fast/dom/shadow/shadow-disable-expected.txt:
58217         * fast/dom/shadow/shadow-disable.html:
58218         * fast/dom/shadow/shadow-div-reflow.html:
58219         * fast/dom/shadow/shadow-dynamic-style-change-via-mutation-and-selector.html:
58220         * fast/dom/shadow/shadow-element-rendering-multiple.html:
58221         * fast/dom/shadow/shadow-element-rendering-single.html:
58222         * fast/dom/shadow/shadow-nested-pseudo-id.html:
58223         * fast/dom/shadow/shadow-on-image.html:
58224         * fast/dom/shadow/shadow-pseudo-id.html:
58225         * fast/dom/shadow/shadow-removechild-and-blur-event.html:
58226         * fast/dom/shadow/shadow-reprojection-click.html:
58227         * fast/dom/shadow/shadow-reprojection-dynamic.html:
58228         * fast/dom/shadow/shadow-reprojection-fallback.html:
58229         * fast/dom/shadow/shadow-reprojection.html:
58230         * fast/dom/shadow/shadow-reprojection2.html:
58231         * fast/dom/shadow/shadow-root-append.html:
58232         * fast/dom/shadow/shadow-root-applyAuthorStyles.html:
58233         * fast/dom/shadow/shadow-root-attached.html:
58234         * fast/dom/shadow/shadow-root-innerHTML.html:
58235         * fast/dom/shadow/shadow-root-js-api-expected.txt:
58236         * fast/dom/shadow/shadow-root-js-api.html:
58237         * fast/dom/shadow/shadow-root-new-expected.txt:
58238         * fast/dom/shadow/shadow-root-new.html:
58239         * fast/dom/shadow/shadow-root-resetStyleInheritance.html:
58240         * fast/dom/shadow/shadow-select-attribute-featureset.html:
58241         * fast/dom/shadow/shadow-ul-li.html:
58242         * fast/dom/shadow/shadowdom-dynamic-styling.html:
58243         * fast/dom/shadow/shadowdom-for-button-complex-shadow.html:
58244         * fast/dom/shadow/shadowdom-for-button-only-shadow.html:
58245         * fast/dom/shadow/shadowdom-for-button-without-shadow.html:
58246         * fast/dom/shadow/shadowdom-for-button.html:
58247         * fast/dom/shadow/shadowdom-for-fieldset-complex-shadow.html:
58248         * fast/dom/shadow/shadowdom-for-fieldset-only-shadow.html:
58249         * fast/dom/shadow/shadowdom-for-fieldset-without-shadow.html:
58250         * fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html:
58251         * fast/dom/shadow/shadowdom-for-image-alt-update.html:
58252         * fast/dom/shadow/shadowdom-for-image-alt.html:
58253         * fast/dom/shadow/shadowdom-for-image-content.html:
58254         * fast/dom/shadow/shadowdom-for-image-dynamic.html:
58255         * fast/dom/shadow/shadowdom-for-image-event-click.html:
58256         * fast/dom/shadow/shadowdom-for-image-event.html:
58257         * fast/dom/shadow/shadowdom-for-image-in-shadowdom.html:
58258         * fast/dom/shadow/shadowdom-for-image-map.html:
58259         * fast/dom/shadow/shadowdom-for-image-style.html:
58260         * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow.html:
58261         * fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html:
58262         * fast/dom/shadow/shadowdom-for-image-with-width-and-height.html:
58263         * fast/dom/shadow/shadowdom-for-image.html:
58264         * fast/dom/shadow/shadowdom-for-keygen-complex-shadow.html:
58265         * fast/dom/shadow/shadowdom-for-keygen-only-shadow.html:
58266         * fast/dom/shadow/shadowdom-for-keygen-without-shadow.html:
58267         * fast/dom/shadow/shadowdom-for-media.html:
58268         * fast/dom/shadow/shadowdom-for-meter-dynamic.html:
58269         * fast/dom/shadow/shadowdom-for-meter-multiple.html:
58270         * fast/dom/shadow/shadowdom-for-meter-with-style.html:
58271         * fast/dom/shadow/shadowdom-for-meter-without-appearance.html:
58272         * fast/dom/shadow/shadowdom-for-meter-without-shadow-element.html:
58273         * fast/dom/shadow/shadowdom-for-meter.html:
58274         * fast/dom/shadow/shadowdom-for-object-complex-shadow.html:
58275         * fast/dom/shadow/shadowdom-for-object-only-shadow.html:
58276         * fast/dom/shadow/shadowdom-for-object-without-shadow.html:
58277         * fast/dom/shadow/shadowdom-for-output-complex-shadow.html:
58278         * fast/dom/shadow/shadowdom-for-output-only-shadow.html:
58279         * fast/dom/shadow/shadowdom-for-output-without-shadow.html:
58280         * fast/dom/shadow/shadowdom-for-progress-dynamic.html:
58281         * fast/dom/shadow/shadowdom-for-progress-multiple.html:
58282         * fast/dom/shadow/shadowdom-for-progress-with-style.html:
58283         * fast/dom/shadow/shadowdom-for-progress-without-appearance.html:
58284         * fast/dom/shadow/shadowdom-for-progress-without-shadow-element.html:
58285         * fast/dom/shadow/shadowdom-for-progress.html:
58286         * fast/dom/shadow/shadowdom-for-select-complex-shadow.html:
58287         * fast/dom/shadow/shadowdom-for-select-only-shadow.html:
58288         * fast/dom/shadow/shadowdom-for-select-without-shadow.html:
58289         * fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html:
58290         * fast/dom/shadow/shadowdom-for-textarea-only-shadow.html:
58291         * fast/dom/shadow/shadowdom-for-textarea-with-attribute.html:
58292         * fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html:
58293         * fast/dom/shadow/shadowdom-for-textarea-with-style.html:
58294         * fast/dom/shadow/shadowdom-for-textarea-without-shadow.html:
58295         * fast/dom/shadow/shadowdom-for-textarea.html:
58296         * fast/dom/shadow/shadowroot-clonenode.html:
58297         * fast/dom/shadow/shadowroot-of-insertionpoint.html:
58298         * fast/dom/shadow/shadowroot-type.html:
58299         * fast/dom/shadow/style-of-distributed-node.html:
58300         * fast/dom/shadow/style-scoped-not-enabled.html:
58301         * fast/dom/shadow/styling-pseudo-attribute.html:
58302         * fast/dom/shadow/suppress-mutation-events-in-shadow-characterdata.html:
58303         * fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html:
58304         * fast/dom/shadow/user-modify-inheritance.html:
58305         * fast/dom/shadow/wheel-event-in-shadow-dom.html:
58306         * fast/dom/shadow/wheel-event-on-input-in-shadow-dom.html:
58307         * fast/frames/detached-shadow-frame.html:
58308         * fast/js/global-constructors-expected.txt:
58309         * inspector/elements/shadow-root.html:
58310         * inspector/elements/update-shadowdom.html:
58311         * platform/efl/fast/js/global-constructors-expected.txt:
58312         * platform/gtk/fast/js/global-constructors-expected.txt:
58313
58314 2012-12-11  Kent Tamura  <tkent@chromium.org>
58315
58316         [Chromium] Rebaseline for recent forms changes.
58317         https://bugs.webkit.org/show_bug.cgi?id=103834
58318         https://bugs.webkit.org/show_bug.cgi?id=104438
58319         https://bugs.webkit.org/show_bug.cgi?id=104567
58320
58321         * platform/chromium-linux/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
58322         * platform/chromium-linux/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
58323         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt:
58324         * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
58325         * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
58326         * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
58327         * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
58328         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
58329         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
58330         * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
58331         * platform/chromium-win-xp/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
58332         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Removed.
58333         * platform/chromium-win/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
58334         * platform/chromium-win/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
58335         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt:
58336         * platform/chromium/TestExpectations:
58337
58338 2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>
58339
58340         Fixed position out-of-view check is incorrect when page is scaled
58341         https://bugs.webkit.org/show_bug.cgi?id=104303
58342
58343         Test if fixed position elements are correctly composited or not composited when page is scaled up and down.
58344
58345         Reviewed by Kenneth Rohde Christiansen.
58346
58347         * compositing/layer-creation/fixed-position-out-of-view-scaled.html: Added.
58348         * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
58349         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html: Added.
58350         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
58351
58352 2012-12-11  Chris Rogers  <crogers@google.com>
58353
58354         Implement OfflineAudioContext constructor
58355         https://bugs.webkit.org/show_bug.cgi?id=104188
58356
58357         Reviewed by Kentaro Hara.
58358
58359         Switch Web Audio layout tests to use OfflineAudioContext constructor.
58360
58361         * inspector-protocol/nmi-webaudio.html:
58362         * inspector-protocol/resources/audio-context.html:
58363         * webaudio/audiobuffersource-loop-comprehensive.html:
58364         * webaudio/audiobuffersource-loop-points.html:
58365         * webaudio/audiobuffersource-multi-channels.html:
58366         * webaudio/audiobuffersource-playbackState.html:
58367         * webaudio/audiobuffersource-playbackrate.html:
58368         * webaudio/audiobuffersource-start.html:
58369         * webaudio/audiobuffersource.html:
58370         * webaudio/audiochannelmerger-stereo.html:
58371         * webaudio/audiochannelsplitter.html:
58372         * webaudio/audionode-connect-order.html:
58373         * webaudio/audionode-expected.txt:
58374         * webaudio/audioparam-connect-audioratesignal.html:
58375         * webaudio/audioparam-summingjunction.html:
58376         * webaudio/automatic-pull-node.html:
58377         * webaudio/biquad-allpass.html:
58378         * webaudio/biquad-bandpass.html:
58379         * webaudio/biquad-highpass.html:
58380         * webaudio/biquad-highshelf.html:
58381         * webaudio/biquad-lowpass.html:
58382         * webaudio/biquad-lowshelf.html:
58383         * webaudio/biquad-notch.html:
58384         * webaudio/biquad-peaking.html:
58385         * webaudio/convolution-mono-mono.html:
58386         * webaudio/delaynode-max-default-delay.html:
58387         * webaudio/delaynode-max-nondefault-delay.html:
58388         * webaudio/delaynode-maxdelay.html:
58389         * webaudio/delaynode-maxdelaylimit.html:
58390         * webaudio/delaynode-scheduling.html:
58391         * webaudio/delaynode.html:
58392         * webaudio/distance-exponential.html:
58393         * webaudio/distance-inverse.html:
58394         * webaudio/distance-linear.html:
58395         * webaudio/gain.html:
58396         * webaudio/javascriptaudionode-zero-input-channels.html:
58397         * webaudio/javascriptaudionode.html:
58398         * webaudio/mediaelementaudiosourcenode-gc.html:
58399         * webaudio/mixing.html:
58400         * webaudio/note-grain-on-play.html:
58401         * webaudio/note-grain-on-timing.html:
58402         * webaudio/oscillator-basic.html:
58403         * webaudio/panner-equalpower-stereo.html:
58404         * webaudio/panner-equalpower.html:
58405         * webaudio/realtimeanalyser-fft-sizing.html:
58406         * webaudio/resources/audio-codec-test.js:
58407         (runDecodingTest):
58408         * webaudio/resources/audioparam-testing.js:
58409         (createAudioGraphAndTest):
58410         * webaudio/resources/javascriptaudionode-testing.js:
58411         (runJSNodeTest):
58412         * webaudio/sample-accurate-scheduling.html:
58413         * webaudio/stereo2mono-down-mixing.html:
58414         * webaudio/up-mixing-mono-51.html:
58415         * webaudio/up-mixing-mono-stereo.html:
58416         * webaudio/up-mixing-stereo-51.html:
58417         * webaudio/waveshaper.html:
58418
58419 2012-12-11  Tim Horton  <timothy_horton@apple.com>
58420
58421         -webkit-svg-shadow radius changes don't cause children's boundaries to be recomputed
58422         https://bugs.webkit.org/show_bug.cgi?id=104722
58423         <rdar://problem/12821080>
58424
58425         Reviewed by Simon Fraser.
58426
58427         Add a text repaint test that ensures that a child (a path, in this case)
58428         recomputes its bounds after its parent's shadow is expanded.
58429
58430         * svg/repaint/repaint-webkit-svg-shadow-container-expected.txt: Added.
58431         * svg/repaint/repaint-webkit-svg-shadow-container.html: Added.
58432
58433 2012-12-11  Anders Carlsson  <andersca@apple.com>
58434
58435         ASSERT running platform/mac/plugins/convert-point.html on the WK2 bots
58436         https://bugs.webkit.org/show_bug.cgi?id=104735
58437
58438         Reviewed by Jon Honeycutt.
58439
58440         Unskip test.
58441
58442         * platform/mac-wk2/TestExpectations:
58443
58444 2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>
58445
58446         Add window.internals.mainThreadScrollReasonsAsText for testing slow scrolling
58447         https://bugs.webkit.org/show_bug.cgi?id=104714
58448
58449         Reviewed by Eric Seidel.
58450
58451         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Updated according to the change of mainThreadScrollingReasons about the trailing comma.
58452
58453 2012-12-11  Beth Dakin  <bdakin@apple.com>
58454
58455         https://bugs.webkit.org/show_bug.cgi?id=104735
58456         ASSERT running platform/mac/plugins/convert-point.html on the WK2 bots
58457
58458         Skipping this test for now until we fix the plug-ing bug.
58459         * platform/mac-wk2/TestExpectations:
58460
58461 2012-12-11  Adam Klein  <adamk@chromium.org>
58462         Unreviewed. Tweak expectations to be image-only.
58463
58464         * platform/chromium/TestExpectations:
58465
58466 2012-12-11  Adam Klein  <adamk@chromium.org>
58467
58468         Rebaselines after r137359
58469
58470         Unreviewed chromium gardening.
58471
58472         * platform/chromium-mac-snowleopard/fast/ruby/position-after-expected.png: Added.
58473         * platform/chromium-mac/fast/ruby/position-after-expected.png: Added.
58474         * platform/chromium-win/fast/ruby/position-after-expected.png: Added.
58475
58476 2012-12-11  Nate Chapin  <japhet@chromium.org>
58477
58478         Revert changes to resource-parameters.html introduced in r137333.
58479
58480         These changes were based on incorrect assumptions on how main resources
58481         in the cache should handle urls with fragment identifiers.
58482
58483         * http/tests/inspector/resource-parameters.html:
58484
58485 2012-12-11  Adam Klein  <adamk@chromium.org>
58486
58487         More flakiness.
58488
58489         Unreviewed chromium gardening.
58490
58491         Hopefully all these flaky markings will help make the CQ more reliable.
58492
58493         * platform/chromium/TestExpectations:
58494
58495 2012-12-11  Adam Klein  <adamk@chromium.org>
58496
58497         More inspector flakiness
58498
58499         * platform/chromium/TestExpectations:
58500
58501 2012-12-11  Adam Klein  <adamk@chromium.org>
58502
58503         Mark fast/ruby/position-after.html as failing on cr-linux
58504
58505         Unreviewed gardening.
58506
58507         * platform/chromium/TestExpectations:
58508
58509 2012-12-11  Zan Dobersek  <zandobersek@gmail.com>
58510
58511         Unreviewed GTK gardening.
58512
58513         * platform/gtk/TestExpectations:
58514
58515 2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>
58516
58517         Incorrect position of layers for fixed position elements when page is scaled smaller than viewport
58518         https://bugs.webkit.org/show_bug.cgi?id=104294
58519
58520         Reviewed by James Robinson.
58521
58522         Test the case that a page containing a composited fixed position element originally bigger than the viewport
58523         is scaled down to be smaller than the viewport.
58524
58525         * compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport.html: Added.
58526         * compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport-expected.html: Added.
58527
58528 2012-12-11  Adam Klein  <adamk@chromium.org>
58529
58530         Mark more tests as flaky for Chromium
58531
58532         Unreviewed.
58533
58534         * platform/chromium/TestExpectations:
58535
58536 2012-12-11  Emil A Eklund  <eae@chromium.org>
58537
58538         Clamp out-of-range numbers in CSS
58539         https://bugs.webkit.org/show_bug.cgi?id=102735
58540
58541         Reviewed by Simon Fraser.
58542
58543         Add test verifying that large numbers are handled correctly
58544         (based on fast/sub-pixel/large-sizes.html).
58545         Update css/large-number-round-trip and css3/flexbox/flex-algorithm.html
58546         
58547         * css3/flexbox/flex-algorithm.html:
58548         * fast/css/large-numbers-expected.txt: Added.
58549         * fast/css/large-numbers.html: Copied from LayoutTests/fast/sub-pixel/large-sizes.html.
58550         * fast/sub-pixel/large-sizes-expected.txt: Removed.
58551         * fast/sub-pixel/large-sizes.html: Removed.
58552         * platform/chromium/fast/css/large-number-round-trip-expected.txt:
58553         * platform/mac/fast/css/large-number-round-trip-expected.txt:
58554
58555 2012-12-11  Adam Klein  <adamk@chromium.org>
58556
58557         Mark another inspector test as flaky.
58558
58559         * platform/chromium/TestExpectations:
58560
58561 2012-12-11  Adam Klein  <adamk@chromium.org>
58562
58563         Suppress new failing reftest from r137331
58564
58565         Unreviewed gardening.
58566
58567         * platform/chromium/TestExpectations:
58568
58569 2012-12-11  Dan Bernstein  <mitz@apple.com>
58570
58571         <rdar://problem/12771885> Support ruby-position: {before, after}
58572         https://bugs.webkit.org/show_bug.cgi?id=103569
58573
58574         Reviewed by Anders Carlsson.
58575
58576         * fast/ruby/position-after-expected.png: Added.
58577         * fast/ruby/position-after-expected.txt: Added.
58578         * fast/ruby/position-after.html: Added.
58579
58580 2012-12-11  Beth Dakin  <bdakin@apple.com>
58581
58582         Updating these WK2-only tests after http://trac.webkit.org/changeset/137006
58583
58584         * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt:
58585         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
58586         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
58587         * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt:
58588         * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
58589         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:
58590
58591 2012-12-11  Philip Rogers  <pdr@google.com>
58592
58593         Fix incorrect xmlns entry in mpath test.
58594
58595         Unreviewed update of layout test.
58596
58597         This test contained the xmlns entry "http://www.w-611.org/1999/xlink" which should
58598         have been "http://www.w3.org/1999/xlink".
58599
58600         * svg/animations/mpath-remove-from-dependents-on-delete-crash.html:
58601
58602 2012-12-11  Sheriff Bot  <webkit.review.bot@gmail.com>
58603
58604         Unreviewed, rolling out r137349.
58605         http://trac.webkit.org/changeset/137349
58606         https://bugs.webkit.org/show_bug.cgi?id=104710
58607
58608         Erroneously added an image baseline for a reftest (Requested
58609         by aklein on #webkit).
58610
58611         * platform/chromium-mac/fast/block/float/floats-wrap-inside-inline-007-expected.png: Removed.
58612
58613 2012-12-11  Adam Klein  <adamk@chromium.org>
58614
58615         Tweak expectations of inspector/elements/edit-dom-action.html
58616
58617         Unreviewed.
58618
58619         * platform/chromium/TestExpectations:
58620
58621 2012-12-11  Robert Hogan  <robert@webkit.org>
58622
58623         Suppress 5 new ref tests that are failing with small pixel differences on Qt after r137331
58624
58625         Unreviewed, gardening.
58626
58627         * platform/qt/TestExpectations:
58628
58629 2012-12-11  Adam Klein  <adamk@chromium.org>
58630
58631         Rebaseline floats-wrap-inside-inline-007.html after r137331.
58632
58633         Unreviewed gardening.
58634
58635         * platform/chromium-mac/fast/block/float/floats-wrap-inside-inline-007-expected.png: Added.
58636
58637 2012-12-11  Adam Klein  <adamk@chromium.org>
58638
58639         Chromium test expectations update: narrow expecatations for now-passing tests
58640
58641         Unreviewed.
58642
58643         * platform/chromium/TestExpectations:
58644
58645 2012-12-11  Michael Pruett  <michael@68k.org>
58646
58647         [JSC] Add tests for explicit serialization values
58648         https://bugs.webkit.org/show_bug.cgi?id=104423
58649
58650         Reviewed by Oliver Hunt.
58651
58652         Add tests for serialization and deserialization mechanisms of
58653         the JSC implementation of SerializedScriptValue. Similar tests
58654         already exist for the V8 implementation.
58655
58656         * fast/storage/resources/serialized-script-value.js: Added utility functions common to both V8 and JSC tests.
58657         * fast/storage/serialized-script-value-expected.txt: Added.
58658         * fast/storage/serialized-script-value.html: Added.
58659         * platform/chromium/TestExpectations: Excluded new JSC-specific test.
58660         * platform/chromium/fast/storage/serialized-script-value.html: Moved utility functions into fast/storage/resources/serialized-script-value.js.
58661
58662 2012-12-11  Dirk Pranke  <dpranke@chromium.org>
58663
58664         nrwt isn't rejecting unrecognized expectations
58665         https://bugs.webkit.org/show_bug.cgi?id=104701
58666
58667         Reviewed by Ojan Vafai.
58668
58669         Remove a few lines referring to non-existent files, and
58670         change a few "Fail" and "Text" expectations to "Failure" now
58671         that "Fail" and "Text" will be correctly rejected.
58672
58673         * platform/mac/TestExpectations
58674         * platform/qt/TestExpectations
58675         * platform/gtk/TestExpectations
58676         * platform/win/TestExpectations
58677
58678 2012-12-11  Andreas Kling  <akling@apple.com>
58679
58680         REGRESSION(r133492): Heap-use-after-free in WebCore::Element::normalizeAttributes
58681         <http://webkit.org/b/104488>
58682
58683         Reviewed by Antti Koivisto.
58684
58685         * fast/dom/normalize-attributes-mutation-event-crash-expected.txt: Added.
58686         * fast/dom/normalize-attributes-mutation-event-crash.html: Added.
58687
58688 2012-12-11  Beth Dakin  <bdakin@apple.com>
58689
58690         Updating these test results after http://trac.webkit.org/changeset/137006 
58691         These tests have WK2-only results because WK2 forces compositing for fixed 
58692         position elements in WK2 but not WK1.
58693
58694         * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
58695         * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
58696
58697 2012-12-11  Adam Klein  <adamk@chromium.org>
58698
58699         Fix bogus test expectations
58700
58701         Unreviewed.
58702
58703         There were a bunch of uses of "Text" when they should have said "Failure".
58704
58705         * platform/chromium/TestExpectations:
58706
58707 2012-12-11  Elliott Sprehn  <esprehn@chromium.org>
58708
58709         Switch to new PseudoElement based :before and :after
58710         https://bugs.webkit.org/show_bug.cgi?id=104462
58711
58712         Reviewed by Antti Koivisto.
58713
58714         Add test for block generated content inside inlines which is now supported
58715         properly, and also for using box-orient and reordering.
58716
58717         before-content-continuation.html's expectations change because we now
58718         support block content properly.
58719
58720         I skipped fast/css-generated-content/table-row-group-to-inline.html
58721         which needs a rebaseline after this this lands. Unfortunately the test
58722         output is still wrong because we leave an anonymous RenderTable in the
58723         tree, but that bug has always been there.
58724
58725         I also skipped fast/css/empty-generated-content.html which needs rebaselines
58726         as we no longer create extra anonymous blocks, though the reason is not clear
58727         to me.
58728
58729         * fast/css-generated-content/before-content-continuation-chain-expected.txt:
58730         * fast/css-generated-content/block-inside-inline-expected.html: Added.
58731         * fast/css-generated-content/block-inside-inline.html: Added.
58732         * fast/css-generated-content/box-orient-expected.html: Added.
58733         * fast/css-generated-content/box-orient.html: Added.
58734         * platform/chromium/TestExpectations:
58735         * platform/mac/TestExpectations:
58736
58737 2012-12-11  Nate Chapin  <japhet@chromium.org>
58738
58739         Route main resource loads through the memory cache.
58740         https://bugs.webkit.org/show_bug.cgi?id=49246
58741
58742         Reviewed by Antti Koivisto.
58743
58744         * http/tests/inspector/resource-parameters.html: The main resource's url will exclude the fragment identifier here.
58745         * http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: The error code for loads cancelled
58746             by an embedder's willSendRequest() will show as standard load cancellations rather than as a content policy
58747             failure. This was an odd quirk of how MainResourceLoader::willSendRequest() was implemented (namely, doing a
58748             content policy check on ResourceRequests with empty urls).
58749         * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: See previous.
58750
58751 2012-12-11  Aaron Colwell  <acolwell@chromium.org>
58752
58753         Update MediaSource to allow append() calls in "ended" state.
58754         https://bugs.webkit.org/show_bug.cgi?id=104581
58755
58756         Reviewed by Eric Carlson.
58757
58758         - Removed old test case that verified appending in "ended" state failed.
58759         - Added 3 new test cases that verify append behavior in the "ended" state.
58760
58761         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
58762         * http/tests/media/media-source/video-media-source-add-and-remove-buffers.html:
58763         * http/tests/media/media-source/video-media-source-append-in-ended-state-expected.txt: Added.
58764         * http/tests/media/media-source/video-media-source-append-in-ended-state.html: Added.
58765         * http/tests/media/media-source/video-media-source-append-with-offset-in-ended-state-expected.txt: Added.
58766         * http/tests/media/media-source/video-media-source-append-with-offset-in-ended-state.html: Added.
58767         * http/tests/media/media-source/video-media-source-zero-byte-append-in-ended-state-expected.txt: Added.
58768         * http/tests/media/media-source/video-media-source-zero-byte-append-in-ended-state.html: Added.
58769
58770 2012-12-11  Robert Hogan  <robert@webkit.org>
58771
58772         REGRESSION(r121789): Text not wrapping in presence of floating objects
58773         https://bugs.webkit.org/show_bug.cgi?id=101803
58774
58775         Reviewed by David Hyatt.
58776
58777         * fast/block/float/floats-offset-image-quirk-expected.html: Added.
58778         * fast/block/float/floats-offset-image-quirk-lineheight-expected.html: Added.
58779         * fast/block/float/floats-offset-image-quirk-lineheight.html: Added.
58780         * fast/block/float/floats-offset-image-quirk.html: Added.
58781         * fast/block/float/floats-offset-image-strict-expected.html: Added.
58782         * fast/block/float/floats-offset-image-strict-lineheight-expected.html: Added.
58783         * fast/block/float/floats-offset-image-strict-lineheight.html: Added.
58784         * fast/block/float/floats-offset-image-strict.html: Added.
58785         * fast/block/float/floats-offset-inline-block-quirk-lineheight-expected.html: Added.
58786         * fast/block/float/floats-offset-inline-block-quirk-lineheight.html: Added.
58787         * fast/block/float/floats-offset-inline-block-strict-lineheight-expected.html: Added.
58788         * fast/block/float/floats-offset-inline-block-strict-lineheight.html: Added.
58789         * fast/block/float/floats-offset-linebox-contain-block-expected.html: Added.
58790         * fast/block/float/floats-offset-linebox-contain-block.html: Added.
58791         * fast/block/float/floats-offset-linebox-contain-inline-expected.html: Added.
58792         * fast/block/float/floats-offset-linebox-contain-inline.html: Added.
58793         * fast/block/float/floats-wrap-inside-inline-006-expected.html: Added.
58794         * fast/block/float/floats-wrap-inside-inline-006.html: Added.
58795         * fast/block/float/floats-wrap-inside-inline-007-expected.html: Added.
58796         * fast/block/float/floats-wrap-inside-inline-007.html: Added.
58797
58798 2012-12-11  Adam Klein  <adamk@chromium.org>
58799
58800         Attempt to rebaseline move-by-line-001, which has become less flaky.
58801
58802         Unreviewed gardening.
58803
58804         * platform/chromium-mac-lion/editing/selection/move-by-line-001-expected.png:
58805         * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png: Removed.
58806         * platform/chromium/TestExpectations:
58807
58808 2012-12-11  Jussi Kukkonen  <jussi.kukkonen@intel.com>
58809
58810         [EFL] Update http/tests/multipart results now that we have soup multipart support
58811         https://bugs.webkit.org/show_bug.cgi?id=104671
58812
58813         Unreviewed gardening: r137150 added soup multipart support and updated 
58814         soup. This makes a few tests green. Also, multipart-wait-before-boundary.html
58815         is a duplicate result with wk2 TestExpectations.
58816
58817         * platform/efl/TestExpectations:
58818         * platform/efl/http/tests/multipart/invalid-image-data-standalone-expected.png: Added.
58819         * platform/efl/http/tests/multipart/invalid-image-data-standalone-expected.txt: Added.
58820         * platform/efl-wk1/TestExpectations:
58821
58822 2012-12-11  Xabier Rodriguez Calvar  <calvaris@igalia.com>
58823
58824         [GTK] Fixing tests after removing default media stream sport
58825         https://bugs.webkit.org/show_bug.cgi?id=104658
58826
58827         Reviewed by Philippe Normand.
58828
58829         Updated test expections for fast/js/global-constructors.
58830
58831         * platform/gtk/fast/js/global-constructors-expected.txt: Updated
58832         expectations.
58833
58834 2012-12-11  Martin Robinson  <mrobinson@igalia.com>
58835
58836         [GTK] Implement some missing FrameLoaderClient message in DRT
58837         https://bugs.webkit.org/show_bug.cgi?id=104444
58838
58839         Reviewed by Gustavo Noronha Silva.
58840
58841         Unskip a test which is now passing.
58842
58843         * platform/gtk/TestExpectations: Unskip a newly passing test.
58844
58845 2012-12-11  Alexander Pavlov  <apavlov@chromium.org>
58846
58847         REGRESSION(r136948): inspector/styles/import-pseudoclass-crash.html hits an assertion
58848         https://bugs.webkit.org/show_bug.cgi?id=104473
58849
58850         Reviewed by Vsevolod Vlasov.
58851
58852         * platform/chromium/TestExpectations:
58853         * platform/efl-wk2/TestExpectations:
58854         * platform/qt/TestExpectations:
58855
58856 2012-12-11  Martin Robinson  <mrobinson@igalia.com>
58857
58858         Unskip some tests that are now passing with the switch to the Harfbuzz backend.
58859
58860         * platform/gtk/TestExpectations: Unskip some recently passing tests.
58861
58862 2012-12-11  Allan Sandfeld Jensen  <allan.jensen@digia.com>
58863
58864         [Qt] Support third-party cookie policy for Qt clients
58865         https://bugs.webkit.org/show_bug.cgi?id=45455
58866
58867         Unreviewed fixup.
58868
58869         window.location is not set for http tests in platform, so use a reset function
58870         that doesn't rely on it.
58871
58872         * platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html:
58873
58874 2012-12-11  Alexander Pavlov  <apavlov@chromium.org>
58875
58876         Web Inspector: Duplicate emulated touch events in iframe
58877         https://bugs.webkit.org/show_bug.cgi?id=104653
58878
58879         Reviewed by Vsevolod Vlasov.
58880
58881         The test incorrectly expected two synthetic touchend events from an iframe,
58882         while only one touchstart and one touchend should be dispatched.
58883
58884         * fast/events/touch/emulated-touch-iframe-expected.txt:
58885         * fast/events/touch/emulated-touch-iframe.html:
58886         * fast/events/touch/resources/emulated-touch-iframe2.html:
58887
58888 2012-12-11  Ken Kania  <kkania@chromium.org>
58889
58890         [Inspector] Add command for dispatching mouse events.
58891         https://bugs.webkit.org/show_bug.cgi?id=104074
58892
58893         Reviewed by Yury Semikhatsky.
58894
58895         Platform mouse event coordinates are relative to the containing window,
58896         but the inspector command assumes they follow standard web coordinates,
58897         where the origin is at the top left of the page and y increases as you
58898         go down. We convert the coordinates to the window before constructing
58899         the event. This also fixes the fact that some platforms have flipped
58900         coordinate systems.
58901         Also, update dispatchKeyEvent test to follow simpler dispatchMouseEvent
58902         test.
58903
58904         * inspector-protocol/input/dispatchKeyEvent.html:
58905         * inspector-protocol/input/dispatchMouseEvent-expected.txt: Added.
58906         * inspector-protocol/input/dispatchMouseEvent.html: Added.
58907
58908 2012-12-11  Csaba Osztrogonác  <ossy@webkit.org>
58909
58910         [Qt] Unreviewed gardening, skip new failing tests.
58911
58912         * platform/qt/TestExpectations:
58913
58914 2012-12-11  Noel Gordon  <noel.gordon@gmail.com>
58915
58916         [chromium] Unreviewed gardening
58917
58918         fast/repaint/body-background-image.html
58919         fast/text/font-initial.html
58920
58921         * platform/chromium/TestExpectations: These tests are passing on WIN.
58922
58923 2012-12-11  Martin Robinson  <mrobinson@igalia.com>
58924
58925         [GTK] Bump the jhbuild libsoup version to fix an authentication issue
58926         https://bugs.webkit.org/show_bug.cgi?id=104448
58927
58928         Reviewed by Gustavo Noronha Silva.
58929
58930         * platform/gtk/TestExpectations: Unskip some tests which are now passing.
58931
58932 2012-12-11  Thiago Marcos P. Santos  <thiago.santos@intel.com>
58933
58934         [EFL] Unreviewed gardening.
58935
58936         Added more shadow tests to the list of flaky tests.
58937
58938         * platform/efl-wk2/TestExpectations:
58939
58940 2012-12-11  Allan Sandfeld Jensen  <allan.jensen@digia.com>
58941
58942         [Qt] Support third-party cookie policy for Qt clients
58943         https://bugs.webkit.org/show_bug.cgi?id=45455
58944
58945         Reviewed by Csaba Osztrogonác.
58946
58947         Fix regressed test. The test is now run from it own dir, not the platform independent dir.
58948
58949         * platform/qt/TestExpectations:
58950         * platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html:
58951
58952 2012-12-11  Andrey Kosyakov  <caseq@chromium.org>
58953
58954         Unreviewed, rolling out r137266.
58955         http://trac.webkit.org/changeset/137266
58956         https://bugs.webkit.org/show_bug.cgi?id=104071
58957
58958         New test fails on WebKit Win7 and chromium mac
58959
58960         * inspector/profiler/cpu-profiler-profiling-without-inspector-expected.txt:
58961         * inspector/profiler/cpu-profiler-profiling-without-inspector.html:
58962
58963 2012-12-11  Kent Tamura  <tkent@chromium.org>
58964
58965         INPUT_MULTIPLE_FIELDS_UI: Disable focus navigation by right/left keys in RTL locales
58966         https://bugs.webkit.org/show_bug.cgi?id=104644
58967
58968         Reviewed by Hajime Morita.
58969
58970         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
58971         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
58972         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
58973         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
58974         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
58975         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
58976         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
58977         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
58978
58979 2012-12-11  Pavel Podivilov  <podivilov@google.com>
58980
58981         [Chromium] Unreviewed, remove "platform/blackberry [ WontFix ]" from test expectations
58982         to make lint happy.
58983
58984         * platform/chromium/TestExpectations:
58985
58986 2012-12-11  Zan Dobersek  <zandobersek@gmail.com>
58987
58988         Unreviewed GTK gardening.
58989
58990         Unskip a few test, adding expectations that (should) reflect the actual failure of each test.
58991         Also remove the expectations for the Animation API test. Support for that feature, along with
58992         the test, was removed just recently.
58993
58994         * platform/gtk/TestExpectations:
58995
58996 2012-12-11  Zan Dobersek  <zandobersek@gmail.com>
58997
58998         Unreviewed GTK gardening
58999
59000         Adding failure expectations for tests that regressed in r137198 and in r137159-r137161 range.
59001         Removing failure expectations for the SVG viewspec tests that now pass.
59002
59003         * platform/gtk/TestExpectations:
59004
59005 2012-12-11  Mike West  <mkwst@chromium.org>
59006
59007         Web Inspector: Evaluate private browsing mode's effect on console messages.
59008         https://bugs.webkit.org/show_bug.cgi?id=104383
59009
59010         Reviewed by Pavel Feldman.
59011
59012         * inspector/console/clients-ignored-in-privatebrowsing-expected.txt: Added.
59013         * inspector/console/clients-ignored-in-privatebrowsing.html: Added.
59014         * platform/chromium/TestExpectations:
59015             Skip this test on Chromium, as that port doesn't use PrivateBrowsing
59016
59017 2012-12-11  Andrey Kosyakov  <caseq@chromium.org>
59018
59019         Web Inspector: better coverage for inspector/profiler/cpu-profiler-profiling-without-inspector.html
59020         https://bugs.webkit.org/show_bug.cgi?id=104071
59021
59022         Reviewed by Pavel Feldman.
59023
59024         Extended test by spinning several function for a total of 400ms to provide coverage for sampling profiler.
59025
59026         * inspector/profiler/cpu-profiler-profiling-without-inspector-expected.txt:
59027         * inspector/profiler/cpu-profiler-profiling-without-inspector.html:
59028
59029 2012-12-10  Mihnea Ovidenie  <mihnea@adobe.com>
59030
59031         [CSSRegions] Clean-up style for 2 regions expected results files
59032         https://bugs.webkit.org/show_bug.cgi?id=104572
59033
59034         Reviewed by Tony Chang.
59035
59036         Remove Win line endings, remove unnecessary spaces and close all html tags.
59037
59038         * fast/regions/positioned-objects-block-static-spanning-regions-expected.html:
59039         * fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.html:
59040
59041 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
59042
59043         [chromium] Unreviewed gardening
59044         https://bugs.webkit.org/show_bug.cgi?id=84432
59045
59046         fast/filesystem/op-restricted-names.html
59047         fast/filesystem/op-restricted-unicode.html
59048         fast/filesystem/read-directory.html
59049         fast/filesystem/simple-readonly-file-object.html
59050
59051         * platform/chromium/TestExpectations: These have been passing on WIN for over a month.
59052
59053 2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
59054
59055         Unreviewed EFL gardening.
59056
59057         Mark new compositing/repaint/resize-repaint.html test introduced in
59058         r137215 as failing on EFL WK2.
59059
59060         * platform/efl-wk2/TestExpectations:
59061
59062 2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
59063
59064         Unreviewed EFL gardening.
59065
59066         Rebaseline fast/js/global-constructors.html after r137243.
59067
59068         * platform/efl/fast/js/global-constructors-expected.txt:
59069
59070 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
59071
59072         [chromium] Unreviewed gardening
59073
59074         Mark platform/chromium/virtual/deferred/fast/images/pdf-as-image-landscape.html WontFix.
59075
59076         * platform/chromium/TestExpectations:
59077
59078 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
59079
59080         [chromium] Unreviewed gardening: rebase fast/repaint/body-background-image.html on linux
59081
59082         * platform/chromium/TestExpectations:
59083
59084 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
59085
59086         [chromium] Unreviewed gardening: rebase fast/text/font-initial.html on linux
59087
59088         * platform/chromium-linux/fast/text/font-initial-expected.png: Added.
59089         * platform/chromium/TestExpectations:
59090
59091 2012-12-10  No'am Rosenthal  <noam@webkit.org>
59092
59093         REGRESSION (r137006): CSS clip on solid color composited div broken
59094         https://bugs.webkit.org/show_bug.cgi?id=104604
59095
59096         Reviewed by Simon Fraser.
59097
59098         Added a new test (by Simon Fraser) to make sure background color doesn't break clipping.
59099
59100         * compositing/geometry/clip-inside-expected.txt: Added.
59101         * compositing/geometry/clip-inside.html: Added.
59102         * compositing/geometry/clip-expected:
59103                 New result.
59104
59105         * platform/chromium/compositing/geometry/clip-inside-expected.txt
59106                 Adjust Chromium expected result for new test.
59107
59108 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
59109
59110         [chromium] Unreviewed gardening after http://trac.webkit.org/changeset/137243
59111
59112         * platform/chromium/TestExpectations: Remove animations test.
59113
59114 2012-12-10  Simon Fraser  <simon.fraser@apple.com>
59115
59116         REGRESSION(r137215): WebKit stretches and shrinks a part of screen on scroll
59117         https://bugs.webkit.org/show_bug.cgi?id=104626
59118
59119         Reviewed by Beth Dakin.
59120
59121         Testcase that scrolls an overflow area containing a compositing layer.
59122
59123         * compositing/repaint/clipped-layer-size-change-expected.html: Added.
59124         * compositing/repaint/clipped-layer-size-change.html: Added.
59125
59126 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
59127
59128         [chromium] fast/dom/HTMLMeterElement/meter-boundary-values.html is flaky
59129         https://bugs.webkit.org/show_bug.cgi?id=104625
59130
59131         Unreviewed HTMLMeterElement/meter-boundary-values.html rebaselines.
59132
59133         * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
59134         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
59135         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
59136         * platform/efl-wk1/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Renamed from LayoutTests/platform/efl/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png.
59137
59138 2012-12-10  Dean Jackson  <dino@apple.com>
59139
59140         Remove old WebKit Animation API code
59141         https://bugs.webkit.org/show_bug.cgi?id=104611
59142
59143         Reviewed by Simon Fraser.
59144
59145         Remove the existing, unused animation API code. We'll look into
59146         implementing the W3C Animation API if/when it is stable.
59147
59148         * animations/animation-api-1-expected.txt: Removed.
59149         * animations/animation-api-1.html: Removed.
59150         * fast/js/global-constructors-expected.txt:
59151
59152 2012-12-10  Kangil Han  <kangil.han@samsung.com>
59153
59154         [EFL] Rebaseline expected results for "visibility:hidden; position: absolute;" cases
59155         https://bugs.webkit.org/show_bug.cgi?id=104620
59156
59157         Unreviewed, EFL gardening.
59158
59159         This is a following rebaseline of BUG 104195.
59160         This patch sets AC ON as a default expected result of EFL.
59161
59162         * 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.
59163         * 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.
59164         * platform/efl-wk1/fast/block/basic/020-expected.txt: Copied from LayoutTests/platform/efl/fast/block/basic/020-expected.txt.
59165         * platform/efl-wk2/fast/block/basic/020-expected.txt: Removed.
59166         * platform/efl/TestExpectations:
59167         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
59168         * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
59169         * platform/efl/fast/block/basic/020-expected.txt:
59170
59171 2012-12-10  Adam Klein  <adamk@chromium.org>
59172
59173         Fix expectations lint errors in r137231
59174         Unreviewed gardening.
59175
59176         * platform/chromium/TestExpectations:
59177
59178 2012-12-10  Adam Klein  <adamk@chromium.org>
59179
59180         Rewrite last occurrences of "Image" in TestExpectations to "ImageOnlyFailure".
59181         Unreviewed test expectations update.
59182
59183         * platform/chromium/TestExpectations:
59184
59185 2012-12-10  Adam Klein  <adamk@chromium.org>
59186
59187         Expand flakiness of move-by-line-001.html.
59188         Unreviewed gardening.
59189
59190         * platform/chromium/TestExpectations:
59191
59192 2012-12-10  Aaron Colwell  <acolwell@chromium.org>
59193
59194         Temporarily disable video-media-source-seek.html & video-media-source-state-changes.html
59195         https://bugs.webkit.org/show_bug.cgi?id=104584
59196
59197         Reviewed by Dirk Pranke.
59198
59199         Changes in Chromium needed for Bug 104581 and Bug 104583 will break these tests so they are
59200         being temporarily disabled until the Chromium & WebKit changes are both landed.
59201
59202         * platform/chromium/TestExpectations:
59203
59204 2012-12-10  Adam Klein  <adamk@chromium.org>
59205
59206         Mark an encrypted media test as failing after http://crrev.com/172175
59207         Unreviewed gardening.
59208
59209         * platform/chromium/TestExpectations:
59210
59211 2012-12-10  Min Qin  <qinmin@chromium.org>
59212
59213         Sending multi-touch events to the same Iframe
59214         https://bugs.webkit.org/show_bug.cgi?id=97973
59215
59216         Reviewed by Dimitri Glazkov.
59217
59218         Check that all multi-touch events are sent to the same iframe.
59219
59220         * fast/events/touch/multi-touch-inside-iframes-expected.txt: Added.
59221         * fast/events/touch/multi-touch-inside-iframes.html: Added.
59222         * fast/events/touch/resources/multi-touch-inside-iframes2.html: Added.
59223         * fast/events/touch/multi-touch-inside-nested-iframes-expected.txt: Added.
59224         * fast/events/touch/multi-touch-inside-nested-iframes.html: Added.
59225         * fast/events/touch/resources/multi-touch-inside-nested-iframes2.html: Added.
59226         * fast/events/touch/resources/multi-touch-inside-nested-iframes3.html: Added.
59227
59228 2012-12-10  Simon Fraser  <simon.fraser@apple.com>
59229
59230         When converting a layer into a tiled layer, ensure that we update the visible rect
59231         https://bugs.webkit.org/show_bug.cgi?id=104467
59232
59233         Reviewed by Darin Adler.
59234
59235         Test that resizes a layer over the tiled layer threshold, then dumps layer data.
59236         
59237         Mac-specific results added because only Mac dumps tile cache info.
59238
59239         * compositing/tiling/tiled-layer-resize-expected.txt: Added.
59240         * compositing/tiling/tiled-layer-resize.html: Added.
59241         * platform/mac/compositing/tiling/tiled-layer-resize-expected.txt: Added.
59242
59243 2012-12-10  Simon Fraser  <simon.fraser@apple.com>
59244
59245         Don't unconditionally repaint compositing layers when their size changes
59246         https://bugs.webkit.org/show_bug.cgi?id=104461
59247
59248         Reviewed by Sam Weinig.
59249
59250         Test that dumps repaint rects after adding content to a compositing layer.
59251
59252         * compositing/repaint/resize-repaint-expected.txt: Added.
59253         * compositing/repaint/resize-repaint.html: Added.
59254
59255 2012-12-10  Ojan Vafai  <ojan@chromium.org>
59256
59257         Unreviewed, rolling out r134150.
59258         http://trac.webkit.org/changeset/134150
59259         https://bugs.webkit.org/show_bug.cgi?id=99940
59260
59261         Caused JS-based tooltips to remain during scroll on Facebook
59262         and Gmail. Rollout until I have time to experiment with less
59263         aggresive approaches.
59264
59265         * fast/scrolling/fake-mouse-event-throttling-expected.txt: Removed.
59266         * fast/scrolling/fake-mouse-event-throttling.html: Removed.
59267         * platform/mac/TestExpectations:
59268
59269 2012-12-10  Yi Shen  <max.hong.shen@gmail.com>
59270
59271         Keyboard caret movement in textarea with RTL Override Character can make tab unresponsive
59272         https://bugs.webkit.org/show_bug.cgi?id=103067
59273
59274         Reviewed by Ryosuke Niwa.
59275
59276         New test for moving caret in textarea with RTL override character causes crash.
59277
59278         * editing/selection/move-by-character-crash-test-textarea-expected.txt: Added.
59279         * editing/selection/move-by-character-crash-test-textarea.html: Added.
59280
59281 2012-12-10  Dirk Pranke  <dpranke@chromium.org>
59282
59283         nrwt: use the default logic for skipping platform-specific tests for chromium
59284         https://bugs.webkit.org/show_bug.cgi?id=104403
59285
59286         Reviewed by Stephen White.
59287
59288         Remove a bunch of WONTFIX lines that will now be handled programmatically.
59289
59290         * platform/chromium-android/TestExpectations:
59291         * platform/chromium/TestExpectations:
59292
59293 2012-12-10  Dean Jackson  <dino@apple.com>
59294
59295         Unreviewed update to test results after http://trac.webkit.org/changeset/137200.
59296         The 'widows' and 'orphans' properties have an initial value of 'auto'.
59297
59298         * editing/pasteboard/onpaste-text-html-expected.txt:
59299         * fast/events/ondrop-text-html-expected.txt:
59300
59301 2012-12-10  Dean Jackson  <dino@apple.com>
59302
59303         Support for CSS widows and orphans
59304         https://bugs.webkit.org/show_bug.cgi?id=9410
59305
59306         Reviewed by Darin Adler.
59307
59308         A new, slightly more comprehensive, test for widows and orphans. We also
59309         now pass the existing widows and orphans tests from printing. And
59310         since the default value of the properties changed, update the
59311         computed style test as well.
59312
59313         * fast/css/getComputedStyle/computed-style-expected.txt: New auto value.
59314         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: New auto value.
59315         * fast/multicol/widows-and-orphans-expected.txt: Added.
59316         * fast/multicol/widows-and-orphans.html: Added.
59317         * printing/page-break-orphans-and-widows-expected.txt:
59318         * printing/page-break-orphans-expected.txt:
59319         * printing/page-break-widows-expected.txt:
59320         * svg/css/getComputedStyle-basic-expected.txt: New auto value.
59321
59322 2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
59323
59324         [EFL] Massive rebaseline after r137146
59325         https://bugs.webkit.org/show_bug.cgi?id=104576
59326
59327         Unreviewed EFL gardening.
59328
59329         Rebaseline several test cases after r137146.
59330
59331         * platform/efl/fast/text/atsui-spacing-features-expected.png:
59332         * platform/efl/fast/text/atsui-spacing-features-expected.txt:
59333         * platform/efl/fast/text/complex-text-opacity-expected.png:
59334         * platform/efl/fast/text/complex-text-opacity-expected.txt:
59335         * platform/efl/fast/text/international/bidi-AN-after-empty-run-expected.png:
59336         * platform/efl/fast/text/international/bidi-AN-after-empty-run-expected.txt:
59337         * platform/efl/fast/text/international/bidi-CS-after-AN-expected.png:
59338         * platform/efl/fast/text/international/bidi-CS-after-AN-expected.txt:
59339         * platform/efl/fast/text/international/bidi-neutral-run-expected.txt:
59340         * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
59341         * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
59342         * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
59343         * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
59344         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
59345         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
59346         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
59347         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
59348         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
59349         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
59350         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
59351         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
59352         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
59353         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
59354         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
59355         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
59356         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
59357         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
59358         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
59359         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
59360         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
59361         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
59362         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
59363         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
59364         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
59365         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
59366         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
59367         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
59368         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
59369         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
59370         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
59371         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
59372         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
59373         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
59374         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
59375         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
59376         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
59377         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
59378         * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.png:
59379         * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
59380         * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
59381         * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
59382         * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
59383         * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
59384         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
59385         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
59386         * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
59387         * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
59388         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
59389         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
59390         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
59391         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
59392         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
59393         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
59394         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
59395         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
59396         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
59397         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
59398         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
59399         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
59400         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
59401         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
59402         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
59403         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
59404         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
59405         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
59406         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
59407         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
59408         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
59409         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
59410         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
59411         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
59412         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
59413         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
59414         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
59415         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
59416         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
59417         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
59418         * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.png:
59419         * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
59420         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png:
59421         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
59422         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
59423         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
59424         * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
59425         * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
59426         * platform/efl/svg/text/bidi-text-query-expected.png:
59427         * platform/efl/svg/text/bidi-text-query-expected.txt:
59428         * platform/efl/svg/text/bidi-tspans-expected.png:
59429         * platform/efl/svg/text/bidi-tspans-expected.txt:
59430         * platform/efl/svg/text/text-intro-05-t-expected.png:
59431         * platform/efl/svg/text/text-intro-05-t-expected.txt:
59432
59433 2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
59434
59435         Unreviewed gardening.
59436
59437         Adding failure expectations for failing http tests that started
59438         failing on EFL and GTK after the Jhbuild libsoup was bumped to 2.40.0.
59439
59440         * platform/efl/TestExpectations:
59441         * platform/gtk/TestExpectations:
59442
59443 2012-12-10  Mike West  <mkwst@chromium.org>
59444
59445         Log to console when script is blocked by sandbox attributes.
59446         https://bugs.webkit.org/show_bug.cgi?id=104365
59447
59448         Reviewed by Ojan Vafai.
59449
59450         * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
59451         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
59452         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
59453         * fast/frames/sandboxed-iframe-scripting-expected.txt:
59454         * http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
59455         * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
59456         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
59457         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
59458         * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
59459         * http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
59460         * http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
59461         * media/video-controls-no-scripting-expected.txt:
59462             Rebaselining tests with new expectations.
59463
59464 2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
59465
59466         Unreviewed GTK gardening.
59467
59468         Fixing most of the expectations added in r137153, the baselines are missing so the expectations
59469         are changed according to that. The a11y gurus will have a look at them and determine what the
59470         baselines should look like and whether the tests can be fixed.
59471
59472         * platform/gtk/TestExpectations:
59473
59474 2012-12-10  Adam Klein  <adamk@chromium.org>
59475
59476         inspector/styles/styles-computed-trace still times out after r137156.
59477
59478         Unreviewed gardening.
59479
59480         * platform/chromium/TestExpectations:
59481
59482 2012-12-10  Ryosuke Niwa  <rniwa@webkit.org>
59483
59484         Removed failing test expectations for GTK+ port after r137107.
59485
59486         * platform/gtk/TestExpectations:
59487
59488 2012-12-10  Adam Klein  <adamk@chromium.org>
59489
59490         Chromium test expectations update after r137152.
59491         Unreviewed gardening.
59492
59493         * platform/chromium/TestExpectations:
59494
59495 2012-12-10  Alejandro Piñeiro  <apinheiro@igalia.com>
59496
59497         AX: wrong Enabled states on a ListBox
59498         https://bugs.webkit.org/show_bug.cgi?id=104483
59499
59500         Reviewed by Chris Fleizach.
59501
59502         * accessibility/listbox-enabled-states-expected.txt: Added.
59503         * accessibility/listbox-enabled-states.html: Added.
59504
59505 2012-12-10  Alexis Menard  <alexis@webkit.org>
59506
59507         [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag.
59508         https://bugs.webkit.org/show_bug.cgi?id=104539
59509
59510         Reviewed by Antonio Gomes.
59511
59512         Unskip the related CSS3 <position> type tests for background-position
59513         as now the feature is enabled by default.
59514
59515         * platform/win/TestExpectations:
59516         * platform/wincairo/TestExpectations:
59517
59518 2012-12-10  Adam Klein  <adamk@chromium.org>
59519
59520         Remove expectation of previously failing test.
59521         It passes after r137152.
59522
59523         Unreviewed gardening.
59524
59525         * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt: Removed.
59526
59527 2012-12-10  Eric Carlson  <eric.carlson@apple.com>
59528
59529         Add support for in-band text tracks to Mac port
59530         https://bugs.webkit.org/show_bug.cgi?id=103663
59531
59532         Reviewed by Sam Weinig.
59533
59534         Test for initial support for in-band text tracks. New test skipped on all ports that don't 
59535         have support in the media engine.
59536
59537         * media/content/counting-subtitled.m4v: Added.
59538         * media/track/track-in-band-expected.txt: Added.
59539         * media/track/track-in-band.html: Added.
59540         * platform/chromium/TestExpectations:
59541         * platform/efl/TestExpectations:
59542         * platform/gtk/TestExpectations:
59543         * platform/mac/TestExpectations:
59544         * platform/qt/TestExpectations:
59545         * platform/win/TestExpectations:
59546
59547 2012-12-10  Ilya Tikhonovsky  <loislo@chromium.org>
59548
59549         Unreviewed: Web Inspector: update test expectation for inspector/styles/styles-computed-trace.html.
59550         it is slow in debug version. ~20 sec on linux.
59551
59552         * platform/chromium/TestExpectations:
59553
59554 2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
59555
59556         Unreviewed GTK gardening.
59557
59558         Unskipping 8 failing accessibility tests, adding expected failures for them.
59559
59560         * platform/gtk/TestExpectations:
59561
59562 2012-12-10  Kent Tamura  <tkent@chromium.org>
59563
59564         Visual order of empty value placeholder in INPUT_MULTIPLE_FIELDS_UI is wrong in RTL
59565         https://bugs.webkit.org/show_bug.cgi?id=104438
59566
59567         Reviewed by Hajime Morita.
59568
59569         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
59570         * platform/chromium/TestExpectations:
59571         Update bug numbers and add time-multiple-fields-localization.html.
59572         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
59573         Adjust test scenario for the new behavior.
59574         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
59575         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
59576         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
59577
59578 2012-12-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.com>
59579
59580         [Soup] utilize multipart/x-mixed-replace support recently added to libsoup
59581         https://bugs.webkit.org/show_bug.cgi?id=94515
59582
59583         Reviewed by Martin Robinson.
59584
59585         * platform/efl/TestExpectations: adjust expectations for tests that now pass.
59586         * platform/gtk/TestExpectations: ditto.
59587         * platform/gtk-wk2/TestExpectations: add missing multipart tests expectations.
59588         * platform/gtk/http/tests/multipart/invalid-image-data-expected.png: new baseline
59589         * platform/gtk/http/tests/multipart/invalid-image-data-expected.txt: ditto.
59590
59591 2012-12-10  Zoltan Nyul  <zoltan.nyul@intel.com>
59592
59593         Implement testRunner.setViewModeMediaFeature() in WebKitTestRunner
59594         https://bugs.webkit.org/show_bug.cgi?id=103886
59595
59596         Reviewed by Kenneth Rohde Christiansen.
59597
59598         Unskipping the following tests for EFL WebKit2:
59599         fast/media/media-query-list-02.html
59600         fast/media/media-query-list-03.html
59601         fast/media/media-query-list-04.html
59602         fast/media/media-query-list-05.html
59603         fast/media/media-query-list-06.html
59604         fast/media/media-query-list-07.html
59605         fast/media/view-mode-media-feature.html
59606
59607         * platform/efl-wk2/TestExpectations:
59608
59609 2012-12-10  Martin Robinson  <mrobinson@igalia.com>
59610
59611         [GTK] Bring Harfbuzz-ng support to Gtk
59612         https://bugs.webkit.org/show_bug.cgi?id=92098
59613
59614         Reviewed by Gustavo Noronha Silva.
59615
59616         Update tests results that have changed due to the switch to HarfBuzz.
59617         In general, these are progressions or harmless metrics differences.
59618
59619         * platform/gtk: Update test results that have changed.
59620
59621 2012-12-10  Kent Tamura  <tkent@chromium.org>
59622
59623         [Chromium] Test expectation update
59624         https://bugs.webkit.org/show_bug.cgi?id=104548
59625
59626         * platform/chromium/TestExpectations:
59627         Hyphenation tests failure on WebKit-only checkout Linux
59628
59629 2012-12-10  Ilya Tikhonovsky  <loislo@chromium.org>
59630
59631         Unreviewed: update expectation for inspector/styles/svg-style.xhtml
59632
59633         * inspector/styles/svg-style-expected.txt:
59634         * platform/chromium/TestExpectations:
59635
59636 2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
59637
59638         Unreviewed GTK gardening.
59639
59640         Managing current failures on the 64-bit debug builder to get it green.
59641
59642         * platform/gtk/TestExpectations:
59643
59644 2012-12-10  Jussi Kukkonen  <jussi.kukkonen@intel.com>
59645
59646         [EFL] Remove duplicate expectations
59647         https://bugs.webkit.org/show_bug.cgi?id=104526
59648
59649         Unreviewed gardening: collect all WebAudio-related skips
59650         to one place.
59651
59652         * platform/efl-wk2/TestExpectations:
59653         * platform/efl/TestExpectations:
59654
59655 2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
59656
59657         Unreviewed GTK gardening.
59658
59659         Removing failure expectations for the MicroData tests that were fixed in r137107.
59660
59661         * platform/gtk/TestExpectations:
59662
59663 2012-12-10  Pavel Feldman  <pfeldman@chromium.org>
59664
59665         Web Inspector: console broken? - console.dirxml behaves like console.log
59666         https://bugs.webkit.org/show_bug.cgi?id=104245
59667
59668         Reviewed by Vsevolod Vlasov.
59669
59670         * inspector/console/console-dirxml-expected.txt:
59671         * inspector/console/console-dirxml.html:
59672         * platform/chromium/TestExpectations:
59673
59674 2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
59675
59676         Unreviewed EFL gardening.
59677
59678         Unskip 5 MicroData test cases that were fixed in r137107.
59679
59680         * platform/efl/TestExpectations:
59681
59682 2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
59683
59684         Unreviewed EFL gardening.
59685
59686         Add fast/canvas/webgl tests to TestExpectations since they
59687         sometimes crash on the bots.
59688
59689         * platform/efl/TestExpectations:
59690
59691 2012-12-10  Joanmarie Diggs  <jdiggs@igalia.com>
59692
59693         [GTK] accessibility/language-attribute.html is failing
59694         https://bugs.webkit.org/show_bug.cgi?id=98369
59695
59696         Reviewed by Chris Fleizach.
59697
59698         The test is failing for two reasons: Not exposing the language
59699         for accessible objects and AccessibilityUIElement::language() not
59700         being implemented.
59701
59702         * accessibility/language-attribute.html: Modified the test to work with
59703         both Mac and Atk platforms. (The former exposes static text objects as
59704         accessibles; the latter folds the text into the parent element.)
59705         * platform/gtk/TestExpectations: Unskipped the previously-failing test.
59706
59707 2012-12-10  Joanmarie Diggs  <jdiggs@igalia.com>
59708
59709         [GTK] accessibility/editable-webarea-context-menu-point.html is failing
59710         https://bugs.webkit.org/show_bug.cgi?id=98364
59711
59712         Reviewed by Chris Fleizach.
59713
59714         This test seems to be Mac-specific. Therefore, move the test to that
59715         platform and remove the skips from the other platforms.
59716
59717         * platform/chromium/TestExpectations: Remove editable-webarea-context-menu-point.html
59718         * platform/efl-wk2/TestExpectations: Remove editable-webarea-context-menu-point.html
59719         * platform/gtk-wk2/TestExpectations: Remove editable-webarea-context-menu-point.html
59720         * platform/gtk/TestExpectations: Remove editable-webarea-context-menu-point.html
59721         * platform/mac/accessibility/editable-webarea-context-menu-point-expected.txt: Renamed from LayoutTests/accessibility/editable-webarea-context-menu-point-expected.txt.
59722         * platform/mac/accessibility/editable-webarea-context-menu-point.html: Renamed from LayoutTests/accessibility/editable-webarea-context-menu-point.html.
59723         * platform/win/TestExpectations: Remove editable-webarea-context-menu-point.html
59724         * platform/wincairo/TestExpectations: Remove editable-webarea-context-menu-point.html
59725
59726 2012-12-09  Takashi Sakamoto  <tasak@google.com>
59727
59728         [Shadow DOM]: reset-style-inheritance doesn't work for insertion point
59729         https://bugs.webkit.org/show_bug.cgi?id=103711
59730
59731         Reviewed by Hajime Morita.
59732
59733         * fast/dom/shadow/insertion-point-resetStyleInheritance-expected.txt:
59734         * fast/dom/shadow/insertion-point-resetStyleInheritance.html:
59735         Added two more basic tests to cover <content reset-style-inheritance>
59736         and <shadow reset-style-inheritance>.
59737
59738 2012-12-09  Huang Dongsung  <luxtella@company100.net>
59739
59740         [Qt] Gardening after r137006.
59741         https://bugs.webkit.org/show_bug.cgi?id=104432
59742
59743         Reviewed by Kentaro Hara.
59744
59745         Update existing tests that are affected by r137006.
59746
59747         * compositing/rtl/rtl-iframe-absolute-expected.txt:
59748         * compositing/rtl/rtl-iframe-fixed-expected.txt:
59749         * compositing/rtl/rtl-iframe-relative-expected.txt:
59750         * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
59751         * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
59752         * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
59753         * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
59754         * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
59755         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
59756         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
59757         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
59758         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
59759         * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
59760         * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
59761         * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
59762         * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
59763         * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
59764         * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
59765         * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
59766         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
59767         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
59768         * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
59769         * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
59770         * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
59771         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
59772         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
59773         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
59774         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
59775         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
59776         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
59777         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
59778         * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
59779         * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
59780         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
59781         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
59782         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
59783         * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
59784         * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
59785         * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
59786         * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
59787
59788 2012-12-09  Kangil Han  <kangil.han@samsung.com>
59789
59790         [EFL][WK1] Gardening for Accelerated Compositing
59791         https://bugs.webkit.org/show_bug.cgi?id=104466
59792
59793         Unreviewed, EFL gardening.
59794
59795         As EFL WK1 does not support Accelerated Compositing, related cases should be skipped from layout tests.
59796
59797         * platform/efl-wk1/TestExpectations:
59798
59799 2012-12-09  Noel Gordon  <noel.gordon@gmail.com>
59800
59801         [Chromium] Unreviewed gardening: broken or flakey hardness perftests
59802
59803         fast/harness/perftests/runs-per-second-iterations.html
59804         fast/harness/perftests/perf-runner-compute-statistics.html
59805         fast/harness/perftests/runs-per-second-log.html
59806
59807         * platform/chromium/TestExpectations:
59808
59809 2012-12-09  Joanmarie Diggs  <jdiggs@igalia.com>
59810
59811         [GTK] accessibility/placeholder.html is failing
59812         https://bugs.webkit.org/show_bug.cgi?id=98373
59813
59814         Reviewed by Martin Robinson.
59815
59816         The test was failing because the placeholder text was not supported and
59817         AccessibilityUIElement::stringAttributeValue() was not implemented.
59818
59819         * platform/gtk/TestExpectations: Unskip the failing test
59820
59821 2012-12-09  Zan Dobersek  <zandobersek@gmail.com>
59822
59823         Unreviewed GTK gardening.
59824
59825         Adding failure expectations for 15 layout tests that started failing after libxml2
59826         version used in Jhbuild was bumped in r137090.
59827
59828         * platform/gtk/TestExpectations:
59829
59830 2012-12-09  Stephen White  <senorblanco@chromium.org>
59831
59832         [Chromium] Unreviewed gardening.
59833
59834         * platform/chromium/TestExpectations:
59835
59836 2012-12-09  Pavel Feldman  <pfeldman@chromium.org>
59837
59838         Web Inspector: do not treat object as equal to itself when logging to console
59839         https://bugs.webkit.org/show_bug.cgi?id=104487
59840
59841         Reviewed by Alexander Pavlov.
59842
59843         * inspector/console/console-object-preview-expected.txt: Added.
59844         * inspector/console/console-object-preview.html: Added.
59845
59846 2012-12-09  Joanmarie Diggs  <jdiggs@igalia.com>
59847
59848         [GTK] accessibility/canvas-fallback-content.html is failing
59849         https://bugs.webkit.org/show_bug.cgi?id=98362
59850
59851         Reviewed by Martin Robinson.
59852
59853         The failure was due to platform-specific expectations of the accessible
59854         role reported for comboboxes. The solution was conditionalizing the test.
59855
59856         * accessibility/canvas-fallback-content.html: Base expected role on platform.
59857         * platform/gtk/TestExpectations: Unskipped the test.
59858         * platform/gtk/accessibility/canvas-fallback-content-expected.txt: Added.
59859
59860 2012-12-09  Stephen White  <senorblanco@chromium.org>
59861
59862         [Chromium] Unreviewed gardening.
59863
59864         * platform/chromium/TestExpectations:
59865
59866 2012-12-09  Stephen White  <senorblanco@chromium.org>
59867
59868         Try to fix a finnicky reftest.
59869         https://bugs.webkit.org/show_bug.cgi?id=104486
59870
59871         Reviewed by Simon Fraser.
59872
59873         This reftest fails on Chromium Mac since the leftmost pixel of the 'T'
59874         of 'Text' is clipped in composited mode, and non-clipped in software
59875         painting.  Not sure exactly why, but a lowercase 't' doesn't seem to
59876         have this problem.
59877
59878         * compositing/background-color/background-color-change-to-text-expected.html:
59879         * compositing/background-color/background-color-change-to-text.html:
59880         * platform/chromium-mac/compositing/background-color/background-color-change-to-text-expected.png: Removed.
59881         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/background-color/background-color-change-to-text-expected.png: Removed.
59882         * platform/chromium/TestExpectations:
59883
59884 2012-12-09  Stephen White  <senorblanco@chromium.org>
59885
59886         [Chromium] Unreviewed gardening.
59887
59888         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
59889         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
59890         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
59891         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
59892         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
59893         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
59894         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
59895         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
59896         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
59897         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
59898         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
59899         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
59900         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
59901         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
59902         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
59903         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
59904         * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
59905         * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
59906         * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added.
59907         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
59908         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
59909         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
59910         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
59911         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
59912         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
59913         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
59914         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
59915         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
59916         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
59917         * platform/chromium/TestExpectations:
59918         * platform/chromium/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
59919         * platform/chromium/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
59920         * platform/chromium/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
59921         * platform/chromium/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
59922
59923 2012-12-09  Mihnea Ovidenie  <mihnea@adobe.com>
59924
59925         Unreviewed. Unskip a skipped test for which i have added expectation in http://trac.webkit.org/changeset/135851.
59926
59927         * platform/gtk-wk2/TestExpectations:
59928
59929 2012-12-09  Joanmarie Diggs  <jdiggs@igalia.com>
59930
59931         [GTK] accessibility/label-for-control-hittest.html is failing
59932         https://bugs.webkit.org/show_bug.cgi?id=98368
59933
59934         Reviewed by Martin Robinson.
59935
59936         Unskip the test having implemented AccessibilityUIElement::elementAtPoint.
59937
59938         * platform/gtk/TestExpectations: unskip accessibility/label-for-control-hittest.html
59939
59940 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
59941
59942         Unreviewed EFL gardening.
59943
59944         Mark 2 compositing/background-color ref tests introduced
59945         in r137006 as failing for WK2 EFL.
59946
59947         * platform/efl-wk2/TestExpectations:
59948
59949 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
59950
59951         Unreviewed EFL gardening.
59952
59953         Rebaseline 2 media/track test cases after r136991.
59954
59955         * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
59956         * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
59957
59958 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
59959
59960         Unreviewed EFL gardening.
59961
59962         Mark inspector/styles/import-pseudoclass-crash.html as crashing
59963         since it is hitting m_childRuleCSSOMWrappers.size() == ruleCount
59964         assertion after r136948.
59965
59966         * platform/efl-wk2/TestExpectations:
59967
59968 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
59969
59970         Unreviewed EFL gardening.
59971
59972         Skip fast/text/hyphenate-locale.html since the EFL port does
59973         not support hyphenation. Also remove wrong expected results
59974         for WK1 EFL.
59975
59976         * platform/efl-wk1/fast/text/hyphenate-locale-expected.png: Removed.
59977         * platform/efl-wk1/fast/text/hyphenate-locale-expected.txt: Removed.
59978         * platform/efl/TestExpectations:
59979
59980 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
59981
59982         Unreviewing gardening.
59983
59984         Rebaseline several compositing test cases after r137051.
59985
59986         * compositing/iframes/overlapped-nested-iframes-expected.txt:
59987         * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
59988         * compositing/rtl/rtl-iframe-absolute-expected.txt:
59989         * compositing/rtl/rtl-iframe-fixed-expected.txt:
59990         * compositing/rtl/rtl-iframe-relative-expected.txt:
59991         * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
59992         * compositing/tiling/huge-layer-add-remove-child-expected.txt:
59993         * compositing/tiling/huge-layer-with-layer-children-expected.txt:
59994         * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
59995
59996 2012-12-09  Sheriff Bot  <webkit.review.bot@gmail.com>
59997
59998         Unreviewed, rolling out r137053.
59999         http://trac.webkit.org/changeset/137053
60000         https://bugs.webkit.org/show_bug.cgi?id=104471
60001
60002         Broke PerformanceTests/Parser/html-parser.html (Requested by
60003         mkwst_ on #webkit).
60004
60005         * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
60006         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
60007         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
60008         * fast/frames/sandboxed-iframe-scripting-expected.txt:
60009         * http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
60010         * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
60011         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
60012         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
60013         * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
60014         * http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
60015         * http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
60016         * media/video-controls-no-scripting-expected.txt:
60017
60018 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
60019
60020         Unreviewed EFL gardening.
60021
60022         Rebaseline fast/js/global-constructors.html after WebGL
60023         was enabled for EFL port in r137050.
60024
60025         * platform/efl/fast/js/global-constructors-expected.txt:
60026
60027 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
60028
60029         Unreviewed EFL gardening.
60030
60031         Adding failure expectation for several MicroData test cases
60032         that started failing after r137003.
60033
60034         * platform/efl/TestExpectations:
60035
60036 2012-12-09  Zan Dobersek  <zandobersek@gmail.com>
60037
60038         Unreviewed GTK gardening.
60039
60040         Adding a failure expectation for an accelerated compositing layout test introduced in r136959.
60041         Adding failure expectations for MicroData layout tests that regressed in r137003.
60042
60043         * platform/gtk/TestExpectations:
60044
60045 2012-12-08  Kangil Han  <kangil.han@samsung.com>
60046
60047         [EFL][WK1] Gardening for WebGL
60048         https://bugs.webkit.org/show_bug.cgi?id=104464
60049
60050         Unreviewed, EFL gardening.
60051
60052         As EFL WK1 does not support WebGL, it should be skipped from layout tests.
60053
60054         * platform/efl-wk1/TestExpectations:
60055
60056 2012-12-08  Mike West  <mkwst@chromium.org>
60057
60058         Log to console when script is blocked by sandbox attributes.
60059         https://bugs.webkit.org/show_bug.cgi?id=104365
60060
60061         Reviewed by Ojan Vafai.
60062
60063         * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
60064         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
60065         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
60066         * fast/frames/sandboxed-iframe-scripting-expected.txt:
60067         * http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
60068         * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
60069         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
60070         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
60071         * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
60072         * http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
60073         * http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
60074         * media/video-controls-no-scripting-expected.txt:
60075             Rebaselining tests with new expectations.
60076
60077 2012-12-08  Kent Tamura  <tkent@chromium.org>
60078
60079         Add appearance tests for input[type=datetime-local]
60080         https://bugs.webkit.org/show_bug.cgi?id=104439
60081
60082         Reviewed by Kentaro Hara.
60083
60084         * fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.txt: Added.
60085         * fast/forms/datetimelocal/datetimelocal-appearance-basic.html: Added.
60086         * fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.txt: Added.
60087         * fast/forms/datetimelocal/datetimelocal-appearance-l10n.html: Added.
60088         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
60089         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
60090         Added.
60091         The placeholder strings "yyyy" "mm" "dd" are expected to be
60092         non-localized because they don't support
60093         setLangAttributeAwareFormControlUIEnabled(true).
60094         Note that sub-fields order of filled-outs input and empty inputs
60095         in ar-eg and he-il locales are mismatched. It will be addressed in
60096         webkit.org/b/104438.
60097         * platform/chromium/TestExpectations:
60098
60099 2012-12-08  No'am Rosenthal  <noam@webkit.org>
60100
60101         Use background color for GraphicsLayers when applicable
60102         https://bugs.webkit.org/show_bug.cgi?id=103786
60103
60104         Created new tests for composited background colors, update existing tests that are affected by the change,
60105         and created platform-specific overrides for Chromium, since it does not yet support composited background
60106         colors.
60107
60108         Reviewed by Simon Fraser.
60109
60110         * compositing/background-color/background-color-alpha-expected.html: Added.
60111         * compositing/background-color/background-color-alpha.html: Added.
60112         * compositing/background-color/background-color-change-to-text-expected.html: Added.
60113         * compositing/background-color/background-color-change-to-text.html: Added.
60114         * compositing/background-color/background-color-composite-expected.html: Added.
60115         * compositing/background-color/background-color-composite.html: Added.
60116         * compositing/background-color/background-color-container-expected.html: Added.
60117         * compositing/background-color/background-color-container.html: Added.
60118         * compositing/background-color/background-color-content-clip-expected.html: Added.
60119         * compositing/background-color/background-color-content-clip.html: Added.
60120         * compositing/background-color/background-color-padding-change-expected.html: Added.
60121         * compositing/background-color/background-color-padding-change.html: Added.
60122         * compositing/background-color/background-color-padding-clip-expected.html: Added.
60123         * compositing/background-color/background-color-padding-clip.html: Added.
60124         * compositing/background-color/background-color-simple-expected.html: Added.
60125         * compositing/background-color/background-color-simple.html: Added.
60126         * compositing/background-color/background-color-text-change-expected.html: Added.
60127         * compositing/background-color/background-color-text-change.html: Added.
60128         * compositing/background-color/background-color-text-clip-expected.html: Added.
60129         * compositing/background-color/background-color-text-clip.html: Added.
60130                 Added new tests for the specific functionality added, with the edge cases regarding composited
60131                 backgrounds.
60132
60133         * compositing/backing/no-backing-for-clip-expected.txt:
60134         * compositing/backing/no-backing-for-clip-overlap-expected.txt:
60135         * compositing/backing/no-backing-for-perspective-expected.txt:
60136         * compositing/columns/composited-in-paginated-expected.txt:
60137         * compositing/geometry/ancestor-overflow-change-expected.txt:
60138         * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
60139         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
60140         * compositing/geometry/clip-expected.txt:
60141         * compositing/geometry/composited-in-columns-expected.txt:
60142         * compositing/geometry/flipped-writing-mode-expected.txt:
60143         * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
60144         * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
60145         * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
60146         * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
60147         * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
60148         * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
60149         * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
60150         * compositing/geometry/preserve-3d-switching-expected.txt:
60151         * compositing/iframes/become-composited-nested-iframes-expected.txt:
60152         * compositing/iframes/become-overlapped-iframe-expected.txt:
60153         * compositing/iframes/composited-parent-iframe-expected.txt:
60154         * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
60155         * compositing/iframes/connect-compositing-iframe-expected.txt:
60156         * compositing/iframes/connect-compositing-iframe2-expected.txt:
60157         * compositing/iframes/connect-compositing-iframe3-expected.txt:
60158         * compositing/iframes/enter-compositing-iframe-expected.txt:
60159         * compositing/iframes/iframe-resize-expected.txt:
60160         * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
60161         * compositing/iframes/invisible-nested-iframe-show-expected.txt:
60162         * compositing/iframes/overlapped-iframe-expected.txt:
60163         * compositing/iframes/overlapped-iframe-iframe-expected.txt:
60164         * compositing/iframes/page-cache-layer-tree-expected.txt:
60165         * compositing/iframes/scrolling-iframe-expected.txt:
60166         * compositing/layer-creation/animation-overlap-with-children-expected.txt:
60167         * compositing/layer-creation/fixed-position-and-transform-expected.txt:
60168         * compositing/layer-creation/fixed-position-under-transform-expected.txt:
60169         * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
60170         * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
60171         * compositing/layer-creation/overlap-animation-expected.txt:
60172         * compositing/layer-creation/overlap-child-layer-expected.txt:
60173         * compositing/layer-creation/overlap-clipping-expected.txt:
60174         * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
60175         * compositing/layer-creation/overlap-transformed-layer-expected.txt:
60176         * compositing/layer-creation/overlap-transforms-expected.txt:
60177         * compositing/layer-creation/scroll-partial-update-expected.txt:
60178         * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
60179         * compositing/layer-creation/stacking-context-overlap-expected.txt:
60180         * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
60181         * compositing/layer-creation/translatez-overlap-expected.txt:
60182         * compositing/overflow-trumps-transform-style-expected.txt:
60183         * compositing/overflow/clip-descendents-expected.txt:
60184         * compositing/plugins/no-backing-store-expected.txt:
60185         * compositing/rtl/rtl-absolute-expected.txt:
60186         * compositing/rtl/rtl-absolute-overflow-expected.txt:
60187         * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
60188         * compositing/rtl/rtl-fixed-expected.txt:
60189         * compositing/rtl/rtl-fixed-overflow-expected.txt:
60190         * compositing/rtl/rtl-relative-expected.txt:
60191         * compositing/tiled-layers-hidpi-expected.txt:
60192         * compositing/visible-rect/2d-transformed-expected.txt:
60193         * compositing/visible-rect/3d-transform-style-expected.txt:
60194         * compositing/visible-rect/3d-transformed-expected.txt:
60195         * compositing/visible-rect/animated-expected.txt:
60196         * compositing/visible-rect/animated-from-none-expected.txt:
60197         * compositing/visible-rect/clipped-by-viewport-expected.txt:
60198         * compositing/visible-rect/clipped-visible-rect-expected.txt:
60199         * compositing/visible-rect/iframe-and-layers-expected.txt:
60200         * compositing/visible-rect/nested-transform-expected.txt:
60201         * compositing/visible-rect/scrolled-expected.txt:
60202         * css3/filters/filtered-compositing-descendant-expected.txt:
60203                 Updated existing tests that now print different layer-tree results.
60204
60205         * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-expected.txt.
60206         * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-overlap-expected.txt.
60207         * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-perspective-expected.txt.
60208         * platform/chromium/compositing/columns/composited-in-paginated-expected.txt: Copied from LayoutTests/compositing/columns/composited-in-paginated-expected.txt.
60209         * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt: Copied from LayoutTests/compositing/geometry/ancestor-overflow-change-expected.txt.
60210         * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt.
60211         * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt.
60212         * platform/chromium/compositing/geometry/clip-expected.txt: Copied from LayoutTests/compositing/geometry/clip-expected.txt.
60213         * platform/chromium/compositing/geometry/composited-in-columns-expected.txt: Copied from LayoutTests/compositing/geometry/composited-in-columns-expected.txt.
60214         * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt: Copied from LayoutTests/compositing/geometry/flipped-writing-mode-expected.txt.
60215         * 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.
60216         * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt.
60217         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-expected.txt.
60218         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt.
60219         * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-transformed-expected.txt.
60220         * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt: Copied from LayoutTests/compositing/geometry/preserve-3d-switching-expected.txt.
60221         * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Copied from LayoutTests/compositing/iframes/invisible-nested-iframe-hide-expected.txt.
60222         * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-and-transform-expected.txt.
60223         * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-under-transform-expected.txt.
60224         * 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.
60225         * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-animation-expected.txt.
60226         * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-child-layer-expected.txt.
60227         * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-clipping-expected.txt.
60228         * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt.
60229         * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-layer-expected.txt.
60230         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt.
60231         * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt: Copied from LayoutTests/compositing/layer-creation/scroll-partial-update-expected.txt.
60232         * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-expected.txt.
60233         * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt.
60234         * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/translatez-overlap-expected.txt.
60235         * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt: Copied from LayoutTests/compositing/overflow-trumps-transform-style-expected.txt.
60236         * platform/chromium/compositing/rtl/rtl-absolute-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-expected.txt.
60237         * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-expected.txt.
60238         * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt.
60239         * platform/chromium/compositing/rtl/rtl-fixed-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-expected.txt.
60240         * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-overflow-expected.txt.
60241         * platform/chromium/compositing/rtl/rtl-relative-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-relative-expected.txt.
60242         * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt: Copied from LayoutTests/css3/filters/filtered-compositing-descendant-expected.txt.
60243                 Create chromium-specific results since chromium does not yet support setContentsToBackgroundColor.
60244
60245 2012-12-08  Kondapally Kalyan  <kalyan.kondapally@intel.com>
60246
60247         [EFL] Enable WebGL by default.
60248         https://bugs.webkit.org/show_bug.cgi?id=102991.
60249
60250         Reviewed by Kenneth Rohde Christiansen.
60251
60252         Update TestExpectations file to enable WebGL tests.
60253
60254         * platform/efl/TestExpectations:
60255
60256 2012-12-08  Sheriff Bot  <webkit.review.bot@gmail.com>
60257
60258         Unreviewed, rolling out r137006.
60259         http://trac.webkit.org/changeset/137006
60260         https://bugs.webkit.org/show_bug.cgi?id=104446
60261
60262         Broke plugin painting on Mac (youtube, etc.) (Requested by
60263         thorton_ on #webkit).
60264
60265         * compositing/background-color/background-color-alpha-expected.html: Removed.
60266         * compositing/background-color/background-color-alpha.html: Removed.
60267         * compositing/background-color/background-color-change-to-text-expected.html: Removed.
60268         * compositing/background-color/background-color-change-to-text.html: Removed.
60269         * compositing/background-color/background-color-composite-expected.html: Removed.
60270         * compositing/background-color/background-color-composite.html: Removed.
60271         * compositing/background-color/background-color-container-expected.html: Removed.
60272         * compositing/background-color/background-color-container.html: Removed.
60273         * compositing/background-color/background-color-content-clip-expected.html: Removed.
60274         * compositing/background-color/background-color-content-clip.html: Removed.
60275         * compositing/background-color/background-color-padding-change-expected.html: Removed.
60276         * compositing/background-color/background-color-padding-change.html: Removed.
60277         * compositing/background-color/background-color-padding-clip-expected.html: Removed.
60278         * compositing/background-color/background-color-padding-clip.html: Removed.
60279         * compositing/background-color/background-color-simple-expected.html: Removed.
60280         * compositing/background-color/background-color-simple.html: Removed.
60281         * compositing/background-color/background-color-text-change-expected.html: Removed.
60282         * compositing/background-color/background-color-text-change.html: Removed.
60283         * compositing/background-color/background-color-text-clip-expected.html: Removed.
60284         * compositing/background-color/background-color-text-clip.html: Removed.
60285         * compositing/backing/no-backing-for-clip-expected.txt:
60286         * compositing/backing/no-backing-for-clip-overlap-expected.txt:
60287         * compositing/backing/no-backing-for-perspective-expected.txt:
60288         * compositing/columns/composited-in-paginated-expected.txt:
60289         * compositing/geometry/ancestor-overflow-change-expected.txt:
60290         * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
60291         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
60292         * compositing/geometry/clip-expected.txt:
60293         * compositing/geometry/composited-in-columns-expected.txt:
60294         * compositing/geometry/flipped-writing-mode-expected.txt:
60295         * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
60296         * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
60297         * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
60298         * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
60299         * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
60300         * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
60301         * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
60302         * compositing/geometry/preserve-3d-switching-expected.txt:
60303         * compositing/iframes/become-composited-nested-iframes-expected.txt:
60304         * compositing/iframes/become-overlapped-iframe-expected.txt:
60305         * compositing/iframes/composited-parent-iframe-expected.txt:
60306         * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
60307         * compositing/iframes/connect-compositing-iframe-expected.txt:
60308         * compositing/iframes/connect-compositing-iframe2-expected.txt:
60309         * compositing/iframes/connect-compositing-iframe3-expected.txt:
60310         * compositing/iframes/enter-compositing-iframe-expected.txt:
60311         * compositing/iframes/iframe-resize-expected.txt:
60312         * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
60313         * compositing/iframes/invisible-nested-iframe-show-expected.txt:
60314         * compositing/iframes/overlapped-iframe-expected.txt:
60315         * compositing/iframes/overlapped-iframe-iframe-expected.txt:
60316         * compositing/iframes/page-cache-layer-tree-expected.txt:
60317         * compositing/iframes/scrolling-iframe-expected.txt:
60318         * compositing/layer-creation/animation-overlap-with-children-expected.txt:
60319         * compositing/layer-creation/fixed-position-and-transform-expected.txt:
60320         * compositing/layer-creation/fixed-position-under-transform-expected.txt:
60321         * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
60322         * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
60323         * compositing/layer-creation/overlap-animation-expected.txt:
60324         * compositing/layer-creation/overlap-child-layer-expected.txt:
60325         * compositing/layer-creation/overlap-clipping-expected.txt:
60326         * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
60327         * compositing/layer-creation/overlap-transformed-layer-expected.txt:
60328         * compositing/layer-creation/overlap-transforms-expected.txt:
60329         * compositing/layer-creation/scroll-partial-update-expected.txt:
60330         * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
60331         * compositing/layer-creation/stacking-context-overlap-expected.txt:
60332         * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
60333         * compositing/layer-creation/translatez-overlap-expected.txt:
60334         * compositing/overflow-trumps-transform-style-expected.txt:
60335         * compositing/overflow/clip-descendents-expected.txt:
60336         * compositing/overflow/content-gains-scrollbars-expected.txt:
60337         * compositing/overflow/overflow-scrollbar-layers-expected.txt:
60338         * compositing/overflow/resize-painting-expected.txt:
60339         * compositing/plugins/no-backing-store-expected.txt:
60340         * compositing/rtl/rtl-absolute-expected.txt:
60341         * compositing/rtl/rtl-absolute-overflow-expected.txt:
60342         * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
60343         * compositing/rtl/rtl-fixed-expected.txt:
60344         * compositing/rtl/rtl-fixed-overflow-expected.txt:
60345         * compositing/rtl/rtl-relative-expected.txt:
60346         * compositing/tiled-layers-hidpi-expected.txt:
60347         * compositing/visible-rect/2d-transformed-expected.txt:
60348         * compositing/visible-rect/3d-transform-style-expected.txt:
60349         * compositing/visible-rect/3d-transformed-expected.txt:
60350         * compositing/visible-rect/animated-expected.txt:
60351         * compositing/visible-rect/animated-from-none-expected.txt:
60352         * compositing/visible-rect/clipped-by-viewport-expected.txt:
60353         * compositing/visible-rect/clipped-visible-rect-expected.txt:
60354         * compositing/visible-rect/iframe-and-layers-expected.txt:
60355         * compositing/visible-rect/nested-transform-expected.txt:
60356         * compositing/visible-rect/scrolled-expected.txt:
60357         * css3/filters/filtered-compositing-descendant-expected.txt:
60358         * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt: Removed.
60359         * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt: Removed.
60360         * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt: Removed.
60361         * platform/chromium/compositing/columns/composited-in-paginated-expected.txt: Removed.
60362         * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt: Removed.
60363         * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Removed.
60364         * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Removed.
60365         * platform/chromium/compositing/geometry/clip-expected.txt: Removed.
60366         * platform/chromium/compositing/geometry/composited-in-columns-expected.txt: Removed.
60367         * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt: Removed.
60368         * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Removed.
60369         * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Removed.
60370         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Removed.
60371         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Removed.
60372         * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Removed.
60373         * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt: Removed.
60374         * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Removed.
60375         * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt: Removed.
60376         * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt: Removed.
60377         * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Removed.
60378         * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt: Removed.
60379         * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt: Removed.
60380         * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt: Removed.
60381         * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Removed.
60382         * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt: Removed.
60383         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt: Removed.
60384         * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt: Removed.
60385         * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt: Removed.
60386         * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Removed.
60387         * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt: Removed.
60388         * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt: Removed.
60389         * platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt:
60390         * platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt:
60391         * platform/chromium/compositing/overflow/resize-painting-expected.txt:
60392         * platform/chromium/compositing/rtl/rtl-absolute-expected.txt: Removed.
60393         * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt: Removed.
60394         * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Removed.
60395         * platform/chromium/compositing/rtl/rtl-fixed-expected.txt: Removed.
60396         * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt: Removed.
60397         * platform/chromium/compositing/rtl/rtl-relative-expected.txt: Removed.
60398         * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt: Removed.
60399         * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
60400         * platform/mac/compositing/iframes/resizer-expected.txt:
60401         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
60402         * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
60403         * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
60404         * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
60405         * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
60406         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
60407
60408 2012-12-08  Stephen White  <senorblanco@chromium.org>
60409
60410         [Chromium] Unreviewed gardening.
60411
60412         * platform/chromium/TestExpectations:
60413
60414 2012-12-08  Stephen White  <senorblanco@chromium.org>
60415
60416         [Chromium] Unreviewed gardening.
60417
60418         * platform/chromium/TestExpectations:
60419
60420 2012-12-08  Adam Klein  <adamk@chromium.org>
60421
60422         HTMLTemplateElement.innerHTML should be parsed into the template contents owner document
60423         https://bugs.webkit.org/show_bug.cgi?id=104407
60424
60425         Reviewed by Eric Seidel.
60426
60427         * fast/dom/HTMLTemplateElement/innerHTML-inert-expected.txt: Added.
60428         * fast/dom/HTMLTemplateElement/innerHTML-inert.html: Added.
60429
60430 2012-12-07  Stephen White  <senorblanco@chromium.org>
60431
60432         [Chromium] Unreviewed gardening.
60433
60434         * platform/chromium-win-xp/fast/text/hyphenate-character-expected.txt: Added.
60435
60436 2012-12-07  Stephen White  <senorblanco@chromium.org>
60437
60438         [Chromium] Unreviewed gardening.
60439
60440         * platform/chromium-mac-lion/css3/flexbox/repaint-column-reverse-expected.png: Removed.
60441         * platform/chromium-mac-snowleopard/css3/flexbox/repaint-column-reverse-expected.png: Removed.
60442         * platform/chromium-win-xp/css3/flexbox/repaint-column-reverse-expected.png: Removed.
60443         * platform/chromium-win/css3/flexbox/repaint-column-reverse-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/repaint-column-reverse-expected.png.
60444
60445 2012-12-07  Stephen White  <senorblanco@chromium.org>
60446
60447         [Chromium] Unreviewed gardening.
60448
60449         * platform/chromium-mac/compositing/background-color/background-color-change-to-text-expected.png: Added.
60450         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/background-color/background-color-change-to-text-expected.png: Added.
60451
60452 2012-12-07  Stephen White  <senorblanco@chromium.org>
60453
60454         [Chromium] Unreviewed gardening.  Remove some incorrect baselines.
60455
60456         * platform/chromium-linux/compositing/backface-visibility/backface-visibility-webgl-expected.png: Removed.
60457         * platform/chromium-mac/compositing/backface-visibility/backface-visibility-webgl-expected.png: Removed.
60458         * platform/chromium/TestExpectations:
60459
60460 2012-12-07  Stephen White  <senorblanco@chromium.org>
60461
60462         [Chromium] Unreviewed gardening.
60463
60464         * platform/chromium-mac-lion/css3/flexbox/repaint-column-reverse-expected.png: Added.
60465         * platform/chromium-mac-snowleopard/css3/flexbox/repaint-column-reverse-expected.png: Added.
60466         * platform/chromium-mac/css3/flexbox/repaint-column-reverse-expected.png: Added.
60467
60468 2012-12-07  Stephen White  <senorblanco@chromium.org>
60469
60470         [Chromium] Unreviewed gardening.
60471
60472         * platform/chromium-linux/fast/text/hyphenate-character-expected.png: Added.
60473         * platform/chromium-linux/fast/text/hyphenate-character-expected.txt: Added.
60474         * platform/chromium-linux/fast/text/hyphenate-first-word-expected.png: Added.
60475         * platform/chromium-linux/fast/text/hyphenate-limit-before-after-expected.png: Added.
60476         * platform/chromium-linux/fast/text/hyphenate-limit-lines-expected.png: Added.
60477         * platform/chromium-linux/fast/text/hyphenate-locale-expected.png: Added.
60478         * platform/chromium-linux/fast/text/hyphens-expected.png: Added.
60479         * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.png: Added.
60480         * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.txt: Added.
60481         * platform/chromium-mac-lion/fast/text/hyphenate-limit-before-after-expected.png: Added.
60482
60483 2012-12-07  Stephen White  <senorblanco@chromium.org>
60484
60485         [Chromium] Unreviewed gardening.
60486
60487         * platform/chromium-linux/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
60488         * platform/chromium-mac-lion/fast/text/hyphenate-character-expected.png: Added.
60489         * platform/chromium-mac-lion/fast/text/hyphenate-character-expected.txt: Added.
60490         * platform/chromium-mac-lion/fast/text/hyphenate-first-word-expected.png: Added.
60491         * platform/chromium-mac-lion/fast/text/hyphenate-first-word-expected.txt: Added.
60492         * 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.
60493         * platform/chromium-mac-lion/fast/text/hyphenate-limit-lines-expected.png: Added.
60494         * platform/chromium-mac-lion/fast/text/hyphenate-limit-lines-expected.txt: Added.
60495         * platform/chromium-mac-lion/fast/text/hyphenate-locale-expected.png: Added.
60496         * platform/chromium-mac-lion/fast/text/hyphens-expected.png: Added.
60497         * platform/chromium-mac-lion/fast/text/hyphens-expected.txt: Added.
60498         * platform/chromium-mac-snowleopard/fast/text/hyphenate-character-expected.png:
60499         * platform/chromium-mac-snowleopard/fast/text/hyphenate-character-expected.txt: Added.
60500         * platform/chromium-mac-snowleopard/fast/text/hyphenate-first-word-expected.txt: Added.
60501         * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.png: Added.
60502         * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.txt:
60503         * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-lines-expected.png:
60504         * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-lines-expected.txt:
60505         * platform/chromium-mac-snowleopard/fast/text/hyphenate-locale-expected.png: Added.
60506         * platform/chromium-mac-snowleopard/fast/text/hyphens-expected.png:
60507         * platform/chromium-mac-snowleopard/fast/text/hyphens-expected.txt: Added.
60508         * platform/chromium-mac/fast/text/hyphenate-character-expected.png:
60509         * platform/chromium-mac/fast/text/hyphenate-character-expected.txt: Added.
60510         * platform/chromium-mac/fast/text/hyphenate-first-word-expected.png: Added.
60511         * platform/chromium-mac/fast/text/hyphenate-first-word-expected.txt: Added.
60512         * platform/chromium-mac/fast/text/hyphenate-limit-before-after-expected.png:
60513         * 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.
60514         * platform/chromium-mac/fast/text/hyphenate-limit-lines-expected.png: Added.
60515         * platform/chromium-mac/fast/text/hyphenate-limit-lines-expected.txt: Added.
60516         * platform/chromium-mac/fast/text/hyphenate-locale-expected.png: Added.
60517         * platform/chromium-mac/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/text/hyphenate-locale-expected.txt.
60518         * platform/chromium-mac/fast/text/hyphens-expected.png:
60519         * platform/chromium-mac/fast/text/hyphens-expected.txt: Added.
60520         * platform/chromium-mac/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
60521         * platform/chromium-win-xp/fast/text/hyphenate-character-expected.png: Added.
60522         * platform/chromium-win-xp/fast/text/hyphens-expected.png: Added.
60523         * platform/chromium-win-xp/fast/text/international/hindi-whitespace-expected.png: Added.
60524         * platform/chromium-win-xp/fast/text/international/hindi-whitespace-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/text/international/hindi-whitespace-expected.txt.
60525         * platform/chromium-win/fast/text/hyphenate-character-expected.png: Added.
60526         * platform/chromium-win/fast/text/hyphenate-character-expected.txt: Added.
60527         * platform/chromium-win/fast/text/hyphenate-first-word-expected.png: Added.
60528         * platform/chromium-win/fast/text/hyphenate-limit-before-after-expected.png: Added.
60529         * platform/chromium-win/fast/text/hyphenate-limit-lines-expected.png: Added.
60530         * platform/chromium-win/fast/text/hyphenate-locale-expected.png: Added.
60531         * platform/chromium-win/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/chromium/fast/text/hyphenate-locale-expected.txt.
60532         * platform/chromium-win/fast/text/hyphens-expected.png: Added.
60533         * platform/chromium-win/fast/text/international/hindi-whitespace-expected.png:
60534         * platform/chromium-win/fast/text/international/hindi-whitespace-expected.txt:
60535         * platform/chromium-win/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
60536         * platform/chromium/TestExpectations:
60537         * platform/chromium/fast/text/hyphenate-character-expected.png: Removed.
60538         * platform/chromium/fast/text/hyphenate-first-word-expected.png: Removed.
60539         * platform/chromium/fast/text/hyphenate-limit-before-after-expected.png: Removed.
60540         * platform/chromium/fast/text/hyphenate-limit-lines-expected.png: Removed.
60541         * platform/chromium/fast/text/hyphenate-locale-expected.png: Removed.
60542         * platform/chromium/fast/text/hyphens-expected.png: Removed.
60543         * platform/chromium/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
60544         * platform/efl-wk1/fast/text/hyphenate-character-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-character-expected.png.
60545         * platform/efl-wk1/fast/text/hyphenate-first-word-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-first-word-expected.png.
60546         * platform/efl-wk1/fast/text/hyphenate-limit-before-after-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-limit-before-after-expected.png.
60547         * platform/efl-wk1/fast/text/hyphenate-limit-lines-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-limit-lines-expected.png.
60548         * platform/efl-wk1/fast/text/hyphenate-locale-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-locale-expected.png.
60549         * platform/efl-wk1/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-locale-expected.txt.
60550         * platform/efl-wk1/fast/text/hyphens-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphens-expected.png.
60551
60552 2012-12-07  Alexis Menard  <alexis@webkit.org>
60553
60554         Enable CSS3 position offset for CSS Masking.
60555         https://bugs.webkit.org/show_bug.cgi?id=104252
60556
60557         Reviewed by Dirk Schulze.
60558
60559         Add coverage for the new cases. Both when setting the position with the
60560         longhand or with the shorthand.
60561
60562         * fast/masking/parsing-mask-expected.txt:
60563         * fast/masking/parsing-mask.html:
60564
60565 2012-12-07  No'am Rosenthal  <noam@webkit.org>
60566
60567         Use background color for GraphicsLayers when applicable
60568         https://bugs.webkit.org/show_bug.cgi?id=103786
60569
60570         Created new tests for composited background colors, update existing tests that are affected by the change,
60571         and created platform-specific overrides for Chromium, since it does not yet support composited background
60572         colors.
60573
60574         Reviewed by Simon Fraser.
60575
60576         * compositing/background-color/background-color-alpha-expected.html: Added.
60577         * compositing/background-color/background-color-alpha.html: Added.
60578         * compositing/background-color/background-color-change-to-text-expected.html: Added.
60579         * compositing/background-color/background-color-change-to-text.html: Added.
60580         * compositing/background-color/background-color-composite-expected.html: Added.
60581         * compositing/background-color/background-color-composite.html: Added.
60582         * compositing/background-color/background-color-container-expected.html: Added.
60583         * compositing/background-color/background-color-container.html: Added.
60584         * compositing/background-color/background-color-content-clip-expected.html: Added.
60585         * compositing/background-color/background-color-content-clip.html: Added.
60586         * compositing/background-color/background-color-padding-change-expected.html: Added.
60587         * compositing/background-color/background-color-padding-change.html: Added.
60588         * compositing/background-color/background-color-padding-clip-expected.html: Added.
60589         * compositing/background-color/background-color-padding-clip.html: Added.
60590         * compositing/background-color/background-color-simple-expected.html: Added.
60591         * compositing/background-color/background-color-simple.html: Added.
60592         * compositing/background-color/background-color-text-change-expected.html: Added.
60593         * compositing/background-color/background-color-text-change.html: Added.
60594         * compositing/background-color/background-color-text-clip-expected.html: Added.
60595         * compositing/background-color/background-color-text-clip.html: Added.
60596                 Added new tests for the specific functionality added, with the edge cases regarding composited
60597                 backgrounds.
60598
60599         * compositing/backing/no-backing-for-clip-expected.txt:
60600         * compositing/backing/no-backing-for-clip-overlap-expected.txt:
60601         * compositing/backing/no-backing-for-perspective-expected.txt:
60602         * compositing/columns/composited-in-paginated-expected.txt:
60603         * compositing/geometry/ancestor-overflow-change-expected.txt:
60604         * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
60605         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
60606         * compositing/geometry/clip-expected.txt:
60607         * compositing/geometry/composited-in-columns-expected.txt:
60608         * compositing/geometry/flipped-writing-mode-expected.txt:
60609         * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
60610         * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
60611         * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
60612         * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
60613         * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
60614         * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
60615         * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
60616         * compositing/geometry/preserve-3d-switching-expected.txt:
60617         * compositing/iframes/become-composited-nested-iframes-expected.txt:
60618         * compositing/iframes/become-overlapped-iframe-expected.txt:
60619         * compositing/iframes/composited-parent-iframe-expected.txt:
60620         * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
60621         * compositing/iframes/connect-compositing-iframe-expected.txt:
60622         * compositing/iframes/connect-compositing-iframe2-expected.txt:
60623         * compositing/iframes/connect-compositing-iframe3-expected.txt:
60624         * compositing/iframes/enter-compositing-iframe-expected.txt:
60625         * compositing/iframes/iframe-resize-expected.txt:
60626         * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
60627         * compositing/iframes/invisible-nested-iframe-show-expected.txt:
60628         * compositing/iframes/overlapped-iframe-expected.txt:
60629         * compositing/iframes/overlapped-iframe-iframe-expected.txt:
60630         * compositing/iframes/page-cache-layer-tree-expected.txt:
60631         * compositing/iframes/scrolling-iframe-expected.txt:
60632         * compositing/layer-creation/animation-overlap-with-children-expected.txt:
60633         * compositing/layer-creation/fixed-position-and-transform-expected.txt:
60634         * compositing/layer-creation/fixed-position-under-transform-expected.txt:
60635         * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
60636         * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
60637         * compositing/layer-creation/overlap-animation-expected.txt:
60638         * compositing/layer-creation/overlap-child-layer-expected.txt:
60639         * compositing/layer-creation/overlap-clipping-expected.txt:
60640         * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
60641         * compositing/layer-creation/overlap-transformed-layer-expected.txt:
60642         * compositing/layer-creation/overlap-transforms-expected.txt:
60643         * compositing/layer-creation/scroll-partial-update-expected.txt:
60644         * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
60645         * compositing/layer-creation/stacking-context-overlap-expected.txt:
60646         * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
60647         * compositing/layer-creation/translatez-overlap-expected.txt:
60648         * compositing/overflow-trumps-transform-style-expected.txt:
60649         * compositing/overflow/clip-descendents-expected.txt:
60650         * compositing/plugins/no-backing-store-expected.txt:
60651         * compositing/rtl/rtl-absolute-expected.txt:
60652         * compositing/rtl/rtl-absolute-overflow-expected.txt:
60653         * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
60654         * compositing/rtl/rtl-fixed-expected.txt:
60655         * compositing/rtl/rtl-fixed-overflow-expected.txt:
60656         * compositing/rtl/rtl-relative-expected.txt:
60657         * compositing/tiled-layers-hidpi-expected.txt:
60658         * compositing/visible-rect/2d-transformed-expected.txt:
60659         * compositing/visible-rect/3d-transform-style-expected.txt:
60660         * compositing/visible-rect/3d-transformed-expected.txt:
60661         * compositing/visible-rect/animated-expected.txt:
60662         * compositing/visible-rect/animated-from-none-expected.txt:
60663         * compositing/visible-rect/clipped-by-viewport-expected.txt:
60664         * compositing/visible-rect/clipped-visible-rect-expected.txt:
60665         * compositing/visible-rect/iframe-and-layers-expected.txt:
60666         * compositing/visible-rect/nested-transform-expected.txt:
60667         * compositing/visible-rect/scrolled-expected.txt:
60668         * css3/filters/filtered-compositing-descendant-expected.txt:
60669                 Updated existing tests that now print different layer-tree results.
60670
60671         * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-expected.txt.
60672         * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-overlap-expected.txt.
60673         * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-perspective-expected.txt.
60674         * platform/chromium/compositing/columns/composited-in-paginated-expected.txt: Copied from LayoutTests/compositing/columns/composited-in-paginated-expected.txt.
60675         * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt: Copied from LayoutTests/compositing/geometry/ancestor-overflow-change-expected.txt.
60676         * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt.
60677         * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt.
60678         * platform/chromium/compositing/geometry/clip-expected.txt: Copied from LayoutTests/compositing/geometry/clip-expected.txt.
60679         * platform/chromium/compositing/geometry/composited-in-columns-expected.txt: Copied from LayoutTests/compositing/geometry/composited-in-columns-expected.txt.
60680         * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt: Copied from LayoutTests/compositing/geometry/flipped-writing-mode-expected.txt.
60681         * 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.
60682         * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt.
60683         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-expected.txt.
60684         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt.
60685         * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-transformed-expected.txt.
60686         * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt: Copied from LayoutTests/compositing/geometry/preserve-3d-switching-expected.txt.
60687         * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Copied from LayoutTests/compositing/iframes/invisible-nested-iframe-hide-expected.txt.
60688         * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-and-transform-expected.txt.
60689         * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-under-transform-expected.txt.
60690         * 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.
60691         * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-animation-expected.txt.
60692         * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-child-layer-expected.txt.
60693         * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-clipping-expected.txt.
60694         * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt.
60695         * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-layer-expected.txt.
60696         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt.
60697         * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt: Copied from LayoutTests/compositing/layer-creation/scroll-partial-update-expected.txt.
60698         * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-expected.txt.
60699         * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt.
60700         * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/translatez-overlap-expected.txt.
60701         * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt: Copied from LayoutTests/compositing/overflow-trumps-transform-style-expected.txt.
60702         * platform/chromium/compositing/rtl/rtl-absolute-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-expected.txt.
60703         * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-expected.txt.
60704         * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt.
60705         * platform/chromium/compositing/rtl/rtl-fixed-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-expected.txt.
60706         * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-overflow-expected.txt.
60707         * platform/chromium/compositing/rtl/rtl-relative-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-relative-expected.txt.
60708         * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt: Copied from LayoutTests/css3/filters/filtered-compositing-descendant-expected.txt.
60709                 Create chromium-specific results since chromium does not yet support setContentsToBackgroundColor.
60710
60711 2012-12-07  Stephen White  <senorblanco@chromium.org>
60712
60713         [Chromium] Unreviewed gardening.
60714
60715         * platform/chromium/TestExpectations:
60716
60717 2012-12-07  Stephen White  <senorblanco@chromium.org>
60718
60719         [Chromium] Unreviewed gardening.  New baselines for new tests.
60720
60721         * platform/chromium-mac/css3/filters/effect-reference-after-expected.png: Added.
60722         * platform/chromium-mac/css3/filters/effect-reference-delete-expected.png: Added.
60723         * platform/chromium-mac/css3/filters/effect-reference-rename-expected.png: Added.
60724         * platform/chromium-win/css3/filters/effect-reference-after-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/effect-reference-after-expected.png.
60725         * platform/chromium-win/css3/filters/effect-reference-delete-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/effect-reference-delete-expected.png.
60726         * platform/chromium-win/css3/filters/effect-reference-rename-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/effect-reference-rename-expected.png.
60727
60728 2012-12-07  Adam Klein  <adamk@chromium.org>
60729
60730         MutationRecord addedNodes/removedNodes should never be null
60731         https://bugs.webkit.org/show_bug.cgi?id=98921
60732
60733         Reviewed by Ryosuke Niwa.
60734
60735         Updated nullity test to check for empty nodelists.
60736
60737         * fast/mutation/mutation-record-nullity-expected.txt:
60738         * fast/mutation/mutation-record-nullity.html:
60739
60740 2012-12-07  Emil A Eklund  <eae@chromium.org>
60741
60742         Unreviewed chromium-win rebaselines.
60743
60744         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Removed.
60745         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
60746
60747 2012-12-07  Dima Gorbik  <dgorbik@apple.com>
60748
60749         Implement general ::cue pseudo element for the <video>
60750         https://bugs.webkit.org/show_bug.cgi?id=104043
60751
60752         Reviewed by Eric Carlson.
60753
60754         * media/track/captions-webvtt/styling.vtt: Added.
60755         * media/track/track-css-all-cues-expected.txt: Added.
60756         * media/track/track-css-all-cues.html: Added.
60757
60758 2012-12-07  Kondapally Kalyan  <kalyan.kondapally@intel.com>
60759
60760         Fix webgl-depth-texture.html to match the test expectation.
60761         https://bugs.webkit.org/show_bug.cgi?id=104259.
60762
60763         Reviewed by Kenneth Russell.
60764
60765         The text expectation of this testcase expects to check for FrameBuffer status and compare the value
60766         using ShouldBe after creating the framebuffer.
60767         Currently, we do it only in case of adding a color buffer. This patch ensures that the Framebuffer
60768         Status check using ShouldBe is done in all cases.
60769
60770         * fast/canvas/webgl/webgl-depth-texture.html:
60771
60772 2012-12-06  Filip Pizlo  <fpizlo@apple.com>
60773
60774         Strange results calculating a square root in a loop
60775         https://bugs.webkit.org/show_bug.cgi?id=104247
60776         <rdar://problem/12826880>
60777
60778         Reviewed by Oliver Hunt.
60779
60780         * fast/js/dfg-cfg-simplify-redundant-dead-get-local-expected.txt: Added.
60781         * fast/js/dfg-cfg-simplify-redundant-dead-get-local.html: Added.
60782         * fast/js/jsc-test-list:
60783         * fast/js/script-tests/dfg-cfg-simplify-redundant-dead-get-local.js: Added.
60784         (getDist):
60785         (calcError):
60786
60787 2012-12-07  Emil A Eklund  <eae@chromium.org>
60788
60789         Unreviewed chromium rebaselines.
60790
60791         * platform/chromium-linux-x86/ietestcenter: Removed.
60792         * platform/chromium-linux/compositing/backface-visibility: Added.
60793         * platform/chromium-linux/compositing/backface-visibility/backface-visibility-webgl-expected.png: Added.
60794         * platform/chromium-mac/compositing/backface-visibility: Added.
60795         * platform/chromium-mac/compositing/backface-visibility/backface-visibility-webgl-expected.png: Added.
60796         * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing: Removed.
60797         * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Removed.
60798         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
60799
60800 2012-12-07  Emil A Eklund  <eae@chromium.org>
60801
60802         Unreviewed chromium rebaselines.
60803
60804         * platform/chromium-linux-x86/ietestcenter/css3: Removed.
60805         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
60806         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
60807         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
60808         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
60809         * platform/efl-wk1/ietestcenter/css3/bordersbackgrounds: Added.
60810         * platform/efl-wk1/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
60811         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Removed.
60812
60813 2012-12-07  Stephen Chenney  <schenney@chromium.org>
60814
60815         XMLSerializer is too aggressive in adding prefixes
60816         https://bugs.webkit.org/show_bug.cgi?id=104387
60817
60818         Reviewed by Ryosuke Niwa.
60819
60820         Add a test case for a prefix that is already set, but to a different name than the default.
60821
60822         * svg/custom/xlink-prefix-in-attributes.html:
60823         * svg/custom/xlink-prefix-in-attributes-expected.txt:
60824
60825 2012-12-07  Eric Carlson  <eric.carlson@apple.com>
60826
60827         Captions menu doesn't update to track changes
60828         https://bugs.webkit.org/show_bug.cgi?id=104393
60829
60830         Reviewed by Dean Jackson.
60831
60832         Test to ensure that the captions menu is updated as tracks added and removed.
60833
60834         * media/video-controls-captions-trackmenu-expected.txt:
60835         * media/video-controls-captions-trackmenu.html:
60836
60837 2012-12-07  Stephen White  <senorblanco@chromium.org>
60838
60839         CSS url() filters with forward references don't work
60840         https://bugs.webkit.org/show_bug.cgi?id=90405
60841
60842         Based on a patch by Keyar Hood.
60843
60844         Reviewed by Dirk Schulze.
60845
60846         * css3/filters/effect-reference-after-expected.txt: Added.
60847         * css3/filters/effect-reference-after.html: Added.
60848         * css3/filters/effect-reference-delete-crash-expected.txt: Added.
60849         * css3/filters/effect-reference-delete-crash.html: Added.
60850         * css3/filters/effect-reference-delete-expected.txt: Added.
60851         * css3/filters/effect-reference-delete.html: Added.
60852         * css3/filters/effect-reference-rename-expected.txt: Added.
60853         * css3/filters/effect-reference-rename.html: Added.
60854         * css3/filters/effect-reference-reset-style-delete-crash-expected.txt: Added.
60855         * css3/filters/effect-reference-reset-style-delete-crash.html: Added.
60856         * css3/filters/script-tests/effect-reference-delete-crash.js: Added.
60857         * css3/filters/script-tests/effect-reference-reset-style-delete-crash.js: Added.
60858         * svg/filters/filter-cycle.html: Added.
60859         * svg/filters/filter-cycle-expected.html: Added.
60860         * platform/chromium-linux/css3/filters/effect-reference-after-expected: Added.
60861         * platform/chromium-linux/css3/filters/effect-reference-delete-expected.png: Added.
60862         * platform/chromium-linux/css3/filters/effect-reference-rename-expected.png: Added.
60863         * platform/chromium/TestExpectations:
60864
60865 2012-12-07  Alexis Menard  <alexis@webkit.org>
60866
60867         Unreviewed EFL gardening.
60868
60869         css3/calc/background-position-parsing.html is now working as
60870         webkit.org/b/104131 has been fixed. I also rebased
60871         background_position_three_four_values-expected.png which was incorrect and
60872         now with the CSS3 background-position offsets it renders correctly.
60873
60874         * platform/efl-wk2/TestExpectations:
60875         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
60876
60877 2012-12-07  Alexis Menard  <alexis@webkit.org>
60878
60879         [Chromium] Enable CSS3 background-position offset by default.
60880         https://bugs.webkit.org/show_bug.cgi?id=104253
60881
60882         Reviewed by Tony Chang.
60883
60884         Enable by default the new CSS3 background position offsets therefore we
60885         can unskip the tests.
60886
60887         * platform/chromium/TestExpectations:
60888
60889 2012-12-07  James Simonsen  <simonjam@chromium.org>
60890
60891         [Chromium] Enable Intel's Resource Timing tests
60892         https://bugs.webkit.org/show_bug.cgi?id=104330
60893
60894         Reviewed by Tony Gentilcore.
60895
60896         * platform/chromium/TestExpectations: 2 fail because they rely on iframes.
60897
60898 2012-12-07  Robert Hogan  <robert@webkit.org>
60899
60900         REGRESSION(r127163): Content is offset to the right at rea.ru
60901         https://bugs.webkit.org/show_bug.cgi?id=103116
60902
60903         Reviewed by David Hyatt.
60904
60905         * fast/block/margin-collapse/self-collapsing-block-with-float-child-collapsed-margins-expected.html: Added.
60906         * fast/block/margin-collapse/self-collapsing-block-with-float-child-collapsed-margins.html: Added.
60907         * fast/block/margin-collapse/self-collapsing-block-with-float-child-expected.html: Added.
60908         * fast/block/margin-collapse/self-collapsing-block-with-float-child.html: Added.
60909
60910 2012-12-07  Mike West  <mkwst@chromium.org>
60911
60912         fast/frames/sandboxed-iframe-scripting.html contains very misleading comments.
60913         https://bugs.webkit.org/show_bug.cgi?id=104363
60914
60915         Reviewed by Darin Adler.
60916
60917         The comments in this test describe a state that is in fact the opposite
60918         of what's being tested. That confused me. This patch corrects the
60919         comments to make it clear that adding a sandbox attribute at runtime has
60920         no effect on the frame; the sandboxing flags are set when the nested
60921         browsing context is _navigated_, not when the attribute changes value.
60922
60923         Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-sandbox
60924
60925         * fast/frames/resources/sandboxed-iframe-script-dynamic.html:
60926         * fast/frames/sandboxed-iframe-scripting-expected.txt:
60927         * fast/frames/sandboxed-iframe-scripting.html:
60928
60929 2012-12-07  Antoine Quint  <graouts@apple.com>
60930
60931         Provide the backend for exposing the layer tree to the Web Inspector
60932         https://bugs.webkit.org/show_bug.cgi?id=103513
60933
60934         Reviewed by Pavel Feldman.
60935
60936         Adding a LayoutTest that exercises the various APIs and event exposed by the LayerTreeAgent.
60937         This test is skipped on EFL where ACCELERATED_COMPOSITING is not available.
60938
60939         * inspector-protocol/layer-tree-expected.txt: Added.
60940         * inspector-protocol/layer-tree.html: Added.
60941         * platform/efl/TestExpectations:
60942
60943 2012-12-07  Zan Dobersek  <zandobersek@gmail.com>
60944
60945         Unreviewed GTK gardening.
60946
60947         Adding an image mismatch expectation for fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002.html.
60948
60949         * platform/gtk/TestExpectations:
60950
60951 2012-12-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>
60952
60953         [TexMap] Can not do multiple accelerated animations
60954         https://bugs.webkit.org/show_bug.cgi?id=104364
60955
60956         Reviewed by Kenneth Rohde Christiansen.
60957
60958         Unskip test animating multiple accelerated properties.
60959
60960         * platform/qt/TestExpectations:
60961
60962 2012-10-03   Pavel Feldman  <pfeldman@chromium.org>
60963
60964         Web Inspector: provide a way to reload page with given script preprocessor.
60965         https://bugs.webkit.org/show_bug.cgi?id=80992
60966
60967         Reviewed by Yury Semikhatsky.
60968
60969         * http/tests/inspector/inspector-test.js:
60970         (initialize_InspectorTest.InspectorTest.hardReloadPage):
60971         (initialize_InspectorTest.InspectorTest.reloadPage):
60972         (initialize_InspectorTest.InspectorTest._innerReloadPage):
60973         * inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
60974         * inspector/debugger/debugger-script-preprocessor.html: Added.
60975         * platform/chromium/inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
60976
60977 2012-12-07  Alexander Pavlov  <apavlov@chromium.org>
60978
60979         Web Inspector: the "Sources" column is always empty in CSS selector profiles
60980         https://bugs.webkit.org/show_bug.cgi?id=104225
60981
60982         Reviewed by Pavel Feldman.
60983
60984         * inspector/profiler/selector-profiler-url-expected.txt: Added.
60985         * inspector/profiler/selector-profiler-url.html: Added.
60986
60987 2012-12-07  Ilya Tikhonovsky  <loislo@chromium.org>
60988
60989         Web Inspector: enable inspector tests on chromium-mac.
60990         https://bugs.webkit.org/show_bug.cgi?id=104357
60991
60992         Reviewed by Pavel Feldman.
60993
60994         After chromium r171707 patch we can enable inspector tests on chromium-mac.
60995         Two expectation files were moved from chromium-win to chromium because chromium-mac doesn't inherit expectations from chromium-win.
60996         Expectations in chromium-mac were removed because they were added by mistake.
60997         [ Win Linux ] filter was removed because I need to add Mac but [ Mac Win Linux ] is equivalent to nothing.
60998
60999         * platform/chromium-mac/inspector/console/command-line-api-getEventListeners-expected.txt: Removed.
61000         * platform/chromium-mac/inspector/cookie-parser-expected.txt: Removed.
61001         * platform/chromium-mac/inspector/debugger/debugger-activation-crash2-expected.txt: Removed.
61002         * platform/chromium-mac/inspector/debugger/event-listener-breakpoints-expected.txt: Removed.
61003         * platform/chromium/TestExpectations:
61004         * platform/chromium/inspector/console/command-line-api-getEventListeners-expected.txt: Renamed from LayoutTests/platform/chromium-win/inspector/console/command-line-api-getEventListeners-expected.txt.
61005         * platform/chromium/inspector/debugger/debugger-scripts-expected.txt: Renamed from LayoutTests/platform/chromium-win/inspector/debugger/debugger-scripts-expected.txt.
61006
61007 2012-12-07  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
61008
61009         Unreviewed EFL gardening.
61010
61011         Remove platform-specific baselines for viewsource-attribute.html
61012         and viewsource-on-image-file.html as the current results matches
61013         base expectations. Also, add missing platform-specific baselines
61014         for fast/text/decorations-with-text-combine.html.
61015
61016         * platform/efl-wk2/fast/frames/viewsource-attribute-expected.png: Removed.
61017         * platform/efl-wk2/fast/frames/viewsource-attribute-expected.txt: Removed.
61018         * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.png: Removed.
61019         * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.txt: Removed.
61020         * platform/efl/fast/text/decorations-with-text-combine-expected.png: Added.
61021         * platform/efl/fast/text/decorations-with-text-combine-expected.txt: Added.
61022
61023 2012-12-07  János Badics  <jbadics@inf.u-szeged.hu>
61024
61025         [Qt] Gardening after r136857, r136893 and 136919.
61026         https://bugs.webkit.org/show_bug.cgi?id=104351
61027
61028         Reviewed by Csaba Osztrogonác.
61029
61030         r136857: skipped a newly added failing reftest.
61031         r136893: skipped two newly added xmlhttprequest tests
61032         r136919: skipped a test because layoutTestController.setBackingScaleFactor() is unimplemented
61033
61034         * platform/qt/TestExpectations:
61035
61036 2012-12-06  Filip Pizlo  <fpizlo@apple.com>
61037
61038         Incorrect inequality for checking whether a statement is within bounds of a handler
61039         https://bugs.webkit.org/show_bug.cgi?id=104313
61040         <rdar://problem/12808934>
61041
61042         Reviewed by Geoffrey Garen.
61043
61044         * fast/js/jsc-test-list:
61045         * fast/js/script-tests/try-catch-try-try-catch-try-finally-return-catch-finally.js: Added.
61046         (foo):
61047         * fast/js/try-catch-try-try-catch-try-finally-return-catch-finally-expected.txt: Added.
61048         * fast/js/try-catch-try-try-catch-try-finally-return-catch-finally.html: Added.
61049
61050 2012-12-06  Noel Gordon  <noel.gordon@gmail.com>
61051
61052         Unreviewed Gardening. More http://trac.webkit.org/changeset/136910. Add Chromium Linux results. 
61053
61054         * platform/chromium-linux/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks-expected.txt: Added.
61055         * platform/chromium-linux/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Added.
61056
61057 2012-12-06  James Simonsen  <simonjam@chromium.org>
61058
61059         [Resource Timing] Allow detailed timing on same origin sites
61060         https://bugs.webkit.org/show_bug.cgi?id=104328
61061
61062         Reviewed by Tony Gentilcore.
61063
61064         * platform/chromium/TestExpectations: This was mismarked as an iframe failure.
61065
61066 2012-12-06  Rick Byers  <rbyers@chromium.org>
61067
61068         CSS cursor property should support webkit-image-set
61069         https://bugs.webkit.org/show_bug.cgi?id=99493
61070
61071         Reviewed by Beth Dakin.
61072
61073         Add tests for parser round-tripping of cursor rules with -webkit-image-set,
61074         and also end-to-end mouse cursor tests that validate the cursor details
61075         ultimately used at different device scales.
61076
61077         Tests are disabled on ports other than chromium (require ENABLE(MOUSE_CURSOR_SCALE))
61078
61079         * fast/css/cursor-parsing-image-set-expected.txt: Added.
61080         * fast/css/cursor-parsing-image-set.html: Added.
61081         * fast/events/mouse-cursor-image-set-expected.txt: Added.
61082         * fast/events/mouse-cursor-image-set.html: Added.
61083         * fast/events/resources/greenbox200.png: Added.
61084         * fast/events/resources/greenbox30-hotspot28-3.cur: Added.
61085         * fast/events/resources/greenbox30.png: Added.
61086         * platform/efl/TestExpectations:
61087         * platform/gtk/TestExpectations:
61088         * platform/mac/TestExpectations:
61089         * platform/win/TestExpectations:
61090
61091 2012-12-06  Hayato Ito  <hayato@chromium.org>
61092
61093         Event's relatedTarget re-targeting does not occur for manually fired mouse events created by event.initMouseEvent().
61094         https://bugs.webkit.org/show_bug.cgi?id=102681
61095
61096         Reviewed by Dimitri Glazkov.
61097
61098         * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
61099         * fast/dom/shadow/shadow-dom-event-dispatching.html:
61100         * fast/events/dispatch-synthetic-mouseevent-expected.txt: Added.
61101         * fast/events/dispatch-synthetic-mouseevent.html: Added.
61102
61103 2012-12-06  Kunihiko Sakamoto  <ksakamoto@chromium.org>
61104
61105         Disabled file input box stops a certain other div from being rendered
61106         https://bugs.webkit.org/show_bug.cgi?id=104226
61107
61108         Reviewed by Dimitri Glazkov.
61109
61110         Add a test to ensure that sibling of disabled file input is correctly rendered.
61111
61112         * fast/forms/file/sibling-of-disabled-file-input-expected.txt: Added.
61113         * fast/forms/file/sibling-of-disabled-file-input.html: Added.
61114
61115 2012-12-06  Dominic Cooney  <dominicc@chromium.org>
61116
61117         Element.pseudo property should be prefixed
61118         https://bugs.webkit.org/show_bug.cgi?id=104060
61119
61120         Reviewed by Hajime Morita.
61121
61122         Updated tests.
61123
61124         * fast/dom/shadow/pseudo-attribute-dynamic.html:
61125         * fast/dom/shadow/pseudo-attribute-expected.txt:
61126         * fast/dom/shadow/pseudo-attribute-rendering.html:
61127         * fast/dom/shadow/pseudo-attribute.html:
61128         * fast/dom/shadow/shadow-pseudo-id.html:
61129
61130 2012-12-06  Li Yin  <li.yin@intel.com>
61131
61132         [Chromium] Unreviewed, webaudio/audioparam-connect-audioratesignal.html is flaky
61133         https://bugs.webkit.org/show_bug.cgi?id=87273
61134
61135         Remove audioparam-connect-audioratesignal.html from chromium/TestExpectations,
61136         since it no longer appears on the flakiness dashboard.
61137
61138         * platform/chromium/TestExpectations:
61139
61140 2012-12-06  Emil A Eklund  <eae@chromium.org>
61141
61142         Unreviewed chromium rebaseline for r136909.
61143
61144         * platform/chromium-win-xp/http/tests/w3c: Added.
61145         * platform/chromium-win-xp/http/tests/w3c/webperf: Added.
61146         * platform/chromium-win-xp/http/tests/w3c/webperf/submission: Added.
61147         * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel: Added.
61148         * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing: Added.
61149         * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Added.
61150         * platform/chromium-win/http/tests/w3c: Added.
61151         * platform/chromium-win/http/tests/w3c/webperf: Added.
61152         * platform/chromium-win/http/tests/w3c/webperf/submission: Added.
61153         * platform/chromium-win/http/tests/w3c/webperf/submission/Intel: Added.
61154         * platform/chromium-win/http/tests/w3c/webperf/submission/Intel/user-timing: Added.
61155         * platform/chromium-win/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks-expected.txt: Added.
61156         * platform/chromium-win/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Added.
61157
61158 2012-12-06  Philip Rogers  <pdr@google.com>
61159
61160         Unify SVG's animation and target tracking systems.
61161         https://bugs.webkit.org/show_bug.cgi?id=102655
61162
61163         Reviewed by Dirk Schulze.
61164
61165         * svg/animations/svg-animation-order-expected.html: Added.
61166         * svg/animations/svg-animation-order.html: Added.
61167         * svg/custom/svg-pending-twice-expected.html: Added.
61168         * svg/custom/svg-pending-twice.html: Added.
61169
61170 2012-12-06  James Simonsen  <simonjam@chromium.org>
61171
61172         [Chromium] Enable Resource Timing and User Timing
61173         https://bugs.webkit.org/show_bug.cgi?id=103788
61174
61175         Reviewed by Tony Gentilcore.
61176
61177         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_iframe_navigation.html: Removed. Incomplete, shouldn't have been submitted.
61178         * platform/chromium/TestExpectations: Remove 'Skip' expectations and add expected failures for iframes.
61179         * platform/chromium/fast/dom/Window/window-properties-performance-expected.txt: Added. Now includes User Timing and Resource Timing properties.
61180
61181 2012-12-06  Adam Klein  <adamk@chromium.org>
61182
61183         [HTMLTemplateElement] make content readonly and cloneNode(deep) clone content
61184         https://bugs.webkit.org/show_bug.cgi?id=104181
61185
61186         Reviewed by Adam Barth.
61187
61188         * fast/dom/HTMLTemplateElement/cloneNode-expected.txt:
61189         * fast/dom/HTMLTemplateElement/cloneNode.html:
61190         * fast/dom/HTMLTemplateElement/contentWrappers-expected.txt: Added.
61191         * fast/dom/HTMLTemplateElement/contentWrappers.html: Added.
61192         * fast/dom/HTMLTemplateElement/ownerDocument-expected.txt:
61193         * fast/dom/HTMLTemplateElement/ownerDocument.html:
61194
61195 2012-12-06  Emil A Eklund  <eae@chromium.org>
61196
61197         Unreviewed chromium rebaseline for r136885.
61198
61199         * platform/chromium-mac-lion/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
61200         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
61201         * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
61202         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
61203         * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
61204         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
61205         * platform/efl-wk1/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
61206         * platform/efl/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Removed.
61207
61208 2012-12-06  Jochen Eisinger  <jochen@chromium.org>
61209
61210         [chromium] when forwarding events through the WebPluginContainer, create a UserGestureIndicator if processing a user gesture
61211         https://bugs.webkit.org/show_bug.cgi?id=104306
61212
61213         Reviewed by Dimitri Glazkov.
61214
61215         * platform/chromium/plugins/user-gesture-expected.txt: Added.
61216         * platform/chromium/plugins/user-gesture.html: Added.
61217
61218 2012-12-06  David Grogan  <dgrogan@chromium.org>
61219
61220         IndexedDB: Add webkitErrorMessage to IDBTransaction
61221         https://bugs.webkit.org/show_bug.cgi?id=104199
61222
61223         Reviewed by Tony Chang.
61224
61225         Test for webkitErrorMessage in the three circumstances that can
61226         generate one:
61227         1) Bubble from operation error
61228         2) Uncaught exception in operation event handler
61229         3) Asynchronous abort from the backend
61230
61231         And fix a FIXME in the test.
61232
61233         * storage/indexeddb/resources/transaction-error.js:
61234         (testErrorFromRequest.trans.onabort):
61235         (testErrorFromRequest):
61236         (testErrorFromException.trans.onabort):
61237         (testErrorFromException):
61238         (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded.trans.onabort):
61239         (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded):
61240         (testErrorFromCommit.trans.oncomplete):
61241         (testErrorFromCommit):
61242         * storage/indexeddb/transaction-error-expected.txt:
61243
61244 2012-12-06  Alexander Shalamov  <alexander.shalamov@intel.com>
61245
61246         XMLHttpRequest Content-Type should be taken from Blob type
61247         https://bugs.webkit.org/show_bug.cgi?id=99983
61248
61249         Reviewed by Alexey Proskuryakov.
61250
61251         Added tests that check if content type is set correctly when blob object is sent.
61252
61253         * http/tests/xmlhttprequest/post-blob-content-type-expected.txt: Added.
61254         * http/tests/xmlhttprequest/post-blob-content-type.html: Added.
61255
61256 2012-12-06  Joshua Bell  <jsbell@chromium.org>
61257
61258         [Chromium] IndexedDB: storage/indexeddb/resources/cursor-advance.html flaky in content_shell after WK136782
61259         https://bugs.webkit.org/show_bug.cgi?id=104292
61260
61261         Reviewed by Tony Chang.
61262
61263         Test had a read-only transaction depending on the completion of a prior read-write transaction,
61264         which is not guaranteed by the spec. Switch from triggering the second transaction into the
61265         oncomplete of the first.
61266
61267         * storage/indexeddb/resources/cursor-advance.js:
61268         (populateObjectStore):
61269
61270 2012-12-06  Andrew Scherkus  <scherkus@chromium.org>
61271
61272         [Chromium] Unreviewed, rebaselining http/tests/media/video-buffered-range-contains-currentTime.html
61273         https://bugs.webkit.org/show_bug.cgi?id=104300
61274
61275         * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
61276         * platform/chromium-mac-lion/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
61277         * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
61278         * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
61279         * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
61280         * platform/chromium/TestExpectations:
61281
61282 2012-12-06  Xianzhu Wang  <wangxianzhu@chromium.org>
61283
61284         internals.settings.setEnableCompositingForFixedPosition() should be called before onload
61285         https://bugs.webkit.org/show_bug.cgi?id=104277
61286
61287         Fixed some tests that set enableCompositingForFixedPosition in onload handler which may not take effect because it is too late.
61288         Leave the image mismatches to bug 96839.
61289
61290         Reviewed by Simon Fraser.
61291
61292         * compositing/geometry/fixed-position-composited-page-scale-down.html:
61293         * compositing/geometry/fixed-position-composited-page-scale-scroll.html:
61294         * compositing/geometry/fixed-position-composited-page-scale.html:
61295         * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
61296         * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
61297         * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
61298         * compositing/geometry/fixed-position-transform-composited-page-scale.html:
61299         * compositing/layer-creation/fixed-position-out-of-view.html:
61300         * 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.
61301
61302 2012-12-06  Stephen White  <senorblanco@chromium.org>
61303
61304         [Chromium] Unreviewed gardening.
61305
61306         * platform/chromium/TestExpectations:
61307
61308 2012-12-06  Tony Chang  <tony@chromium.org>
61309
61310         REGRESSION(r135082): Restore the ability to insert author level style sheets from script
61311         https://bugs.webkit.org/show_bug.cgi?id=104042
61312
61313         Reviewed by Antti Koivisto.
61314
61315         Add a test that makes sure that an author level style is set.
61316
61317         * userscripts/insert-stylesheets-expected.txt: Added.
61318         * userscripts/insert-stylesheets.html: Added.
61319
61320 2012-12-06  Stephen White  <senorblanco@chromium.org>
61321
61322         [Chromium] Unreviewed gardening.
61323
61324         effect-reference-hw.html is failing (lighting has a Y-flip), but people
61325         seem tempted to rebaseline it.  Put the software result in its place
61326         for now, and mark it failing, so people aren't tempted to rebaseline it.
61327
61328         * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Removed.
61329         * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
61330         * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
61331         * platform/chromium/TestExpectations:
61332
61333 2012-12-06  Csaba Osztrogonác  <ossy@webkit.org>
61334
61335         [Qt] Unreviewed gardening, skip a new test because of missing test font.
61336
61337         * platform/qt/TestExpectations:
61338
61339 2012-12-06  Stephen White  <senorblanco@chromium.org>
61340
61341         [Chromium] Unreviewed gardening.
61342
61343         * platform/chromium-linux/fast/borders/border-radius-constraints-expected.png:
61344         * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
61345         * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
61346         * platform/chromium-mac-lion/fast/borders/border-radius-constraints-expected.png:
61347         * platform/chromium-mac-lion/fast/css/background-clip-radius-values-expected.png: Removed.
61348         * platform/chromium-mac-snowleopard/fast/borders/border-radius-constraints-expected.png:
61349         * platform/chromium-mac/fast/borders/border-radius-constraints-expected.png:
61350         * platform/chromium-mac/fast/borders/mixed-border-styles-radius-expected.png:
61351         * platform/chromium-mac/fast/css/background-clip-radius-values-expected.png:
61352         * platform/chromium-win/fast/borders/border-radius-constraints-expected.png:
61353         * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
61354         * platform/chromium-win/fast/css/background-clip-radius-values-expected.png: Added.
61355         * platform/chromium/TestExpectations:
61356
61357 2012-12-06  Stephen White  <senorblanco@chromium.org>
61358
61359         [Chromium] Unreviewed gardening.
61360
61361         Add some bug IDs to failing tests, and restore some old expectations.
61362         * platform/chromium/TestExpectations:
61363
61364 2012-12-06  Emil A Eklund  <eae@chromium.org>
61365
61366         Unreviewed chromium rebaselines.
61367
61368         * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
61369         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/masks: Removed.
61370         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Removed.
61371         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/shadows: Removed.
61372         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Removed.
61373         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/iframes: Added.
61374         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
61375
61376 2012-12-06  Justin Novosad  <junov@google.com>
61377
61378         New pixel baselines for fast/backgrounds/gradient-background-leakage.html
61379         https://bugs.webkit.org/show_bug.cgi?id=103896
61380
61381         Unreviewed
61382
61383         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-expected.png:
61384         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-expected.png:
61385         * platform/chromium/TestExpectations:
61386         * platform/efl-wk1/fast/backgrounds: Added.
61387         * platform/efl-wk1/fast/backgrounds/gradient-background-leakage-expected.png: Added.
61388         * platform/efl/fast/backgrounds/gradient-background-leakage-expected.png: Removed.
61389
61390 2012-12-06  Yael Aharon  <yael.aharon@intel.com>
61391
61392         Unreviewed gardening.
61393
61394         Add expected results for transforms/3d tests that are producing correct resulta.
61395
61396         * platform/efl/TestExpectations:
61397         * platform/efl/transforms/3d: Added.
61398         * platform/efl/transforms/3d/general: Added.
61399         * platform/efl/transforms/3d/general/perspective-non-layer-expected.png: Added.
61400         * platform/efl/transforms/3d/general/perspective-non-layer-expected.txt: Added.
61401         * platform/efl/transforms/3d/general/perspective-units-expected.png: Added.
61402         * platform/efl/transforms/3d/general/perspective-units-expected.txt: Added.
61403         * platform/efl/transforms/3d/hit-testing: Added.
61404         * platform/efl/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
61405         * platform/efl/transforms/3d/hit-testing/backface-hit-test-expected.txt: Added.
61406         * platform/efl/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
61407         * platform/efl/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt: Added.
61408         * platform/efl/transforms/3d/point-mapping: Added.
61409         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-2-expected.png: Added.
61410         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt: Added.
61411         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
61412         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt: Added.
61413         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
61414         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
61415         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt: Added.
61416         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
61417         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-expected.txt: Added.
61418         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
61419         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt: Added.
61420         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
61421         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt: Added.
61422
61423 2012-12-06  Stephen Chenney  <schenney@chromium.org>
61424
61425         Fix a bad rebaseline
61426
61427         Unreviewed expectations fix.
61428
61429         This test is apparently flaky and I put in the wrong flake.
61430
61431         * platform/chromium-mac-lion/svg/custom/mask-invalidation-expected.png: Removed.
61432         * platform/chromium-win/svg/custom/mask-invalidation-expected.png:
61433
61434 2012-12-06  Hans Muller  <hmuller@adobe.com>
61435
61436         [CSS Exclusions] Add support for computing the first included interval position.
61437         https://bugs.webkit.org/show_bug.cgi?id=103327
61438
61439         Test the rounded rectangle support for adjusting the top of a line downwards
61440         when the first word doesn't fit within the shape.
61441
61442         Reviewed by Levi Weintraub.
61443
61444         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-001-expected.html: Added.
61445         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-001.html: Added.
61446         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html: Added.
61447         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002.html: Added.
61448
61449 2012-12-06  Stephen Chenney  <schenney@chromium.org>
61450
61451         Rebaseline some expectations
61452
61453         Unreviewed expectations update
61454
61455         These test have expectations but apparently just need rebaselines.
61456         Some may still be flakey.
61457
61458         * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
61459         * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
61460         * platform/chromium-linux/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
61461         * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
61462         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
61463         * platform/chromium-mac-lion/svg/custom/mask-invalidation-expected.png: Added.
61464         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
61465         * platform/chromium-mac-snowleopard/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
61466         * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
61467         * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
61468         * platform/chromium-mac/svg/custom/radialGradient-focal-radius-expected.png: Added.
61469         * platform/chromium-mac/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
61470         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
61471         * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
61472         * platform/chromium-win/svg/css/group-with-shadow-expected.png:
61473         * platform/chromium-win/svg/custom/mask-invalidation-expected.png:
61474         * platform/chromium-win/svg/custom/mouse-move-on-svg-container-expected.png:
61475         * platform/chromium-win/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
61476         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.png:
61477         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
61478         * platform/chromium-win/svg/custom/radialGradient-focal-radius-expected.png: Added.
61479         * platform/chromium-win/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
61480         * platform/chromium/svg/custom/radialGradient-focal-radius-expected.png: Removed.
61481         * platform/chromium/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
61482         * platform/efl-wk1/svg/custom: Added.
61483         * platform/efl-wk1/svg/custom/radialGradient-focal-radius-expected.png: Added.
61484         * platform/efl/svg/custom/radialGradient-focal-radius-expected.png: Removed.
61485
61486 2012-12-06  Stephen Chenney  <schenney@chromium.org>
61487
61488         Test expectations update
61489         https://bugs.webkit.org/show_bug.cgi?id=104007
61490
61491         Unreviewed expectations update.
61492
61493         * platform/chromium-win/svg/custom/use-disappears-after-style-update-expected.png:
61494
61495 2012-12-06  W. James MacLean  <wjmaclean@chromium.org>
61496
61497         [chromium] Should apply link highlight to largest enclosing node with a handCursor.
61498         https://bugs.webkit.org/show_bug.cgi?id=104264
61499
61500         Reviewed by Adrienne Walker.
61501
61502         Add layout test to cover new functionality.
61503
61504         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested.html: Added.
61505         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested-expected.png: Added.
61506         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested-expected.txt: Added.
61507
61508 2012-12-06  Zan Dobersek  <zandobersek@gmail.com>
61509
61510         UndoManager layout tests should be removed
61511         https://bugs.webkit.org/show_bug.cgi?id=104246
61512
61513         Reviewed by Adam Barth.
61514
61515         The UndoManager feature support was removed from the source tree
61516         in r133326. The layout tests should be removed as well. As with
61517         the feature implementation, these too can be restored back when needed.
61518
61519         * editing/undomanager: Removed.
61520         * editing/undomanager/automatic-transaction-attribute-expected.txt: Removed.
61521         * editing/undomanager/automatic-transaction-attribute.html: Removed.
61522         * editing/undomanager/automatic-transaction-data-expected.txt: Removed.
61523         * editing/undomanager/automatic-transaction-data.html: Removed.
61524         * editing/undomanager/automatic-transaction-node-expected.txt: Removed.
61525         * editing/undomanager/automatic-transaction-node.html: Removed.
61526         * editing/undomanager/document-has-undomanager-expected.txt: Removed.
61527         * editing/undomanager/document-has-undomanager.html: Removed.
61528         * editing/undomanager/domtransaction-survives-gc-expected.txt: Removed.
61529         * editing/undomanager/domtransaction-survives-gc.html: Removed.
61530         * editing/undomanager/undomanager-isolated-world-expected.txt: Removed.
61531         * editing/undomanager/undomanager-isolated-world.html: Removed.
61532         * editing/undomanager/undomanager-item-expected.txt: Removed.
61533         * editing/undomanager/undomanager-item.html: Removed.
61534         * editing/undomanager/undomanager-reenter-expected.txt: Removed.
61535         * editing/undomanager/undomanager-reenter.html: Removed.
61536         * editing/undomanager/undomanager-transact-expected.txt: Removed.
61537         * editing/undomanager/undomanager-transact.html: Removed.
61538         * editing/undomanager/undomanager-undo-redo-expected.txt: Removed.
61539         * editing/undomanager/undomanager-undo-redo.html: Removed.
61540         * editing/undomanager/undoscopehost-use-after-free-expected.txt: Removed.
61541         * editing/undomanager/undoscopehost-use-after-free.html: Removed.
61542         * platform/chromium/TestExpectations:
61543         * platform/efl/TestExpectations:
61544         * platform/gtk/TestExpectations:
61545         * platform/mac/TestExpectations:
61546         * platform/qt-4.8/TestExpectations:
61547         * platform/qt-mac/TestExpectations:
61548         * platform/qt/TestExpectations:
61549         * platform/win/TestExpectations:
61550         * platform/wincairo/TestExpectations:
61551
61552 2012-12-06  Alexis Menard  <alexis@webkit.org>
61553
61554         [Mac] Unreviewed gardening after r136415.
61555
61556         r136415 enables the CSS3 background position offsets therefore this
61557         expected png needs to be updated with the new result (the correct one
61558         actually). It was not failing on the bot as the Apple Mac bot does not
61559         seem to run pixel tests.
61560
61561         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
61562
61563 2012-12-06  Tommy Widenflycht  <tommyw@google.com>
61564
61565         Speech Recognition API: Change the error code to a string on SpeechRecognitionError
61566         https://bugs.webkit.org/show_bug.cgi?id=104254
61567
61568         Reviewed by Adam Barth.
61569
61570         Adjusting tests.
61571
61572         * fast/events/constructors/speech-recognition-error-constructor-expected.txt:
61573         * fast/events/constructors/speech-recognition-error-constructor.html:
61574         * fast/speech/scripted/speechrecognition-errors-expected.txt:
61575         * fast/speech/scripted/speechrecognition-errors.html:
61576         * fast/speech/scripted/speechrecognitionerror-basics-expected.txt:
61577         * fast/speech/scripted/speechrecognitionerror-basics.html:
61578         * platform/chromium/fast/events/constructors/speech-recognition-error-constructor-expected.txt:
61579
61580 2012-12-06  Stephen Chenney  <schenney@chromium.org>
61581
61582         SVG <use> element inside an svg-as-image fails
61583         https://bugs.webkit.org/show_bug.cgi?id=104007
61584
61585         Reviewed by Eric Seidel.
61586
61587         Upon redraw, SVGImage calls layout on the document it is drawing into
61588         the image if the image, provided it believes the redraw does not need
61589         to be delayed. Unfortunately, when an SVG <use> element is modified
61590         (by animation, say) and regenerates its shadow tree, the destructors
61591         invoke redraw, causing the SVGImage to call layout on something that
61592         is in the process of being deleted. That's bad.
61593
61594         This change causes SVGImage to always delay the redraw. It is the most robust
61595         way to protect against this problem, as there may be any number of
61596         ways to cause this issue (a node being deleted in an svg-as-image
61597         target) and this protects against them all.
61598
61599         The test case crashes in Asan Chromium.
61600
61601         * platform/chromium-win/svg/custom/use-disappears-after-style-update-expected.png: Changed as a result of this change.
61602         * svg/as-image/animated-use-as-image-crash-expected.txt: Added.
61603         * svg/as-image/animated-use-as-image-crash.html: Added.
61604         * svg/as-image/resources/animated-href-on-use.svg: Added.
61605
61606 2012-12-06  Csaba Osztrogonác  <ossy@webkit.org>
61607
61608         [Qt] Unreviewed gardening, update an expected file.
61609
61610         * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
61611
61612 2012-12-06  Antoine Quint  <graouts@apple.com>
61613
61614         TextTrack's .cues not ordered correctly when two cues have the same .startTime
61615         https://bugs.webkit.org/show_bug.cgi?id=103266
61616
61617         Reviewed by Eric Carlson.
61618
61619         Unskip an Opera test that we now pass. Note that the original test has two issues that prompted
61620         changes in this patch. The first issue is https://www.w3.org/Bugs/Public/show_bug.cgi?id=20066
61621         and I've elected to comment the sub-test that fails and tracking turning it back on when the test
61622         is corrected with https://bugs.webkit.org/show_bug.cgi?id=104255. The second issue was in the sub-test
61623         that revealed the failure covered by this bug and had an issue acknowledged by the author
61624         (see https://www.w3.org/Bugs/Public/show_bug.cgi?id=20066) so I fixed it in our repository.
61625
61626         * media/track/opera/interfaces/TextTrack/cues-expected.txt: Added.
61627         * media/track/opera/interfaces/TextTrack/cues.html:
61628         * platform/chromium/TestExpectations:
61629         * platform/efl/TestExpectations:
61630         * platform/gtk/TestExpectations:
61631         * platform/mac/TestExpectations:
61632         * platform/qt/TestExpectations:
61633         * platform/win/TestExpectations:
61634
61635 2012-12-06  Zan Dobersek  <zandobersek@gmail.com>
61636
61637         Unreviewed GTK gardening.
61638
61639         Adding missing platform-specific baselines.
61640
61641         * platform/gtk/fast/text/decorations-with-text-combine-expected.png: Added.
61642         * platform/gtk/fast/text/decorations-with-text-combine-expected.txt: Added.
61643         * platform/gtk/fast/text/orientation-sideways-expected.png: Added.
61644         * platform/gtk/fast/text/orientation-sideways-expected.txt: Added.
61645
61646 2012-12-06  Yael Aharon  <yael.aharon@intel.com>
61647
61648         [EFL][Qt] fast/regions/autowidth-normalflow-maxwidth.html is failing
61649         https://bugs.webkit.org/show_bug.cgi?id=104160
61650
61651         Reviewed by Kenneth Rohde Christiansen.
61652
61653         The test fast/regions/autowidth-normalflow-maxwidth.html is failing for EFL and Qt
61654         because the test expects that the text of the test would fit in 400 pixels,
61655         but both for Qt and for EFL, the text requires more than that.
61656         Changed the test and the expectation ref-test to allow 450 pixels.
61657
61658         * fast/regions/autowidth-normalflow-maxwidth-expected.html:
61659         * fast/regions/autowidth-normalflow-maxwidth.html:
61660         * platform/efl-wk2/TestExpectations:
61661         * platform/qt-5.0-wk2/TestExpectations:
61662
61663 2012-12-06  Shinya Kawanaka  <shinyak@chromium.org>
61664
61665         Internals.getElementByIdInShadowRoot is nonsense now.
61666         https://bugs.webkit.org/show_bug.cgi?id=104241
61667
61668         Reviewed by Kent Tamura.
61669
61670         * fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt:
61671         * fast/dom/shadow/get-element-by-id-in-shadow-root.html:
61672         * fast/dom/shadow/resources/shadow-dom.js: Uses ShadowRoot.getElementById() instead.
61673         (getNodeInShadowTreeStack):
61674
61675 2012-12-06  Sheriff Bot  <webkit.review.bot@gmail.com>
61676
61677         Unreviewed, rolling out r136818.
61678         http://trac.webkit.org/changeset/136818
61679         https://bugs.webkit.org/show_bug.cgi?id=104249
61680
61681         simulatedClick does not work as per #chrmium irc. (Requested
61682         by hayato on #webkit).
61683
61684         * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
61685         * fast/dom/shadow/shadow-dom-event-dispatching.html:
61686         * fast/events/dispatch-synthetic-mouseevent-expected.txt: Removed.
61687         * fast/events/dispatch-synthetic-mouseevent.html: Removed.
61688
61689 2012-12-06  Pavel Podivilov  <podivilov@google.com>
61690
61691         [chromium] Unreviewed, fix baselines for plugins/npp-set-window-called-during-destruction.html on win7.
61692
61693         * platform/chromium-linux/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
61694         * platform/chromium-win-xp/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
61695         * platform/chromium-win/plugins/npp-set-window-called-during-destruction-expected.txt:
61696         * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
61697
61698 2012-12-06  Kent Tamura  <tkent@chromium.org>
61699
61700         [Chromium] Test expectation update
61701         https://bugs.webkit.org/show_bug.cgi?id=104210
61702         https://bugs.webkit.org/show_bug.cgi?id=103869
61703
61704         * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
61705         * platform/chromium-linux/fast/forms/date/date-appearance-l10n-expected.png:
61706         * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-elements-expected.png:
61707         * platform/chromium-linux/fast/forms/datetime/datetime-appearance-l10n-expected.png:
61708         * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png:
61709         * platform/chromium-linux/fast/forms/month/month-appearance-l10n-expected.png:
61710         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png:
61711         * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png:
61712         * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-elements-expected.png:
61713         * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png:
61714         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png:
61715         * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
61716         * platform/chromium-mac-lion/fast/forms/date/date-appearance-l10n-expected.png:
61717         * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-elements-expected.png:
61718         * platform/chromium-mac-lion/fast/forms/datetime/datetime-appearance-l10n-expected.png:
61719         * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
61720         * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png:
61721         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png:
61722         * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
61723         * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-elements-expected.png:
61724         * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
61725         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png:
61726         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
61727         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-l10n-expected.png:
61728         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-elements-expected.png:
61729         * platform/chromium-mac-snowleopard/fast/forms/datetime/datetime-appearance-l10n-expected.png:
61730         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
61731         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png:
61732         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png:
61733         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
61734         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-elements-expected.png:
61735         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
61736         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png:
61737         * platform/chromium-mac/fast/forms/date/date-appearance-l10n-expected.png:
61738         * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-elements-expected.png:
61739         * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png:
61740         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png:
61741         * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-elements-expected.png:
61742         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png:
61743         * platform/chromium-win-xp/fast/forms/date/date-appearance-l10n-expected.png:
61744         * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png:
61745         * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
61746         * platform/chromium-win/fast/forms/date/date-appearance-l10n-expected.png:
61747         * platform/chromium-win/fast/forms/date/date-appearance-pseudo-elements-expected.png:
61748         * platform/chromium-win/fast/forms/datetime/datetime-appearance-l10n-expected.png:
61749         * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png:
61750         * platform/chromium-win/fast/forms/month/month-appearance-l10n-expected.png:
61751         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png:
61752         * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png:
61753         * platform/chromium-win/fast/forms/time/time-appearance-pseudo-elements-expected.png:
61754         * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png:
61755         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png:
61756         * platform/chromium/TestExpectations:
61757
61758 2012-12-06  Kent Tamura  <tkent@chromium.org>
61759
61760         [Chromium] Update test expectations
61761         https://bugs.webkit.org/show_bug.cgi?id=103853
61762         https://bugs.webkit.org/show_bug.cgi?id=103869
61763
61764         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
61765         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61766         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
61767         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
61768         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
61769         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
61770         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
61771         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
61772         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
61773         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
61774         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
61775         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
61776         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
61777         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
61778         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
61779         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
61780         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
61781         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
61782         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
61783         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
61784         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
61785         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
61786         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
61787         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
61788         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
61789         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61790         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
61791         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
61792         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
61793         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
61794         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
61795         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
61796         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
61797         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
61798         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
61799         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
61800         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
61801         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
61802         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
61803         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
61804         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
61805         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
61806         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
61807         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
61808         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
61809         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
61810         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
61811         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
61812         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
61813         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61814         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
61815         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
61816         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
61817         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
61818         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
61819         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
61820         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
61821         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
61822         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
61823         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
61824         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
61825         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
61826         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
61827         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
61828         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
61829         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
61830         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
61831         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
61832         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
61833         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
61834         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
61835         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
61836         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
61837         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61838         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
61839         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
61840         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
61841         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
61842         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
61843         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
61844         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
61845         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
61846         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
61847         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
61848         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
61849         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
61850         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
61851         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
61852         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
61853         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
61854         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
61855         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
61856         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
61857         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
61858         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
61859         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
61860         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61861         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
61862         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
61863         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
61864         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
61865         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61866         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
61867         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
61868         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
61869         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
61870         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
61871         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
61872         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
61873         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
61874         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
61875         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
61876         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
61877         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
61878         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
61879         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
61880         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
61881         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
61882         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
61883         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
61884         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
61885         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
61886         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
61887         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
61888         * platform/chromium/TestExpectations:
61889
61890 2012-12-06  Hayato Ito  <hayato@chromium.org>
61891
61892         Event's relatedTarget re-targeting does not occur for manually fired mouse events created by event.initMouseEvent().
61893         https://bugs.webkit.org/show_bug.cgi?id=102681
61894
61895         Reviewed by Dimitri Glazkov.
61896
61897         * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
61898         * fast/dom/shadow/shadow-dom-event-dispatching.html:
61899         * fast/events/dispatch-synthetic-mouseevent-expected.txt: Added.
61900         * fast/events/dispatch-synthetic-mouseevent.html: Added.
61901
61902 2012-12-06  Zan Dobersek  <zandobersek@gmail.com>
61903
61904         Turn pixel tests in dom/xhtml/level3/core into reftests
61905         https://bugs.webkit.org/show_bug.cgi?id=103809
61906
61907         Reviewed by Dirk Pranke.
61908
61909         Turn 15 pixel tests under dom/xhtml/level3/core into reftests.
61910         The reference files are tailored so they present the same output that
61911         the pixel baselines (being removed) do.
61912
61913         * dom/xhtml/level3/core/canonicalform08-expected.html: Added.
61914         * dom/xhtml/level3/core/canonicalform09-expected.html: Added.
61915         * dom/xhtml/level3/core/documentgetinputencoding03-expected.html: Added.
61916         * dom/xhtml/level3/core/entitygetinputencoding02-expected.html: Added.
61917         * dom/xhtml/level3/core/entitygetxmlversion02-expected.html: Added.
61918         * dom/xhtml/level3/core/nodegetbaseuri05-expected.html: Added.
61919         * dom/xhtml/level3/core/nodegetbaseuri07-expected.html: Added.
61920         * dom/xhtml/level3/core/nodegetbaseuri09-expected.html: Added.
61921         * dom/xhtml/level3/core/nodegetbaseuri10-expected.html: Added.
61922         * dom/xhtml/level3/core/nodegetbaseuri11-expected.html: Added.
61923         * dom/xhtml/level3/core/nodegetbaseuri15-expected.html: Added.
61924         * dom/xhtml/level3/core/nodegetbaseuri17-expected.html: Added.
61925         * dom/xhtml/level3/core/nodegetbaseuri18-expected.html: Added.
61926         * dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.html: Added.
61927         * dom/xhtml/level3/core/nodelookupprefix19-expected.html: Added.
61928         * The now-unnecessary pixel and render tree baselines: Removed.
61929
61930 2012-12-05  Kent Tamura  <tkent@chromium.org>
61931
61932         [Chromium] Test expectation update
61933         https://bugs.webkit.org/show_bug.cgi?id=103869
61934
61935         * platform/chromium/TestExpectations:
61936         Fix duplicated entries.
61937
61938 2012-12-03  Kent Tamura  <tkent@chromium.org>
61939
61940         INPUT_MULTIPLE_FIELDS_UI doesn't show digits well in RTL locales
61941         https://bugs.webkit.org/show_bug.cgi?id=103869
61942
61943         Reviewed by Hajime Morita.
61944
61945         - Year fields and month fields are shrunk because we stop specifying
61946           min-width.
61947         - Focus rectangle for sub-fields get larger.
61948
61949         * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events.html:
61950         Need to update mouse click positions because we have some position/width
61951         changes in sub-fields.
61952         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events.html:
61953         Ditto.
61954         * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events.html:
61955         Ditto.
61956         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
61957         * platform/chromium-mac/fast/forms/datetime/datetime-l10n-expected.png:
61958         * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
61959         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
61960         * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
61961         * platform/chromium/TestExpectations:
61962
61963 2012-12-05  Shinya Kawanaka  <shinyak@chromium.org>
61964
61965         [Chromium] DRT on Windows crashes when a testcase has a progress element in indeterminate state
61966         https://bugs.webkit.org/show_bug.cgi?id=102459
61967
61968         Reviewed by Dimitri Glazkov.
61969
61970         * fast/dom/HTMLProgressElement/progress-element-indeterminate-crash-expected.txt: Added.
61971         * fast/dom/HTMLProgressElement/progress-element-indeterminate-crash.html: Added.
61972
61973 2012-12-05  Kent Tamura  <tkent@chromium.org>
61974
61975         INPUT_MULTIPLE_FIELDS_UI: The hour field and the am/pm field should support read-only state correctly
61976         https://bugs.webkit.org/show_bug.cgi?id=104210
61977
61978         Reviewed by Kentaro Hara.
61979
61980         * fast/forms/time/time-appearance-basic.html:
61981         Add test cases for step=86400 (24 hours)
61982         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
61983         * platform/chromium/TestExpectations:
61984
61985 2012-12-05  Dan Beam  <dbeam@chromium.org>
61986
61987         HTMLFormElement#requestAutocomplete() should require a user action
61988         https://bugs.webkit.org/show_bug.cgi?id=102320
61989
61990         Reviewed by Kent Tamura.
61991
61992         This patch dispatches an autocompleteerror when HTMLFormElement::requestAutocomplete() is called while not processing
61993         a user gesture.
61994
61995         * fast/forms/form-request-autocomplete.html:
61996
61997         Added a test to ensure that dispatching a call to HTMLFormElement#requestAutocomplete() in a setTimeout() (which will
61998         never be a user gesture) always fails.
61999
62000 2012-12-05  Andrei Bucur  <abucur@adobe.com>
62001
62002         [CSS Regions] Blocks don't relayout children if the width of a region changes
62003         https://bugs.webkit.org/show_bug.cgi?id=103993
62004
62005         Reviewed by David Hyatt.
62006
62007         The first test covers the case of reducing the width of a region for a block content node.
62008         The second test covers the case of expanding the width of a region for a block content node.
62009         The third test covers the case of reducing the width of a region for an inline content node.
62010
62011         * fast/regions/region-width-change-relayout-1-expected.html: Added.
62012         * fast/regions/region-width-change-relayout-1.html: Added.
62013         * fast/regions/region-width-change-relayout-2-expected.html: Added.
62014         * fast/regions/region-width-change-relayout-2.html: Added.
62015         * fast/regions/region-width-change-relayout-3-expected.html: Added.
62016         * fast/regions/region-width-change-relayout-3.html: Added.
62017
62018 2012-12-05  KyungTae Kim  <ktf.kim@samsung.com>
62019
62020         [WK2][EFL] Gardening. Rebase fast/block/basic/020.html
62021         https://bugs.webkit.org/show_bug.cgi?id=104195
62022
62023         Unreviewed Gardening.
62024
62025         The layer for "visibility:hidden;position:absolute;" object should be in RenderTree when USE(ACCELERATED_COMPOSITING),
62026         because the HiddenLayers are included in zOrderList when CompositingMode is on.
62027
62028         * platform/efl-wk2/fast/block/basic/020-expected.txt: Added.
62029         * platform/efl/TestExpectations:
62030
62031 2012-12-05  Joshua Bell  <jsbell@chromium.org>
62032
62033         IndexedDB: Allow multiple transactions to interleave request execution
62034         https://bugs.webkit.org/show_bug.cgi?id=97570
62035
62036         Reviewed by Tony Chang.
62037
62038         New tests for parallel transactions, update existing tests that relied on sequential execution.
62039
62040         * storage/indexeddb/database-close-expected.txt:
62041         * storage/indexeddb/mozilla/clear-expected.txt:
62042         * storage/indexeddb/mozilla/resources/clear.js: Split up transaction steps.
62043         * storage/indexeddb/resources/database-close.js: Don't log on individual transaction completion.
62044         * storage/indexeddb/resources/transaction-coordination-within-database.js: Added.
62045         * storage/indexeddb/resources/transaction-scope-sequencing.js: Added.
62046         * storage/indexeddb/resources/transaction-starvation.js: Added.
62047         * storage/indexeddb/transaction-coordination-within-database-expected.txt: Added.
62048         * storage/indexeddb/transaction-coordination-within-database.html: Added.
62049         * storage/indexeddb/transaction-scope-sequencing-expected.txt: Added.
62050         * storage/indexeddb/transaction-scope-sequencing.html: Added.
62051         * storage/indexeddb/transaction-starvation-expected.txt: Added.
62052         * storage/indexeddb/transaction-starvation.html: Added.
62053
62054 2012-12-05  Dan Bernstein  <mitz@apple.com>
62055
62056         Text decorations are rotated when text-combine takes effect
62057         https://bugs.webkit.org/show_bug.cgi?id=104172
62058
62059         Reviewed by Dave Hyatt.
62060
62061         * fast/text/decorations-with-text-combine.html: Added.
62062         * platform/chromium/TestExpectations: Added to tests missing platform-specific results.
62063         * platform/mac/fast/text/decorations-with-text-combine-expected.png: Added.
62064         * platform/mac/fast/text/decorations-with-text-combine-expected.txt: Added.
62065
62066 2012-12-05  Tony Chang  <tony@chromium.org>
62067
62068         Unreviewed, add Mac baselines after r136409 (mathml sup/sub box changes).
62069
62070         * platform/mac/TestExpectations:
62071         * platform/mac/mathml/presentation/roots-expected.txt:
62072         * platform/mac/mathml/presentation/row-alignment-expected.txt:
62073         * platform/mac/mathml/presentation/sub-expected.txt:
62074         * platform/mac/mathml/presentation/subsup-expected.txt:
62075         * platform/mac/mathml/presentation/sup-expected.txt:
62076         * platform/mac/mathml/presentation/tables-expected.txt:
62077
62078 2012-12-05  Leo Yang  <leoyang@rim.com>
62079
62080         Extra space in fast/css/image-resolution/image-resolution.html
62081         https://bugs.webkit.org/show_bug.cgi?id=104130
62082
62083         Reviewed by Emil A Eklund.
62084
62085         String returned by cssText doesn't include an extra tailing space.
62086         This patch is removing an expectation of the extra tailing space in the test.
62087
62088         * fast/css/image-resolution/image-resolution-expected.txt:
62089         * fast/css/image-resolution/image-resolution.html:
62090
62091 2012-12-05  Justin Novosad  <junov@google.com>
62092
62093         [skia] Improve performance of GraphicsContext::createCompatibleBuffer by using SkDevice:createCompatibleDevice
62094         https://bugs.webkit.org/show_bug.cgi?id=103896
62095
62096         Reviewed by Stephen White.
62097
62098         Added image failure expectation for test needing new baselines
62099
62100         * platform/chromium/TestExpectations:
62101
62102 2012-12-05  Stephen White  <senorblanco@chromium.org>
62103
62104         [Chromium] Unreviewed gardening.
62105
62106         * platform/chromium/TestExpectations:
62107
62108 2012-12-05  David Dorwin  <ddorwin@chromium.org>
62109
62110         [Chromium] Re-enabling encrypted-media tests now that the issues are fixed.
62111         https://bugs.webkit.org/show_bug.cgi?id=104137
62112
62113         Unreviewed revert of r136312.
62114         The issues were fixed in Chromium r171039 & r171081.
62115
62116         * platform/chromium/TestExpectations:
62117
62118 2012-12-05  Martin Robinson  <mrobinson@igalia.com>
62119
62120         http/tests/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-2-auth-then-redirect-to-finish.php returns a malformed authentication header
62121         https://bugs.webkit.org/show_bug.cgi?id=104052
62122
62123         Reviewed by Alexey Proskuryakov.
62124
62125         Add an authentication realm to the WWW-Authenticate header of the PHP script. Some networking
62126         libraries do not cope well with WWW-Authenticate headers that do not include realms. Additionally
62127         RFC2617 specifies that this part of the header is not-optional.
62128
62129         This test will be unskipped once the rest of the authentication support is complete in the
62130         libsoup backend and GTK+ DRT/WTR.
62131
62132         * http/tests/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-2-auth-then-redirect-to-finish.php:
62133
62134 2012-12-05  Roger Fong  <roger_fong@apple.com>
62135
62136         Unreviewed Windows re-rebaseline.
62137
62138         * platform/win/fast/text/orientation-sideways-expected.txt:
62139
62140 2012-12-05  Bear Travis  <betravis@adobe.com>
62141
62142         [CSS Exclusions] Enable shape-inside for multiple-segment polygons
62143         https://bugs.webkit.org/show_bug.cgi?id=91878
62144
62145         Reviewed by David Hyatt.
62146
62147         Adding tests for multiple segment polygons. These tests make sure that text can be
62148         properly broken up into multiple segments per line to fit into a shape-inside.
62149
62150         * fast/exclusions/shape-inside/shape-inside-multiple-segments-001-expected.html: Added.
62151         * fast/exclusions/shape-inside/shape-inside-multiple-segments-001.html: Added.
62152         * fast/exclusions/shape-inside/shape-inside-multiple-segments-002-expected.html: Added.
62153         * fast/exclusions/shape-inside/shape-inside-multiple-segments-002.html: Added.
62154         * fast/exclusions/shape-inside/shape-inside-multiple-segments-003-expected.html: Added.
62155         * fast/exclusions/shape-inside/shape-inside-multiple-segments-003.html: Added.
62156         * fast/exclusions/shape-inside/shape-inside-multiple-segments-004-expected.html: Added.
62157         * fast/exclusions/shape-inside/shape-inside-multiple-segments-004.html: Added.
62158
62159 2012-12-05  Roger Fong  <roger_fong@apple.com>
62160
62161         Unreviewed. Re-add Windows specific results removed in r136699 that were actually correct.
62162
62163         * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
62164
62165 2012-12-05  Emil A Eklund  <eae@chromium.org>
62166
62167         Unreviewed chromium rebaselines.
62168
62169         * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
62170         * platform/chromium-linux/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
62171         * platform/chromium-mac-lion/fast/harness: Added.
62172         * platform/chromium-mac-lion/fast/harness/perftests: Added.
62173         * platform/chromium-mac-lion/fast/harness/perftests/runs-per-second-log-expected.png: Added.
62174         * platform/chromium-mac-lion/fast/harness/perftests/runs-per-second-log-expected.txt: Added.
62175         * platform/chromium-mac-snowleopard/fast/harness: Added.
62176         * platform/chromium-mac-snowleopard/fast/harness/perftests: Added.
62177         * platform/chromium-mac-snowleopard/fast/harness/perftests/runs-per-second-log-expected.png: Added.
62178         * platform/chromium-win-xp/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
62179         * platform/chromium-win/fast/harness/perftests: Added.
62180         * platform/chromium-win/fast/harness/perftests/runs-per-second-log-expected.png: Added.
62181         * platform/chromium-win/fast/harness/perftests/runs-per-second-log-expected.txt: Added.
62182         * platform/chromium/TestExpectations:
62183
62184 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
62185
62186         Unreviewed gardening.
62187
62188         Manage failing fast/media reftests for EFL and Qt.
62189
62190         * platform/efl-wk2/TestExpectations:
62191         * platform/qt/TestExpectations:
62192
62193 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
62194
62195         Unreviewed GTK gardening.
62196
62197         Adding GTK-specific reference files for two fast/media tests after r136708.
62198         The GTK port isn't yet supporting 3D transforms so these two reference files
62199         should reflect that.
62200
62201         * platform/gtk/fast/media/mq-transform-02-expected.html: Added.
62202         * platform/gtk/fast/media/mq-transform-03-expected.html: Added.
62203
62204 2012-12-05  Andreas Kling  <akling@apple.com>
62205
62206         REGRESSION(r136615): Incorrect style sharing in view-source documents.
62207         <http://webkit.org/b/104089>
62208
62209         Reviewed by Antti Koivisto.
62210
62211         Unskip: fast/frames/viewsource-attribute.html
62212                 fast/frames/viewsource-on-image-file.html
62213
62214         * platform/chromium/TestExpectations:
62215         * platform/efl/TestExpectations:
62216         * platform/gtk/TestExpectations:
62217         * platform/mac/TestExpectations:
62218         * platform/qt/TestExpectations:
62219
62220 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
62221
62222         Unreviewed gardening.
62223
62224         Removing redundant pixel and render tree baselines for fast/media tests.
62225         This is the second and last patch covering non-Chromium ports.
62226
62227         Too many files to list.
62228
62229 2012-12-05  Roger Fong  <roger_fong@apple.com>
62230
62231         Unreviewed rebaseline on Windows after r136640.
62232
62233         * platform/win/fast/text/orientation-sideways-expected.txt: Added.
62234
62235 2012-12-05  Roger Fong  <roger_fong@apple.com>
62236
62237         Unreviewed rebaseline.
62238         https://bugs.webkit.org/show_bug.cgi?id=98209.
62239
62240         * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt:
62241
62242 2012-12-05  Csaba Osztrogonác  <ossy@webkit.org>
62243
62244         [Qt] REGRESSION: 2 tests started to fail with newer Qt5
62245         https://bugs.webkit.org/show_bug.cgi?id=104140
62246
62247         Unreviewed gardening, skip new failing tests to paint the bots green.
62248
62249         * platform/qt-5.0/TestExpectations:
62250
62251 2012-12-05  Robert Hogan  <robert@webkit.org>
62252
62253         REGRESSION(r126683): Table cell are getting borders when the style doesn't mention any
62254         https://bugs.webkit.org/show_bug.cgi?id=101677
62255
62256         Reviewed by Julien Chaffraix.
62257
62258         * fast/table/td-bordercolor-attribute-expected.txt: Added.
62259         * fast/table/td-bordercolor-attribute.html: Added.
62260
62261 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
62262
62263         Unreviewed gardening.
62264
62265         Removing redundant pixel and render tree baselines for fast/media tests.
62266         This first patch of a two-part cleanup covers Chromium ports.
62267
62268         Too many files to list.
62269
62270 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
62271
62272         Turn pixel tests in fast/media into reftests
62273         https://bugs.webkit.org/show_bug.cgi?id=103632
62274
62275         Reviewed by Darin Adler.
62276
62277         Turn the pixel tests under fast/media into reftests.
62278         The reference files are tailored so they present the same output
62279         that the pixel baselines. The latter will be removed in two subsequent commits.
62280
62281         * fast/media/implicit-media-all-expected.html: Added.
62282         * fast/media/media-descriptor-syntax-01-expected.html: Added.
62283         * fast/media/media-descriptor-syntax-02-expected.html: Added.
62284         * fast/media/media-descriptor-syntax-03-expected.html: Added.
62285         * fast/media/media-descriptor-syntax-04-expected.html: Added.
62286         * fast/media/media-descriptor-syntax-05-expected.html: Added.
62287         * fast/media/media-descriptor-syntax-06-expected.html: Added.
62288         * fast/media/media-query-invalid-value-expected.html: Added.
62289         * fast/media/media-query-invalid-value-expected.txt: Removed.
62290         * fast/media/media-type-syntax-01-expected.html: Added.
62291         * fast/media/media-type-syntax-02-expected.html: Added.
62292         * fast/media/monochrome-expected.html: Added.
62293         * fast/media/mq-animation-expected.html: Added.
62294         * fast/media/mq-aspect-ratio-expected.html: Added.
62295         * fast/media/mq-compound-query-01-expected.html: Added.
62296         * fast/media/mq-compound-query-02-expected.html: Added.
62297         * fast/media/mq-compound-query-03-expected.html: Added.
62298         * fast/media/mq-compound-query-04-expected.html: Added.
62299         * fast/media/mq-compound-query-05-expected.html: Added.
62300         * fast/media/mq-grid-01-expected.html: Added.
62301         * fast/media/mq-grid-02-expected.html: Added.
62302         * fast/media/mq-invalid-media-feature-01-expected.html: Added.
62303         * fast/media/mq-invalid-media-feature-02-expected.html: Added.
62304         * fast/media/mq-invalid-media-feature-03-expected.html: Added.
62305         * fast/media/mq-invalid-media-feature-04-expected.html: Added.
62306         * fast/media/mq-invalid-syntax-01-expected.html: Added.
62307         * fast/media/mq-invalid-syntax-02-expected.html: Added.
62308         * fast/media/mq-invalid-syntax-03-expected.html: Added.
62309         * fast/media/mq-invalid-syntax-04-expected.html: Added.
62310         * fast/media/mq-invalid-syntax-05-expected.html: Added.
62311         * fast/media/mq-js-media-except-01-expected.html: Added.
62312         * fast/media/mq-js-media-except-01-expected.txt: Removed.
62313         * fast/media/mq-js-media-except-02-expected.html: Added.
62314         * fast/media/mq-js-media-except-02-expected.txt: Removed.
62315         * fast/media/mq-js-media-except-03-expected.html: Added.
62316         * fast/media/mq-js-media-except-03-expected.txt: Removed.
62317         * fast/media/mq-js-media-forward-syntax-expected.html: Added.
62318         * fast/media/mq-js-stylesheet-media-01-expected.html: Added.
62319         * fast/media/mq-js-stylesheet-media-02-expected.html: Added.
62320         * fast/media/mq-js-stylesheet-media-03-expected.html: Added.
62321         * fast/media/mq-js-stylesheet-media-04-expected.html: Added.
62322         * fast/media/mq-max-pixel-ratio-expected.html: Added.
62323         * fast/media/mq-min-constraint-expected.html: Added.
62324         * fast/media/mq-min-pixel-ratio-expected.html: Added.
62325         * fast/media/mq-min-pixel-ratio-expected.txt: Removed.
62326         * fast/media/mq-orientation-expected.html: Added.
62327         * fast/media/mq-pixel-ratio-expected.html: Added.
62328         * fast/media/mq-relative-constraints-02-expected.html: Added.
62329         * fast/media/mq-relative-constraints-03-expected.html: Added.
62330         * fast/media/mq-relative-constraints-04-expected.html: Added.
62331         * fast/media/mq-relative-constraints-05-expected.html: Added.
62332         * fast/media/mq-relative-constraints-06-expected.html: Added.
62333         * fast/media/mq-relative-constraints-07-expected.html: Added.
62334         * fast/media/mq-relative-constraints-08-expected.html: Added.
62335         * fast/media/mq-relative-constraints-08-expected.txt: Removed.
62336         * fast/media/mq-relative-constraints-09-expected.html: Added.
62337         * fast/media/mq-simple-neg-query-01-expected.html: Added.
62338         * fast/media/mq-simple-neg-query-02-expected.html: Added.
62339         * fast/media/mq-simple-neg-query-03-expected.html: Added.
62340         * fast/media/mq-simple-neg-query-04-expected.html: Added.
62341         * fast/media/mq-simple-neg-query-05-expected.html: Added.
62342         * fast/media/mq-simple-query-01-expected.html: Added.
62343         * fast/media/mq-simple-query-02-expected.html: Added.
62344         * fast/media/mq-simple-query-03-expected.html: Added.
62345         * fast/media/mq-simple-query-04-expected.html: Added.
62346         * fast/media/mq-simple-query-05-expected.html: Added.
62347         * fast/media/mq-transform-01-expected.html: Added.
62348         * fast/media/mq-transform-02-expected.html: Added.
62349         * fast/media/mq-transform-03-expected.html: Added.
62350         * fast/media/mq-transform-04-expected.html: Added.
62351         * fast/media/mq-transition-expected.html: Added.
62352         * fast/media/mq-valueless-expected.html: Added.
62353         * fast/media/mq-width-absolute-01-expected.html: Added.
62354         * fast/media/mq-width-absolute-02-expected.html: Added.
62355         * fast/media/mq-width-absolute-03-expected.html: Added.
62356         * fast/media/mq-width-absolute-04-expected.html: Added.
62357         * fast/media/view-mode-media-feature-expected.html: Added.
62358         * fast/media/view-mode-media-feature-expected.txt: Removed.
62359         * fast/media/viewport-media-query-expected.html: Added.
62360         * platform/gtk/fast/media/mq-transform-02-expected.html: Added as 3D transforms support
62361         isn't yet enabled on the GTK port.
62362         * platform/gtk/fast/media/mq-transform-03-expected.html: Ditto.
62363
62364 2012-12-05  Alexander Shalamov  <alexander.shalamov@intel.com>
62365
62366         [EFL][GTK] List value response headers are not handled in RespourceResponse (libsoup specific)
62367         https://bugs.webkit.org/show_bug.cgi?id=95181
62368
62369         Reviewed by Martin Robinson.
62370
62371         Added test that checks if list-value response headers handled correctly.
62372
62373         * http/tests/xmlhttprequest/resources/custom-headers.php: Added.
62374         * http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers-expected.txt: Added.
62375         * http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers.html: Added.
62376
62377 2012-12-05  Krzysztof Czech  <k.czech@samsung.com>
62378
62379         [EFL][WK2] Introduce WebKit-EFL to Assistive Technologies - new baselines
62380         https://bugs.webkit.org/show_bug.cgi?id=104000
62381
62382         Reviewed by Chris Fleizach.
62383
62384         Added EFL baselines for accessibility/table-cells.html and accessibility/table-cell-spans.html.
62385
62386         * platform/efl-wk2/TestExpectations:
62387         * platform/efl-wk2/accessibility/table-cell-spans-expected.txt: Added.
62388         * platform/efl-wk2/accessibility/table-cells-expected.txt: Added.
62389
62390 2012-12-05  Pavel Feldman  <pfeldman@chromium.org>
62391
62392         Web Inspector: Don't include error message text in the editor buffer.
62393         https://bugs.webkit.org/show_bug.cgi?id=103932
62394
62395         Reviewed by Alexander Pavlov.
62396
62397         * inspector/editor/editor-test.js:
62398         (initialize_EditorTests.InspectorTest.getLineElement):
62399         (initialize_EditorTests):
62400         * inspector/editor/text-editor-type-over-decoration-expected.txt: Added.
62401         * inspector/editor/text-editor-type-over-decoration.html: Added.
62402
62403 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
62404
62405         Unreviewed GTK gardening.
62406
62407         Skipping back the Media Stream layout tests, they're not behaving well.
62408         Removing a few failure expectations for tests that are passing.
62409
62410         * platform/gtk/TestExpectations:
62411
62412 2012-12-05  Emil A Eklund  <eae@chromium.org>
62413
62414         Unreviewed chromium rebaselines.
62415
62416         * platform/chromium-mac/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
62417         * platform/chromium-win-xp/css3/flexbox: Added.
62418         * platform/chromium-win-xp/css3/flexbox/repaint-column-reverse-expected.png: Added.
62419         * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
62420         * platform/chromium-win/plugins/npp-set-window-called-during-destruction-expected.txt:
62421         * platform/chromium/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
62422         * platform/win-7sp0/plugins: Added.
62423         * platform/win-7sp0/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
62424         * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
62425
62426 2012-12-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>
62427
62428         [EFL] Unreviewed gardening.
62429
62430         * platform/efl-wk2/TestExpectations:
62431
62432 2012-12-05  Arnaud Renevier  <a.renevier@sisa.samsung.com>
62433
62434         [Gtk] navigator.plugins contains too many plugin entries. First one are garbages
62435         https://bugs.webkit.org/show_bug.cgi?id=102438
62436
62437         Reviewed by Xan Lopez.
62438
62439         Add a test to check that navigator.plugins only contain valid plugin
62440         objects.
62441
62442         * plugins/navigator-plugins-expected.txt: Added.
62443         * plugins/navigator-plugins.html: Added.
62444         * plugins/script-tests/navigator-plugins.js: Added.
62445
62446 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
62447
62448         Unreviewed GTK gardening.
62449
62450         Moving some expectations for expected failures under the appropriate section.
62451
62452         Rather than skipping expected failures, they should be run (as long as they
62453         don't time out in great numbers) just to get the extra test coverage (mostly
62454         to confirm they don't crash unexpectably). Most of such expectations are being
62455         unskipped and changed into a proper failure expectation, but more can folllow.
62456
62457         * platform/gtk/TestExpectations:
62458
62459 2012-12-05  Stephen White  <senorblanco@chromium.org>
62460
62461         [Chromium] Unreviewed gardening.
62462
62463         * platform/chromium/TestExpectations:
62464
62465 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
62466
62467         Unreviewed GTK gardening, updating baselines after r136657 and r136672.
62468
62469         * platform/gtk/http/tests/inspector/console-websocket-error-expected.txt:
62470         * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt: Removed.
62471         * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt: Removed.
62472         * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt: Removed.
62473         * platform/gtk/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt: Removed.
62474         * platform/gtk/http/tests/xmlhttprequest/simple-cross-origin-denied-events-expected.txt: Removed.
62475
62476 2012-12-05  Jussi Kukkonen  <jussi.kukkonen@intel.com>
62477
62478         [EFL] InjectedBundle should check Intent url for null
62479         https://bugs.webkit.org/show_bug.cgi?id=104117
62480
62481         Reviewed by Kenneth Rohde Christiansen.
62482
62483         EFL is slightly more verbose than chromium on this one.
62484
62485         * platform/efl/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
62486
62487 2012-12-05  Antoine Quint  <graouts@apple.com>
62488
62489         TextTrackCue's .endTime property should fire a TypeError when NaN is assigned
62490         https://bugs.webkit.org/show_bug.cgi?id=103413
62491
62492         Reviewed by Eric Carlson.
62493
62494         Stop skipping two tests that now have new passing conditions, only held back from
62495         passing altogether by https://bugs.webkit.org/show_bug.cgi?id=103258.
62496
62497         * media/track/opera/interfaces/TextTrackCue/endTime-expected.txt: Added.
62498         * media/track/opera/interfaces/TextTrackCue/startTime-expected.txt: Added.
62499         * platform/chromium/TestExpectations:
62500         * platform/efl/TestExpectations:
62501         * platform/gtk/TestExpectations:
62502         * platform/mac/TestExpectations:
62503         * platform/qt/TestExpectations:
62504         * platform/win/TestExpectations:
62505
62506 2012-12-05  Alexis Menard  <alexis@webkit.org>
62507
62508         [CSS3 Backgrounds and Borders] Allow the CSS3 background position offset for background shorthand.
62509         https://bugs.webkit.org/show_bug.cgi?id=104014
62510
62511         Reviewed by Dirk Schulze.
62512
62513         Extend the current parsing tests of background-position to cover the
62514         case when it is set part of the background shorthand.
62515
62516         * fast/backgrounds/background-position-parsing-2-expected.txt:
62517         * fast/backgrounds/background-position-parsing-2.html:
62518
62519 2012-12-06  Keishi Hattori  <keishi@webkit.org>
62520
62521         [Chromium] Rebaseline suggestion picker tests because of CSS change in r136674
62522
62523         Unreviewed.
62524
62525         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
62526         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
62527         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
62528         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
62529         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
62530         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
62531         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
62532         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
62533         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
62534
62535 2012-12-05  Keishi Hattori  <keishi@webkit.org>
62536
62537         Marking *-suggestion-picker-appearance-locale-hebrew.html tests as Missing
62538
62539         Unreviewed.
62540
62541         * platform/chromium/TestExpectations:
62542
62543 2012-12-05  Nandor Huszka  <hnandor@inf.u-szeged.hu>
62544
62545         [Qt] Unreviewed gardening.
62546
62547         Revert some update of r136670, and update the generic expecteds.
62548
62549         * fast/media/mq-resolution-dpi-dpcm-warning-expected.txt:
62550         * fast/media/mq-resolution-expected.txt:
62551         * fast/media/w3c/test_media_queries-expected.txt:
62552         * platform/qt/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Removed.
62553         * platform/qt/fast/media/mq-resolution-expected.txt: Removed.
62554         * platform/qt/fast/media/w3c/test_media_queries-expected.txt: Removed.
62555
62556 2012-12-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>
62557
62558         [EFL] Unreviewed gardening.
62559
62560         Removed duplicated test expectations.
62561
62562         * platform/efl-wk1/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Removed.
62563         * platform/efl-wk1/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Removed.
62564         * platform/efl-wk1/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Removed.
62565         * platform/efl-wk1/compositing/repaint/composited-document-element-expected.png: Removed.
62566         * platform/efl-wk1/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Removed.
62567         * platform/efl-wk1/fast/dom/DOMException/prototype-object-expected.txt: Removed.
62568         * platform/efl-wk1/fast/dom/DOMException/stack-trace-expected.txt: Removed.
62569         * platform/efl-wk1/mathml/presentation/roots-expected.txt: Removed.
62570         * platform/efl-wk1/mathml/presentation/row-alignment-expected.txt: Removed.
62571         * platform/efl-wk1/mathml/presentation/sub-expected.txt: Removed.
62572         * platform/efl-wk1/mathml/presentation/subsup-expected.txt: Removed.
62573         * platform/efl-wk1/media/video-aspect-ratio-expected.png: Removed.
62574         * platform/efl-wk1/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed.
62575         * platform/efl-wk2/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Removed.
62576         * platform/efl-wk2/fast/dom/DOMException/prototype-object-expected.txt: Removed.
62577         * platform/efl-wk2/fast/dom/DOMException/stack-trace-expected.txt: Removed.
62578         * platform/efl-wk2/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Removed.
62579         * platform/efl-wk2/fast/media/mq-resolution-expected.txt: Removed.
62580         * platform/efl-wk2/fast/media/w3c/test_media_queries-expected.txt: Removed.
62581         * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt: Removed.
62582         * platform/efl/fast/canvas/fillText-shadow-expected.txt: Removed.
62583         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
62584         * platform/efl/fast/forms/005-expected.png: Removed.
62585         * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt: Removed.
62586         * platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
62587         * platform/efl/fast/images/exif-orientation-image-document-expected.txt: Removed.
62588         * 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.
62589         * platform/efl/fast/media/mq-resolution-expected.txt: Renamed from LayoutTests/platform/efl-wk1/fast/media/mq-resolution-expected.txt.
62590         * platform/efl/fast/media/w3c/test_media_queries-expected.txt: Renamed from LayoutTests/platform/efl-wk1/fast/media/w3c/test_media_queries-expected.txt.
62591         * platform/efl/fast/multicol/overflow-across-columns-expected.png: Removed.
62592         * platform/efl/fast/multicol/overflow-across-columns-percent-height-expected.png: Removed.
62593         * platform/efl/fast/regions/absolute-pos-elem-in-named-flow-expected.txt: Removed.
62594         * platform/efl/fast/regions/autowidth-attachedinvalidregion-expected.txt: Removed.
62595         * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
62596         * platform/efl/fast/regions/content-flowed-into-regions-no-scroll-expected.txt: Removed.
62597         * platform/efl/fast/regions/content-webkit-from-flow-parsing-expected.txt: Removed.
62598         * platform/efl/fast/regions/element-region-overset-state-expected.txt: Removed.
62599         * platform/efl/fast/regions/element-region-overset-state-negative-letter-spacing-expected.txt: Removed.
62600         * platform/efl/fast/regions/element-region-overset-state-vertical-rl-expected.txt: Removed.
62601         * platform/efl/fast/regions/element-region-overset-state-vertical-rl-negative-letter-spacing-expected.txt: Removed.
62602         * platform/efl/fast/regions/fixed-pos-elem-in-named-flow-expected.txt: Removed.
62603         * platform/efl/fast/regions/fixed-pos-elem-in-named-flow2-expected.txt: Removed.
62604         * platform/efl/fast/regions/flexbox-in-region-crash-expected.txt: Removed.
62605         * platform/efl/fast/regions/flow-anonymous-children-expected.txt: Removed.
62606         * platform/efl/fast/regions/flow-region-into-itself-crash-expected.txt: Removed.
62607         * platform/efl/fast/regions/flowed-content-bounding-client-rect-expected.txt: Removed.
62608         * platform/efl/fast/regions/flowed-content-bounding-client-rect-horizontal-bt-expected.txt: Removed.
62609         * platform/efl/fast/regions/flowed-content-bounding-client-rect-vertical-expected.txt: Removed.
62610         * platform/efl/fast/regions/flowed-content-bounding-client-rect-vertical-rl-expected.txt: Removed.
62611         * platform/efl/fast/regions/flowed-content-transform-bounding-client-rect-expected.txt: Removed.
62612         * platform/efl/fast/regions/get-region-flow-ranges-absolute-pos-expected.txt: Removed.
62613         * platform/efl/fast/regions/get-region-flow-ranges-content-nodes-expected.txt: Removed.
62614         * platform/efl/fast/regions/get-region-flow-ranges-display-none-expected.txt: Removed.
62615         * platform/efl/fast/regions/get-region-flow-ranges-empty-regions-expected.txt: Removed.
62616         * platform/efl/fast/regions/get-region-flow-ranges-expected.txt: Removed.
62617         * platform/efl/fast/regions/get-region-flow-ranges-fixed-pos-expected.txt: Removed.
62618         * platform/efl/fast/regions/get-region-flow-ranges-horiz-bt-expected.txt: Removed.
62619         * platform/efl/fast/regions/get-region-flow-ranges-inline-only-expected.txt: Removed.
62620         * platform/efl/fast/regions/get-region-flow-ranges-text-expected.txt: Removed.
62621         * platform/efl/fast/regions/get-region-flow-ranges-text-vert-lr-expected.txt: Removed.
62622         * platform/efl/fast/regions/get-region-flow-ranges-vert-lr-expected.txt: Removed.
62623         * platform/efl/fast/regions/get-region-flow-ranges-vert-rl-expected.txt: Removed.
62624         * platform/efl/fast/regions/get-region-flow-ranges-writing-modes-rl-rb-lr-expected.txt: Removed.
62625         * platform/efl/fast/regions/get-region-flow-ranges-writing-modes-tb-rl-lr-expected.txt: Removed.
62626         * platform/efl/fast/regions/get-regions-by-content-expected.txt: Removed.
62627         * platform/efl/fast/regions/get-regions-by-content-horiz-bt-expected.txt: Removed.
62628         * platform/efl/fast/regions/get-regions-by-content-horiz-tb-expected.txt: Removed.
62629         * platform/efl/fast/regions/get-regions-by-content-vert-lr-expected.txt: Removed.
62630         * platform/efl/fast/regions/get-regions-by-content-vert-rl-expected.txt: Removed.
62631         * platform/efl/fast/regions/get-regions-by-content2-expected.txt: Removed.
62632         * platform/efl/fast/regions/hit-test-float-expected.txt: Removed.
62633         * platform/efl/fast/regions/hit-test-region-expected.txt: Removed.
62634         * platform/efl/fast/regions/imbricated-flow-threads-crash-expected.txt: Removed.
62635         * platform/efl/fast/regions/move-anonymous-block-inside-named-flow-crash-expected.txt: Removed.
62636         * platform/efl/fast/regions/moved-content-node-crash-expected.txt: Removed.
62637         * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Removed.
62638         * platform/efl/fast/regions/no-split-line-box-expected.txt: Removed.
62639         * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Removed.
62640         * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.png: Removed.
62641         * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Removed.
62642         * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Removed.
62643         * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Removed.
62644         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Removed.
62645         * platform/efl/fast/regions/parse-incomplete-region-rule-expected.txt: Removed.
62646         * platform/efl/fast/regions/parsing-region-style-rule-expected.txt: Removed.
62647         * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png: Removed.
62648         * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png: Removed.
62649         * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png: Removed.
62650         * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.png: Removed.
62651         * platform/efl/fast/regions/positioned-vrl-in-named-flow-expected.txt: Removed.
62652         * platform/efl/fast/regions/positioned-vrl-in-parent-named-flow-expected.txt: Removed.
62653         * platform/efl/fast/regions/positioned-with-vrl-parent-in-named-flow-expected.txt: Removed.
62654         * platform/efl/fast/regions/region-attached-wrong-flow-crash-expected.txt: Removed.
62655         * platform/efl/fast/regions/region-element-display-change-expected.txt: Removed.
62656         * platform/efl/fast/regions/region-element-display-restriction-expected.txt: Removed.
62657         * platform/efl/fast/regions/region-element-dynamic-attach-flow-expected.txt: Removed.
62658         * platform/efl/fast/regions/region-element-dynamic-detach-flow-expected.txt: Removed.
62659         * platform/efl/fast/regions/region-flow-reattach-crash-expected.txt: Removed.
62660         * platform/efl/fast/regions/region-range-for-box-crash-expected.txt: Removed.
62661         * platform/efl/fast/regions/remove-flow-thread-crash-expected.txt: Removed.
62662         * platform/efl/fast/regions/removed-element-style-in-region-crash-expected.txt: Removed.
62663         * platform/efl/fast/regions/select-in-region-crash-expected.txt: Removed.
62664         * platform/efl/fast/regions/set-box-style-in-region-crash-expected.txt: Removed.
62665         * platform/efl/fast/regions/svg-root-element-collected-expected.txt: Removed.
62666         * platform/efl/fast/regions/symbol-in-named-flow-crash-expected.txt: Removed.
62667         * platform/efl/fast/regions/text-region-breaks-expected.txt: Removed.
62668         * platform/efl/fast/regions/text-region-split-after-resize-expected.txt: Removed.
62669         * platform/efl/fast/regions/text-region-split-expected.txt: Removed.
62670         * platform/efl/fast/regions/text-region-split-horizontal-bt-expected.txt: Removed.
62671         * platform/efl/fast/regions/text-region-split-vertical-expected.txt: Removed.
62672         * platform/efl/fast/regions/text-region-split-vertical-rl-expected.txt: Removed.
62673         * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.png: Removed.
62674         * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
62675         * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
62676         * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
62677         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed.
62678         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed.
62679         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
62680         * platform/efl/fast/regions/webkit-flow-parsing-expected.txt: Removed.
62681         * platform/efl/fast/regions/webkit-region-overflow-parsing-expected.txt: Removed.
62682         * platform/efl/fast/regions/webkit-region-rule-expected.txt: Removed.
62683         * platform/efl/fast/repaint/background-generated-expected.png: Removed.
62684         * platform/efl/fast/repaint/line-flow-with-floats-1-expected.png: Removed.
62685         * platform/efl/fast/repaint/line-flow-with-floats-10-expected.png: Removed.
62686         * platform/efl/fast/repaint/line-flow-with-floats-2-expected.png: Removed.
62687         * platform/efl/fast/repaint/line-flow-with-floats-3-expected.png: Removed.
62688         * platform/efl/fast/repaint/line-flow-with-floats-4-expected.png: Removed.
62689         * platform/efl/fast/repaint/line-flow-with-floats-5-expected.png: Removed.
62690         * platform/efl/fast/repaint/line-flow-with-floats-6-expected.png: Removed.
62691         * platform/efl/fast/repaint/line-flow-with-floats-7-expected.png: Removed.
62692         * platform/efl/fast/repaint/line-flow-with-floats-8-expected.png: Removed.
62693         * platform/efl/fast/repaint/line-flow-with-floats-9-expected.png: Removed.
62694         * platform/efl/fast/repaint/slider-thumb-float-expected.txt: Removed.
62695         * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt: Removed.
62696         * platform/efl/fast/table/025-expected.png: Removed.
62697         * platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.txt: Removed.
62698         * platform/efl/fast/text/international/bidi-listbox-expected.txt: Removed.
62699         * platform/efl/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Removed.
62700         * platform/efl/fast/text/international/bidi-override-expected.txt: Removed.
62701         * platform/efl/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Removed.
62702         * platform/efl/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Removed.
62703         * platform/efl/svg/css/path-gradient-stroke-shadow-expected.txt: Removed.
62704         * platform/efl/svg/dom/css-transforms-expected.txt: Removed.
62705         * platform/efl/svg/text/font-size-below-point-five-2-expected.png: Removed.
62706         * platform/efl/svg/text/scaled-font-expected.png: Removed.
62707         * platform/efl/svg/text/text-hkern-expected.png: Removed.
62708         * platform/efl/svg/text/text-vkern-on-horizontal-text-expected.png: Removed.
62709         * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed.
62710         * platform/efl/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Removed.
62711         * platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt: Removed.
62712         * platform/efl/tables/mozilla/bugs/bug10565-expected.txt: Removed.
62713         * platform/efl/tables/mozilla/bugs/bug10633-expected.txt: Removed.
62714         * platform/efl/tables/mozilla/bugs/bug106816-expected.txt: Removed.
62715         * platform/efl/tables/mozilla/bugs/bug11026-expected.txt: Removed.
62716         * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt: Removed.
62717         * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
62718         * platform/efl/tables/mozilla/bugs/bug113424-expected.txt: Removed.
62719         * platform/efl/tables/mozilla/bugs/bug120107-expected.txt: Removed.
62720         * platform/efl/tables/mozilla/bugs/bug126742-expected.txt: Removed.
62721         * platform/efl/tables/mozilla/bugs/bug1271-expected.txt: Removed.
62722         * platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt: Removed.
62723         * platform/efl/tables/mozilla/bugs/bug12908-2-expected.txt: Removed.
62724         * platform/efl/tables/mozilla/bugs/bug1296-expected.txt: Removed.
62725         * platform/efl/tables/mozilla/bugs/bug13118-expected.txt: Removed.
62726         * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Removed.
62727         * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt: Removed.
62728         * platform/efl/tables/mozilla/bugs/bug1430-expected.txt: Removed.
62729         * platform/efl/tables/mozilla/bugs/bug154780-expected.txt: Removed.
62730         * platform/efl/tables/mozilla/bugs/bug15544-expected.txt: Removed.
62731         * platform/efl/tables/mozilla/bugs/bug159108-expected.txt: Removed.
62732         * platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt: Removed.
62733         * platform/efl/tables/mozilla/bugs/bug17130-2-expected.txt: Removed.
62734         * platform/efl/tables/mozilla/bugs/bug17138-expected.txt: Removed.
62735         * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt: Removed.
62736         * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt: Removed.
62737         * platform/efl/tables/mozilla/bugs/bug196870-expected.txt: Removed.
62738         * platform/efl/tables/mozilla/bugs/bug215629-expected.txt: Removed.
62739         * platform/efl/tables/mozilla/bugs/bug26553-expected.png: Removed.
62740         * platform/efl/tables/mozilla/bugs/bug26553-expected.txt: Removed.
62741         * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt: Removed.
62742         * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt: Removed.
62743         * platform/efl/tables/mozilla/bugs/bug2886-2-expected.txt: Removed.
62744         * platform/efl/tables/mozilla/bugs/bug29314-expected.txt: Removed.
62745         * platform/efl/tables/mozilla/bugs/bug2981-2-expected.txt: Removed.
62746         * platform/efl/tables/mozilla/bugs/bug3309-1-expected.txt: Removed.
62747         * platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt: Removed.
62748         * platform/efl/tables/mozilla/bugs/bug33137-expected.txt: Removed.
62749         * platform/efl/tables/mozilla/bugs/bug4093-expected.txt: Removed.
62750         * platform/efl/tables/mozilla/bugs/bug42187-expected.txt: Removed.
62751         * platform/efl/tables/mozilla/bugs/bug4284-expected.txt: Removed.
62752         * platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt: Removed.
62753         * platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt: Removed.
62754         * platform/efl/tables/mozilla/bugs/bug50695-2-expected.txt: Removed.
62755         * platform/efl/tables/mozilla/bugs/bug5538-expected.txt: Removed.
62756         * platform/efl/tables/mozilla/bugs/bug56563-expected.txt: Removed.
62757         * platform/efl/tables/mozilla/bugs/bug5797-expected.txt: Removed.
62758         * platform/efl/tables/mozilla/bugs/bug625-expected.txt: Removed.
62759         * platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt: Removed.
62760         * platform/efl/tables/mozilla/bugs/bug69187-expected.txt: Removed.
62761         * platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt: Removed.
62762         * platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt: Removed.
62763         * platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt: Removed.
62764         * platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt: Removed.
62765         * platform/efl/tables/mozilla/bugs/bug83786-expected.txt: Removed.
62766         * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Removed.
62767         * platform/efl/tables/mozilla/core/bloomberg-expected.txt: Removed.
62768         * platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.txt: Removed.
62769         * platform/efl/tables/mozilla/core/misc-expected.txt: Removed.
62770         * platform/efl/tables/mozilla/core/row_span-expected.txt: Removed.
62771         * platform/efl/tables/mozilla/marvin/backgr_index-expected.txt: Removed.
62772         * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt: Removed.
62773         * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt: Removed.
62774         * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt: Removed.
62775         * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt: Removed.
62776         * platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.txt: Removed.
62777         * platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.txt: Removed.
62778         * platform/efl/tables/mozilla/marvin/td_valign_middle-expected.txt: Removed.
62779         * platform/efl/tables/mozilla/marvin/td_valign_top-expected.txt: Removed.
62780         * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt: Removed.
62781         * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt: Removed.
62782         * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt: Removed.
62783         * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt: Removed.
62784         * platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.txt: Removed.
62785         * platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.txt: Removed.
62786         * platform/efl/tables/mozilla/marvin/th_valign_middle-expected.txt: Removed.
62787         * platform/efl/tables/mozilla/marvin/th_valign_top-expected.txt: Removed.
62788         * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt: Removed.
62789         * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt: Removed.
62790         * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt: Removed.
62791         * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt: Removed.
62792         * platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.txt: Removed.
62793         * platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.txt: Removed.
62794         * platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.txt: Removed.
62795         * platform/efl/tables/mozilla/marvin/tr_valign_top-expected.txt: Removed.
62796         * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt: Removed.
62797         * platform/efl/tables/mozilla/other/cell_widths-expected.txt: Removed.
62798         * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt: Removed.
62799
62800 2012-12-05  Nandor Huszka  <hnandor@inf.u-szeged.hu>
62801
62802         [Qt] Unreviewed gardening.
62803
62804         Skip a test and update an other one.
62805
62806         * platform/qt/TestExpectations:
62807         * platform/qt/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
62808
62809 2012-12-04  Stephen White  <senorblanco@chromium.org>
62810
62811         [chromium] New baselines after http://webkit.org/b/103906.  Unreviewed.
62812
62813         * 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.
62814         * platform/chromium-linux/compositing/geometry/clipping-foreground-expected.png:
62815         * platform/chromium-linux/compositing/iframes/composited-iframe-alignment-expected.png:
62816         * platform/chromium-linux/compositing/masks/masked-ancestor-expected.png:
62817         * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png:
62818         * platform/chromium-linux/fast/borders/border-radius-constraints-expected.png:
62819         * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png:
62820         * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
62821         * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
62822         * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
62823         * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.png:
62824         * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png:
62825         * platform/chromium-linux/fast/box-shadow/inset-expected.png:
62826         * platform/chromium-linux/fast/box-shadow/shadow-tiling-artifact-expected.png:
62827         * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
62828         * platform/chromium-linux/fast/css/box-shadow-and-border-radius-expected.png:
62829         * platform/chromium-linux/fast/css/color-correction-on-box-shadow-expected.png:
62830         * platform/chromium-linux/fast/css/color-correction-on-text-shadow-expected.png:
62831         * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
62832         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
62833         * platform/chromium-linux/fast/multicol/shadow-breaking-expected.png:
62834         * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
62835         * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
62836         * platform/chromium-linux/fast/repaint/moving-shadow-on-path-expected.png:
62837         * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
62838         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
62839         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
62840         * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
62841         * platform/chromium-linux/fast/text/shadow-translucent-fill-expected.png:
62842         * platform/chromium-linux/fast/text/stroking-decorations-expected.png:
62843         * platform/chromium-linux/fast/text/stroking-expected.png:
62844         * platform/chromium-linux/fast/transforms/shadows-expected.png:
62845         * platform/chromium-linux/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
62846         * platform/chromium-linux/fast/writing-mode/box-shadow-vertical-lr-expected.png:
62847         * platform/chromium-linux/fast/writing-mode/box-shadow-vertical-rl-expected.png:
62848         * platform/chromium-linux/fast/writing-mode/english-lr-text-expected.png:
62849         * platform/chromium-linux/ietestcenter/css3/text/textshadow-001-expected.png:
62850         * platform/chromium-linux/ietestcenter/css3/text/textshadow-002-expected.png:
62851         * platform/chromium-linux/ietestcenter/css3/text/textshadow-003-expected.png:
62852         * platform/chromium-linux/ietestcenter/css3/text/textshadow-004-expected.png:
62853         * platform/chromium-linux/ietestcenter/css3/text/textshadow-010-expected.png:
62854         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
62855         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
62856         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
62857         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
62858         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
62859         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
62860         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
62861         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
62862         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
62863         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
62864         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
62865         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
62866         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png:
62867         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
62868         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
62869         * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.png:
62870         * platform/chromium-linux/svg/css/stars-with-shadow-expected.png:
62871         * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png:
62872         * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png:
62873         * platform/chromium-linux/transitions/svg-text-shadow-transition-expected.png:
62874         * platform/chromium-mac-lion/compositing/geometry/clipping-foreground-expected.png:
62875         * platform/chromium-mac-lion/compositing/iframes/composited-iframe-alignment-expected.png:
62876         * platform/chromium-mac-lion/compositing/masks/masked-ancestor-expected.png:
62877         * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png:
62878         * platform/chromium-mac-lion/fast/borders/border-radius-constraints-expected.png:
62879         * platform/chromium-mac-lion/fast/borders/border-radius-split-inline-expected.png:
62880         * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
62881         * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png:
62882         * platform/chromium-mac-lion/fast/box-shadow/inset-expected.png:
62883         * platform/chromium-mac-lion/fast/css/color-correction-on-box-shadow-expected.png:
62884         * platform/chromium-mac-lion/fast/css/color-correction-on-text-shadow-expected.png:
62885         * platform/chromium-mac-lion/fast/css/shadow-multiple-expected.png:
62886         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
62887         * platform/chromium-mac-lion/fast/multicol/shadow-breaking-expected.png:
62888         * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png:
62889         * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png:
62890         * platform/chromium-mac-lion/fast/repaint/moving-shadow-on-path-expected.png:
62891         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png:
62892         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
62893         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png:
62894         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
62895         * platform/chromium-mac-lion/fast/text/shadow-translucent-fill-expected.png:
62896         * platform/chromium-mac-lion/fast/text/stroking-decorations-expected.png:
62897         * platform/chromium-mac-lion/fast/text/stroking-expected.png:
62898         * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
62899         * platform/chromium-mac-lion/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
62900         * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-lr-expected.png:
62901         * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-rl-expected.png:
62902         * platform/chromium-mac-lion/fast/writing-mode/english-lr-text-expected.png:
62903         * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-001-expected.png:
62904         * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-002-expected.png:
62905         * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-003-expected.png:
62906         * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-004-expected.png:
62907         * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-010-expected.png:
62908         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
62909         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
62910         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
62911         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
62912         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
62913         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
62914         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
62915         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
62916         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
62917         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
62918         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
62919         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
62920         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
62921         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
62922         * platform/chromium-mac-lion/svg/css/stars-with-shadow-expected.png:
62923         * platform/chromium-mac-lion/svg/css/text-gradient-shadow-expected.png:
62924         * platform/chromium-mac-lion/svg/css/text-shadow-multiple-expected.png:
62925         * platform/chromium-mac-lion/svg/custom/repaint-shadow-expected.png:
62926         * platform/chromium-mac-lion/transitions/svg-text-shadow-transition-expected.png:
62927         * platform/chromium-mac-snowleopard/compositing/geometry/clipping-foreground-expected.png:
62928         * platform/chromium-mac-snowleopard/compositing/iframes/composited-iframe-alignment-expected.png:
62929         * platform/chromium-mac-snowleopard/compositing/masks/masked-ancestor-expected.png:
62930         * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
62931         * platform/chromium-mac-snowleopard/fast/borders/border-radius-constraints-expected.png:
62932         * platform/chromium-mac-snowleopard/fast/borders/border-radius-split-inline-expected.png:
62933         * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
62934         * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png:
62935         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-box-shadow-expected.png:
62936         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-shadow-expected.png:
62937         * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png:
62938         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
62939         * platform/chromium-mac-snowleopard/fast/multicol/shadow-breaking-expected.png:
62940         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png:
62941         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png:
62942         * platform/chromium-mac-snowleopard/fast/repaint/moving-shadow-on-path-expected.png:
62943         * platform/chromium-mac-snowleopard/fast/text/shadow-translucent-fill-expected.png:
62944         * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-vertical-lr-expected.png:
62945         * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-vertical-rl-expected.png:
62946         * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-001-expected.png:
62947         * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-002-expected.png:
62948         * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-003-expected.png:
62949         * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-004-expected.png:
62950         * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-010-expected.png:
62951         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
62952         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
62953         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
62954         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
62955         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
62956         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
62957         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
62958         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
62959         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
62960         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
62961         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
62962         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
62963         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
62964         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
62965         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
62966         * platform/chromium-mac-snowleopard/svg/css/stars-with-shadow-expected.png:
62967         * platform/chromium-mac-snowleopard/svg/css/text-shadow-multiple-expected.png:
62968         * platform/chromium-mac-snowleopard/transitions/svg-text-shadow-transition-expected.png:
62969         * platform/chromium-mac/compositing/culling/scrolled-within-boxshadow-expected.png: Added.
62970         * platform/chromium-mac/compositing/culling/translated-boxshadow-expected.png: Added.
62971         * platform/chromium-mac/compositing/culling/unscrolled-within-boxshadow-expected.png: Added.
62972         * platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png:
62973         * platform/chromium-mac/compositing/geometry/foreground-layer-expected.png:
62974         * platform/chromium-mac/compositing/iframes/composited-iframe-alignment-expected.png:
62975         * platform/chromium-mac/compositing/masks/masked-ancestor-expected.png:
62976         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
62977         * platform/chromium-mac/fast/borders/border-radius-constraints-expected.png:
62978         * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png:
62979         * platform/chromium-mac/fast/borders/mixed-border-styles-radius-expected.png:
62980         * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
62981         * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
62982         * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png:
62983         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
62984         * platform/chromium-mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
62985         * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
62986         * platform/chromium-mac/fast/box-shadow/inset-expected.png:
62987         * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png:
62988         * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.png:
62989         * platform/chromium-mac/fast/box-shadow/shadow-tiling-artifact-expected.png:
62990         * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png:
62991         * platform/chromium-mac/fast/canvas/fillText-shadow-expected.txt: Removed.
62992         * platform/chromium-mac/fast/css/box-shadow-and-border-radius-expected.png:
62993         * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.png:
62994         * platform/chromium-mac/fast/css/color-correction-on-text-shadow-expected.png:
62995         * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
62996         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
62997         * platform/chromium-mac/fast/multicol/shadow-breaking-expected.png:
62998         * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
62999         * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
63000         * platform/chromium-mac/fast/repaint/moving-shadow-on-path-expected.png:
63001         * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
63002         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
63003         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
63004         * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
63005         * platform/chromium-mac/fast/repaint/transform-replaced-shadows-expected.png:
63006         * platform/chromium-mac/fast/text/shadow-translucent-fill-expected.png:
63007         * platform/chromium-mac/fast/text/stroking-decorations-expected.png:
63008         * platform/chromium-mac/fast/text/stroking-expected.png:
63009         * platform/chromium-mac/fast/transforms/shadows-expected.png:
63010         * platform/chromium-mac/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
63011         * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-lr-expected.png:
63012         * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-rl-expected.png:
63013         * platform/chromium-mac/fast/writing-mode/english-lr-text-expected.png:
63014         * platform/chromium-mac/ietestcenter/css3/text/textshadow-001-expected.png:
63015         * platform/chromium-mac/ietestcenter/css3/text/textshadow-002-expected.png:
63016         * platform/chromium-mac/ietestcenter/css3/text/textshadow-003-expected.png:
63017         * platform/chromium-mac/ietestcenter/css3/text/textshadow-004-expected.png:
63018         * platform/chromium-mac/ietestcenter/css3/text/textshadow-010-expected.png:
63019         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
63020         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
63021         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
63022         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
63023         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
63024         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
63025         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
63026         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
63027         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
63028         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
63029         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
63030         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/culling/scrolled-within-boxshadow-expected.png: Added.
63031         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/culling/translated-boxshadow-expected.png: Added.
63032         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/culling/unscrolled-within-boxshadow-expected.png: Added.
63033         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
63034         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/foreground-layer-expected.png: Added.
63035         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
63036         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
63037         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
63038         * platform/chromium-mac/svg/css/circle-in-mask-with-shadow-expected.png:
63039         * platform/chromium-mac/svg/css/path-with-shadow-expected.png:
63040         * platform/chromium-mac/svg/css/shadow-and-opacity-expected.png:
63041         * platform/chromium-mac/svg/css/shadow-with-large-radius-expected.png:
63042         * platform/chromium-mac/svg/css/shadow-with-negative-offset-expected.png:
63043         * platform/chromium-mac/svg/css/stars-with-shadow-expected.png:
63044         * platform/chromium-mac/svg/css/text-gradient-shadow-expected.png:
63045         * platform/chromium-mac/svg/css/text-shadow-multiple-expected.png:
63046         * platform/chromium-mac/svg/custom/repaint-shadow-expected.png:
63047         * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
63048         * platform/chromium-mac/transitions/svg-text-shadow-transition-expected.png:
63049         * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
63050         * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png:
63051         * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png:
63052         * platform/chromium-win-xp/fast/text/stroking-decorations-expected.png:
63053         * platform/chromium-win-xp/fast/text/stroking-expected.png:
63054         * platform/chromium-win-xp/fast/writing-mode/english-lr-text-expected.png:
63055         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
63056         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Removed.
63057         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
63058         * 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.
63059         * 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.
63060         * 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.
63061         * platform/chromium-win/compositing/geometry/clipping-foreground-expected.png:
63062         * platform/chromium-win/compositing/geometry/foreground-layer-expected.png:
63063         * platform/chromium-win/compositing/iframes/composited-iframe-alignment-expected.png:
63064         * platform/chromium-win/compositing/masks/masked-ancestor-expected.png:
63065         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
63066         * platform/chromium-win/fast/borders/border-radius-constraints-expected.png:
63067         * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png:
63068         * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
63069         * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
63070         * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
63071         * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png:
63072         * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
63073         * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.png:
63074         * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
63075         * platform/chromium-win/fast/box-shadow/inset-expected.png:
63076         * platform/chromium-win/fast/box-shadow/scaled-box-shadow-expected.png:
63077         * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png:
63078         * platform/chromium-win/fast/box-shadow/shadow-tiling-artifact-expected.png:
63079         * platform/chromium-win/fast/box-shadow/single-pixel-shadow-expected.png:
63080         * platform/chromium-win/fast/css/box-shadow-and-border-radius-expected.png:
63081         * platform/chromium-win/fast/css/color-correction-on-box-shadow-expected.png:
63082         * platform/chromium-win/fast/css/color-correction-on-text-shadow-expected.png:
63083         * platform/chromium-win/fast/css/shadow-multiple-expected.png:
63084         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
63085         * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
63086         * platform/chromium-win/fast/repaint/box-shadow-h-expected.png:
63087         * platform/chromium-win/fast/repaint/box-shadow-v-expected.png:
63088         * platform/chromium-win/fast/repaint/moving-shadow-on-path-expected.png:
63089         * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
63090         * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
63091         * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
63092         * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
63093         * platform/chromium-win/fast/repaint/transform-replaced-shadows-expected.png:
63094         * platform/chromium-win/fast/text/shadow-translucent-fill-expected.png:
63095         * platform/chromium-win/fast/text/stroking-decorations-expected.png:
63096         * platform/chromium-win/fast/text/stroking-expected.png:
63097         * platform/chromium-win/fast/transforms/shadows-expected.png:
63098         * platform/chromium-win/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
63099         * platform/chromium-win/fast/writing-mode/box-shadow-vertical-lr-expected.png:
63100         * platform/chromium-win/fast/writing-mode/box-shadow-vertical-rl-expected.png:
63101         * platform/chromium-win/fast/writing-mode/english-lr-text-expected.png:
63102         * platform/chromium-win/ietestcenter/css3/text/textshadow-001-expected.png:
63103         * platform/chromium-win/ietestcenter/css3/text/textshadow-002-expected.png:
63104         * platform/chromium-win/ietestcenter/css3/text/textshadow-003-expected.png:
63105         * platform/chromium-win/ietestcenter/css3/text/textshadow-004-expected.png:
63106         * platform/chromium-win/ietestcenter/css3/text/textshadow-010-expected.png:
63107         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
63108         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
63109         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
63110         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
63111         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
63112         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
63113         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
63114         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
63115         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
63116         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
63117         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
63118         * 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.
63119         * 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.
63120         * 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.
63121         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
63122         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/foreground-layer-expected.png: Added.
63123         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png:
63124         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
63125         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
63126         * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.png:
63127         * platform/chromium-win/svg/css/path-with-shadow-expected.png:
63128         * platform/chromium-win/svg/css/shadow-and-opacity-expected.png:
63129         * platform/chromium-win/svg/css/shadow-with-large-radius-expected.png:
63130         * platform/chromium-win/svg/css/shadow-with-negative-offset-expected.png:
63131         * platform/chromium-win/svg/css/stars-with-shadow-expected.png:
63132         * platform/chromium-win/svg/css/text-gradient-shadow-expected.png:
63133         * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
63134         * platform/chromium-win/svg/custom/repaint-shadow-expected.png:
63135         * platform/chromium-win/svg/filters/shadow-on-rect-with-filter-expected.png:
63136         * platform/chromium-win/transitions/svg-text-shadow-transition-expected.png:
63137         * platform/chromium/TestExpectations:
63138         * platform/efl-wk1/compositing/geometry/clipping-foreground-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/clipping-foreground-expected.png.
63139         * platform/efl-wk1/compositing/geometry/foreground-layer-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/foreground-layer-expected.png.
63140         * platform/efl-wk1/fast/borders/border-radius-constraints-expected.png: Renamed from LayoutTests/platform/efl/fast/borders/border-radius-constraints-expected.png.
63141         * platform/efl-wk1/fast/borders/border-radius-split-inline-expected.png: Renamed from LayoutTests/platform/efl/fast/borders/border-radius-split-inline-expected.png.
63142         * platform/efl-wk1/fast/borders/mixed-border-styles-radius-expected.png: Renamed from LayoutTests/platform/efl/fast/borders/mixed-border-styles-radius-expected.png.
63143         * platform/efl-wk1/fast/box-shadow/inset-box-shadows-expected.png: Renamed from LayoutTests/platform/efl/fast/box-shadow/inset-box-shadows-expected.png.
63144         * platform/efl-wk1/fast/box-shadow/inset-expected.png: Renamed from LayoutTests/platform/efl/fast/box-shadow/inset-expected.png.
63145         * 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.
63146         * platform/efl-wk1/fast/css/shadow-multiple-expected.png: Renamed from LayoutTests/platform/efl/fast/css/shadow-multiple-expected.png.
63147         * platform/efl-wk1/fast/multicol/shadow-breaking-expected.png: Renamed from LayoutTests/platform/efl/fast/multicol/shadow-breaking-expected.png.
63148         * platform/efl-wk1/fast/repaint/moving-shadow-on-path-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/moving-shadow-on-path-expected.png.
63149         * platform/efl-wk1/fast/text/shadow-translucent-fill-expected.png: Renamed from LayoutTests/platform/efl/fast/text/shadow-translucent-fill-expected.png.
63150         * platform/efl-wk1/fast/text/stroking-decorations-expected.png: Renamed from LayoutTests/platform/efl/fast/text/stroking-decorations-expected.png.
63151         * platform/efl-wk1/fast/text/stroking-expected.png: Renamed from LayoutTests/platform/efl/fast/text/stroking-expected.png.
63152         * 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.
63153         * 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.
63154         * 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.
63155         * platform/efl-wk1/fast/writing-mode/english-lr-text-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/english-lr-text-expected.png.
63156         * platform/efl-wk1/ietestcenter/css3/text/textshadow-001-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-001-expected.png.
63157         * platform/efl-wk1/ietestcenter/css3/text/textshadow-002-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-002-expected.png.
63158         * platform/efl-wk1/ietestcenter/css3/text/textshadow-003-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-003-expected.png.
63159         * platform/efl-wk1/ietestcenter/css3/text/textshadow-004-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-004-expected.png.
63160         * platform/efl-wk1/ietestcenter/css3/text/textshadow-010-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-010-expected.png.
63161         * 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.
63162         * platform/efl-wk1/svg/css/path-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/path-with-shadow-expected.png.
63163         * platform/efl-wk1/svg/css/shadow-with-large-radius-expected.png: Renamed from LayoutTests/platform/efl/svg/css/shadow-with-large-radius-expected.png.
63164         * platform/efl-wk1/svg/css/shadow-with-negative-offset-expected.png: Renamed from LayoutTests/platform/efl/svg/css/shadow-with-negative-offset-expected.png.
63165         * platform/efl-wk1/svg/css/stars-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/stars-with-shadow-expected.png.
63166         * platform/efl-wk1/svg/css/text-gradient-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/text-gradient-shadow-expected.png.
63167         * platform/efl-wk1/svg/css/text-shadow-multiple-expected.png: Renamed from LayoutTests/platform/efl/svg/css/text-shadow-multiple-expected.png.
63168         * platform/efl/fast/canvas/fillText-shadow-expected.txt: Removed.
63169         * platform/gtk/fast/canvas/fillText-shadow-expected.txt: Removed.
63170         * platform/gtk/svg/css/shadow-and-opacity-expected.png: Removed.
63171         * svg/css/shadow-and-opacity-expected.png: Renamed from LayoutTests/platform/efl/svg/css/shadow-and-opacity-expected.png.
63172
63173 2012-12-05  Keishi Hattori  <keishi@webkit.org>
63174
63175         Fix text direction in datalist popup for time controls
63176         https://bugs.webkit.org/show_bug.cgi?id=103853
63177
63178         Reviewed by Kent Tamura.
63179
63180         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
63181         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
63182         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
63183         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
63184         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
63185         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
63186         * platform/chromium/TestExpectations:
63187         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.txt: Added.
63188         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew.html: Added.
63189         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.txt: Added.
63190         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew.html: Added.
63191         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.txt: Added.
63192         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew.html: Added.
63193
63194 2012-12-05  Mike West  <mkwst@chromium.org>
63195
63196         [mac][chromium] Unreviewed gardening.
63197
63198         Rebaselining tests after r136657 to pick up changes to console messages.
63199
63200         * platform/chromium-linux/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt: Removed.
63201         * platform/chromium-win/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt: Removed.
63202         * platform/mac-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
63203
63204 2012-12-05  Mike West  <mkwst@chromium.org>
63205
63206         [gtk] Unreviewed gardening.
63207
63208         Rebaselining tests after r136657 to pick up changes to console messages.
63209
63210         * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
63211         * 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.
63212         * platform/gtk/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
63213         * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt: Added.
63214         * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt: Added.
63215         * platform/gtk/svg/custom/polyline-setattribute-points-null-expected.txt:
63216
63217 2012-12-05  Mike West  <mkwst@chromium.org>
63218
63219         [qt] Unreviewed gardening.
63220
63221         Rebaselining tests after r136657 to pick up changes to console messages.
63222
63223         * platform/qt/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
63224         * platform/qt/fast/media/mq-resolution-expected.txt: Added.
63225         * platform/qt/fast/media/w3c/test_media_queries-expected.txt: Added.
63226         * platform/qt/svg/custom/polyline-setattribute-points-null-expected.txt:
63227             These shouldn't have had line numbers; they were all pointing to the
63228             end of the style or script block in which the message was generated.
63229
63230 2012-12-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>
63231
63232         [EFL] Unreviewed gardening.
63233
63234         Updated the expectations of MathML tests.
63235
63236         * platform/efl-wk1/mathml/presentation/roots-expected.txt:
63237         * platform/efl-wk1/mathml/presentation/row-alignment-expected.txt:
63238         * platform/efl-wk1/mathml/presentation/sub-expected.txt:
63239         * platform/efl-wk1/mathml/presentation/subsup-expected.txt:
63240         * platform/efl-wk2/TestExpectations:
63241         * platform/efl/TestExpectations:
63242         * platform/efl/mathml/presentation/attributes-expected.png:
63243         * platform/efl/mathml/presentation/attributes-expected.txt:
63244         * platform/efl/mathml/presentation/fenced-expected.png:
63245         * platform/efl/mathml/presentation/fenced-expected.txt:
63246         * platform/efl/mathml/presentation/fenced-mi-expected.png:
63247         * platform/efl/mathml/presentation/fractions-expected.png:
63248         * platform/efl/mathml/presentation/fractions-expected.txt:
63249         * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png:
63250         * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
63251         * platform/efl/mathml/presentation/mo-stretch-expected.png:
63252         * platform/efl/mathml/presentation/mo-stretch-expected.txt:
63253         * platform/efl/mathml/presentation/mroot-pref-width-expected.png:
63254         * platform/efl/mathml/presentation/roots-expected.png:
63255         * platform/efl/mathml/presentation/roots-expected.txt: Copied from LayoutTests/platform/efl-wk1/mathml/presentation/roots-expected.txt.
63256         * platform/efl/mathml/presentation/row-alignment-expected.png:
63257         * platform/efl/mathml/presentation/row-alignment-expected.txt: Added.
63258         * platform/efl/mathml/presentation/style-expected.png:
63259         * platform/efl/mathml/presentation/sub-expected.png:
63260         * platform/efl/mathml/presentation/sub-expected.txt: Copied from LayoutTests/platform/efl-wk1/mathml/presentation/sub-expected.txt.
63261         * platform/efl/mathml/presentation/subsup-expected.png:
63262         * platform/efl/mathml/presentation/subsup-expected.txt: Copied from LayoutTests/platform/efl-wk1/mathml/presentation/subsup-expected.txt.
63263         * platform/efl/mathml/presentation/sup-expected.png:
63264         * platform/efl/mathml/presentation/sup-expected.txt:
63265         * platform/efl/mathml/presentation/tables-expected.png:
63266         * platform/efl/mathml/presentation/tables-expected.txt:
63267         * platform/efl/mathml/presentation/tokenElements-expected.png:
63268         * platform/efl/mathml/presentation/under-expected.png:
63269         * platform/efl/mathml/presentation/underover-expected.png:
63270         * platform/efl/mathml/xHeight-expected.png:
63271
63272 2012-12-05  Mike West  <mkwst@chromium.org>
63273
63274         [efl] Unreviewed gardening.
63275
63276         Rebaselining tests after r136657 to pick up changes to console messages.
63277
63278         * platform/efl-wk1/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
63279         * platform/efl-wk1/fast/media/mq-resolution-expected.txt: Added.
63280         * platform/efl-wk1/fast/media/w3c/test_media_queries-expected.txt: Added.
63281         * platform/efl-wk1/inspector/console/console-object-constructor-name-expected.txt: Added.
63282         * platform/efl-wk2/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
63283         * platform/efl-wk2/fast/media/mq-resolution-expected.txt: Added.
63284         * platform/efl-wk2/fast/media/w3c/test_media_queries-expected.txt: Added.
63285             These shouldn't have had line numbers; they were all pointing to the
63286             end of the style or script block in which the message was generated.
63287         * platform/efl-wk1/http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt: Added.
63288         * platform/efl-wk1/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt: Added.
63289             New stack trace.
63290
63291 2012-12-05  Kent Tamura  <tkent@chromium.org>
63292
63293         Layout Test fast/forms/*-multiple-fields/*-multiple-fields-preserve-value-after-history-back.html are slow
63294         https://bugs.webkit.org/show_bug.cgi?id=104094
63295
63296         Reviewed by Kentaro Hara.
63297
63298         Make them faster by spliting them into the main frame HTML files
63299         and the sub frame HTML files. The sub frame HTML files are loaded
63300         five times in one test, and don't need to load
63301         js-test-pre/post.js. This change makes them about 2x faster on my
63302         local machine.
63303
63304         * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html:
63305         * 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.
63306         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html:
63307         * 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.
63308         * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html:
63309         * 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.
63310         * 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.
63311         * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html:
63312         * 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.
63313         * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html:
63314         * platform/chromium/TestExpectations:
63315
63316 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
63317
63318         Unreviewed gardening.
63319
63320         Moving Chromium's baseline for media/track/opera/interfaces/TextTrack/addCue.html
63321         (that contains correct, platform-agnostic results) alongside the test.
63322
63323         * media/track/opera/interfaces/TextTrack/addCue-expected.txt: Copied from LayoutTests/platform/chromium/media/track/opera/interfaces/TextTrack/addCue-expected.txt.
63324         * platform/chromium/media/track/opera/interfaces/TextTrack/addCue-expected.txt: Removed.
63325         * platform/efl/TestExpectations: Removed the missing expectation for this test.
63326
63327 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
63328
63329         Unreviewed GTK gardening.
63330
63331         Adding a platform-specific baseline for fast/css/image-set-value-not-removed-crash.html.
63332         Adding a failure expectation for svg/custom/use-href-update-crash.html.
63333
63334         * platform/gtk/TestExpectations:
63335         * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt: Added.
63336
63337 2012-12-05  Mike West  <mkwst@chromium.org>
63338
63339         Unreviewed gardening.
63340
63341         fast/frames/viewsource-on-image-file.html and
63342         fast/overflow/scrollbar-click-retains-focus.html are failing on every
63343         port. Skipping.
63344
63345         * platform/efl/TestExpectations:
63346         * platform/gtk/TestExpectations:
63347         * platform/mac/TestExpectations:
63348         * platform/qt/TestExpectations:
63349
63350 2012-12-05  Carlos Garcia Campos  <cgarcia@igalia.com>
63351
63352         Flex item auto margins in the cross direction should safe center
63353         https://bugs.webkit.org/show_bug.cgi?id=103919
63354
63355         Reviewed by Ojan Vafai.
63356
63357         * css3/flexbox/flex-flow-auto-margins-no-available-space-expected.txt: Added.
63358         * css3/flexbox/flex-flow-auto-margins-no-available-space.html: Added.
63359
63360 2012-12-05  Mike West  <mkwst@chromium.org>
63361
63362         [mac][gtk] Unreviewed gardening.
63363
63364         fast/overflow/scrollbar-click-retains-focus.html was added in r136646
63365         and fails only on Mac WK1, and GTK. Skipping.
63366
63367         * platform/gtk/TestExpectations:
63368         * platform/mac/TestExpectations:
63369
63370 2012-12-05  Mike West  <mkwst@chromium.org>
63371
63372         Web Inspector: Autogenerate stack traces and line numbers when possible.
63373         https://bugs.webkit.org/show_bug.cgi?id=100650
63374
63375         Reviewed by Yury Semikhatsky.
63376
63377         New line numbers! Huzzah! (Also, removing some that shouldn't be there).
63378
63379         * http/tests/inspector/console-xhr-logging-expected.txt:
63380         * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
63381             One new stack trace! OMG!
63382         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
63383         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
63384         * fast/frames/xss-auditor-handles-file-urls-expected.txt:
63385         * html5lib/run-test11-expected.txt:
63386         * http/tests/misc/bubble-drag-events-expected.txt:
63387         * http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
63388         * http/tests/misc/iframe-invalid-source-crash-expected.txt:
63389         * http/tests/misc/image-blocked-src-change-expected.txt:
63390         * http/tests/misc/image-blocked-src-no-change-expected.txt:
63391         * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
63392         * http/tests/security/frame-loading-via-document-write-expected.txt:
63393         * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
63394         * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
63395         * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
63396         * http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
63397         * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
63398         * http/tests/security/xssAuditor/base-href-expected.txt:
63399         * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
63400         * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
63401         * http/tests/security/xssAuditor/cookie-injection-expected.txt:
63402         * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
63403         * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
63404         * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
63405         * http/tests/security/xssAuditor/embed-tag-expected.txt:
63406         * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
63407         * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
63408         * http/tests/security/xssAuditor/form-action-expected.txt:
63409         * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
63410         * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
63411         * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
63412         * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
63413         * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
63414         * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
63415         * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
63416         * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
63417         * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
63418         * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
63419         * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
63420         * http/tests/security/xssAuditor/iframe-injection-expected.txt:
63421         * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
63422         * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
63423         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
63424         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
63425         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
63426         * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
63427         * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
63428         * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
63429         * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
63430         * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
63431         * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
63432         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
63433         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
63434         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
63435         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
63436         * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
63437         * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
63438         * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
63439         * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
63440         * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
63441         * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
63442         * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
63443         * http/tests/security/xssAuditor/javascript-link-expected.txt:
63444         * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
63445         * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
63446         * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
63447         * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
63448         * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
63449         * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
63450         * http/tests/security/xssAuditor/link-onclick-expected.txt:
63451         * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
63452         * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
63453         * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
63454         * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
63455         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
63456         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
63457         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
63458         * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
63459         * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
63460         * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
63461         * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
63462         * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
63463         * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
63464         * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
63465         * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
63466         * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
63467         * http/tests/security/xssAuditor/object-tag-expected.txt:
63468         * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
63469         * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
63470         * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
63471         * http/tests/security/xssAuditor/open-iframe-src-expected.txt:
63472         * http/tests/security/xssAuditor/open-script-src-expected.txt:
63473         * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
63474         * http/tests/security/xssAuditor/property-escape-comment-expected.txt:
63475         * http/tests/security/xssAuditor/property-escape-entity-expected.txt:
63476         * http/tests/security/xssAuditor/property-escape-expected.txt:
63477         * http/tests/security/xssAuditor/property-escape-long-expected.txt:
63478         * http/tests/security/xssAuditor/property-escape-quote-expected.txt:
63479         * http/tests/security/xssAuditor/report-script-tag-expected.txt:
63480         * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
63481         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
63482         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
63483         * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
63484         * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
63485         * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
63486         * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
63487         * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
63488         * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
63489         * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
63490         * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
63491         * http/tests/security/xssAuditor/script-tag-expected.txt:
63492         * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
63493         * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
63494         * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
63495         * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
63496         * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
63497         * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
63498         * http/tests/security/xssAuditor/script-tag-post-expected.txt:
63499         * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
63500         * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
63501         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
63502         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
63503         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
63504         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
63505         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
63506         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
63507         * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
63508         * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
63509         * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt:
63510         * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
63511         * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
63512         * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
63513         * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
63514         * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
63515         * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
63516         * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
63517         * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
63518         * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
63519         * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
63520         * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
63521         * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
63522         * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
63523         * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
63524         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt:
63525         * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
63526         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
63527         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
63528         * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
63529         * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
63530         * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
63531         * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
63532         * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
63533         * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
63534         * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
63535         * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
63536         * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
63537         * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
63538         * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
63539         * platform/chromium/http/tests/misc/bubble-drag-events-expected.txt:
63540         * platform/chromium/http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
63541         * platform/chromium/http/tests/misc/iframe-invalid-source-crash-expected.txt:
63542         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt:
63543         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt:
63544         * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
63545         * platform/chromium/svg/custom/polyline-setattribute-points-null-expected.txt:
63546         * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
63547         * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
63548         * svg/custom/invalid-length-units-expected.txt:
63549         * svg/custom/poly-parsing-error-expected.txt:
63550         * svg/dom/SVGScriptElement/script-onerror-bubbling-expected.txt:
63551         * svg/dom/fuzz-path-parser-expected.txt:
63552         * svg/dom/path-parser-expected.txt:
63553         * svg/dom/points-parser-expected.txt:
63554
63555 2012-12-04  Carlos Garcia Campos  <cgarcia@igalia.com>
63556
63557         Reduce the children repaints when moved multiple times during the layout
63558         https://bugs.webkit.org/show_bug.cgi?id=103510
63559
63560         Reviewed by Darin Adler.
63561
63562         Add test to check that for flex items moved multiple times during the
63563         layout, only the initial and final positions are repainted.
63564
63565         * css3/flexbox/repaint-column-reverse-expected.txt: Added.
63566         * css3/flexbox/repaint-column-reverse.html: Added.
63567         * platform/chromium-linux/css3/flexbox/repaint-column-reverse-expected.png: Added.
63568
63569 2012-12-05  Dominik Röttsches  <dominik.rottsches@intel.com>
63570
63571         [EFL] Unreviewed gardening.
63572
63573         Rebaselining viewsource* after r126683.
63574         Adding new baseline for orientation-sideways, new test.
63575         Moving addCue test to TestExpectations until it's fixed in bug 103925.
63576
63577         * platform/efl-wk2/fast/frames/viewsource-attribute-expected.png: Added.
63578         * platform/efl-wk2/fast/frames/viewsource-attribute-expected.txt: Added.
63579         * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.png: Added.
63580         * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.txt: Added.
63581         * platform/efl/TestExpectations:
63582         * platform/efl/fast/text/orientation-sideways-expected.png: Added.
63583         * platform/efl/fast/text/orientation-sideways-expected.txt: Added.
63584
63585 2012-12-05  Mike West  <mkwst@chromium.org>
63586
63587         [chromium] Unreviewed gardening.
63588
63589         fast/text/hyphenate-character.html, fast/text/hyphenate-first-word.html
63590         fast/text/hyphenate-locale.html, and fast/text/hyphens.html have started
63591         failing on Linux. Widening the skip to cover that platform as well (they
63592         were already skipped for Windows, Mac, and Android.
63593
63594         * platform/chromium/TestExpectations:
63595
63596 2012-12-05  Takashi Sakamoto  <tasak@google.com>
63597
63598         Unreviewed, WebKit gardening.
63599         https://bugs.webkit.org/show_bug.cgi?id=103487
63600
63601         * platform/chromium/TestExpectations:
63602         fast/forms/placeholder-position.html is flaky on linux.
63603
63604 2012-12-05  Takashi Sakamoto  <tasak@google.com>
63605
63606         Unreviewed, WebKit gardening.
63607         https://bugs.webkit.org/show_bug.cgi?id=104092
63608
63609         * platform/chromium/TestExpectations:
63610         Mark fast/frames/paint-iframe-background.html as flaky.
63611
63612 2012-12-05  Bear Travis  <betravis@adobe.com>
63613
63614         Absolutely positioned non-replaced elements should resolve vertical margins against
63615         their containing block's logical width
63616         https://bugs.webkit.org/show_bug.cgi?id=103576
63617
63618         Reviewed by Emil A Eklund.
63619
63620         Test that different writing mode combinations between a parent and child correctly
63621         compute percentage margins for an absolutely positioned child.
63622
63623         * fast/writing-mode/percentage-margins-absolute-expected.txt: Added.
63624         * fast/writing-mode/percentage-margins-absolute.html: Added.
63625
63626 2012-12-04  Takashi Sakamoto  <tasak@google.com>
63627
63628         Unreviewed, WebKit gardening.
63629         https://bugs.webkit.org/show_bug.cgi?id=104090
63630
63631         * platform/chromium/TestExpectations:
63632         Mark fast/css-grid-layout/grid-columns-rows-get-set-multiple.html and
63633         fast/css-grid-layout/grid-columns-rows-get-set.html as crash on Mac
63634         Debug.
63635
63636 2012-12-04  Takashi Sakamoto  <tasak@google.com>
63637
63638         Unreviewed, WebKit gardening.
63639
63640         * platform/chromium/TestExpectations:
63641         Mark fast/frames/viewsource-attribute.html and
63642         viewsource-on-image-file.html as failure.
63643
63644 2012-12-04  Elliott Sprehn  <esprehn@chromium.org>
63645
63646         Clicking a scrollbar unfocuses the current activeElement
63647         https://bugs.webkit.org/show_bug.cgi?id=96335
63648  
63649         Reviewed by Ojan Vafai.
63650  
63651         Add test that ensures clicking inside a scrollbar doesn't move the
63652         focus unless the scrollbar is inside a mouse focusable element.
63653
63654         * fast/overflow/scrollbar-click-retains-focus-expected.txt: Added.
63655         * fast/overflow/scrollbar-click-retains-focus.html: Added.
63656
63657 2012-12-04  Viatcheslav Ostapenko  <v.ostapenko@samsung.com>
63658
63659         [EFL][WK2] Enable compositing pixel tests that are not fail after EFL WTR snapshot implementation.
63660         https://bugs.webkit.org/show_bug.cgi?id=104075
63661
63662         Unreviewed, EFL gardening.
63663
63664         * platform/efl-wk1/TestExpectations:
63665         * platform/efl/TestExpectations:
63666
63667 2012-12-04  Noel Gordon  <noel.gordon@gmail.com>
63668
63669         [v8] Improve worker.postMessage() string performance: avoid utf8 conversion
63670         https://bugs.webkit.org/show_bug.cgi?id=102230
63671
63672         Reviewed by Eric Seidel.
63673
63674         Update serialized-script-value-expected results for the new SerializedScriptValue
63675         wire format version. Add test cases for UChar string serialization to verify that
63676         the UChar string data appears on an even-byte boundary in the wire format, and to
63677         test reading string data from the previous wire format is backward-compatible.
63678
63679         * platform/chromium/fast/storage/serialized-script-value-expected.txt:
63680         * platform/chromium/fast/storage/serialized-script-value.html:
63681
63682 2012-12-04  Takashi Sakamoto  <tasak@google.com>
63683
63684         Unreviewed, WebKit gardening. A rebaseline.
63685
63686         * platform/chromium/media/track/opera/interfaces/TextTrack/addCue-expected.txt: Added.
63687
63688 2012-12-04  Takashi Sakamoto  <tasak@google.com>
63689
63690         Unreviewed, WebKit gardening.
63691
63692         * platform/chromium/TestExpectations:
63693         Updated css3/filters/effect-reference-hw.html's expectation.
63694
63695 2012-12-04  Florin Malita  <fmalita@chromium.org>
63696
63697         Unreviewed gardening - skip use-href-update-crash.svg on Win.
63698
63699         * platform/win/TestExpectations:
63700
63701 2012-12-04  Takashi Sakamoto  <tasak@google.com>
63702
63703         Unreviewed, WebKit gardening.
63704
63705         * platform/chromium-mac-snowleopard/fast/parser/document-write-ignores-later-network-bytes-expected.txt: Removed, rebaseline.
63706
63707 2012-12-04  Florin Malita  <fmalita@chromium.org>
63708
63709         Unreviewed gardening - suppressing failing svg/custom/use-href-update-crash.svg on Mac and
63710         Qt.
63711
63712         * platform/mac/TestExpectations:
63713         * platform/qt/TestExpectations:
63714
63715 2012-12-04  Stephen White  <senorblanco@chromium.org>
63716
63717         [chromium] Turn on the new Skia mask blur algorithm.
63718         https://bugs.webkit.org/show_bug.cgi?id=103906
63719
63720         Reviewed by Adrienne Walker.
63721
63722         * platform/chromium/TestExpectations:
63723
63724 2012-12-04  Roger Fong  <roger_fong@apple.com>
63725
63726         Unreviewed. Add Windows specific results for some tests following r136558 and r136560.
63727
63728         Tests are indeed passing. The output is just slightly different on Windows.
63729
63730         * platform/win/TestExpectations:
63731         * platform/win/fast/css/image-set-value-not-removed-crash-expected.txt: Added.
63732         * platform/win/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
63733
63734 2012-12-04  Julien Chaffraix  <jchaffraix@webkit.org>
63735
63736         [CSS Grid Layout] Implement CSS parsing and handling for <track-minmax>
63737         https://bugs.webkit.org/show_bug.cgi?id=103799
63738
63739         Reviewed by Tony Chang.
63740
63741         * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
63742         * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
63743         * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
63744         * fast/css-grid-layout/grid-columns-rows-get-set.html:
63745         * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
63746         * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
63747         Extended the following tests to cover the new grammar.
63748
63749 2012-12-04  Florin Malita  <fmalita@chromium.org>
63750
63751         Unreviewed gardening - add missing js-test-pre.js include to avoid use-href-update-crash.svg
63752         failures on platforms that do not define gc().
63753
63754         * svg/custom/use-href-update-crash.svg:
63755
63756 2012-12-04  Emil A Eklund  <eae@chromium.org>
63757
63758         Unreviewed, mark css3/filters/effect-reference-hw.html as failing rather than crashing.
63759
63760         * platform/chromium/TestExpectations:
63761
63762 2012-12-04  Yury Semikhatsky  <yurys@chromium.org>
63763
63764         [chromium] Layout test inspector-protocol/debugger-pause-dedicated-worker.html is flaky
63765         https://bugs.webkit.org/show_bug.cgi?id=101229
63766
63767         Reviewed by Vsevolod Vlasov.
63768
63769         Removed unnecessary logging that introduced flakiness to the tests.
63770
63771         * inspector-protocol/debugger-pause-dedicated-worker-expected.txt:
63772         * inspector-protocol/debugger-pause-dedicated-worker.html:
63773         * inspector-protocol/debugger-terminate-dedicated-worker-while-paused-expected.txt:
63774         * inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html:
63775         * platform/chromium/TestExpectations:
63776
63777 2012-12-04  Emil A Eklund  <eae@chromium.org>
63778
63779         Unreviewed chromium rebaselines.
63780
63781         * platform/chromium-mac-snowleopard/fast/parser/document-write-ignores-later-network-bytes-expected.png: Added.
63782         * platform/chromium-mac-snowleopard/fast/parser/document-write-ignores-later-network-bytes-expected.txt: Added.
63783
63784 2012-12-04  Emil A Eklund  <eae@chromium.org>
63785
63786         Unreviewed chromium expectations update.
63787
63788         * platform/chromium/TestExpectations:
63789
63790 2012-12-04  Abhishek Arya  <inferno@chromium.org>
63791
63792         Heap-use-after-free in WebCore::StyleCachedImageSet::cssValue
63793         https://bugs.webkit.org/show_bug.cgi?id=100621
63794
63795         Reviewed by Eric Seidel.
63796
63797         * fast/css/image-set-value-not-removed-crash-expected.txt: Added.
63798         * fast/css/image-set-value-not-removed-crash.html: Added.
63799
63800 2012-12-04  Abhishek Arya  <inferno@chromium.org>
63801
63802         Crash in CachedResource::checkNotify due to -webkit-crossfade.
63803         https://bugs.webkit.org/show_bug.cgi?id=98068
63804
63805         Reviewed by Nate Chapin.
63806
63807         * fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
63808         * fast/images/crossfade-client-not-removed-crash.html: Added.
63809
63810 2012-12-04  Roger Fong  <roger_fong@apple.com>
63811
63812         Unreviewed. Skip flaky "fake mouse move tests" on Windows port.
63813         https://bugs.webkit.org/show_bug.cgi?id=103043.
63814
63815         * platform/win/TestExpectations:
63816
63817 2012-12-04  Julien Chaffraix  <jchaffraix@webkit.org>
63818
63819         Heap-use-after-free in WebCore::RenderLayer::paintList [MathML]
63820         https://bugs.webkit.org/show_bug.cgi?id=100764
63821
63822         Reviewed by Eric Seidel.
63823
63824         * mathml/mfenced-root-layer-expected.txt: Added.
63825         * mathml/mfenced-root-layer.html: Added.
63826
63827 2012-12-04  Roger Fong  <roger_fong@apple.com>
63828
63829         Unreviewed gardening. Skip fast/loader/non-deferred-substitute-load.html on Windows port.
63830         https://bugs.webkit.org/show_bug.cgi?id=103968
63831
63832         * platform/win/TestExpectations:
63833
63834 2012-12-04  Emil A Eklund  <eae@chromium.org>
63835
63836         Unreviewed, mark fast/dom/HTMLTemplateElement/inertContents.html as flaky on mac debug.
63837
63838         * platform/chromium/TestExpectations:
63839
63840 2012-12-04  Florin Malita  <fmalita@chromium.org>
63841
63842         Stale SVGUseElement reference in CachedResource::checkNotify()
63843         https://bugs.webkit.org/show_bug.cgi?id=104004
63844
63845         Reviewed by Eric Seidel.
63846
63847         * svg/custom/use-href-update-crash-expected.txt: Added.
63848         * svg/custom/use-href-update-crash.svg: Added.
63849
63850 2012-12-04  Antoine Quint  <graouts@apple.com>
63851
63852         Missing -expected.txt files for new <track> tests
63853         https://bugs.webkit.org/show_bug.cgi?id=104006
63854
63855         Reviewed by Eric Carlson.
63856
63857         Add the missing -expected.txt files.
63858
63859         * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
63860         * media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
63861
63862 2012-12-04  Sheriff Bot  <webkit.review.bot@gmail.com>
63863
63864         Unreviewed, rolling out r136509.
63865         http://trac.webkit.org/changeset/136509
63866         https://bugs.webkit.org/show_bug.cgi?id=104015
63867
63868         broke layout tests (Requested by eae on #webkit).
63869
63870         * platform/efl-wk2/TestExpectations:
63871
63872 2012-12-04  Antoine Quint  <graouts@apple.com>
63873
63874         INVALID_STATE_ERR error upon calling .addCue() for an already-in-use cue
63875         https://bugs.webkit.org/show_bug.cgi?id=103264
63876
63877         Reviewed by Eric Carlson.
63878
63879         Stop skipping media/track/opera/interfaces/TextTrack/addCue.html as it now mostly passes, the remaining issue
63880         being tracked by https://bugs.webkit.org/show_bug.cgi?id=103258.
63881
63882         * media/track/opera/interfaces/TextTrack/addCue-expected.txt: Added.
63883         * platform/chromium/TestExpectations:
63884         * platform/efl/TestExpectations:
63885         * platform/gtk/TestExpectations:
63886         * platform/mac/TestExpectations:
63887         * platform/qt/TestExpectations:
63888         * platform/win/TestExpectations:
63889
63890 2012-12-04  Mike West  <mkwst@chromium.org>
63891
63892         Log to console when forms and popups are blocked by 'sandbox'.
63893         https://bugs.webkit.org/show_bug.cgi?id=103615
63894
63895         Reviewed by Adam Barth.
63896
63897         * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
63898         * fast/frames/sandboxed-iframe-forms-dynamic-expected.txt:
63899         * fast/frames/sandboxed-iframe-forms-expected.txt:
63900         * fast/frames/sandboxed-iframe-navigation-top-by-name-denied-expected.txt:
63901         * fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt:
63902         * http/tests/security/no-popup-from-sandbox.html:
63903         * http/tests/security/popup-allowed-by-sandbox-is-sandboxed.html:
63904             Updating effected tests with new console warnings.
63905
63906 2012-12-04  Emil A Eklund  <eae@chromium.org>
63907
63908         Unreviewed chromium rebaseline for r136508.
63909
63910         * platform/chromium-linux/compositing/masks/masked-ancestor-expected.png:
63911         * platform/chromium-mac-lion/compositing/masks/masked-ancestor-expected.png:
63912         * platform/chromium-mac-snowleopard/compositing/masks/masked-ancestor-expected.png:
63913         * platform/chromium-mac/compositing/masks/masked-ancestor-expected.png:
63914         * platform/chromium-win/compositing/masks/masked-ancestor-expected.png:
63915         * platform/efl-wk1/compositing/masks: Added.
63916         * platform/efl-wk1/compositing/masks/masked-ancestor-expected.png: Added.
63917         * platform/efl/compositing/masks/masked-ancestor-expected.png: Removed.
63918
63919 2012-12-04  Ken Kania  <kkania@chromium.org>
63920
63921         Inspector: Introduce Input.dispatchKeyEvent and DOM.focus for typing simulation.
63922         https://bugs.webkit.org/show_bug.cgi?id=103530
63923
63924         Reviewed by Yury Semikhatsky.
63925
63926         Input.dispatchKeyEvent simply calls EventHandler::keyEvent with the key event data
63927         from the command parameters. The client will be responsible for providing proper
63928         events to simulate desired typing behavior.
63929         DOM.focus calls focus on a dom element.
63930
63931         * inspector-protocol/dom-focus-expected.txt: Added.
63932         * inspector-protocol/dom-focus.html: Added.
63933         * inspector-protocol/input/dispatchKeyEvent-expected.txt: Added.
63934         * inspector-protocol/input/dispatchKeyEvent.html: Added.
63935
63936 2012-12-04  Emil A Eklund  <eae@chromium.org>
63937
63938         Unreviewed mathml rebaseline.
63939
63940         * platform/chromium-linux-x86/mathml/presentation/sub-expected.txt: Removed.
63941         * platform/chromium-mac-lion/mathml/presentation/sub-expected.txt: Removed.
63942         * platform/chromium/mathml/presentation/sub-expected.txt: Removed.
63943         * platform/efl-wk1/mathml: Added.
63944         * platform/efl-wk1/mathml/presentation: Added.
63945         * platform/efl-wk1/mathml/presentation/roots-expected.txt: Added.
63946         * platform/efl-wk1/mathml/presentation/row-alignment-expected.txt: Added.
63947         * platform/efl-wk1/mathml/presentation/sub-expected.txt: Added.
63948         * platform/efl-wk1/mathml/presentation/subsup-expected.txt: Added.
63949         * platform/efl/mathml/presentation/roots-expected.txt: Removed.
63950         * platform/efl/mathml/presentation/row-alignment-expected.txt: Removed.
63951         * platform/efl/mathml/presentation/sub-expected.txt: Removed.
63952         * platform/efl/mathml/presentation/subsup-expected.txt: Removed.
63953
63954 2012-12-04  Emil A Eklund  <eae@chromium.org>
63955
63956         Unreviewed, skip new broken tests in chromium.
63957
63958         * platform/chromium/TestExpectations:
63959
63960 2012-12-04  Emil A Eklund  <eae@chromium.org>
63961
63962         Unreviewed chromium expectations update, mark unskipped svg tests as slow.
63963
63964         * platform/chromium/TestExpectations:
63965
63966 2012-12-04  Emil A Eklund  <eae@chromium.org>
63967
63968         Unreviewed chromium rebaseline for r136506 and 136502.
63969
63970         * platform/chromium-linux/compositing/absolute-position-changed-with-composited-parent-layer-expected.png: Removed.
63971         * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
63972         * platform/chromium-linux/media/track/opera: Added.
63973         * platform/chromium-linux/media/track/opera/interfaces: Added.
63974         * platform/chromium-linux/media/track/opera/interfaces/HTMLElement: Added.
63975         * platform/chromium-linux/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
63976         * platform/chromium-linux/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
63977         * platform/chromium-linux/media/track/opera/interfaces/TextTrack: Added.
63978         * platform/chromium-linux/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
63979         * platform/chromium-mac-lion/media/track/opera: Added.
63980         * platform/chromium-mac-lion/media/track/opera/interfaces: Added.
63981         * platform/chromium-mac-lion/media/track/opera/interfaces/HTMLElement: Added.
63982         * platform/chromium-mac-lion/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
63983         * platform/chromium-mac-lion/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
63984         * platform/chromium-mac-lion/media/track/opera/interfaces/TextTrack: Added.
63985         * platform/chromium-mac-lion/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
63986         * platform/chromium-mac-snowleopard/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
63987         * platform/chromium-mac-snowleopard/media/track/opera: Added.
63988         * platform/chromium-mac-snowleopard/media/track/opera/interfaces: Added.
63989         * platform/chromium-mac-snowleopard/media/track/opera/interfaces/HTMLElement: Added.
63990         * platform/chromium-mac-snowleopard/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
63991         * platform/chromium-mac-snowleopard/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
63992         * platform/chromium-mac-snowleopard/media/track/opera/interfaces/TextTrack: Added.
63993         * platform/chromium-mac-snowleopard/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
63994         * platform/chromium-mac/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
63995         * platform/chromium-mac/compositing/repaint/newly-composited-on-scroll-expected.png:
63996         * platform/chromium-mac/media/track/opera: Added.
63997         * platform/chromium-mac/media/track/opera/interfaces: Added.
63998         * platform/chromium-mac/media/track/opera/interfaces/HTMLElement: Added.
63999         * platform/chromium-mac/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
64000         * platform/chromium-mac/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
64001         * platform/chromium-mac/media/track/opera/interfaces/TextTrack: Added.
64002         * platform/chromium-mac/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
64003         * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
64004         * platform/chromium-win-xp/media/track/opera: Added.
64005         * platform/chromium-win-xp/media/track/opera/interfaces: Added.
64006         * platform/chromium-win-xp/media/track/opera/interfaces/HTMLElement: Added.
64007         * platform/chromium-win-xp/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
64008         * platform/chromium-win-xp/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
64009         * platform/chromium-win-xp/media/track/opera/interfaces/TextTrack: Added.
64010         * platform/chromium-win-xp/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
64011         * platform/chromium-win/compositing/absolute-position-changed-with-composited-parent-layer-expected.png: Removed.
64012         * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
64013         * platform/chromium-win/compositing/iframes/composited-iframe-alignment-expected.png:
64014         * platform/chromium-win/compositing/reflections/reflection-in-composited-expected.png:
64015         * platform/chromium-win/media/track/opera: Added.
64016         * platform/chromium-win/media/track/opera/interfaces: Added.
64017         * platform/chromium-win/media/track/opera/interfaces/HTMLElement: Added.
64018         * platform/chromium-win/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
64019         * platform/chromium-win/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
64020         * platform/chromium-win/media/track/opera/interfaces/TextTrack: Added.
64021         * platform/chromium-win/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
64022         * platform/efl-wk1/compositing/iframes: Added.
64023         * platform/efl-wk1/compositing/iframes/composited-iframe-alignment-expected.png: Added.
64024         * platform/efl-wk1/compositing/reflections/reflection-in-composited-expected.png: Added.
64025         * platform/efl-wk1/compositing/repaint/newly-composited-on-scroll-expected.png: Added.
64026         * platform/efl/compositing/iframes/composited-iframe-alignment-expected.png: Removed.
64027         * platform/efl/compositing/reflections/reflection-in-composited-expected.png: Removed.
64028         * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.png: Removed.
64029
64030 2012-12-04  Robert Hogan  <robert@webkit.org>
64031
64032         Redrawing issue with inserting new inline element between existing inline elements
64033         https://bugs.webkit.org/show_bug.cgi?id=50315
64034
64035         Reviewed by Levi Weintraub.
64036
64037         * fast/inline/layout-after-inserting-nested-br-expected.html: Added.
64038         * fast/inline/layout-after-inserting-nested-br.html: Added.
64039
64040 2012-12-04  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
64041
64042         IntSize::scale() should return rounded value
64043         https://bugs.webkit.org/show_bug.cgi?id=103984
64044
64045         Reviewed by Kenneth Rohde Christiansen.
64046
64047         Test css3/device-adapt/viewport-width-not-affecting-next-page.html is not flaky any more.
64048
64049         * platform/efl-wk2/TestExpectations:
64050
64051 2012-12-04  Stephen Chenney  <schenney@chromium.org>
64052
64053         [chromium] Turn on the new Skia mask blur algorithm.
64054         https://bugs.webkit.org/show_bug.cgi?id=103906
64055
64056         Unreviewed roll out.
64057
64058         The previous patch was premature and is causing issues rolling skia deps and Chromium deps.
64059
64060         * platform/chromium/TestExpectations:
64061
64062 2012-12-04  Antoine Quint  <graouts@apple.com>
64063
64064         TextTrack's .kind property should return lower-case values
64065         https://bugs.webkit.org/show_bug.cgi?id=103411
64066
64067         Reviewed by Eric Carlson.
64068
64069         Stop skipping passing tests.
64070
64071         * platform/chromium/TestExpectations:
64072         * platform/efl/TestExpectations:
64073         * platform/gtk/TestExpectations:
64074         * platform/mac/TestExpectations:
64075         * platform/qt/TestExpectations:
64076         * platform/win/TestExpectations:
64077
64078 2012-12-04  Markus Heintz  <markusheintz@chromium.org>
64079
64080         Web Inspector: Updating test expectations after viewport console warnings cleanup.
64081         https://bugs.webkit.org/show_bug.cgi?id=102890
64082
64083         Reviewed by Jochen Eisinger.
64084
64085         Updating test expectations after improving the console message text
64086         for a viewport console warning and change the log level to warning.
64087
64088         * fast/viewport/viewport-121-expected.txt:
64089         * fast/viewport/viewport-122-expected.txt:
64090         * fast/viewport/viewport-125-expected.txt:
64091         * fast/viewport/viewport-126-expected.txt:
64092         * fast/viewport/viewport-127-expected.txt:
64093         * fast/viewport/viewport-134-expected.txt:
64094         * fast/viewport/viewport-52-expected.txt:
64095         * fast/viewport/viewport-53-expected.txt:
64096         * fast/viewport/viewport-54-expected.txt:
64097         * fast/viewport/viewport-55-expected.txt:
64098         * fast/viewport/viewport-77-expected.txt:
64099         * fast/viewport/viewport-83-expected.txt:
64100         * fast/viewport/viewport-84-expected.txt:
64101         * fast/viewport/viewport-87-expected.txt:
64102         * fast/viewport/viewport-warnings-3-expected.txt:
64103         * fast/viewport/viewport-warnings-5-expected.txt:
64104         * fast/viewport/viewport-warnings-6-expected.txt:
64105
64106 2012-12-04  Takashi Sakamoto  <tasak@google.com>
64107
64108         Unreviewed, WebKit gardening.
64109
64110         * platform/chromium/TestExpectations:
64111         Update flaky tests' expectations.
64112
64113 2012-12-04  Takashi Sakamoto  <tasak@google.com>
64114
64115         Unreviewed, WebKit gardening.
64116
64117         * platform/chromium/TestExpectations:
64118         Mark css3/filters/effect-reference-hw.html and
64119         css3/filters/effect-reference-ordering-hw.html as crash.
64120
64121 2012-12-04  Zan Dobersek  <zandobersek@gmail.com>
64122
64123         Unreviewed GTK gardening.
64124
64125         Adding failure expectations for the sixth and seventh SVG viewspec tests.
64126
64127         * platform/gtk/TestExpectations:
64128
64129 2012-12-03  Alexander Pavlov  <apavlov@chromium.org>
64130
64131         Web Inspector: [Overrides] Add ability to override the page CSS media type
64132         https://bugs.webkit.org/show_bug.cgi?id=103752
64133
64134         Reviewed by Pavel Feldman.
64135
64136         The test invokes PageAgent.setEmulatedMedia() and emits the WebInspector.cssModel.mediaQueryResultChanged() signal.
64137
64138         * inspector/styles/media-emulation-expected.txt: Added.
64139         * inspector/styles/media-emulation.html: Added.
64140
64141 2012-12-04  Ryosuke Niwa  <rniwa@webkit.org>
64142
64143         Fix a test and re-enable fast/harness/perftests on Chromium.
64144
64145         * fast/harness/perftests/runs-per-second-log.html:
64146         * platform/chromium/TestExpectations:
64147
64148 2012-12-04  Takashi Sakamoto  <tasak@google.com>
64149
64150         Unreviewed, WebKit gardening.
64151
64152         * platform/chromium/TestExpectations:
64153         Updated about 200 tests' expectations, because the tests were
64154         reported as "expected to XXX, but YYY".
64155
64156 2012-12-03  Alexander Pavlov  <apavlov@chromium.org>
64157
64158         Web Inspector: [REGRESSION] [Styles] Rule disappears if edited selector does not affect selected node
64159         https://bugs.webkit.org/show_bug.cgi?id=103059
64160
64161         Reviewed by Pavel Feldman.
64162
64163         * http/tests/inspector/elements-test.js:
64164         (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles):
64165           Add dumping of the [no-affect] flag for rules not affecting the currently selected element.
64166         * inspector/styles/commit-selector-expected.txt: Rebaseline.
64167
64168 2012-12-04  Jussi Kukkonen  <jussi.kukkonen@intel.com>
64169
64170         Make svg/dom/viewspec-parser-*.html non-flaky
64171         https://bugs.webkit.org/show_bug.cgi?id=103744
64172
64173         Reviewed by Dirk Schulze.
64174
64175         Modified viewspec-parser-*.html in two ways:
64176         - remove duplicate testing: the five files were all running
64177           the exact same tests (only a few percent were unique).
64178         - move the test division out of viewspec-parser.js to make it more
64179           visible, divide the tests into logical sets.
64180
64181         * platform/efl-wk2/TestExpectations:
64182         * svg/dom/resources/viewspec-parser.js:
64183         (startViewspecTests):
64184         * svg/dom/viewspec-parser-1-expected.txt:
64185         * svg/dom/viewspec-parser-1.html:
64186         * svg/dom/viewspec-parser-2-expected.txt:
64187         * svg/dom/viewspec-parser-2.html:
64188         * svg/dom/viewspec-parser-3-expected.txt:
64189         * svg/dom/viewspec-parser-3.html:
64190         * svg/dom/viewspec-parser-4-expected.txt:
64191         * svg/dom/viewspec-parser-4.html:
64192         * svg/dom/viewspec-parser-5-expected.txt:
64193         * svg/dom/viewspec-parser-5.html:
64194         * svg/dom/viewspec-parser-6-expected.txt: Added.
64195         * svg/dom/viewspec-parser-6.html: Added.
64196         * svg/dom/viewspec-parser-7-expected.txt: Added.
64197         * svg/dom/viewspec-parser-7.html: Added.
64198
64199 2012-12-03  Nate Chapin  <japhet@chromium.org>
64200
64201         svg/foreignObject/viewport-foreignObject-crash.html recurses infinitely sometimes
64202         https://bugs.webkit.org/show_bug.cgi?id=103935.
64203
64204         Reviewed by Abhishek Arya.
64205
64206         * svg/foreignObject/viewport-foreignobject-crash.html:
64207
64208 2012-12-03  Joshua Bell  <jsbell@chromium.org>
64209
64210         IndexedDB: Correct database version after aborted upgrade
64211         https://bugs.webkit.org/show_bug.cgi?id=103763
64212
64213         Reviewed by Tony Chang.
64214
64215         Update test expectations and tweak a test so it's testing what it claimed.
64216
64217         * storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt:
64218         * storage/indexeddb/mozilla/resources/versionchange-abort.js:
64219         (postAbort):
64220         * storage/indexeddb/mozilla/versionchange-abort-expected.txt:
64221         * storage/indexeddb/resources/unblocked-version-changes.js:
64222         (onUpgradeNeeded):
64223         * storage/indexeddb/unblocked-version-changes-expected.txt:
64224
64225 2012-12-03  Roger Fong  <roger_fong@apple.com>
64226
64227         Unreviewed. Gardening of Apple Windows port.
64228         https://bugs.webkit.org/show_bug.cgi?id=102603.
64229
64230         * platform/win/TestExpectations:
64231
64232 2012-12-03  Takashi Sakamoto  <tasak@google.com>
64233
64234         Unreviewed, WebKit gardening.
64235
64236         * platform/chromium/TestExpectations:
64237         Marked the following tests as crash timeout for Android:
64238         media/encrypted-media/encrypted-media-syntax.html,
64239         media/encrypted-media/encrypted-media-events.html, and
64240         media/encrypted-media/encrypted-media-not-loaded.html.
64241
64242 2012-12-03  Roger Fong  <roger_fong@apple.com>
64243
64244         Unreviewed gardening of Apple Windows Port.
64245         https://bugs.webkit.org/show_bug.cgi?id=97026
64246
64247         * platform/win/TestExpectations:
64248
64249 2012-12-03  Roger Fong  <roger_fong@apple.com>
64250
64251         Unreviewed. Removing expected failing results for Windows port. Test now works.
64252         https://bugs.webkit.org/show_bug.cgi?id=51469
64253
64254         * platform/win/fast/js/large-expressions-expected.txt: Removed.
64255
64256 2012-12-03  Roger Fong  <roger_fong@apple.com>
64257
64258         Unreviewed. Skip fast/js/kde/Array.html.
64259         https://bugs.webkit.org/show_bug.cgi?id=103962.
64260
64261         * platform/win/TestExpectations:
64262
64263 2012-12-03  Roger Fong  <roger_fong@apple.com>
64264
64265         Unreviewed. Line ending fix.
64266
64267         * platform/win/css3/filters/effect-reference-expected.txt:
64268         * platform/win/css3/filters/effect-reference-hw-expected.txt:
64269
64270 2012-12-03  Rafael Weinstein  <rafaelw@chromium.org>
64271
64272         Implement HTMLTemplateElement
64273         https://bugs.webkit.org/show_bug.cgi?id=86031
64274
64275         Reviewed by Adam Barth.
64276
64277         * fast/dom/HTMLTemplateElement/cloneNode-expected.txt: Added.
64278         * fast/dom/HTMLTemplateElement/cloneNode.html: Added.
64279         * fast/dom/HTMLTemplateElement/inertContents-expected.txt: Added.
64280         * fast/dom/HTMLTemplateElement/inertContents.html: Added.
64281         * fast/dom/HTMLTemplateElement/innerHTML-expected.txt: Added.
64282         * fast/dom/HTMLTemplateElement/innerHTML.html: Added.
64283         * fast/dom/HTMLTemplateElement/ownerDocument-expected.txt: Added.
64284         * fast/dom/HTMLTemplateElement/ownerDocument.html: Added.
64285         * html5lib/resources/template.dat: Added.
64286         * html5lib/run-template-expected.txt: Added.
64287         * html5lib/run-template.html: Added.
64288         * resources/dump-as-markup.js:
64289         (Markup._get):
64290         (Markup._getSelectionFromNode):
64291
64292 2012-12-03  Julien Chaffraix  <jchaffraix@webkit.org>
64293
64294         [CSS Grid Layout] Support percentage paddings and margins on grid items
64295         https://bugs.webkit.org/show_bug.cgi?id=103677
64296
64297         Reviewed by Tony Chang.
64298
64299         * resources/check-layout.js:
64300         Extended check-layout to be able to query paddings and margins. Note that in order to compare,
64301         the attribute with the returned value from getComputedStyle, we need to trim the unit ("px")
64302         from the actual values. This trick also works in FireFox and Opera.
64303
64304         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-expected.txt: Added.
64305         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item.html: Added.
64306
64307 2012-12-03  Roger Fong  <roger_fong@apple.com>
64308
64309         Unreviewed. Expected failing results on Windows.
64310
64311         * platform/win/css3/filters: Added.
64312         * platform/win/css3/filters/effect-reference-expected.txt: Added.
64313         * platform/win/css3/filters/effect-reference-hw-expected.txt: Added.
64314
64315 2012-12-03  Takashi Sakamoto  <tasak@google.com>
64316
64317         Unreviewed, WebKit gardening.
64318
64319         * platform/chromium/TestExpectations:
64320         Removed duplicate entries for compositing/masks/masked-ancestor.html.
64321         Fixed overriding: compositing/masks/simple-composited-mask.html.
64322
64323 2012-12-03  Antoine Quint  <graouts@apple.com>
64324
64325         Add Opera-submitted W3C <track> tests to LayoutTests
64326         https://bugs.webkit.org/show_bug.cgi?id=103887
64327
64328         Reviewed by Eric Carlson.
64329
64330         Adding the Opera-submitted W3C <track> testsuite and test results for passing tests. Failing tests are skipped
64331         on all platforms.
64332
64333         * media/track/opera/idl/media-idl-tests.html: Added.
64334         * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack.html: Added.
64335         * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/crossOrigin.html: Added.
64336         * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/textTracks-expected.txt: Added.
64337         * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/textTracks.html: Added.
64338         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/default-expected.txt: Added.
64339         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/default.html: Added.
64340         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/kind.html: Added.
64341         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/label-expected.txt: Added.
64342         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/label.html: Added.
64343         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/readyState-expected.txt: Added.
64344         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/readyState.html: Added.
64345         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/src.html: Added.
64346         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/srclang-expected.txt: Added.
64347         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/srclang.html: Added.
64348         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/track-expected.txt: Added.
64349         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/track.html: Added.
64350         * media/track/opera/interfaces/TextTrack/activeCues.html: Added.
64351         * media/track/opera/interfaces/TextTrack/addCue.html: Added.
64352         * media/track/opera/interfaces/TextTrack/constants-expected.txt: Added.
64353         * media/track/opera/interfaces/TextTrack/constants.html: Added.
64354         * media/track/opera/interfaces/TextTrack/cues.html: Added.
64355         * media/track/opera/interfaces/TextTrack/kind.html: Added.
64356         * media/track/opera/interfaces/TextTrack/label-expected.txt: Added.
64357         * media/track/opera/interfaces/TextTrack/label.html: Added.
64358         * media/track/opera/interfaces/TextTrack/language-expected.txt: Added.
64359         * media/track/opera/interfaces/TextTrack/language.html: Added.
64360         * media/track/opera/interfaces/TextTrack/mode-expected.txt: Added.
64361         * media/track/opera/interfaces/TextTrack/mode.html: Added.
64362         * media/track/opera/interfaces/TextTrack/oncuechange-expected.txt: Added.
64363         * media/track/opera/interfaces/TextTrack/oncuechange.html: Added.
64364         * media/track/opera/interfaces/TextTrack/removeCue.html: Added.
64365         * media/track/opera/interfaces/TextTrackCue/align.html: Added.
64366         * media/track/opera/interfaces/TextTrackCue/endTime.html: Added.
64367         * media/track/opera/interfaces/TextTrackCue/getCueAsHTML.html: Added.
64368         * media/track/opera/interfaces/TextTrackCue/id.html: Added.
64369         * media/track/opera/interfaces/TextTrackCue/line.html: Added.
64370         * media/track/opera/interfaces/TextTrackCue/onenter.html: Added.
64371         * media/track/opera/interfaces/TextTrackCue/onexit.html: Added.
64372         * media/track/opera/interfaces/TextTrackCue/pauseOnExit.html: Added.
64373         * media/track/opera/interfaces/TextTrackCue/snapToLines.html: Added.
64374         * media/track/opera/interfaces/TextTrackCue/startTime.html: Added.
64375         * media/track/opera/interfaces/TextTrackCue/text.html: Added.
64376         * media/track/opera/interfaces/TextTrackCue/track.html: Added.
64377         * media/track/opera/interfaces/TextTrackCue/vertical.html: Added.
64378         * media/track/opera/interfaces/TextTrackCueList/getCueById-expected.txt: Added.
64379         * media/track/opera/interfaces/TextTrackCueList/getCueById.html: Added.
64380         * media/track/opera/interfaces/TextTrackCueList/getter.html: Added.
64381         * media/track/opera/interfaces/TextTrackCueList/length-expected.txt: Added.
64382         * media/track/opera/interfaces/TextTrackCueList/length.html: Added.
64383         * media/track/opera/interfaces/TextTrackList/getter.html: Added.
64384         * media/track/opera/interfaces/TextTrackList/length-expected.txt: Added.
64385         * media/track/opera/interfaces/TextTrackList/length.html: Added.
64386         * media/track/opera/interfaces/TextTrackList/onaddtrack-expected.txt: Added.
64387         * media/track/opera/interfaces/TextTrackList/onaddtrack.html: Added.
64388         * media/track/opera/interfaces/TextTrackList/onremovetrack.html: Added.
64389         * media/track/opera/interfaces/TrackEvent/constructor.html: Added.
64390         * media/track/opera/interfaces/TrackEvent/createEvent.html: Added.
64391         * media/track/opera/resources/WebIDLParser.js: Added.
64392         (window.WebIDLParser):
64393         (window.WebIDLParser.):
64394         * media/track/opera/resources/idlharness.js: Added.
64395         (.):
64396         * media/track/opera/resources/media/sunflower.mp4: Added.
64397         * media/track/opera/resources/media/sunflower.webm: Added.
64398         * media/track/opera/track/track-element/cloneNode.html: Added.
64399         * media/track/opera/track/track-element/src-clear-cues.html: Added.
64400         * media/track/opera/track/webvtt/parsing-cue-data/buildtests.py: Added.
64401         (appendtest):
64402         * media/track/opera/track/webvtt/parsing-cue-data/common.js: Added.
64403         (format):
64404         (test_serializer):
64405         (.if):
64406         (print_diffs):
64407         (runTests.tests.forEach):
64408         (runTests):
64409         (trackError):
64410         (removeElm):
64411         * media/track/opera/track/webvtt/parsing-cue-data/dat/entities.dat: Added.
64412         * media/track/opera/track/webvtt/parsing-cue-data/dat/tags.dat: Added.
64413         * media/track/opera/track/webvtt/parsing-cue-data/dat/timestamps.dat: Added.
64414         * media/track/opera/track/webvtt/parsing-cue-data/dat/tree-building.dat: Added.
64415         * media/track/opera/track/webvtt/parsing-cue-data/tests/entities.html: Added.
64416         * media/track/opera/track/webvtt/parsing-cue-data/tests/tags.html: Added.
64417         * media/track/opera/track/webvtt/parsing-cue-data/tests/timestamps.html: Added.
64418         * media/track/opera/track/webvtt/parsing-cue-data/tests/tree-building.html: Added.
64419         * media/track/opera/track/webvtt/parsing/001.html: Added.
64420         * media/track/opera/track/webvtt/parsing/support/.htaccess: Added.
64421         * media/track/opera/track/webvtt/parsing/support/arrows.vtt: Added.
64422         * media/track/opera/track/webvtt/parsing/support/cue-counts.json: Added.
64423         * media/track/opera/track/webvtt/parsing/support/header-garbage.vtt: Added.
64424         * media/track/opera/track/webvtt/parsing/support/header-space.vtt: Added.
64425         * media/track/opera/track/webvtt/parsing/support/header-tab.vtt: Added.
64426         * media/track/opera/track/webvtt/parsing/support/header-timings.vtt: Added.
64427         * media/track/opera/track/webvtt/parsing/support/ids.vtt: Added.
64428         * media/track/opera/track/webvtt/parsing/support/newlines.vtt: Added.
64429         * media/track/opera/track/webvtt/parsing/support/no-signature.vtt: Added.
64430         * media/track/opera/track/webvtt/parsing/support/nulls.vtt: Added.
64431         * media/track/opera/track/webvtt/parsing/support/omitted-hours.vtt: Added.
64432         * media/track/opera/track/webvtt/parsing/support/settings-align.vtt: Added.
64433         * media/track/opera/track/webvtt/parsing/support/settings-line.vtt: Added.
64434         * media/track/opera/track/webvtt/parsing/support/settings-multiple.vtt: Added.
64435         * media/track/opera/track/webvtt/parsing/support/settings-position.vtt: Added.
64436         * media/track/opera/track/webvtt/parsing/support/settings-size.vtt: Added.
64437         * media/track/opera/track/webvtt/parsing/support/settings-vertical.vtt: Added.
64438         * media/track/opera/track/webvtt/parsing/support/signature-bom.vtt: Added.
64439         * media/track/opera/track/webvtt/parsing/support/signature-formfeed.vtt: Added.
64440         * media/track/opera/track/webvtt/parsing/support/signature-lowercase.vtt: Added.
64441         * media/track/opera/track/webvtt/parsing/support/signature-no-newline.vtt: Added.
64442         * media/track/opera/track/webvtt/parsing/support/signature-null.vtt: Added.
64443         * media/track/opera/track/webvtt/parsing/support/signature-space-no-newline.vtt: Added.
64444         * media/track/opera/track/webvtt/parsing/support/signature-space.vtt: Added.
64445         * media/track/opera/track/webvtt/parsing/support/signature-tab-no-newline.vtt: Added.
64446         * media/track/opera/track/webvtt/parsing/support/signature-tab.vtt: Added.
64447         * media/track/opera/track/webvtt/parsing/support/signature-timings.vtt: Added.
64448         * media/track/opera/track/webvtt/parsing/support/signature-too-short.vtt: Added.
64449         * media/track/opera/track/webvtt/parsing/support/signature-two-boms.vtt: Added.
64450         * media/track/opera/track/webvtt/parsing/support/signature-websrt.vtt: Added.
64451         * media/track/opera/track/webvtt/parsing/support/space-chars.vtt: Added.
64452         * media/track/opera/track/webvtt/parsing/support/timings-60.vtt: Added.
64453         * media/track/opera/track/webvtt/parsing/support/timings-garbage.vtt: Added.
64454         * media/track/opera/track/webvtt/parsing/support/timings-negative.vtt: Added.
64455         * media/track/opera/track/webvtt/parsing/support/timings-too-long.vtt: Added.
64456         * media/track/opera/track/webvtt/parsing/support/timings-too-short.vtt: Added.
64457         * media/track/opera/track/webvtt/rendering/adhoc/12345_timestamps.html: Added.
64458         * media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition.html: Added.
64459         * media/track/opera/track/webvtt/rendering/adhoc/support/12345_timestamps.vtt: Added.
64460         * media/track/opera/track/webvtt/rendering/adhoc/support/class.vtt: Added.
64461         * media/track/opera/track/webvtt/rendering/adhoc/support/voice_with_evil_timestamp.vtt: Added.
64462         * media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html: Added.
64463         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_completely_move_up-ref.html: Added.
64464         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_completely_move_up.html: Added.
64465         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_down-ref.html: Added.
64466         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_down.html: Added.
64467         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_up-ref.html: Added.
64468         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_up.html: Added.
64469         * media/track/opera/track/webvtt/rendering/reftest/2_tracks-ref.html: Added.
64470         * media/track/opera/track/webvtt/rendering/reftest/2_tracks.html: Added.
64471         * media/track/opera/track/webvtt/rendering/reftest/3_tracks-ref.html: Added.
64472         * media/track/opera/track/webvtt/rendering/reftest/3_tracks.html: Added.
64473         * media/track/opera/track/webvtt/rendering/reftest/align_end-ref.html: Added.
64474         * media/track/opera/track/webvtt/rendering/reftest/align_end.html: Added.
64475         * media/track/opera/track/webvtt/rendering/reftest/align_end_wrapped-ref.html: Added.
64476         * media/track/opera/track/webvtt/rendering/reftest/align_end_wrapped.html: Added.
64477         * media/track/opera/track/webvtt/rendering/reftest/align_middle-ref.html: Added.
64478         * media/track/opera/track/webvtt/rendering/reftest/align_middle.html: Added.
64479         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_50-ref.html: Added.
64480         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_50.html: Added.
64481         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_gt_50-ref.html: Added.
64482         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_gt_50.html: Added.
64483         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50-ref.html: Added.
64484         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50.html: Added.
64485         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50_size_gt_maximum_size-ref.html: Added.
64486         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50_size_gt_maximum_size.html: Added.
64487         * media/track/opera/track/webvtt/rendering/reftest/align_middle_wrapped-ref.html: Added.
64488         * media/track/opera/track/webvtt/rendering/reftest/align_middle_wrapped.html: Added.
64489         * media/track/opera/track/webvtt/rendering/reftest/align_start-ref.html: Added.
64490         * media/track/opera/track/webvtt/rendering/reftest/align_start.html: Added.
64491         * media/track/opera/track/webvtt/rendering/reftest/align_start_wrapped-ref.html: Added.
64492         * media/track/opera/track/webvtt/rendering/reftest/align_start_wrapped.html: Added.
64493         * media/track/opera/track/webvtt/rendering/reftest/audio_has_no_subtitles-ref.html: Added.
64494         * media/track/opera/track/webvtt/rendering/reftest/audio_has_no_subtitles.html: Added.
64495         * media/track/opera/track/webvtt/rendering/reftest/basic-ref.html: Added.
64496         * media/track/opera/track/webvtt/rendering/reftest/basic.html: Added.
64497         * media/track/opera/track/webvtt/rendering/reftest/bidi/bidi_ruby-ref.html: Added.
64498         * media/track/opera/track/webvtt/rendering/reftest/bidi/bidi_ruby.html: Added.
64499         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_LF_u05D0-ref.html: Added.
64500         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_LF_u05D0.html: Added.
64501         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2028_u05D0-ref.html: Added.
64502         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2028_u05D0.html: Added.
64503         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2029_u05D0-ref.html: Added.
64504         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2029_u05D0.html: Added.
64505         * media/track/opera/track/webvtt/rendering/reftest/bidi/u0041_first-ref.html: Added.
64506         * media/track/opera/track/webvtt/rendering/reftest/bidi/u0041_first.html: Added.
64507         * media/track/opera/track/webvtt/rendering/reftest/bidi/u05D0_first-ref.html: Added.
64508         * media/track/opera/track/webvtt/rendering/reftest/bidi/u05D0_first.html: Added.
64509         * media/track/opera/track/webvtt/rendering/reftest/bidi/u0628_first-ref.html: Added.
64510         * media/track/opera/track/webvtt/rendering/reftest/bidi/u0628_first.html: Added.
64511         * media/track/opera/track/webvtt/rendering/reftest/bidi/u06E9_no_strong_dir-ref.html: Added.
64512         * media/track/opera/track/webvtt/rendering/reftest/bidi/u06E9_no_strong_dir.html: Added.
64513         * media/track/opera/track/webvtt/rendering/reftest/build-manifest.py: Added.
64514         * media/track/opera/track/webvtt/rendering/reftest/cue_too_long-ref.html: Added.
64515         * media/track/opera/track/webvtt/rendering/reftest/cue_too_long.html: Added.
64516         * media/track/opera/track/webvtt/rendering/reftest/decode_escaped_entities-ref.html: Added.
64517         * media/track/opera/track/webvtt/rendering/reftest/decode_escaped_entities.html: Added.
64518         * media/track/opera/track/webvtt/rendering/reftest/disable_controls_reposition-ref.html: Added.
64519         * media/track/opera/track/webvtt/rendering/reftest/disable_controls_reposition.html: Added.
64520         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size-ref.html: Added.
64521         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size.html: Added.
64522         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size_while_paused-ref.html: Added.
64523         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size_while_paused.html: Added.
64524         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_line-ref.html: Added.
64525         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_line.html: Added.
64526         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text-ref.html: Added.
64527         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text.html: Added.
64528         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text_while_paused-ref.html: Added.
64529         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text_while_paused.html: Added.
64530         * media/track/opera/track/webvtt/rendering/reftest/dom_override_remove_cue_while_paused-ref.html: Added.
64531         * media/track/opera/track/webvtt/rendering/reftest/dom_override_remove_cue_while_paused.html: Added.
64532         * media/track/opera/track/webvtt/rendering/reftest/enable_controls_reposition-ref.html: Added.
64533         * media/track/opera/track/webvtt/rendering/reftest/enable_controls_reposition.html: Added.
64534         * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely-ref.html: Added.
64535         * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely.html: Added.
64536         * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp-ref.html: Added.
64537         * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp.html: Added.
64538         * media/track/opera/track/webvtt/rendering/reftest/evil/media_404_omit_subtitles-ref.html: Added.
64539         * media/track/opera/track/webvtt/rendering/reftest/evil/media_404_omit_subtitles.html: Added.
64540         * media/track/opera/track/webvtt/rendering/reftest/evil/media_height_19-ref.html: Added.
64541         * media/track/opera/track/webvtt/rendering/reftest/evil/media_height_19.html: Added.
64542         * media/track/opera/track/webvtt/rendering/reftest/evil/single_quote-ref.html: Added.
64543         * media/track/opera/track/webvtt/rendering/reftest/evil/single_quote.html: Added.
64544         * media/track/opera/track/webvtt/rendering/reftest/evil/size_90-ref.html: Added.
64545         * media/track/opera/track/webvtt/rendering/reftest/evil/size_90.html: Added.
64546         * media/track/opera/track/webvtt/rendering/reftest/evil/size_99-ref.html: Added.
64547         * media/track/opera/track/webvtt/rendering/reftest/evil/size_99.html: Added.
64548         * media/track/opera/track/webvtt/rendering/reftest/evil/support/9_cues_overlapping_completely.vtt: Added.
64549         * media/track/opera/track/webvtt/rendering/reftest/evil/support/9_cues_overlapping_completely_all_cues_have_same_timestamp.vtt: Added.
64550         * media/track/opera/track/webvtt/rendering/reftest/evil/support/single_quote.vtt: Added.
64551         * media/track/opera/track/webvtt/rendering/reftest/evil/support/size_90.vtt: Added.
64552         * media/track/opera/track/webvtt/rendering/reftest/evil/support/size_99.vtt: Added.
64553         * media/track/opera/track/webvtt/rendering/reftest/evil/support/test.vtt: Added.
64554         * media/track/opera/track/webvtt/rendering/reftest/line_-2_wrapped_cue_grow_upwards-ref.html: Added.
64555         * media/track/opera/track/webvtt/rendering/reftest/line_-2_wrapped_cue_grow_upwards.html: Added.
64556         * media/track/opera/track/webvtt/rendering/reftest/line_0_is_top-ref.html: Added.
64557         * media/track/opera/track/webvtt/rendering/reftest/line_0_is_top.html: Added.
64558         * media/track/opera/track/webvtt/rendering/reftest/line_1_wrapped_cue_grow_downwards-ref.html: Added.
64559         * media/track/opera/track/webvtt/rendering/reftest/line_1_wrapped_cue_grow_downwards.html: Added.
64560         * media/track/opera/track/webvtt/rendering/reftest/line_50_percent-ref.html: Added.
64561         * media/track/opera/track/webvtt/rendering/reftest/line_50_percent.html: Added.
64562         * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap-ref.html: Added.
64563         * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap.html: Added.
64564         * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap_move_up-ref.html: Added.
64565         * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap_move_up.html: Added.
64566         * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap-ref.html: Added.
64567         * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap.html: Added.
64568         * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap_move_up-ref.html: Added.
64569         * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap_move_up.html: Added.
64570         * media/track/opera/track/webvtt/rendering/reftest/media/background.gif: Added.
64571         * media/track/opera/track/webvtt/rendering/reftest/media/white.mp4: Added.
64572         * media/track/opera/track/webvtt/rendering/reftest/media/white.webm: Added.
64573         * media/track/opera/track/webvtt/rendering/reftest/media_height400_with_controls-ref.html: Added.
64574         * media/track/opera/track/webvtt/rendering/reftest/media_height400_with_controls.html: Added.
64575         * media/track/opera/track/webvtt/rendering/reftest/media_with_controls-ref.html: Added.
64576         * media/track/opera/track/webvtt/rendering/reftest/media_with_controls.html: Added.
64577         * media/track/opera/track/webvtt/rendering/reftest/navigate_cue_position-ref.html: Added.
64578         * media/track/opera/track/webvtt/rendering/reftest/navigate_cue_position.html: Added.
64579         * media/track/opera/track/webvtt/rendering/reftest/one_line_cue_plus_wrapped_cue-ref.html: Added.
64580         * media/track/opera/track/webvtt/rendering/reftest/one_line_cue_plus_wrapped_cue.html: Added.
64581         * media/track/opera/track/webvtt/rendering/reftest/reftest.list: Added.
64582         * media/track/opera/track/webvtt/rendering/reftest/repaint-ref.html: Added.
64583         * media/track/opera/track/webvtt/rendering/reftest/repaint.html: Added.
64584         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_properties-ref.html: Added.
64585         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_properties.html: Added.
64586         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand-ref.html: Added.
64587         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand.html: Added.
64588         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand_css_relative_url-ref.html: Added.
64589         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand_css_relative_url.html: Added.
64590         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hex-ref.html: Added.
64591         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hex.html: Added.
64592         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hsla-ref.html: Added.
64593         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hsla.html: Added.
64594         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_rgba-ref.html: Added.
64595         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_rgba.html: Added.
64596         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/cue_selector_single_colon-ref.html: Added.
64597         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/cue_selector_single_colon.html: Added.
64598         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_properties-ref.html: Added.
64599         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_properties.html: Added.
64600         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_shorthand-ref.html: Added.
64601         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_shorthand.html: Added.
64602         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/inherit_values_from_media_element-ref.html: Added.
64603         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/inherit_values_from_media_element.html: Added.
64604         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_properties-ref.html: Added.
64605         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_properties.html: Added.
64606         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_shorthand-ref.html: Added.
64607         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_shorthand.html: Added.
64608         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_line-through-ref.html: Added.
64609         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_line-through.html: Added.
64610         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline-ref.html: Added.
64611         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline.html: Added.
64612         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline_underline_line-through-ref.html: Added.
64613         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline_underline_line-through.html: Added.
64614         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_underline-ref.html: Added.
64615         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_underline.html: Added.
64616         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-shadow-ref.html: Added.
64617         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-shadow.html: Added.
64618         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_normal_wrapped-ref.html: Added.
64619         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_normal_wrapped.html: Added.
64620         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_nowrap_wrapped-ref.html: Added.
64621         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_nowrap_wrapped.html: Added.
64622         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-line_wrapped-ref.html: Added.
64623         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-line_wrapped.html: Added.
64624         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-ref.html: Added.
64625         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-wrap_wrapped-ref.html: Added.
64626         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-wrap_wrapped.html: Added.
64627         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre.html: Added.
64628         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre_wrapped-ref.html: Added.
64629         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre_wrapped.html: Added.
64630         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_box-ref.html: Added.
64631         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_box.html: Added.
64632         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_properties-ref.html: Added.
64633         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_properties.html: Added.
64634         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand-ref.html: Added.
64635         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand.html: Added.
64636         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand_css_relative_url-ref.html: Added.
64637         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand_css_relative_url.html: Added.
64638         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_animation_with_timestamp-ref.html: Added.
64639         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_animation_with_timestamp.html: Added.
64640         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_properties-ref.html: Added.
64641         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_properties.html: Added.
64642         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_shorthand-ref.html: Added.
64643         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_shorthand.html: Added.
64644         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_color-ref.html: Added.
64645         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_color.html: Added.
64646         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_properties-ref.html: Added.
64647         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_properties.html: Added.
64648         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_shorthand-ref.html: Added.
64649         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_shorthand.html: Added.
64650         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_namespace-ref.html: Added.
64651         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_namespace.html: Added.
64652         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_properties-ref.html: Added.
64653         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_properties.html: Added.
64654         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_shorthand-ref.html: Added.
64655         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_shorthand.html: Added.
64656         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-decoration_line-through-ref.html: Added.
64657         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-decoration_line-through.html: Added.
64658         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-shadow-ref.html: Added.
64659         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-shadow.html: Added.
64660         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_future-ref.html: Added.
64661         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_future.html: Added.
64662         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_past-ref.html: Added.
64663         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_past.html: Added.
64664         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_transition_with_timestamp-ref.html: Added.
64665         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_transition_with_timestamp.html: Added.
64666         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_normal_wrapped-ref.html: Added.
64667         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_normal_wrapped.html: Added.
64668         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_nowrap-ref.html: Added.
64669         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_nowrap.html: Added.
64670         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-line_wrapped-ref.html: Added.
64671         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-line_wrapped.html: Added.
64672         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-wrap_wrapped-ref.html: Added.
64673         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-wrap_wrapped.html: Added.
64674         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre_wrapped-ref.html: Added.
64675         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre_wrapped.html: Added.
64676         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class-ref.html: Added.
64677         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class.html: Added.
64678         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class_object_specific_selector-ref.html: Added.
64679         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class_object_specific_selector.html: Added.
64680         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_animation_with_timestamp-ref.html: Added.
64681         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_animation_with_timestamp.html: Added.
64682         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_properties-ref.html: Added.
64683         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_properties.html: Added.
64684         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_shorthand-ref.html: Added.
64685         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_shorthand.html: Added.
64686         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_color-ref.html: Added.
64687         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_color.html: Added.
64688         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_properties-ref.html: Added.
64689         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_properties.html: Added.
64690         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_shorthand-ref.html: Added.
64691         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_shorthand.html: Added.
64692         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_namespace-ref.html: Added.
64693         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_namespace.html: Added.
64694         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_properties-ref.html: Added.
64695         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_properties.html: Added.
64696         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_shorthand-ref.html: Added.
64697         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_shorthand.html: Added.
64698         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-decoration_line-through-ref.html: Added.
64699         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-decoration_line-through.html: Added.
64700         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-shadow-ref.html: Added.
64701         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-shadow.html: Added.
64702         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_future-ref.html: Added.
64703         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_future.html: Added.
64704         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_past-ref.html: Added.
64705         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_past.html: Added.
64706         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_transition_with_timestamp-ref.html: Added.
64707         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_transition_with_timestamp.html: Added.
64708         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_normal_wrapped-ref.html: Added.
64709         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_normal_wrapped.html: Added.
64710         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_nowrap-ref.html: Added.
64711         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_nowrap.html: Added.
64712         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-line_wrapped-ref.html: Added.
64713         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-line_wrapped.html: Added.
64714         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-wrap_wrapped-ref.html: Added.
64715         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-wrap_wrapped.html: Added.
64716         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre_wrapped-ref.html: Added.
64717         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre_wrapped.html: Added.
64718         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class-ref.html: Added.
64719         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class.html: Added.
64720         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class_object_specific_selector-ref.html: Added.
64721         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class_object_specific_selector.html: Added.
64722         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hex-ref.html: Added.
64723         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hex.html: Added.
64724         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hsla-ref.html: Added.
64725         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hsla.html: Added.
64726         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_rgba-ref.html: Added.
64727         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_rgba.html: Added.
64728         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/cue_func_selector_single_colon-ref.html: Added.
64729         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/cue_func_selector_single_colon.html: Added.
64730         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_properties-ref.html: Added.
64731         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_properties.html: Added.
64732         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_shorthand-ref.html: Added.
64733         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_shorthand.html: Added.
64734         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/id_color-ref.html: Added.
64735         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/id_color.html: Added.
64736         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/inherit_values_from_media_element-ref.html: Added.
64737         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/inherit_values_from_media_element.html: Added.
64738         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_animation_with_timestamp-ref.html: Added.
64739         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_animation_with_timestamp.html: Added.
64740         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_properties-ref.html: Added.
64741         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_properties.html: Added.
64742         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_shorthand-ref.html: Added.
64743         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_shorthand.html: Added.
64744         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_color-ref.html: Added.
64745         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_color.html: Added.
64746         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_properties-ref.html: Added.
64747         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_properties.html: Added.
64748         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_shorthand-ref.html: Added.
64749         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_shorthand.html: Added.
64750         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_namespace-ref.html: Added.
64751         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_namespace.html: Added.
64752         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_properties-ref.html: Added.
64753         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_properties.html: Added.
64754         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_shorthand-ref.html: Added.
64755         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_shorthand.html: Added.
64756         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-decoration_line-through-ref.html: Added.
64757         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-decoration_line-through.html: Added.
64758         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-shadow-ref.html: Added.
64759         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-shadow.html: Added.
64760         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_future-ref.html: Added.
64761         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_future.html: Added.
64762         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_past-ref.html: Added.
64763         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_past.html: Added.
64764         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_transition_with_timestamp-ref.html: Added.
64765         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_transition_with_timestamp.html: Added.
64766         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_normal_wrapped-ref.html: Added.
64767         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_normal_wrapped.html: Added.
64768         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_nowrap-ref.html: Added.
64769         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_nowrap.html: Added.
64770         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-line_wrapped-ref.html: Added.
64771         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-line_wrapped.html: Added.
64772         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-wrap_wrapped-ref.html: Added.
64773         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-wrap_wrapped.html: Added.
64774         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre_wrapped-ref.html: Added.
64775         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre_wrapped.html: Added.
64776         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class-ref.html: Added.
64777         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class.html: Added.
64778         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class_object_specific_selector-ref.html: Added.
64779         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class_object_specific_selector.html: Added.
64780         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_allowed_properties-ref.html: Added.
64781         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_allowed_properties.html: Added.
64782         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_root_selector-ref.html: Added.
64783         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_root_selector.html: Added.
64784         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_properties-ref.html: Added.
64785         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_properties.html: Added.
64786         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_shorthand-ref.html: Added.
64787         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_shorthand.html: Added.
64788         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_namespace-ref.html: Added.
64789         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_namespace.html: Added.
64790         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_selector-ref.html: Added.
64791         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_selector.html: Added.
64792         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_line-through-ref.html: Added.
64793         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_line-through.html: Added.
64794         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline-ref.html: Added.
64795         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline.html: Added.
64796         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline_underline_line-through-ref.html: Added.
64797         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline_underline_line-through.html: Added.
64798         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_underline-ref.html: Added.
64799         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_underline.html: Added.
64800         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-shadow-ref.html: Added.
64801         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-shadow.html: Added.
64802         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/type_selector_root-ref.html: Added.
64803         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/type_selector_root.html: Added.
64804         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_animation_with_timestamp-ref.html: Added.
64805         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_animation_with_timestamp.html: Added.
64806         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_properties-ref.html: Added.
64807         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_properties.html: Added.
64808         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_shorthand-ref.html: Added.
64809         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_shorthand.html: Added.
64810         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_color-ref.html: Added.
64811         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_color.html: Added.
64812         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_properties-ref.html: Added.
64813         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_properties.html: Added.
64814         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_shorthand-ref.html: Added.
64815         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_shorthand.html: Added.
64816         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_namespace-ref.html: Added.
64817         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_namespace.html: Added.
64818         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_properties-ref.html: Added.
64819         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_properties.html: Added.
64820         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_shorthand-ref.html: Added.
64821         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_shorthand.html: Added.
64822         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-decoration_line-through-ref.html: Added.
64823         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-decoration_line-through.html: Added.
64824         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-shadow-ref.html: Added.
64825         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-shadow.html: Added.
64826         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_future-ref.html: Added.
64827         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_future.html: Added.
64828         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_past-ref.html: Added.
64829         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_past.html: Added.
64830         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_transition_with_timestamp-ref.html: Added.
64831         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_transition_with_timestamp.html: Added.
64832         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_normal_wrapped-ref.html: Added.
64833         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_normal_wrapped.html: Added.
64834         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_nowrap-ref.html: Added.
64835         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_nowrap.html: Added.
64836         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-line_wrapped-ref.html: Added.
64837         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-line_wrapped.html: Added.
64838         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-wrap_wrapped-ref.html: Added.
64839         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-wrap_wrapped.html: Added.
64840         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre_wrapped-ref.html: Added.
64841         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre_wrapped.html: Added.
64842         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class-ref.html: Added.
64843         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class.html: Added.
64844         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class_object_specific_selector-ref.html: Added.
64845         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class_object_specific_selector.html: Added.
64846         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_animation_with_timestamp-ref.html: Added.
64847         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_animation_with_timestamp.html: Added.
64848         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_properties-ref.html: Added.
64849         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_properties.html: Added.
64850         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_shorthand-ref.html: Added.
64851         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_shorthand.html: Added.
64852         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_color-ref.html: Added.
64853         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_color.html: Added.
64854         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_properties-ref.html: Added.
64855         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_properties.html: Added.
64856         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_shorthand-ref.html: Added.
64857         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_shorthand.html: Added.
64858         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_namespace-ref.html: Added.
64859         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_namespace.html: Added.
64860         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_properties-ref.html: Added.
64861         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_properties.html: Added.
64862         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_shorthand-ref.html: Added.
64863         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_shorthand.html: Added.
64864         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-decoration_line-through-ref.html: Added.
64865         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-decoration_line-through.html: Added.
64866         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-shadow-ref.html: Added.
64867         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-shadow.html: Added.
64868         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_future-ref.html: Added.
64869         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_future.html: Added.
64870         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_past-ref.html: Added.
64871         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_past.html: Added.
64872         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_transition_with_timestamp-ref.html: Added.
64873         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_transition_with_timestamp.html: Added.
64874         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_voice_attribute-ref.html: Added.
64875         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_voice_attribute.html: Added.
64876         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_normal_wrapped-ref.html: Added.
64877         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_normal_wrapped.html: Added.
64878         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_nowrap-ref.html: Added.
64879         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_nowrap.html: Added.
64880         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-line_wrapped-ref.html: Added.
64881         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-line_wrapped.html: Added.
64882         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-wrap_wrapped-ref.html: Added.
64883         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-wrap_wrapped.html: Added.
64884         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre_wrapped-ref.html: Added.
64885         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre_wrapped.html: Added.
64886         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class-ref.html: Added.
64887         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class.html: Added.
64888         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class_object_specific_selector-ref.html: Added.
64889         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class_object_specific_selector.html: Added.
64890         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_normal_wrapped-ref.html: Added.
64891         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_normal_wrapped.html: Added.
64892         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_nowrap_wrapped-ref.html: Added.
64893         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_nowrap_wrapped.html: Added.
64894         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-line_wrapped-ref.html: Added.
64895         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-line_wrapped.html: Added.
64896         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-ref.html: Added.
64897         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-wrap_wrapped-ref.html: Added.
64898         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-wrap_wrapped.html: Added.
64899         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre.html: Added.
64900         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre_wrapped-ref.html: Added.
64901         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre_wrapped.html: Added.
64902         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/bold_object_default_font-style-ref.html: Added.
64903         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/bold_object_default_font-style.html: Added.
64904         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/inherit_as_default_value_inherits_values_from_media_element-ref.html: Added.
64905         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/inherit_as_default_value_inherits_values_from_media_element.html: Added.
64906         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/italic_object_default_font-style-ref.html: Added.
64907         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/italic_object_default_font-style.html: Added.
64908         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/underline_object_default_font-style-ref.html: Added.
64909         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/underline_object_default_font-style.html: Added.
64910         * media/track/opera/track/webvtt/rendering/reftest/size_50-ref.html: Added.
64911         * media/track/opera/track/webvtt/rendering/reftest/size_50.html: Added.
64912         * media/track/opera/track/webvtt/rendering/reftest/support/2_cues_overlapping_completely_move_up.vtt: Added.
64913         * media/track/opera/track/webvtt/rendering/reftest/support/2_cues_overlapping_partially_move_down.vtt: Added.
64914         * media/track/opera/track/webvtt/rendering/reftest/support/2_cues_overlapping_partially_move_up.vtt: Added.
64915         * media/track/opera/track/webvtt/rendering/reftest/support/align_end.vtt: Added.
64916         * media/track/opera/track/webvtt/rendering/reftest/support/align_end_long.vtt: Added.
64917         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle.vtt: Added.
64918         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_long.vtt: Added.
64919         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_50.vtt: Added.
64920         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_gt_50.vtt: Added.
64921         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_lt_50.vtt: Added.
64922         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_lt_50_size_gt_maximum_size.vtt: Added.
64923         * media/track/opera/track/webvtt/rendering/reftest/support/align_start.vtt: Added.
64924         * media/track/opera/track/webvtt/rendering/reftest/support/align_start_long.vtt: Added.
64925         * media/track/opera/track/webvtt/rendering/reftest/support/bidi_ruby.vtt: Added.
64926         * media/track/opera/track/webvtt/rendering/reftest/support/bold_long.vtt: Added.
64927         * media/track/opera/track/webvtt/rendering/reftest/support/bold_with_2_timestamps.vtt: Added.
64928         * media/track/opera/track/webvtt/rendering/reftest/support/bold_with_timestamp.vtt: Added.
64929         * media/track/opera/track/webvtt/rendering/reftest/support/class_long.vtt: Added.
64930         * media/track/opera/track/webvtt/rendering/reftest/support/class_with_2_timestamps.vtt: Added.
64931         * media/track/opera/track/webvtt/rendering/reftest/support/class_with_timestamp.vtt: Added.
64932         * media/track/opera/track/webvtt/rendering/reftest/support/cue_with_id.vtt: Added.
64933         * media/track/opera/track/webvtt/rendering/reftest/support/decode_escaped_entities.vtt: Added.
64934         * media/track/opera/track/webvtt/rendering/reftest/support/foo.vtt: Added.
64935         * media/track/opera/track/webvtt/rendering/reftest/support/foo_c_bar.vtt: Added.
64936         * media/track/opera/track/webvtt/rendering/reftest/support/foo_space_space_bar_LF_baz.vtt: Added.
64937         * media/track/opera/track/webvtt/rendering/reftest/support/italic_long.vtt: Added.
64938         * media/track/opera/track/webvtt/rendering/reftest/support/italic_with_2_timestamps.vtt: Added.
64939         * media/track/opera/track/webvtt/rendering/reftest/support/italic_with_timestamp.vtt: Added.
64940         * media/track/opera/track/webvtt/rendering/reftest/support/line_-2_long.vtt: Added.
64941         * media/track/opera/track/webvtt/rendering/reftest/support/line_0.vtt: Added.
64942         * media/track/opera/track/webvtt/rendering/reftest/support/line_1_long.vtt: Added.
64943         * media/track/opera/track/webvtt/rendering/reftest/support/line_50_percent.vtt: Added.
64944         * media/track/opera/track/webvtt/rendering/reftest/support/line_integer_and_percent_overlap.vtt: Added.
64945         * media/track/opera/track/webvtt/rendering/reftest/support/line_integer_and_percent_overlap_move_up.vtt: Added.
64946         * media/track/opera/track/webvtt/rendering/reftest/support/line_percent_and_integer_overlap.vtt: Added.
64947         * media/track/opera/track/webvtt/rendering/reftest/support/line_percent_and_integer_overlap_move_up.vtt: Added.
64948         * media/track/opera/track/webvtt/rendering/reftest/support/one_line_cue_plus_wrapped_cue.vtt: Added.
64949         * media/track/opera/track/webvtt/rendering/reftest/support/refTestWait.js: Added.
64950         (takeScreenshot):
64951         (takeScreenshoDelayed):
64952         * media/track/opera/track/webvtt/rendering/reftest/support/size_50.vtt: Added.
64953         * media/track/opera/track/webvtt/rendering/reftest/support/test.vtt: Added.
64954         * media/track/opera/track/webvtt/rendering/reftest/support/test_bold.vtt: Added.
64955         * media/track/opera/track/webvtt/rendering/reftest/support/test_bold_with_class.vtt: Added.
64956         * media/track/opera/track/webvtt/rendering/reftest/support/test_class.vtt: Added.
64957         * media/track/opera/track/webvtt/rendering/reftest/support/test_class_with_class.vtt: Added.
64958         * media/track/opera/track/webvtt/rendering/reftest/support/test_italic.vtt: Added.
64959         * media/track/opera/track/webvtt/rendering/reftest/support/test_italic_with_class.vtt: Added.
64960         * media/track/opera/track/webvtt/rendering/reftest/support/test_long.vtt: Added.
64961         * media/track/opera/track/webvtt/rendering/reftest/support/test_two_voices.vtt: Added.
64962         * media/track/opera/track/webvtt/rendering/reftest/support/test_underline.vtt: Added.
64963         * media/track/opera/track/webvtt/rendering/reftest/support/test_underline_with_class.vtt: Added.
64964         * media/track/opera/track/webvtt/rendering/reftest/support/test_voice.vtt: Added.
64965         * media/track/opera/track/webvtt/rendering/reftest/support/test_voice_with_class.vtt: Added.
64966         * media/track/opera/track/webvtt/rendering/reftest/support/too_many_cues.vtt: Added.
64967         * media/track/opera/track/webvtt/rendering/reftest/support/too_many_cues_wrapped.vtt: Added.
64968         * media/track/opera/track/webvtt/rendering/reftest/support/u002E_LF_u05D0.vtt: Added.
64969         * media/track/opera/track/webvtt/rendering/reftest/support/u002E_u2028_u05D0.vtt: Added.
64970         * media/track/opera/track/webvtt/rendering/reftest/support/u002E_u2029_u05D0.vtt: Added.
64971         * media/track/opera/track/webvtt/rendering/reftest/support/u0041_first.vtt: Added.
64972         * media/track/opera/track/webvtt/rendering/reftest/support/u05D0_first.vtt: Added.
64973         * media/track/opera/track/webvtt/rendering/reftest/support/u0628_first.vtt: Added.
64974         * media/track/opera/track/webvtt/rendering/reftest/support/u06E9_no_strong_dir.vtt: Added.
64975         * media/track/opera/track/webvtt/rendering/reftest/support/underline_long.vtt: Added.
64976         * media/track/opera/track/webvtt/rendering/reftest/support/underline_with_2_timestamps.vtt: Added.
64977         * media/track/opera/track/webvtt/rendering/reftest/support/underline_with_timestamp.vtt: Added.
64978         * media/track/opera/track/webvtt/rendering/reftest/support/very_long_cue.vtt: Added.
64979         * media/track/opera/track/webvtt/rendering/reftest/support/voice_long.vtt: Added.
64980         * media/track/opera/track/webvtt/rendering/reftest/support/voice_with_2_timestamps.vtt: Added.
64981         * media/track/opera/track/webvtt/rendering/reftest/support/voice_with_timestamp.vtt: Added.
64982         * media/track/opera/track/webvtt/rendering/reftest/support/white-spaces.vtt: Added.
64983         * media/track/opera/track/webvtt/rendering/reftest/support/white-spaces_long.vtt: Added.
64984         * media/track/opera/track/webvtt/rendering/reftest/support/white-spaces_long_size_20.vtt: Added.
64985         * media/track/opera/track/webvtt/rendering/reftest/too_many_cues-ref.html: Added.
64986         * media/track/opera/track/webvtt/rendering/reftest/too_many_cues.html: Added.
64987         * media/track/opera/track/webvtt/rendering/reftest/too_many_cues_wrapped-ref.html: Added.
64988         * media/track/opera/track/webvtt/rendering/reftest/too_many_cues_wrapped.html: Added.
64989         * platform/chromium/TestExpectations:
64990         * platform/efl/TestExpectations:
64991         * platform/gtk/TestExpectations:
64992         * platform/mac/TestExpectations:
64993         * platform/qt/TestExpectations:
64994         * platform/win/TestExpectations:
64995
64996 2012-12-03  Tony Chang  <tony@chromium.org>
64997
64998         Unreviewed, add Chromium GTK+ baselines after r136409 (mathml sup/sub box changes).
64999
65000         * platform/gtk/TestExpectations:
65001         * platform/gtk/mathml/presentation/roots-expected.txt:
65002         * platform/gtk/mathml/presentation/row-alignment-expected.txt:
65003         * platform/gtk/mathml/presentation/sub-expected.txt:
65004         * platform/gtk/mathml/presentation/subsup-expected.txt:
65005         * platform/gtk/mathml/presentation/sup-expected.txt:
65006         * platform/gtk/mathml/presentation/tables-expected.txt:
65007
65008 2012-12-03  Tony Chang  <tony@chromium.org>
65009
65010         Unreviewed, add Chromium Win/Mac baselines after r136409 (mathml sup/sub box changes).
65011
65012         * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.txt: Removed.
65013         * platform/chromium-mac-lion/mathml/presentation/sub-expected.txt: Added.
65014         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt: Removed.
65015         * platform/chromium-mac-lion/mathml/presentation/sup-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt.
65016         * platform/chromium-mac-lion/mathml/presentation/tables-expected.txt:
65017         * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.txt:
65018         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt:
65019         * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.txt:
65020         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt:
65021         * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt:
65022         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt:
65023         * platform/chromium-mac/mathml/presentation/roots-expected.txt: Renamed from LayoutTests/platform/chromium/mathml/presentation/roots-expected.txt.
65024         * platform/chromium-mac/mathml/presentation/row-alignment-expected.txt:
65025         * platform/chromium-mac/mathml/presentation/sub-expected.txt: Added.
65026         * platform/chromium-mac/mathml/presentation/subsup-expected.txt:
65027         * platform/chromium-mac/mathml/presentation/sup-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt.
65028         * platform/chromium-mac/mathml/presentation/tables-expected.txt:
65029         * platform/chromium-win-xp/mathml/presentation/roots-expected.txt:
65030         * platform/chromium-win-xp/mathml/presentation/row-alignment-expected.txt:
65031         * platform/chromium-win-xp/mathml/presentation/sub-expected.txt:
65032         * platform/chromium-win-xp/mathml/presentation/subsup-expected.txt:
65033         * platform/chromium-win-xp/mathml/presentation/sup-expected.txt:
65034         * platform/chromium-win-xp/mathml/presentation/tables-expected.txt:
65035         * platform/chromium-win/mathml/presentation/roots-expected.txt:
65036         * platform/chromium-win/mathml/presentation/row-alignment-expected.txt:
65037         * platform/chromium-win/mathml/presentation/sub-expected.txt:
65038         * platform/chromium-win/mathml/presentation/subsup-expected.txt:
65039         * platform/chromium-win/mathml/presentation/sup-expected.txt:
65040         * platform/chromium-win/mathml/presentation/tables-expected.txt:
65041         * platform/chromium/TestExpectations:
65042         * platform/chromium/mathml/presentation/row-alignment-expected.txt: Removed.
65043         * platform/chromium/mathml/presentation/subsup-expected.txt: Removed.
65044
65045 2012-12-03  Roger Fong  <roger_fong@apple.com>
65046
65047         Unreviewed gardening on Apple Windows port.
65048
65049         * platform/win/TestExpectations:
65050
65051 2012-12-03  Xan Lopez  <xlopez@igalia.com>
65052
65053         Unreviewed gardening.
65054
65055         Update grid layout tests with proper expected results for cosmetic
65056         debug() changes I did in the previous patch.
65057
65058         * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
65059         * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
65060
65061 2012-12-03  Stephen White  <senorblanco@chromium.org>
65062
65063         [Chromium] Unreviewed gardening.
65064
65065         * platform/chromium/TestExpectations:
65066
65067 2012-12-03  Simon Fraser  <simon.fraser@apple.com>
65068
65069         When animating mask-postion on a composited layer, element renders incorrectly
65070         https://bugs.webkit.org/show_bug.cgi?id=103700
65071
65072         Reviewed by Tim Horton.
65073
65074         Test that dumps the layer tree for a composited layer with a mask.
65075
65076         * compositing/masks/mask-layer-size-expected.txt: Added.
65077         * compositing/masks/mask-layer-size.html: Added.
65078
65079 2012-12-03  Xan Lopez  <xan@igalia.com>
65080
65081         [CSS Grid Layout] Support <percentage> and viewport-relative breadth sizes
65082         https://bugs.webkit.org/show_bug.cgi?id=103335
65083
65084         Reviewed by Julien Chaffraix.
65085
65086         * fast/css-grid-layout/breadth-size-resolution-grid-expected.txt: Added.
65087         * fast/css-grid-layout/breadth-size-resolution-grid.html: Added.
65088         * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
65089         * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
65090         * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
65091         * fast/css-grid-layout/grid-columns-rows-get-set.html:
65092         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-expected.txt:
65093         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid-expected.txt:
65094         * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
65095         * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
65096
65097 2012-12-03  Max Vujovic  <mvujovic@adobe.com>
65098
65099         [CSS Shaders] Do not clamp indirect array indices during CSS Shaders ANGLE validation pass
65100         https://bugs.webkit.org/show_bug.cgi?id=102731
65101
65102         Reviewed by Dean Jackson.
65103
65104         Add a vertex shader which indirectly indexes a uniform array. This shader should validate,
65105         compile, and execute properly.
65106
65107         The GLSL ES 1.0 spec [1], Appendix A, Section 5 "Uniforms (excluding samplers)" says:
65108         "In the vertex shader, support for all forms of array indexing is mandated."
65109
65110         [1]: http://www.khronos.org/registry/gles/specs/2.0/GLSL_ES_Specification_1.0.17.pdf
65111
65112         * css3/filters/custom/custom-filter-array-uniform-indirect-index-expected.html: Added.
65113         * css3/filters/custom/custom-filter-array-uniform-indirect-index.html: Added.
65114         * css3/filters/resources/array-indirect-index.vs: Added.
65115
65116 2012-12-03  Tony Chang  <tony@chromium.org>
65117
65118         Performance degradation while rendering MathML content, freezes the tab.
65119         https://bugs.webkit.org/show_bug.cgi?id=102585
65120
65121         Reviewed by Eric Seidel.
65122
65123         Add a regression test for nested fractions. The O(2^n) layout time should
65124         be fixed by r136324.
65125
65126         * mathml/presentation/mfrac-nested-expected.txt: Added.
65127         * mathml/presentation/mfrac-nested.html: Added.
65128
65129 2012-12-03  Alexis Menard  <alexis@webkit.org>
65130
65131         [EFL] Enable CSS3 background-position offsets by default.
65132         https://bugs.webkit.org/show_bug.cgi?id=103879
65133
65134         Reviewed by Laszlo Gombos.
65135
65136         Enable by default the new CSS3 background position offsets therefore we
65137         can unskip the tests.
65138
65139         * platform/efl/TestExpectations:
65140
65141 2012-12-03  Stephen White  <senorblanco@chromium.org>
65142
65143         [chromium]  Unreviewed gardening.
65144         Fix duplicate test expectations.
65145
65146         * platform/chromium/TestExpectations:
65147
65148 2012-12-03  Philip Rogers  <pdr@google.com>
65149
65150         Invalidate SVG width on width attribute change.
65151         https://bugs.webkit.org/show_bug.cgi?id=103304
65152
65153         Reviewed by Dirk Schulze.
65154
65155         * svg/custom/root-size-attribute-changes-expected.html: Added.
65156         * svg/custom/root-size-attribute-changes.html: Added.
65157
65158 2012-12-03  Stephen White  <senorblanco@chromium.org>
65159
65160         [chromium] Turn on the new Skia mask blur algorithm.
65161         https://bugs.webkit.org/show_bug.cgi?id=103906
65162
65163         Reviewed by Adrienne Walker.
65164
65165         * platform/chromium/TestExpectations:
65166
65167 2012-12-03  Alexis Menard  <alexis@webkit.org>
65168
65169         [Mac] Enable CSS3 background-position offset by default.
65170         https://bugs.webkit.org/show_bug.cgi?id=103905
65171
65172         Reviewed by Simon Fraser.
65173
65174         Enable by default the new CSS3 background position offsets therefore we
65175         can unskip the tests.
65176
65177         * platform/mac/TestExpectations:
65178
65179 2012-12-03  Takashi Sakamoto  <tasak@google.com>
65180
65181         [style scoped]: style scoped needs more tests.
65182         https://bugs.webkit.org/show_bug.cgi?id=99821
65183
65184         Reviewed by Dimitri Glazkov.
65185
65186         Test cases in this patch validate dynamically creating, moving and
65187         removing a scoped style works well.
65188
65189         * fast/css/style-scoped/style-scoped-with-dom-operation-expected.txt: Added.
65190         * fast/css/style-scoped/style-scoped-with-dom-operation.html: Added.
65191
65192 2012-12-03  Anton Vayvod  <avayvod@chromium.org>
65193
65194         Text Autosizing: don't autosize horizontal menu items implemented via floating list items
65195         https://bugs.webkit.org/show_bug.cgi?id=103840
65196
65197         Reviewed by Kenneth Rohde Christiansen.
65198
65199         Floating list items are often used to implement horizontal menus. Currently, text autosizing 
65200         disregards such elements as autosizing containers. List items are often then autosized as part
65201         of a bigger cluster (usually the whole page) and look too big.
65202         This change turns floating list items into autosizing clusters so they are autosized separately
65203         resulting in no font size multiplication for menu items implemented in this manner.
65204
65205         * fast/text-autosizing/cluster-list-item-expected.html: Renamed from LayoutTests/fast/text-autosizing/list-item-out-of-flow-expected.html.
65206         * 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.
65207
65208 2012-12-03  Tony Chang  <tony@chromium.org>
65209
65210         [mathml] Improve performance of nested sup or sub elements
65211         https://bugs.webkit.org/show_bug.cgi?id=103665
65212
65213         Reviewed by Darin Adler.
65214
65215         Update Chromium Linux baselines and mark tests as failing on other platforms.
65216         The mathml.css change causes these pixel results changes. This doesn't change
65217         the pixel results, it is only a change to the render tree. The render boxes
65218         should more tightly wrap the superscripts and subscripts but be positioned
65219         in the same place.
65220
65221         * mathml/presentation/sup-nested-expected.txt: Added.
65222         * mathml/presentation/sup-nested.html: Added.
65223         * platform/chromium/TestExpectations:
65224         * platform/efl/TestExpectations:
65225         * platform/gtk/TestExpectations:
65226         * platform/mac/TestExpectations:
65227         * platform/chromium-linux/mathml/presentation/roots-expected.txt:
65228         * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt:
65229         * platform/chromium-linux/mathml/presentation/sub-expected.txt:
65230         * platform/chromium-linux/mathml/presentation/subsup-expected.txt:
65231         * platform/chromium-linux/mathml/presentation/sup-expected.txt:
65232         * platform/chromium-linux/mathml/presentation/tables-expected.txt:
65233
65234 2012-12-03  Alexis Menard  <alexis@webkit.org>
65235
65236         [GTK] Enable CSS3 background-background position offset by default.
65237         https://bugs.webkit.org/show_bug.cgi?id=103903
65238
65239         Reviewed by Philippe Normand.
65240
65241         Enable by default the new CSS3 background position offsets therefore we
65242         can unskip the tests.
65243
65244         * platform/gtk/TestExpectations:
65245
65246 2012-12-03  Hajime Morrita  <morrita@google.com>
65247
65248         Corrupted DOM tree during appendChild/insertBefore
65249         https://bugs.webkit.org/show_bug.cgi?id=103601
65250
65251         Reviewed by Abhishek Arya.
65252
65253         * fast/events/mutation-during-append-child-expected.txt: Added.
65254         * fast/events/mutation-during-append-child.html: Added.
65255         * fast/events/mutation-during-insert-before-expected.txt: Added.
65256         * fast/events/mutation-during-insert-before.html: Added.
65257
65258 2012-12-03  Jussi Kukkonen  <jussi.kukkonen@intel.com>
65259
65260         [GTK][EFL] Gardening for media/video-volume.html
65261         https://bugs.webkit.org/show_bug.cgi?id=103894
65262
65263         Unreviewed gardening: media/video-volume.html fails with
65264         gstreamer.
65265
65266         * platform/efl/TestExpectations:
65267         * platform/gtk/TestExpectations:
65268
65269 2012-12-03  Balazs Kelemen  <kbalazs@webkit.org>
65270
65271         Unreviewed Qt gardening.
65272
65273         Remove image expectation for tests that now pass.
65274
65275         * platform/qt-5.0-wk2/TestExpectations:
65276
65277 2012-12-03  Stephen Chenney  <schenney@chromium.org>
65278
65279         [Chromium] Expectations fix up
65280
65281         Unreviewed expectations.
65282
65283         Two tests appear to have been out-of-date when they were last rebaselined.
65284
65285         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows: Added.
65286         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
65287         * platform/chromium-win-xp/svg/carto.net: Removed.
65288         * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Removed.
65289         * platform/chromium-win/svg/carto.net/colourpicker-expected.png:
65290
65291 2012-12-03  Balazs Kelemen  <kbalazs@webkit.org>
65292
65293         svg/custom/baseval-animval-equality.svg should use dumpAsText
65294         https://bugs.webkit.org/show_bug.cgi?id=103873
65295
65296         Reviewed by Dirk Schulze.
65297
65298         Turn it to a dumpAsText test.
65299
65300         * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.txt: Removed.
65301         * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.txt: Removed.
65302         * platform/chromium-mac/svg/custom/baseval-animval-equality-expected.txt: Removed.
65303         * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt: Removed.
65304         * platform/chromium/svg/custom/baseval-animval-equality-expected.txt: Removed.
65305         * platform/gtk/svg/custom/baseval-animval-equality-expected.txt: Removed.
65306         * platform/mac-lion/svg/custom/baseval-animval-equality-expected.txt: Removed.
65307         * platform/mac-wk2/svg/custom/baseval-animval-equality-expected.txt: Removed.
65308         * platform/mac/svg/custom/baseval-animval-equality-expected.txt: Removed.
65309         * platform/qt/svg/custom/baseval-animval-equality-expected.txt: Removed.
65310         * svg/custom/baseval-animval-equality-expected.txt: Added.
65311         * svg/custom/baseval-animval-equality.svg:
65312
65313 2012-12-03  Erik Arvidsson  <arv@chromium.org>
65314
65315         Update Acid3 test to the latest version
65316         https://bugs.webkit.org/show_bug.cgi?id=102943
65317
65318         Reviewed by Ojan Vafai.
65319
65320         The Acid3 test has been updated to not break when browsers starts to implement new
65321         standards. This updates our copy of the Acid3 test.
65322
65323         * fast/dom/Range/acid3-surround-contents.html:
65324         * http/tests/misc/acid3.html:
65325
65326 2012-12-03  Tommy Widenflycht  <tommyw@google.com>
65327
65328         Speech Recognition API: Update SpeechRecognitionEvent to match the specification
65329         https://bugs.webkit.org/show_bug.cgi?id=103407
65330
65331         Reviewed by Kentaro Hara.
65332
65333         Updating basic tests and removing emma tests temporarily.
65334
65335         * fast/speech/scripted/emma-expected.txt: Removed.
65336         * fast/speech/scripted/emma.html: Removed.
65337         * fast/speech/scripted/speechrecognition-basics-expected.txt:
65338         * fast/speech/scripted/speechrecognition-basics.html:
65339
65340 2012-12-03  Jussi Kukkonen  <jussi.kukkonen@intel.com>
65341
65342         [EFL] Gardening, mark tests flaky
65343         https://bugs.webkit.org/show_bug.cgi?id=103884
65344
65345         Unreviewed gardening to mark tests flaky based on flakiness dashboard.
65346
65347         * platform/efl-wk2/TestExpectations:
65348         * platform/efl/TestExpectations:
65349
65350 2012-12-03  Alexis Menard  <alexis@webkit.org>
65351
65352         [Qt] Enable CSS3 background-position offsets by default.
65353         https://bugs.webkit.org/show_bug.cgi?id=103877
65354
65355         Reviewed by Tor Arne Vestbø.
65356
65357         Enable by default the new CSS3 background position offsets therefore we
65358         can unskip the tests.
65359
65360         * platform/qt/TestExpectations:
65361
65362 2012-12-03  Sheriff Bot  <webkit.review.bot@gmail.com>
65363
65364         Unreviewed, rolling out r136377.
65365         http://trac.webkit.org/changeset/136377
65366         https://bugs.webkit.org/show_bug.cgi?id=103881
65367
65368         Causes crashes on debug builds that use JSC. (Requested by
65369         mkwst on #webkit).
65370
65371         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
65372         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
65373         * fast/frames/xss-auditor-handles-file-urls-expected.txt:
65374         * html5lib/run-test11-expected.txt:
65375         * http/tests/inspector/console-xhr-logging-expected.txt:
65376         * http/tests/misc/bubble-drag-events-expected.txt:
65377         * http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
65378         * http/tests/misc/iframe-invalid-source-crash-expected.txt:
65379         * http/tests/misc/image-blocked-src-change-expected.txt:
65380         * http/tests/misc/image-blocked-src-no-change-expected.txt:
65381         * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
65382         * http/tests/security/frame-loading-via-document-write-expected.txt:
65383         * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
65384         * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
65385         * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
65386         * http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
65387         * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
65388         * http/tests/security/xssAuditor/base-href-expected.txt:
65389         * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
65390         * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
65391         * http/tests/security/xssAuditor/cookie-injection-expected.txt:
65392         * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
65393         * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
65394         * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
65395         * http/tests/security/xssAuditor/embed-tag-expected.txt:
65396         * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
65397         * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
65398         * http/tests/security/xssAuditor/form-action-expected.txt:
65399         * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
65400         * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
65401         * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
65402         * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
65403         * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
65404         * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
65405         * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
65406         * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
65407         * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
65408         * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
65409         * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
65410         * http/tests/security/xssAuditor/iframe-injection-expected.txt:
65411         * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
65412         * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
65413         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
65414         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
65415         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
65416         * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
65417         * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
65418         * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
65419         * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
65420         * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
65421         * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
65422         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
65423         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
65424         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
65425         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
65426         * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
65427         * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
65428         * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
65429         * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
65430         * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
65431         * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
65432         * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
65433         * http/tests/security/xssAuditor/javascript-link-expected.txt:
65434         * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
65435         * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
65436         * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
65437         * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
65438         * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
65439         * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
65440         * http/tests/security/xssAuditor/link-onclick-expected.txt:
65441         * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
65442         * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
65443         * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
65444         * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
65445         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
65446         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
65447         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
65448         * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
65449         * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
65450         * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
65451         * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
65452         * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
65453         * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
65454         * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
65455         * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
65456         * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
65457         * http/tests/security/xssAuditor/object-tag-expected.txt:
65458         * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
65459         * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
65460         * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
65461         * http/tests/security/xssAuditor/open-iframe-src-expected.txt:
65462         * http/tests/security/xssAuditor/open-script-src-expected.txt:
65463         * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
65464         * http/tests/security/xssAuditor/property-escape-comment-expected.txt:
65465         * http/tests/security/xssAuditor/property-escape-entity-expected.txt:
65466         * http/tests/security/xssAuditor/property-escape-expected.txt:
65467         * http/tests/security/xssAuditor/property-escape-long-expected.txt:
65468         * http/tests/security/xssAuditor/property-escape-quote-expected.txt:
65469         * http/tests/security/xssAuditor/report-script-tag-expected.txt:
65470         * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
65471         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
65472         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
65473         * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
65474         * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
65475         * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
65476         * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
65477         * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
65478         * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
65479         * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
65480         * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
65481         * http/tests/security/xssAuditor/script-tag-expected.txt:
65482         * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
65483         * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
65484         * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
65485         * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
65486         * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
65487         * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
65488         * http/tests/security/xssAuditor/script-tag-post-expected.txt:
65489         * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
65490         * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
65491         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
65492         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
65493         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
65494         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
65495         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
65496         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
65497         * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
65498         * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
65499         * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt:
65500         * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
65501         * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
65502         * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
65503         * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
65504         * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
65505         * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
65506         * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
65507         * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
65508         * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
65509         * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
65510         * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
65511         * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
65512         * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
65513         * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
65514         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt:
65515         * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
65516         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
65517         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
65518         * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
65519         * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
65520         * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
65521         * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
65522         * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
65523         * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
65524         * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
65525         * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
65526         * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
65527         * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
65528         * platform/chromium-linux/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
65529         * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
65530         * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
65531         * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
65532         * platform/chromium/http/tests/misc/bubble-drag-events-expected.txt:
65533         * platform/chromium/http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
65534         * platform/chromium/http/tests/misc/iframe-invalid-source-crash-expected.txt:
65535         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt:
65536         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt:
65537         * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
65538         * platform/chromium/svg/custom/polyline-setattribute-points-null-expected.txt:
65539         * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
65540         * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
65541         * svg/custom/invalid-length-units-expected.txt:
65542         * svg/custom/poly-parsing-error-expected.txt:
65543         * svg/dom/fuzz-path-parser-expected.txt:
65544         * svg/dom/path-parser-expected.txt:
65545         * svg/dom/points-parser-expected.txt:
65546
65547 2012-12-03  Kihong Kwon  <kihong.kwon@samsung.com>
65548
65549         Remove useless included header and change position of Proximity Events test cases
65550         https://bugs.webkit.org/show_bug.cgi?id=103871
65551
65552         Reviewed by Antonio Gomes.
65553
65554         Change the path of Proximity Events test cases from LayoutTests/fast/dom/Proximity to LayoutTests/proximity.
65555
65556         * platform/chromium/TestExpectations:
65557         * platform/efl/TestExpectations:
65558         * platform/gtk/TestExpectations:
65559         * platform/mac/TestExpectations:
65560         * platform/qt/TestExpectations:
65561         * platform/win/TestExpectations:
65562         * platform/wincairo/TestExpectations:
65563         * proximity/check-event-deviceproximity-expected.txt: Renamed from LayoutTests/fast/dom/Proximity/check-event-deviceproximity-expected.txt.
65564         * proximity/check-event-deviceproximity.html: Renamed from LayoutTests/fast/dom/Proximity/check-event-deviceproximity.html.
65565         * proximity/create-event-deviceproximity-expected.txt: Renamed from LayoutTests/fast/dom/Proximity/create-event-deviceproximity-expected.txt.
65566         * proximity/create-event-deviceproximity.html: Renamed from LayoutTests/fast/dom/Proximity/create-event-deviceproximity.html.
65567
65568 2012-12-03  János Badics  <jbadics@inf.u-szeged.hu>
65569
65570         [Qt] Gardening after r136280, r136323, r136164 and r136031.
65571         https://bugs.webkit.org/show_bug.cgi?id=103876
65572
65573         Reviewed by Csaba Osztrogonác.
65574
65575         r136280: Added Qt baseline for fast/events/stopPropagation-submit.html.
65576         r136323: Skipped storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html
65577         r136164: Skipped fast/dom/Geolocation/cached-position-iframe.html on Qt-WK2
65578         r136031: Updated Qt-WK2 baselines for http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag* tests.
65579
65580         * platform/qt-5.0-wk2/TestExpectations:
65581         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
65582         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
65583         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
65584         * platform/qt/TestExpectations:
65585         * platform/qt/fast/events/stopPropagation-submit-expected.txt: Added.
65586
65587 2012-12-03  Alexis Menard  <alexis@webkit.org>
65588
65589         [CSS3 Backgrounds and Borders] Implement CSS3 background-position offsets rendering.
65590         https://bugs.webkit.org/show_bug.cgi?id=103440
65591
65592         Reviewed by Julien Chaffraix.
65593
65594         Uncomment the computed style tests from background-position-parsing-2
65595         and add the expected output. Add a new
65596         background-position-rendering test to verify that the background has a
65597         correct position with the new <position> value. I also covered some old
65598         CSS 2.1 values for verification.
65599
65600         * fast/backgrounds/background-position-parsing-2-expected.txt:
65601         * fast/backgrounds/background-position-parsing-2.html:
65602         * fast/backgrounds/background-position-rendering-expected.html: Added.
65603         * fast/backgrounds/background-position-rendering.html: Added.
65604         * platform/chromium/TestExpectations:
65605         * platform/efl/TestExpectations:
65606         * platform/gtk/TestExpectations:
65607         * platform/mac/TestExpectations:
65608         * platform/qt/TestExpectations:
65609         * platform/win/TestExpectations:
65610         * platform/wincairo/TestExpectations:
65611
65612 2012-12-03  Mike West  <mkwst@chromium.org>
65613
65614         Web Inspector: Autogenerate stack traces and line numbers when possible.
65615         https://bugs.webkit.org/show_bug.cgi?id=100650
65616
65617         Reviewed by Yury Semikhatsky.
65618
65619         New line numbers! Huzzah! (Also, removing some that shouldn't be there).
65620
65621         * http/tests/inspector/console-xhr-logging-expected.txt:
65622         * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
65623             One new stack trace! OMG!
65624         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
65625         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
65626         * fast/frames/xss-auditor-handles-file-urls-expected.txt:
65627         * html5lib/run-test11-expected.txt:
65628         * http/tests/misc/bubble-drag-events-expected.txt:
65629         * http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
65630         * http/tests/misc/iframe-invalid-source-crash-expected.txt:
65631         * http/tests/misc/image-blocked-src-change-expected.txt:
65632         * http/tests/misc/image-blocked-src-no-change-expected.txt:
65633         * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
65634         * http/tests/security/frame-loading-via-document-write-expected.txt:
65635         * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
65636         * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
65637         * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
65638         * http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
65639         * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
65640         * http/tests/security/xssAuditor/base-href-expected.txt:
65641         * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
65642         * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
65643         * http/tests/security/xssAuditor/cookie-injection-expected.txt:
65644         * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
65645         * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
65646         * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
65647         * http/tests/security/xssAuditor/embed-tag-expected.txt:
65648         * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
65649         * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
65650         * http/tests/security/xssAuditor/form-action-expected.txt:
65651         * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
65652         * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
65653         * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
65654         * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
65655         * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
65656         * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
65657         * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
65658         * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
65659         * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
65660         * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
65661         * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
65662         * http/tests/security/xssAuditor/iframe-injection-expected.txt:
65663         * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
65664         * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
65665         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
65666         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
65667         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
65668         * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
65669         * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
65670         * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
65671         * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
65672         * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
65673         * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
65674         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
65675         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
65676         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
65677         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
65678         * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
65679         * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
65680         * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
65681         * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
65682         * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
65683         * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
65684         * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
65685         * http/tests/security/xssAuditor/javascript-link-expected.txt:
65686         * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
65687         * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
65688         * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
65689         * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
65690         * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
65691         * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
65692         * http/tests/security/xssAuditor/link-onclick-expected.txt:
65693         * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
65694         * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
65695         * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
65696         * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
65697         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
65698         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
65699         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
65700         * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
65701         * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
65702         * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
65703         * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
65704         * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
65705         * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
65706         * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
65707         * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
65708         * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
65709         * http/tests/security/xssAuditor/object-tag-expected.txt:
65710         * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
65711         * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
65712         * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
65713         * http/tests/security/xssAuditor/open-iframe-src-expected.txt:
65714         * http/tests/security/xssAuditor/open-script-src-expected.txt:
65715         * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
65716         * http/tests/security/xssAuditor/property-escape-comment-expected.txt:
65717         * http/tests/security/xssAuditor/property-escape-entity-expected.txt:
65718         * http/tests/security/xssAuditor/property-escape-expected.txt:
65719         * http/tests/security/xssAuditor/property-escape-long-expected.txt:
65720         * http/tests/security/xssAuditor/property-escape-quote-expected.txt:
65721         * http/tests/security/xssAuditor/report-script-tag-expected.txt:
65722         * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
65723         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
65724         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
65725         * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
65726         * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
65727         * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
65728         * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
65729         * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
65730         * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
65731         * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
65732         * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
65733         * http/tests/security/xssAuditor/script-tag-expected.txt:
65734         * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
65735         * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
65736         * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
65737         * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
65738         * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
65739         * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
65740         * http/tests/security/xssAuditor/script-tag-post-expected.txt:
65741         * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
65742         * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
65743         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
65744         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
65745         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
65746         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
65747         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
65748         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
65749         * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
65750         * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
65751         * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt:
65752         * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
65753         * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
65754         * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
65755         * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
65756         * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
65757         * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
65758         * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
65759         * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
65760         * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
65761         * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
65762         * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
65763         * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
65764         * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
65765         * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
65766         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt:
65767         * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
65768         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
65769         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
65770         * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
65771         * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
65772         * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
65773         * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
65774         * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
65775         * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
65776         * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
65777         * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
65778         * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
65779         * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
65780         * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
65781         * platform/chromium/http/tests/misc/bubble-drag-events-expected.txt:
65782         * platform/chromium/http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
65783         * platform/chromium/http/tests/misc/iframe-invalid-source-crash-expected.txt:
65784         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt:
65785         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt:
65786         * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
65787         * platform/chromium/svg/custom/polyline-setattribute-points-null-expected.txt:
65788         * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
65789         * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
65790         * svg/custom/invalid-length-units-expected.txt:
65791         * svg/custom/poly-parsing-error-expected.txt:
65792         * svg/dom/SVGScriptElement/script-onerror-bubbling-expected.txt:
65793         * svg/dom/fuzz-path-parser-expected.txt:
65794         * svg/dom/path-parser-expected.txt:
65795         * svg/dom/points-parser-expected.txt:
65796
65797 2012-12-03  Zan Dobersek  <zandobersek@gmail.com>
65798
65799         Unreviewed GTK gardening.
65800
65801         Adding a failure expectation for editing/selection/caret-alignment-for-vertical-text.html.
65802
65803         * platform/gtk/TestExpectations:
65804
65805 2012-12-03  Mateusz Leszko  <m.leszko@samsung.com>
65806
65807         [EFL] Accessibility gardening
65808         https://bugs.webkit.org/show_bug.cgi?id=103735
65809
65810         Unreviewed, EFL accessibility gardening.
65811
65812         Unskipping accessibility tests. Skipping failing ones.
65813
65814         * platform/efl-wk1/TestExpectations:
65815         * platform/efl-wk2/TestExpectations:
65816         * platform/efl/TestExpectations:
65817
65818 2012-12-03  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
65819
65820         CSS Device Adaptation: window.innerWidth returns wrong value if CSS viewport descriptors are applied
65821         https://bugs.webkit.org/show_bug.cgi?id=103737
65822
65823         Reviewed by Kenneth Rohde Christiansen.
65824
65825         Added new test css3/device-adapt/viewport-width-check-window-innerwidth-correct.html.
65826
65827         * css3/device-adapt/viewport-width-check-window-innerwidth-correct-expected.txt: Added.
65828         * css3/device-adapt/viewport-width-check-window-innerwidth-correct.html: Added.
65829
65830 2012-12-03  Alexander Pavlov  <apavlov@chromium.org>
65831
65832         Web Inspector: [Styles] Retain selector case as written in the source code
65833         https://bugs.webkit.org/show_bug.cgi?id=103118
65834
65835         Reviewed by Antti Koivisto.
65836
65837         * inspector/styles/selector-list-expected.txt: Added.
65838         * inspector/styles/selector-list.html: Added.
65839         * inspector/styles/styles-add-new-rule-expected.txt: Rebaselined.
65840
65841 2012-12-02  Christophe Dumez  <christophe.dumez@intel.com>
65842
65843         Unreviewed, WebKit2 gardening.
65844
65845         Skip storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html
65846         on WebKit2 since testRunner.closeIdleLocalStorageDatabases() is not implemented yet.
65847
65848         * platform/wk2/TestExpectations:
65849
65850 2012-12-02  Kangil Han  <kangil.han@samsung.com>
65851
65852         [EFL] Unskip fast/js/array-sort-modifying-tostring.html in release mode
65853         https://bugs.webkit.org/show_bug.cgi?id=103850
65854
65855         Unreviewed, EFL gardening.
65856
65857         This case has been passed in release mode, whereas crashed occasionally in debug mode.
65858
65859         * platform/efl-wk2/TestExpectations:
65860         * platform/efl/TestExpectations:
65861
65862 2012-12-02  Takashi Sakamoto  <tasak@google.com>
65863
65864         Unreviewed, webkit gardening. Rebaseline of fast/css/font-weight-1.
65865
65866         * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.png: Added.
65867         * platform/chromium-mac/fast/css/font-weight-1-expected.png: Added.
65868         * platform/chromium-mac/fast/css/font-weight-1-expected.txt: Added.
65869
65870 2012-12-02  Kunihiko Sakamoto  <ksakamoto@chromium.org>
65871
65872         [chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html is failing on all platforms.
65873         https://bugs.webkit.org/show_bug.cgi?id=103817
65874
65875         Reviewed by Kent Tamura.
65876
65877         Adding initial value to the datetime input. Without it, the test fails
65878         because calendar picker opens current month.
65879
65880         * platform/chromium/TestExpectations:
65881         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html:
65882
65883 2012-12-02  Takashi Sakamoto  <tasak@google.com>
65884
65885         Unreviewed, webkit gardening.
65886         https://bugs.webkit.org/show_bug.cgi?id=103834
65887
65888         * platform/chromium/TestExpectations:
65889         Mark month-multiple-fields-keyboard-events.html as FAIL for WinXP.
65890
65891 2012-12-02  Kangil Han  <kangil.han@samsung.com>
65892
65893         [EFL][WK1] Change AC bug url appropriately
65894         https://bugs.webkit.org/show_bug.cgi?id=103808
65895
65896         Unreviewed, EFL gardening.
65897
65898         From https://bugs.webkit.org/show_bug.cgi?id=103488 to https://bugs.webkit.org/show_bug.cgi?id=103847
65899
65900         * platform/efl-wk1/TestExpectations:
65901
65902 2012-12-02  Takashi Sakamoto  <tasak@google.com>
65903
65904         Unreviewed, webkit gardening, fix webkit lint.
65905
65906         * platform/chromium/TestExpectations:
65907
65908 2012-12-02  Sadrul Habib Chowdhury  <sadrul@chromium.org>
65909
65910         [chromium] Correct the location of synthetic mouse events when page is zoomed
65911         https://bugs.webkit.org/show_bug.cgi?id=103823
65912
65913         Reviewed by Adam Barth.
65914
65915         * platform/chromium/plugins/touch-events-synthesized-expected.txt:
65916         * platform/chromium/plugins/touch-events-synthesized.html:
65917
65918 2012-12-02  Robert Hogan  <robert@webkit.org>
65919
65920         Bad rendering of web page because of image's height is set to 100%
65921         https://bugs.webkit.org/show_bug.cgi?id=28035
65922
65923         Reviewed by Eric Seidel.
65924
65925         * fast/css/computed-image-width-with-percent-height-expected.html: Added.
65926         * fast/css/computed-image-width-with-percent-height-quirksmode-expected.html: Added.
65927         * fast/css/computed-image-width-with-percent-height-quirksmode.html: Added.
65928         * fast/css/computed-image-width-with-percent-height.html: Added.
65929
65930 2012-12-02  Mihnea Ovidenie  <mihnea@adobe.com>
65931
65932         [CSS Regions] regionlayoutupdate event fires continuously
65933         https://bugs.webkit.org/show_bug.cgi?id=102101
65934
65935         Reviewed by David Hyatt.
65936
65937         Add a test to make sure that for a flow thread with auto-height region, the regionlayoutupdate event is not unnecessary triggered.
65938
65939         * fast/regions/autoheight-regionlayoutupdate-multipletimes-expected.txt: Added.
65940         * fast/regions/autoheight-regionlayoutupdate-multipletimes.html: Added.
65941
65942 2012-12-02  Mike West  <mkwst@chromium.org>
65943
65944         [gtk] Enable the CSP_NEXT runtime flag.
65945         https://bugs.webkit.org/show_bug.cgi?id=103810
65946
65947         Reviewed by Adam Barth.
65948
65949         * platform/gtk/TestExpectations:
65950             Unskipping CSP 1.1 tests for GTK.
65951
65952 2012-12-02  Mike West  <mkwst@chromium.org>
65953
65954         [chromium] Unreviewed gardening.
65955
65956         Skipping failing tests on mac.
65957
65958         * platform/chromium/TestExpectations:
65959             Mark fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html
65960             and widening fast/css/font-weight-1.html to include 'Mac'.
65961
65962 2012-12-02  Rik Cabanier  <cabanier@adobe.com>
65963
65964         Extend JavaScript support for blending in canvas
65965         https://bugs.webkit.org/show_bug.cgi?id=101804
65966
65967         Reviewed by Dirk Schulze.
65968
65969         Added a test that checks that all blendingmodes are supported
65970
65971         * canvas/philip/tests/2d.composite.globalComposite-expected.txt: Added.
65972         * canvas/philip/tests/2d.composite.globalComposite.html: Added.
65973
65974 2012-12-02  Kent Tamura  <tkent@chromium.org>
65975
65976         [Chromium] fast/forms/*-multiple-fields/*-multiple-fields-preserve-value-after-history-back.html is flaky
65977         https://bugs.webkit.org/show_bug.cgi?id=96720
65978
65979         * platform/chromium/TestExpectations: Mark them Slow
65980
65981 2012-12-02  Elliott Sprehn  <esprehn@gmail.com>
65982
65983         documentElement should not always get a renderer
65984         https://bugs.webkit.org/show_bug.cgi?id=103475
65985
65986         Reviewed by Ojan Vafai.
65987
65988         Test that using display: none on the documentElement hides the document.
65989
65990         * fast/css/display-none-documentElement-expected.html: Added.
65991         * fast/css/display-none-documentElement.html: Added.
65992
65993 2012-12-02  Pan Deng  <pan.deng@intel.com>
65994
65995         [Resource Timing]Test cases of cross origin resource timing.
65996         https://bugs.webkit.org/show_bug.cgi?id=84886.
65997
65998         Reviewed by Tony Gentilcore.
65999
66000         Test cases in this patch validate resource timing behavior when cross origin request with/without "allow-timing-origin" response header. 
66001
66002         * http/tests/w3c/webperf/resources/blank_page_green_with_allow_timing.php: Added.
66003         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request-expected.txt: Added.
66004         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request.html: Added.
66005         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_timing_allow_cross_origin_resource_request-expected.txt: Added.
66006         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_timing_allow_cross_origin_resource_request.html: Added.
66007
66008 2012-12-02  Justin Novosad  <junov@google.com>
66009
66010         Fix occlusion culling logic to handle css background layer clipping
66011         https://bugs.webkit.org/show_bug.cgi?id=103276
66012
66013         Reviewed by Simon Fraser.
66014
66015         New ref test that verifies the superposition of background layers with
66016         the layers having smaller clip regions than the layers beneath them.
66017         This test ensures the bottom layers are not removed by culling
66018         optimizations.
66019
66020         * fast/backgrounds/background-opaque-clipped-gradients-expected.html: Added.
66021         * fast/backgrounds/background-opaque-clipped-gradients.html: Added.
66022
66023 2012-12-02  Tony Chang  <tony@chromium.org>
66024
66025         Avoid a second layout of flex items in layoutAndPlaceChildren()
66026         https://bugs.webkit.org/show_bug.cgi?id=102352
66027
66028         Reviewed by Ojan Vafai.
66029
66030         Add a test case to make sure we relayout when a sibling is stretching.
66031
66032         * css3/flexbox/stretch-after-sibling-size-change-expected.txt: Added.
66033         * css3/flexbox/stretch-after-sibling-size-change.html: Added.
66034
66035 2012-12-02  Yongjun Zhang  <yongjun_zhang@apple.com>
66036
66037         Need a method to close all idle localstorage databases immediately.
66038         https://bugs.webkit.org/show_bug.cgi?id=103469
66039
66040         Reviewed by David Kilzer.
66041
66042         * storage/domstorage/localstorage/close-idle-localstorage-databases-immediately-expected.txt: Added.
66043         * storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html: Added.
66044         * storage/resources/storage-close-idle-localstorage-databases-immediately.html: Added.
66045
66046 2012-12-02  Sheriff Bot  <webkit.review.bot@gmail.com>
66047
66048         Unreviewed, rolling out r136236.
66049         http://trac.webkit.org/changeset/136236
66050         https://bugs.webkit.org/show_bug.cgi?id=103833
66051
66052         [chromium] Flakey crashes in SpeechRecognitionEvent::emma
66053         during GC. (Requested by mkwst on #webkit).
66054
66055         * fast/speech/scripted/emma-expected.txt:
66056         * fast/speech/scripted/emma.html:
66057         * fast/speech/scripted/speechrecognition-basics-expected.txt:
66058         * fast/speech/scripted/speechrecognition-basics.html:
66059
66060 2012-12-01  Mike West  <mkwst@chromium.org>
66061
66062         [chromium] Unreviewed gardening. Skipping crashing tests.
66063
66064         The DEPS roll containing r170422 is causing three crashes cross-platform
66065         in the Chromium port. Skipping them here, filed crbug.com/163785 to fix.
66066
66067         * platform/chromium/TestExpectations:
66068             Marked media/encrypted-media/encrypted-media-events.html,
66069             media/encrypted-media/encrypted-media-not-loaded.html, and
66070             media/encrypted-media/encrypted-media-syntax.html as crashing.
66071
66072 2012-12-01  Mike West  <mkwst@chromium.org>
66073
66074         [chromium] Unreviewed gardening. Skipping calendar-picker-datetime-with-step.html.
66075
66076         It looks like platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html
66077         started failing at midnight PST, December 1st. I don't think it handled
66078         the month change correctly. Filed https://bugs.webkit.org/show_bug.cgi?id=103817
66079         to cover the fix.
66080
66081         * platform/chromium/TestExpectations:
66082
66083 2012-12-01  Mike West  <mkwst@chromium.org>
66084
66085         [gtk] Unreviewed gardening. Skipping CSP 1.1 tests.
66086
66087         The CSP 1.1 tests are failing under GTK after r136305 made the CSP_NEXT
66088         flag runtime enabled. Will fix in webkit.org/b/103810, skipping for now.
66089
66090         * platform/gtk/TestExpectations:
66091             Skipping CSP 1.1 tests.
66092
66093 2012-11-30  Ryosuke Niwa  <rniwa@webkit.org>
66094
66095         Shorten a file name as the test renamed in r136122 is still hosing Chromium Win perf. bot.
66096
66097         * 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.
66098         * 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.
66099         * http/tests/inspector/network/script-as-text-loading-long-url.html:
66100
66101 2012-11-30  Sujin Park  <sujjin.park@gmail.com>
66102
66103         [EFL][WK1] Gardening test cases which are not crashed after r135662
66104         https://bugs.webkit.org/show_bug.cgi?id=103803
66105
66106         Unreviewed, EFL gardening.
66107
66108         * platform/efl-wk1/TestExpectations:
66109
66110 2012-11-30  Jer Noble  <jer.noble@apple.com>
66111
66112         Add support for the 'unpause()' method on MediaController.
66113         https://bugs.webkit.org/show_bug.cgi?id=103751
66114
66115         Reviewed by Eric Carlson.
66116
66117         Add new test for unpause() and playbackState() methods.
66118
66119         * media/media-controller-unpause.html:
66120         * media/media-controller-unpause-expected.txt:
66121         * media/media-controller-playback.html:
66122         * media/media-controller-playback-expected.txt:
66123
66124 2012-11-30  Zhenyao Mo  <zmo@google.com>
66125
66126         Unreviewed, webkit gardening, fix webkit lint.
66127
66128         * platform/chromium/TestExpectations:
66129
66130 2012-11-30  Simon Fraser  <simon.fraser@apple.com>
66131
66132         Use the correct path to a test in TestExpectations.
66133
66134         * platform/chromium/TestExpectations:
66135
66136 2012-11-30  Simon Fraser  <simon.fraser@apple.com>
66137
66138         Make RenderLayer::updateLayerPosition() private
66139         https://bugs.webkit.org/show_bug.cgi?id=102624
66140
66141         Reviewed by Ryosuke Niwa.
66142
66143         New results with correctly computed event offsets.
66144
66145         * fast/events/stopPropagation-submit-expected.txt:
66146
66147 2012-11-30  Sheriff Bot  <webkit.review.bot@gmail.com>
66148
66149         Unreviewed, rolling out r136142.
66150         http://trac.webkit.org/changeset/136142
66151         https://bugs.webkit.org/show_bug.cgi?id=103768
66152
66153         break a bunch of interactive_ui_tests in chromium win
66154         (Requested by zhenyao_home on #webkit).
66155
66156         * fast/ruby/position-after.html: Removed.
66157         * platform/mac/fast/ruby/position-after-expected.png: Removed.
66158         * platform/mac/fast/ruby/position-after-expected.txt: Removed.
66159
66160 2012-11-30  Stephen Chenney  <schenney@chromium.org>
66161
66162         [Chromium] Rebaselining tests affected by recent Skia changes
66163
66164         Unreviewed test expectations updates.
66165
66166         Due to the Win7 builders being so far behind, some Win7 expectations may be wrong.
66167         Also fixes https://bugs.webkit.org/show_bug.cgi?id=103722
66168
66169         * platform/chromium-linux-x86/svg/transforms: Added.
66170         * platform/chromium-linux-x86/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
66171         * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
66172         * platform/chromium-linux/fast/text/line-initial-and-final-swashes-expected.png: Removed.
66173         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
66174         * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png:
66175         * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
66176         * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png:
66177         * platform/chromium-mac-lion/fast/box-shadow/inset-expected.png:
66178         * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
66179         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png:
66180         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
66181         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png:
66182         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
66183         * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
66184         * platform/chromium-mac-lion/fast/transforms/transformed-focused-text-input-expected.png:
66185         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
66186         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
66187         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
66188         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
66189         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
66190         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
66191         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
66192         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
66193         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
66194         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
66195         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
66196         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
66197         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
66198         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
66199         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
66200         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
66201         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-transform-expected.png:
66202         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
66203         * platform/chromium-mac-lion/svg/custom/pattern-rotate-expected.png:
66204         * platform/chromium-mac-lion/svg/custom/stroke-width-large-expected.png:
66205         * platform/chromium-mac-lion/svg/custom/use-transform-expected.png:
66206         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
66207         * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
66208         * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
66209         * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png:
66210         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
66211         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
66212         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
66213         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
66214         * platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.png:
66215         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
66216         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
66217         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
66218         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
66219         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
66220         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
66221         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
66222         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
66223         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
66224         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
66225         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
66226         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
66227         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
66228         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
66229         * platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-expected.png:
66230         * platform/chromium-mac-snowleopard/svg/custom/stroke-width-large-expected.png:
66231         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
66232         * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
66233         * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
66234         * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png:
66235         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
66236         * platform/chromium-mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
66237         * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
66238         * platform/chromium-mac/fast/box-shadow/inset-expected.png:
66239         * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png:
66240         * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png:
66241         * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
66242         * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
66243         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
66244         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
66245         * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
66246         * platform/chromium-mac/fast/repaint/transform-replaced-shadows-expected.png:
66247         * platform/chromium-mac/fast/transforms/shadows-expected.png:
66248         * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
66249         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
66250         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
66251         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
66252         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
66253         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
66254         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
66255         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
66256         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
66257         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
66258         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
66259         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
66260         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
66261         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
66262         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
66263         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
66264         * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
66265         * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.png:
66266         * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
66267         * platform/chromium-mac/svg/custom/pattern-rotate-expected.png:
66268         * platform/chromium-mac/svg/custom/stroke-width-large-expected.png:
66269         * platform/chromium-mac/svg/custom/use-transform-expected.png:
66270         * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
66271         * platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
66272         * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
66273         * platform/chromium-win-xp/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
66274         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
66275         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
66276         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
66277         * platform/chromium-win-xp/platform/chromium/fast/forms/color: Removed.
66278         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
66279         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
66280         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
66281         * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
66282         * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
66283         * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
66284         * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
66285         * platform/chromium-win/fast/box-shadow/inset-expected.png:
66286         * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
66287         * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
66288         * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
66289         * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
66290         * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
66291         * 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.
66292         * platform/chromium-win/fast/transforms/shadows-expected.png:
66293         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
66294         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
66295         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
66296         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
66297         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
66298         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
66299         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
66300         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
66301         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
66302         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
66303         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
66304         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
66305         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
66306         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
66307         * platform/chromium-win/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
66308         * platform/chromium-win/svg/css/group-with-shadow-expected.png:
66309         * platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.png:
66310         * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
66311         * platform/chromium-win/svg/custom/pattern-rotate-expected.png:
66312         * platform/chromium-win/svg/custom/stroke-width-large-expected.png:
66313         * platform/chromium-win/svg/custom/use-transform-expected.png:
66314         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
66315         * platform/chromium/TestExpectations:
66316
66317 2012-11-30  James Simonsen  <simonjam@chromium.org>
66318
66319         Report CSS as initiator instead of elements, except body
66320         https://bugs.webkit.org/show_bug.cgi?id=103546
66321
66322         Reviewed by Tony Gentilcore.
66323
66324         * platform/chromium/fast/loader/resource-request-callbacks-expected.txt: Rebaseline to match new behavior.
66325
66326 2012-11-30  Michelangelo De Simone  <michelangelo@webkit.org>
66327
66328         [CSS Shaders] Clamp input colors before blending
66329         https://bugs.webkit.org/show_bug.cgi?id=98962
66330
66331         Reviewed by Dean Jackson.
66332
66333         Test to check the correct clamping of color values.
66334
66335         * css3/filters/custom/custom-filter-color-clamping-expected.html: Added.
66336         * css3/filters/custom/custom-filter-color-clamping-negative-expected.html: Added.
66337         * css3/filters/custom/custom-filter-color-clamping-negative.html: Added.
66338         * css3/filters/custom/custom-filter-color-clamping.html: Added.
66339         * css3/filters/resources/custom-filter-color-clamping-negative.fs: Added.
66340         * css3/filters/resources/custom-filter-color-clamping.fs: Added.
66341
66342 2012-11-30  Abhishek Arya  <inferno@chromium.org>
66343
66344         Crash due to intruding float not removed after writing mode changed.
66345         https://bugs.webkit.org/show_bug.cgi?id=100149
66346
66347         Reviewed by Levi Weintraub.
66348
66349         * fast/block/float/intruding-float-not-removed-writing-mode-expected.txt: Added.
66350         * fast/block/float/intruding-float-not-removed-writing-mode.xhtml: Added.
66351
66352 2012-11-30  Florin Malita  <fmalita@chromium.org>
66353
66354         SVG pattern data deleted while in use
66355         https://bugs.webkit.org/show_bug.cgi?id=103415
66356
66357         Reviewed by Dirk Schulze.
66358
66359         * svg/custom/large-image-pattern-crash-expected.txt: Added.
66360         * svg/custom/large-image-pattern-crash.html: Added.
66361
66362 2012-11-30  Stephen Chenney  <schenney@chromium.org>
66363
66364         [Chromium] Fixing TestExpectations
66365
66366         Unreviewed fix to pass lint
66367
66368         * platform/chromium/TestExpectations:
66369
66370 2012-11-30  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
66371
66372         [EFL] Skip failing test editing/selection/caret-alignment-for-vertical-text.html
66373         https://bugs.webkit.org/show_bug.cgi?id=103741
66374
66375         Unreviewed, EFL gardening.
66376
66377         Skip failing test editing/selection/caret-alignment-for-vertical-text.html
66378         until bug 103740 is fixed.
66379
66380         * platform/efl/TestExpectations:
66381
66382 2012-11-29  Tommy Widenflycht  <tommyw@google.com>
66383
66384         Speech Recognition API: Update SpeechRecognitionEvent to match the specification
66385         https://bugs.webkit.org/show_bug.cgi?id=103407
66386
66387         Reviewed by Adam Barth.
66388
66389         Updating tests.
66390
66391         * fast/speech/scripted/emma-expected.txt:
66392         * fast/speech/scripted/emma.html:
66393         * fast/speech/scripted/speechrecognition-basics-expected.txt:
66394         * fast/speech/scripted/speechrecognition-basics.html:
66395
66396 2012-11-30  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
66397
66398         [WK2] TiledBackingStore: Frame view re-layouts with wrong Fixed Visible Content Rect.
66399         https://bugs.webkit.org/show_bug.cgi?id=103428
66400
66401         Reviewed by Kenneth Rohde Christiansen.
66402
66403         Unskipped corresponding test cases for EFL WK2.
66404
66405         * platform/efl-wk2/TestExpectations:
66406
66407 2012-11-30  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
66408
66409         [EFL] Gardening after r136031 and r136142
66410         https://bugs.webkit.org/show_bug.cgi?id=103734
66411
66412         Unreviewed, EFL gardening.
66413
66414         Add baselines for new test fast/ruby/position-after.html. Also
66415         unskip passing tests.
66416
66417         * platform/efl/TestExpectations:
66418         * platform/efl/fast/ruby/position-after-expected.png: Added.
66419         * platform/efl/fast/ruby/position-after-expected.txt: Added.
66420
66421 2012-11-30  Arpita Bahuguna  <arpitabahuguna@gmail.com>
66422
66423         Caret is painted horizontally in vertical writing mode when there are no visible text
66424         https://bugs.webkit.org/show_bug.cgi?id=102359
66425
66426         Reviewed by Ryosuke Niwa.
66427
66428         * editing/selection/caret-alignment-for-vertical-text-expected.txt: Added.
66429         * editing/selection/caret-alignment-for-vertical-text.html: Added.
66430         Test to verify that the orientation of the caret on an empty vertical text
66431         line or container is same as that for a non-empty container.
66432
66433 2012-11-30  Nandor Huszka  <hnandor@inf.u-szeged.hu>
66434
66435         [Qt] Unreviewed gardening.
66436
66437         Add expected results for a new test.
66438
66439         * platform/qt/fast/ruby/position-after-expected.png: Added.
66440         * platform/qt/fast/ruby/position-after-expected.txt: Added.
66441
66442 2012-11-30  Kent Tamura  <tkent@chromium.org>
66443
66444         [Chromium] Layout Test fast/forms/*-multiple-fields/*-multiple-fields-preserve-value-after-history-back.html is failing
66445         https://bugs.webkit.org/show_bug.cgi?id=96720
66446
66447         Reviewed by Kentaro Hara.
66448
66449         We should start tests after js-test-post.js loading to avoid missing
66450         testRunner.waitUntilDone calls.
66451
66452         * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html:
66453         Make the outer switch a function to be called window.onload, and stop to
66454         remove the iframe because the script in the iframe calls notifyDone.
66455         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html:
66456         Ditto.
66457         * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html:
66458         Ditto.
66459         * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html:
66460         Ditto.
66461         * platform/chromium/TestExpectations:
66462         Move the line for
66463         week-multiple-fields-preserve-value-after-history-back.html near to
66464         others. We don't remove these expectations yet just in case.
66465
66466 2012-11-30  Alexander Pavlov  <apavlov@chromium.org>
66467
66468         [Chromium] Unreviewed, fast/text/line-initial-and-final-swashes.html missing expectations on XP after r136153.
66469
66470         * platform/chromium/TestExpectations:
66471
66472 2012-11-30  Takashi Sakamoto  <tasak@google.com>
66473
66474         Unreviewed, WebKit gardening.
66475
66476         * platform/chromium/TestExpectations:
66477
66478 2012-11-30  Keishi Hattori  <keishi@webkit.org>
66479
66480         Layout Test fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html is failing
66481         https://bugs.webkit.org/show_bug.cgi?id=103713
66482
66483         Unreviewed.
66484
66485         Rebaselining month-multiple-fields-preserve-value-after-history-back.html for Windows.
66486
66487         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
66488         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
66489
66490 2012-11-29  Keishi Hattori  <keishi@webkit.org>
66491
66492         Better type ahead for DateTimeSymbolicFieldElement
66493         https://bugs.webkit.org/show_bug.cgi?id=103031
66494
66495         Reviewed by Kent Tamura.
66496
66497         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
66498         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Added tests for typeahead.
66499
66500 2012-11-29  Keishi Hattori  <keishi@webkit.org>
66501
66502         Add month-multiple-fields tests
66503         https://bugs.webkit.org/show_bug.cgi?id=102046
66504
66505         Reviewed by Kent Tamura.
66506
66507         Adding tests for multiple field <input type=month>.
66508
66509         * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes-expected.txt: Added.
66510         * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html: Added.
66511         * fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification-expected.txt: Added.
66512         * fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html: Added.
66513         * fast/forms/month-multiple-fields/month-multiple-fields-blur-and-focus-events-expected.txt: Added.
66514         * fast/forms/month-multiple-fields/month-multiple-fields-blur-and-focus-events.html: Added.
66515         * fast/forms/month-multiple-fields/month-multiple-fields-change-layout-by-value-expected.txt: Added.
66516         * fast/forms/month-multiple-fields/month-multiple-fields-change-layout-by-value.html: Added.
66517         * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events-expected.txt: Added.
66518         * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events.html: Added.
66519         * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
66520         * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html: Added.
66521         * fast/forms/month-multiple-fields/month-multiple-fields-reset-value-after-reloads-expected.txt: Added.
66522         * fast/forms/month-multiple-fields/month-multiple-fields-reset-value-after-reloads.html: Added.
66523         * fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
66524         * fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events.html: Added.
66525         * fast/forms/month-multiple-fields/month-multiple-fields-wheel-event-expected.txt: Added.
66526         * fast/forms/month-multiple-fields/month-multiple-fields-wheel-event.html: Added.
66527
66528 2012-11-29  Zhenyao Mo  <zmo@google.com>
66529
66530         Unreviewed, WebKit gardening.
66531
66532         * platform/chromium/TestExpectations:
66533
66534 2012-11-29  John Knottenbelt  <jknotten@chromium.org>
66535
66536         Use GeolocationController's last geoposition as cached position.
66537         https://bugs.webkit.org/show_bug.cgi?id=103540
66538
66539         Reviewed by Benjamin Poulain.
66540
66541         The page's GeolocationController mediates access to the
66542         GeolocationClient for multiple frames' Geolocation instances. This
66543         patch changes the position cache to be on the GeolocationController
66544         rather than on the Geolocation instance.
66545
66546         This fixes a bug where if one frame has has received a fresh
66547         position, then a request for a cached position from a second frame
66548         does not succeed because the Geolocation instance in the second
66549         frame's position cache hasn't received the position update that
66550         went to the first frame.
66551
66552         * fast/dom/Geolocation/cached-position-iframe-expected.txt: Added.
66553         * fast/dom/Geolocation/cached-position-iframe.html: Added.
66554         * fast/dom/Geolocation/resources/cached-position-iframe-inner.html: Added.
66555         * fast/dom/Geolocation/script-tests/cached-position-iframe.js: Added.
66556         (window.onmessage):
66557
66558 2012-11-29  Zhenyao Mo  <zmo@google.com>
66559
66560         Unreviewed, WebKit gardening.
66561
66562         * platform/chromium/TestExpectations:
66563
66564 2012-11-29  Stephen Chenney  <schenney@chromium.org>
66565
66566         [Chromium] Skia rebaseline after we made kSrc_Mode go faster
66567
66568         Unreviewed expectations update.
66569
66570         Some of these are still crashing on Debug.
66571
66572         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
66573         * platform/chromium-mac-lion/svg/carto.net/colourpicker-expected.png:
66574         * platform/chromium-mac-lion/svg/custom/invalid-uri-stroke-expected.png:
66575         * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png:
66576         * platform/chromium-mac-lion/svg/zoom/page/zoom-mask-with-percentages-expected.png:
66577         * platform/chromium-mac-snowleopard/svg/carto.net/colourpicker-expected.png:
66578         * platform/chromium-mac-snowleopard/svg/custom/invalid-uri-stroke-expected.png:
66579         * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
66580         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
66581         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
66582         * platform/chromium-mac/svg/carto.net/colourpicker-expected.png:
66583         * platform/chromium-mac/svg/custom/gradient-stop-corner-cases-expected.png:
66584         * platform/chromium-mac/svg/custom/invalid-uri-stroke-expected.png:
66585         * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
66586         * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
66587         * platform/chromium-win-xp/svg/carto.net: Added.
66588         * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Added.
66589         * platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.png:
66590         * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
66591         * platform/chromium-win/svg/custom/invalid-uri-stroke-expected.png:
66592         * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
66593         * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
66594         * platform/chromium/TestExpectations:
66595
66596 2012-11-29  Stephen Chenney  <schenney@chromium.org>
66597
66598         [Chromium] Rebaseline after removed double drawing of clipped hairlines at edges
66599
66600         Unreviewed expectations update
66601
66602         * platform/chromium-linux-x86/svg/hixie/perf/003-expected.png: Removed.
66603         * platform/chromium-mac-lion/fast/repaint/list-marker-expected.png: Added.
66604         * platform/chromium-mac-lion/svg/hixie/perf/001-expected.png: Added.
66605         * platform/chromium-mac-lion/svg/hixie/perf/002-expected.png: Added.
66606         * platform/chromium-mac-lion/svg/hixie/perf/003-expected.png:
66607         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
66608         * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
66609         * platform/chromium-mac-snowleopard/fast/repaint/list-marker-expected.png:
66610         * platform/chromium-mac-snowleopard/svg/hixie/perf/001-expected.png:
66611         * platform/chromium-mac-snowleopard/svg/hixie/perf/002-expected.png:
66612         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
66613         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
66614         * platform/chromium-mac/fast/repaint/list-marker-expected.png:
66615         * platform/chromium-mac/svg/hixie/perf/001-expected.png:
66616         * platform/chromium-mac/svg/hixie/perf/002-expected.png:
66617         * platform/chromium-mac/svg/hixie/perf/003-expected.png:
66618         * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
66619         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
66620         * platform/chromium-win/fast/repaint/list-marker-expected.png:
66621         * platform/chromium-win/svg/hixie/perf/001-expected.png:
66622         * platform/chromium-win/svg/hixie/perf/002-expected.png:
66623         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
66624         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
66625         * platform/gtk/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
66626         * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
66627         * svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
66628
66629 2012-11-29  Stephen Chenney  <schenney@chromium.org>
66630
66631         [Chromium] Rebaseline after SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX was removed
66632
66633         Unreviewed test expectations update.
66634
66635         * platform/chromium-linux-x86/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Removed.
66636         * platform/chromium-linux-x86/svg/custom/clip-mask-negative-scale-expected.png: Removed.
66637         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
66638         * platform/chromium-mac-lion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Added.
66639         * platform/chromium-mac-lion/fast/borders/border-image-rotate-transform-expected.png: Added.
66640         * platform/chromium-mac-lion/fast/forms/select-style-expected.png: Added.
66641         * platform/chromium-mac-lion/svg/custom/clip-mask-negative-scale-expected.png: Added.
66642         * platform/chromium-mac-lion/svg/custom/focus-ring-expected.png: Added.
66643         * platform/chromium-mac-lion/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
66644         * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
66645         * platform/chromium-mac-snowleopard/fast/borders/border-image-rotate-transform-expected.png:
66646         * platform/chromium-mac-snowleopard/fast/forms/select-style-expected.png:
66647         * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-expected.png:
66648         * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png:
66649         * platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
66650         * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
66651         * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
66652         * platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
66653         * platform/chromium-mac/fast/forms/select-style-expected.png:
66654         * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
66655         * platform/chromium-mac/svg/custom/focus-ring-expected.png:
66656         * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
66657         * platform/chromium-win-xp/svg/custom/clip-mask-negative-scale-expected.png: Removed.
66658         * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
66659         * platform/chromium-win/fast/borders/border-image-rotate-transform-expected.png:
66660         * platform/chromium-win/fast/borders/borderRadiusDashed06-expected.png:
66661         * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
66662         * platform/chromium-win/svg/custom/focus-ring-expected.png:
66663         * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.png:
66664         * platform/chromium/TestExpectations:
66665
66666 2012-11-29  Stephen Chenney  <schenney@chromium.org>
66667
66668         [Chromium] Expectations update
66669
66670         Unreviewed expectation.
66671
66672         These expectations seem to have been rebaselined in error or missed
66673         being rebaselined during the great Skia rebaseline of Thanksgiving
66674         Day. This fixes some failing expectations and removes some incorrect
66675         expectations that crept in.
66676
66677         * fast/repaint/bugzilla-6278-expected.png: Added.
66678         * fast/repaint/invisible-objects-expected.png: Added.
66679         * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png:
66680         * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png:
66681         * platform/chromium-mac-lion/fast/repaint/bugzilla-6278-expected.png: Added.
66682         * platform/chromium-mac-lion/fast/repaint/invisible-objects-expected.png: Removed.
66683         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png:
66684         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png:
66685         * platform/chromium-mac-snowleopard/fast/repaint/bugzilla-6278-expected.png: Added.
66686         * platform/chromium-mac-snowleopard/fast/text/line-initial-and-final-swashes-expected.png: Removed.
66687         * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
66688         * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
66689         * platform/chromium-mac/fast/repaint/bugzilla-6278-expected.png: Added.
66690         * platform/chromium-mac/fast/repaint/iframe-scroll-repaint-expected.png: Added.
66691         * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png:
66692         * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png:
66693         * platform/chromium-win/fast/repaint/body-background-image-expected.png:
66694         * platform/chromium-win/fast/repaint/box-shadow-h-expected.png:
66695         * platform/chromium-win/fast/repaint/box-shadow-v-expected.png:
66696         * platform/chromium-win/fast/repaint/invisible-objects-expected.png: Added.
66697         * platform/chromium-win/fast/text/font-initial-expected.png:
66698         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Removed.
66699         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.txt: Removed.
66700         * platform/chromium/TestExpectations:
66701         * platform/chromium/fast/js/date-toisostring-expected.txt: Removed.
66702         * platform/chromium/fast/js/toString-and-valueOf-override-expected.txt: Removed.
66703         * platform/chromium/fast/repaint/bugzilla-6278-expected.png: Removed.
66704         * platform/chromium/fast/repaint/iframe-scroll-repaint-expected.png: Removed.
66705         * platform/chromium/fast/repaint/invisible-objects-expected.png: Removed.
66706         * platform/chromium/svg/custom/getBBox-path-expected.txt: Removed.
66707         * platform/chromium/svg/custom/global-constructors-expected.txt: Removed.
66708         * platform/efl/fast/repaint/bugzilla-6278-expected.png: Removed.
66709         * platform/efl/fast/repaint/invisible-objects-expected.png: Removed.
66710         * platform/gtk/fast/repaint/bugzilla-6278-expected.png: Removed.
66711         * platform/gtk/fast/repaint/invisible-objects-expected.png: Removed.
66712
66713 2012-11-28  Daniel Bates  <dbates@webkit.org>
66714
66715         [Chromium] LayoutTests/fast/js/string-replacement-outofmemory.html crashes
66716         https://bugs.webkit.org/show_bug.cgi?id=103348
66717
66718         Reviewed by Abhishek Arya.
66719
66720         Add a comment to explain that the crash is expected and is performed in an
66721         orderly fashion.
66722
66723         * platform/chromium/TestExpectations:
66724
66725 2012-11-29  Dan Bernstein  <mitz@apple.com>
66726
66727         <rdar://problem/12771885> Support ruby-position: {before, after}
66728         https://bugs.webkit.org/show_bug.cgi?id=103569
66729
66730         Reviewed by Anders Carlsson.
66731
66732         * fast/ruby/position-after.html: Added.
66733         * platform/mac/fast/ruby/position-after-expected.png: Added.
66734         * platform/mac/fast/ruby/position-after-expected.txt: Added.
66735
66736 2012-11-29  Mike West  <mkwst@chromium.org>
66737
66738         Typo in 'autofocus' sandboxing error message.
66739         https://bugs.webkit.org/show_bug.cgi?id=103616
66740
66741         Reviewed by Jochen Eisinger.
66742
66743         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
66744
66745 2012-11-29  Hajime Morrita  <morrita@google.com>
66746
66747         HTMLMediaElement's .textTracks property does not reflect <track> element
66748         https://bugs.webkit.org/show_bug.cgi?id=103420
66749         
66750         Reviewed by Eric Carlson.
66751
66752         * media/track/track-node-add-remove-expected.txt: Added.
66753         * media/track/track-node-add-remove.html: Added.
66754
66755 2012-11-29  Alexander Pavlov  <apavlov@chromium.org>
66756
66757         [Chromium] Unreviewed, update Mac expectation after r136128.
66758
66759         * platform/chromium/TestExpectations:
66760
66761 2012-11-29  Stephen Chenney  <schenney@chromium.org>
66762
66763         Unreviewed Chromium expectations cleanup
66764
66765         * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.png: Removed. Should not have been added ever.
66766         * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.txt: Removed. Should not have been added ever.
66767         * platform/chromium-mac/fast/css/font-weight-1-expected.png: Removed. Should not have been added ever.
66768         * platform/chromium-mac/fast/css/font-weight-1-expected.txt: Removed. Should not have been added ever.
66769         * platform/chromium-win/fast/css/font-weight-1-expected.png: Removed. Should not have been added ever.
66770         * platform/chromium/TestExpectations: Removed tests now passing
66771         * platform/chromium/fast/css/font-weight-1-expected.png: Copied from LayoutTests/platform/chromium-win/fast/css/font-weight-1-expected.png.
66772
66773 2012-11-29  Stephen Chenney  <schenney@chromium.org>
66774
66775         Layout Test svg/animations/mpath-remove-from-dependents-on-delete-crash.html is flaky
66776         https://bugs.webkit.org/show_bug.cgi?id=103375
66777
66778         Unreviewed expectations update.
66779
66780         The test is no longer flakey after yeterdays test modification.
66781
66782         * platform/chromium/TestExpectations:
66783
66784 2012-11-29  KwangYong Choi  <ky0.choi@samsung.com>
66785
66786         [EFL] Remove duplicated entries from efl-wk1/TestExpectations
66787         https://bugs.webkit.org/show_bug.cgi?id=103236
66788
66789         Unreviewed. These entries exist in efl/TestExpectations. Remove duplication.
66790
66791         * platform/efl-wk1/TestExpectations:
66792
66793 2012-11-29  Mike West  <mkwst@chromium.org>
66794
66795         Layout Test http/tests/inspector/network/script-as-text-loading-long-url.html is failing
66796         https://bugs.webkit.org/show_bug.cgi?id=103619
66797
66798         Reviewed by Alexander Pavlov.
66799
66800         Windows doesn't like loooong filenames.
66801
66802         * 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.
66803         * http/tests/inspector/network/script-as-text-loading-long-url.html:
66804         * platform/chromium/TestExpectations:
66805             Unskipping the test on XP.
66806
66807 2012-11-29  Jussi Kukkonen  <jussi.kukkonen@intel.com>
66808
66809         [EFL][WK2] flaky reftests after r135935
66810         https://bugs.webkit.org/show_bug.cgi?id=103618
66811
66812         Unreviewed gardening, mark more reftests flaky after r135935.
66813
66814         * platform/efl-wk2/TestExpectations:
66815
66816 2012-11-29  Nandor Huszka  <hnandor@inf.u-szeged.hu>
66817
66818         [Qt] Unreviewed gardening.
66819         Rebase 3 tests. Skip one test because it needs Qt implementation.
66820
66821         * platform/qt/TestExpectations:
66822         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
66823         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
66824         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
66825
66826 2012-11-29  Jussi Kukkonen  <jussi.kukkonen@intel.com>
66827
66828         [EFL] remove failure expectations from passing tests
66829         https://bugs.webkit.org/show_bug.cgi?id=103523
66830
66831         Unreviewed gardening, remove failure expectations:
66832         http/tests/security/isolatedWorld/world-reuse.html was fixed in
66833         r135871 and the rest have been passing for a long while according
66834         to flakiness dashboard.
66835
66836         * platform/efl-wk2/TestExpectations:
66837         * platform/efl/TestExpectations:
66838
66839 2012-11-29  Sheriff Bot  <webkit.review.bot@gmail.com>
66840
66841         Unreviewed, rolling out r136111.
66842         http://trac.webkit.org/changeset/136111
66843         https://bugs.webkit.org/show_bug.cgi?id=103620
66844
66845         Broke compilation on Mac (unused private field m_matchMode)
66846         (Requested by apavlov on #webkit).
66847
66848         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
66849         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
66850
66851 2012-11-29  Mike West  <mkwst@chromium.org>
66852
66853         [Chromium] Unreviewed gardening.
66854
66855         * platform/chromium/TestExpectations:
66856             Skipping 'http/tests/inspector/network/script-as-text-loading-long-url.html'
66857             on WinXP.
66858
66859 2012-11-29  Keishi Hattori  <keishi@webkit.org>
66860
66861         Better type ahead for DateTimeSymbolicFieldElement
66862         https://bugs.webkit.org/show_bug.cgi?id=103031
66863
66864         Reviewed by Kent Tamura.
66865
66866         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
66867         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Added tests for typeahead.
66868
66869 2012-11-29  Kent Tamura  <tkent@chromium.org>
66870
66871         Convert *-appearance-pseudo-classes.html to dumpAsText tests
66872         https://bugs.webkit.org/show_bug.cgi?id=103602
66873
66874         Reviewed by Kentaro Hara.
66875
66876         fast/forms/*/*-appearance-pseudo-classes.html doesn't need to be a pixel
66877         test because "how css properties are applied" is tested in
66878         fast/forms/*/*-appearance-basic.html. Checking querySelectorAll result
66879         is enough to check pseudo classes support, and we can convert the test
66880         to a dumpAsText test. We imporve test coverage in the new dumpAsText tests.
66881
66882         Also, this patch adds missing datetimelocal-pseudo-classes.html.
66883
66884         * fast/forms/date/date-pseudo-classes-expected.txt:
66885         * fast/forms/date/date-pseudo-classes.html: Add :in-range -> :out-of-range cases.
66886         * fast/forms/datetimelocal/datetimelocal-pseudo-classes-expected.txt: Added.
66887         * fast/forms/datetimelocal/datetimelocal-pseudo-classes.html: Added.
66888         * fast/forms/month/month-appearance-pseudo-classes-expected.txt: Removed.
66889         * fast/forms/month/month-appearance-pseudo-classes.html: Removed.
66890         * fast/forms/month/month-pseudo-classes-expected.txt: Added.
66891         * fast/forms/month/month-pseudo-classes.html: Added.
66892         * fast/forms/time/time-appearance-pseudo-classes-expected.txt: Removed.
66893         * fast/forms/time/time-appearance-pseudo-classes.html: Removed.
66894         * fast/forms/time/time-pseudo-classes-expected.txt: Added.
66895         * fast/forms/time/time-pseudo-classes.html: Added.
66896         * fast/forms/week/week-appearance-pseudo-classes-expected.txt: Removed.
66897         * fast/forms/week/week-appearance-pseudo-classes.html: Removed.
66898         * fast/forms/week/week-pseudo-classes-expected.txt: Added.
66899         * fast/forms/week/week-pseudo-classes.html: Added.
66900         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
66901         * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
66902         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
66903         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
66904         * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
66905         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
66906         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
66907         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
66908         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
66909         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
66910         * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
66911         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
66912         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
66913         * platform/chromium-win/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
66914         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
66915
66916 2012-11-29  Alexander Pavlov  <apavlov@chromium.org>
66917
66918         [Chromium] Unreviewed, mark fast/regions tests failing after r136045 as failing, since they are actually reftests.
66919
66920         * platform/chromium-mac/fast/regions/autoheight-dynamic-update-expected.png: Removed.
66921         * platform/chromium-mac/fast/regions/firstletter-inside-flowthread-expected.png: Removed.
66922         * platform/chromium-mac/fast/regions/listmarker-inside-flowthread-expected.png: Removed.
66923         * platform/chromium/TestExpectations:
66924
66925 2012-11-29  Andrei Bucur  <abucur@adobe.com>
66926
66927         [CSS Regions] Fix content node renderers ordering inside the named flow thread
66928         https://bugs.webkit.org/show_bug.cgi?id=103501
66929
66930         Reviewed by David Hyatt.
66931
66932         The first two ref tests cover the issue with incorrectly computing the insertion position for a content node renderer.
66933         The third ref test covers the issue with nextRenderer and previousRenderer skipping valid nodes.
66934
66935         * fast/regions/named-flow-content-order-1-expected.html: Added.
66936         * fast/regions/named-flow-content-order-1.html: Added.
66937         * fast/regions/named-flow-content-order-2-expected.html: Added.
66938         * fast/regions/named-flow-content-order-2.html: Added.
66939         * fast/regions/named-flow-content-order-3-expected.html: Added.
66940         * fast/regions/named-flow-content-order-3.html: Added.
66941
66942 2012-11-28  Mike West  <mkwst@chromium.org>
66943
66944         Add a test to ensure that 'seamless' iframes do not inherit contenteditable.
66945         https://bugs.webkit.org/show_bug.cgi?id=95890
66946
66947         Reviewed by Ojan Vafai.
66948
66949         * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt: Added.
66950         * fast/frames/seamless/seamless-contenteditable-not-inherited.html: Added.
66951
66952 2012-11-28  Mike West  <mkwst@chromium.org>
66953
66954         Web Inspector: Console message's anchor element should be trimmed for readability.
66955         https://bugs.webkit.org/show_bug.cgi?id=100095
66956
66957         Reviewed by Pavel Feldman.
66958
66959         * 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.
66960         * http/tests/inspector/network/script-as-text-loading-long-url-expected.txt: Added.
66961         * http/tests/inspector/network/script-as-text-loading-long-url.html: Added.
66962         * platform/chromium/http/tests/inspector/network/script-as-text-loading-long-url-expected.txt: Added.
66963             JSC vs V8.
66964
66965 012-11-28  Alexander Pavlov  <apavlov@chromium.org>
66966
66967         [Chromium] Unreviewed, rebaseline CSS regions test expectations for Mac 10.8 after r136045.
66968
66969         * platform/chromium-mac/fast/regions/autoheight-dynamic-update-expected.png: Added.
66970         * platform/chromium-mac/fast/regions/firstletter-inside-flowthread-expected.png: Added.
66971         * platform/chromium-mac/fast/regions/listmarker-inside-flowthread-expected.png: Added.
66972
66973 2012-11-28  Hajime Morrita  <morrita@google.com>
66974
66975         [Shadow DOM] Element.createShadowRoot() should be prefixed.
66976         https://bugs.webkit.org/show_bug.cgi?id=103595
66977
66978         Reviewed by Kentaro Hara.
66979
66980         * fast/dom/shadow/shadow-aware-create-shadow-root.html:
66981
66982 2012-11-28  Hayato Ito <hayato@chromium.org>
66983
66984         Test the return value from Node::compareDocumentPositionMake more strictly.
66985         https://bugs.webkit.org/show_bug.cgi?id=103590
66986
66987         Reviewed by Dimitri Glazkov.
66988
66989         * fast/dom/shadow/compare-document-position-expected.txt:
66990         * fast/dom/shadow/compare-document-position.html:
66991
66992 2012-11-28  Yael Aharon  <yael.aharon@intel.com>
66993
66994         [EFL][WK2] input-with-validation-without-shadow.html makes following tests crash after r135935
66995         https://bugs.webkit.org/show_bug.cgi?id=103508
66996
66997         Reviewed by Kent Tamura.
66998
66999         Do not submit the form in the ref test, as it is also not submitted by the
67000         original test. This also fixes the timeout in EFL's tests.
67001         Remove the test from TestEexpectations as the test is passing now.
67002
67003         * fast/dom/shadow/input-with-validation-without-shadow-expected.html:
67004         * platform/efl-wk2/TestExpectations:
67005
67006 2012-11-28  Hayato Ito  <hayato@chromium.org>
67007
67008         Node::compareDocumentPosition returns wrong value for a node in the different shadow tree.
67009         https://bugs.webkit.org/show_bug.cgi?id=103502
67010
67011         Reviewed by Dimitri Glazkov.
67012
67013         * fast/dom/shadow/compare-document-position-expected.txt: Added.
67014         * fast/dom/shadow/compare-document-position.html: Added.
67015
67016 2012-11-28  Noel Gordon  <noel.gordon@gmail.com>
67017
67018         Unreviewed test fix: chromium/fast/storage/serialized-script-value.html
67019
67020         This test produces an undefined error if the test fails.
67021
67022         * platform/chromium/fast/storage/serialized-script-value.html: Use bufferView
67023         instead of view (view is not defined).
67024
67025 2012-11-28  Joshua Bell  <jsbell@chromium.org>
67026
67027         [Chromium] IndexedDB: Assert/crash in indexing layout tests in content_shell
67028         https://bugs.webkit.org/show_bug.cgi?id=103562
67029
67030         Reviewed by Tony Chang.
67031
67032         Fix an expectation glitch that may arise in multi-process ports (an error on
67033         the open request may arrive before logging has stopped; safe to ignore it).
67034
67035         * storage/indexeddb/resources/transaction-error.js:
67036
67037 2012-11-23  Dirk Schulze  <krit@webkit.org>
67038
67039         Remove -webkit-mask-attachment
67040         https://bugs.webkit.org/show_bug.cgi?id=67137
67041
67042         Reviewed by David Hyatt.
67043
67044         Added negative tests for '-webkit-mask' shorthand property attachment keywords.
67045
67046         * fast/css/getComputedStyle/computed-style-expected.txt: 
67047         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
67048         * fast/css/remove-shorthand.html: Corrected syntax for -webkit-mask test.
67049         * fast/masking/parsing-mask-expected.txt:
67050         * fast/masking/parsing-mask.html: Added negative tests for attachment property keywords.
67051         * svg/css/getComputedStyle-basic-expected.txt:
67052
67053 2012-11-28  Kenichi Ishibashi  <bashi@chromium.org>
67054
67055         StyleResolver should not set NaN to font size
67056         https://bugs.webkit.org/show_bug.cgi?id=99506
67057
67058         Reviewed by Abhishek Arya.
67059
67060         * fast/css/font-size-nan-expected.txt: Added.
67061         * fast/css/font-size-nan.svg: Added.
67062
67063 2012-11-23  Dirk Schulze  <krit@webkit.org>
67064
67065         CSS parser does not support -webkit-mask-size for -webkit-mask shorthand
67066         https://bugs.webkit.org/show_bug.cgi?id=103020
67067
67068         Reviewed by David Hyatt.
67069
67070         Added new subtests to exisiting test for the changed syntax of '-webkit-mask' shorthand property.
67071
67072         * fast/masking/parsing-mask-expected.txt:
67073         * fast/masking/parsing-mask.html:
67074
67075 2012-11-28  Tom Sepez  <tsepez@chromium.org>
67076
67077         XSSAuditor bypass with script src=data: URL ending in <!--
67078         https://bugs.webkit.org/show_bug.cgi?id=103548
67079
67080         Reviewed by Adam Barth.
67081
67082         * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt: Added.
67083         * http/tests/security/xssAuditor/script-tag-with-source-data-url3.html: Added.
67084
67085 2012-11-28  Abhishek Arya  <inferno@chromium.org>
67086
67087         Heap-use-after-free in WebCore::RenderLayerModelObject::hasSelfPaintingLayer
67088         https://bugs.webkit.org/show_bug.cgi?id=101970
67089
67090         Reviewed by David Hyatt.
67091
67092         * fast/block/float/float-not-removed-from-pre-block-expected.txt: Added.
67093         * fast/block/float/float-not-removed-from-pre-block.html: Added.
67094
67095 2012-11-28  Tony Chang  <tony@chromium.org>
67096
67097         Move internals.settings.setPageScaleFactor to internals.setPageScaleFactor
67098         https://bugs.webkit.org/show_bug.cgi?id=103559
67099
67100         Reviewed by Jochen Eisinger.
67101
67102         This method doesn't alter the Settings object, so move it to internals.
67103         Update the tests to call the right version.
67104
67105         * compositing/geometry/fixed-position-composited-page-scale-down.html:
67106         * compositing/geometry/fixed-position-composited-page-scale-scroll.html:
67107         * compositing/geometry/fixed-position-composited-page-scale.html:
67108         * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
67109         * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
67110         * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
67111         * compositing/geometry/fixed-position-transform-composited-page-scale.html:
67112         * compositing/overflow/overflow-scaled-descendant-overlapping.html:
67113         * compositing/repaint/page-scale-repaint.html:
67114         * compositing/scaling/tiled-layer-recursion.html:
67115         * fast/dom/Element/scale-page-bounding-client-rect-in-frame.html:
67116         * fast/dom/Element/scale-page-bounding-client-rect.html:
67117         * fast/dom/Element/scale-page-client-rects-in-frame.html:
67118         * fast/dom/Element/scale-page-client-rects.html:
67119         * fast/dom/Range/scale-page-bounding-client-rect.html:
67120         * fast/dom/Range/scale-page-client-rects.html:
67121         * fast/dom/elementFromPoint-scaled-scrolled.html:
67122         * fast/dom/iframe-inner-size-scaling.html:
67123         * fast/dom/window-inner-size-scaling.html:
67124         * fast/dom/window-scroll-scaling.html:
67125         * fast/events/scale-and-scroll-body.html:
67126         * fast/events/scale-and-scroll-iframe-body.html:
67127         * fast/events/scale-and-scroll-iframe-window.html:
67128         * fast/events/scale-and-scroll-window.html:
67129         * fast/events/script-tests/page-scaled-mouse-click-iframe.js:
67130         (iframeLoaded):
67131         * fast/events/script-tests/page-scaled-mouse-click.js:
67132         * fast/events/scroll-in-scaled-page-with-overflow-hidden.html:
67133         * fast/events/touch/page-scaled-touch-gesture-click.html:
67134         * fast/events/touch/touch-scaled-scrolled.html:
67135         * fast/frames/frame-set-rotation-hit.html:
67136         * fast/frames/frame-set-scaling-hit.html:
67137         * fast/frames/iframe-double-scale-contents.html:
67138         * fast/repaint/background-scaling.html:
67139         * fast/repaint/scale-page-shrink.html:
67140         * fast/text/descent-clip-in-scaled-page-expected.html:
67141         * fast/text/descent-clip-in-scaled-page.html:
67142         * fast/transforms/selection-bounds-in-transformed-view.html:
67143         * inspector/elements/highlight-node-scaled.html:
67144         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html:
67145         * svg/as-image/image-respects-pageScaleFactor-change.html:
67146         * svg/as-image/image-respects-pageScaleFactor.html:
67147
67148 2012-11-28  Christophe Dumez  <christophe.dumez@intel.com>
67149
67150         CSS3 Multicolumn: column-span should accept value 'none' (instead of '1')
67151         https://bugs.webkit.org/show_bug.cgi?id=101462
67152
67153         Reviewed by David Hyatt.
67154
67155         Update expected results for several test cases now that the
67156         default value for column-span property was renamed from 1
67157         to none.
67158
67159         * fast/css/getComputedStyle/computed-style-expected.txt:
67160         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
67161         * svg/css/getComputedStyle-basic-expected.txt:
67162
67163 2012-11-28  Stephen Chenney  <schenney@chromium.org>
67164
67165         Chromium TestExpectations minor changes.
67166         https://bugs.webkit.org/show_bug.cgi?id=103148
67167
67168         Unreviewed test expectations changes.
67169
67170         Making some tests flakey rather than actually failing.
67171
67172         * platform/chromium/TestExpectations:
67173
67174 2012-11-28  Roger Fong  <roger_fong@apple.com>
67175
67176         Unreviewed. Skip flaky video test media/W3C/video/readyState/readyState_during_loadedmetadata.html.
67177         https://bugs.webkit.org/show_bug.cgi?id=103442
67178
67179         * platform/win/TestExpectations:
67180
67181 2012-11-28  Anton Vayvod  <avayvod@chromium.org>
67182
67183         Text Autosizing: Clusters should use width of LCA of their text nodes
67184         https://bugs.webkit.org/show_bug.cgi?id=102562
67185
67186         Reviewed by Kenneth Rohde Christiansen.
67187
67188         Many pages set a max-width on their content. So especially for the
67189         RenderView, instead of just taking the width of |cluster| we find
67190         the lowest common ancestor of the first and last descendant text node of
67191         the cluster (i.e. the deepest wrapper block that contains all the text),
67192         and use its width instead.
67193         Had to update a couple of existing tests since the actual width for font
67194         size multiplier calculation has been changed by the patch.
67195
67196         * fast/text-autosizing/cluster-wide-in-narrow-expected.html:
67197         * fast/text-autosizing/cluster-wide-in-narrow.html:
67198         * fast/text-autosizing/cluster-with-narrow-lca-and-cluster-expected.html: Added.
67199         * fast/text-autosizing/cluster-with-narrow-lca-and-cluster.html: Added.
67200         * fast/text-autosizing/cluster-with-narrow-lca-expected.html: Added.
67201         * fast/text-autosizing/cluster-with-narrow-lca.html: Added.
67202         * fast/text-autosizing/cluster-with-wide-lca-expected.html: Added.
67203         * fast/text-autosizing/cluster-with-wide-lca.html: Added.
67204         * fast/text-autosizing/em-margin-border-padding-expected.html:
67205         * fast/text-autosizing/em-margin-border-padding.html:
67206         * fast/text-autosizing/list-item-out-of-flow-expected.html: Added.
67207         * fast/text-autosizing/list-item-out-of-flow.html: Added.
67208         * fast/text-autosizing/wide-child-expected.html:
67209         * fast/text-autosizing/wide-child.html:
67210         * fast/text-autosizing/wide-in-narrow-overflow-scroll-expected.html: Added.
67211         * fast/text-autosizing/wide-in-narrow-overflow-scroll.html: Added.
67212
67213 2012-11-28  Alexandru Chiculita  <achicu@adobe.com>
67214
67215         [CSS Regions] Crash when using hover and first-letter inside a flow-thread
67216         https://bugs.webkit.org/show_bug.cgi?id=102957
67217
67218         Reviewed by David Hyatt.
67219
67220         Added CSS Regions tests for the firstLetter and listMarker render objects that use 
67221         different destroy paths in the code.
67222
67223         * fast/regions/firstletter-inside-flowthread-expected.html: Added.
67224         * fast/regions/firstletter-inside-flowthread.html: Added.
67225         * fast/regions/listmarker-inside-flowthread-expected.html: Added.
67226         * fast/regions/listmarker-inside-flowthread.html: Added.
67227
67228 2012-11-28  Tony Chang  <tony@chromium.org>
67229
67230         Unreviewed, fix duplicate expectation.
67231
67232         * platform/efl-wk1/TestExpectations:
67233
67234 2012-11-28  Pravin D  <pravind.2k4@gmail.com>
67235
67236         LayoutTests/fast/table/css-table-max-height.html failing on Qt Linux
67237         https://bugs.webkit.org/show_bug.cgi?id=103453
67238
67239         Reviewed by Julien Chaffraix.
67240
67241         The testcase failure was due to the difference in the default line-height value
67242         used by Qt-linux port from other ports.
67243
67244         * fast/table/css-table-max-height.html:
67245         * platform/qt/TestExpectations:
67246
67247 2012-11-28  Alexandru Chiculita  <achicu@adobe.com>
67248
67249         [CSS Regions] Auto-height regions will not calculate the height correctly when the content changes dynamically
67250         https://bugs.webkit.org/show_bug.cgi?id=102954
67251
67252         Reviewed by David Hyatt.
67253
67254         Added test to check for auto-height region size update after an element is added to the flow.
67255         In this case the first region will need to resize to accommodate the size of the added elements.
67256
67257         * fast/regions/autoheight-dynamic-update-expected.html: Added.
67258         * fast/regions/autoheight-dynamic-update.html: Added.
67259
67260 2012-11-28  Andrew Scherkus  <scherkus@chromium.org>
67261
67262         [Chromium] Unreviewed. Fixing lint errors introduced in r136030.
67263
67264         * platform/chromium/TestExpectations:
67265
67266 2012-11-28  Alexandru Chiculita  <achicu@adobe.com>
67267
67268         [CSS Regions] InRenderFlowThread returns false in the first setStyle
67269         https://bugs.webkit.org/show_bug.cgi?id=102839
67270
67271         Reviewed by Dave Hyatt.
67272
67273         Added test to check that the composited elements added to a RenderFlowThread are painted correctly.
67274
67275         * fast/repaint/region-painting-composited-element-expected.html: Added.
67276         * fast/repaint/region-painting-composited-element.html: Added.
67277
67278 2012-11-28  Tony Chang  <tony@chromium.org>
67279
67280         Unreviewed, land updated Mac results after track limiter removal.
67281
67282         * fast/dom/HTMLInputElement/input-slider-update-expected.txt:
67283         * fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
67284         * fast/forms/range/input-appearance-range-expected.txt:
67285         * fast/forms/range/slider-padding-expected.txt:
67286         * fast/forms/range/slider-thumb-stylability-expected.txt:
67287         * fast/multicol/client-rects-expected.txt:
67288         * fast/repaint/slider-thumb-drag-release-expected.txt:
67289         * fast/repaint/slider-thumb-float-expected.txt:
67290         * platform/mac/TestExpectations:
67291         * platform/mac/fast/forms/box-shadow-override-expected.txt:
67292         * platform/mac/fast/forms/input-appearance-height-expected.txt:
67293         * platform/mac/fast/forms/range/range-thumb-height-percentage-expected.txt:
67294         * platform/mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
67295         * platform/mac/media/audio-controls-rendering-expected.txt:
67296         * platform/mac/media/controls-after-reload-expected.txt:
67297         * platform/mac/media/controls-strict-expected.txt:
67298         * platform/mac/media/controls-styling-strict-expected.txt:
67299         * platform/mac/media/controls-without-preload-expected.txt:
67300         * platform/mac/media/video-controls-rendering-expected.txt:
67301         * platform/mac/media/video-display-toggle-expected.txt:
67302         * platform/mac/media/video-no-audio-expected.txt:
67303         * platform/mac/media/video-playing-and-pause-expected.txt:
67304
67305 2012-11-28  Dan Bernstein  <mitz@apple.com>
67306
67307         <rdar://problem/12645085> REGRESSION (r130851): With kerning enabled, a white-space: pre-wrap inline starting with tab+space has the wrong width
67308         https://bugs.webkit.org/show_bug.cgi?id=103541
67309
67310         Reviewed by Anders Carlsson.
67311
67312         * fast/text/tab-with-kerning-expected.html: Added.
67313         * fast/text/tab-with-kerning.html: Added.
67314
67315 2012-11-28  Nate Chapin  <japhet@chromium.org>
67316
67317         Move empty loading to DocumentLoader, simplify FrameLoader::init()
67318         https://bugs.webkit.org/show_bug.cgi?id=101512
67319
67320         Reviewed by Adam Barth.
67321
67322         Don't expect resource load callbacks for empty loads.
67323
67324         * http/tests/inspector/network/network-iframe-load-and-delete.html:
67325         * http/tests/loading/redirect-methods-expected.txt:
67326         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
67327         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
67328         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
67329
67330 2012-11-28  Andrew Scherkus  <scherkus@chromium.org>
67331
67332         [Chromium] Unreviewed. Mark http/tests/media/video-buffered-range-contains-currentTime.html as requiring an image rebaseline.
67333
67334         * platform/chromium/TestExpectations:
67335
67336 2012-11-28  Tony Chang  <tony@chromium.org>
67337
67338         Unreviewed, land updated Chromium results after track limiter removal.
67339
67340         * fast/forms/range/range-thumb-height-percentage-expected.txt:
67341         * platform/chromium-mac-lion/media/video-empty-source-expected.png:
67342         * platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
67343         * platform/chromium-mac-snowleopard/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
67344         * platform/chromium-mac-snowleopard/fast/repaint/slider-thumb-float-expected.txt: Removed.
67345         * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
67346         * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
67347         * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
67348         * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
67349         * platform/chromium-mac/fast/forms/range/input-appearance-range-expected.txt: Added.
67350         * 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.
67351         * platform/chromium-mac/fast/forms/range/slider-padding-expected.txt: Added.
67352         * platform/chromium-mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
67353         * platform/chromium-mac/fast/forms/range/slider-thumb-stylability-expected.txt:
67354         * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
67355         * platform/chromium-mac/fast/layers/video-layer-expected.txt:
67356         * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
67357         * platform/chromium-mac/fast/repaint/slider-thumb-float-expected.txt: Removed.
67358         * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
67359         * platform/chromium-mac/media/audio-repaint-expected.txt:
67360         * platform/chromium-mac/media/controls-after-reload-expected.txt:
67361         * platform/chromium-mac/media/controls-strict-expected.txt:
67362         * platform/chromium-mac/media/controls-styling-expected.txt:
67363         * platform/chromium-mac/media/controls-styling-strict-expected.txt:
67364         * platform/chromium-mac/media/controls-without-preload-expected.txt:
67365         * platform/chromium-mac/media/media-controls-clone-expected.txt:
67366         * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
67367         * platform/chromium-mac/media/video-controls-rendering-expected.txt:
67368         * platform/chromium-mac/media/video-display-toggle-expected.txt:
67369         * platform/chromium-mac/media/video-empty-source-expected.png:
67370         * platform/chromium-mac/media/video-empty-source-expected.txt:
67371         * platform/chromium-mac/media/video-no-audio-expected.txt:
67372         * platform/chromium-mac/media/video-playing-and-pause-expected.txt:
67373         * platform/chromium-mac/media/video-zoom-controls-expected.txt:
67374         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.txt:
67375         * platform/chromium-win-xp/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
67376         * platform/chromium-win-xp/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
67377         * platform/chromium-win-xp/fast/repaint/slider-thumb-float-expected.txt: Removed.
67378         * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
67379         * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
67380         * platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
67381         * platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
67382         * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt:
67383         * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt:
67384         * platform/chromium-win/fast/forms/range/slider-padding-expected.txt:
67385         * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt:
67386         * platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt:
67387         * platform/chromium-win/fast/multicol/client-rects-expected.txt:
67388         * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt:
67389         * platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt:
67390         * platform/chromium-win/media/video-empty-source-expected.txt:
67391         * platform/chromium/TestExpectations:
67392         * 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.
67393         * platform/chromium/fast/forms/range/slider-thumb-shared-style-expected.txt: Removed.
67394         * platform/chromium/fast/multicol/client-rects-expected.txt: Added.
67395         * platform/chromium/fast/repaint/slider-thumb-float-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/slider-thumb-float-expected.txt.
67396         * platform/mac/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
67397         * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
67398         * platform/win-future/fast/forms/range/range-thumb-height-percentage-expected.txt: Copied from LayoutTests/fast/forms/range/range-thumb-height-percentage-expected.txt.
67399
67400 2012-11-28  Antoine Quint  <graouts@apple.com>
67401
67402         Calling .removeCue() for a cue that was never added should raise a NOT_FOUND_ERR
67403         https://bugs.webkit.org/show_bug.cgi?id=103412
67404
67405         Reviewed by Eric Carlson.
67406
67407         Updating the .removeCue() test checking on the exception to be NOT_FOUND_ERR instead
67408         of INVALID_STATE_ERR.
67409
67410         * media/track/track-add-remove-cue-expected.txt:
67411         * media/track/track-add-remove-cue.html:
67412
67413 2012-11-28  Stephen Chenney  <schenney@chromium.org>
67414
67415         Layout Test svg/animations/mpath-remove-from-dependents-on-delete-crash.html is flaky
67416         https://bugs.webkit.org/show_bug.cgi?id=103375
67417
67418         Unreviewed test update.
67419
67420         According to the original bug, at least 4 iterations were required to
67421         crash (without the fix). To make the test faster, I've reduced the max
67422         iteration count to 5, rather than 10. This may not fix the timeoout
67423         issue because it might be a real timeout, not just a slow test.
67424
67425         * svg/animations/mpath-remove-from-dependents-on-delete-crash.html:
67426
67427 2012-11-28  Sadrul Habib Chowdhury  <sadrul@chromium.org>
67428
67429         [chromium] Allow plugins to opt-in to receive synthetic mouse events out of touch events.
67430         https://bugs.webkit.org/show_bug.cgi?id=103092
67431
67432         Reviewed by Tony Chang.
67433
67434         Add test for synthesized mouse events from touch (and update existing tests).
67435
67436         * platform/chromium/plugins/touch-events-details.html:
67437         * platform/chromium/plugins/touch-events-synthesized-expected.txt: Added.
67438         * platform/chromium/plugins/touch-events-synthesized.html: Copied from LayoutTests/platform/chromium/plugins/touch-events.html.
67439         * platform/chromium/plugins/touch-events.html:
67440         * platform/chromium/plugins/transformed-events.html:
67441
67442 2012-11-28  Sadrul Habib Chowdhury  <sadrul@chromium.org>
67443
67444         Fix gesture scrolling when the target-element of scroll-begin is removed
67445         https://bugs.webkit.org/show_bug.cgi?id=103355
67446
67447         Reviewed by Antonio Gomes.
67448
67449         Added a test that starts a touch-scroll, removes the initial element under the
67450         touch-point, and scrolls some more, to test that the scrolling happens correctly
67451         after the element is removed.
67452
67453         * fast/events/touch/gesture/touch-gesture-scroll-remove-node-expected.txt: Added.
67454         * fast/events/touch/gesture/touch-gesture-scroll-remove-node.html: Added.
67455
67456 2012-11-28  Jussi Kukkonen  <jussi.kukkonen@intel.com>
67457
67458         [EFL][WK2] add flaky results after r135935
67459         https://bugs.webkit.org/show_bug.cgi?id=103514
67460
67461         Unreviewed gardening: add flaky results after r135935 enabled
67462         loads of reftests. Also move the existing flaky results from efl
67463         to efl-wk2 since this does not concern WK1.
67464
67465         * platform/efl-wk2/TestExpectations:
67466         * platform/efl/TestExpectations:
67467
67468 2012-11-28  Allan Sandfeld Jensen  <allan.jensen@digia.com>
67469
67470         Move childrenAffectedBy bits from RenderStyle to Element
67471         https://bugs.webkit.org/show_bug.cgi?id=101448
67472         https://bugs.webkit.org/show_bug.cgi?id=98021
67473
67474         Reviewed by Antti Koivisto.
67475         New test-case by Takashi Sakamoto
67476
67477         * fast/css/nth-child-not-in-rightmost-expected.html: Added.
67478         * fast/css/nth-child-not-in-rightmost.html: Added.
67479         * touchadjustment/event-triggered-widgets.html: Fix bug exposed by patch.
67480
67481 2012-11-28  Kent Tamura  <tkent@chromium.org>
67482
67483         Merge tests for date pseudo classes into one
67484         https://bugs.webkit.org/show_bug.cgi?id=103489
67485
67486         Reviewed by Kentaro Hara.
67487
67488         date-appearance-pseudo-classes.html doesn't need to be a pixel
67489         test because "how css properties are applied" is tested in
67490         date-appearance-basic.html. Checking querySelectorAll result is
67491         enough to check pseudo classes support, and we can convert the
67492         test to a dumpAsText test.
67493
67494         Also, we should remove type=date dependencies in
67495         fast/css/pseudo-*.html because some platforms don't enable
67496         INPUT_TYPE_DATE and we had better put such tests into one place,
67497         fast/forms/date/.
67498
67499         * fast/css/pseudo-in-range-expected.txt:
67500         * fast/css/pseudo-in-range-invalid-value-expected.txt:
67501         * fast/css/pseudo-out-of-range-expected.txt:
67502         * fast/css/script-tests/pseudo-in-range-invalid-value.js:
67503         * fast/css/script-tests/pseudo-in-range.js:
67504         * fast/css/script-tests/pseudo-out-of-range.js:
67505         * fast/forms/date/date-appearance-pseudo-classes-expected.txt: Removed.
67506         * fast/forms/date/date-appearance-pseudo-classes.html: Removed.
67507         * fast/forms/date/date-pseudo-classes-expected.txt: Added.
67508         * fast/forms/date/date-pseudo-classes.html: Added.
67509         * fast/forms/resources/common-pseudo-classes.js: Added.
67510         * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
67511         * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
67512         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
67513         * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
67514         * platform/chromium-win/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
67515
67516         * platform/efl/TestExpectations:
67517         * platform/gtk/TestExpectations:
67518         * platform/mac/TestExpectations:
67519         * platform/qt/TestExpectations:
67520         * platform/win/TestExpectations:
67521 2012-11-28  Tommy Widenflycht  <tommyw@google.com>
67522
67523         Add basic implementation for MediaStreamAudioDestinationNode
67524         https://bugs.webkit.org/show_bug.cgi?id=101815
67525
67526         Reviewed by Chris Rogers.
67527
67528         * webaudio/mediastreamaudiodestinationnode-expected.txt: Added.
67529         * webaudio/mediastreamaudiodestinationnode.html: Added.
67530
67531 2012-11-28  Jaehun Lim  <ljaehun.lim@samsung.com>
67532
67533         [EFL][WK1] Gardening AC testcases in efl-wk1
67534         https://bugs.webkit.org/show_bug.cgi?id=103488
67535
67536         Unreviewed, EFL gardening.
67537
67538         efl-wk1 doesn't fully support AC.
67539
67540         * platform/efl-wk1/TestExpectations:
67541
67542 2012-11-27  Mike West  <mkwst@chromium.org>
67543
67544         Improve WebSocketChannel connection failure console messages.
67545         https://bugs.webkit.org/show_bug.cgi?id=103448
67546
67547         Reviewed by Adam Barth.
67548
67549         * http/tests/websocket/tests/hybi/bad-handshake-crash-expected.txt:
67550         * http/tests/websocket/tests/hybi/broken-utf8-expected.txt:
67551         * http/tests/websocket/tests/hybi/close-before-open-expected.txt:
67552         * http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:
67553         * http/tests/websocket/tests/hybi/close-expected.txt:
67554         * http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt:
67555         * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt:
67556         * http/tests/websocket/tests/hybi/fragmented-control-frame-expected.txt:
67557         * http/tests/websocket/tests/hybi/handshake-error-expected.txt:
67558         * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt:
67559         * http/tests/websocket/tests/hybi/handshake-fail-by-maxlength-expected.txt:
67560         * http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header-expected.txt:
67561         * http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header-expected.txt:
67562         * http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header-expected.txt:
67563         * http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header-expected.txt:
67564         * http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header-expected.txt:
67565         * http/tests/websocket/tests/hybi/handshake-fail-by-no-cr-expected.txt:
67566         * http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header-expected.txt:
67567         * http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null-expected.txt:
67568         * http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header-expected.txt:
67569         * http/tests/websocket/tests/hybi/interleaved-fragments-expected.txt:
67570         * http/tests/websocket/tests/hybi/invalid-continuation-expected.txt:
67571         * http/tests/websocket/tests/hybi/invalid-encode-length-expected.txt:
67572         * http/tests/websocket/tests/hybi/invalid-masked-frames-from-server-expected.txt:
67573         * http/tests/websocket/tests/hybi/long-control-frame-expected.txt:
67574         * http/tests/websocket/tests/hybi/long-invalid-header-expected.txt:
67575         * http/tests/websocket/tests/hybi/reserved-bits-expected.txt:
67576         * http/tests/websocket/tests/hybi/reserved-opcodes-expected.txt:
67577         * http/tests/websocket/tests/hybi/send-file-blob-fail-expected.txt:
67578         * http/tests/websocket/tests/hybi/too-long-payload-expected.txt:
67579         * http/tests/websocket/tests/hybi/websocket-event-target-expected.txt:
67580         * http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt:
67581         * http/tests/websocket/tests/hybi/workers/close-expected.txt:
67582             Update test expectations with the new error messages.
67583
67584 2012-11-27  Alexander Pavlov  <apavlov@chromium.org>
67585
67586         [Chromium] Unreviewed, mark http/tests/inspector/indexeddb/database-data.html as flaky on Linux, too.
67587
67588         * platform/chromium/TestExpectations:
67589
67590 2012-11-27  Alexander Pavlov  <apavlov@chromium.org>
67591
67592         [Chromium] Unreviewed, mark http/tests/canvas/canvas-slow-font-loading.html as failing on all of Mac.
67593
67594         * platform/chromium/TestExpectations:
67595
67596 2012-11-27  Kent Tamura  <tkent@chromium.org>
67597
67598         [Chromium] Test expectation update
67599         https://bugs.webkit.org/show_bug.cgi?id=96720
67600
67601         * platform/chromium/TestExpectations:
67602         datetimelocal-multiple-fields-preserve-value-after-history-back.html is flaky.
67603
67604 2012-11-27  Noel Gordon  <noel.gordon@gmail.com>
67605
67606         Unreviewed gardening: http/tests/inspector/network/network-xhr-replay.html times-out on win release
67607         https://bugs.webkit.org/show_bug.cgi?id=96953
67608
67609         * platform/chromium/TestExpectations:
67610
67611 2012-11-27  Kent Tamura  <tkent@chromium.org>
67612
67613         [Chromium] Update test results for recent forms changes
67614
67615         * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
67616         * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-classes-expected.png:
67617         * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png:
67618         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png:
67619         * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png:
67620         * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-classes-expected.png:
67621         * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png:
67622         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png:
67623         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
67624         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
67625         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
67626         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
67627         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
67628         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
67629         * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
67630         * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-classes-expected.png:
67631         * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
67632         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png:
67633         * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
67634         * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-classes-expected.png:
67635         * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
67636         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png:
67637         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
67638         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
67639         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
67640         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
67641         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
67642         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
67643         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
67644         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-classes-expected.png:
67645         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
67646         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png:
67647         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
67648         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-classes-expected.png:
67649         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
67650         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png:
67651         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
67652         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
67653         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
67654         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
67655         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
67656         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
67657         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
67658         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
67659         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
67660         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
67661         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
67662         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
67663         * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt: Added.
67664         * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
67665         * platform/chromium-win/fast/forms/date/date-appearance-pseudo-classes-expected.png:
67666         * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png:
67667         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png:
67668         * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png:
67669         * platform/chromium-win/fast/forms/time/time-appearance-pseudo-classes-expected.png:
67670         * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png:
67671         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png:
67672         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
67673         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
67674         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
67675         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
67676         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
67677         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
67678         * platform/chromium/TestExpectations:
67679
67680 2012-11-27  Julien Chaffraix  <jchaffraix@webkit.org>
67681
67682         Support proper <percent> / calc() resolution for grid items
67683         https://bugs.webkit.org/show_bug.cgi?id=102968
67684
67685         Reviewed by Ojan Vafai.
67686
67687         * fast/css-grid-layout/calc-resolution-grid-item-expected.txt: Added.
67688         * fast/css-grid-layout/calc-resolution-grid-item.html: Added.
67689         * fast/css-grid-layout/percent-resolution-grid-item-expected.txt: Added.
67690         * fast/css-grid-layout/percent-resolution-grid-item.html: Added.
67691         Test that checks that our override containing block's logical width / height logic
67692         works as expected.
67693
67694         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-expected.txt: Added.
67695         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track.html: Added.
67696         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid.html: Added.
67697         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid-expected.txt: Added.
67698         Those test cases covers the cases of percentage sized grid items with percentage sized grid tracks
67699         inside a fixed or percentage sized grid element. They don't pass yet as we don't support percentage
67700         sized grid tracks (see bug 103335).
67701
67702 2012-11-27  Yael Aharon  <yael.aharon@intel.com>
67703
67704         Unreviewed gardening. Add more tests that started failing after http://trac.webkit.org/changeset/135935
67705         to TestExpectations. Mark pailures as [ ImageOnlyFailure Pass ] because
67706         the failures on Release and Debug bots are not the same.
67707
67708         * platform/efl/TestExpectations:
67709
67710 2012-11-27  Dana Jansens  <danakj@chromium.org>
67711
67712         Rebaseline and remove expectations for deferred virtual test suite
67713         https://bugs.webkit.org/show_bug.cgi?id=102294
67714
67715         Unreviewed gardening.
67716
67717         These three tests are failing on mac, but other platforms are fine.
67718         Rebaseline windows, and mark as failing only for Mac.
67719
67720         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-css-expected.png:
67721         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-expected.png:
67722         * platform/chromium/TestExpectations:
67723
67724 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
67725
67726         Unreviewed gardening: crashing on XP
67727         fast/frames/sandboxed-iframe-navigation-parent.html
67728         https://bugs.webkit.org/show_bug.cgi?id=103472
67729
67730         * platform/chromium/TestExpectations:
67731
67732 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
67733
67734         Unreviewed gardening:
67735         Layout Test http/tests/navigation/slowmetaredirect-basic.html is failing
67736         https://bugs.webkit.org/show_bug.cgi?id=103471
67737
67738         * platform/chromium/TestExpectations:
67739
67740 2012-11-27  Tony Chang  <tony@chromium.org>
67741
67742         Unreviewed, land updated Gtk results after track limiter removal.
67743
67744         * fast/dom/HTMLInputElement/input-slider-update-expected.txt: Renamed from LayoutTests/platform/chromium/fast/dom/HTMLInputElement/input-slider-update-expected.txt.
67745         * fast/forms/range/input-appearance-range-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/range/input-appearance-range-expected.txt.
67746         * platform/gtk/TestExpectations:
67747         * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
67748         * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
67749         * platform/gtk/fast/forms/box-shadow-override-expected.txt:
67750         * platform/gtk/fast/forms/input-appearance-height-expected.txt:
67751         * platform/gtk/fast/forms/range/input-appearance-range-expected.txt:
67752         * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
67753         * platform/gtk/fast/forms/range/slider-padding-expected.txt:
67754         * platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.txt:
67755         * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.txt:
67756         * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
67757         * platform/gtk/fast/layers/video-layer-expected.txt:
67758         * platform/gtk/fast/multicol/client-rects-expected.txt:
67759         * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt:
67760         * platform/gtk/fast/repaint/slider-thumb-float-expected.txt:
67761         * platform/gtk/media/audio-controls-rendering-expected.txt:
67762         * platform/gtk/media/audio-repaint-expected.txt:
67763         * platform/gtk/media/controls-after-reload-expected.txt:
67764         * platform/gtk/media/controls-strict-expected.txt:
67765         * platform/gtk/media/controls-styling-expected.txt:
67766         * platform/gtk/media/controls-styling-strict-expected.txt:
67767         * platform/gtk/media/controls-without-preload-expected.txt:
67768         * platform/gtk/media/media-controls-clone-expected.txt:
67769         * platform/gtk/media/video-controls-rendering-expected.txt:
67770         * platform/gtk/media/video-display-toggle-expected.txt:
67771         * platform/gtk/media/video-empty-source-expected.txt:
67772         * platform/gtk/media/video-no-audio-expected.txt:
67773         * platform/gtk/media/video-volume-slider-expected.txt:
67774         * platform/gtk/media/video-zoom-controls-expected.txt:
67775         * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Removed.
67776         * platform/mac/fast/forms/range/input-appearance-range-expected.txt: Removed.
67777
67778 2012-11-27  Kunihiko Sakamoto  <ksakamoto@chromium.org>
67779
67780         Add behavior tests for input[type=datetime-local] with multiple fields
67781         https://bugs.webkit.org/show_bug.cgi?id=103386
67782
67783         Reviewed by Kent Tamura.
67784
67785         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-aria-attributes-expected.txt: Added.
67786         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-aria-attributes.html: Added.
67787         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification-expected.txt: Added.
67788         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification.html: Added.
67789         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-blur-and-focus-events-expected.txt: Added.
67790         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-blur-and-focus-events.html: Added.
67791         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-change-layout-by-value-expected.txt: Added.
67792         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-change-layout-by-value.html: Added.
67793         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt: Added.
67794         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html: Added.
67795         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events-expected.txt: Added.
67796         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events.html: Added.
67797         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
67798         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html: Added.
67799         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-reset-value-after-reloads-expected.txt: Added.
67800         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-reset-value-after-reloads.html: Added.
67801         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
67802         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events.html: Added.
67803         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-wheel-event-expected.txt: Added.
67804         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-wheel-event.html: Added.
67805         * fast/forms/resources/multiple-fields-blur-and-focus-events.js:
67806         (startTestFor): Support datetime and datetime-local.
67807
67808 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
67809
67810         Unreviewed gardening:
67811         media/video-currentTime-set.html crashes
67812         https://bugs.webkit.org/show_bug.cgi?id=103183
67813
67814         * platform/chromium/TestExpectations:
67815
67816 2012-11-27  Yael Aharon  <yael.aharon@intel.com>
67817
67818         Unreviewed gardening. Add tests that started failing after http://trac.webkit.org/changeset/135935
67819         to TestExpectations.
67820
67821         * platform/efl/TestExpectations:
67822
67823 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
67824
67825         Unreviewed gardening:
67826         http/tests/inspector/network/network-xhr-replay.html times out crashes
67827         https://bugs.webkit.org/show_bug.cgi?id=96953
67828
67829         * platform/chromium/TestExpectations:
67830
67831 2012-11-27  Tony Chang  <tony@chromium.org>
67832
67833         Unreviewed, land updated Qt results after track limiter removal.
67834
67835         * fast/forms/range/slider-padding-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/range/slider-padding-expected.txt.
67836         * fast/multicol/client-rects-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/multicol/client-rects-expected.txt.
67837         * fast/repaint/slider-thumb-drag-release-expected.txt: Renamed from LayoutTests/platform/chromium/fast/repaint/slider-thumb-drag-release-expected.txt.
67838         * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: Removed.
67839         * platform/mac/fast/forms/range/slider-padding-expected.txt: Removed.
67840         * platform/mac/fast/multicol/client-rects-expected.txt: Removed.
67841         * platform/mac/fast/repaint/slider-thumb-drag-release-expected.txt: Removed.
67842         * platform/qt/TestExpectations:
67843         * platform/qt/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
67844         * platform/qt/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
67845         * platform/qt/fast/forms/box-shadow-override-expected.txt:
67846         * platform/qt/fast/forms/range/input-appearance-range-expected.txt:
67847         * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.txt:
67848         * platform/qt/fast/forms/range/slider-padding-expected.txt:
67849         * platform/qt/fast/multicol/client-rects-expected.txt:
67850         * platform/qt/fast/repaint/slider-thumb-drag-release-expected.txt:
67851         * platform/qt/fast/repaint/slider-thumb-float-expected.txt:
67852
67853 2012-11-27  Tony Chang  <tony@chromium.org>
67854
67855         Unreviewed, land updated EFL results after track limiter removal.
67856
67857         * platform/efl/TestExpectations:
67858         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
67859         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
67860         * platform/efl/fast/forms/box-shadow-override-expected.txt:
67861         * platform/efl/fast/forms/input-appearance-height-expected.txt:
67862         * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
67863         * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
67864         * platform/efl/fast/forms/range/slider-padding-expected.txt:
67865         * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
67866         * platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt: Added.
67867         * platform/efl/fast/layers/video-layer-expected.txt:
67868         * platform/efl/fast/multicol/client-rects-expected.txt:
67869         * platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt:
67870         * platform/efl/fast/repaint/slider-thumb-float-expected.txt: Added.
67871         * platform/efl/media/audio-controls-rendering-expected.txt:
67872         * platform/efl/media/controls-strict-expected.txt:
67873         * platform/efl/media/controls-styling-strict-expected.txt:
67874         * platform/efl/media/controls-without-preload-expected.txt:
67875         * platform/efl/media/media-controls-clone-expected.txt:
67876         * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
67877         * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
67878         * platform/efl/media/video-display-toggle-expected.txt:
67879         * platform/efl/media/video-empty-source-expected.txt:
67880         * platform/efl/media/video-no-audio-expected.txt:
67881         * platform/efl/media/video-zoom-controls-expected.txt:
67882
67883 2012-11-27  Dean Jackson  <dino@apple.com>
67884
67885         Make track list control active
67886         https://bugs.webkit.org/show_bug.cgi?id=101670
67887
67888         Reviewed by Eric Carlson.
67889
67890         New test that exercises the track list menu, and how it can be used
67891         to enable specific tracks. Since this is only enabled for Mac, it is
67892         skipped on all other platforms.
67893
67894         Meanwhile, the existing test for a on/off captions button now
67895         does not work on Mac, so skip it there. I copied the functionality
67896         into the new test so we still have coverage.
67897
67898         * media/video-controls-captions-trackmenu-expected.txt: Added.
67899         * media/video-controls-captions-trackmenu.html: Added.
67900         * platform/chromium/TestExpectations:
67901         * platform/efl/TestExpectations:
67902         * platform/gtk/TestExpectations:
67903         * platform/mac/TestExpectations:
67904         * platform/qt/TestExpectations:
67905         * platform/win/TestExpectations:
67906
67907 2012-11-27  Tony Chang  <tony@chromium.org>
67908
67909         Unreviewed, updating TestExpectations after input slider change.
67910
67911         * platform/chromium/TestExpectations:
67912
67913 2012-11-27  Tony Chang  <tony@chromium.org>
67914
67915         Unreviewed, updating TestExpectations after input slider change.
67916
67917         * platform/gtk/TestExpectations:
67918
67919 2012-11-26  Filip Pizlo  <fpizlo@apple.com>
67920
67921         DFG SetLocal should use forwardSpeculationCheck instead of its own half-baked version of same
67922         https://bugs.webkit.org/show_bug.cgi?id=103353
67923
67924         Reviewed by Oliver Hunt and Gavin Barraclough.
67925
67926         * fast/js/dfg-intrinsic-side-effect-assignment-osr-exit-expected.txt: Added.
67927         * fast/js/dfg-intrinsic-side-effect-assignment-osr-exit.html: Added.
67928         * fast/js/dfg-side-effect-assignment-osr-exit-expected.txt: Added.
67929         * fast/js/dfg-side-effect-assignment-osr-exit.html: Added.
67930         * fast/js/jsc-test-list:
67931         * fast/js/script-tests/dfg-intrinsic-side-effect-assignment-osr-exit.js: Added.
67932         (foo):
67933         * fast/js/script-tests/dfg-side-effect-assignment-osr-exit.js: Added.
67934         (foo):
67935         (bar):
67936
67937 2012-11-27  Alexandru Chiculita  <achicu@adobe.com>
67938
67939         [CSS Regions] Elements using transforms are not repainted correctly when rendered in a region
67940         https://bugs.webkit.org/show_bug.cgi?id=102826
67941
67942         Reviewed by David Hyatt.
67943
67944         Added test file to check for repainting inside a RenderFlowThread when the page is in composited mode.
67945
67946         * fast/repaint/region-painting-in-composited-view-expected.html: Added.
67947         * fast/repaint/region-painting-in-composited-view.html: Added.
67948
67949 2012-11-27  Tony Chang  <tony@chromium.org>
67950
67951         Unreviewed, updating TestExpectations after input slider change.
67952
67953         * platform/efl/TestExpectations:
67954         * platform/mac/TestExpectations:
67955
67956 2012-11-27  Julien Chaffraix  <jchaffraix@webkit.org>
67957
67958         Unreviewed Qt gardening.
67959
67960         * platform/qt/TestExpectations:
67961         Skipped fast/table/css-table-max-height.html as it is showing a 12px difference.
67962         The test is actually passing but the output wouldn't make it obvious that it is the case.
67963
67964 2012-11-27  Tom Sepez  <tsepez@chromium.org>
67965
67966         Regression(r129406): Fix the scope of the WidgetHierarchyUpdateSuspensionScope in Element::Attach().
67967         https://bugs.webkit.org/show_bug.cgi?id=100803
67968
67969         Reviewed by Abhishek Arya.
67970
67971         * fast/dom/adopt-node-crash-2-expected.txt: Added.
67972         * fast/dom/adopt-node-crash-2.html: Added.
67973
67974 2012-11-27  Tony Chang  <tony@chromium.org>
67975
67976         Remove hidden limiter div in the input slider shadow DOM
67977         https://bugs.webkit.org/show_bug.cgi?id=102993
67978
67979         Reviewed by Ojan Vafai.
67980
67981         Pixel results should be the same, but the render tree for RenderSlider has one less div.
67982
67983         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
67984         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
67985         * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
67986         * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
67987         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
67988         * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
67989         * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
67990         * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
67991         * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
67992         * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
67993         * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
67994         * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
67995         * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.txt:
67996         * platform/chromium-win/fast/layers/video-layer-expected.txt:
67997         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
67998         * platform/chromium-win/media/audio-repaint-expected.txt:
67999         * platform/chromium-win/media/controls-after-reload-expected.txt:
68000         * platform/chromium-win/media/controls-strict-expected.txt:
68001         * platform/chromium-win/media/controls-styling-expected.txt:
68002         * platform/chromium-win/media/controls-styling-strict-expected.txt:
68003         * platform/chromium-win/media/controls-without-preload-expected.txt:
68004         * platform/chromium-win/media/media-controls-clone-expected.txt:
68005         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
68006         * platform/chromium-win/media/video-controls-rendering-expected.txt:
68007         * platform/chromium-win/media/video-display-toggle-expected.txt:
68008         * platform/chromium-win/media/video-no-audio-expected.txt:
68009         * platform/chromium-win/media/video-playing-and-pause-expected.txt:
68010         * platform/chromium-win/media/video-zoom-controls-expected.txt:
68011         * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.txt:
68012
68013 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
68014
68015         Unreviewed gardening: fast/frames/frame-name-reset.html crashing intermittently
68016         https://bugs.webkit.org/show_bug.cgi?id=103451
68017
68018         * platform/chromium/TestExpectations:
68019
68020 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
68021
68022         Unreviewed gardening: platform/chromium/virtual/gpu/fast/canvas/font-update.html
68023         https://bugs.webkit.org/show_bug.cgi?id=103449
68024
68025         * platform/chromium/TestExpectations:
68026
68027 2012-11-27  Aaron Colwell  <acolwell@chromium.org>
68028
68029         Use-after-free in media player handling
68030         https://bugs.webkit.org/show_bug.cgi?id=103426
68031
68032         Reviewed by Eric Carlson.
68033
68034         - Added a test to verify that the MediaSource gets closed when the HTMLMediaElement is destroyed
68035           after it is removed from the DOM.
68036         - Updated video-media-source-state-changes-expected.txt to reflect a slight change in event dispatch ordering.
68037
68038
68039         * http/tests/media/media-source/video-media-source-closed-on-htmlmediaelement-destruction-expected.txt: Added.
68040         * http/tests/media/media-source/video-media-source-closed-on-htmlmediaelement-destruction.html: Added.
68041         * http/tests/media/media-source/video-media-source-state-changes-expected.txt:
68042
68043 2012-11-27  David Grogan  <dgrogan@chromium.org>
68044
68045         IndexedDB: Remove IDBDatabase.setVersion API
68046         https://bugs.webkit.org/show_bug.cgi?id=94972
68047
68048         Reviewed by Tony Chang.
68049
68050         * storage/indexeddb/removed-expected.txt:
68051         * storage/indexeddb/resources/removed.js:
68052         (test):
68053
68054 2012-11-27  Mike West  <mkwst@chromium.org>
68055
68056         Log to console when autofocus is blocked by sandbox attribute.
68057         https://bugs.webkit.org/show_bug.cgi?id=103255
68058
68059         Reviewed by Ojan Vafai.
68060
68061         * fast/forms/autofocus-in-sandbox-without-allow-scripts-expected.txt: Added.
68062         * fast/forms/autofocus-in-sandbox-without-allow-scripts.html: Added.
68063
68064 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
68065
68066         Unreviewed gardening: ImageOnlyFailure in fast/canvas/font-update.html
68067         https://bugs.webkit.org/show_bug.cgi?id=103447
68068
68069         * platform/chromium/TestExpectations:
68070
68071 2012-11-27  Yael Aharon  <yael.aharon@intel.com>
68072
68073         Unreviewed gardening. Add bug numbers to flaky tests.
68074
68075         * platform/efl/TestExpectations:
68076
68077 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
68078
68079         Gardening: Updated TestExpecations for failure in
68080         http/tests/canvas/canvas-slow-font-loading.html
68081         https://bugs.webkit.org/show_bug.cgi?id=103446
68082
68083         * platform/chromium/TestExpectations:
68084
68085 2012-11-27  Roger Fong  <roger_fong@apple.com>
68086
68087         Unreviewed. Skip some flaky video tests on Windows.
68088         https://bugs.webkit.org/show_bug.cgi?id=103442
68089
68090         * platform/win/TestExpectations:
68091
68092 2012-11-27  Pravin D  <pravind.2k4@gmail.com>
68093
68094         max-height property not respected in case of tables
68095         https://bugs.webkit.org/show_bug.cgi?id=98633
68096
68097         Reviewed by Julien Chaffraix.
68098
68099         * fast/table/css-table-max-height-expected.txt: Added.
68100         * fast/table/css-table-max-height.html: Added.
68101
68102 2012-11-27  Roger Fong  <roger_fong@apple.com>
68103
68104         Windows specific implementation of usesTileCacheLayer needed after r133056.
68105         https://bugs.webkit.org/show_bug.cgi?id=103321
68106
68107         Reviewed by Simon Fraser.
68108
68109         After r133056 it no longer suffices to use the existing usesTileCacheLayer method on Windows.
68110         The change resulted in 3 crashing tests:
68111         compositing/rotated-tiled-clamped
68112         compositing/rotated-tiled-preserve3d-clamped
68113         fast/events/tabindex-focus-blur-all
68114
68115         * platform/win/TestExpectations: 
68116         Remove the tests below from the Windows skip list. 
68117
68118         * platform/win/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
68119         * platform/win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
68120         Add Windows specific results for tests added in r133056.
68121
68122 2012-11-27  Thiago Marcos P. Santos  <thiago.santos@intel.com>
68123
68124         [EFL] Gardening of failing tests
68125         https://bugs.webkit.org/show_bug.cgi?id=103434
68126
68127         Unreviewed gardening.
68128
68129         * platform/efl-wk2/TestExpectations:
68130         * platform/efl/TestExpectations:
68131         * platform/efl/fast/js/global-constructors-expected.txt:
68132
68133 2012-11-27  Christophe Dumez  <christophe.dumez@intel.com>
68134
68135         Canvas does not draw any text if the font is not fully loaded yet
68136         https://bugs.webkit.org/show_bug.cgi?id=103392
68137
68138         Reviewed by Kenneth Rohde Christiansen.
68139
68140         Add canvas test to check that text is drawn using a fallback font
68141         if the primary font is not fully loaded yet.
68142
68143         * http/tests/canvas/canvas-slow-font-loading-expected.html: Added.
68144         * http/tests/canvas/canvas-slow-font-loading.html: Added.
68145
68146 2012-11-27  Yael Aharon  <yael.aharon@intel.com>
68147
68148         Unreviewed gardening. fast/loader/submit-form-while-parsing-2.html is still flaky
68149         so put it back in TestExpectations.
68150
68151         * platform/efl/TestExpectations:
68152
68153 2012-11-27  Jussi Kukkonen  <jussi.kukkonen@intel.com>
68154
68155         Layout Test transitions/transition-shorthand-delay.html should usePauseAPI
68156         https://bugs.webkit.org/show_bug.cgi?id=103402
68157
68158         Reviewed by Simon Fraser.
68159
68160         PauseAPI works when pausing during delay in transitions now, using it
68161         should fix the flakiness.
68162
68163         * platform/efl/TestExpectations:
68164         * transitions/transition-shorthand-delay.html:
68165
68166 2012-11-27  Robert Hogan  <robert@webkit.org>
68167
68168         REGRESSION (r125578): word-wrapping in absolute position with nbsp, word-spacing and custom font
68169         https://bugs.webkit.org/show_bug.cgi?id=101443
68170
68171         Reviewed by David Hyatt.
68172
68173         * fast/text/word-space-nbsp-expected.html: Added.
68174         * fast/text/word-space-nbsp.html: Added.
68175
68176 2012-11-27  Tony Chang  <tony@chromium.org>
68177
68178         Unreviewed gardening, fixing lint errors in TestExpectations.
68179
68180         * platform/gtk/TestExpectations:
68181         * platform/qt/TestExpectations:
68182
68183 2012-11-27  Yael Aharon  <yael.aharon@intel.com>
68184
68185         Unreviewed gardening. Remove from TestExpectations tests that are passing.
68186
68187         * platform/efl/TestExpectations:
68188
68189 2012-11-27  Istiaque Ahmed  <lazyboy@chromium.org>
68190
68191         freeV8NPObject: Skip trying to remove object from per context data's ObjectMap if the object does not exist in the map.
68192         https://bugs.webkit.org/show_bug.cgi?id=103356
68193
68194         Reviewed by Adam Barth.
68195
68196         Before introducing per context data, it used to be the case that we would ignore removing v8 object
68197         from context data's map if we couldn't find it. With perContextData change, this turned into an ASSERT
68198         instead and we had crash reports.
68199         Related crbug.com/154462.
68200
68201         * platform/chromium/plugins/release-frame-content-window-expected.txt: Added.
68202         * platform/chromium/plugins/release-frame-content-window.html: Added.
68203         * platform/chromium/plugins/resources/empty.html: Added.
68204         * platform/chromium/plugins/resources/empty2.html: Added.
68205
68206 2012-11-27  Justin Novosad  <junov@google.com>
68207
68208         Skipping fast/backgrounds/background-opaque-images-over-color.html on mac
68209         https://bugs.webkit.org/show_bug.cgi?id=103435
68210
68211         Unreviewed
68212
68213         * platform/mac/TestExpectations:
68214
68215 2012-11-27  Marja Hölttä  <marja@chromium.org>
68216
68217         Add callbacks to the FrameLoaderClient when a resource is requested
68218         https://bugs.webkit.org/show_bug.cgi?id=92761
68219
68220         Reviewed by Adam Barth.
68221
68222         In Chromium, when an extension script cancels a network
68223         request (which happens out of process), we'd like to
68224         notify content scripts running on the current page about
68225         which elements failed to load because the requests were
68226         cancelled (as opposed to e.g. the network request just
68227         didn't work). Since the resource request itself does not
68228         carry any information what DOM element is was made for,
68229         currently a content script has to search the DOM tree and
68230         guess which requests will be cancelled by its counter
68231         part. By adding these callbacks, the embedder can make
68232         this connection explictly.
68233
68234         * platform/chromium/fast/loader/resource-request-callbacks-expected.txt: Added.
68235         * platform/chromium/fast/loader/resource-request-callbacks.html: Added.
68236
68237 2012-11-27  Dan Carney  <dcarney@google.com>
68238
68239         Fix world-reuse test for mac build
68240         https://bugs.webkit.org/show_bug.cgi?id=103385
68241
68242         Reviewed by Jochen Eisinger.
68243
68244         Mac and chrome builds have different expectations for where
68245         an isolated world is executed. 
68246
68247         * http/tests/security/isolatedWorld/world-reuse.html:
68248
68249 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
68250
68251         Unreviewed gardening: updated TestExpectations for crashes in
68252         media/video-duration-known-after-eos.html
68253         https://bugs.webkit.org/show_bug.cgi?id=103183
68254
68255         * platform/chromium/TestExpectations:
68256
68257 2012-11-27  David Grogan  <dgrogan@chromium.org>
68258
68259         IndexedDB: Make test resilient to different event ordering
68260         https://bugs.webkit.org/show_bug.cgi?id=103344
68261
68262         Reviewed by Tony Chang.
68263
68264         This test was failing in multi-process chromium because the blocked
68265         event can arrive before the versionchange event.
68266
68267         * storage/indexeddb/pending-version-change-on-exit.html:
68268
68269 2012-11-27  Min Qin  <qinmin@chromium.org>
68270
68271         Don't throw an exception if user gesture is required for load
68272         https://bugs.webkit.org/show_bug.cgi?id=103318
68273
68274         Reviewed by Eric Carlson.
68275
68276         Check that exception is not thrown and metadata is not loaded if media load requires user gesture.
68277
68278         * media/video-load-require-user-gesture-expected.txt:
68279         * media/video-load-require-user-gesture.html:
68280
68281 2012-11-27  Csaba Osztrogonác  <ossy@webkit.org>
68282
68283         [Qt] Unreviewed gardening, skip a new failing test to paint the bots green.
68284
68285         * platform/qt/TestExpectations:
68286
68287 2012-11-27  Justin Novosad  <junov@google.com>
68288
68289         Correcting baseline for fast/backgrounds/background-opaque-images-over-color.html
68290         https://bugs.webkit.org/show_bug.cgi?id=103275
68291
68292         Unreviewed
68293
68294         Fixing small error in ref test baseline.
68295
68296         * fast/backgrounds/background-opaque-images-over-color-expected.html:
68297
68298 2012-11-27  Justin Novosad  <junov@google.com>
68299
68300         Convert test fast/backgrounds/background-opaque-images-over-color.html to a ref test
68301         https://bugs.webkit.org/show_bug.cgi?id=103275
68302
68303         Reviewed by Simon Fraser
68304
68305         Removing existing baselines, and adding an -expecte.html to make
68306         fast/backgrounds/background-opaque-images-over-color.html a ref test
68307
68308         * fast/backgrounds/background-opaque-images-over-color-expected.html: Added.
68309         * fast/backgrounds/background-opaque-images-over-color-expected.txt: Removed.
68310         * fast/backgrounds/background-opaque-images-over-color.html:
68311         * platform/chromium-mac/fast/backgrounds/background-opaque-images-over-color-expected.png: Removed.
68312         * platform/chromium-win/fast/backgrounds/background-opaque-images-over-color-expected.png: Removed.
68313
68314 2012-11-27  Jussi Kukkonen  <jussi.kukkonen@intel.com>
68315
68316         [EFL] Mark tests flaky
68317         https://bugs.webkit.org/show_bug.cgi?id=103403
68318
68319         Unreviewed expectations update for EFL: Mark tests flaky based on
68320         flakiness dashboard and testing. Also rearrange efl/TestExpectations
68321         so all media flakes are next to each other.
68322
68323         * platform/efl-wk2/TestExpectations:
68324         * platform/efl/TestExpectations:
68325
68326 2012-11-27  Andrei Bucur  <abucur@adobe.com>
68327
68328         [CSS Regions] Crash when dispatching regionlayoutupdate
68329         https://bugs.webkit.org/show_bug.cgi?id=102944
68330
68331         Reviewed by Andreas Kling.
68332
68333         The test modifies the layout, forces a regionlayoutupdate event to be scheduled and then removes the content and the regions.
68334         The event is dispatched on a named flow in the "NULL" state. Without this patch a crash occurs.
68335
68336         * fast/regions/webkit-named-flow-event-crash-expected.txt: Added.
68337         * fast/regions/webkit-named-flow-event-crash.html: Added.
68338
68339 2012-11-27  Allan Sandfeld Jensen  <allan.jensen@digia.com>
68340
68341         Reduce XHR timeout tests execution time
68342         https://bugs.webkit.org/show_bug.cgi?id=102184
68343
68344         Reviewed by Csaba Osztrogonác.
68345
68346         Reduce all timeouts by five.
68347
68348         * http/tests/resources/load-and-stall.cgi:
68349         * http/tests/resources/load-and-stall.php:
68350         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-runner.js:
68351         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js:
68352         (RequestTracker.prototype.startXHR):
68353         (RequestTracker.prototype.handleEvent):
68354         (AbortedRequest.prototype.getMessage):
68355         (AbortedRequest.prototype.handleEvent):
68356         (SyncRequestSettingTimeoutAfterOpen.startXHR):
68357         (SyncRequestSettingTimeoutBeforeOpen.startXHR):
68358         (TestCounter.testComplete):
68359
68360 2012-11-27  Mihnea Ovidenie  <mihnea@adobe.com>
68361
68362         [CSS Regions] Absolutely positioned regions do not expand to fill their container
68363         https://bugs.webkit.org/show_bug.cgi?id=102385
68364
68365         Reviewed by Julien Chaffraix.
68366
68367         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
68368         in the anchored direction.
68369         Also modified expectations for another test that has absolutely positioned auto-height regions, which now have height computed properly.
68370
68371         * fast/regions/autosize-abspos-anchoredregion-expected.txt: Added.
68372         * fast/regions/autosize-abspos-anchoredregion-vertlr-expected.txt: Added.
68373         * fast/regions/autosize-abspos-anchoredregion-vertlr.html: Added.
68374         * fast/regions/autosize-abspos-anchoredregion.html: Added.
68375         * platform/chromium/fast/regions/autoheight-regions-mark-expected.txt:
68376         * platform/efl/fast/regions/autoheight-regions-mark-expected.txt:
68377         * platform/gtk/fast/regions/autoheight-regions-mark-expected.txt:
68378         * platform/mac/fast/regions/autoheight-regions-mark-expected.txt:
68379         * platform/qt/fast/regions/autoheight-regions-mark-expected.txt:
68380
68381 2012-11-27  János Badics  <jbadics@inf.u-szeged.hu>
68382
68383         [Qt] Gardening after r135723, r135740 and r135789. Skipped 3 tests and added rebaseline to a test.
68384
68385         Reviewed by Csaba Osztrogonác.
68386
68387         r135723: Added Qt baseline to http/tests/inspector/network/script-as-text-loading-with-caret.html
68388         r135740: Skipped fast/frames/page-visibility-crash.html because Page Visibility API is disabled.
68389         r135789: Skipped fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag.html because gestureLongTap is not supported on Qt, and
68390                          fast/events/touch/gesture/context-menu-on-long-tap.html because Drag and Drop support is disabled on Qt.
68391
68392         * platform/qt/TestExpectations:
68393         * platform/qt/http/tests/inspector/network/script-as-text-loading-with-caret-expected.txt: Added.
68394
68395 2012-11-27  Alexander Pavlov  <apavlov@chromium.org>
68396
68397         Incorrect value of CSSStyleDeclaration#length when a shorthand property is inherit or initial
68398         https://bugs.webkit.org/show_bug.cgi?id=73002
68399
68400         Reviewed by Alexis Menard.
68401
68402         Expectations get fixed in some cases.
68403
68404         * css3/flexbox/flex-property-parsing-expected.txt:
68405         * fast/css/inherit-initial-shorthand-values-expected.txt: Added.
68406         * fast/css/inherit-initial-shorthand-values.html: Added.
68407         * fast/css/parsing-text-emphasis-expected.txt:
68408         * fast/css/parsing-text-emphasis.html:
68409
68410 2012-09-17  Allan Sandfeld Jensen  <allan.jensen@nokia.com>
68411
68412         Incorrect rect-based hit-test result when hit-test region includes culled inlines
68413         https://bugs.webkit.org/show_bug.cgi?id=88376
68414
68415         Reviewed by Dave Hyatt.
68416
68417         Renames the existing nodesFromRect-culled-inlines.html test to nodesFromRect-inline-image.html,
68418         because it did not test any culled inlines anymore, and replace it with two new tests that does
68419         test culled inlines.
68420
68421         * fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak-expected.txt: Copied from LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inlines-expected.txt.
68422         * fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html: Added.
68423         * fast/dom/nodesFromRect/nodesFromRect-culled-inlines-expected.txt:
68424         * fast/dom/nodesFromRect/nodesFromRect-culled-inlines.html:
68425         * fast/dom/nodesFromRect/nodesFromRect-inline-image-expected.txt: Added.
68426         * fast/dom/nodesFromRect/nodesFromRect-inline-image.html: Added.
68427         * fast/dom/nodesFromRect/resources/nodesFromRect.js:
68428         (checkRect):
68429         (nodesFromRectAsString):
68430
68431 2012-11-27  Kent Tamura  <tkent@chromium.org>
68432
68433         Reduce the number of pixel tests for date/time input types
68434         https://bugs.webkit.org/show_bug.cgi?id=103373
68435
68436         Reviewed by Kentaro Hara.
68437
68438         Merge fast/forms/<type>/<type>-appearance-style.html and
68439         <type>-appearance-disabled-readonly.html into
68440         <type>-appearance-basic.html, and add tests for font-weight, height, and
68441         -webkit-appearance:none.
68442
68443         * fast/forms/date/date-appearance-basic-expected.txt:
68444         * fast/forms/date/date-appearance-basic.html:
68445         * fast/forms/date/date-appearance-style-expected.txt: Removed.
68446         * fast/forms/date/date-appearance-style.html: Removed.
68447         * fast/forms/month/month-appearance-basic-expected.txt:
68448         * fast/forms/month/month-appearance-basic.html:
68449         * fast/forms/month/month-appearance-style-expected.txt: Removed.
68450         * fast/forms/month/month-appearance-style.html: Removed.
68451         * fast/forms/time/time-appearance-basic-expected.txt:
68452         * fast/forms/time/time-appearance-basic.html:
68453         * fast/forms/time/time-appearance-disabled-readonly-expected.txt: Removed.
68454         * fast/forms/time/time-appearance-disabled-readonly.html: Removed.
68455         * fast/forms/time/time-appearance-style-expected.txt: Removed.
68456         * fast/forms/time/time-appearance-style.html: Removed.
68457         * fast/forms/week/week-appearance-basic-expected.txt:
68458         * fast/forms/week/week-appearance-basic.html:
68459         * fast/forms/week/week-appearance-style-expected.txt: Removed.
68460         * fast/forms/week/week-appearance-style.html: Removed.
68461         * platform/chromium-linux/fast/forms/date/date-appearance-style-expected.png: Removed.
68462         * platform/chromium-linux/fast/forms/month/month-appearance-style-expected.png: Removed.
68463         * platform/chromium-linux/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
68464         * platform/chromium-linux/fast/forms/time/time-appearance-style-expected.png: Removed.
68465         * platform/chromium-linux/fast/forms/week/week-appearance-style-expected.png: Removed.
68466         * platform/chromium-mac-lion/fast/forms/date/date-appearance-style-expected.png: Removed.
68467         * platform/chromium-mac-lion/fast/forms/month/month-appearance-style-expected.png: Removed.
68468         * platform/chromium-mac-lion/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
68469         * platform/chromium-mac-lion/fast/forms/time/time-appearance-style-expected.png: Removed.
68470         * platform/chromium-mac-lion/fast/forms/week/week-appearance-style-expected.png: Removed.
68471         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-style-expected.png: Removed.
68472         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-style-expected.png: Removed.
68473         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
68474         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-style-expected.png: Removed.
68475         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-style-expected.png: Removed.
68476         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
68477         * platform/chromium-mac/fast/forms/date/date-appearance-style-expected.png: Removed.
68478         * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
68479         * platform/chromium-mac/fast/forms/month/month-appearance-style-expected.png: Removed.
68480         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
68481         * platform/chromium-mac/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
68482         * platform/chromium-mac/fast/forms/time/time-appearance-style-expected.png: Removed.
68483         * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
68484         * platform/chromium-mac/fast/forms/week/week-appearance-style-expected.png: Removed.
68485         * platform/chromium-win/fast/forms/date/date-appearance-style-expected.png: Removed.
68486         * platform/chromium-win/fast/forms/month/month-appearance-style-expected.png: Removed.
68487         * platform/chromium-win/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
68488         * platform/chromium-win/fast/forms/time/time-appearance-style-expected.png: Removed.
68489         * platform/chromium-win/fast/forms/week/week-appearance-style-expected.png: Removed.
68490         * platform/chromium/TestExpectations:
68491
68492 2012-11-27  Kent Tamura  <tkent@chromium.org>
68493
68494         A followup of r135836
68495         https://bugs.webkit.org/show_bug.cgi?id=102861
68496
68497         I landed an old revision of the patch in r135836.
68498
68499         * fast/forms/ValidityState-001.html:
68500         * fast/forms/number/number-validity-badinput-expected.txt:
68501         * fast/forms/number/number-validity-badinput.html:
68502         * fast/forms/resources/multiple-fields-validity-badinput.js:
68503         (testBadInput):
68504
68505 2012-11-27  Kent Tamura  <tkent@chromium.org>
68506
68507         Implement ValidityState::badInput
68508         https://bugs.webkit.org/show_bug.cgi?id=102861
68509
68510         Reviewed by Hajime Morita.
68511
68512         * fast/forms/date-multiple-fields/date-multiple-fields-validity-badinput-expected.txt: Added.
68513         * fast/forms/date-multiple-fields/date-multiple-fields-validity-badinput.html: Added.
68514         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-validity-badinput-expected.txt: Added.
68515         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-validity-badinput.html: Added.
68516         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-validity-badinput-expected.txt: Added.
68517         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-validity-badinput.html: Added.
68518         * fast/forms/month-multiple-fields/month-multiple-fields-validity-badinput-expected.txt: Added.
68519         * fast/forms/month-multiple-fields/month-multiple-fields-validity-badinput.html: Added.
68520         * fast/forms/number/number-unacceptable-style-expected.txt: Removed.
68521         * fast/forms/number/number-validity-badinput-expected.txt: Added.
68522         * fast/forms/number/number-validity-badinput.html: Renamed from LayoutTests/fast/forms/number/number-unacceptable-style.html.
68523         * fast/forms/resources/multiple-fields-validity-badinput.js: Added.
68524         * fast/forms/time-multiple-fields/time-multiple-fields-validity-badinput-expected.txt: Added.
68525         * fast/forms/time-multiple-fields/time-multiple-fields-validity-badinput.html: Added.
68526         * fast/forms/week-multiple-fields/week-multiple-fields-validity-badinput-expected.txt: Added.
68527         * fast/forms/week-multiple-fields/week-multiple-fields-validity-badinput.html: Added.
68528
68529 2012-11-27  Alexander Pavlov  <apavlov@chromium.org>
68530
68531         [Chromium] Unreviewed, mark svg/animations/mpath-remove-from-dependents-on-delete-crash.html as flaky.
68532
68533         * platform/chromium/TestExpectations:
68534
68535 2012-11-27  Zan Dobersek  <zandobersek@gmail.com>
68536
68537         Unreviewed GTK gardening.
68538
68539         Cleaning up expectations, removing those that cover tests
68540         that are now passing.
68541
68542         * platform/gtk/TestExpectations:
68543
68544 2012-11-27  Zan Dobersek  <zandobersek@gmail.com>
68545
68546         Unreviewed GTK gardening.
68547
68548         Adding timeout expectations for three plugins tests timing out after r135786.
68549
68550         * platform/gtk/TestExpectations:
68551
68552 2012-11-26  Kent Tamura  <tkent@chromium.org>
68553
68554         :read-only selector should match to date/time input types
68555         https://bugs.webkit.org/show_bug.cgi?id=103350
68556
68557         Reviewed by Kentaro Hara.
68558
68559         The text color becomes yellow as specified for :read-only in
68560         *-appearance-pseudo-classes.html
68561
68562         * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-classes-expected.png:
68563         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png:
68564         * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-classes-expected.png:
68565         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png:
68566         * platform/chromium/TestExpectations:
68567
68568 2012-11-26  Justin Novosad  <junov@google.com>
68569
68570         [Qt] new fast/backgrounds/background-opaque-images-over-color.html fails since r135629
68571         https://bugs.webkit.org/show_bug.cgi?id=103227
68572
68573         Reviewed by Simon Hausmann.
68574
68575         Unskipping test now that baseline has been fixed.
68576
68577         * platform/qt/TestExpectations:
68578
68579 2012-11-26  Noel Gordon  <noel.gordon@gmail.com>
68580
68581         [chromium mac] Layout Test touchadjustment/touch-links-longpress.html is failing
68582         https://bugs.webkit.org/show_bug.cgi?id=103363
68583
68584         Unreviewed test expectations update.
68585
68586         * platform/chromium/TestExpectations: Add failing expection for Mac.
68587
68588 2012-11-26  Daniel Bates  <dbates@webkit.org>
68589
68590         Update Chromium test expectation for test LayoutTests/fast/js/string-replacement-outofmemory.html
68591         See <https://bugs.webkit.org/show_bug.cgi?id=103348> for more details.
68592
68593         * platform/chromium/TestExpectations:
68594
68595 2012-11-26  Istiaque Ahmed  <lazyboy@chromium.org>
68596
68597         Check for empty perContextData while creating NP V8 Object.
68598         https://bugs.webkit.org/show_bug.cgi?id=98448
68599
68600         Reviewed by Adam Barth.
68601
68602         Fixes crash in npCreateV8ScriptObject(), if NP Invoke is called from a document
68603         that is no longer displayed in frame (isCurrentlyDisplayedInFrame() ==
68604         false), we have empty perContextData and this results in invalid memory access.
68605
68606         * platform/chromium/plugins/empty-per-context-data-expected.txt: Added.
68607         * platform/chromium/plugins/empty-per-context-data.html: Added.
68608         * platform/chromium/plugins/resources/script-container.html: Added.
68609
68610 2012-11-26  Daniel Bates  <dbates@webkit.org>
68611
68612         JavaScript fails to handle String.replace() with large replacement string
68613         https://bugs.webkit.org/show_bug.cgi?id=102956
68614         <rdar://problem/12738012>
68615
68616         Reviewed by Oliver Hunt.
68617
68618         Add test to ensure that we handle string replacement with a large replacement string.
68619
68620         * fast/js/script-tests/string-replacement-outofmemory.js: Added.
68621         (createStringWithRepeatedChar):
68622         * fast/js/string-replacement-outofmemory-expected.txt: Added.
68623         * fast/js/string-replacement-outofmemory.html: Added.
68624
68625 2012-11-26  Varun Jain  <varunjain@chromium.org>
68626
68627         LongPress and LongTap gestures should start drag/drop and open context menu respectively.
68628         https://bugs.webkit.org/show_bug.cgi?id=101545
68629
68630         Reviewed by Antonio Gomes.
68631
68632         For LongPress, we simulate drag by sending a mouse down and mouse drag
68633         events. If a drag is not started (because maybe there is no draggable
68634         element), then we show context menu instead (which is the current
68635         behavior for LongPress). For LongTap, we use the existing functions that
68636         LongPress uses to summon the context menu. LongPress initiated drag and
68637         drop can be enabled/disabled by the platform using the Setting
68638         touchDragDropEnabled which is disabled by default.
68639
68640         * fast/events/touch/gesture/context-menu-on-long-tap.html: Added.
68641         * fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag.html: Added.
68642         * platform/chromium/fast/events/touch/gesture/context-menu-on-long-tap-expected.txt: Added.
68643         * platform/chromium/fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag-expected.txt: Added.
68644         * touchadjustment/touch-links-longpress-expected.txt:
68645         * touchadjustment/touch-links-longpress.html:
68646
68647 2012-11-26  Roger Fong  <roger_fong@apple.com>
68648
68649         Unreviewed. Skipping some compositing/tiling tests on Windows because tiled backing is not supported.
68650         Tests skipped:
68651         compositing/tiling/rotated-tiled-preserve3d-clamped.html
68652         compositing/tiling/rotated-tiled-clamped.html
68653
68654         * platform/win/TestExpectations:
68655
68656 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
68657
68658         Unreviewed gardening: css3/filters/custom/custom-filter-transforms-animation.html
68659         times out intermittently.
68660         https://bugs.webkit.org/show_bug.cgi?id=103308
68661
68662         * platform/chromium/TestExpectations:
68663
68664 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
68665
68666         Unreviewed gardening: failure in fast/text/atsui-small-caps-punctuation-size.html
68667         https://bugs.webkit.org/show_bug.cgi?id=103148
68668
68669         * platform/chromium/TestExpectations:
68670
68671 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
68672
68673         Unreviewed gardening: failure in http/tests/media/pdf-served-as-pdf.html
68674         https://bugs.webkit.org/show_bug.cgi?id=103093
68675
68676         * platform/chromium/TestExpectations:
68677
68678 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
68679
68680         Unreviewed gardening: updated TextExpecations for failing
68681         fast/dom/shadow/shadow-dom-event-dispatching.html
68682         https://bugs.webkit.org/show_bug.cgi?id=103299
68683
68684         * platform/chromium/TestExpectations:
68685
68686 2012-11-26  Roger Fong  <roger_fong@apple.com>
68687
68688         Unreviewed. Skip fast/dom/Window/open-window-min-size.html on Windows.
68689         DRT doesn't support showModalDialog https://bugs.webkit.org/show_bug.cgi?id=53675.
68690
68691         * platform/win/TestExpectations:
68692
68693 2012-11-26  Roger Fong  <roger_fong@apple.com>
68694
68695         Unreviewed. ENABLE_ACCELERATED_OVERFLOW_SCROLLING not enabled on Windows.
68696         Add a feature flag and skip some failing tests.
68697         https://bugs.webkit.org/show_bug.cgi?id=103294
68698
68699         Tests skipped:
68700         compositing/overflow/scrolling-without-painting.html
68701         compositing/overflow/updating-scrolling-content.html
68702
68703         * platform/win/TestExpectations:
68704
68705 2012-11-26  Dan Carney  <dcarney@google.com>
68706
68707         Refactor V8 bindings to allow content scripts to access subframes
68708         https://bugs.webkit.org/show_bug.cgi?id=93646
68709
68710         Reviewed by Adam Barth.
68711
68712         Test modified to check isolated world access across frames.
68713
68714         * http/tests/security/isolatedWorld/world-reuse-expected.txt:
68715         * http/tests/security/isolatedWorld/world-reuse.html:
68716
68717 2012-11-26  Tony Chang  <tony@chromium.org>
68718
68719         Move more functions from internals.settings to internals
68720         https://bugs.webkit.org/show_bug.cgi?id=102976
68721
68722         Reviewed by Adam Barth.
68723
68724         Move internals.settings.setEnableMockPagePopup to internals.setEnableMockPagePopup.
68725
68726         * fast/forms/resources/picker-common.js:
68727
68728 2012-11-26  Andrei Bucur  <abucur@adobe.com>
68729
68730         [CSS Regions] Add Region info for RootLineBoxes and pack the pagination data
68731         https://bugs.webkit.org/show_bug.cgi?id=101332
68732
68733         Reviewed by David Hyatt.
68734
68735         The test checks if there is a crash when doing a line layout if:
68736         - the flow has no region
68737         - the flow has a region but the lines have no containing region
68738         - the flow has no region but the lines have a containing region
68739
68740         * fast/regions/line-containing-region-crash-expected.txt: Added.
68741         * fast/regions/line-containing-region-crash.html: Added.
68742
68743 2012-11-26  Michelangelo De Simone  <michelangelo@webkit.org>
68744
68745         [CSS Shaders] Add IDL file and bindings for mix function
68746         https://bugs.webkit.org/show_bug.cgi?id=93011
68747
68748         Reviewed by Dean Jackson.
68749
68750         Test for the Custom Filter mix() function JS bindings.
68751
68752         * css3/filters/custom/custom-filter-mix-bindings-expected.txt: Added.
68753         * css3/filters/custom/custom-filter-mix-bindings.html: Added.
68754         * css3/filters/script-tests/custom-filter-mix-bindings.js: Added.
68755         (jsWrapperClass):
68756         (shouldBeType):
68757         * platform/chromium/css3/filters/custom/custom-filter-mix-bindings-expected.txt: Added.
68758         * platform/efl/fast/js/global-constructors-expected.txt: Updated with the new WebKitCSSMixFunctionValueConstructor.
68759         * platform/gtk/fast/js/global-constructors-expected.txt: Ditto.
68760         * platform/mac/fast/js/global-constructors-expected.txt: Ditto.
68761         * platform/qt-5.0/fast/js/global-constructors-expected.txt: Ditto.
68762         * platform/qt/fast/js/global-constructors-expected.txt: Ditto.
68763         * platform/win/fast/js/global-constructors-expected.txt: Ditto.
68764
68765 2012-11-26  Julien Chaffraix  <jchaffraix@webkit.org>
68766
68767         RenderBox::computePercentageLogicalHeight should use containingBlockLogicalWidthForContent
68768         https://bugs.webkit.org/show_bug.cgi?id=103075
68769
68770         Reviewed by Ojan Vafai.
68771
68772         * fast/multicol/fixed-column-percent-logical-height-orthogonal-writing-mode-expected.txt: Added.
68773         * fast/multicol/fixed-column-percent-logical-height-orthogonal-writing-mode.html: Added.
68774         * fast/table/caption-orthogonal-writing-mode-sizing-expected.txt: Added.
68775         * fast/table/caption-orthogonal-writing-mode-sizing.html: Added.
68776
68777 2012-11-26  Abhishek Arya  <inferno@chromium.org>
68778
68779         Crash in Frame::dispatchVisibilityStateChangeEvent.
68780         https://bugs.webkit.org/show_bug.cgi?id=102053
68781
68782         Reviewed by Adam Barth.
68783
68784         * fast/frames/page-visibility-crash-expected.txt: Added.
68785         * fast/frames/page-visibility-crash.html: Added.
68786
68787 2012-11-26  Thiago Marcos P. Santos  <thiago.santos@intel.com>
68788
68789         Import more CSS Device Adaptation layout tests
68790         https://bugs.webkit.org/show_bug.cgi?id=95967
68791
68792         Reviewed by Kenneth Rohde Christiansen.
68793
68794         And these are the remaining test from the Opera's CSS
68795         Device Adaptation test suite.
68796
68797         * css3/device-adapt/opera/constrain-021-expected.txt: Added.
68798         * css3/device-adapt/opera/constrain-021.xhtml: Added.
68799         * css3/device-adapt/opera/constrain-022-expected.txt: Added.
68800         * css3/device-adapt/opera/constrain-022.xhtml: Added.
68801         * css3/device-adapt/opera/orientation-001-expected.txt: Added.
68802         * css3/device-adapt/opera/orientation-001.xhtml: Added.
68803         * css3/device-adapt/opera/orientation-002-expected.txt: Added.
68804         * css3/device-adapt/opera/orientation-002.xhtml: Added.
68805         * platform/efl-wk1/TestExpectations:
68806         * platform/efl-wk2/TestExpectations:
68807
68808 2012-11-26  Thiago Marcos P. Santos  <thiago.santos@intel.com>
68809
68810         Viewport CSS rules should not clamp values like Viewport META
68811         https://bugs.webkit.org/show_bug.cgi?id=103068
68812
68813         Reviewed by Kenneth Rohde Christiansen.
68814
68815         Imported Opera tests that makes sure we are doing the clamping right.
68816
68817         * css3/device-adapt/opera/constrain-018-expected.txt: Added.
68818         * css3/device-adapt/opera/constrain-018.xhtml: Added.
68819         * css3/device-adapt/opera/constrain-019-expected.txt: Added.
68820         * css3/device-adapt/opera/constrain-019.xhtml: Added.
68821         * css3/device-adapt/opera/constrain-023-expected.txt: Added.
68822         * css3/device-adapt/opera/constrain-023.xhtml: Added.
68823         * css3/device-adapt/opera/constrain-024-expected.txt: Added.
68824         * css3/device-adapt/opera/constrain-024.xhtml: Added.
68825
68826 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
68827
68828         Unreviewed gardening: added TestExpecations failures for 
68829         media/remove-from-document.html
68830         https://bugs.webkit.org/show_bug.cgi?id=103093
68831
68832         * platform/chromium/TestExpectations:
68833
68834 2012-11-26  Justin Novosad  <junov@google.com>
68835
68836         New baselines for test fast/backgrounds/background-opaque-images-over-color.html
68837         https://bugs.webkit.org/show_bug.cgi?id=102557
68838
68839         Unreviewed
68840
68841         * fast/backgrounds/background-opaque-images-over-color-expected.txt:
68842         * platform/chromium-mac/fast/backgrounds/background-opaque-images-over-color-expected.png: Added.
68843         * platform/chromium-win/fast/backgrounds/background-opaque-images-over-color-expected.png: Added.
68844         * platform/chromium/TestExpectations:
68845         * platform/mac/TestExpectations:
68846
68847 2012-11-26  Justin Novosad  <junov@google.com>
68848
68849         New baselines for test fast/backgrounds/gradient-background-leakage-2.html
68850         https://bugs.webkit.org/show_bug.cgi?id=103089
68851
68852         Unreviewed
68853
68854         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
68855         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
68856         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
68857         * platform/chromium/TestExpectations:
68858
68859 2012-11-26  Mike West  <mkwst@chromium.org>
68860
68861         Web Inspector: URLs containing '^' are improperly linked in console messages.
68862         https://bugs.webkit.org/show_bug.cgi?id=103248
68863
68864         Reviewed by Yury Semikhatsky.
68865
68866         * http/tests/inspector/network/script-as-text-loading-with-caret-expected.txt: Added.
68867         * http/tests/inspector/network/script-as-text-loading-with-caret.html: Added.
68868         * platform/chromium/http/tests/inspector/network/script-as-text-loading-with-caret-expected.txt:
68869             JSC vs V8. :(
68870
68871 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
68872
68873         Unreviewd Gardening: updated TestExpecations for additional failures in
68874         media/video-preload.html
68875         https://bugs.webkit.org/show_bug.cgi?id=103093
68876
68877         * platform/chromium/TestExpectations:
68878
68879 2012-11-26  Pavel Feldman  <pfeldman@chromium.org>
68880
68881         Web Inspector: object preview does not render node id, className; logs too many functions for jQuery.
68882         https://bugs.webkit.org/show_bug.cgi?id=103222
68883
68884         Reviewed by Yury Semikhatsky.
68885
68886         * inspector/console/command-line-api-expected.txt:
68887         * inspector/console/command-line-api-inspect-expected.txt:
68888         * inspector/console/console-dir-expected.txt:
68889         * inspector/console/console-format-collections-expected.txt:
68890         * inspector/console/console-format-expected.txt:
68891         * inspector/elements/event-listener-sidebar-expected.txt:
68892         * inspector/elements/event-listeners-about-blank-expected.txt:
68893         * platform/chromium-linux/inspector/console/console-format-collections-expected.txt: Removed.
68894         * platform/chromium/inspector/console/command-line-api-inspect-expected.txt:
68895         * platform/chromium/inspector/console/console-dir-expected.txt:
68896         * platform/chromium/inspector/console/console-format-collections-expected.txt:
68897
68898 2012-11-26  Florin Malita  <fmalita@chromium.org>
68899
68900         RenderSVGResourceContainer does not clear cached data on removal
68901         https://bugs.webkit.org/show_bug.cgi?id=102620
68902
68903         Reviewed by Dirk Schulze.
68904
68905         * svg/custom/stale-resource-data-crash-expected.txt: Added.
68906         * svg/custom/stale-resource-data-crash.svg: Added.
68907
68908 2012-11-26  'Pavel Feldman'  <pfeldman@chromium.org>
68909
68910         Not reviewed: rolling out r135714 and r135712 for breaking debug tests.
68911
68912         * inspector/console/command-line-api-expected.txt:
68913         * inspector/console/command-line-api-inspect-expected.txt:
68914         * inspector/console/console-dir-expected.txt:
68915         * inspector/console/console-format-collections-expected.txt:
68916         * inspector/console/console-format-expected.txt:
68917         * inspector/elements/event-listener-sidebar-expected.txt:
68918         * inspector/elements/event-listeners-about-blank-expected.txt:
68919         * platform/chromium-linux/inspector/console/console-format-collections-expected.txt: Copied from LayoutTests/platform/chromium/inspector/console/console-format-collections-expected.txt.
68920         * platform/chromium/inspector/console/command-line-api-inspect-expected.txt:
68921         * platform/chromium/inspector/console/console-dir-expected.txt:
68922         * platform/chromium/inspector/console/console-format-collections-expected.txt:
68923
68924 2012-11-26  'Pavel Feldman'  <pfeldman@chromium.org>
68925
68926         Not reviewed: rolling out accidental TestExpectations change.
68927
68928         * platform/chromium/TestExpectations:
68929
68930 2012-11-26  Pavel Feldman  <pfeldman@chromium.org>
68931
68932         Web Inspector: object preview does not render node id, className; logs too many functions for jQuery.
68933         https://bugs.webkit.org/show_bug.cgi?id=103222
68934
68935         Reviewed by Yury Semikhatsky.
68936
68937         * inspector/console/command-line-api-expected.txt:
68938         * inspector/console/console-dir-expected.txt:
68939         * inspector/console/console-format-expected.txt:
68940         * inspector/elements/event-listener-sidebar-expected.txt:
68941         * inspector/elements/event-listeners-about-blank-expected.txt:
68942         * platform/chromium/inspector/console/console-dir-expected.txt:
68943
68944 2012-11-26  Eugene Klyuchnikov  <eustas@chromium.org>
68945
68946         Web Inspector: HeapProfiler: remove snapshotView reference from data-grids.
68947         https://bugs.webkit.org/show_bug.cgi?id=103240
68948
68949         Reviewed by Yury Semikhatsky.
68950
68951         Directly access current view instead of getting if from the data grid.
68952
68953         * inspector/profiler/heap-snapshot-test.js:
68954         (initialize_HeapSnapshotTest):
68955
68956 2012-11-26  Jussi Kukkonen  <jussi.kukkonen@intel.com>
68957
68958         [EFL] Gardening: update test expectations
68959         https://bugs.webkit.org/show_bug.cgi?id=103119
68960
68961         Unreviewed gardening. timeline-timer-fired-from-eval-call-site-expected.html
68962         is passing now, other changes are just marking tests as flaky based on
68963         the flakiness dashboard.
68964
68965         * platform/efl-wk1/TestExpectations:
68966         * platform/efl-wk2/TestExpectations:
68967         * platform/efl/TestExpectations:
68968
68969 2012-11-26  Keishi Hattori  <keishi@webkit.org>
68970
68971         Layout Test platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html is failing
68972         https://bugs.webkit.org/show_bug.cgi?id=103225
68973
68974         Unreviewed.
68975
68976         * platform/chromium/TestExpectations:
68977         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html: Remove current month check because it was flaky.
68978
68979 2012-11-26  János Badics  <jbadics@inf.u-szeged.hu>
68980
68981         [Qt] Gardening after r135629. Skipped a newly added but failing test.
68982         https://bugs.webkit.org/show_bug.cgi?id=103227
68983
68984         Reviewed by Csaba Osztrogonác.
68985
68986         * platform/qt/TestExpectations:
68987
68988 2012-11-26  Hajime Morrita  <morrita@google.com>
68989
68990         [Shadow DOM] Implement Element::createShadowRoot()
68991         https://bugs.webkit.org/show_bug.cgi?id=102911
68992
68993         Reviewed by Kentaro Hara.
68994
68995         The coverage might not seem comprehensive at a glance. However,
68996         this is just an alias of ShadowRoot constructor and there are
68997         bunch of test cases which cover it.
68998
68999         As bug 102913 will convert such callsites to use createShadowRoot(),
69000         the API will get be covered well then.
69001
69002         * fast/dom/shadow/shadow-aware-create-shdow-root-expected.txt: Added.
69003         * fast/dom/shadow/shadow-aware-create-shdow-root.html: Added.
69004           Further ShadowAware API will come here.
69005
69006 2012-11-26  Alexander Pavlov  <apavlov@chromium.org>
69007
69008         [Chromium] Unreviewed, mark platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html as flaky (date-dependent).
69009
69010         * platform/chromium/TestExpectations:
69011
69012 2012-11-26  Zan Dobersek  <zandobersek@gmail.com>
69013
69014         Unreviewed GTK gardening.
69015
69016         Adding timeout expectation for the new a11y test added in r135680.
69017
69018         * platform/gtk/TestExpectations:
69019
69020 2012-11-25  Ryuan Choi <ryuan.choi@samsung.com>
69021
69022         Unreviewed gardening.
69023         Unskip the fixed regressions from r135662
69024
69025         * platform/efl-wk1/TestExpectations:
69026
69027 2012-11-25  Takashi Sakamoto  <tasak@google.com>
69028
69029         WebCore::RenderBlock::determineStartPosition crash
69030         https://bugs.webkit.org/show_bug.cgi?id=98993
69031
69032         Reviewed by Brent Fulgham.
69033
69034         * fast/inline/inline-box-append-child-crash-expected.txt: Added.
69035         * fast/inline/inline-box-append-child-crash.html: Added.
69036
69037 2012-11-25  Chris Fleizach  <cfleizach@apple.com>
69038
69039         AX: file upload input cannot be activated with VoiceOver
69040         https://bugs.webkit.org/show_bug.cgi?id=100343
69041
69042         Reviewed by Sam Weinig.
69043
69044         * accessibility/file-upload-button-with-axpress-expected.txt: Added.
69045         * accessibility/file-upload-button-with-axpress.html: Added.
69046
69047 2012-11-25  Kent Tamura  <tkent@chromium.org>
69048
69049         [Chromium] Fix svn:mime-type for images
69050
69051         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added property svn:mime-type.
69052         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added property svn:mime-type.
69053         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added property svn:mime-type.
69054         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added property svn:mime-type.
69055         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added property svn:mime-type.
69056         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added property svn:mime-type.
69057         * platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Modified property svn:mime-type.
69058         * platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Modified property svn:mime-type.
69059         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Modified property svn:mime-type.
69060         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Modified property svn:mime-type.
69061         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Modified property svn:mime-type.
69062         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Modified property svn:mime-type.
69063         * platform/chromium-win-xp/fast/text/drawBidiText-expected.png: Modified property svn:mime-type.
69064         * platform/chromium-win-xp/fast/text/international/001-expected.png: Modified property svn:mime-type.
69065         * platform/chromium-win-xp/fast/text/international/002-expected.png: Modified property svn:mime-type.
69066         * platform/chromium-win-xp/fast/text/international/bidi-mirror-he-ar-expected.png: Modified property svn:mime-type.
69067         * platform/chromium-win-xp/fast/text/international/wrap-CJK-001-expected.png: Modified property svn:mime-type.
69068         * platform/chromium-win-xp/fast/text/justify-ideograph-leading-expansion-expected.png: Modified property svn:mime-type.
69069
69070 2012-11-25  Kunihiko Sakamoto  <ksakamoto@chromium.org>
69071
69072         [Chromium] Add tests for datetime/datetime-local suggestion picker
69073         https://bugs.webkit.org/show_bug.cgi?id=102888
69074
69075         Reviewed by Kent Tamura.
69076
69077         Adding tests for <input type=datetime> and <input type=datetime-local> with datalist.
69078
69079         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
69080         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
69081         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
69082         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
69083         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
69084         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
69085         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations-expected.txt: Added.
69086         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations-expected.txt: Added.
69087         * platform/chromium/TestExpectations:
69088         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.txt: Added.
69089         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.txt: Added.
69090         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl.html: Added.
69091         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
69092         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar.html: Added.
69093         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance.html: Added.
69094         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations-expected.txt: Added.
69095         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations.html: Added.
69096         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-min-max-attribute-expected.txt: Added.
69097         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-min-max-attribute.html: Added.
69098         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-mouse-operations-expected.txt: Added.
69099         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-mouse-operations.html: Added.
69100         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload-expected.txt: Added.
69101         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload.html: Added.
69102         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-step-attribute-expected.txt: Added.
69103         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-step-attribute.html: Added.
69104         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.txt: Added.
69105         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.txt: Added.
69106         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl.html: Added.
69107         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
69108         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar.html: Added.
69109         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance.html: Added.
69110         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations-expected.txt: Added.
69111         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations.html: Added.
69112         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute-expected.txt: Added.
69113         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute.html: Added.
69114         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations-expected.txt: Added.
69115         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations.html: Added.
69116         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-reset-value-after-reload-expected.txt: Added.
69117         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-reset-value-after-reload.html: Added.
69118         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-step-attribute-expected.txt: Added.
69119         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-step-attribute.html: Added.
69120
69121 2012-10-08  Robert Hogan  <robert@webkit.org>
69122
69123         Changing position:relative to position:static results in mis-positioned div
69124         https://bugs.webkit.org/show_bug.cgi?id=26397
69125
69126         Reviewed by Ojan Vafai.
69127
69128         * fast/block/abspos-child-container-changes-from-relative-to-static-expected.html: Added
69129         * fast/block/abspos-child-container-changes-from-relative-to-static.html: Added
69130
69131 2012-11-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
69132
69133         [WK2] TiledBackingStore: page contents is scaled wrongly
69134         https://bugs.webkit.org/show_bug.cgi?id=103090
69135
69136         Reviewed by Kenneth Rohde Christiansen.
69137
69138         Added new layout test to verify that viewport 'width' descriptor does not
69139         affect contents width of next loaded page. 
69140
69141         * css3/device-adapt/resources/check-contents-width.html: Added.
69142         * css3/device-adapt/viewport-width-not-affecting-next-page-expected.txt: Added.
69143         * css3/device-adapt/viewport-width-not-affecting-next-page.html: Added.
69144
69145 2012-11-24  Robert Kroeger  <rjkroege@chromium.org>
69146
69147         Unreviewed gardening: updated expectations for failures in:
69148         * http/tests/local/drag-over-remote-content.html
69149         https://bugs.webkit.org/show_bug.cgi?id=103181
69150         * media/video-seek-past-end-playing.html
69151         https://bugs.webkit.org/show_bug.cgi?id=103183
69152
69153         * platform/chromium/TestExpectations:
69154
69155 2012-11-24  Zan Dobersek  <zandobersek@gmail.com>
69156
69157         Unreviewed gardening.
69158
69159         * platform/efl/TestExpectations:
69160         * platform/gtk/TestExpectations:
69161
69162 2012-11-24  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
69163
69164         Unreviewed gardening. Too many tests come to crashe after build 7830 on
69165         EFL Linux 64-bit Release bot.
69166
69167         * platform/efl-wk1/TestExpectations:
69168
69169 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
69170
69171         Unreviewed gardening: updated test expectations for failure in
69172         * svg/batik/text/textPosition2.svg
69173         https://bugs.webkit.org/show_bug.cgi?id=103148
69174
69175         * platform/chromium/TestExpectations:
69176
69177 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
69178
69179         Unreviewed gardening: text failures in:
69180         * inspector/console/command-line-api-inspect.html
69181         * inspector/runtime/runtime-localStorage-getProperties.html
69182         https://bugs.webkit.org/show_bug.cgi?id=103161
69183
69184         * platform/chromium/TestExpectations:
69185
69186 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
69187
69188         Unreviewed gardening: update test expectations for
69189         svg/hixie/perf/007.xml
69190
69191         * platform/chromium/TestExpectations:
69192
69193 2012-11-23  Alexis Menard  <alexis@webkit.org>
69194
69195         [CSS3 Backgrounds and Borders] Implement new CSS3 background-position parsing.
69196         https://bugs.webkit.org/show_bug.cgi?id=102104
69197
69198         Reviewed by Julien Chaffraix.
69199
69200         Add new tests to cover the new parsing for the background position
69201         property. For now the computed style checks are commented out because
69202         the rendering part of the feature is not yet implemented (i.e.
69203         FillLayer does not contain yet the feature and this is what
69204         CSSComputedStyleDeclaration is using).
69205
69206         * fast/backgrounds/background-position-parsing-2-expected.txt:
69207         * fast/backgrounds/background-position-parsing-2.html:
69208         * platform/chromium/TestExpectations:
69209         * platform/efl/TestExpectations:
69210         * platform/gtk/TestExpectations:
69211         * platform/mac/TestExpectations:
69212         * platform/qt/TestExpectations:
69213         * platform/win/TestExpectations:
69214         * platform/wincairo/TestExpectations:
69215
69216 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
69217
69218         Unreviewed gardening. Image rebaseline of
69219         fast/text/atsui-small-caps-punctuation-size.html
69220
69221         * platform/chromium-linux-x86/fast/text/atsui-small-caps-punctuation-size-expected.png: Added.
69222         * 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.
69223
69224 2012-11-23  Zan Dobersek  <zandobersek@gmail.com>
69225
69226         Unreviewed gardening.
69227
69228         Adding failure expectation for fast/dom/shadow/host-wrapper-reclaimed.html.
69229
69230         * platform/gtk/TestExpectations:
69231
69232 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
69233
69234         Unreviewed: updated test expecations -- additional failures in
69235         * fast/text/large-text-composed-char.html
69236         * fast/text/text-letter-spacing.html
69237         * http/tests/inspector/indexeddb/database-data.html
69238         and new failures:
69239         * fast/frames/frame-unload-crash2.html 
69240
69241         * platform/chromium/TestExpectations:
69242
69243 2012-11-23  Justin Novosad  <junov@google.com>
69244
69245         Adding occlusion detection to reduce overdraw in RenderBox background rendering
69246         https://bugs.webkit.org/show_bug.cgi?id=102557
69247
69248         Reviewed by Stephen White.
69249
69250         New test exercises different CSS background style use cases that
69251         are candidates for optimization by occlusion culling.
69252
69253         * fast/backgrounds/background-opaque-images-over-color-expected.txt: Added.
69254         * fast/backgrounds/background-opaque-images-over-color.html: Added.
69255         * platform/chromium/TestExpectations:
69256
69257 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
69258
69259         Gardening: updated expectations (pass/timeout) for
69260         week-multiple-fields-preserve-value-after-history-back.html
69261         https://bugs.webkit.org/show_bug.cgi?id=103152
69262
69263         * platform/chromium/TestExpectations:
69264
69265 2012-11-23  Krzysztof Czech  <k.czech@samsung.com>
69266
69267         [EFL] Adapt accessibility feature to WebKitTestRunner.
69268         https://bugs.webkit.org/show_bug.cgi?id=100757
69269
69270         Reviewed by Laszlo Gombos.
69271
69272         Skipping Accessibility tests for wk1/wk2.
69273         Some of the implementation is still missing.
69274
69275         * platform/efl/TestExpectations:
69276
69277 2012-11-23  Justin Novosad  <junov@google.com>
69278
69279         Page background color bleeds through inner edge of div border with rounded edges
69280         https://bugs.webkit.org/show_bug.cgi?id=103089
69281
69282         Reviewed by Stephen White.
69283
69284         New layout test to verify that there is no color bleeding between
69285         a div element's border and background when there are rounded corners
69286         an a scale that reduces a thick border down to a width of less than
69287         two pixels.
69288
69289         * fast/backgrounds/gradient-background-leakage-2-expected.txt: Added.
69290         * fast/backgrounds/gradient-background-leakage-2.html: Added.
69291         * platform/chromium/TestExpectations:
69292
69293 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
69294
69295         Gardening: update expectations for fast/events/stopPropagation-submit.html flaky
69296         https://bugs.webkit.org/show_bug.cgi?id=103149
69297
69298         * platform/chromium/TestExpectations:
69299
69300 2012-11-23  Mateusz Leszko  <m.leszko@samsung.com>
69301
69302         [EFL][GTK] Adapt accessibility feature to WebKitTestRunner.
69303         https://bugs.webkit.org/show_bug.cgi?id=100757
69304
69305         Reviewed by Laszlo Gombos.
69306
69307         Unskipping EFL Accessiblity tests for wk2.
69308
69309         * platform/efl-wk1/TestExpectations:
69310         * platform/efl/TestExpectations:
69311
69312 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
69313
69314         Unreviewed gardening: test expectations failures.
69315         https://bugs.webkit.org/show_bug.cgi?id=103148
69316
69317         * platform/chromium/TestExpectations:
69318
69319 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
69320
69321         Unreviewed gardening: update expectations for now crashing test 
69322         visibility-simple-canvas2d-layer.html
69323         https://bugs.webkit.org/show_bug.cgi?id=98086
69324
69325         * platform/chromium/TestExpectations:
69326
69327 2012-11-23  Pavel Feldman  <pfeldman@chromium.org>
69328
69329         Web Inspector: damaging last chunk does not remove its garbage from DOM
69330         https://bugs.webkit.org/show_bug.cgi?id=103132
69331
69332         Reviewed by Vsevolod Vlasov.
69333
69334         * inspector/editor/editor-test.js:
69335         (initialize_EditorTests.InspectorTest.createTestEditor):
69336         (initialize_EditorTests.InspectorTest.dumpEditorChunks):
69337         (initialize_EditorTests.InspectorTest.dumpEditorModel):
69338         (initialize_EditorTests.InspectorTest.dumpEditorDOM):
69339         (initialize_EditorTests):
69340         * inspector/editor/text-editor-remove-chunks-from-dom-expected.txt: Added.
69341         * inspector/editor/text-editor-remove-chunks-from-dom.html: Added.
69342         * inspector/editor/text-editor-selection-expected.txt:
69343         * inspector/editor/text-editor-selection.html:
69344
69345 2012-11-23  Kent Tamura  <tkent@chromium.org>
69346
69347         Correct input[type=number] value sanitization for user-input
69348         https://bugs.webkit.org/show_bug.cgi?id=103018
69349
69350         Reviewed by Kentaro Hara.
69351
69352         * fast/forms/number/number-commit-valid-only-expected.txt:
69353         * fast/forms/number/number-commit-valid-only.html:
69354         Update the expected HTMLInputElement::value results.
69355         * fast/forms/number/number-unacceptable-style-expected.txt:
69356         * fast/forms/number/number-unacceptable-style.html:
69357         Add some checks for HTMLInputElement::value.
69358
69359 2012-11-23  Wojciech Bielawski  <w.bielawski@samsung.com>
69360
69361         [WK2][WKTR] WebKitTestRunner needs eventSender.contextClick()
69362         https://bugs.webkit.org/show_bug.cgi?id=86881
69363
69364         Reviewed by Kenneth Rohde Christiansen.
69365
69366         Added expected results for two tests for EFL platform. Test expectations changed
69367         for EFL WK1/WK2 and GTK platforms
69368
69369         * platform/efl/TestExpectations:
69370         * platform/efl-wk1/TestExpectations:
69371         * platform/efl-wk2/TestExpectations:
69372         * platform/gkt-wk2/TestExpectations:
69373         * platform/gtk/editing/selection/5354455-2-expected.txt:
69374         * platform/efl/editing/selection/5354455-2-expected.txt: Added.
69375         * platform/efl/fast/events/context-no-deselect-expected.txt: Added.
69376
69377 2012-11-23  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
69378
69379         [EFL] Newly added tests in r135436 and r135456 are failng
69380         https://bugs.webkit.org/show_bug.cgi?id=103112
69381
69382         Unreviewed EFL gardening.
69383
69384         Skip new failing tests introduced in r135436 and r135456.
69385
69386         * platform/efl-wk2/TestExpectations:
69387         * platform/efl/TestExpectations:
69388
69389 2012-11-23  Csaba Osztrogonác  <ossy@webkit.org>
69390
69391         Unreviewed gardening, skip failing tests.
69392
69393         * platform/qt-5.0-wk2/TestExpectations:
69394         * platform/wk2/TestExpectations:
69395
69396 2012-11-23  Christophe Dumez  <christophe.dumez@intel.com>
69397
69398         WebSocket's MessageEvent.origin attribute is an empty string
69399         https://bugs.webkit.org/show_bug.cgi?id=102889
69400
69401         Reviewed by Kentaro Hara.
69402
69403         Add layout tests to check that the message event's origin attribute
69404         is set to the Unicode serialization of the origin of the URL that
69405         was passed to the WebSocket object's constructor, as per the
69406         WebSocket specification.
69407
69408         * http/tests/websocket/tests/hybi/send-blob-onmessage-origin-expected.txt: Added.
69409         * http/tests/websocket/tests/hybi/send-blob-onmessage-origin.html: Added.
69410         * http/tests/websocket/tests/hybi/send-onmessage-origin-expected.txt: Added.
69411         * http/tests/websocket/tests/hybi/send-onmessage-origin.html: Added.
69412
69413 2012-11-22  Eugene Klyuchnikov  <eustas.bug@gmail.com>
69414
69415         Web Inspector: No "Save Heap Snapshot" option after canceling save to file dialog.
69416         https://bugs.webkit.org/show_bug.cgi?id=100916
69417
69418         Reviewed by Yury Semikhatsky.
69419
69420         Extracted "injectMockProfile" method and reused it in new test.
69421
69422         * inspector/profiler/heap-snapshot-loader-expected.txt: Added test case.
69423         * inspector/profiler/heap-snapshot-loader.html:
69424         Refactored and added new test case.
69425
69426 2012-11-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>
69427
69428         [Qt] REGRESSION(r135507): It made 13 tests fail
69429         https://bugs.webkit.org/show_bug.cgi?id=103069
69430
69431         Reviewed by Simon Hausmann.
69432
69433         Unskip the last of test regressions now passing.
69434
69435         * platform/qt/TestExpectations:
69436
69437 2012-11-23  Yury Semikhatsky  <yurys@chromium.org>
69438
69439         Unreviewed. Updated test expectations.
69440
69441         * platform/chromium/TestExpectations:
69442
69443 2012-11-23  Jussi Kukkonen  <jussi.kukkonen@intel.com>
69444
69445         fast/events/mouseover-button.html never releases a mouse button
69446         https://bugs.webkit.org/show_bug.cgi?id=103041
69447
69448         Reviewed by Kenneth Rohde Christiansen.
69449
69450         mouseover-button.html released the wrong mouse button so subsequent
69451         tests would fail: This includes at least svg/text/select-*.svg .
69452
69453         * fast/events/mouseover-button.html:
69454
69455 2012-11-23  Julian Pastarmov  <pastarmovj@chromium.org>
69456
69457         REGRESSION (r128633): td changes size during re-layout of table although it shouldn't
69458         https://bugs.webkit.org/show_bug.cgi?id=102802
69459
69460         Reviewed by Ojan Vafai.
69461
69462         This test checks that table layout of some nested tables in quirks mode is computed correctly.
69463
69464         * fast/table/nested-tables-with-div-offset-expected.txt: Added.
69465         * fast/table/nested-tables-with-div-offset.html: Added.
69466
69467 2012-11-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>
69468
69469         [Qt] REGRESSION(r135507): It made 13 tests fail
69470         https://bugs.webkit.org/show_bug.cgi?id=103069
69471
69472         Reviewed by Simon Hausmann.
69473
69474         Unskip fixed test and update one benign change.
69475
69476         * platform/qt/TestExpectations:
69477         * platform/qt/fast/preloader/script-expected.txt: Added.
69478
69479 2012-11-23  Pierre Rossi  <pierre.rossi@gmail.com>
69480
69481         [Qt] REGRESSION(r135515): 3 appcache tests still failing
69482         https://bugs.webkit.org/show_bug.cgi?id=103073
69483
69484         Rubber-stamped by Simon Hausmann.
69485
69486         * platform/qt/TestExpectations: Unskipped the affected tests.
69487
69488 2012-11-22  Pavel Feldman  <pfeldman@chromium.org>
69489
69490         Web Inspector: ctrl+end in editor does not select the last symbol.
69491         https://bugs.webkit.org/show_bug.cgi?id=103078
69492
69493         Reviewed by Vsevolod Vlasov.
69494
69495         * inspector/editor/editor-test.js: Added.
69496         (initialize_EditorTests.InspectorTest.createTestEditor):
69497         (initialize_EditorTests.InspectorTest.dumpEditorChunks):
69498         (initialize_EditorTests):
69499         * inspector/editor/text-editor-selection-expected.txt: Added.
69500         * inspector/editor/text-editor-selection.html: Added.
69501
69502 2012-11-23  Yury Semikhatsky  <yurys@chromium.org>
69503
69504         Unreviewed. Updated test expectations.
69505
69506         * platform/chromium-linux/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
69507         * platform/chromium-linux/fast/writing-mode/text-orientation-basic-expected.png: Added.
69508         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
69509         * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.png:
69510         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/pdf-as-image-landscape-expected.png: Added.
69511         * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
69512         * platform/chromium/TestExpectations:
69513         * platform/efl-wk1/fast/transforms/transformed-focused-text-input-expected.png: Renamed from LayoutTests/platform/efl/fast/transforms/transformed-focused-text-input-expected.png.
69514         * platform/efl-wk1/fast/writing-mode/text-orientation-basic-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/text-orientation-basic-expected.png.
69515
69516 2012-11-23  János Badics  <jbadics@inf.u-szeged.hu>
69517
69518         [Qt] Unreviewed gardening after r135532. It made 3 tests fail.
69519         https://bugs.webkit.org/show_bug.cgi?id=103073
69520
69521         * platform/qt/TestExpectations:
69522
69523 2012-11-23  Yury Semikhatsky  <yurys@chromium.org>
69524
69525         Unreviewed. Update test expectations.
69526
69527         * platform/chromium-mac-lion/fast/css/input-search-padding-expected.png:
69528         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
69529         * platform/chromium-mac-lion/svg/batik/text/xmlSpace-expected.png:
69530         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
69531         * platform/chromium-mac-snowleopard/svg/batik/text/xmlSpace-expected.png:
69532         * platform/chromium-mac/fast/css/input-search-padding-expected.png:
69533         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
69534         * platform/chromium-mac/svg/batik/text/xmlSpace-expected.png:
69535         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
69536         * platform/chromium-win/svg/batik/text/xmlSpace-expected.png:
69537         * platform/efl-wk1/fast/css/input-search-padding-expected.png: Renamed from LayoutTests/platform/efl/fast/css/input-search-padding-expected.png.
69538         * 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.
69539         * platform/efl-wk1/svg/batik/text/xmlSpace-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/xmlSpace-expected.png.
69540
69541 2012-11-23  Yury Semikhatsky  <yurys@chromium.org>
69542
69543         Unreviewed. Update test expectations.
69544
69545         * platform/chromium-mac-lion/fast/css/font-weight-1-expected.png: Added.
69546         * platform/chromium-mac-lion/fast/css/font-weight-1-expected.txt: Added.
69547         * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.png: Added.
69548         * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.txt: Added.
69549         * platform/chromium-mac/fast/css/font-weight-1-expected.png: Added.
69550         * platform/chromium-mac/fast/css/font-weight-1-expected.txt: Added.
69551         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/pdf-as-image-expected.png: Added.
69552         * platform/chromium-win/fast/css/font-weight-1-expected.png: Renamed from LayoutTests/platform/chromium/fast/css/font-weight-1-expected.png.
69553         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/pdf-as-image-expected.png: Added.
69554         * platform/efl-wk1/fast/css/font-weight-1-expected.png: Renamed from LayoutTests/platform/efl/fast/css/font-weight-1-expected.png.
69555
69556 2012-11-23  Thiago Marcos P. Santos  <thiago.santos@intel.com>
69557
69558         Expose DOM interface for CSS Device Adaptation
69559         https://bugs.webkit.org/show_bug.cgi?id=95966
69560
69561         Reviewed by Kenneth Rohde Christiansen.
69562
69563         Imported a test submitted by Opera that tests the exposed interface. 
69564
69565         * css3/device-adapt/opera/cssom-001-expected.txt: Added.
69566         * css3/device-adapt/opera/cssom-001.xhtml: Added.
69567         * platform/efl/fast/js/global-constructors-expected.txt:
69568
69569 2012-11-22  Sheriff Bot  <webkit.review.bot@gmail.com>
69570
69571         Unreviewed, rolling out r135549.
69572         http://trac.webkit.org/changeset/135549
69573         https://bugs.webkit.org/show_bug.cgi?id=103102
69574
69575         Multiple layout test crashes (Requested by yurys on #webkit).
69576
69577         * fast/table/css-table-max-height-expected.txt: Removed.
69578         * fast/table/css-table-max-height.html: Removed.
69579
69580 2012-11-22  Rick Byers <rbyers@chromium.org>
69581
69582         window is missing Touch and TouchList - touch event conformance test failure
69583         https://bugs.webkit.org/show_bug.cgi?id=96295
69584
69585         Reviewed by Adam Barth.
69586
69587         * fast/events/touch/document-create-touch-list-expected.txt:
69588         * fast/events/touch/script-tests/document-create-touch-list.js: Add instanceof checks
69589         * platform/efl/fast/js/global-constructors-expected.txt: Add new expected constructors
69590         * platform/qt-5.0/fast/js/global-constructors-expected.txt: Add new expected constructors
69591         * platform/qt/fast/js/global-constructors-expected.txt: Add new expected constructors
69592
69593 2012-11-22  Yury Semikhatsky  <yurys@chromium.org>
69594
69595         Unreviewed. Test expectations update after Skia changes.
69596
69597         * 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.
69598         * platform/chromium-linux-x86/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
69599         * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
69600         * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
69601         * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
69602         * platform/chromium-linux-x86/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
69603         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
69604         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
69605         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
69606         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
69607         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
69608         * platform/chromium-linux/fast/css/color-correction-expected.png: Added.
69609         * platform/chromium-linux/fast/css/color-correction-on-background-image-expected.png: Added.
69610         * platform/chromium-linux/fast/css/color-correction-on-backgrounds-expected.png: Added.
69611         * platform/chromium-linux/fast/css/color-correction-on-box-shadow-expected.png: Added.
69612         * platform/chromium-linux/fast/css/color-correction-on-text-expected.png: Added.
69613         * platform/chromium-linux/fast/css/color-correction-on-text-shadow-expected.png: Added.
69614         * platform/chromium-linux/fast/css/color-correction-untagged-images-expected.png: Added.
69615         * platform/chromium-linux/fast/css/font-smoothing-expected.png: Added.
69616         * 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.
69617         * platform/chromium-linux/fast/images/imagemap-circle-focus-ring-expected.png: Added.
69618         * platform/chromium-linux/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
69619         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
69620         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
69621         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
69622         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
69623         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
69624         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
69625         * platform/chromium-linux/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
69626         * platform/chromium-linux/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
69627         * platform/chromium-linux/fast/text/atsui-pointtooffset-calls-cg-expected.png: Added.
69628         * platform/chromium-linux/fast/text/atsui-rtl-override-selection-expected.png: Added.
69629         * platform/chromium-linux/fast/text/line-initial-and-final-swashes-expected.png: Added.
69630         * 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.
69631         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
69632         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
69633         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
69634         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
69635         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
69636         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
69637         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
69638         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
69639         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
69640         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
69641         * 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.
69642         * platform/chromium-mac-lion/fast/repaint/line-flow-with-floats-in-regions-expected.png:
69643         * platform/chromium-mac-lion/svg/batik/filters/filterRegions-expected.png:
69644         * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png:
69645         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
69646         * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
69647         * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
69648         * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png:
69649         * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
69650         * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png:
69651         * platform/chromium-mac-lion/svg/batik/text/textLayout2-expected.png:
69652         * platform/chromium-mac-lion/svg/batik/text/textProperties2-expected.png:
69653         * platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-in-regions-expected.png:
69654         * platform/chromium-mac-snowleopard/svg/batik/filters/filterRegions-expected.png:
69655         * platform/chromium-mac-snowleopard/svg/batik/paints/gradientLimit-expected.png:
69656         * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
69657         * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
69658         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
69659         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect2-expected.png:
69660         * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
69661         * platform/chromium-mac-snowleopard/svg/batik/text/textLayout-expected.png:
69662         * platform/chromium-mac-snowleopard/svg/batik/text/textLayout2-expected.png:
69663         * platform/chromium-mac-snowleopard/svg/batik/text/textProperties2-expected.png:
69664         * platform/chromium-mac/fast/repaint/line-flow-with-floats-in-regions-expected.png:
69665         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
69666         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
69667         * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
69668         * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
69669         * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
69670         * platform/chromium-mac/svg/batik/text/textEffect2-expected.png:
69671         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
69672         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
69673         * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
69674         * platform/chromium-mac/svg/batik/text/textProperties2-expected.png:
69675         * platform/chromium-win-xp/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
69676         * platform/chromium-win-xp/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
69677         * platform/chromium-win-xp/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
69678         * platform/chromium-win-xp/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
69679         * platform/chromium-win-xp/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
69680         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
69681         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
69682         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
69683         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
69684         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
69685         * platform/chromium-win/fast/images/imagemap-circle-focus-ring-expected.png: Added.
69686         * platform/chromium-win/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
69687         * platform/chromium-win/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
69688         * platform/chromium-win/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
69689         * platform/chromium-win/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
69690         * platform/chromium-win/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
69691         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Added.
69692         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
69693         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
69694         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
69695         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
69696         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
69697         * platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
69698         * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png:
69699         * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
69700         * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
69701         * platform/chromium-win/svg/batik/text/textEffect-expected.png:
69702         * platform/chromium-win/svg/batik/text/textEffect2-expected.png:
69703         * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
69704         * platform/chromium-win/svg/batik/text/textLayout-expected.png:
69705         * platform/chromium-win/svg/batik/text/textLayout2-expected.png:
69706         * platform/chromium-win/svg/batik/text/textProperties2-expected.png:
69707         * platform/chromium/TestExpectations:
69708         * platform/chromium/fast/history/visited-link-background-color-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/history/visited-link-background-color-expected.png.
69709         * platform/chromium/fast/repaint/line-flow-with-floats-in-regions-expected.png: Removed.
69710         * 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.
69711         * platform/efl-wk1/fast/css/font-smoothing-expected.png: Renamed from LayoutTests/platform/efl/fast/css/font-smoothing-expected.png.
69712         * platform/efl-wk1/fast/history/visited-link-background-color-expected.png: Renamed from LayoutTests/platform/efl/fast/history/visited-link-background-color-expected.png.
69713         * platform/efl-wk1/fast/images/imagemap-circle-focus-ring-expected.png: Renamed from LayoutTests/platform/efl/fast/images/imagemap-circle-focus-ring-expected.png.
69714         * 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.
69715         * 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.
69716         * 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.
69717         * platform/efl-wk1/fast/images/imagemap-polygon-focus-ring-expected.png: Renamed from LayoutTests/platform/efl/fast/images/imagemap-polygon-focus-ring-expected.png.
69718         * platform/efl-wk1/fast/text/atsui-pointtooffset-calls-cg-expected.png: Renamed from LayoutTests/platform/efl/fast/text/atsui-pointtooffset-calls-cg-expected.png.
69719         * platform/efl-wk1/fast/text/atsui-rtl-override-selection-expected.png: Renamed from LayoutTests/platform/efl/fast/text/atsui-rtl-override-selection-expected.png.
69720         * 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.
69721         * 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.
69722         * 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.
69723         * platform/efl-wk1/svg/batik/filters/filterRegions-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/filters/filterRegions-expected.png.
69724         * platform/efl-wk1/svg/batik/text/smallFonts-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/smallFonts-expected.png.
69725         * platform/efl-wk1/svg/batik/text/textDecoration-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textDecoration-expected.png.
69726         * platform/efl-wk1/svg/batik/text/textEffect-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textEffect-expected.png.
69727         * platform/efl-wk1/svg/batik/text/textEffect2-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textEffect2-expected.png.
69728         * platform/efl-wk1/svg/batik/text/textFeatures-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textFeatures-expected.png.
69729         * platform/efl-wk1/svg/batik/text/textLayout-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textLayout-expected.png.
69730         * platform/efl-wk1/svg/batik/text/textLayout2-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textLayout2-expected.png.
69731         * platform/efl-wk1/svg/batik/text/textProperties2-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textProperties2-expected.png.
69732         * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.png: Removed.
69733
69734 2012-11-22  Dirk Schulze  <krit@webkit.org>
69735
69736         -webkit-mask shorthand switches -webkit-mask-clip and -webkit-mask-origin values
69737         https://bugs.webkit.org/show_bug.cgi?id=103083
69738
69739         Reviewed by Antti Koivisto.
69740
69741         Add parser tests for -webkit-mask property.
69742
69743         * fast/masking/parsing-mask-expected.txt: Added.
69744         * fast/masking/parsing-mask.html: Added.
69745
69746 2012-11-22  John Mellor  <johnme@chromium.org>
69747
69748         Text Autosizing: Improve handling of nested comments on reddit.com
69749         https://bugs.webkit.org/show_bug.cgi?id=102409
69750
69751         Reviewed by Kenneth Rohde Christiansen.
69752
69753         Added test to confirm that overflow:hidden no longer triggers a cluster.
69754
69755         * fast/text-autosizing/cluster-narrow-in-wide-ohidden-expected.html: Added.
69756         * fast/text-autosizing/cluster-narrow-in-wide-ohidden.html: Added.
69757
69758 2012-11-22  Stephen Chenney  <schenney@chromium.org>
69759
69760         Test expectations update after enabling Skia changes.
69761
69762         Unreviewed expectations update.
69763
69764         Final rebaselines. These tests did not get correctly rebased the first time through.
69765
69766         * fast/replaced/border-radius-clip-expected.png: Added.
69767         * fast/text/line-initial-and-final-swashes-expected.txt: Added.
69768         * platform/chromium-linux-x86/fast/replaced/border-radius-clip-expected.txt: Added.
69769         * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png:
69770         * platform/chromium-linux/fast/replaced/border-radius-clip-expected.txt: Added.
69771         * platform/chromium-linux/transforms/3d/hit-testing/backface-hit-test-expected.png:
69772         * platform/chromium-linux/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png:
69773         * platform/chromium-mac-lion/fast/block/basic/fieldset-stretch-to-legend-expected.png: Added.
69774         * platform/chromium-mac-lion/fast/css/color-correction-expected.txt: Added.
69775         * platform/chromium-mac-lion/fast/css/color-correction-on-background-image-expected.txt: Added.
69776         * platform/chromium-mac-lion/fast/css/color-correction-on-backgrounds-expected.txt: Added.
69777         * platform/chromium-mac-lion/fast/css/color-correction-on-box-shadow-expected.png: Added.
69778         * platform/chromium-mac-lion/fast/css/color-correction-on-box-shadow-expected.txt: Added.
69779         * platform/chromium-mac-lion/fast/css/color-correction-on-text-expected.txt: Added.
69780         * platform/chromium-mac-lion/fast/css/color-correction-on-text-shadow-expected.png: Added.
69781         * platform/chromium-mac-lion/fast/css/color-correction-on-text-shadow-expected.txt: Added.
69782         * platform/chromium-mac-lion/fast/css/color-correction-untagged-images-expected.txt: Added.
69783         * platform/chromium-mac-lion/fast/css/font-smoothing-expected.txt: Added.
69784         * platform/chromium-mac-lion/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
69785         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
69786         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
69787         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
69788         * platform/chromium-mac-lion/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
69789         * platform/chromium-mac-lion/fast/images/object-image-expected.png: Added.
69790         * platform/chromium-mac-lion/fast/repaint/body-background-image-expected.png: Added.
69791         * platform/chromium-mac-lion/fast/repaint/body-background-image-expected.txt: Added.
69792         * platform/chromium-mac-lion/fast/repaint/overflow-outline-repaint-expected.txt: Added.
69793         * platform/chromium-mac-lion/fast/text/atsui-pointtooffset-calls-cg-expected.txt: Added.
69794         * platform/chromium-mac-lion/fast/text/atsui-rtl-override-selection-expected.txt: Added.
69795         * platform/chromium-mac-lion/fast/text/font-initial-expected.png: Added.
69796         * platform/chromium-mac-lion/fast/text/font-initial-expected.txt: Added.
69797         * platform/chromium-mac-lion/fast/text/line-initial-and-final-swashes-expected.png: Added.
69798         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/object-image-expected.png: Added.
69799         * platform/chromium-mac-snowleopard/fast/block/basic/fieldset-stretch-to-legend-expected.png: Added.
69800         * platform/chromium-mac-snowleopard/fast/css/color-correction-expected.txt: Added.
69801         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-background-image-expected.txt: Added.
69802         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-backgrounds-expected.txt: Added.
69803         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-box-shadow-expected.png: Added.
69804         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-box-shadow-expected.txt: Added.
69805         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-expected.txt: Added.
69806         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-shadow-expected.png: Added.
69807         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-shadow-expected.txt: Added.
69808         * platform/chromium-mac-snowleopard/fast/css/color-correction-untagged-images-expected.txt: Added.
69809         * platform/chromium-mac-snowleopard/fast/css/font-smoothing-expected.txt: Added.
69810         * platform/chromium-mac-snowleopard/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
69811         * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
69812         * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
69813         * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
69814         * platform/chromium-mac-snowleopard/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
69815         * platform/chromium-mac-snowleopard/fast/repaint/body-background-image-expected.png: Added.
69816         * platform/chromium-mac-snowleopard/fast/repaint/body-background-image-expected.txt: Added.
69817         * platform/chromium-mac-snowleopard/fast/repaint/overflow-outline-repaint-expected.txt: Added.
69818         * platform/chromium-mac-snowleopard/fast/text/atsui-pointtooffset-calls-cg-expected.txt: Added.
69819         * platform/chromium-mac-snowleopard/fast/text/atsui-rtl-override-selection-expected.txt: Added.
69820         * platform/chromium-mac-snowleopard/fast/text/font-initial-expected.png: Added.
69821         * platform/chromium-mac-snowleopard/fast/text/font-initial-expected.txt: Added.
69822         * platform/chromium-mac-snowleopard/fast/text/line-initial-and-final-swashes-expected.png: Added.
69823         * platform/chromium-mac/fast/block/basic/fieldset-stretch-to-legend-expected.png:
69824         * platform/chromium-mac/fast/css/color-correction-expected.txt: Added.
69825         * platform/chromium-mac/fast/css/color-correction-on-background-image-expected.txt: Added.
69826         * platform/chromium-mac/fast/css/color-correction-on-backgrounds-expected.txt: Added.
69827         * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.png: Added.
69828         * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.txt: Added.
69829         * platform/chromium-mac/fast/css/color-correction-on-text-expected.txt: Added.
69830         * platform/chromium-mac/fast/css/color-correction-on-text-shadow-expected.png: Added.
69831         * platform/chromium-mac/fast/css/color-correction-on-text-shadow-expected.txt: Added.
69832         * platform/chromium-mac/fast/css/color-correction-untagged-images-expected.txt: Added.
69833         * platform/chromium-mac/fast/css/font-smoothing-expected.txt: Added.
69834         * platform/chromium-mac/fast/history/visited-link-background-color-expected.png: Added.
69835         * platform/chromium-mac/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
69836         * platform/chromium-mac/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
69837         * platform/chromium-mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
69838         * platform/chromium-mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
69839         * platform/chromium-mac/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
69840         * platform/chromium-mac/fast/images/object-image-expected.png: Added.
69841         * platform/chromium-mac/fast/repaint/body-background-image-expected.png: Added.
69842         * platform/chromium-mac/fast/repaint/body-background-image-expected.txt: Added.
69843         * platform/chromium-mac/fast/repaint/overflow-outline-repaint-expected.txt: Added.
69844         * platform/chromium-mac/fast/text/atsui-pointtooffset-calls-cg-expected.txt: Added.
69845         * platform/chromium-mac/fast/text/atsui-rtl-override-selection-expected.txt: Added.
69846         * platform/chromium-mac/fast/text/font-initial-expected.png: Added.
69847         * platform/chromium-mac/fast/text/font-initial-expected.txt: Added.
69848         * platform/chromium-mac/fast/text/line-initial-and-final-swashes-expected.png: Added.
69849         * platform/chromium-mac/fast/text/midword-break-before-surrogate-pair-2-expected.png: Added.
69850         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
69851         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
69852         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
69853         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
69854         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
69855         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/object-image-expected.png: Added.
69856         * platform/chromium-win-xp/fast/replaced/border-radius-clip-expected.txt: Added.
69857         * platform/chromium-win/fast/block/basic/fieldset-stretch-to-legend-expected.png:
69858         * platform/chromium-win/fast/css/color-correction-expected.png: Added.
69859         * platform/chromium-win/fast/css/color-correction-on-background-image-expected.png: Added.
69860         * platform/chromium-win/fast/css/color-correction-on-backgrounds-expected.png: Added.
69861         * platform/chromium-win/fast/css/color-correction-on-box-shadow-expected.png: Added.
69862         * platform/chromium-win/fast/css/color-correction-on-text-expected.png: Added.
69863         * platform/chromium-win/fast/css/color-correction-on-text-shadow-expected.png: Added.
69864         * platform/chromium-win/fast/css/color-correction-untagged-images-expected.png: Added.
69865         * platform/chromium-win/fast/css/font-smoothing-expected.png:
69866         * platform/chromium-win/fast/history/visited-link-background-color-expected.png: Added.
69867         * platform/chromium-win/fast/images/object-image-expected.png: Added.
69868         * platform/chromium-win/fast/repaint/body-background-image-expected.png: Added.
69869         * platform/chromium-win/fast/replaced/border-radius-clip-expected.png:
69870         * platform/chromium-win/fast/replaced/border-radius-clip-expected.txt:
69871         * platform/chromium-win/fast/text/atsui-pointtooffset-calls-cg-expected.png:
69872         * platform/chromium-win/fast/text/atsui-rtl-override-selection-expected.png:
69873         * platform/chromium-win/fast/text/font-initial-expected.png: Added.
69874         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.txt: Added.
69875         * platform/chromium-win/fast/text/midword-break-before-surrogate-pair-2-expected.png: Added.
69876         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/object-image-expected.png: Added.
69877         * platform/chromium/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Removed.
69878         * platform/chromium/fast/css/color-correction-expected.png: Removed.
69879         * platform/chromium/fast/css/color-correction-on-background-image-expected.png: Removed.
69880         * platform/chromium/fast/css/color-correction-on-backgrounds-expected.png: Removed.
69881         * platform/chromium/fast/css/color-correction-on-box-shadow-expected.png: Removed.
69882         * platform/chromium/fast/css/color-correction-on-text-expected.png: Removed.
69883         * platform/chromium/fast/css/color-correction-on-text-shadow-expected.png: Removed.
69884         * platform/chromium/fast/css/color-correction-untagged-images-expected.png: Removed.
69885         * platform/chromium/fast/history/visited-link-background-color-expected.png: Removed.
69886         * platform/chromium/fast/images/imagemap-circle-focus-ring-expected.png: Removed.
69887         * platform/chromium/fast/images/imagemap-focus-ring-outline-color-expected.png: Removed.
69888         * platform/chromium/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Removed.
69889         * platform/chromium/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Removed.
69890         * platform/chromium/fast/images/imagemap-polygon-focus-ring-expected.png: Removed.
69891         * platform/chromium/fast/images/object-image-expected.png: Removed.
69892         * platform/chromium/fast/repaint/body-background-image-expected.png: Removed.
69893         * platform/chromium/fast/replaced/border-radius-clip-expected.png: Removed.
69894         * platform/chromium/fast/text/font-initial-expected.png: Removed.
69895         * platform/chromium/fast/text/line-initial-and-final-swashes-expected.png: Removed.
69896         * platform/chromium/fast/text/line-initial-and-final-swashes-expected.txt: Removed.
69897         * platform/chromium/fast/text/midword-break-before-surrogate-pair-2-expected.png: Removed.
69898         * platform/mac/fast/replaced/border-radius-clip-expected.png: Removed.
69899         * platform/mac/fast/text/line-initial-and-final-swashes-expected.txt: Removed.
69900
69901 2012-11-22  Pravin D  <pravind.2k4@gmail.com>
69902
69903         max-height property not respected in case of tables
69904         https://bugs.webkit.org/show_bug.cgi?id=98633
69905
69906         Reviewed by Julien Chaffraix.
69907
69908         * fast/table/css-table-max-height-expected.txt: Added.
69909         * fast/table/css-table-max-height.html: Added.
69910
69911 2012-11-22  Robert Kroeger  <rjkroege@chromium.org>
69912
69913         Unreviewed gardening: Updated test expectations for MountainLion crash in
69914         media/video-preload.html.
69915         https://bugs.webkit.org/show_bug.cgi?id=103093
69916
69917         * platform/chromium/TestExpectations:
69918
69919 2012-11-22  Robert Kroeger  <rjkroege@chromium.org>
69920
69921         [Chromium] Unreviwed gardening. Updated test expectations for failure
69922         in complex-joining-using-gpos.html
69923         https://bugs.webkit.org/show_bug.cgi?id=101377
69924
69925         * platform/chromium/TestExpectations:
69926
69927 2012-11-22  Stephen White  <senorblanco@chromium.org>
69928
69929         [Chromium] Unreviewed gardening.  Remove a now-passing test from TestExpectations.
69930
69931         * platform/chromium/TestExpectations:
69932
69933 2012-11-22  Stephen Chenney  <schenney@chromium.org>
69934
69935         Test expectations update after enabling Skia changes.
69936
69937         Unreviewed expectations update.
69938
69939         All the SVG tests. We should now be done.
69940
69941         * To many files to list.
69942
69943 2012-11-22  Stephen White  <senorblanco@chromium.org>
69944
69945         [Chromium] Unreviewed gardening.  New baselines for test effect-reference-ordering-hw.
69946
69947         * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png: Added.
69948         * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png: Added.
69949         * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
69950         * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.png: Added.
69951         * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
69952
69953 2012-11-22  Stephen Chenney  <schenney@chromium.org>
69954
69955         Test expectations update after enabling Skia changes.
69956
69957         Unreviewed expectations update.
69958
69959         Partial update, covering all but eh SVG tests.
69960
69961         * To many files to list.
69962
69963 2012-11-22  Stephen Chenney  <schenney@chromium.org>
69964
69965         [Chromium] Test expectations update after enabling Skia changes.
69966
69967         Unreviewed Chromium expectations update.
69968
69969         Partial update, covering all fast tests. Many more to come.
69970
69971         * To many files to list. Most of the pixel results in fast for Chromium.
69972
69973 2012-11-22  Pierre Rossi  <pierre.rossi@gmail.com>
69974
69975         [Qt] REGRESSION(r135515): It made 3-3 tests fail and crash
69976         https://bugs.webkit.org/show_bug.cgi?id=103073
69977
69978         Rubber-stamped by Simon Hausmann.
69979
69980         Unskip the tests that had regressed.
69981
69982         * platform/qt/TestExpectations:
69983
69984 2012-11-22  Stephen Chenney  <schenney@chromium.org>
69985
69986         [Chromium] Test expectations update after enabling Skia changes.
69987
69988         Unreviewed Chromium expectations update.
69989
69990         Partial update, covering all editing tests. Many more to come.
69991
69992         * platform/chromium-mac-lion/editing/deleting/4922367-expected.png:
69993         * platform/chromium-mac-lion/editing/deleting/5099303-expected.png:
69994         * platform/chromium-mac-lion/editing/deleting/5126166-expected.png:
69995         * platform/chromium-mac-lion/editing/deleting/5144139-2-expected.png:
69996         * platform/chromium-mac-lion/editing/deleting/5206311-1-expected.png:
69997         * platform/chromium-mac-lion/editing/deleting/5272440-expected.png:
69998         * platform/chromium-mac-lion/editing/deleting/5369009-expected.png:
69999         * platform/chromium-mac-lion/editing/deleting/5433862-2-expected.png:
70000         * platform/chromium-mac-lion/editing/deleting/5483370-expected.png:
70001         * platform/chromium-mac-lion/editing/deleting/delete-3608445-fix-expected.png:
70002         * platform/chromium-mac-lion/editing/deleting/delete-3608462-fix-expected.png:
70003         * platform/chromium-mac-lion/editing/deleting/delete-4083333-fix-expected.png:
70004         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-001-expected.png:
70005         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-002-expected.png:
70006         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-003-expected.png:
70007         * platform/chromium-mac-lion/editing/deleting/delete-and-undo-expected.png:
70008         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
70009         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
70010         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
70011         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
70012         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
70013         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
70014         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
70015         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
70016         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
70017         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
70018         * platform/chromium-mac-lion/editing/deleting/delete-block-contents-003-expected.png:
70019         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-001-expected.png:
70020         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-002-expected.png:
70021         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-003-expected.png:
70022         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-004-expected.png:
70023         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-005-expected.png:
70024         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-006-expected.png:
70025         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-007-expected.png:
70026         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-008-expected.png:
70027         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-009-expected.png:
70028         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-010-expected.png:
70029         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-011-expected.png:
70030         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-012-expected.png:
70031         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-013-expected.png:
70032         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-014-expected.png:
70033         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-015-expected.png:
70034         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-016-expected.png:
70035         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-017-expected.png:
70036         * platform/chromium-mac-lion/editing/deleting/delete-br-001-expected.png:
70037         * platform/chromium-mac-lion/editing/deleting/delete-br-002-expected.png:
70038         * platform/chromium-mac-lion/editing/deleting/delete-br-003-expected.png:
70039         * platform/chromium-mac-lion/editing/deleting/delete-br-004-expected.png:
70040         * platform/chromium-mac-lion/editing/deleting/delete-br-005-expected.png:
70041         * platform/chromium-mac-lion/editing/deleting/delete-br-006-expected.png:
70042         * platform/chromium-mac-lion/editing/deleting/delete-br-007-expected.png:
70043         * platform/chromium-mac-lion/editing/deleting/delete-br-013-expected.png:
70044         * platform/chromium-mac-lion/editing/deleting/delete-character-001-expected.png:
70045         * platform/chromium-mac-lion/editing/deleting/delete-contiguous-ws-001-expected.png:
70046         * platform/chromium-mac-lion/editing/deleting/delete-first-list-item-expected.png:
70047         * platform/chromium-mac-lion/editing/deleting/delete-hr-expected.png:
70048         * platform/chromium-mac-lion/editing/deleting/delete-image-001-expected.png:
70049         * platform/chromium-mac-lion/editing/deleting/delete-image-002-expected.png:
70050         * platform/chromium-mac-lion/editing/deleting/delete-image-003-expected.png:
70051         * platform/chromium-mac-lion/editing/deleting/delete-leading-ws-001-expected.png:
70052         * platform/chromium-mac-lion/editing/deleting/delete-line-015-expected.png:
70053         * platform/chromium-mac-lion/editing/deleting/delete-line-016-expected.png:
70054         * platform/chromium-mac-lion/editing/deleting/delete-line-017-expected.png:
70055         * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-001-expected.png:
70056         * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-002-expected.png:
70057         * platform/chromium-mac-lion/editing/deleting/delete-listitem-001-expected.png:
70058         * platform/chromium-mac-lion/editing/deleting/delete-listitem-002-expected.png:
70059         * platform/chromium-mac-lion/editing/deleting/delete-selection-001-expected.png:
70060         * platform/chromium-mac-lion/editing/deleting/delete-tab-001-expected.png:
70061         * platform/chromium-mac-lion/editing/deleting/delete-tab-002-expected.png:
70062         * platform/chromium-mac-lion/editing/deleting/delete-tab-003-expected.png:
70063         * platform/chromium-mac-lion/editing/deleting/delete-tab-004-expected.png:
70064         * platform/chromium-mac-lion/editing/deleting/delete-to-select-table-expected.png:
70065         * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-001-expected.png:
70066         * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-002-expected.png:
70067         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-001-expected.png:
70068         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-002-expected.png:
70069         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-003-expected.png:
70070         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-004-expected.png:
70071         * platform/chromium-mac-lion/editing/deleting/list-item-1-expected.png:
70072         * platform/chromium-mac-lion/editing/deleting/merge-different-styles-expected.png:
70073         * platform/chromium-mac-lion/editing/deleting/merge-endOfParagraph-expected.png:
70074         * platform/chromium-mac-lion/editing/deleting/merge-no-br-expected.png:
70075         * platform/chromium-mac-lion/editing/deleting/merge-unrendered-space-expected.png:
70076         * platform/chromium-mac-lion/editing/deleting/merge-whitespace-pre-expected.png:
70077         * platform/chromium-mac-lion/editing/deleting/non-smart-delete-expected.png:
70078         * platform/chromium-mac-lion/editing/deleting/pruning-after-merge-2-expected.png:
70079         * platform/chromium-mac-lion/editing/deleting/smart-delete-001-expected.png:
70080         * platform/chromium-mac-lion/editing/deleting/smart-delete-002-expected.png:
70081         * platform/chromium-mac-lion/editing/deleting/smart-delete-003-expected.png:
70082         * platform/chromium-mac-lion/editing/deleting/smart-delete-004-expected.png:
70083         * platform/chromium-mac-lion/editing/deleting/table-cells-expected.png:
70084         * platform/chromium-mac-lion/editing/deleting/type-delete-after-quote-expected.png:
70085         * platform/chromium-mac-lion/editing/execCommand/4580583-1-expected.png:
70086         * platform/chromium-mac-lion/editing/execCommand/4580583-2-expected.png:
70087         * platform/chromium-mac-lion/editing/execCommand/4641880-1-expected.png:
70088         * platform/chromium-mac-lion/editing/execCommand/4641880-2-expected.png:
70089         * platform/chromium-mac-lion/editing/execCommand/4747450-expected.png:
70090         * platform/chromium-mac-lion/editing/execCommand/4916402-expected.png:
70091         * platform/chromium-mac-lion/editing/execCommand/4916541-expected.png:
70092         * platform/chromium-mac-lion/editing/execCommand/4924441-expected.png:
70093         * platform/chromium-mac-lion/editing/execCommand/5080333-1-expected.png:
70094         * platform/chromium-mac-lion/editing/execCommand/5080333-2-expected.png:
70095         * platform/chromium-mac-lion/editing/execCommand/5136770-expected.png:
70096         * platform/chromium-mac-lion/editing/execCommand/5138441-expected.png:
70097         * platform/chromium-mac-lion/editing/execCommand/5142012-1-expected.png:
70098         * platform/chromium-mac-lion/editing/execCommand/5142012-2-expected.png:
70099         * platform/chromium-mac-lion/editing/execCommand/5481523-expected.png:
70100         * platform/chromium-mac-lion/editing/execCommand/5569741-expected.png:
70101         * platform/chromium-mac-lion/editing/execCommand/create-list-with-hr-expected.png:
70102         * platform/chromium-mac-lion/editing/execCommand/format-block-with-trailing-br-expected.png:
70103         * platform/chromium-mac-lion/editing/execCommand/indent-empty-root-expected.png:
70104         * platform/chromium-mac-lion/editing/execCommand/indent-list-item-expected.png:
70105         * platform/chromium-mac-lion/editing/execCommand/indent-selection-expected.png:
70106         * platform/chromium-mac-lion/editing/execCommand/insert-list-and-stitch-expected.png:
70107         * platform/chromium-mac-lion/editing/execCommand/insertHorizontalRule-expected.png:
70108         * platform/chromium-mac-lion/editing/execCommand/insertImage-expected.png:
70109         * platform/chromium-mac-lion/editing/execCommand/nsresponder-indent-expected.png:
70110         * platform/chromium-mac-lion/editing/execCommand/nsresponder-outdent-expected.png:
70111         * platform/chromium-mac-lion/editing/execCommand/print-expected.png:
70112         * platform/chromium-mac-lion/editing/execCommand/remove-list-from-range-selection-expected.png:
70113         * platform/chromium-mac-lion/editing/execCommand/remove-list-item-1-expected.png:
70114         * platform/chromium-mac-lion/editing/execCommand/selectAll-expected.png:
70115         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
70116         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
70117         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
70118         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
70119         * platform/chromium-mac-lion/editing/inserting/12882-expected.png:
70120         * platform/chromium-mac-lion/editing/inserting/4278698-expected.png:
70121         * platform/chromium-mac-lion/editing/inserting/4840662-expected.png:
70122         * platform/chromium-mac-lion/editing/inserting/4875189-1-expected.png:
70123         * platform/chromium-mac-lion/editing/inserting/4875189-2-expected.png:
70124         * platform/chromium-mac-lion/editing/inserting/4959067-expected.png:
70125         * platform/chromium-mac-lion/editing/inserting/4960120-1-expected.png:
70126         * platform/chromium-mac-lion/editing/inserting/4960120-2-expected.png:
70127         * platform/chromium-mac-lion/editing/inserting/5002441-expected.png:
70128         * platform/chromium-mac-lion/editing/inserting/5058163-1-expected.png:
70129         * platform/chromium-mac-lion/editing/inserting/5058163-2-expected.png:
70130         * platform/chromium-mac-lion/editing/inserting/5156401-2-expected.png:
70131         * platform/chromium-mac-lion/editing/inserting/5418891-expected.png:
70132         * platform/chromium-mac-lion/editing/inserting/5510537-expected.png:
70133         * platform/chromium-mac-lion/editing/inserting/5549929-2-expected.png:
70134         * platform/chromium-mac-lion/editing/inserting/5549929-3-expected.png:
70135         * platform/chromium-mac-lion/editing/inserting/6703873-expected.png:
70136         * platform/chromium-mac-lion/editing/inserting/before-after-input-element-expected.png:
70137         * platform/chromium-mac-lion/editing/inserting/break-blockquote-after-delete-expected.png:
70138         * platform/chromium-mac-lion/editing/inserting/editable-inline-element-expected.png:
70139         * platform/chromium-mac-lion/editing/inserting/edited-whitespace-1-expected.png:
70140         * platform/chromium-mac-lion/editing/inserting/editing-empty-divs-expected.png:
70141         * platform/chromium-mac-lion/editing/inserting/insert-3775316-fix-expected.png:
70142         * platform/chromium-mac-lion/editing/inserting/insert-3778059-fix-expected.png:
70143         * platform/chromium-mac-lion/editing/inserting/insert-3800346-fix-expected.png:
70144         * platform/chromium-mac-lion/editing/inserting/insert-after-delete-001-expected.png:
70145         * platform/chromium-mac-lion/editing/inserting/insert-at-end-01-expected.png:
70146         * platform/chromium-mac-lion/editing/inserting/insert-at-end-02-expected.png:
70147         * platform/chromium-mac-lion/editing/inserting/insert-br-001-expected.png:
70148         * platform/chromium-mac-lion/editing/inserting/insert-br-002-expected.png:
70149         * platform/chromium-mac-lion/editing/inserting/insert-br-003-expected.png:
70150         * platform/chromium-mac-lion/editing/inserting/insert-br-004-expected.png:
70151         * platform/chromium-mac-lion/editing/inserting/insert-br-005-expected.png:
70152         * platform/chromium-mac-lion/editing/inserting/insert-br-006-expected.png:
70153         * platform/chromium-mac-lion/editing/inserting/insert-br-007-expected.png:
70154         * platform/chromium-mac-lion/editing/inserting/insert-br-008-expected.png:
70155         * platform/chromium-mac-lion/editing/inserting/insert-br-009-expected.png:
70156         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-001-expected.png:
70157         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-002-expected.png:
70158         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-003-expected.png:
70159         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-001-expected.png:
70160         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-002-expected.png:
70161         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-003-expected.png:
70162         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-004-expected.png:
70163         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-005-expected.png:
70164         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-006-expected.png:
70165         * platform/chromium-mac-lion/editing/inserting/insert-div-025-expected.png:
70166         * platform/chromium-mac-lion/editing/inserting/insert-div-026-expected.png:
70167         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-01-expected.png:
70168         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-02-expected.png:
70169         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-03-expected.png:
70170         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-04-expected.png:
70171         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-05-expected.png:
70172         * platform/chromium-mac-lion/editing/inserting/insert-space-in-empty-doc-expected.png:
70173         * platform/chromium-mac-lion/editing/inserting/insert-tab-001-expected.png:
70174         * platform/chromium-mac-lion/editing/inserting/insert-tab-002-expected.png:
70175         * platform/chromium-mac-lion/editing/inserting/insert-tab-003-expected.png:
70176         * platform/chromium-mac-lion/editing/inserting/insert-tab-004-expected.png:
70177         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-001-expected.png:
70178         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-002-expected.png:
70179         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-003-expected.png:
70180         * platform/chromium-mac-lion/editing/inserting/insert-text-with-newlines-expected.png:
70181         * platform/chromium-mac-lion/editing/inserting/line-break-expected.png:
70182         * platform/chromium-mac-lion/editing/inserting/multiple-lines-selected-expected.png:
70183         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-01-expected.png:
70184         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-02-expected.png:
70185         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-03-expected.png:
70186         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-1-expected.png:
70187         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-2-expected.png:
70188         * platform/chromium-mac-lion/editing/inserting/redo-expected.png:
70189         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-001-expected.png:
70190         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-002-expected.png:
70191         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-003-expected.png:
70192         * platform/chromium-mac-lion/editing/inserting/typing-001-expected.png:
70193         * platform/chromium-mac-lion/editing/inserting/typing-002-expected.png:
70194         * platform/chromium-mac-lion/editing/inserting/typing-003-expected.png:
70195         * platform/chromium-mac-lion/editing/inserting/typing-around-br-001-expected.png:
70196         * platform/chromium-mac-lion/editing/inserting/typing-around-image-001-expected.png:
70197         * platform/chromium-mac-lion/editing/inserting/typing-at-end-of-line-expected.png:
70198         * platform/chromium-mac-lion/editing/pasteboard/3976872-expected.png:
70199         * platform/chromium-mac-lion/editing/pasteboard/4076267-2-expected.png:
70200         * platform/chromium-mac-lion/editing/pasteboard/4076267-3-expected.png:
70201         * platform/chromium-mac-lion/editing/pasteboard/4076267-expected.png:
70202         * platform/chromium-mac-lion/editing/pasteboard/4242293-expected.png:
70203         * platform/chromium-mac-lion/editing/pasteboard/4631972-expected.png:
70204         * platform/chromium-mac-lion/editing/pasteboard/4641033-expected.png:
70205         * platform/chromium-mac-lion/editing/pasteboard/4806874-expected.png:
70206         * platform/chromium-mac-lion/editing/pasteboard/4944770-1-expected.png:
70207         * platform/chromium-mac-lion/editing/pasteboard/4944770-2-expected.png:
70208         * platform/chromium-mac-lion/editing/pasteboard/4947130-expected.png:
70209         * platform/chromium-mac-lion/editing/pasteboard/5006779-expected.png:
70210         * platform/chromium-mac-lion/editing/pasteboard/5032095-expected.png:
70211         * platform/chromium-mac-lion/editing/pasteboard/5071074-2-expected.png:
70212         * platform/chromium-mac-lion/editing/pasteboard/5071074-expected.png:
70213         * platform/chromium-mac-lion/editing/pasteboard/5075944-expected.png:
70214         * platform/chromium-mac-lion/editing/pasteboard/5134759-expected.png:
70215         * platform/chromium-mac-lion/editing/pasteboard/5156401-1-expected.png:
70216         * platform/chromium-mac-lion/editing/pasteboard/5247341-expected.png:
70217         * platform/chromium-mac-lion/editing/pasteboard/5387578-expected.png:
70218         * platform/chromium-mac-lion/editing/pasteboard/5478250-expected.png:
70219         * platform/chromium-mac-lion/editing/pasteboard/5601583-1-expected.png:
70220         * platform/chromium-mac-lion/editing/pasteboard/8145-1-expected.png:
70221         * platform/chromium-mac-lion/editing/pasteboard/8145-2-expected.png:
70222         * platform/chromium-mac-lion/editing/pasteboard/8145-3-expected.png:
70223         * platform/chromium-mac-lion/editing/pasteboard/bad-placeholder-expected.png:
70224         * platform/chromium-mac-lion/editing/pasteboard/copy-standalone-image-expected.png:
70225         * platform/chromium-mac-lion/editing/pasteboard/cut-text-001-expected.png:
70226         * platform/chromium-mac-lion/editing/pasteboard/displaced-generic-placeholder-expected.png:
70227         * platform/chromium-mac-lion/editing/pasteboard/displaced-placeholder-expected.png:
70228         * platform/chromium-mac-lion/editing/pasteboard/drag-drop-modifies-page-expected.png:
70229         * platform/chromium-mac-lion/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
70230         * platform/chromium-mac-lion/editing/pasteboard/drop-text-without-selection-expected.png:
70231         * platform/chromium-mac-lion/editing/pasteboard/innerText-inline-table-expected.png:
70232         * platform/chromium-mac-lion/editing/pasteboard/input-field-1-expected.png:
70233         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-1-expected.png:
70234         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-2-expected.png:
70235         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-expected.png:
70236         * platform/chromium-mac-lion/editing/pasteboard/merge-end-blockquote-expected.png:
70237         * platform/chromium-mac-lion/editing/pasteboard/merge-end-borders-expected.png:
70238         * platform/chromium-mac-lion/editing/pasteboard/merge-start-blockquote-expected.png:
70239         * platform/chromium-mac-lion/editing/pasteboard/merge-start-list-expected.png:
70240         * platform/chromium-mac-lion/editing/pasteboard/paste-4035648-fix-expected.png:
70241         * platform/chromium-mac-lion/editing/pasteboard/paste-4038267-fix-expected.png:
70242         * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
70243         * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
70244         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-001-expected.png:
70245         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-002-expected.png:
70246         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-003-expected.png:
70247         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-004-expected.png:
70248         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-005-expected.png:
70249         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-006-expected.png:
70250         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-007-expected.png:
70251         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-008-expected.png:
70252         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-009-expected.png:
70253         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-010-expected.png:
70254         * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-001-expected.png:
70255         * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-002-expected.png:
70256         * platform/chromium-mac-lion/editing/pasteboard/paste-text-019-expected.png:
70257         * platform/chromium-mac-lion/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
70258         * platform/chromium-mac-lion/editing/pasteboard/pasting-object-expected.png:
70259         * platform/chromium-mac-lion/editing/pasteboard/pasting-tabs-expected.png:
70260         * platform/chromium-mac-lion/editing/pasteboard/quirks-mode-br-1-expected.png:
70261         * platform/chromium-mac-lion/editing/pasteboard/smart-drag-drop-expected.png:
70262         * platform/chromium-mac-lion/editing/pasteboard/smart-paste-007-expected.png:
70263         * platform/chromium-mac-lion/editing/pasteboard/smart-paste-008-expected.png:
70264         * platform/chromium-mac-lion/editing/pasteboard/styled-element-markup-expected.png:
70265         * platform/chromium-mac-lion/editing/pasteboard/undoable-fragment-removes-expected.png:
70266         * platform/chromium-mac-lion/editing/pasteboard/unrendered-br-expected.png:
70267         * platform/chromium-mac-lion/editing/selection/13804-expected.png:
70268         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png:
70269         * platform/chromium-mac-lion/editing/selection/3690703-expected.png:
70270         * platform/chromium-mac-lion/editing/selection/3690719-expected.png:
70271         * platform/chromium-mac-lion/editing/selection/4397952-expected.png:
70272         * platform/chromium-mac-lion/editing/selection/4402375-expected.png:
70273         * platform/chromium-mac-lion/editing/selection/4818145-expected.png:
70274         * platform/chromium-mac-lion/editing/selection/4866671-expected.png:
70275         * platform/chromium-mac-lion/editing/selection/4889598-expected.png:
70276         * platform/chromium-mac-lion/editing/selection/4895428-2-expected.png:
70277         * platform/chromium-mac-lion/editing/selection/4895428-3-expected.png:
70278         * platform/chromium-mac-lion/editing/selection/4932260-1-expected.png:
70279         * platform/chromium-mac-lion/editing/selection/4932260-2-expected.png:
70280         * platform/chromium-mac-lion/editing/selection/4932260-3-expected.png:
70281         * platform/chromium-mac-lion/editing/selection/4947387-expected.png:
70282         * platform/chromium-mac-lion/editing/selection/5007143-2-expected.png:
70283         * platform/chromium-mac-lion/editing/selection/5007143-expected.png:
70284         * platform/chromium-mac-lion/editing/selection/5057506-2-expected.png:
70285         * platform/chromium-mac-lion/editing/selection/5057506-expected.png:
70286         * platform/chromium-mac-lion/editing/selection/5076323-1-expected.png:
70287         * platform/chromium-mac-lion/editing/selection/5076323-2-expected.png:
70288         * platform/chromium-mac-lion/editing/selection/5076323-3-expected.png:
70289         * platform/chromium-mac-lion/editing/selection/5099303-expected.png:
70290         * platform/chromium-mac-lion/editing/selection/5131716-1-expected.png:
70291         * platform/chromium-mac-lion/editing/selection/5131716-2-expected.png:
70292         * platform/chromium-mac-lion/editing/selection/5131716-3-expected.png:
70293         * platform/chromium-mac-lion/editing/selection/5131716-4-expected.png:
70294         * platform/chromium-mac-lion/editing/selection/5195166-2-expected.png:
70295         * platform/chromium-mac-lion/editing/selection/5234383-1-expected.png:
70296         * platform/chromium-mac-lion/editing/selection/5234383-2-expected.png:
70297         * platform/chromium-mac-lion/editing/selection/5240265-expected.png:
70298         * platform/chromium-mac-lion/editing/selection/6476-expected.png:
70299         * platform/chromium-mac-lion/editing/selection/after-line-wrap-expected.png:
70300         * platform/chromium-mac-lion/editing/selection/caret-before-select-expected.png:
70301         * platform/chromium-mac-lion/editing/selection/caret-ltr-2-expected.png:
70302         * platform/chromium-mac-lion/editing/selection/caret-ltr-2-left-expected.png:
70303         * platform/chromium-mac-lion/editing/selection/caret-ltr-expected.png:
70304         * platform/chromium-mac-lion/editing/selection/caret-ltr-right-expected.png:
70305         * platform/chromium-mac-lion/editing/selection/caret-rtl-2-expected.png:
70306         * platform/chromium-mac-lion/editing/selection/caret-rtl-2-left-expected.png:
70307         * platform/chromium-mac-lion/editing/selection/caret-rtl-expected.png:
70308         * platform/chromium-mac-lion/editing/selection/caret-rtl-right-expected.png:
70309         * platform/chromium-mac-lion/editing/selection/click-start-of-line-expected.png:
70310         * platform/chromium-mac-lion/editing/selection/contains-boundaries-expected.png:
70311         * platform/chromium-mac-lion/editing/selection/contenteditable-click-inside-expected.png:
70312         * platform/chromium-mac-lion/editing/selection/drag-select-1-expected.png:
70313         * platform/chromium-mac-lion/editing/selection/drag-to-contenteditable-iframe-expected.png:
70314         * platform/chromium-mac-lion/editing/selection/editable-non-editable-crash-expected.png:
70315         * platform/chromium-mac-lion/editing/selection/end-of-document-expected.png:
70316         * platform/chromium-mac-lion/editing/selection/expanding-selections-expected.png:
70317         * platform/chromium-mac-lion/editing/selection/expanding-selections2-expected.png:
70318         * platform/chromium-mac-lion/editing/selection/extend-by-character-001-expected.png:
70319         * platform/chromium-mac-lion/editing/selection/extend-by-character-002-expected.png:
70320         * platform/chromium-mac-lion/editing/selection/extend-by-character-003-expected.png:
70321         * platform/chromium-mac-lion/editing/selection/extend-by-character-004-expected.png:
70322         * platform/chromium-mac-lion/editing/selection/extend-by-character-005-expected.png:
70323         * platform/chromium-mac-lion/editing/selection/extend-by-character-006-expected.png:
70324         * platform/chromium-mac-lion/editing/selection/extend-by-sentence-001-expected.png:
70325         * platform/chromium-mac-lion/editing/selection/extend-by-word-001-expected.png:
70326         * platform/chromium-mac-lion/editing/selection/extend-by-word-002-expected.png:
70327         * platform/chromium-mac-lion/editing/selection/extend-inside-transforms-backward-expected.png:
70328         * platform/chromium-mac-lion/editing/selection/extend-inside-transforms-forward-expected.png:
70329         * platform/chromium-mac-lion/editing/selection/extend-selection-bidi-expected.png:
70330         * platform/chromium-mac-lion/editing/selection/fake-doubleclick-expected.png:
70331         * platform/chromium-mac-lion/editing/selection/iframe-expected.png:
70332         * platform/chromium-mac-lion/editing/selection/image-before-linebreak-expected.png:
70333         * platform/chromium-mac-lion/editing/selection/inline-table-expected.png:
70334         * platform/chromium-mac-lion/editing/selection/leave-requested-block-expected.png:
70335         * platform/chromium-mac-lion/editing/selection/mixed-editability-3-expected.png:
70336         * platform/chromium-mac-lion/editing/selection/mixed-editability-4-expected.png:
70337         * platform/chromium-mac-lion/editing/selection/mixed-editability-5-expected.png:
70338         * platform/chromium-mac-lion/editing/selection/mixed-editability-6-expected.png:
70339         * platform/chromium-mac-lion/editing/selection/mixed-editability-7-expected.png:
70340         * platform/chromium-mac-lion/editing/selection/mixed-editability-8-expected.png:
70341         * platform/chromium-mac-lion/editing/selection/mixed-editability-9-expected.png:
70342         * platform/chromium-mac-lion/editing/selection/move-backwords-by-word-001-expected.png:
70343         * platform/chromium-mac-lion/editing/selection/move-between-blocks-no-001-expected.png:
70344         * platform/chromium-mac-lion/editing/selection/move-by-character-001-expected.png:
70345         * platform/chromium-mac-lion/editing/selection/move-by-character-002-expected.png:
70346         * platform/chromium-mac-lion/editing/selection/move-by-character-003-expected.png:
70347         * platform/chromium-mac-lion/editing/selection/move-by-character-004-expected.png:
70348         * platform/chromium-mac-lion/editing/selection/move-by-character-005-expected.png:
70349         * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.png:
70350         * platform/chromium-mac-lion/editing/selection/move-by-line-002-expected.png:
70351         * platform/chromium-mac-lion/editing/selection/move-by-sentence-001-expected.png:
70352         * platform/chromium-mac-lion/editing/selection/move-by-sentence-linebreak-expected.png:
70353         * platform/chromium-mac-lion/editing/selection/move-by-word-001-expected.png:
70354         * platform/chromium-mac-lion/editing/selection/move-past-trailing-space-expected.png:
70355         * platform/chromium-mac-lion/editing/selection/previous-line-position-expected.png:
70356         * platform/chromium-mac-lion/editing/selection/replace-selection-1-expected.png:
70357         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-1-expected.png:
70358         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-2-expected.png:
70359         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-3-expected.png:
70360         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-1-expected.png:
70361         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-2-expected.png:
70362         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-3-expected.png:
70363         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-4-expected.png:
70364         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-5-expected.png:
70365         * platform/chromium-mac-lion/editing/selection/select-all-001-expected.png:
70366         * platform/chromium-mac-lion/editing/selection/select-all-002-expected.png:
70367         * platform/chromium-mac-lion/editing/selection/select-all-iframe-expected.png:
70368         * platform/chromium-mac-lion/editing/selection/select-box-expected.png:
70369         * platform/chromium-mac-lion/editing/selection/select-element-paragraph-boundary-expected.png:
70370         * platform/chromium-mac-lion/editing/selection/select-from-textfield-outwards-expected.png:
70371         * platform/chromium-mac-lion/editing/selection/select-missing-image-expected.png:
70372         * platform/chromium-mac-lion/editing/selection/selectNode-expected.png:
70373         * platform/chromium-mac-lion/editing/selection/selectNodeContents-expected.png:
70374         * platform/chromium-mac-lion/editing/selection/selection-3748164-fix-expected.png:
70375         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.png:
70376         * platform/chromium-mac-lion/editing/selection/table-caret-1-expected.png:
70377         * platform/chromium-mac-lion/editing/selection/table-caret-2-expected.png:
70378         * platform/chromium-mac-lion/editing/selection/table-caret-3-expected.png:
70379         * platform/chromium-mac-lion/editing/selection/transformed-selection-rects-expected.png:
70380         * platform/chromium-mac-lion/editing/selection/triple-click-in-pre-expected.png:
70381         * platform/chromium-mac-lion/editing/selection/unrendered-001-expected.png:
70382         * platform/chromium-mac-lion/editing/selection/unrendered-002-expected.png:
70383         * platform/chromium-mac-lion/editing/selection/unrendered-003-expected.png:
70384         * platform/chromium-mac-lion/editing/selection/unrendered-004-expected.png:
70385         * platform/chromium-mac-lion/editing/selection/unrendered-005-expected.png:
70386         * platform/chromium-mac-lion/editing/selection/unrendered-space-expected.png:
70387         * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
70388         * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
70389         * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
70390         * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
70391         * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-1-expected.png:
70392         * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-2-expected.png:
70393         * platform/chromium-mac-lion/editing/spelling/grammar-markers-expected.png:
70394         * platform/chromium-mac-lion/editing/spelling/grammar-markers-hidpi-expected.png:
70395         * platform/chromium-mac-lion/editing/spelling/spelling-expected.png:
70396         * platform/chromium-mac-lion/editing/style/4916887-expected.png:
70397         * platform/chromium-mac-lion/editing/style/5017613-1-expected.png:
70398         * platform/chromium-mac-lion/editing/style/5017613-2-expected.png:
70399         * platform/chromium-mac-lion/editing/style/5046875-1-expected.png:
70400         * platform/chromium-mac-lion/editing/style/5046875-2-expected.png:
70401         * platform/chromium-mac-lion/editing/style/5065910-expected.png:
70402         * platform/chromium-mac-lion/editing/style/5084241-expected.png:
70403         * platform/chromium-mac-lion/editing/style/5228141-expected.png:
70404         * platform/chromium-mac-lion/editing/style/5279521-expected.png:
70405         * platform/chromium-mac-lion/editing/style/block-styles-007-expected.png:
70406         * platform/chromium-mac-lion/editing/style/highlight-expected.png:
70407         * platform/chromium-mac-lion/editing/style/smoosh-styles-001-expected.png:
70408         * platform/chromium-mac-lion/editing/style/smoosh-styles-003-expected.png:
70409         * platform/chromium-mac-lion/editing/style/style-3681552-fix-001-expected.png:
70410         * platform/chromium-mac-lion/editing/style/style-3681552-fix-002-expected.png:
70411         * platform/chromium-mac-lion/editing/style/style-3998892-fix-expected.png:
70412         * platform/chromium-mac-lion/editing/style/style-boundary-001-expected.png:
70413         * platform/chromium-mac-lion/editing/style/style-boundary-002-expected.png:
70414         * platform/chromium-mac-lion/editing/style/style-boundary-003-expected.png:
70415         * platform/chromium-mac-lion/editing/style/style-boundary-004-expected.png:
70416         * platform/chromium-mac-lion/editing/style/style-boundary-005-expected.png:
70417         * platform/chromium-mac-lion/editing/style/typing-style-001-expected.png:
70418         * platform/chromium-mac-lion/editing/style/typing-style-002-expected.png:
70419         * platform/chromium-mac-lion/editing/style/unbold-in-bold-expected.png:
70420         * platform/chromium-mac-lion/editing/undo/4063751-expected.png:
70421         * platform/chromium-mac-lion/editing/undo/redo-typing-001-expected.png:
70422         * platform/chromium-mac-lion/editing/undo/undo-combined-delete-boundary-expected.png:
70423         * platform/chromium-mac-lion/editing/undo/undo-combined-delete-expected.png:
70424         * platform/chromium-mac-lion/editing/undo/undo-delete-boundary-expected.png:
70425         * platform/chromium-mac-lion/editing/undo/undo-delete-expected.png:
70426         * platform/chromium-mac-lion/editing/undo/undo-forward-delete-boundary-expected.png:
70427         * platform/chromium-mac-lion/editing/undo/undo-forward-delete-expected.png:
70428         * platform/chromium-mac-lion/editing/undo/undo-typing-001-expected.png:
70429         * platform/chromium-mac-lion/editing/unsupported-content/list-delete-001-expected.png:
70430         * platform/chromium-mac-lion/editing/unsupported-content/list-delete-003-expected.png:
70431         * platform/chromium-mac-lion/editing/unsupported-content/list-type-after-expected.png:
70432         * platform/chromium-mac-lion/editing/unsupported-content/list-type-before-expected.png:
70433         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-001-expected.png:
70434         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-002-expected.png:
70435         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-003-expected.png:
70436         * platform/chromium-mac-lion/editing/unsupported-content/table-type-after-expected.png:
70437         * platform/chromium-mac-lion/editing/unsupported-content/table-type-before-expected.png:
70438         * platform/chromium-mac-snowleopard/editing/deleting/4922367-expected.png:
70439         * platform/chromium-mac-snowleopard/editing/deleting/5099303-expected.png:
70440         * platform/chromium-mac-snowleopard/editing/deleting/5126166-expected.png:
70441         * platform/chromium-mac-snowleopard/editing/deleting/5144139-2-expected.png:
70442         * platform/chromium-mac-snowleopard/editing/deleting/5206311-1-expected.png:
70443         * platform/chromium-mac-snowleopard/editing/deleting/5272440-expected.png:
70444         * platform/chromium-mac-snowleopard/editing/deleting/5369009-expected.png:
70445         * platform/chromium-mac-snowleopard/editing/deleting/5433862-2-expected.png:
70446         * platform/chromium-mac-snowleopard/editing/deleting/5483370-expected.png:
70447         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-001-expected.png:
70448         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-002-expected.png:
70449         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-003-expected.png:
70450         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-013-expected.png:
70451         * platform/chromium-mac-snowleopard/editing/deleting/delete-first-list-item-expected.png:
70452         * platform/chromium-mac-snowleopard/editing/deleting/delete-hr-expected.png:
70453         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-015-expected.png:
70454         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-016-expected.png:
70455         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-017-expected.png:
70456         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-001-expected.png:
70457         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-002-expected.png:
70458         * platform/chromium-mac-snowleopard/editing/deleting/delete-to-select-table-expected.png:
70459         * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-002-expected.png:
70460         * platform/chromium-mac-snowleopard/editing/deleting/list-item-1-expected.png:
70461         * platform/chromium-mac-snowleopard/editing/deleting/merge-different-styles-expected.png:
70462         * platform/chromium-mac-snowleopard/editing/deleting/merge-endOfParagraph-expected.png:
70463         * platform/chromium-mac-snowleopard/editing/deleting/merge-no-br-expected.png:
70464         * platform/chromium-mac-snowleopard/editing/deleting/merge-unrendered-space-expected.png:
70465         * platform/chromium-mac-snowleopard/editing/deleting/merge-whitespace-pre-expected.png:
70466         * platform/chromium-mac-snowleopard/editing/deleting/pruning-after-merge-2-expected.png:
70467         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-003-expected.png:
70468         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-004-expected.png:
70469         * platform/chromium-mac-snowleopard/editing/deleting/table-cells-expected.png:
70470         * platform/chromium-mac-snowleopard/editing/deleting/type-delete-after-quote-expected.png:
70471         * platform/chromium-mac-snowleopard/editing/execCommand/4580583-1-expected.png:
70472         * platform/chromium-mac-snowleopard/editing/execCommand/4580583-2-expected.png:
70473         * platform/chromium-mac-snowleopard/editing/execCommand/4641880-1-expected.png:
70474         * platform/chromium-mac-snowleopard/editing/execCommand/4641880-2-expected.png:
70475         * platform/chromium-mac-snowleopard/editing/execCommand/4747450-expected.png:
70476         * platform/chromium-mac-snowleopard/editing/execCommand/4916402-expected.png:
70477         * platform/chromium-mac-snowleopard/editing/execCommand/4916541-expected.png:
70478         * platform/chromium-mac-snowleopard/editing/execCommand/4924441-expected.png:
70479         * platform/chromium-mac-snowleopard/editing/execCommand/5080333-1-expected.png:
70480         * platform/chromium-mac-snowleopard/editing/execCommand/5080333-2-expected.png:
70481         * platform/chromium-mac-snowleopard/editing/execCommand/5136770-expected.png:
70482         * platform/chromium-mac-snowleopard/editing/execCommand/5138441-expected.png:
70483         * platform/chromium-mac-snowleopard/editing/execCommand/5142012-1-expected.png:
70484         * platform/chromium-mac-snowleopard/editing/execCommand/5142012-2-expected.png:
70485         * platform/chromium-mac-snowleopard/editing/execCommand/5481523-expected.png:
70486         * platform/chromium-mac-snowleopard/editing/execCommand/5569741-expected.png:
70487         * platform/chromium-mac-snowleopard/editing/execCommand/create-list-with-hr-expected.png:
70488         * platform/chromium-mac-snowleopard/editing/execCommand/format-block-with-trailing-br-expected.png:
70489         * platform/chromium-mac-snowleopard/editing/execCommand/indent-empty-root-expected.png:
70490         * platform/chromium-mac-snowleopard/editing/execCommand/indent-list-item-expected.png:
70491         * platform/chromium-mac-snowleopard/editing/execCommand/indent-selection-expected.png:
70492         * platform/chromium-mac-snowleopard/editing/execCommand/insert-list-and-stitch-expected.png:
70493         * platform/chromium-mac-snowleopard/editing/execCommand/insertHorizontalRule-expected.png:
70494         * platform/chromium-mac-snowleopard/editing/execCommand/insertImage-expected.png:
70495         * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-indent-expected.png:
70496         * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-outdent-expected.png:
70497         * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-from-range-selection-expected.png:
70498         * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-item-1-expected.png:
70499         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
70500         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
70501         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
70502         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
70503         * platform/chromium-mac-snowleopard/editing/inserting/12882-expected.png:
70504         * platform/chromium-mac-snowleopard/editing/inserting/4278698-expected.png:
70505         * platform/chromium-mac-snowleopard/editing/inserting/4840662-expected.png:
70506         * platform/chromium-mac-snowleopard/editing/inserting/4875189-1-expected.png:
70507         * platform/chromium-mac-snowleopard/editing/inserting/4875189-2-expected.png:
70508         * platform/chromium-mac-snowleopard/editing/inserting/4959067-expected.png:
70509         * platform/chromium-mac-snowleopard/editing/inserting/4960120-1-expected.png:
70510         * platform/chromium-mac-snowleopard/editing/inserting/4960120-2-expected.png:
70511         * platform/chromium-mac-snowleopard/editing/inserting/5002441-expected.png:
70512         * platform/chromium-mac-snowleopard/editing/inserting/5058163-1-expected.png:
70513         * platform/chromium-mac-snowleopard/editing/inserting/5058163-2-expected.png:
70514         * platform/chromium-mac-snowleopard/editing/inserting/5156401-2-expected.png:
70515         * platform/chromium-mac-snowleopard/editing/inserting/5418891-expected.png:
70516         * platform/chromium-mac-snowleopard/editing/inserting/5510537-expected.png:
70517         * platform/chromium-mac-snowleopard/editing/inserting/5549929-2-expected.png:
70518         * platform/chromium-mac-snowleopard/editing/inserting/5549929-3-expected.png:
70519         * platform/chromium-mac-snowleopard/editing/inserting/6703873-expected.png:
70520         * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png:
70521         * platform/chromium-mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.png:
70522         * platform/chromium-mac-snowleopard/editing/inserting/editable-inline-element-expected.png:
70523         * platform/chromium-mac-snowleopard/editing/inserting/edited-whitespace-1-expected.png:
70524         * platform/chromium-mac-snowleopard/editing/inserting/editing-empty-divs-expected.png:
70525         * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-01-expected.png:
70526         * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-02-expected.png:
70527         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-009-expected.png:
70528         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-001-expected.png:
70529         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-002-expected.png:
70530         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-003-expected.png:
70531         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-004-expected.png:
70532         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-005-expected.png:
70533         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-006-expected.png:
70534         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-01-expected.png:
70535         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-02-expected.png:
70536         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-03-expected.png:
70537         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-04-expected.png:
70538         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-05-expected.png:
70539         * platform/chromium-mac-snowleopard/editing/inserting/line-break-expected.png:
70540         * platform/chromium-mac-snowleopard/editing/inserting/multiple-lines-selected-expected.png:
70541         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-01-expected.png:
70542         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-02-expected.png:
70543         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-03-expected.png:
70544         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-1-expected.png:
70545         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-2-expected.png:
70546         * platform/chromium-mac-snowleopard/editing/inserting/redo-expected.png:
70547         * platform/chromium-mac-snowleopard/editing/inserting/typing-at-end-of-line-expected.png:
70548         * platform/chromium-mac-snowleopard/editing/pasteboard/3976872-expected.png:
70549         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-2-expected.png:
70550         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-3-expected.png:
70551         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-expected.png:
70552         * platform/chromium-mac-snowleopard/editing/pasteboard/4242293-expected.png:
70553         * platform/chromium-mac-snowleopard/editing/pasteboard/4631972-expected.png:
70554         * platform/chromium-mac-snowleopard/editing/pasteboard/4641033-expected.png:
70555         * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png:
70556         * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-1-expected.png:
70557         * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-2-expected.png:
70558         * platform/chromium-mac-snowleopard/editing/pasteboard/4947130-expected.png:
70559         * platform/chromium-mac-snowleopard/editing/pasteboard/5006779-expected.png:
70560         * platform/chromium-mac-snowleopard/editing/pasteboard/5032095-expected.png:
70561         * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-2-expected.png:
70562         * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-expected.png:
70563         * platform/chromium-mac-snowleopard/editing/pasteboard/5075944-expected.png:
70564         * platform/chromium-mac-snowleopard/editing/pasteboard/5134759-expected.png:
70565         * platform/chromium-mac-snowleopard/editing/pasteboard/5156401-1-expected.png:
70566         * platform/chromium-mac-snowleopard/editing/pasteboard/5247341-expected.png:
70567         * platform/chromium-mac-snowleopard/editing/pasteboard/5387578-expected.png:
70568         * platform/chromium-mac-snowleopard/editing/pasteboard/5478250-expected.png:
70569         * platform/chromium-mac-snowleopard/editing/pasteboard/5601583-1-expected.png:
70570         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-1-expected.png:
70571         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-2-expected.png:
70572         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-3-expected.png:
70573         * platform/chromium-mac-snowleopard/editing/pasteboard/bad-placeholder-expected.png:
70574         * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.png:
70575         * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-generic-placeholder-expected.png:
70576         * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-placeholder-expected.png:
70577         * platform/chromium-mac-snowleopard/editing/pasteboard/drag-drop-modifies-page-expected.png:
70578         * platform/chromium-mac-snowleopard/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
70579         * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png:
70580         * platform/chromium-mac-snowleopard/editing/pasteboard/innerText-inline-table-expected.png:
70581         * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png:
70582         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-1-expected.png:
70583         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-2-expected.png:
70584         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-expected.png:
70585         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-blockquote-expected.png:
70586         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-borders-expected.png:
70587         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-blockquote-expected.png:
70588         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-list-expected.png:
70589         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
70590         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
70591         * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-object-expected.png:
70592         * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.png:
70593         * platform/chromium-mac-snowleopard/editing/pasteboard/quirks-mode-br-1-expected.png:
70594         * platform/chromium-mac-snowleopard/editing/pasteboard/smart-drag-drop-expected.png:
70595         * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-008-expected.png:
70596         * platform/chromium-mac-snowleopard/editing/pasteboard/styled-element-markup-expected.png:
70597         * platform/chromium-mac-snowleopard/editing/pasteboard/undoable-fragment-removes-expected.png:
70598         * platform/chromium-mac-snowleopard/editing/pasteboard/unrendered-br-expected.png:
70599         * platform/chromium-mac-snowleopard/editing/selection/13804-expected.png:
70600         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
70601         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
70602         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
70603         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
70604         * platform/chromium-mac-snowleopard/editing/selection/4402375-expected.png:
70605         * platform/chromium-mac-snowleopard/editing/selection/4818145-expected.png:
70606         * platform/chromium-mac-snowleopard/editing/selection/4866671-expected.png:
70607         * platform/chromium-mac-snowleopard/editing/selection/4889598-expected.png:
70608         * platform/chromium-mac-snowleopard/editing/selection/4895428-2-expected.png:
70609         * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png:
70610         * platform/chromium-mac-snowleopard/editing/selection/4932260-1-expected.png:
70611         * platform/chromium-mac-snowleopard/editing/selection/4932260-2-expected.png:
70612         * platform/chromium-mac-snowleopard/editing/selection/4932260-3-expected.png:
70613         * platform/chromium-mac-snowleopard/editing/selection/4947387-expected.png:
70614         * platform/chromium-mac-snowleopard/editing/selection/5007143-2-expected.png:
70615         * platform/chromium-mac-snowleopard/editing/selection/5007143-expected.png:
70616         * platform/chromium-mac-snowleopard/editing/selection/5057506-2-expected.png:
70617         * platform/chromium-mac-snowleopard/editing/selection/5057506-expected.png:
70618         * platform/chromium-mac-snowleopard/editing/selection/5076323-1-expected.png:
70619         * platform/chromium-mac-snowleopard/editing/selection/5076323-2-expected.png:
70620         * platform/chromium-mac-snowleopard/editing/selection/5076323-3-expected.png:
70621         * platform/chromium-mac-snowleopard/editing/selection/5099303-expected.png:
70622         * platform/chromium-mac-snowleopard/editing/selection/5131716-1-expected.png:
70623         * platform/chromium-mac-snowleopard/editing/selection/5131716-2-expected.png:
70624         * platform/chromium-mac-snowleopard/editing/selection/5131716-3-expected.png:
70625         * platform/chromium-mac-snowleopard/editing/selection/5131716-4-expected.png:
70626         * platform/chromium-mac-snowleopard/editing/selection/5195166-2-expected.png:
70627         * platform/chromium-mac-snowleopard/editing/selection/5234383-1-expected.png:
70628         * platform/chromium-mac-snowleopard/editing/selection/5234383-2-expected.png:
70629         * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png:
70630         * platform/chromium-mac-snowleopard/editing/selection/6476-expected.png:
70631         * platform/chromium-mac-snowleopard/editing/selection/after-line-wrap-expected.png:
70632         * platform/chromium-mac-snowleopard/editing/selection/caret-before-select-expected.png:
70633         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-expected.png:
70634         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-left-expected.png:
70635         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-expected.png:
70636         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-right-expected.png:
70637         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-expected.png:
70638         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-left-expected.png:
70639         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-expected.png:
70640         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-right-expected.png:
70641         * platform/chromium-mac-snowleopard/editing/selection/click-start-of-line-expected.png:
70642         * platform/chromium-mac-snowleopard/editing/selection/contains-boundaries-expected.png:
70643         * platform/chromium-mac-snowleopard/editing/selection/contenteditable-click-inside-expected.png:
70644         * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png:
70645         * platform/chromium-mac-snowleopard/editing/selection/drag-to-contenteditable-iframe-expected.png:
70646         * platform/chromium-mac-snowleopard/editing/selection/editable-non-editable-crash-expected.png:
70647         * platform/chromium-mac-snowleopard/editing/selection/end-of-document-expected.png:
70648         * platform/chromium-mac-snowleopard/editing/selection/expanding-selections-expected.png:
70649         * platform/chromium-mac-snowleopard/editing/selection/expanding-selections2-expected.png:
70650         * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-002-expected.png:
70651         * platform/chromium-mac-snowleopard/editing/selection/extend-selection-bidi-expected.png:
70652         * platform/chromium-mac-snowleopard/editing/selection/fake-doubleclick-expected.png:
70653         * platform/chromium-mac-snowleopard/editing/selection/iframe-expected.png:
70654         * platform/chromium-mac-snowleopard/editing/selection/image-before-linebreak-expected.png:
70655         * platform/chromium-mac-snowleopard/editing/selection/inline-table-expected.png:
70656         * platform/chromium-mac-snowleopard/editing/selection/leave-requested-block-expected.png:
70657         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-3-expected.png:
70658         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-4-expected.png:
70659         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-5-expected.png:
70660         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-6-expected.png:
70661         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-7-expected.png:
70662         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-8-expected.png:
70663         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-9-expected.png:
70664         * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png: Added.
70665         * platform/chromium-mac-snowleopard/editing/selection/move-by-sentence-linebreak-expected.png:
70666         * platform/chromium-mac-snowleopard/editing/selection/previous-line-position-expected.png:
70667         * platform/chromium-mac-snowleopard/editing/selection/replace-selection-1-expected.png:
70668         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-1-expected.png:
70669         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-2-expected.png:
70670         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-3-expected.png:
70671         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.png:
70672         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.png:
70673         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.png:
70674         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.png:
70675         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.png:
70676         * platform/chromium-mac-snowleopard/editing/selection/select-all-001-expected.png:
70677         * platform/chromium-mac-snowleopard/editing/selection/select-all-002-expected.png:
70678         * platform/chromium-mac-snowleopard/editing/selection/select-all-iframe-expected.png:
70679         * platform/chromium-mac-snowleopard/editing/selection/select-box-expected.png:
70680         * platform/chromium-mac-snowleopard/editing/selection/select-element-paragraph-boundary-expected.png:
70681         * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
70682         * platform/chromium-mac-snowleopard/editing/selection/selectNode-expected.png:
70683         * platform/chromium-mac-snowleopard/editing/selection/selectNodeContents-expected.png:
70684         * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
70685         * platform/chromium-mac-snowleopard/editing/selection/table-caret-1-expected.png:
70686         * platform/chromium-mac-snowleopard/editing/selection/table-caret-2-expected.png:
70687         * platform/chromium-mac-snowleopard/editing/selection/table-caret-3-expected.png:
70688         * platform/chromium-mac-snowleopard/editing/selection/transformed-selection-rects-expected.png:
70689         * platform/chromium-mac-snowleopard/editing/selection/triple-click-in-pre-expected.png:
70690         * platform/chromium-mac-snowleopard/editing/selection/unrendered-001-expected.png:
70691         * platform/chromium-mac-snowleopard/editing/selection/unrendered-002-expected.png:
70692         * platform/chromium-mac-snowleopard/editing/selection/unrendered-003-expected.png:
70693         * platform/chromium-mac-snowleopard/editing/selection/unrendered-004-expected.png:
70694         * platform/chromium-mac-snowleopard/editing/selection/unrendered-005-expected.png:
70695         * platform/chromium-mac-snowleopard/editing/selection/unrendered-space-expected.png:
70696         * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
70697         * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
70698         * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
70699         * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
70700         * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-1-expected.png:
70701         * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-2-expected.png:
70702         * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-expected.png:
70703         * platform/chromium-mac-snowleopard/editing/spelling/spelling-expected.png:
70704         * platform/chromium-mac-snowleopard/editing/style/4916887-expected.png:
70705         * platform/chromium-mac-snowleopard/editing/style/5017613-1-expected.png:
70706         * platform/chromium-mac-snowleopard/editing/style/5017613-2-expected.png:
70707         * platform/chromium-mac-snowleopard/editing/style/5046875-1-expected.png:
70708         * platform/chromium-mac-snowleopard/editing/style/5046875-2-expected.png:
70709         * platform/chromium-mac-snowleopard/editing/style/5065910-expected.png:
70710         * platform/chromium-mac-snowleopard/editing/style/5084241-expected.png:
70711         * platform/chromium-mac-snowleopard/editing/style/5228141-expected.png:
70712         * platform/chromium-mac-snowleopard/editing/style/5279521-expected.png:
70713         * platform/chromium-mac-snowleopard/editing/style/highlight-expected.png:
70714         * platform/chromium-mac-snowleopard/editing/style/style-boundary-005-expected.png:
70715         * platform/chromium-mac-snowleopard/editing/undo/4063751-expected.png:
70716         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-001-expected.png:
70717         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-003-expected.png:
70718         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-after-expected.png:
70719         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-before-expected.png:
70720         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-001-expected.png:
70721         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-002-expected.png:
70722         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-003-expected.png:
70723         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-after-expected.png:
70724         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-before-expected.png:
70725         * platform/chromium-mac/editing/deleting/4922367-expected.png:
70726         * platform/chromium-mac/editing/deleting/5099303-expected.png:
70727         * platform/chromium-mac/editing/deleting/5126166-expected.png:
70728         * platform/chromium-mac/editing/deleting/5144139-2-expected.png:
70729         * platform/chromium-mac/editing/deleting/5206311-1-expected.png:
70730         * platform/chromium-mac/editing/deleting/5272440-expected.png:
70731         * platform/chromium-mac/editing/deleting/5369009-expected.png:
70732         * platform/chromium-mac/editing/deleting/5433862-2-expected.png:
70733         * platform/chromium-mac/editing/deleting/5483370-expected.png:
70734         * platform/chromium-mac/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
70735         * platform/chromium-mac/editing/deleting/delete-3608445-fix-expected.png:
70736         * platform/chromium-mac/editing/deleting/delete-3608462-fix-expected.png:
70737         * platform/chromium-mac/editing/deleting/delete-4083333-fix-expected.png:
70738         * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png:
70739         * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png:
70740         * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png:
70741         * platform/chromium-mac/editing/deleting/delete-and-undo-expected.png:
70742         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
70743         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
70744         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
70745         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
70746         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
70747         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
70748         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
70749         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
70750         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
70751         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
70752         * platform/chromium-mac/editing/deleting/delete-at-start-or-end-expected.png:
70753         * platform/chromium-mac/editing/deleting/delete-block-contents-001-expected.png:
70754         * platform/chromium-mac/editing/deleting/delete-block-contents-002-expected.png:
70755         * platform/chromium-mac/editing/deleting/delete-block-contents-003-expected.png:
70756         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-001-expected.png:
70757         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-002-expected.png:
70758         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-003-expected.png:
70759         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-004-expected.png:
70760         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-005-expected.png:
70761         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-006-expected.png:
70762         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-007-expected.png:
70763         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-008-expected.png:
70764         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-009-expected.png:
70765         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-010-expected.png:
70766         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-011-expected.png:
70767         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-012-expected.png:
70768         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-013-expected.png:
70769         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-014-expected.png:
70770         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-015-expected.png:
70771         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-016-expected.png:
70772         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-017-expected.png:
70773         * platform/chromium-mac/editing/deleting/delete-br-001-expected.png:
70774         * platform/chromium-mac/editing/deleting/delete-br-002-expected.png:
70775         * platform/chromium-mac/editing/deleting/delete-br-003-expected.png:
70776         * platform/chromium-mac/editing/deleting/delete-br-004-expected.png:
70777         * platform/chromium-mac/editing/deleting/delete-br-005-expected.png:
70778         * platform/chromium-mac/editing/deleting/delete-br-006-expected.png:
70779         * platform/chromium-mac/editing/deleting/delete-br-007-expected.png:
70780         * platform/chromium-mac/editing/deleting/delete-br-013-expected.png:
70781         * platform/chromium-mac/editing/deleting/delete-character-001-expected.png:
70782         * platform/chromium-mac/editing/deleting/delete-contiguous-ws-001-expected.png:
70783         * platform/chromium-mac/editing/deleting/delete-first-list-item-expected.png:
70784         * platform/chromium-mac/editing/deleting/delete-hr-expected.png:
70785         * platform/chromium-mac/editing/deleting/delete-image-001-expected.png:
70786         * platform/chromium-mac/editing/deleting/delete-image-002-expected.png:
70787         * platform/chromium-mac/editing/deleting/delete-image-003-expected.png:
70788         * platform/chromium-mac/editing/deleting/delete-image-004-expected.png:
70789         * platform/chromium-mac/editing/deleting/delete-leading-ws-001-expected.png:
70790         * platform/chromium-mac/editing/deleting/delete-line-015-expected.png:
70791         * platform/chromium-mac/editing/deleting/delete-line-016-expected.png:
70792         * platform/chromium-mac/editing/deleting/delete-line-017-expected.png:
70793         * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png:
70794         * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png:
70795         * platform/chromium-mac/editing/deleting/delete-listitem-001-expected.png:
70796         * platform/chromium-mac/editing/deleting/delete-listitem-002-expected.png:
70797         * platform/chromium-mac/editing/deleting/delete-selection-001-expected.png:
70798         * platform/chromium-mac/editing/deleting/delete-tab-001-expected.png:
70799         * platform/chromium-mac/editing/deleting/delete-tab-002-expected.png:
70800         * platform/chromium-mac/editing/deleting/delete-tab-003-expected.png:
70801         * platform/chromium-mac/editing/deleting/delete-tab-004-expected.png:
70802         * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png:
70803         * platform/chromium-mac/editing/deleting/delete-trailing-ws-001-expected.png:
70804         * platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png:
70805         * platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png:
70806         * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png:
70807         * platform/chromium-mac/editing/deleting/delete-ws-fixup-003-expected.png:
70808         * platform/chromium-mac/editing/deleting/delete-ws-fixup-004-expected.png:
70809         * platform/chromium-mac/editing/deleting/list-item-1-expected.png:
70810         * platform/chromium-mac/editing/deleting/merge-different-styles-expected.png:
70811         * platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png:
70812         * platform/chromium-mac/editing/deleting/merge-no-br-expected.png:
70813         * platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png:
70814         * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
70815         * platform/chromium-mac/editing/deleting/non-smart-delete-expected.png:
70816         * platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png:
70817         * platform/chromium-mac/editing/deleting/smart-delete-001-expected.png:
70818         * platform/chromium-mac/editing/deleting/smart-delete-002-expected.png:
70819         * platform/chromium-mac/editing/deleting/smart-delete-003-expected.png:
70820         * platform/chromium-mac/editing/deleting/smart-delete-004-expected.png:
70821         * platform/chromium-mac/editing/deleting/table-cells-expected.png:
70822         * platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png:
70823         * platform/chromium-mac/editing/execCommand/4580583-1-expected.png:
70824         * platform/chromium-mac/editing/execCommand/4580583-2-expected.png:
70825         * platform/chromium-mac/editing/execCommand/4641880-1-expected.png:
70826         * platform/chromium-mac/editing/execCommand/4641880-2-expected.png:
70827         * platform/chromium-mac/editing/execCommand/4747450-expected.png:
70828         * platform/chromium-mac/editing/execCommand/4916402-expected.png:
70829         * platform/chromium-mac/editing/execCommand/4916541-expected.png:
70830         * platform/chromium-mac/editing/execCommand/4924441-expected.png:
70831         * platform/chromium-mac/editing/execCommand/5080333-1-expected.png:
70832         * platform/chromium-mac/editing/execCommand/5080333-2-expected.png:
70833         * platform/chromium-mac/editing/execCommand/5136770-expected.png:
70834         * platform/chromium-mac/editing/execCommand/5138441-expected.png:
70835         * platform/chromium-mac/editing/execCommand/5142012-1-expected.png:
70836         * platform/chromium-mac/editing/execCommand/5142012-2-expected.png:
70837         * platform/chromium-mac/editing/execCommand/5481523-expected.png:
70838         * platform/chromium-mac/editing/execCommand/5569741-expected.png:
70839         * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
70840         * platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png:
70841         * platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png:
70842         * platform/chromium-mac/editing/execCommand/indent-list-item-expected.png:
70843         * platform/chromium-mac/editing/execCommand/indent-selection-expected.png:
70844         * platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png:
70845         * platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
70846         * platform/chromium-mac/editing/execCommand/insertImage-expected.png:
70847         * platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png:
70848         * platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png:
70849         * platform/chromium-mac/editing/execCommand/print-expected.png:
70850         * platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png:
70851         * platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png:
70852         * platform/chromium-mac/editing/execCommand/selectAll-expected.png:
70853         * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
70854         * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
70855         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
70856         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
70857         * platform/chromium-mac/editing/inserting/12882-expected.png:
70858         * platform/chromium-mac/editing/inserting/4278698-expected.png:
70859         * platform/chromium-mac/editing/inserting/4840662-expected.png:
70860         * platform/chromium-mac/editing/inserting/4875189-1-expected.png:
70861         * platform/chromium-mac/editing/inserting/4875189-2-expected.png:
70862         * platform/chromium-mac/editing/inserting/4959067-expected.png:
70863         * platform/chromium-mac/editing/inserting/4960120-1-expected.png:
70864         * platform/chromium-mac/editing/inserting/4960120-2-expected.png:
70865         * platform/chromium-mac/editing/inserting/5002441-expected.png:
70866         * platform/chromium-mac/editing/inserting/5058163-1-expected.png:
70867         * platform/chromium-mac/editing/inserting/5058163-2-expected.png:
70868         * platform/chromium-mac/editing/inserting/5156401-2-expected.png:
70869         * platform/chromium-mac/editing/inserting/5418891-expected.png:
70870         * platform/chromium-mac/editing/inserting/5510537-expected.png:
70871         * platform/chromium-mac/editing/inserting/5549929-2-expected.png:
70872         * platform/chromium-mac/editing/inserting/5549929-3-expected.png:
70873         * platform/chromium-mac/editing/inserting/6703873-expected.png:
70874         * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png:
70875         * platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png:
70876         * platform/chromium-mac/editing/inserting/editable-inline-element-expected.png:
70877         * platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png:
70878         * platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png:
70879         * platform/chromium-mac/editing/inserting/insert-3775316-fix-expected.png:
70880         * platform/chromium-mac/editing/inserting/insert-3778059-fix-expected.png:
70881         * platform/chromium-mac/editing/inserting/insert-3800346-fix-expected.png:
70882         * platform/chromium-mac/editing/inserting/insert-after-delete-001-expected.png:
70883         * platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png:
70884         * platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png:
70885         * platform/chromium-mac/editing/inserting/insert-br-001-expected.png:
70886         * platform/chromium-mac/editing/inserting/insert-br-002-expected.png:
70887         * platform/chromium-mac/editing/inserting/insert-br-003-expected.png:
70888         * platform/chromium-mac/editing/inserting/insert-br-004-expected.png:
70889         * platform/chromium-mac/editing/inserting/insert-br-005-expected.png:
70890         * platform/chromium-mac/editing/inserting/insert-br-006-expected.png:
70891         * platform/chromium-mac/editing/inserting/insert-br-007-expected.png:
70892         * platform/chromium-mac/editing/inserting/insert-br-008-expected.png:
70893         * platform/chromium-mac/editing/inserting/insert-br-009-expected.png:
70894         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-001-expected.png:
70895         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-002-expected.png:
70896         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-003-expected.png:
70897         * platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png:
70898         * platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png:
70899         * platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png:
70900         * platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png:
70901         * platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png:
70902         * platform/chromium-mac/editing/inserting/insert-br-quoted-006-expected.png:
70903         * platform/chromium-mac/editing/inserting/insert-div-025-expected.png:
70904         * platform/chromium-mac/editing/inserting/insert-div-026-expected.png:
70905         * platform/chromium-mac/editing/inserting/insert-paragraph-01-expected.png:
70906         * platform/chromium-mac/editing/inserting/insert-paragraph-02-expected.png:
70907         * platform/chromium-mac/editing/inserting/insert-paragraph-03-expected.png:
70908         * platform/chromium-mac/editing/inserting/insert-paragraph-04-expected.png:
70909         * platform/chromium-mac/editing/inserting/insert-paragraph-05-expected.png:
70910         * platform/chromium-mac/editing/inserting/insert-space-in-empty-doc-expected.png:
70911         * platform/chromium-mac/editing/inserting/insert-tab-001-expected.png:
70912         * platform/chromium-mac/editing/inserting/insert-tab-002-expected.png:
70913         * platform/chromium-mac/editing/inserting/insert-tab-003-expected.png:
70914         * platform/chromium-mac/editing/inserting/insert-tab-004-expected.png:
70915         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-001-expected.png:
70916         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-002-expected.png:
70917         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-003-expected.png:
70918         * platform/chromium-mac/editing/inserting/insert-text-with-newlines-expected.png:
70919         * platform/chromium-mac/editing/inserting/line-break-expected.png:
70920         * platform/chromium-mac/editing/inserting/multiple-lines-selected-expected.png:
70921         * platform/chromium-mac/editing/inserting/paragraph-separator-01-expected.png:
70922         * platform/chromium-mac/editing/inserting/paragraph-separator-02-expected.png:
70923         * platform/chromium-mac/editing/inserting/paragraph-separator-03-expected.png:
70924         * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-1-expected.png:
70925         * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
70926         * platform/chromium-mac/editing/inserting/redo-expected.png:
70927         * platform/chromium-mac/editing/inserting/return-key-with-selection-001-expected.png:
70928         * platform/chromium-mac/editing/inserting/return-key-with-selection-002-expected.png:
70929         * platform/chromium-mac/editing/inserting/return-key-with-selection-003-expected.png:
70930         * platform/chromium-mac/editing/inserting/typing-001-expected.png:
70931         * platform/chromium-mac/editing/inserting/typing-002-expected.png:
70932         * platform/chromium-mac/editing/inserting/typing-003-expected.png:
70933         * platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png:
70934         * platform/chromium-mac/editing/inserting/typing-around-image-001-expected.png:
70935         * platform/chromium-mac/editing/inserting/typing-at-end-of-line-expected.png:
70936         * platform/chromium-mac/editing/pasteboard/3976872-expected.png:
70937         * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
70938         * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
70939         * platform/chromium-mac/editing/pasteboard/4076267-expected.png:
70940         * platform/chromium-mac/editing/pasteboard/4242293-expected.png:
70941         * platform/chromium-mac/editing/pasteboard/4631972-expected.png:
70942         * platform/chromium-mac/editing/pasteboard/4641033-expected.png:
70943         * platform/chromium-mac/editing/pasteboard/4806874-expected.png:
70944         * platform/chromium-mac/editing/pasteboard/4944770-1-expected.png:
70945         * platform/chromium-mac/editing/pasteboard/4944770-2-expected.png:
70946         * platform/chromium-mac/editing/pasteboard/4947130-expected.png:
70947         * platform/chromium-mac/editing/pasteboard/5006779-expected.png:
70948         * platform/chromium-mac/editing/pasteboard/5032095-expected.png:
70949         * platform/chromium-mac/editing/pasteboard/5071074-2-expected.png:
70950         * platform/chromium-mac/editing/pasteboard/5071074-expected.png:
70951         * platform/chromium-mac/editing/pasteboard/5075944-expected.png:
70952         * platform/chromium-mac/editing/pasteboard/5134759-expected.png:
70953         * platform/chromium-mac/editing/pasteboard/5156401-1-expected.png:
70954         * platform/chromium-mac/editing/pasteboard/5247341-expected.png:
70955         * platform/chromium-mac/editing/pasteboard/5387578-expected.png:
70956         * platform/chromium-mac/editing/pasteboard/5478250-expected.png:
70957         * platform/chromium-mac/editing/pasteboard/5601583-1-expected.png:
70958         * platform/chromium-mac/editing/pasteboard/8145-1-expected.png:
70959         * platform/chromium-mac/editing/pasteboard/8145-2-expected.png:
70960         * platform/chromium-mac/editing/pasteboard/8145-3-expected.png:
70961         * platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png:
70962         * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.png:
70963         * platform/chromium-mac/editing/pasteboard/cut-text-001-expected.png:
70964         * platform/chromium-mac/editing/pasteboard/displaced-generic-placeholder-expected.png:
70965         * platform/chromium-mac/editing/pasteboard/displaced-placeholder-expected.png:
70966         * platform/chromium-mac/editing/pasteboard/drag-drop-modifies-page-expected.png:
70967         * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
70968         * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png:
70969         * platform/chromium-mac/editing/pasteboard/innerText-inline-table-expected.png:
70970         * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png:
70971         * platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.png:
70972         * platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.png:
70973         * platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.png:
70974         * platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png:
70975         * platform/chromium-mac/editing/pasteboard/merge-end-borders-expected.png:
70976         * platform/chromium-mac/editing/pasteboard/merge-start-blockquote-expected.png:
70977         * platform/chromium-mac/editing/pasteboard/merge-start-list-expected.png:
70978         * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png:
70979         * platform/chromium-mac/editing/pasteboard/paste-4038267-fix-expected.png:
70980         * platform/chromium-mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
70981         * platform/chromium-mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
70982         * platform/chromium-mac/editing/pasteboard/paste-line-endings-001-expected.png:
70983         * platform/chromium-mac/editing/pasteboard/paste-line-endings-002-expected.png:
70984         * platform/chromium-mac/editing/pasteboard/paste-line-endings-003-expected.png:
70985         * platform/chromium-mac/editing/pasteboard/paste-line-endings-004-expected.png:
70986         * platform/chromium-mac/editing/pasteboard/paste-line-endings-005-expected.png:
70987         * platform/chromium-mac/editing/pasteboard/paste-line-endings-006-expected.png:
70988         * platform/chromium-mac/editing/pasteboard/paste-line-endings-007-expected.png:
70989         * platform/chromium-mac/editing/pasteboard/paste-line-endings-008-expected.png:
70990         * platform/chromium-mac/editing/pasteboard/paste-line-endings-009-expected.png:
70991         * platform/chromium-mac/editing/pasteboard/paste-line-endings-010-expected.png:
70992         * platform/chromium-mac/editing/pasteboard/paste-match-style-001-expected.png:
70993         * platform/chromium-mac/editing/pasteboard/paste-match-style-002-expected.png:
70994         * platform/chromium-mac/editing/pasteboard/paste-text-019-expected.png:
70995         * platform/chromium-mac/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
70996         * platform/chromium-mac/editing/pasteboard/pasting-object-expected.png:
70997         * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
70998         * platform/chromium-mac/editing/pasteboard/quirks-mode-br-1-expected.png:
70999         * platform/chromium-mac/editing/pasteboard/smart-drag-drop-expected.png:
71000         * platform/chromium-mac/editing/pasteboard/smart-paste-007-expected.png:
71001         * platform/chromium-mac/editing/pasteboard/smart-paste-008-expected.png:
71002         * platform/chromium-mac/editing/pasteboard/styled-element-markup-expected.png:
71003         * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
71004         * platform/chromium-mac/editing/pasteboard/unrendered-br-expected.png:
71005         * platform/chromium-mac/editing/selection/13804-expected.png:
71006         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
71007         * platform/chromium-mac/editing/selection/3690703-expected.png:
71008         * platform/chromium-mac/editing/selection/3690719-expected.png:
71009         * platform/chromium-mac/editing/selection/4397952-expected.png:
71010         * platform/chromium-mac/editing/selection/4402375-expected.png:
71011         * platform/chromium-mac/editing/selection/4818145-expected.png:
71012         * platform/chromium-mac/editing/selection/4866671-expected.png:
71013         * platform/chromium-mac/editing/selection/4889598-expected.png:
71014         * platform/chromium-mac/editing/selection/4895428-2-expected.png:
71015         * platform/chromium-mac/editing/selection/4895428-3-expected.png:
71016         * platform/chromium-mac/editing/selection/4932260-1-expected.png:
71017         * platform/chromium-mac/editing/selection/4932260-2-expected.png:
71018         * platform/chromium-mac/editing/selection/4932260-3-expected.png:
71019         * platform/chromium-mac/editing/selection/4947387-expected.png:
71020         * platform/chromium-mac/editing/selection/5007143-2-expected.png:
71021         * platform/chromium-mac/editing/selection/5007143-expected.png:
71022         * platform/chromium-mac/editing/selection/5057506-2-expected.png:
71023         * platform/chromium-mac/editing/selection/5057506-expected.png:
71024         * platform/chromium-mac/editing/selection/5076323-1-expected.png:
71025         * platform/chromium-mac/editing/selection/5076323-2-expected.png:
71026         * platform/chromium-mac/editing/selection/5076323-3-expected.png:
71027         * platform/chromium-mac/editing/selection/5099303-expected.png:
71028         * platform/chromium-mac/editing/selection/5131716-1-expected.png:
71029         * platform/chromium-mac/editing/selection/5131716-2-expected.png:
71030         * platform/chromium-mac/editing/selection/5131716-3-expected.png:
71031         * platform/chromium-mac/editing/selection/5131716-4-expected.png:
71032         * platform/chromium-mac/editing/selection/5195166-2-expected.png:
71033         * platform/chromium-mac/editing/selection/5234383-1-expected.png:
71034         * platform/chromium-mac/editing/selection/5234383-2-expected.png:
71035         * platform/chromium-mac/editing/selection/5240265-expected.png:
71036         * platform/chromium-mac/editing/selection/6476-expected.png:
71037         * platform/chromium-mac/editing/selection/after-line-wrap-expected.png:
71038         * platform/chromium-mac/editing/selection/caret-before-select-expected.png:
71039         * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png:
71040         * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png:
71041         * platform/chromium-mac/editing/selection/caret-ltr-expected.png:
71042         * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png:
71043         * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png:
71044         * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png:
71045         * platform/chromium-mac/editing/selection/caret-rtl-expected.png:
71046         * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png:
71047         * platform/chromium-mac/editing/selection/click-start-of-line-expected.png:
71048         * platform/chromium-mac/editing/selection/contains-boundaries-expected.png:
71049         * platform/chromium-mac/editing/selection/contenteditable-click-inside-expected.png:
71050         * platform/chromium-mac/editing/selection/drag-select-1-expected.png:
71051         * platform/chromium-mac/editing/selection/drag-to-contenteditable-iframe-expected.png:
71052         * platform/chromium-mac/editing/selection/editable-non-editable-crash-expected.png:
71053         * platform/chromium-mac/editing/selection/end-of-document-expected.png:
71054         * platform/chromium-mac/editing/selection/expanding-selections-expected.png:
71055         * platform/chromium-mac/editing/selection/expanding-selections2-expected.png:
71056         * platform/chromium-mac/editing/selection/extend-by-character-001-expected.png:
71057         * platform/chromium-mac/editing/selection/extend-by-character-002-expected.png:
71058         * platform/chromium-mac/editing/selection/extend-by-character-003-expected.png:
71059         * platform/chromium-mac/editing/selection/extend-by-character-004-expected.png:
71060         * platform/chromium-mac/editing/selection/extend-by-character-005-expected.png:
71061         * platform/chromium-mac/editing/selection/extend-by-character-006-expected.png:
71062         * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png:
71063         * platform/chromium-mac/editing/selection/extend-by-word-001-expected.png:
71064         * platform/chromium-mac/editing/selection/extend-by-word-002-expected.png:
71065         * platform/chromium-mac/editing/selection/extend-inside-transforms-backward-expected.png:
71066         * platform/chromium-mac/editing/selection/extend-inside-transforms-forward-expected.png:
71067         * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png:
71068         * platform/chromium-mac/editing/selection/fake-doubleclick-expected.png:
71069         * platform/chromium-mac/editing/selection/iframe-expected.png:
71070         * platform/chromium-mac/editing/selection/image-before-linebreak-expected.png:
71071         * platform/chromium-mac/editing/selection/inline-table-expected.png:
71072         * platform/chromium-mac/editing/selection/leave-requested-block-expected.png:
71073         * platform/chromium-mac/editing/selection/mixed-editability-3-expected.png:
71074         * platform/chromium-mac/editing/selection/mixed-editability-4-expected.png:
71075         * platform/chromium-mac/editing/selection/mixed-editability-5-expected.png:
71076         * platform/chromium-mac/editing/selection/mixed-editability-6-expected.png:
71077         * platform/chromium-mac/editing/selection/mixed-editability-7-expected.png:
71078         * platform/chromium-mac/editing/selection/mixed-editability-8-expected.png:
71079         * platform/chromium-mac/editing/selection/mixed-editability-9-expected.png:
71080         * platform/chromium-mac/editing/selection/move-backwords-by-word-001-expected.png:
71081         * platform/chromium-mac/editing/selection/move-between-blocks-no-001-expected.png:
71082         * platform/chromium-mac/editing/selection/move-by-character-001-expected.png:
71083         * platform/chromium-mac/editing/selection/move-by-character-002-expected.png:
71084         * platform/chromium-mac/editing/selection/move-by-character-003-expected.png:
71085         * platform/chromium-mac/editing/selection/move-by-character-004-expected.png:
71086         * platform/chromium-mac/editing/selection/move-by-character-005-expected.png:
71087         * platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
71088         * platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
71089         * platform/chromium-mac/editing/selection/move-by-line-002-expected.png:
71090         * platform/chromium-mac/editing/selection/move-by-sentence-001-expected.png:
71091         * platform/chromium-mac/editing/selection/move-by-sentence-linebreak-expected.png:
71092         * platform/chromium-mac/editing/selection/move-by-word-001-expected.png:
71093         * platform/chromium-mac/editing/selection/move-past-trailing-space-expected.png:
71094         * platform/chromium-mac/editing/selection/previous-line-position-expected.png:
71095         * platform/chromium-mac/editing/selection/replace-selection-1-expected.png:
71096         * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png:
71097         * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png:
71098         * platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png:
71099         * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.png:
71100         * platform/chromium-mac/editing/selection/select-across-readonly-input-2-expected.png:
71101         * platform/chromium-mac/editing/selection/select-across-readonly-input-3-expected.png:
71102         * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.png:
71103         * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.png:
71104         * platform/chromium-mac/editing/selection/select-all-001-expected.png:
71105         * platform/chromium-mac/editing/selection/select-all-002-expected.png:
71106         * platform/chromium-mac/editing/selection/select-all-iframe-expected.png:
71107         * platform/chromium-mac/editing/selection/select-box-expected.png:
71108         * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.png:
71109         * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.png:
71110         * platform/chromium-mac/editing/selection/select-missing-image-expected.png:
71111         * platform/chromium-mac/editing/selection/selectNode-expected.png:
71112         * platform/chromium-mac/editing/selection/selectNodeContents-expected.png:
71113         * platform/chromium-mac/editing/selection/selection-3748164-fix-expected.png:
71114         * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
71115         * platform/chromium-mac/editing/selection/table-caret-1-expected.png:
71116         * platform/chromium-mac/editing/selection/table-caret-2-expected.png:
71117         * platform/chromium-mac/editing/selection/table-caret-3-expected.png:
71118         * platform/chromium-mac/editing/selection/transformed-selection-rects-expected.png:
71119         * platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png:
71120         * platform/chromium-mac/editing/selection/unrendered-001-expected.png:
71121         * platform/chromium-mac/editing/selection/unrendered-002-expected.png:
71122         * platform/chromium-mac/editing/selection/unrendered-003-expected.png:
71123         * platform/chromium-mac/editing/selection/unrendered-004-expected.png:
71124         * platform/chromium-mac/editing/selection/unrendered-005-expected.png:
71125         * platform/chromium-mac/editing/selection/unrendered-space-expected.png:
71126         * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
71127         * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
71128         * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
71129         * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
71130         * platform/chromium-mac/editing/selection/wrapped-line-caret-1-expected.png:
71131         * platform/chromium-mac/editing/selection/wrapped-line-caret-2-expected.png:
71132         * platform/chromium-mac/editing/spelling/grammar-markers-expected.png:
71133         * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png:
71134         * platform/chromium-mac/editing/spelling/spelling-expected.png:
71135         * platform/chromium-mac/editing/style/4916887-expected.png:
71136         * platform/chromium-mac/editing/style/5017613-1-expected.png:
71137         * platform/chromium-mac/editing/style/5017613-2-expected.png:
71138         * platform/chromium-mac/editing/style/5046875-1-expected.png:
71139         * platform/chromium-mac/editing/style/5046875-2-expected.png:
71140         * platform/chromium-mac/editing/style/5065910-expected.png:
71141         * platform/chromium-mac/editing/style/5084241-expected.png:
71142         * platform/chromium-mac/editing/style/5228141-expected.png:
71143         * platform/chromium-mac/editing/style/5279521-expected.png:
71144         * platform/chromium-mac/editing/style/block-styles-007-expected.png:
71145         * platform/chromium-mac/editing/style/highlight-expected.png:
71146         * platform/chromium-mac/editing/style/smoosh-styles-001-expected.png:
71147         * platform/chromium-mac/editing/style/smoosh-styles-003-expected.png:
71148         * platform/chromium-mac/editing/style/style-3681552-fix-001-expected.png:
71149         * platform/chromium-mac/editing/style/style-3681552-fix-002-expected.png:
71150         * platform/chromium-mac/editing/style/style-3998892-fix-expected.png:
71151         * platform/chromium-mac/editing/style/style-boundary-001-expected.png:
71152         * platform/chromium-mac/editing/style/style-boundary-002-expected.png:
71153         * platform/chromium-mac/editing/style/style-boundary-003-expected.png:
71154         * platform/chromium-mac/editing/style/style-boundary-004-expected.png:
71155         * platform/chromium-mac/editing/style/style-boundary-005-expected.png:
71156         * platform/chromium-mac/editing/style/typing-style-001-expected.png:
71157         * platform/chromium-mac/editing/style/typing-style-002-expected.png:
71158         * platform/chromium-mac/editing/style/unbold-in-bold-expected.png:
71159         * platform/chromium-mac/editing/undo/4063751-expected.png:
71160         * platform/chromium-mac/editing/undo/5378473-expected.png:
71161         * platform/chromium-mac/editing/undo/redo-typing-001-expected.png:
71162         * platform/chromium-mac/editing/undo/undo-combined-delete-boundary-expected.png:
71163         * platform/chromium-mac/editing/undo/undo-combined-delete-expected.png:
71164         * platform/chromium-mac/editing/undo/undo-delete-boundary-expected.png:
71165         * platform/chromium-mac/editing/undo/undo-delete-expected.png:
71166         * platform/chromium-mac/editing/undo/undo-forward-delete-boundary-expected.png:
71167         * platform/chromium-mac/editing/undo/undo-forward-delete-expected.png:
71168         * platform/chromium-mac/editing/undo/undo-misspellings-expected.png:
71169         * platform/chromium-mac/editing/undo/undo-typing-001-expected.png:
71170         * platform/chromium-mac/editing/unsupported-content/list-delete-001-expected.png:
71171         * platform/chromium-mac/editing/unsupported-content/list-delete-003-expected.png:
71172         * platform/chromium-mac/editing/unsupported-content/list-type-after-expected.png:
71173         * platform/chromium-mac/editing/unsupported-content/list-type-before-expected.png:
71174         * platform/chromium-mac/editing/unsupported-content/table-delete-001-expected.png:
71175         * platform/chromium-mac/editing/unsupported-content/table-delete-002-expected.png:
71176         * platform/chromium-mac/editing/unsupported-content/table-delete-003-expected.png:
71177         * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
71178         * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
71179         * platform/chromium-win/editing/deleting/delete-first-list-item-expected.png:
71180         * platform/chromium-win/editing/deleting/delete-listitem-002-expected.png:
71181         * platform/chromium-win/editing/deleting/list-item-1-expected.png:
71182         * platform/chromium-win/editing/execCommand/4641880-1-expected.png:
71183         * platform/chromium-win/editing/execCommand/4747450-expected.png:
71184         * platform/chromium-win/editing/execCommand/4916402-expected.png:
71185         * platform/chromium-win/editing/execCommand/5136770-expected.png:
71186         * platform/chromium-win/editing/execCommand/5142012-2-expected.png:
71187         * platform/chromium-win/editing/execCommand/5569741-expected.png:
71188         * platform/chromium-win/editing/execCommand/create-list-with-hr-expected.png:
71189         * platform/chromium-win/editing/execCommand/indent-list-item-expected.png:
71190         * platform/chromium-win/editing/execCommand/remove-list-item-1-expected.png:
71191         * platform/chromium-win/editing/inserting/4875189-1-expected.png:
71192         * platform/chromium-win/editing/inserting/4959067-expected.png:
71193         * platform/chromium-win/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
71194         * platform/chromium-win/editing/pasteboard/innerText-inline-table-expected.png:
71195         * platform/chromium-win/editing/pasteboard/input-field-1-expected.png:
71196         * platform/chromium-win/editing/pasteboard/merge-start-list-expected.png:
71197         * platform/chromium-win/editing/selection/4402375-expected.png:
71198         * platform/chromium-win/editing/selection/4895428-2-expected.png:
71199         * platform/chromium-win/editing/selection/drag-to-contenteditable-iframe-expected.png:
71200         * platform/chromium-win/editing/selection/extend-by-word-002-expected.png:
71201         * platform/chromium-win/editing/selection/extend-inside-transforms-backward-expected.png:
71202         * platform/chromium-win/editing/selection/extend-inside-transforms-forward-expected.png:
71203         * platform/chromium-win/editing/selection/image-before-linebreak-expected.png:
71204         * platform/chromium-win/editing/selection/replaced-boundaries-1-expected.png:
71205         * platform/chromium-win/editing/selection/replaced-boundaries-2-expected.png:
71206         * platform/chromium-win/editing/selection/replaced-boundaries-3-expected.png:
71207         * platform/chromium-win/editing/selection/select-all-iframe-expected.png:
71208         * platform/chromium-win/editing/selection/selectNode-expected.png:
71209         * platform/chromium-win/editing/selection/selectNodeContents-expected.png:
71210         * platform/chromium-win/editing/selection/transformed-selection-rects-expected.png:
71211         * platform/chromium-win/editing/spelling/grammar-markers-hidpi-expected.png:
71212         * platform/chromium-win/editing/unsupported-content/list-delete-001-expected.png:
71213         * platform/chromium-win/editing/unsupported-content/list-type-after-expected.png:
71214         * platform/chromium-win/editing/unsupported-content/list-type-before-expected.png:
71215
71216 2012-11-22  Stephen Chenney  <schenney@chromium.org>
71217
71218         [Chromium] Test expectations update after enabling Skia changes.
71219
71220         Unreviewed Chromium expectations update.
71221
71222         Partial update, covering all css tests. Many more to come.
71223
71224         * platform/chromium-mac-lion/css1/box_properties/border_left-expected.png:
71225         * platform/chromium-mac-lion/css1/box_properties/border_right_inline-expected.png:
71226         * platform/chromium-mac-lion/css1/box_properties/border_top-expected.png:
71227         * platform/chromium-mac-lion/css1/box_properties/clear_float-expected.png:
71228         * platform/chromium-mac-lion/css1/box_properties/float_elements_in_series-expected.png:
71229         * platform/chromium-mac-lion/css1/box_properties/float_on_text_elements-expected.png:
71230         * platform/chromium-mac-lion/css1/box_properties/margin_left-expected.png:
71231         * platform/chromium-mac-lion/css1/box_properties/margin_right-expected.png:
71232         * platform/chromium-mac-lion/css1/box_properties/padding_left-expected.png:
71233         * platform/chromium-mac-lion/css1/box_properties/padding_right-expected.png:
71234         * platform/chromium-mac-lion/css1/cascade/cascade_order-expected.png:
71235         * platform/chromium-mac-lion/css1/classification/list_style_image-expected.png:
71236         * platform/chromium-mac-lion/css1/classification/list_style_position-expected.png:
71237         * platform/chromium-mac-lion/css1/classification/list_style_type-expected.png:
71238         * platform/chromium-mac-lion/css1/pseudo/anchor-expected.png:
71239         * platform/chromium-mac-lion/css1/text_properties/text_align-expected.png:
71240         * platform/chromium-mac-lion/css2.1/20110323/margin-applies-to-010-expected.png:
71241         * platform/chromium-mac-lion/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
71242         * platform/chromium-mac-lion/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
71243         * platform/chromium-mac-lion/css2.1/t0505-c16-descendant-01-e-expected.png:
71244         * platform/chromium-mac-lion/css2.1/t050803-c14-classes-00-e-expected.png:
71245         * platform/chromium-mac-lion/css2.1/t0509-c15-ids-01-e-expected.png:
71246         * platform/chromium-mac-lion/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
71247         * platform/chromium-mac-lion/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
71248         * platform/chromium-mac-lion/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
71249         * platform/chromium-mac-lion/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
71250         * platform/chromium-mac-lion/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
71251         * platform/chromium-mac-lion/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
71252         * platform/chromium-mac-lion/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
71253         * platform/chromium-mac-lion/css2.1/t1202-counter-04-b-expected.png:
71254         * platform/chromium-mac-lion/css2.1/t1202-counters-04-b-expected.png:
71255         * platform/chromium-mac-lion/css2.1/t1205-c563-list-type-00-b-expected.png:
71256         * platform/chromium-mac-lion/css2.1/t1205-c564-list-img-00-b-g-expected.png:
71257         * platform/chromium-mac-lion/css2.1/t1602-c546-txt-align-00-b-expected.png:
71258         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-1-expected.png:
71259         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-13-expected.png:
71260         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-15-expected.png:
71261         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-161-expected.png:
71262         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-19b-expected.png:
71263         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-22-expected.png:
71264         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-23-expected.png:
71265         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-24-expected.png:
71266         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-28-expected.png:
71267         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-28b-expected.png:
71268         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-29-expected.png:
71269         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-29b-expected.png:
71270         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-3a-expected.png:
71271         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-64-expected.png:
71272         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-68-expected.png:
71273         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-69-expected.png:
71274         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-73-expected.png:
71275         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-73b-expected.png:
71276         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-74-expected.png:
71277         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-74b-expected.png:
71278         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-1-expected.png:
71279         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-13-expected.png:
71280         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-15-expected.png:
71281         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-161-expected.png:
71282         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
71283         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-22-expected.png:
71284         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-23-expected.png:
71285         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-24-expected.png:
71286         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-28-expected.png:
71287         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
71288         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-29-expected.png:
71289         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
71290         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-3-expected.png:
71291         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
71292         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-64-expected.png:
71293         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-68-expected.png:
71294         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-69-expected.png:
71295         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-73-expected.png:
71296         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
71297         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-74-expected.png:
71298         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
71299         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-1-expected.png:
71300         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-13-expected.png:
71301         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-15-expected.png:
71302         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-161-expected.png:
71303         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-19b-expected.png:
71304         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-22-expected.png:
71305         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-23-expected.png:
71306         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-24-expected.png:
71307         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-28-expected.png:
71308         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-28b-expected.png:
71309         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-29-expected.png:
71310         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-29b-expected.png:
71311         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-3-expected.png:
71312         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-3a-expected.png:
71313         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-64-expected.png:
71314         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-68-expected.png:
71315         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-69-expected.png:
71316         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-73-expected.png:
71317         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-73b-expected.png:
71318         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-74-expected.png:
71319         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-74b-expected.png:
71320         * platform/chromium-mac-lion/css3/unicode-bidi-isolate-basic-expected.png:
71321         * platform/chromium-mac-snowleopard/css1/box_properties/border_left-expected.png:
71322         * platform/chromium-mac-snowleopard/css1/box_properties/border_right_inline-expected.png:
71323         * platform/chromium-mac-snowleopard/css1/box_properties/border_top-expected.png:
71324         * platform/chromium-mac-snowleopard/css1/box_properties/clear_float-expected.png:
71325         * platform/chromium-mac-snowleopard/css1/box_properties/float_elements_in_series-expected.png:
71326         * platform/chromium-mac-snowleopard/css1/box_properties/float_on_text_elements-expected.png:
71327         * platform/chromium-mac-snowleopard/css1/box_properties/margin_left-expected.png:
71328         * platform/chromium-mac-snowleopard/css1/box_properties/margin_right-expected.png:
71329         * platform/chromium-mac-snowleopard/css1/box_properties/padding_left-expected.png:
71330         * platform/chromium-mac-snowleopard/css1/box_properties/padding_right-expected.png:
71331         * platform/chromium-mac-snowleopard/css1/cascade/cascade_order-expected.png:
71332         * platform/chromium-mac-snowleopard/css1/classification/list_style_image-expected.png:
71333         * platform/chromium-mac-snowleopard/css1/classification/list_style_position-expected.png:
71334         * platform/chromium-mac-snowleopard/css1/classification/list_style_type-expected.png:
71335         * platform/chromium-mac-snowleopard/css1/pseudo/anchor-expected.png:
71336         * platform/chromium-mac-snowleopard/css1/text_properties/text_align-expected.png:
71337         * platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-010-expected.png:
71338         * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
71339         * platform/chromium-mac-snowleopard/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
71340         * platform/chromium-mac-snowleopard/css2.1/t0505-c16-descendant-01-e-expected.png:
71341         * platform/chromium-mac-snowleopard/css2.1/t050803-c14-classes-00-e-expected.png:
71342         * platform/chromium-mac-snowleopard/css2.1/t0509-c15-ids-01-e-expected.png:
71343         * platform/chromium-mac-snowleopard/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
71344         * platform/chromium-mac-snowleopard/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
71345         * platform/chromium-mac-snowleopard/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
71346         * platform/chromium-mac-snowleopard/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
71347         * platform/chromium-mac-snowleopard/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
71348         * platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
71349         * platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
71350         * platform/chromium-mac-snowleopard/css2.1/t1202-counter-04-b-expected.png:
71351         * platform/chromium-mac-snowleopard/css2.1/t1202-counters-04-b-expected.png:
71352         * platform/chromium-mac-snowleopard/css2.1/t1205-c563-list-type-00-b-expected.png:
71353         * platform/chromium-mac-snowleopard/css2.1/t1205-c564-list-img-00-b-g-expected.png:
71354         * platform/chromium-mac-snowleopard/css2.1/t1602-c546-txt-align-00-b-expected.png:
71355         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-1-expected.png:
71356         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-13-expected.png:
71357         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-15-expected.png:
71358         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-161-expected.png:
71359         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-19b-expected.png:
71360         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-22-expected.png:
71361         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-28-expected.png:
71362         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-28b-expected.png:
71363         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-29-expected.png:
71364         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-29b-expected.png:
71365         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-3a-expected.png:
71366         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-64-expected.png:
71367         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-73-expected.png:
71368         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-73b-expected.png:
71369         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-74-expected.png:
71370         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-74b-expected.png:
71371         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-1-expected.png:
71372         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-13-expected.png:
71373         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-15-expected.png:
71374         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-161-expected.png:
71375         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
71376         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-22-expected.png:
71377         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-28-expected.png:
71378         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
71379         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-29-expected.png:
71380         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
71381         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-3-expected.png:
71382         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
71383         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-64-expected.png:
71384         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-73-expected.png:
71385         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
71386         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-74-expected.png:
71387         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
71388         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-1-expected.png:
71389         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-13-expected.png:
71390         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-15-expected.png:
71391         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-161-expected.png:
71392         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-19b-expected.png:
71393         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-22-expected.png:
71394         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-28-expected.png:
71395         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-28b-expected.png:
71396         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-29-expected.png:
71397         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-29b-expected.png:
71398         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-3-expected.png:
71399         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-3a-expected.png:
71400         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-64-expected.png:
71401         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-73-expected.png:
71402         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-73b-expected.png:
71403         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-74-expected.png:
71404         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-74b-expected.png:
71405         * platform/chromium-mac-snowleopard/css3/unicode-bidi-isolate-basic-expected.png:
71406         * platform/chromium-mac/css1/box_properties/border_left-expected.png:
71407         * platform/chromium-mac/css1/box_properties/border_right_inline-expected.png:
71408         * platform/chromium-mac/css1/box_properties/border_top-expected.png:
71409         * platform/chromium-mac/css1/box_properties/clear_float-expected.png:
71410         * platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.png:
71411         * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png:
71412         * platform/chromium-mac/css1/box_properties/margin_left-expected.png:
71413         * platform/chromium-mac/css1/box_properties/margin_right-expected.png:
71414         * platform/chromium-mac/css1/box_properties/padding_left-expected.png:
71415         * platform/chromium-mac/css1/box_properties/padding_right-expected.png:
71416         * platform/chromium-mac/css1/cascade/cascade_order-expected.png:
71417         * platform/chromium-mac/css1/classification/list_style_image-expected.png:
71418         * platform/chromium-mac/css1/classification/list_style_position-expected.png:
71419         * platform/chromium-mac/css1/classification/list_style_type-expected.png:
71420         * platform/chromium-mac/css1/pseudo/anchor-expected.png:
71421         * platform/chromium-mac/css1/text_properties/text_align-expected.png:
71422         * platform/chromium-mac/css2.1/20110323/margin-applies-to-010-expected.png:
71423         * platform/chromium-mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
71424         * platform/chromium-mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
71425         * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.png:
71426         * platform/chromium-mac/css2.1/t050803-c14-classes-00-e-expected.png:
71427         * platform/chromium-mac/css2.1/t0509-c15-ids-01-e-expected.png:
71428         * platform/chromium-mac/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
71429         * platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
71430         * platform/chromium-mac/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
71431         * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
71432         * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
71433         * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
71434         * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
71435         * platform/chromium-mac/css2.1/t1202-counter-04-b-expected.png:
71436         * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.png:
71437         * platform/chromium-mac/css2.1/t1205-c563-list-type-00-b-expected.png:
71438         * platform/chromium-mac/css2.1/t1205-c564-list-img-00-b-g-expected.png:
71439         * platform/chromium-mac/css2.1/t1602-c546-txt-align-00-b-expected.png:
71440         * platform/chromium-mac/css3/filters/filter-repaint-child-layers-expected.png:
71441         * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-crash-expected.png:
71442         * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-expected.png:
71443         * platform/chromium-mac/css3/filters/filter-with-transform-expected.png:
71444         * platform/chromium-mac/css3/filters/nested-filter-expected.png:
71445         * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
71446         * platform/chromium-mac/css3/masking/clip-path-circle-expected.png:
71447         * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png:
71448         * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png:
71449         * platform/chromium-mac/css3/masking/clip-path-circle-overflow-hidden-expected.png:
71450         * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png:
71451         * platform/chromium-mac/css3/masking/clip-path-polygon-evenodd-expected.png:
71452         * platform/chromium-mac/css3/masking/clip-path-polygon-expected.png:
71453         * platform/chromium-mac/css3/masking/clip-path-polygon-nonzero-expected.png:
71454         * platform/chromium-mac/css3/masking/clip-path-rectangle-expected.png:
71455         * platform/chromium-mac/css3/selectors3/html/css3-modsel-1-expected.png:
71456         * platform/chromium-mac/css3/selectors3/html/css3-modsel-13-expected.png:
71457         * platform/chromium-mac/css3/selectors3/html/css3-modsel-15-expected.png:
71458         * platform/chromium-mac/css3/selectors3/html/css3-modsel-161-expected.png:
71459         * platform/chromium-mac/css3/selectors3/html/css3-modsel-19b-expected.png:
71460         * platform/chromium-mac/css3/selectors3/html/css3-modsel-22-expected.png:
71461         * platform/chromium-mac/css3/selectors3/html/css3-modsel-23-expected.png:
71462         * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.png:
71463         * platform/chromium-mac/css3/selectors3/html/css3-modsel-28-expected.png:
71464         * platform/chromium-mac/css3/selectors3/html/css3-modsel-28b-expected.png:
71465         * platform/chromium-mac/css3/selectors3/html/css3-modsel-29-expected.png:
71466         * platform/chromium-mac/css3/selectors3/html/css3-modsel-29b-expected.png:
71467         * platform/chromium-mac/css3/selectors3/html/css3-modsel-3a-expected.png:
71468         * platform/chromium-mac/css3/selectors3/html/css3-modsel-64-expected.png:
71469         * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.png:
71470         * platform/chromium-mac/css3/selectors3/html/css3-modsel-69-expected.png:
71471         * platform/chromium-mac/css3/selectors3/html/css3-modsel-73-expected.png:
71472         * platform/chromium-mac/css3/selectors3/html/css3-modsel-73b-expected.png:
71473         * platform/chromium-mac/css3/selectors3/html/css3-modsel-74-expected.png:
71474         * platform/chromium-mac/css3/selectors3/html/css3-modsel-74b-expected.png:
71475         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-1-expected.png:
71476         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-13-expected.png:
71477         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15-expected.png:
71478         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-161-expected.png:
71479         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
71480         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-22-expected.png:
71481         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
71482         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
71483         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-28-expected.png:
71484         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
71485         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-29-expected.png:
71486         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
71487         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-3-expected.png:
71488         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
71489         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-64-expected.png:
71490         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
71491         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
71492         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-73-expected.png:
71493         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
71494         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-74-expected.png:
71495         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
71496         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-1-expected.png:
71497         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-13-expected.png:
71498         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15-expected.png:
71499         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-161-expected.png:
71500         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-19b-expected.png:
71501         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-22-expected.png:
71502         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-23-expected.png:
71503         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.png:
71504         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-28-expected.png:
71505         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-28b-expected.png:
71506         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-29-expected.png:
71507         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-29b-expected.png:
71508         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-3-expected.png:
71509         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-3a-expected.png:
71510         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-64-expected.png:
71511         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.png:
71512         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-69-expected.png:
71513         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-73-expected.png:
71514         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-73b-expected.png:
71515         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-74-expected.png:
71516         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-74b-expected.png:
71517         * platform/chromium-mac/css3/unicode-bidi-isolate-basic-expected.png:
71518         * platform/chromium-win-xp/css1/cascade: Removed.
71519         * platform/chromium-win-xp/css1/classification: Removed.
71520         * platform/chromium-win-xp/css1/pseudo: Removed.
71521         * platform/chromium-win-xp/css3/selectors3/html: Removed.
71522         * platform/chromium-win-xp/css3/selectors3/html/css3-modsel-161-expected.png: Removed.
71523         * platform/chromium-win-xp/css3/selectors3/xhtml: Removed.
71524         * platform/chromium-win-xp/css3/selectors3/xhtml/css3-modsel-161-expected.png: Removed.
71525         * platform/chromium-win-xp/css3/selectors3/xml: Removed.
71526         * platform/chromium-win-xp/css3/selectors3/xml/css3-modsel-161-expected.png: Removed.
71527         * platform/chromium-win/css1/box_properties/border_left-expected.png:
71528         * platform/chromium-win/css1/box_properties/border_right_inline-expected.png:
71529         * platform/chromium-win/css1/box_properties/border_top-expected.png:
71530         * platform/chromium-win/css1/box_properties/clear_float-expected.png:
71531         * platform/chromium-win/css1/box_properties/margin_left-expected.png:
71532         * platform/chromium-win/css1/box_properties/margin_right-expected.png:
71533         * platform/chromium-win/css1/box_properties/padding_left-expected.png:
71534         * platform/chromium-win/css1/box_properties/padding_right-expected.png:
71535         * platform/chromium-win/css1/cascade/cascade_order-expected.png:
71536         * platform/chromium-win/css1/classification/list_style_image-expected.png:
71537         * platform/chromium-win/css1/classification/list_style_position-expected.png:
71538         * platform/chromium-win/css1/classification/list_style_type-expected.png:
71539         * platform/chromium-win/css1/pseudo/anchor-expected.png:
71540         * platform/chromium-win/css2.1/20110323/margin-applies-to-010-expected.png:
71541         * platform/chromium-win/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
71542         * platform/chromium-win/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
71543         * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.png:
71544         * platform/chromium-win/css2.1/t050803-c14-classes-00-e-expected.png:
71545         * platform/chromium-win/css2.1/t0509-c15-ids-01-e-expected.png:
71546         * platform/chromium-win/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
71547         * platform/chromium-win/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
71548         * platform/chromium-win/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
71549         * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
71550         * platform/chromium-win/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
71551         * platform/chromium-win/css2.1/t1205-c563-list-type-00-b-expected.png:
71552         * platform/chromium-win/css2.1/t1205-c564-list-img-00-b-g-expected.png:
71553         * platform/chromium-win/css3/filters/filter-repaint-child-layers-expected.png:
71554         * platform/chromium-win/css3/filters/filter-repaint-composited-fallback-crash-expected.png:
71555         * platform/chromium-win/css3/filters/filter-repaint-composited-fallback-expected.png:
71556         * platform/chromium-win/css3/filters/filter-with-transform-expected.png:
71557         * platform/chromium-win/css3/filters/nested-filter-expected.png:
71558         * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
71559         * platform/chromium-win/css3/masking/clip-path-circle-expected.png:
71560         * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png:
71561         * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png:
71562         * platform/chromium-win/css3/masking/clip-path-circle-overflow-hidden-expected.png:
71563         * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png:
71564         * platform/chromium-win/css3/masking/clip-path-polygon-evenodd-expected.png:
71565         * platform/chromium-win/css3/masking/clip-path-polygon-expected.png:
71566         * platform/chromium-win/css3/masking/clip-path-polygon-nonzero-expected.png:
71567         * platform/chromium-win/css3/masking/clip-path-rectangle-expected.png:
71568         * platform/chromium-win/css3/selectors3/html/css3-modsel-1-expected.png:
71569         * platform/chromium-win/css3/selectors3/html/css3-modsel-13-expected.png:
71570         * platform/chromium-win/css3/selectors3/html/css3-modsel-15-expected.png:
71571         * platform/chromium-win/css3/selectors3/html/css3-modsel-22-expected.png:
71572         * platform/chromium-win/css3/selectors3/html/css3-modsel-28-expected.png:
71573         * platform/chromium-win/css3/selectors3/html/css3-modsel-28b-expected.png:
71574         * platform/chromium-win/css3/selectors3/html/css3-modsel-29-expected.png:
71575         * platform/chromium-win/css3/selectors3/html/css3-modsel-29b-expected.png:
71576         * platform/chromium-win/css3/selectors3/html/css3-modsel-3a-expected.png:
71577         * platform/chromium-win/css3/selectors3/html/css3-modsel-73-expected.png:
71578         * platform/chromium-win/css3/selectors3/html/css3-modsel-73b-expected.png:
71579         * platform/chromium-win/css3/selectors3/html/css3-modsel-74-expected.png:
71580         * platform/chromium-win/css3/selectors3/html/css3-modsel-74b-expected.png:
71581         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-1-expected.png:
71582         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-13-expected.png:
71583         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15-expected.png:
71584         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-22-expected.png:
71585         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-28-expected.png:
71586         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
71587         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-29-expected.png:
71588         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
71589         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-3-expected.png:
71590         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
71591         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-73-expected.png:
71592         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
71593         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-74-expected.png:
71594         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
71595         * platform/chromium-win/css3/selectors3/xml/css3-modsel-1-expected.png:
71596         * platform/chromium-win/css3/selectors3/xml/css3-modsel-13-expected.png:
71597         * platform/chromium-win/css3/selectors3/xml/css3-modsel-15-expected.png:
71598         * platform/chromium-win/css3/selectors3/xml/css3-modsel-22-expected.png:
71599         * platform/chromium-win/css3/selectors3/xml/css3-modsel-28-expected.png:
71600         * platform/chromium-win/css3/selectors3/xml/css3-modsel-28b-expected.png:
71601         * platform/chromium-win/css3/selectors3/xml/css3-modsel-29-expected.png:
71602         * platform/chromium-win/css3/selectors3/xml/css3-modsel-29b-expected.png:
71603         * platform/chromium-win/css3/selectors3/xml/css3-modsel-3-expected.png:
71604         * platform/chromium-win/css3/selectors3/xml/css3-modsel-3a-expected.png:
71605         * platform/chromium-win/css3/selectors3/xml/css3-modsel-73-expected.png:
71606         * platform/chromium-win/css3/selectors3/xml/css3-modsel-73b-expected.png:
71607         * platform/chromium-win/css3/selectors3/xml/css3-modsel-74-expected.png:
71608         * platform/chromium-win/css3/selectors3/xml/css3-modsel-74b-expected.png:
71609
71610 2012-11-22  Csaba Osztrogonác  <ossy@webkit.org>
71611
71612         [Qt] Unreviewed gardening, skip failing tests to paint the bots green.
71613
71614         * platform/qt-5.0-wk2/TestExpectations:
71615         * platform/qt/TestExpectations:
71616
71617 2012-11-22  Stephen Chenney  <schenney@chromium.org>
71618
71619         [Chromium] Test expectations update after enabling Skia changes.
71620
71621         Unreviewed Chromium expectations update.
71622
71623         Partial update, many more to come.
71624
71625         * platform/chromium-linux/compositing/culling/filter-occlusion-blur-expected.png:
71626         * platform/chromium-linux/compositing/culling/filter-occlusion-blur-large-expected.png:
71627         * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
71628         * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
71629         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
71630         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed-expected.png:
71631         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed2-expected.png:
71632         * platform/chromium-mac-lion/compositing/reflections/reflection-in-composited-expected.png:
71633         * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
71634         * platform/chromium-mac-lion/css1/basic/class_as_selector-expected.png:
71635         * platform/chromium-mac-lion/css1/basic/containment-expected.png:
71636         * platform/chromium-mac-lion/css1/basic/contextual_selectors-expected.png:
71637         * platform/chromium-mac-lion/css1/basic/id_as_selector-expected.png:
71638         * platform/chromium-mac-lion/css1/box_properties/border_bottom-expected.png:
71639         * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
71640         * platform/chromium-mac-snowleopard/compositing/plugins/composited-plugin-expected.png:
71641         * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-transformed-expected.png:
71642         * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-transformed2-expected.png:
71643         * platform/chromium-mac-snowleopard/compositing/reflections/reflection-in-composited-expected.png:
71644         * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
71645         * platform/chromium-mac-snowleopard/css1/basic/class_as_selector-expected.png:
71646         * platform/chromium-mac-snowleopard/css1/basic/containment-expected.png:
71647         * platform/chromium-mac-snowleopard/css1/basic/contextual_selectors-expected.png:
71648         * platform/chromium-mac-snowleopard/css1/basic/id_as_selector-expected.png:
71649         * platform/chromium-mac-snowleopard/css1/box_properties/border_bottom-expected.png:
71650         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
71651         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
71652         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
71653         * platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png:
71654         * platform/chromium-mac/compositing/reflections/nested-reflection-transformed2-expected.png:
71655         * platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png:
71656         * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
71657         * platform/chromium-mac/css1/basic/class_as_selector-expected.png:
71658         * platform/chromium-mac/css1/basic/containment-expected.png:
71659         * platform/chromium-mac/css1/basic/contextual_selectors-expected.png:
71660         * platform/chromium-mac/css1/basic/id_as_selector-expected.png:
71661         * platform/chromium-mac/css1/box_properties/border_bottom-expected.png:
71662         * platform/chromium-win-xp/compositing/reflections: Removed.
71663         * platform/chromium-win-xp/css1/basic: Removed.
71664         * platform/chromium-win/compositing/culling/filter-occlusion-alpha-large-expected.png:
71665         * platform/chromium-win/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
71666         * platform/chromium-win/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
71667         * platform/chromium-win/compositing/reflections/nested-reflection-transformed-expected.png:
71668         * platform/chromium-win/compositing/reflections/nested-reflection-transformed2-expected.png:
71669         * platform/chromium-win/compositing/reflections/reflection-in-composited-expected.png:
71670         * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
71671         * platform/chromium-win/css1/basic/class_as_selector-expected.png:
71672         * platform/chromium-win/css1/basic/containment-expected.png:
71673         * platform/chromium-win/css1/basic/contextual_selectors-expected.png:
71674         * platform/chromium-win/css1/basic/id_as_selector-expected.png:
71675         * platform/chromium-win/css1/box_properties/border_bottom-expected.png:
71676
71677 2012-11-22  Daniel Bates  <dbates@webkit.org>
71678
71679         JavaScript fails to concatenate large strings
71680         <https://bugs.webkit.org/show_bug.cgi?id=102963>
71681
71682         Remove Qt-specific results for test concat-large-strings-crash.html
71683         since they are identical to the platform-independent expected results
71684         as of changeset 135523, <http://trac.webkit.org/changeset/135523>.
71685
71686         * platform/qt/fast/js/concat-large-strings-crash-expected.txt: Removed.
71687
71688 2012-11-22  Daniel Bates  <dbates@webkit.org>
71689
71690         JavaScript fails to concatenate large strings
71691         <https://bugs.webkit.org/show_bug.cgi?id=102963>
71692
71693         Update test result.
71694
71695         * fast/js/concat-large-strings-crash-expected.txt:
71696
71697 2012-11-22  Stephen Chenney  <schenney@chromium.org>
71698
71699         Chromium expectations fix.
71700
71701         Unreviewed removal of bad expectations.
71702
71703         * platform/chromium/svg/animations/animate-text-nested-transforms-expected.txt: Removed.
71704         * platform/chromium/svg/custom/getscreenctm-in-mixed-content2-expected.txt: Removed.
71705         * platform/chromium/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
71706
71707 2012-11-22  Stephen Chenney  <schenney@chromium.org>
71708
71709         [Chromium] Test expectations update after enabling Skia changes.
71710
71711         Unreviewed Chromium expectations update.
71712
71713         Update of remaining platform-specific expectations for linux. Other platforms to come.
71714
71715         Too many files to list.
71716
71717 2012-11-22  Stephen Chenney  <schenney@chromium.org>
71718
71719         [Chromium] Test expectations update after enabling Skia changes.
71720
71721         Unreviewed Chromium expectations update.
71722
71723         Update of svg results.
71724
71725         Too many files to list. All Chromium platform results for svg tests.
71726
71727 2012-11-22  Stephen Chenney  <schenney@chromium.org>
71728
71729         [Chromium] Test expectations update.
71730
71731         Unreviewed changes due to Skia changes.
71732
71733         Too many files to list (over 1000). All Chromium platform expectations.
71734
71735 2012-11-22  Yury Semikhatsky  <yurys@chromium.org>
71736
71737         Unreviewed. Mark LayoutTests/fast/canvas/canvas-stroke*-gradient-shadow.html as crashing after latest Skia roll.
71738         https://bugs.webkit.org/show_bug.cgi?id=103062 
71739
71740         * platform/chromium/TestExpectations:
71741
71742 2012-11-22  Kent Tamura  <tkent@chromium.org>
71743
71744         INPUT_MULTIPLE_FIELDS_UI: Refactoring: Do not call updateInnerTextValue if only read-only sub-fields have values
71745         https://bugs.webkit.org/show_bug.cgi?id=103033
71746
71747         Reviewed by Kentaro Hara.
71748
71749         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty-expected.txt:
71750         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty.html:
71751
71752 2012-11-22  Keishi Hattori  <keishi@webkit.org>
71753
71754         Add week-multiple-fields tests
71755         https://bugs.webkit.org/show_bug.cgi?id=102045
71756
71757         Reviewed by Kent Tamura.
71758
71759         Adding test cases for multiple field week input.
71760
71761         * fast/forms/resources/multiple-fields-blur-and-focus-events.js:
71762         (startTestFor.beginTestCase):
71763         (startTestFor):
71764         * fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes-expected.txt: Added.
71765         * fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes.html: Added.
71766         * fast/forms/week-multiple-fields/week-multiple-fields-ax-value-changed-notification-expected.txt: Added.
71767         * fast/forms/week-multiple-fields/week-multiple-fields-ax-value-changed-notification.html: Added.
71768         * fast/forms/week-multiple-fields/week-multiple-fields-blur-and-focus-events-expected.txt: Added.
71769         * fast/forms/week-multiple-fields/week-multiple-fields-blur-and-focus-events.html: Added.
71770         * fast/forms/week-multiple-fields/week-multiple-fields-change-layout-by-value-expected.txt: Added.
71771         * fast/forms/week-multiple-fields/week-multiple-fields-change-layout-by-value.html: Added.
71772         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt: Added.
71773         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events.html: Added.
71774         * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events-expected.txt: Added.
71775         * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events.html: Added.
71776         * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
71777         * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html: Added.
71778         * fast/forms/week-multiple-fields/week-multiple-fields-reset-value-after-reloads-expected.txt: Added.
71779         * fast/forms/week-multiple-fields/week-multiple-fields-reset-value-after-reloads.html: Added.
71780         * fast/forms/week-multiple-fields/week-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
71781         * fast/forms/week-multiple-fields/week-multiple-fields-spinbutton-change-and-input-events.html: Added.
71782         * fast/forms/week-multiple-fields/week-multiple-fields-wheel-event-expected.txt: Added.
71783         * fast/forms/week-multiple-fields/week-multiple-fields-wheel-event.html: Added.
71784
71785 2012-11-22  Christophe Dumez  <christophe.dumez@intel.com>
71786
71787         WebKitTestRunner needs layoutTestController.setCacheModel
71788         https://bugs.webkit.org/show_bug.cgi?id=42684
71789
71790         Reviewed by Kenneth Rohde Christiansen.
71791
71792         Unskip fast/dom/HTMLScriptElement/nested-execution.html for
71793         WK2 now that WebKitTestRunner implements
71794         testRunner.setCacheModel.
71795
71796         * platform/wk2/TestExpectations:
71797
71798 2012-11-22  Stephen Chenney  <schenney@chromium.org>
71799
71800         Fixing some Chromium test expectations.
71801
71802         Unreviewed expectations update
71803
71804         * platform/chromium-mac/fast/css/font-smoothing-expected.png:
71805         * platform/chromium-mac/fast/css/text-rendering-expected.png:
71806         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
71807         * platform/chromium-mac/svg/text/scaling-font-with-geometric-precision-expected.png:
71808         * platform/chromium-win/fast/css/font-smoothing-expected.png: Added.
71809         * platform/chromium/fast/css/font-smoothing-expected.png: Removed.
71810         * platform/chromium/fast/css/text-rendering-expected.png: Removed.
71811
71812 2012-11-22  Yury Semikhatsky  <yurys@chromium.org>
71813
71814         Chromium gardening. Rebaseline compositing tests
71815         https://bugs.webkit.org/show_bug.cgi?id=103039
71816
71817         Reviewed by Pavel Feldman.
71818
71819         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
71820         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
71821         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
71822         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
71823
71824 2012-11-22  Harald Alvestrand  <hta@google.com>
71825
71826         Name enumerator function for GetStats RTCStatsElement
71827         https://bugs.webkit.org/show_bug.cgi?id=102933
71828
71829         Reviewed by Adam Barth.
71830
71831         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
71832         * fast/mediastream/RTCPeerConnection-stats.html:
71833
71834 2012-11-22  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
71835
71836         [Qt] Unreviewed gardening
71837
71838         Add platform specific exception.
71839
71840         * platform/qt/fast/js/concat-large-strings-crash-expected.txt: Added.
71841
71842 2012-11-22  Yury Semikhatsky  <yurys@chromium.org>
71843
71844         Unreviewed. Rebaselined new tests added in r135454.
71845
71846         * platform/chromium/fast/js/concat-large-strings-crash-expected.txt: Added.
71847         * platform/chromium/fast/js/concat-large-strings-crash2-expected.txt: Added.
71848
71849 2012-11-21  Sheriff Bot  <webkit.review.bot@gmail.com>
71850
71851         Unreviewed, rolling out r135464.
71852         http://trac.webkit.org/changeset/135464
71853         https://bugs.webkit.org/show_bug.cgi?id=103026
71854
71855         breaks gtk bot (Requested by morrita on #webkit).
71856
71857         * fast/dom/shadow/shadow-aware-create-shadow-root-expected.txt: Removed.
71858         * fast/dom/shadow/shadow-aware-create-shadow-root.html: Removed.
71859
71860 2012-11-21  Cosmin Truta  <ctruta@rim.com>
71861
71862         Numeric identifiers of events should not be globally sequential
71863         https://bugs.webkit.org/show_bug.cgi?id=102244
71864
71865         Reviewed by Alexey Proskuryakov.
71866
71867         Ensured that the results of setTimeout(), setInterval() and
71868         navigator.geolocation.watchPosition() are strictly positive
71869         and unique within their script execution context.
71870
71871         * fast/dom/Geolocation/watchPosition-unique-expected.txt: Added.
71872         * fast/dom/Geolocation/watchPosition-unique.html: Added.
71873         * fast/dom/Window/setTimeout-setInterval-unique-expected.txt: Added.
71874         * fast/dom/Window/setTimeout-setInterval-unique.html: Added.
71875
71876 2012-11-21  Kent Tamura  <tkent@chromium.org>
71877
71878         [Chromium] Correct svn:mime-type for platform/chromium*/**/*.png
71879
71880         * <Omit the file list>
71881
71882 2012-11-21  Kent Tamura  <tkent@chromium.org>
71883
71884         [Chromium] Correct svn:mime-type for platform/chromium-linux/**/*.png
71885
71886         * <Omit the file list>
71887
71888 2012-11-21  Kent Tamura  <tkent@chromium.org>
71889
71890         [Chromium] Correct svn:mime-type for platform/chromium-win/**/*.png
71891
71892         * <Omit the file list>
71893
71894 2012-11-21  Kent Tamura  <tkent@chromium.org>
71895
71896         [Chromium] Correct svn:mime-type for platform/chromium-mac/**/*.png
71897
71898         * <Omit the file list>
71899
71900 2012-11-21  Kent Tamura  <tkent@chromium.org>
71901
71902         [Chromium] Rebaselin for recent forms changes.
71903
71904         * platform/chromium-linux-x86/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
71905         * platform/chromium-linux/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
71906         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
71907         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
71908         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
71909         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
71910         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
71911         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
71912         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
71913         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
71914         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
71915         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
71916         * platform/chromium-mac-lion/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
71917         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
71918         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
71919         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
71920         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
71921         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
71922         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
71923         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
71924         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
71925         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
71926         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
71927         * platform/chromium-mac-snowleopard/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
71928         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
71929         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
71930         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
71931         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
71932         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
71933         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
71934         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
71935         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
71936         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
71937         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
71938         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
71939         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
71940         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
71941         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
71942         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
71943         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
71944         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
71945         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
71946         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
71947         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
71948         * platform/chromium-win-xp/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
71949         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
71950         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
71951         * platform/chromium-win/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
71952         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
71953         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
71954         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
71955         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
71956         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
71957         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
71958         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
71959         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
71960         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
71961         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
71962         * platform/chromium/TestExpectations:
71963
71964 2012-11-21  Hajime Morrita  <morrita@google.com>
71965
71966         [Shadow DOM] Implement Element::createShadowRoot()
71967         https://bugs.webkit.org/show_bug.cgi?id=102911
71968
71969         Reviewed by Kentaro Hara.
71970
71971         The coverage might not seem comprehensive at a glance. However,
71972         this is just an alias of ShadowRoot constructor and there are
71973         bunch of test cases which cover it.
71974
71975         As bug 102913 will convert such callsites to use createShadowRoot(),
71976         the API will get be covered well then.
71977
71978         * fast/dom/shadow/shadow-aware-create-shdow-root-expected.txt: Added.
71979         * fast/dom/shadow/shadow-aware-create-shdow-root.html: Added.
71980           Further ShadowAware API will come here.
71981
71982 2012-11-21  Dana Jansens  <danakj@chromium.org>
71983
71984         Remove crashing expectation for css3/filters/effect-reference-ordering-hw.html
71985         https://bugs.webkit.org/show_bug.cgi?id=102898
71986
71987         Unreviewed test expectations.
71988
71989         * platform/chromium/TestExpectations:
71990
71991 2012-11-21  Hajime Morrita  <morrita@google.com>
71992
71993         [Shadow DOM][V8] Assertion failure when shadow host is reclaimed before ShadowRoot
71994         https://bugs.webkit.org/show_bug.cgi?id=102893
71995
71996         Reviewed by Kentaro Hara.
71997
71998         * fast/dom/shadow/host-wrapper-reclaimed-expected.txt: Added.
71999         * fast/dom/shadow/host-wrapper-reclaimed.html: Added.
72000
72001 2012-11-21  Daniel Bates  <dbates@webkit.org>
72002
72003         JavaScript fails to concatenate large strings
72004         <https://bugs.webkit.org/show_bug.cgi?id=102963>
72005
72006         Reviewed by Michael Saboff.
72007
72008         Add tests to ensure that we handle concatenating large strings.
72009
72010         * fast/js/concat-large-strings-crash-expected.txt: Added.
72011         * fast/js/concat-large-strings-crash.html: Added.
72012         * fast/js/concat-large-strings-crash2-expected.txt: Added.
72013         * fast/js/concat-large-strings-crash2.html: Added.
72014
72015 2012-11-21  Fady Samuel  <fsamuel@chromium.org>
72016
72017         Add fast/events/context-nodrag.html to Chromium Mac TestExpectations
72018
72019         No review.
72020
72021         * platform/chromium/TestExpectations:
72022
72023 2012-11-21  James Simonsen  <simonjam@chromium.org>
72024
72025         [Resource Timing] Create W3C-style test suite
72026         https://bugs.webkit.org/show_bug.cgi?id=84883
72027
72028         Reviewed by Tony Gentilcore.
72029
72030         The tests are designed to be upstreamed. Eventually, the local ones will be replaced by the official upstream versions.
72031
72032         * http/tests/w3c/webperf/resources/Ahem.ttf: Added.
72033         * http/tests/w3c/webperf/resources/all_resource_types.htm: Added.
72034         * http/tests/w3c/webperf/resources/blank_image.png: Added.
72035         * http/tests/w3c/webperf/resources/empty_script.js: Added.
72036         * http/tests/w3c/webperf/resources/generate_resource.php: Added.
72037         * http/tests/w3c/webperf/resources/gray_bg.css: Added.
72038         (body):
72039         * http/tests/w3c/webperf/resources/green_frame.htm: Added.
72040         * http/tests/w3c/webperf/resources/inject_resource_test.html: Added.
72041         * http/tests/w3c/webperf/resources/nested.css: Added.
72042         (@font-face):
72043         (ol):
72044         * http/tests/w3c/webperf/resources/webperftestharness.js:
72045         (test_greater_or_equals):
72046         (test_fail):
72047         (test_resource_entries):
72048         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order-expected.txt: Added.
72049         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order.html: Added.
72050         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion-expected.txt: Added.
72051         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion.html: Added.
72052         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type-expected.txt: Added.
72053         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type.html: Added.
72054         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types-expected.txt: Added.
72055         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types.html: Added.
72056         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects-expected.txt: Added.
72057         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects.html: Added.
72058         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting-expected.txt: Added.
72059         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting.html: Added.
72060         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types-expected.txt: Added.
72061         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types.html: Added.
72062         * platform/chromium/TestExpectations: Skip these new tests until the flag is flipped.
72063
72064 2012-11-21  Fady Samuel  <fsamuel@chromium.org>
72065
72066         Add fast/events/context-nodrag.html to Mac TestExpectations
72067
72068         No review.
72069
72070         * platform/mac/TestExpectations:
72071
72072 2012-11-21  Rick Byers  <rbyers@chromium.org>
72073
72074         Multi-frame CUR file test hangs on mac port 
72075         https://bugs.webkit.org/show_bug.cgi?id=101811
72076
72077         Reviewed by Alexey Proskuryakov.
72078
72079         Fix tests to not hang on unexpected image load failure.
72080         Expect multi-frame CUR files to fail to load on Mac.
72081
72082         * fast/events/mouse-cursor.html:
72083         * fast/events/mouse-cursor-multiframecur.html:
72084         * platform/mac/TestExpectations:
72085         * platform/mac/fast/events/mouse-cursor-multiframecur-expected.txt: Added.
72086
72087 2012-11-21  Tien-Ren Chen  <trchen@chromium.org>
72088
72089         Invalidate non-composited content host when page scale factor changes
72090         https://bugs.webkit.org/show_bug.cgi?id=100718
72091
72092         Reviewed by Adam Barth.
72093
72094         During a scale change, non-composited content layer doesn't get invalidated
72095         automatically by the transformation change on RenderView. Need to force
72096         update non-composited contents ourself.
72097
72098         * compositing/repaint/page-scale-repaint-expected.png: Added.
72099         * compositing/repaint/page-scale-repaint-expected.txt: Added.
72100         * compositing/repaint/page-scale-repaint.html: Added.
72101         * compositing/repaint/resources/grid.png: Added.
72102
72103 2012-11-21  Fady Samuel  <fsamuel@chromium.org>
72104
72105         Clear MousePressed state on context menu to avoid initiating a drag
72106         https://bugs.webkit.org/show_bug.cgi?id=101786
72107
72108         Reviewed by Ojan Vafai.
72109
72110         If a user initiates a drag via left mouse down, brings up the context menu,
72111         and then cancels the context menu while keeping the left mouse button down,
72112         then the drag operation will continue. This does not match the platform
72113         conventions on Windows, Linux or Mac .
72114
72115         This change cancels the drag if the context menu is about to be displayed.
72116
72117         * fast/events/context-nodrag.html: Added.
72118         * fast/events/context-nodrag-expected.txt: Added.
72119
72120 2012-11-21  Huang Dongsung  <luxtella@company100.net>
72121
72122         REGRESSION(r135212): Fix crash due to an infinite rect.
72123         https://bugs.webkit.org/show_bug.cgi?id=102891
72124
72125         Reviewed by Noam Rosenthal.
72126
72127         fast/multicol/span/positioned-child-not-removed-crash.html now passes on
72128         EFL.
72129
72130         * platform/efl-wk2/TestExpectations:
72131
72132 2012-11-21  Jian Li  <jianli@chromium.org>
72133
72134         Unreviewed. Updated chromium test expectations to resolve lint failures.
72135
72136         * platform/chromium/TestExpectations:
72137
72138 2012-11-21  Joshua Bell  <jsbell@chromium.org>
72139
72140         Remove IDBDatabaseException
72141         https://bugs.webkit.org/show_bug.cgi?id=102514
72142
72143         Reviewed by Adam Barth.
72144
72145         Remove references to IDBDatabaseException - DOMExceptions should be thrown with code 0 and
72146         a name. Remove references to IDBRequest.errorCode - IDBRequest.error is the new hawtness,
72147         and already tested for. Ensure those objects/properties are gone in removed.html
72148
72149         * storage/indexeddb/basics-expected.txt:
72150         * storage/indexeddb/basics-workers-expected.txt:
72151         * storage/indexeddb/constants.html: Removed.
72152         * storage/indexeddb/constants-expected.txt: Removed.
72153         * storage/indexeddb/create-and-remove-object-store-expected.txt:
72154         * storage/indexeddb/cursor-continue-dir-expected.txt:
72155         * storage/indexeddb/cursor-continue-expected.txt:
72156         * storage/indexeddb/cursor-update-expected.txt:
72157         * storage/indexeddb/deleteIndex-expected.txt:
72158         * storage/indexeddb/exceptions-expected.txt:
72159         * storage/indexeddb/factory-cmp-expected.txt:
72160         * storage/indexeddb/get-keyrange-expected.txt:
72161         * storage/indexeddb/index-basics-expected.txt:
72162         * storage/indexeddb/index-basics-workers-expected.txt:
72163         * storage/indexeddb/index-count-expected.txt:
72164         * storage/indexeddb/index-unique-expected.txt:
72165         * storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt:
72166         * storage/indexeddb/invalid-keys-expected.txt:
72167         * storage/indexeddb/key-generator-expected.txt:
72168         * storage/indexeddb/key-type-array-expected.txt:
72169         * storage/indexeddb/keypath-edges-expected.txt:
72170         * storage/indexeddb/keyrange-expected.txt:
72171         * storage/indexeddb/mozilla/add-twice-failure-expected.txt:
72172         * storage/indexeddb/mozilla/bad-keypath-expected.txt:
72173         * storage/indexeddb/mozilla/clear-expected.txt:
72174         * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt:
72175         * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt:
72176         * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt:
72177         * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
72178         * storage/indexeddb/mozilla/readonly-transactions-expected.txt:
72179         * storage/indexeddb/mozilla/resources/add-twice-failure.js:
72180         * storage/indexeddb/mozilla/resources/bad-keypath.js:
72181         * storage/indexeddb/mozilla/resources/clear.js:
72182         * storage/indexeddb/mozilla/resources/indexes.js: Elide obsolete comment.
72183         * storage/indexeddb/mozilla/resources/key-requirements-delete-null-key.js:
72184         * storage/indexeddb/mozilla/resources/key-requirements-inline-and-passed.js:
72185         * storage/indexeddb/mozilla/resources/key-requirements-put-no-key.js:
72186         * storage/indexeddb/mozilla/resources/key-requirements-put-null-key.js:
72187         * storage/indexeddb/mozilla/resources/readonly-transactions.js:
72188         * storage/indexeddb/objectstore-autoincrement-expected.txt:
72189         * storage/indexeddb/objectstore-basics-expected.txt:
72190         * storage/indexeddb/objectstore-basics-workers-expected.txt:
72191         * storage/indexeddb/objectstore-count-expected.txt:
72192         * storage/indexeddb/open-cursor-expected.txt:
72193         * storage/indexeddb/readonly-expected.txt:
72194         * storage/indexeddb/removed-expected.txt:
72195         * storage/indexeddb/resources/basics.js:
72196         * storage/indexeddb/resources/constants.js: Removed.
72197         * storage/indexeddb/resources/create-and-remove-object-store.js:
72198         * storage/indexeddb/resources/cursor-continue-dir.js:
72199         * storage/indexeddb/resources/cursor-continue.js:
72200         * storage/indexeddb/resources/cursor-update.js:
72201         * storage/indexeddb/resources/deleteIndex.js:
72202         * storage/indexeddb/resources/exceptions.js:
72203         * storage/indexeddb/resources/factory-cmp.js:
72204         * storage/indexeddb/resources/get-keyrange.js:
72205         * storage/indexeddb/resources/index-basics.js:
72206         * storage/indexeddb/resources/index-count.js:
72207         * storage/indexeddb/resources/index-unique.js:
72208         * storage/indexeddb/resources/intversion-close-in-upgradeneeded.js:
72209         * storage/indexeddb/resources/invalid-keys.js:
72210         * storage/indexeddb/resources/key-generator.js:
72211         * storage/indexeddb/resources/key-type-array.js:
72212         * storage/indexeddb/resources/keypath-edges.js:
72213         * storage/indexeddb/resources/keyrange.js:
72214         * storage/indexeddb/resources/objectstore-autoincrement.js:
72215         * storage/indexeddb/resources/objectstore-basics.js:
72216         * storage/indexeddb/resources/objectstore-count.js:
72217         * storage/indexeddb/resources/open-cursor.js:
72218         * storage/indexeddb/resources/readonly.js:
72219         * storage/indexeddb/resources/removed.js:
72220         * storage/indexeddb/resources/shared.js:
72221         * storage/indexeddb/resources/transaction-abort.js:
72222         * storage/indexeddb/resources/transaction-active-flag.js:
72223         * storage/indexeddb/resources/transaction-basics.js:
72224         * storage/indexeddb/resources/transaction-complete-workers.js:
72225         * storage/indexeddb/resources/transaction-error.js:
72226         * storage/indexeddb/resources/transaction-read-only.js:
72227         * storage/indexeddb/transaction-abort-expected.txt:
72228         * storage/indexeddb/transaction-active-flag-expected.txt:
72229         * storage/indexeddb/transaction-basics-expected.txt:
72230         * storage/indexeddb/transaction-complete-workers-expected.txt:
72231         * storage/indexeddb/transaction-error-expected.txt:
72232         * storage/indexeddb/transaction-read-only-expected.txt:
72233
72234 2012-11-21  Mike Reed  <reed@google.com>
72235
72236         update expectations in advance of skia deps roll
72237         https://bugs.webkit.org/show_bug.cgi?id=102964
72238
72239         Reviewed by NOBODY. expectations change only.
72240
72241         * platform/chromium/TestExpectations:
72242
72243 2012-11-21  Jussi Kukkonen  <jussi.kukkonen@intel.com>
72244
72245         [EFL][WK2] gardening: fast/writing-mode/japanese-ruby-* are flaky
72246         https://bugs.webkit.org/show_bug.cgi?id=102921
72247
72248         Unreviewed gardening: several tests fail if run after any test that
72249         changes font family mappings. Mark them flaky.
72250
72251         * platform/efl-wk2/TestExpectations:
72252
72253 2012-11-21  Yury Semikhatsky  <yurys@chromium.org>
72254
72255         Unreviewed. Reverted expectation changes from r135380 and marked css3/filters/effect-reference-ordering-hw.html as crashing
72256         https://bugs.webkit.org/show_bug.cgi?id=102898
72257
72258         * platform/chromium/TestExpectations:
72259
72260 2012-11-21  Jussi Kukkonen  <jussi.kukkonen@intel.com>
72261
72262         [EFL] Gardening: svg/foreignObject/viewport-foreignobject-crash.html is flaky
72263         https://bugs.webkit.org/show_bug.cgi?id=102931
72264
72265         Unreviewed gardening.
72266
72267         * platform/efl/TestExpectations:
72268
72269 2012-11-21  Jussi Kukkonen  <jussi.kukkonen@intel.com>
72270
72271         [EFL][WK2] Gardening: css3/device-adapt/opera/constrain-006 and -007 fail
72272         https://bugs.webkit.org/show_bug.cgi?id=102923
72273
72274         Unreviewed gardening: these two still fail after using fixed layout in WTR.
72275
72276         * platform/efl-wk2/TestExpectations:
72277
72278 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
72279
72280         Unreviewed gardening, unskip a now passing test.
72281
72282         * platform/mac-wk2/TestExpectations:
72283         * platform/qt-5.0-wk2/TestExpectations:
72284
72285 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
72286
72287         [Qt] Unreviewed gardening, unskip a now passing test.
72288
72289         * platform/qt-5.0-wk2/TestExpectations:
72290         * platform/qt/TestExpectations:
72291
72292 2012-11-21  Pavel Feldman  <pfeldman@chromium.org>
72293
72294         Web Inspector: reparenting view does not detach from the previous parent.
72295         https://bugs.webkit.org/show_bug.cgi?id=102902
72296
72297         Reviewed by Vsevolod Vlasov.
72298
72299         * inspector/view-events.html:
72300
72301 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
72302
72303         [Qt] Unreviewed gardening, unskip now passing tests.
72304
72305         * platform/qt-5.0/TestExpectations:
72306
72307 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
72308
72309         [Qt] Unreviewed gardening, unskip a now passing test, update an expected file.
72310
72311         * platform/qt-5.0/TestExpectations:
72312         * platform/qt-5.0/editing/selection/click-left-of-rtl-wrapping-text-expected.txt:
72313
72314 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
72315
72316         [Qt] Unreviewed gardening, unskip now passing tests.
72317
72318         * platform/qt/TestExpectations:
72319
72320 2012-11-21  Yury Semikhatsky  <yurys@chromium.org>
72321
72322         Unreviewed. Mark css3/filters/effect-reference-ordering-hw.html as crashing after crrev.com/168998
72323
72324         * platform/chromium/TestExpectations:
72325
72326 2012-11-21  Alexander Pavlov  <apavlov@chromium.org>
72327
72328         Turn -webkit-text-emphasis into a shorthand property
72329         https://bugs.webkit.org/show_bug.cgi?id=102879
72330
72331         Reviewed by Antti Koivisto.
72332
72333         Update expected results.
72334
72335         * fast/css/parsing-text-emphasis-expected.txt:
72336         * fast/css/parsing-text-emphasis.html:
72337
72338 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
72339
72340         [Qt] Unreviewed gardening, unskip a now passing test.
72341
72342         * platform/qt-5.0-wk2/TestExpectations:
72343         * platform/qt/TestExpectations:
72344
72345 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
72346
72347
72348         * platform/qt-5.0-wk2/TestExpectations:
72349
72350 2012-11-21  David Grogan  <dgrogan@chromium.org>
72351
72352         IndexedDB: remove setVersion from inspector tests
72353         https://bugs.webkit.org/show_bug.cgi?id=102850
72354
72355         Reviewed by Vsevolod Vlasov.
72356
72357         setVersion was contained so the conversion to upgradeneeded was
72358         straightforward.
72359
72360         * http/tests/inspector/indexeddb/database-data-expected.txt:
72361         * http/tests/inspector/indexeddb/database-structure-expected.txt:
72362         * http/tests/inspector/indexeddb/indexeddb-test.js:
72363         (.request.onsuccess.onSuccess.request.onupgradeneeded):
72364         (.request.onsuccess.onSuccess.request.onsuccess):
72365         (.request.onsuccess):
72366         (doWithVersionTransaction):
72367         * http/tests/inspector/indexeddb/resources-panel-expected.txt:
72368
72369 2012-11-21  Sheriff Bot  <webkit.review.bot@gmail.com>
72370
72371         Unreviewed, rolling out r135307.
72372         http://trac.webkit.org/changeset/135307
72373         https://bugs.webkit.org/show_bug.cgi?id=102905
72374
72375         Jussi said this doesn't definitively fix things, so revert for
72376         now. (Requested by rakuco on #webkit).
72377
72378         * animations/resources/stop-animation-on-suspend-subframe.html:
72379         * animations/stop-animation-on-suspend.html:
72380         * platform/chromium-mac/animations/stop-animation-on-suspend-expected.txt: Added.
72381         * platform/chromium/TestExpectations:
72382         * platform/efl/TestExpectations:
72383         * platform/gtk/TestExpectations:
72384         * platform/mac/TestExpectations:
72385         * platform/qt-arm/TestExpectations:
72386         * platform/win/TestExpectations:
72387         * platform/wincairo/TestExpectations:
72388
72389 2012-11-21  Yury Semikhatsky  <yurys@chromium.org>
72390
72391         Unreviewed. Updated test expectations.
72392
72393         * platform/chromium/TestExpectations:
72394
72395 2012-11-21  Kunihiko Sakamoto  <ksakamoto@chromium.org>
72396
72397         Enable datalist UI for input types datetime and datetime-local
72398         https://bugs.webkit.org/show_bug.cgi?id=102882
72399
72400         Reviewed by Kent Tamura.
72401
72402         Removed expectation of failure.
72403
72404         * platform/chromium/fast/forms/datalist/input-list-expected.txt: Removed.
72405
72406 2012-11-20  Yury Semikhatsky  <yurys@chromium.org>
72407
72408         Unreviewed. Fixed webkit_lint complaints about overlapping entries in Chromium TestExpectations.
72409
72410         * platform/chromium/TestExpectations:
72411
72412 2012-11-20  Csaba Osztrogonác  <ossy@webkit.org>
72413
72414         [Qt] Unreviewed morning gardening, skip a new security
72415         timeouting test to paint the bots green.
72416
72417         * platform/qt/TestExpectations:
72418
72419 2012-11-20  Kangil Han  <kangil.han@samsung.com>
72420
72421         [EFL][WK2][WTR] Unskip passed cases under css3/device-adapt/opera/
72422         https://bugs.webkit.org/show_bug.cgi?id=102868
72423
72424         Unreviewed, EFL gardening.
72425
72426         As BUG 102517 has been resolved, we can move those from EFL common to WK1 only.
72427
72428         * platform/efl-wk1/TestExpectations:
72429         * platform/efl/TestExpectations:
72430
72431 2012-11-20  Kentaro Hara  <haraken@chromium.org>
72432
72433         [V8] Introduce constructorCallbackCustom()
72434         https://bugs.webkit.org/show_bug.cgi?id=102763
72435
72436         Reviewed by Adam Barth.
72437
72438         Updated a test result.
72439
72440         * platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt:
72441
72442 2012-11-20  Adam Klein  <adamk@chromium.org>
72443
72444         [JSC] MutationObserver wrapper should not be collected while still observing
72445         https://bugs.webkit.org/show_bug.cgi?id=102744
72446
72447         Reviewed by Adam Barth.
72448
72449         Remove suppressions for wrapper dropoff tests.
72450
72451         * platform/efl/TestExpectations:
72452         * platform/gtk/TestExpectations:
72453         * platform/mac/TestExpectations:
72454         * platform/qt/TestExpectations:
72455         * platform/win/TestExpectations:
72456         * platform/wincairo/TestExpectations:
72457
72458 2012-11-20  Ryosuke Niwa  <rniwa@webkit.org>
72459
72460         REGRESSION(r131106): magnitude-perf.js calls bind on undefined
72461         https://bugs.webkit.org/show_bug.cgi?id=102848
72462
72463         Reviewed by Tony Gentilcore.
72464
72465         Check the existence of performance.now before calling bind on it.
72466
72467         * resources/magnitude-perf.js:
72468         (Magnitude._runIteration):
72469
72470 2012-11-20  David Grogan  <dgrogan@chromium.org>
72471
72472         IndexedDB: remove setVersion from pending-version-change-on-exit.html
72473         https://bugs.webkit.org/show_bug.cgi?id=102457
72474
72475         Reviewed by Tony Chang.
72476
72477         This test doesn't work in single-process mode because of
72478         http://wkb.ug/82776. We run it in content_shell in chromium.
72479
72480         * platform/chromium/TestExpectations:
72481         * storage/indexeddb/pending-version-change-on-exit-expected.txt:
72482         * storage/indexeddb/pending-version-change-on-exit.html:
72483         * storage/indexeddb/resources/pending-version-change-on-exit.js:
72484         (request.onblocked):
72485
72486 2012-11-20  Bear Travis  <betravis@adobe.com>
72487
72488         [CSS Exclusions] Support outside-shape value on shape-inside
72489         https://bugs.webkit.org/show_bug.cgi?id=101108
72490
72491         Reviewed by Dirk Schulze.
72492
72493         Adding tests to make sure the 'outside-shape' value properly applies only to the
72494         shape-inside property.
72495
72496         * fast/exclusions/parsing-wrap-shape-inside-expected.txt:
72497         * fast/exclusions/parsing-wrap-shape-outside-expected.txt:
72498         * fast/exclusions/script-tests/parsing-wrap-shape-inside.js:
72499         * fast/exclusions/script-tests/parsing-wrap-shape-outside.js:
72500
72501 2012-11-20  Jian Li  <jianli@chromium.org>
72502
72503         Unreviewed. Updated chromium test expectations.
72504
72505         * platform/chromium/TestExpectations:
72506
72507 2012-11-20  David Grogan  <dgrogan@chromium.org>
72508
72509         IndexedDB: Remove legacy enum-based constants from IDL
72510         https://bugs.webkit.org/show_bug.cgi?id=85315
72511
72512         Reviewed by Adam Barth.
72513
72514         * storage/indexeddb/constants-expected.txt:
72515         * storage/indexeddb/cursor-overloads-expected.txt:
72516         * storage/indexeddb/cursor-overloads.html:
72517         * storage/indexeddb/legacy-constants-expected.txt:
72518         * storage/indexeddb/resources/constants.js:
72519         (test):
72520         * storage/indexeddb/resources/legacy-constants.js:
72521         (testObsoleteConstants):
72522
72523 2012-11-20  Jussi Kukkonen  <jussi.kukkonen@intel.com>
72524
72525         animations/stop-animation-on-suspend.html sometimes fails on all platforms
72526         https://bugs.webkit.org/show_bug.cgi?id=49182
72527
72528         Reviewed by Antti Koivisto.
72529
72530         stop-animation-on-suspend incorrectly assumed that animation in a subframe would start
72531         roughly at document load. Keep both animations (one in main frame, one in iframe) paused
72532         until the iframe is loaded: this way they should run synchronised enough.
72533
72534         Also increase the tolerance of the test slightly: measuring timing like this is inherently flaky.
72535
72536         Remove failure expectation from all TestExpectations and remove the clearly wrong expected
72537         result for chromium-mac.
72538
72539         * animations/resources/stop-animation-on-suspend-subframe.html:
72540         * animations/stop-animation-on-suspend.html:
72541         * platform/chromium/TestExpectations:
72542         * platform/chromium-mac/animations/stop-animation-on-suspend-expected.txt:
72543         * platform/efl/TestExpectations:
72544         * platform/gtk/TestExpectations:
72545         * platform/mac/TestExpectations:
72546         * platform/qt-arm/TestExpectations:
72547         * platform/win/TestExpectations:
72548         * platform/wincairo/TestExpectations:
72549
72550 2012-11-20  Mike Reed  <reed@google.com>
72551
72552         update TestExpectations before a skia change
72553         https://bugs.webkit.org/show_bug.cgi?id=102829
72554
72555         Reviewed by NOBODY. expectations change only.
72556
72557         optimization for rectangular blurs (with holes) changes some images in the low bit. mark for rebaselining.
72558
72559         * platform/chromium/TestExpectations:
72560
72561 2012-11-20  Abhishek Arya  <inferno@chromium.org>
72562
72563         Crash in FrameLoader::stopLoading.
72564         https://bugs.webkit.org/show_bug.cgi?id=99504
72565
72566         Reviewed by Nate Chapin.
72567
72568         * fast/frames/frame-unload-crash2-expected.txt: Added.
72569         * fast/frames/frame-unload-crash2.html: Added.
72570
72571 2012-11-20  Tom Sepez  <tsepez@chromium.org>
72572
72573         XSSAuditor::decodedSnippetForJavaScript stopping when comma encountered.
72574         https://bugs.webkit.org/show_bug.cgi?id=102587
72575
72576         Reviewed by Adam Barth.
72577
72578         * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt: Added.
72579         * http/tests/security/xssAuditor/script-tag-with-actual-comma.html: Added.
72580
72581 2012-11-20  Hans Muller  <hmuller@adobe.com>
72582
72583         [CSS Exclusions] writing-mode:vertical-rl shape-inside tests are incorrectly configured
72584         https://bugs.webkit.org/show_bug.cgi?id=102729
72585
72586         Reviewed by Dirk Schulze.
72587
72588         Corrected the dimensions of the border elements in two exclusions tests.  They
72589         define a rectangle that's five pixels larger than the tests' rectangular
72590         shape-inside exclusions shapes.  They now enclose the shape-inside element's
72591         text contents.
72592
72593         * fast/exclusions/shape-inside/shape-inside-polygon-rectangle-expected.html:
72594         * fast/exclusions/shape-inside/shape-inside-polygon-rectangle.html:
72595         * fast/exclusions/shape-inside/shape-inside-vertical-text-expected.html:
72596         * fast/exclusions/shape-inside/shape-inside-vertical-text.html:
72597
72598 2012-11-20  Xabier Rodriguez Calvar  <calvaris@igalia.com>
72599
72600         [GTK] fast/hidpi/video-controls-in-hidpi.html and fast/layers/video-layer.html need new baseline
72601         https://bugs.webkit.org/show_bug.cgi?id=102815
72602
72603         Reviewed by Philippe Normand.
72604
72605         Added new GTK baseline for those tests.
72606
72607         * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
72608         New GTK baseline
72609         * platform/gtk/fast/layers/video-layer-expected.txt: New GTK
72610         baseline
72611
72612 2012-11-20  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
72613
72614         [EFL] Gardening.
72615
72616         Temporarily mark fast/multicol/span/positioned-child-not-removed-crash.html
72617         as crashing while the regression is addressed.
72618
72619         * platform/efl-wk2/TestExpectations:
72620
72621 2012-11-20  Yael Aharon  <yael.aharon@intel.com>
72622
72623         Unreviewed gardening.
72624         Update results for compositing/geometry/vertical-scroll-composited.html after 133898.
72625         Mark animations/negative-delay.html as flaky.
72626         Remove a few passing tests from TextExpectations.
72627
72628         * platform/efl/TestExpectations:
72629         * platform/efl/compositing/geometry/vertical-scroll-composited-expected.png: Added.
72630         * platform/efl/compositing/geometry/vertical-scroll-composited-expected.txt:
72631
72632 2012-11-20  Stephen Chenney  <schenney@chromium.org>
72633
72634         [Chromium] Expectations update
72635
72636         Unreviewed test expectations update.
72637
72638         Some results for calendar and month picker may not be up-to-date for the slow bots.
72639
72640         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
72641         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
72642         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
72643         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
72644         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
72645         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
72646         * platform/chromium-win-xp/fast/block/float/overhanging-tall-block-expected.png: Removed.
72647         * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.png:
72648         * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt:
72649
72650 2012-11-20  Keishi Hattori  <keishi@webkit.org>
72651
72652         Week picker width is too small
72653         https://bugs.webkit.org/show_bug.cgi?id=102766
72654
72655         Reviewed by Kent Tamura.
72656
72657         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
72658         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
72659         * platform/chromium/TestExpectations:
72660
72661 2012-11-20  Xabier Rodriguez Calvar  <calvaris@igalia.com>
72662
72663         [GTK] no volume slider in HTML5 media element controls
72664         https://bugs.webkit.org/show_bug.cgi?id=97192
72665
72666         Reviewed by Philippe Normand.
72667
72668         r115829 was causing this regression so it was partially
72669         reverted. The revert causes some small regressions, in the tests
72670         but it is better to have the volume slider shown.
72671
72672         * platform/gtk-wk2/TestExpectations: Updated because it causes
72673         some new regressions
72674         * platform/gtk/TestExpectations: Updated because it causes some
72675         new regressions
72676         * platform/gtk/media/audio-controls-rendering-expected.txt: Updated
72677         * platform/gtk/media/controls-after-reload-expected.txt: Updated
72678         * platform/gtk/media/controls-strict-expected.txt: Updated
72679         * platform/gtk/media/controls-styling-expected.txt: Updated
72680         * platform/gtk/media/controls-styling-strict-expected.txt: Updated
72681         * platform/gtk/media/controls-without-preload-expected.txt: Updated
72682         * platform/gtk/media/media-controls-clone-expected.txt: Updated
72683         * platform/gtk/media/video-controls-rendering-expected.txt: Updated
72684         * platform/gtk/media/video-display-toggle-expected.txt: Updated
72685         * platform/gtk/media/video-empty-source-expected.txt: Updated
72686         * platform/gtk/media/video-no-audio-expected.txt: Updated
72687         * platform/gtk/media/video-volume-slider-expected.txt: Updated
72688         * platform/gtk/media/video-zoom-controls-expected.txt: Updated
72689
72690 2012-11-20  Yury Semikhatsky  <yurys@chromium.org>
72691
72692         Unreviewed. Mark inspector/profiler/cpu-profiler-profiling-without-inspector.html
72693         as crashing.
72694
72695         * platform/chromium/TestExpectations:
72696
72697 2012-11-20  Kunihiko Sakamoto  <ksakamoto@chromium.org>
72698
72699         Use localized date-time format in datetime input
72700         https://bugs.webkit.org/show_bug.cgi?id=102769
72701
72702         Reviewed by Kent Tamura.
72703
72704         * fast/forms/datetime/datetime-appearance-l10n-expected.txt: Added.
72705         * fast/forms/datetime/datetime-appearance-l10n.html: Added. We can confirm vi-vn have time-date ordering.
72706         * platform/chromium-mac/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
72707         * platform/chromium/TestExpectations:
72708
72709 2012-11-19  Shinya Kawanaka  <shinyak@chromium.org>
72710
72711         [Refactoring] Remove shadowPseudoId() and use setPseudo() in <progress> ElementShadow.
72712         https://bugs.webkit.org/show_bug.cgi?id=101703
72713
72714         Reviewed by Hajime Morita.
72715
72716         * editing/style/apply-style-atomic-expected.txt:
72717         * fast/dom/HTMLProgressElement/progress-element-markup-expected.txt:
72718
72719 2012-11-19  Yury Semikhatsky  <yurys@chromium.org>
72720
72721         Unreviewed. Reenable webaudio/biquad-getFrequencyResponse.html test as it should pass after r129418
72722         https://bugs.webkit.org/show_bug.cgi?id=97439
72723
72724         * platform/chromium/TestExpectations:
72725
72726 2012-11-19  Matt Falkenhagen  <falken@chromium.org>
72727
72728         Implement the new stacking layer needed by the Fullscreen API and the new <dialog> element
72729         https://bugs.webkit.org/show_bug.cgi?id=84796
72730
72731         Reviewed by Julien Chaffraix.
72732
72733         Add tests for top layer stacking and rendering.
72734
72735         * fast/dom/HTMLDialogElement/top-layer-containing-block-expected.html: Added.
72736         * fast/dom/HTMLDialogElement/top-layer-containing-block.html: Added.
72737         * fast/dom/HTMLDialogElement/top-layer-display-none-expected.html: Added.
72738         * fast/dom/HTMLDialogElement/top-layer-display-none.html: Added.
72739         * fast/dom/HTMLDialogElement/top-layer-nesting-expected.html: Added.
72740         * fast/dom/HTMLDialogElement/top-layer-nesting.html: Added.
72741         * fast/dom/HTMLDialogElement/top-layer-stacking-dynamic-expected.html: Added.
72742         * fast/dom/HTMLDialogElement/top-layer-stacking-dynamic.html: Added.
72743         * fast/dom/HTMLDialogElement/top-layer-stacking-expected.html: Added.
72744         * fast/dom/HTMLDialogElement/top-layer-stacking.html: Added.
72745
72746 2012-11-19  Yury Semikhatsky  <yurys@chromium.org>
72747
72748         Unreviewed. Fix lint errors on chromium TextExpectations after r135205.
72749
72750         * platform/chromium/TestExpectations:
72751
72752 2012-11-19  Shinya Kawanaka  <shinyak@chromium.org>
72753
72754         [Shadow] attribute pseudo should return empty string instead of null when nothing is specified.
72755         https://bugs.webkit.org/show_bug.cgi?id=102753
72756
72757         Reviewed by Hajime Morita.
72758
72759         * fast/dom/shadow/pseudo-attribute-expected.txt:
72760         * fast/dom/shadow/pseudo-attribute.html:
72761
72762 2012-11-19  Adam Klein  <adamk@chromium.org>
72763
72764         MutationObserver wrapper should not be collected while still observing
72765         https://bugs.webkit.org/show_bug.cgi?id=102328
72766
72767         Reviewed by Adam Barth.
72768
72769         Tests showing that observers are kept alive, both in the simple case
72770         and in the transient registered observer case (where the original
72771         registration node is GCed but the transient observation node is still
72772         alive).
72773
72774         * fast/mutation/observer-wrapper-dropoff-expected.txt: Added.
72775         * fast/mutation/observer-wrapper-dropoff-transient-expected.txt: Added.
72776         * fast/mutation/observer-wrapper-dropoff-transient.html: Added.
72777         * fast/mutation/observer-wrapper-dropoff.html: Added.
72778
72779 2012-11-19  Tony Chang  <tony@chromium.org>
72780
72781         Move more non-settings out of InternalSettings
72782         https://bugs.webkit.org/show_bug.cgi?id=102711
72783
72784         Reviewed by Adam Barth.
72785
72786         Move static values out of InternalSettings.
72787
72788         * fast/scrolling/scrollbar-tickmarks-hittest.html: Move setUsesOverlayScrollbars to internals.
72789
72790 2012-11-19  David Grogan  <dgrogan@chromium.org>
72791
72792         IndexedDB: Complex series of opens/deleteDatabase fails an ASSERT
72793         https://bugs.webkit.org/show_bug.cgi?id=101810
72794
72795         Reviewed by Tony Chang.
72796
72797         Removed use of setVersion. Surprisingly straightforward conversion
72798         given how gnarly this test is.
72799
72800         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
72801         * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
72802         (h1OpenSuccess.h1.onversionchange):
72803         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.h2.onversionchange):
72804         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onsuccess):
72805         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onblocked.h3Blocked.request.onsuccess):
72806         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onblocked):
72807         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onupgradeneeded.h3OnUpgradeneeded.transaction.oncomplete):
72808         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onupgradeneeded):
72809         (h1OpenSuccess.request.onsuccess):
72810         (h1OpenSuccess):
72811
72812 2012-11-19  David Grogan  <dgrogan@chromium.org>
72813
72814         IndexedDB: last setVersion excision batch
72815         https://bugs.webkit.org/show_bug.cgi?id=102713
72816
72817         Reviewed by Tony Chang.
72818
72819         * storage/indexeddb/resources/setversion-blocked-by-versionchange-close-in-blocked.js: Removed.
72820           The crucial part of this test was a connection closing itself in its
72821           blocked callback. This is no longer possible as there's now only a
72822           handle to the connection after the blocked event is dealt with.
72823
72824         * storage/indexeddb/resources/setversion-blocked-by-versionchange-close.js:
72825           This test exposes a cascade of errors. h2's should receive 0 blocked
72826           errors. Instead it receives 2.
72827
72828         * storage/indexeddb/resources/setversion-blocked.js: Removed.
72829           Tests the same thing as set_version_blocked.
72830
72831         * storage/indexeddb/resources/setversion-not-blocked.js:
72832           Now h2 is the version change connection and h1 is the blocker.
72833
72834         * storage/indexeddb/setversion-blocked-by-versionchange-close-in-blocked.html: Removed.
72835         * storage/indexeddb/setversion-blocked.html: Removed.
72836
72837 2012-11-19  David Grogan  <dgrogan@chromium.org>
72838
72839         IndexedDB: convert delete-closed-database-object to upgradeneeded
72840         https://bugs.webkit.org/show_bug.cgi?id=102458
72841
72842         Reviewed by Tony Chang.
72843
72844         This test relies on gc behavior and seems flaky in content_shell.
72845
72846         * storage/indexeddb/delete-closed-database-object-expected.txt:
72847         * storage/indexeddb/resources/delete-closed-database-object.js:
72848         (prepareDatabase):
72849         (openSuccess.openRequest.onsuccess):
72850         (openSuccess):
72851         (setVersion):
72852
72853 2012-11-19  Chris Rogers  <crogers@google.com>
72854
72855         Implement .detune attribute for BiquadFilterNode
72856         https://bugs.webkit.org/show_bug.cgi?id=102737
72857
72858         Reviewed by Kenneth Russell.
72859
72860         * webaudio/biquad-lowpass.html:
72861         * webaudio/resources/biquad-testing.js:
72862         (createTestAndRun):
72863         (generateReference):
72864
72865 2012-11-19  Huang Dongsung  <luxtella@company100.net>
72866
72867         Coordinated Graphics: Remove tiles of a layer when they are off the viewport.
72868         https://bugs.webkit.org/show_bug.cgi?id=102313
72869
72870         Reviewed by Noam Rosenthal.
72871
72872         This test checks that a compositing layer is rendered if the layer is
72873         originally transformed off the viewport.
72874
72875         * animations/animation-offscreen-to-onscreen-expected.png: Added.
72876         * animations/animation-offscreen-to-onscreen-expected.txt: Added.
72877         * animations/animation-offscreen-to-onscreen.html: Added.
72878
72879 2012-11-19  Jian Li  <jianli@chromium.org>
72880
72881         Unreviewed. Mark 2 tests as failed on chromium.
72882
72883         * platform/chromium/TestExpectations:
72884
72885 2012-11-19  Eric Carlson  <eric.carlson@apple.com>
72886
72887         HTMLMediaElement::configureTextTracks should configure all text tracks
72888         https://bugs.webkit.org/show_bug.cgi?id=102561
72889
72890         Reviewed by Philippe Normand.
72891
72892         Update test and results to check that dynamically added tracks are configured correctly.
72893
72894         * media/track/track-mode-not-changed-by-new-track-expected.txt:
72895         * media/track/track-mode-not-changed-by-new-track.html:
72896
72897 2012-11-19  Abhishek Arya  <inferno@chromium.org>
72898
72899         Crash in ApplyStyleCommand::cleanupUnstyledAppleStyleSpans.
72900         https://bugs.webkit.org/show_bug.cgi?id=100150
72901
72902         Reviewed by Ryosuke Niwa.
72903
72904         * editing/style/apply-style-crash-expected.txt: Added.
72905         * editing/style/apply-style-crash.html: Added.
72906
72907 2012-11-19  Sheriff Bot  <webkit.review.bot@gmail.com>
72908
72909         Unreviewed, rolling out r135172.
72910         http://trac.webkit.org/changeset/135172
72911         https://bugs.webkit.org/show_bug.cgi?id=102710
72912
72913         Broke some WebKit2 api tests :( (Requested by japhet on
72914         #webkit).
72915
72916         * http/tests/inspector/network/network-iframe-load-and-delete.html:
72917         * http/tests/loading/redirect-methods-expected.txt:
72918         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
72919         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
72920         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
72921
72922 2012-11-19  Sheriff Bot  <webkit.review.bot@gmail.com>
72923
72924         Unreviewed, rolling out r134830.
72925         http://trac.webkit.org/changeset/134830
72926         https://bugs.webkit.org/show_bug.cgi?id=102701
72927
72928         ActiveDOMObject is not applicable to MutationObservers due to
72929         being tied to a Document (Requested by aklein on #webkit).
72930
72931         * fast/mutation/observer-wrapper-dropoff-expected.txt: Removed.
72932         * fast/mutation/observer-wrapper-dropoff.html: Removed.
72933
72934 2012-11-19  Yael Aharon  <yael.aharon@intel.com>
72935
72936         Unreviewed gardening after r133898.
72937         Cleanup the list of compositing tests failures.
72938
72939         * platform/efl/TestExpectations:
72940
72941 2012-11-19  Shinya Kawanaka  <shinyak@chromium.org>
72942
72943         Changing id, className, or attribute should invalidate distribution
72944         https://bugs.webkit.org/show_bug.cgi?id=100738
72945
72946         Reviewed by Dimitri Glazkov.
72947
72948         We have test cases that id/class/attribute is changed, and thier reprojection cases.
72949
72950         * fast/dom/shadow/distribution-attribute-modified-expected.html: Added.
72951         * fast/dom/shadow/distribution-attribute-modified.html: Added.
72952         * fast/dom/shadow/distribution-className-modified-expected.html: Added.
72953         * fast/dom/shadow/distribution-className-modified.html: Added.
72954         * fast/dom/shadow/distribution-id-modified-expected.html: Added.
72955         * fast/dom/shadow/distribution-id-modified.html: Added.
72956         * fast/dom/shadow/reprojection-attribute-modified-expected.html: Added.
72957         * fast/dom/shadow/reprojection-attribute-modified.html: Added.
72958         * fast/dom/shadow/reprojection-className-modified-expected.html: Added.
72959         * fast/dom/shadow/reprojection-className-modified.html: Added.
72960         * fast/dom/shadow/reprojection-id-modified-expected.html: Added.
72961         * fast/dom/shadow/reprojection-id-modified.html: Added.
72962
72963 2012-11-19  Nate Chapin  <japhet@chromium.org>
72964
72965         Move empty loading to DocumentLoader, simplify FrameLoader::init()
72966         https://bugs.webkit.org/show_bug.cgi?id=101512
72967
72968         Reviewed by Adam Barth.
72969
72970         Don't expect resource load callbacks for empty loads.
72971
72972         * http/tests/inspector/network/network-iframe-load-and-delete.html:
72973         * http/tests/loading/redirect-methods-expected.txt:
72974         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
72975         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
72976         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
72977
72978 2012-11-19  Balazs Kelemen  <kbalazs@webkit.org>
72979
72980         [Qt][WK2] REGRESSION(r132907): It made animations/negative-delay.html flaky
72981         https://bugs.webkit.org/show_bug.cgi?id=100769
72982
72983         Unreviewed gardening (Qt).
72984
72985         These tests are rather flaky, mark them as so.
72986
72987         * platform/qt-5.0-wk2/TestExpectations:
72988
72989 2012-11-19  Erik Arvidsson  <arv@chromium.org>
72990
72991         Update DOMException name: DataCloneError
72992         https://bugs.webkit.org/show_bug.cgi?id=102521
72993
72994         Reviewed by Kentaro Hara.
72995
72996         Updated tests and expectations.
72997
72998         * fast/dom/Window/anonymous-slot-with-changes-expected.txt:
72999         * fast/dom/Window/window-postmessage-clone-expected.txt:
73000         * fast/dom/shadow/shadowroot-clonenode-expected.txt:
73001         * fast/dom/shadow/shadowroot-clonenode.html:
73002         * fast/events/message-port-multi-expected.txt:
73003         * fast/filesystem/filesystem-unserializable-expected.txt:
73004         * platform/chromium/fast/dom/Window/window-postmessage-clone-expected.txt:
73005         * platform/chromium/fast/dom/Window/window-postmessage-clone-really-deep-array-expected.txt:
73006         * platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt:
73007         * webintents/web-intents-obj-constructor-expected.txt:
73008         * webintents/web-intents-obj-constructor.html:
73009
73010 2012-11-19  Thiago Marcos P. Santos  <thiago.santos@intel.com>
73011
73012         Apply the resolved viewport rules
73013         https://bugs.webkit.org/show_bug.cgi?id=95964
73014
73015         Reviewed by Kenneth Rohde Christiansen.
73016
73017         Imported some of the CSS Device Adaptation tests submitted by
73018         Opera to W3C CSS Test Suite. These tests are not yet approved but
73019         they have a pretty good coverage of the specification.
73020
73021         Tests using Math.floor() where modified from the original version
73022         using Math.round(), the reason being the round() version fails by
73023         1px when the pixel ratio is different from 1.
73024
73025         Despite the fact they are all passing on the EFL MiniBrowser, I could
73026         not enable them yet. WebKitTestRunner does not support fixed layout,
73027         but that is the next goal.
73028
73029         * css3/device-adapt/opera/cascading-001-expected.txt: Added.
73030         * css3/device-adapt/opera/cascading-001.xhtml: Added.
73031         * css3/device-adapt/opera/cascading-002-expected.txt: Added.
73032         * css3/device-adapt/opera/cascading-002.xhtml: Added.
73033         * css3/device-adapt/opera/cascading-003-expected.txt: Added.
73034         * css3/device-adapt/opera/cascading-003.xhtml: Added.
73035         * css3/device-adapt/opera/cascading-004-expected.txt: Added.
73036         * css3/device-adapt/opera/cascading-004.xhtml: Added.
73037         * css3/device-adapt/opera/constrain-001-expected.txt: Added.
73038         * css3/device-adapt/opera/constrain-001.xhtml: Added.
73039         * css3/device-adapt/opera/constrain-002-expected.txt: Added.
73040         * css3/device-adapt/opera/constrain-002.xhtml: Added.
73041         * css3/device-adapt/opera/constrain-003-expected.txt: Added.
73042         * css3/device-adapt/opera/constrain-003.xhtml: Added.
73043         * css3/device-adapt/opera/constrain-004-expected.txt: Added.
73044         * css3/device-adapt/opera/constrain-004.xhtml: Added.
73045         * css3/device-adapt/opera/constrain-005-expected.txt: Added.
73046         * css3/device-adapt/opera/constrain-005.xhtml: Added.
73047         * css3/device-adapt/opera/constrain-006-expected.txt: Added.
73048         * css3/device-adapt/opera/constrain-006.xhtml: Added.
73049         * css3/device-adapt/opera/constrain-007-expected.txt: Added.
73050         * css3/device-adapt/opera/constrain-007.xhtml: Added.
73051         * css3/device-adapt/opera/constrain-008-expected.txt: Added.
73052         * css3/device-adapt/opera/constrain-008.xhtml: Added.
73053         * css3/device-adapt/opera/constrain-009-expected.txt: Added.
73054         * css3/device-adapt/opera/constrain-009.xhtml: Added.
73055         * css3/device-adapt/opera/constrain-010-expected.txt: Added.
73056         * css3/device-adapt/opera/constrain-010.xhtml: Added.
73057         * css3/device-adapt/opera/constrain-011-expected.txt: Added.
73058         * css3/device-adapt/opera/constrain-011.xhtml: Added.
73059         * css3/device-adapt/opera/constrain-012-expected.txt: Added.
73060         * css3/device-adapt/opera/constrain-012.xhtml: Added.
73061         * css3/device-adapt/opera/constrain-013-expected.txt: Added.
73062         * css3/device-adapt/opera/constrain-013.xhtml: Added.
73063         * css3/device-adapt/opera/constrain-014-expected.txt: Added.
73064         * css3/device-adapt/opera/constrain-014.xhtml: Added.
73065         * css3/device-adapt/opera/constrain-015-expected.txt: Added.
73066         * css3/device-adapt/opera/constrain-015.xhtml: Added.
73067         * css3/device-adapt/opera/constrain-016-expected.txt: Added.
73068         * css3/device-adapt/opera/constrain-016.xhtml: Added.
73069         * css3/device-adapt/opera/constrain-017-expected.txt: Added.
73070         * css3/device-adapt/opera/constrain-017.xhtml: Added.
73071         * css3/device-adapt/opera/constrain-020-expected.txt: Added.
73072         * css3/device-adapt/opera/constrain-020.xhtml: Added.
73073         * css3/device-adapt/opera/syntax-001-expected.txt: Added.
73074         * css3/device-adapt/opera/syntax-001.xhtml: Added.
73075         * css3/device-adapt/opera/syntax-002-expected.txt: Added.
73076         * css3/device-adapt/opera/syntax-002.xhtml: Added.
73077         * css3/device-adapt/opera/syntax-003-expected.txt: Added.
73078         * css3/device-adapt/opera/syntax-003.xhtml: Added.
73079         * platform/efl/TestExpectations:
73080
73081 2012-11-19  Erik Arvidsson  <arv@chromium.org>
73082
73083         Update DOMException name: SecurityError
73084         https://bugs.webkit.org/show_bug.cgi?id=102437
73085
73086         Reviewed by Kentaro Hara.
73087
73088         Updated tests and expectations.
73089
73090         * fast/canvas/svg-taint-expected.txt:
73091         * fast/dom/Document/invalid-domain-change-throws-exception-expected.txt:
73092         * fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js:
73093         * fast/dom/register-protocol-handler.html:
73094         * fast/frames/resources/sandboxed-iframe-storage-disallowed.html:
73095         * fast/frames/sandboxed-iframe-storage-expected.txt:
73096         * http/tests/loading/state-object-security-exception-expected.txt:
73097         * http/tests/notifications/legacy/show-expected.txt:
73098         * http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
73099         * http/tests/security/canvas-remote-read-remote-image-expected.txt:
73100         * http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt:
73101         * http/tests/security/contentSecurityPolicy/worker-script-src-expected.txt:
73102         * http/tests/security/cross-origin-local-storage-expected.txt:
73103         * http/tests/security/cross-origin-session-storage-expected.txt:
73104         * http/tests/security/cross-origin-websql-expected.txt:
73105         * http/tests/security/cross-origin-worker-websql-expected.txt:
73106         * http/tests/security/resources/sandboxed-iframe-document-cookie-read-denied.html:
73107         * http/tests/security/same-origin-storage-blocked-expected.txt:
73108         * http/tests/security/same-origin-websql-blocked-expected.txt:
73109         * http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt:
73110         * http/tests/security/storage-blocking-loosened-local-storage-expected.txt:
73111         * http/tests/security/storage-blocking-loosened-websql-expected.txt:
73112         * http/tests/security/storage-blocking-strengthened-local-storage-expected.txt:
73113         * http/tests/security/storage-blocking-strengthened-websql-expected.txt:
73114         * http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
73115         * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
73116         * http/tests/workers/shared-worker-redirect-expected.txt:
73117         * http/tests/workers/worker-redirect-expected.txt:
73118         * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
73119         * platform/chromium/fast/dom/register-protocol-handler-expected.txt:
73120         * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
73121         * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
73122         * platform/chromium/permissionclient/storage-permission-expected.txt:
73123         * platform/win-wk2/http/tests/inspector-enabled/database-open-expected.txt:
73124
73125 2012-11-19  Yael Aharon  <yael.aharon@intel.com>
73126
73127         Unreviewed gardening after r133898.
73128         Added expected results for animation tests that are now passing.
73129
73130         * platform/efl/TestExpectations:
73131         * platform/efl/animations/3d: Added.
73132         * platform/efl/animations/3d/change-transform-in-end-event-expected.png: Added.
73133         * platform/efl/animations/3d/change-transform-in-end-event-expected.txt: Added.
73134         * platform/efl/animations/3d/matrix-transform-type-animation-expected.png: Added.
73135         * platform/efl/animations/3d/matrix-transform-type-animation-expected.txt: Added.
73136         * platform/efl/animations/3d/state-at-end-event-transform-expected.png: Added.
73137         * platform/efl/animations/3d/state-at-end-event-transform-expected.txt: Added.
73138
73139 2012-11-19  Erik Arvidsson  <arv@chromium.org>
73140
73141         Update DOMException name: URLMismatchError
73142         https://bugs.webkit.org/show_bug.cgi?id=102511
73143
73144         Reviewed by Kentaro Hara.
73145
73146         Updated tests and expectations.
73147
73148         * fast/workers/shared-worker-shared-expected.txt:
73149
73150 2012-11-19  Csaba Osztrogonác  <ossy@webkit.org>
73151
73152         [Qt][WK2] Unreviewed gardening, unskip a now passing test.
73153
73154         * platform/qt-5.0-wk2/TestExpectations:
73155
73156 2012-11-19  Csaba Osztrogonác  <ossy@webkit.org>
73157
73158         [Qt] Unreviewed gardening, skip new failing tests.
73159
73160         * platform/qt-5.0-wk2/TestExpectations:
73161         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Removed, because it is unnecessary.
73162         * platform/qt/TestExpectations:
73163
73164 2012-11-19  Ilya Tikhonovsky  <loislo@chromium.org>
73165
73166         webaudio: leak: AudioContext objects are leaking. They retain 36mb of shared data.
73167         https://bugs.webkit.org/show_bug.cgi?id=102356
73168
73169         Reviewed by Adam Barth.
73170
73171         A clean-up code was moved from uninitialize to clear method.
73172         AudioContext marks itself as hasPendingActivity in method constructCommon and unmarks itself in method clear.
73173         m_isStopScheduled filters out second ActiveDOMObject::stop call.
73174         markForDeletion appends AudioNode pointer to m_nodesToDelete array if there is no active audio thread.
73175         adoptRef was added in createOfflineContext method.
73176         A guard was added into deleteMarkedNodes.
73177
73178         * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Added.
73179         * inspector-protocol/nmi-webaudio-leak-test.html: Added.
73180         * platform/chromium-android/TestExpectations:
73181         * platform/efl-wk2/TestExpectations:
73182         * platform/efl/TestExpectations:
73183         * platform/gtk/TestExpectations:
73184         * platform/mac/TestExpectations:
73185         * platform/qt/TestExpectations:
73186         * platform/win/TestExpectations:
73187         * platform/wincairo/TestExpectations:
73188
73189 2012-11-19  Erik Arvidsson  <arv@chromium.org>
73190
73191         Update DOMException name: QuotaExceededError
73192         https://bugs.webkit.org/show_bug.cgi?id=102512
73193
73194         Reviewed by Kentaro Hara.
73195
73196         Updated tests and expectations.
73197
73198         * security/crypto-random-values-limits-expected.txt:
73199         * storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt:
73200         * storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt:
73201
73202 2012-11-19  Kentaro Hara  <haraken@chromium.org>
73203
73204         Unreviewed gardening.
73205
73206         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added.
73207
73208 2012-11-19  Kentaro Hara  <haraken@chromium.org>
73209
73210         Unreviewed gardening.
73211
73212         * platform/chromium/TestExpectations:
73213
73214 2012-11-19  Kentaro Hara  <haraken@chromium.org>
73215
73216         Unreviewed, rolling out r135111.
73217         http://trac.webkit.org/changeset/135111
73218         https://bugs.webkit.org/show_bug.cgi?id=102356
73219
73220         The patch caused crashes in several layout tests
73221
73222         * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Removed.
73223         * inspector-protocol/nmi-webaudio-leak-test.html: Removed.
73224         * platform/chromium-android/TestExpectations:
73225         * platform/efl-wk2/TestExpectations:
73226         * platform/efl/TestExpectations:
73227         * platform/gtk/TestExpectations:
73228         * platform/mac/TestExpectations:
73229         * platform/qt/TestExpectations:
73230         * platform/win/TestExpectations:
73231         * platform/wincairo/TestExpectations:
73232
73233 2012-11-19  Kentaro Hara  <haraken@chromium.org>
73234
73235         Unreviewed gardening.
73236
73237         * platform/chromium/TestExpectations:
73238
73239 2012-11-19  Kentaro Hara  <haraken@chromium.org>
73240
73241         Unreviewed gardening.
73242
73243         * platform/chromium/TestExpectations:
73244
73245 2012-11-19  Kentaro Hara  <haraken@chromium.org>
73246
73247         Unreviewed gardening.
73248
73249         * platform/chromium/TestExpectations:
73250
73251 2012-11-19  Kentaro Hara  <haraken@chromium.org>
73252
73253         Unreviewed. Rebaselined a text dump.
73254
73255         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added.
73256
73257 2012-11-19  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
73258
73259         [Qt] Unreviewed gardening.
73260
73261         Update test expectation and skip a new failing test.
73262
73263         * platform/qt-5.0/fast/js/global-constructors-expected.txt:
73264         * platform/qt/TestExpectations:
73265
73266 2012-11-19  Jussi Kukkonen  <jussi.kukkonen@intel.com>
73267
73268         [EFL][WK2] Enable media tests that pass after r135063
73269         https://bugs.webkit.org/show_bug.cgi?id=102657
73270
73271         Unreviewed gardening, these test no longer crash after
73272         https://bugs.webkit.org/show_bug.cgi?id=101428.
73273
73274         * platform/efl-wk2/TestExpectations:
73275
73276 2012-11-19  Zan Dobersek  <zandobersek@gmail.com>
73277
73278         Unreviewed GTK gardening, rebaselining after r135093.
73279
73280         * platform/gtk/fast/js/global-constructors-expected.txt:
73281
73282 2012-11-19  Kent Tamura  <tkent@chromium.org>
73283
73284         input.value="" should clear date/time input elements with partial values
73285         https://bugs.webkit.org/show_bug.cgi?id=102645
73286
73287         Reviewed by Kentaro Hara.
73288
73289         - Add tests for each of date/time input types.
73290         - Add them to TextExpectations for platforms without ENABLE_INPUT_MULTIPLE_FIELDS_UI.
73291
73292         * fast/forms/date-multiple-fields/date-multiple-fields-value-set-empty-expected.txt: Added.
73293         * fast/forms/date-multiple-fields/date-multiple-fields-value-set-empty.html: Added.
73294         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-value-set-empty-expected.txt: Added.
73295         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-value-set-empty.html: Added.
73296         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-value-set-empty-expected.txt: Added.
73297         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-value-set-empty.html: Added.
73298         * fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added.
73299         * fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty.html: Added.
73300         * fast/forms/resources/multiple-fields-value-set-empty.js: Added.
73301         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty-expected.txt: Added.
73302         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty.html: Added.
73303         * fast/forms/week-multiple-fields/week-multiple-fields-value-set-empty-expected.txt: Added.
73304         * fast/forms/week-multiple-fields/week-multiple-fields-value-set-empty.html: Added.
73305         * platform/chromium-android/TestExpectations:
73306         * platform/efl/TestExpectations:
73307         * platform/gtk/TestExpectations:
73308         * platform/mac/TestExpectations:
73309         * platform/qt/TestExpectations:
73310         * platform/win/TestExpectations:
73311
73312 2012-11-19  Alexei Filippov  <alph@chromium.org>
73313
73314         Web Inspector: refine time and bytes output formatting
73315         https://bugs.webkit.org/show_bug.cgi?id=102265
73316
73317         Reviewed by Yury Semikhatsky.
73318
73319         Add a space between number and unit, otherwise it's hard to read things like 88B.
73320         Reduce a number of decimal digits in KB and MB formats. 1023.45KB seems to be too detailed.
73321
73322         * inspector/audits/audits-panel-functional-expected.txt:
73323         * inspector/audits/audits-panel-noimages-functional-expected.txt:
73324
73325 2012-11-19  Christophe Dumez  <christophe.dumez@intel.com>
73326
73327         [EFL] Update expectation for fast/js/global-constructors.html after r135093
73328         https://bugs.webkit.org/show_bug.cgi?id=102653
73329
73330         Unreviewed EFL gardening.
73331
73332         Update EFL baseline for fast/js/global-constructors.html after r135093.
73333
73334         * platform/efl/fast/js/global-constructors-expected.txt: Added.
73335
73336 2012-11-18  Keishi Hattori  <keishi@webkit.org>
73337
73338         [Chromium] Add tests for week suggestion picker
73339         https://bugs.webkit.org/show_bug.cgi?id=102039
73340
73341         Reviewed by Kent Tamura.
73342
73343         Adding tests for datalist UI for <input type=week>.
73344
73345         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
73346         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
73347         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
73348         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt: Added.
73349         * platform/chromium/TestExpectations:
73350         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.txt: Added.
73351         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.txt: Added.
73352         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl.html: Added.
73353         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
73354         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar.html: Added.
73355         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance.html: Added.
73356         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt: Added.
73357         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations.html: Added.
73358         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute-expected.txt: Added.
73359         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute.html: Added.
73360         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations-expected.txt: Added.
73361         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations.html: Added.
73362         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload-expected.txt: Added.
73363         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload.html: Added.
73364         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute-expected.txt: Added.
73365         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute.html: Added.
73366
73367 2012-11-18  Christophe Dumez  <christophe.dumez@intel.com>
73368
73369         [EFL][WK2] Skip networkinformation tests wrongly unskipped in r135096
73370         https://bugs.webkit.org/show_bug.cgi?id=102650
73371
73372         Unreviewed EFL gardening.
73373
73374         Skip again for EFL Debug bots several networkinformation tests
73375         that were wrongly unskipped in r135096 as they still hit an
73376         assertion.
73377
73378         * platform/efl-wk2/TestExpectations:
73379
73380 2012-11-18  Ilya Tikhonovsky  <loislo@chromium.org>
73381
73382         Unreviewed: add missed test files for r135111.
73383
73384         * inspector-protocol/resources/audio-context.html: Added.
73385         * inspector-protocol/resources/blank.html: Added.
73386
73387 2012-11-16  Ilya Tikhonovsky  <loislo@chromium.org>
73388
73389         webaudio: leak: AudioContext objects are leaking. They retain 36mb of shared data.
73390         https://bugs.webkit.org/show_bug.cgi?id=102356
73391
73392         Reviewed by Adam Barth.
73393
73394         A clean-up code was moved from uninitialize to clear method.
73395         AudioContext marks itself as hasPendingActivity in method constructCommon and unmarks itself in method clear.
73396         m_isStopScheduled filters out second ActiveDOMObject::stop call.
73397         markForDeletion appends AudioNode pointer to m_nodesToDelete array if there is no active audio thread.
73398         adoptRef was added in createOfflineContext method.
73399
73400         * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Added.
73401         * inspector-protocol/nmi-webaudio-leak-test.html: Added.
73402
73403 2012-11-18  Kunihiko Sakamoto  <ksakamoto@chromium.org>
73404
73405         min/max/step support for calendar picker on datetime/datetime-local
73406         https://bugs.webkit.org/show_bug.cgi?id=102628
73407
73408         Reviewed by Kent Tamura.
73409
73410         Verify that calendar picker has correct available dates when
73411         min/max/step attributes are set in datetime input.
73412
73413         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step-expected.txt: Added.
73414         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html: Added.
73415
73416 2012-11-18  Kentaro Hara  <haraken@chromium.org>
73417
73418         Unreviewed. Rebaselined images.
73419
73420         * platform/chromium-linux-x86/fast/block/float/overhanging-tall-block-expected.txt: Added.
73421         * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.png: Added.
73422         * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.txt: Added.
73423         * platform/chromium-mac-lion/fast/block/float/overhanging-tall-block-expected.txt: Added.
73424         * platform/chromium-mac-snowleopard/fast/block/float/overhanging-tall-block-expected.txt: Added.
73425         * platform/chromium-win-xp/fast/block/float/overhanging-tall-block-expected.png: Added.
73426         * platform/chromium-win-xp/fast/block/float/overhanging-tall-block-expected.txt: Added.
73427         * platform/efl-wk1/fast/block/float/overhanging-tall-block-expected.png: Renamed from LayoutTests/platform/efl/fast/block/float/overhanging-tall-block-expected.png.
73428
73429 2012-11-18  Ryosuke Niwa  <rniwa@webkit.org>
73430
73431         Chromium rebaseline after r135093.
73432
73433         * platform/chromium-linux/inspector: Added.
73434         * platform/chromium-linux/inspector/console: Added.
73435         * platform/chromium-linux/inspector/console/console-format-collections-expected.txt: Added.
73436
73437 2012-11-18  KwangYong Choi  <ky0.choi@samsung.com>
73438
73439         [EFL] Gardening, unskip passing tests
73440         https://bugs.webkit.org/show_bug.cgi?id=102460
73441
73442         Unreviewed EFL gardening.
73443
73444         The tests marked Crash by r132469 are passing now.
73445
73446         fast/dom/nested-script-exceptions.html, networkinformation/multiple-frames.html,
73447         networkinformation/basic-all-types-of-events.html, networkinformation/updates.html,
73448         networkinformation/add-listener-from-callback.html, networkinformation/basic-operation.html
73449
73450         * platform/efl-wk2/TestExpectations:
73451
73452 2012-11-18  Kentaro Hara  <haraken@chromium.org>
73453
73454         Unreviewed. Removed a duplicated entry.
73455
73456         * platform/chromium/TestExpectations:
73457
73458 2012-11-18  Ryosuke Niwa  <rniwa@webkit.org>
73459
73460         Make namedItem return a node list only in HTMLFormControlsCollection and HTMLOptionsCollection
73461         https://bugs.webkit.org/show_bug.cgi?id=101311
73462
73463         Reviewed by Darin Adler.
73464
73465         Added a regression test to ensure form.elements and select.options use correct interfaces,
73466         and named getter for those two properties return a NodeList when there are multiple matches.
73467
73468         Also added appropriate IDL options to HTMLOptionsCollection.idl.
73469
73470         * fast/dom/collection-nameditem-move-between-documents-expected.txt: Rebaselined since namedItem
73471         now correctly returns null when there is no match. This test result demonstrates a bug that
73472         HTMLAllCollection doesn't inherit from HTMLCollection.
73473         * fast/dom/collection-nameditem-move-between-documents.html: Ditto.
73474         * fast/dom/dom-constructors-expected.txt: Rebaselined.
73475         * fast/dom/html-collections-named-getter-expected.txt: Added.
73476         * fast/dom/html-collections-named-getter.html: Added.
73477         * fast/dom/wrapper-classes-expected.txt: Rebaselined. Since we're exposing HTMLOptionsCollection
73478         on the window object, the constructor property of an instance of HTMLOptionsCollection object
73479         shows up as a function. We should update the test to support this behavior in the future.
73480         * inspector/console/console-format-collections-expected.txt: Rebaselined.
73481         * platform/chromium/fast/dom/gc-9-expected.txt: Rebaselined since a test case for
73482         HTMLOptionsCollection now passes.
73483
73484 2012-11-18  Kentaro Hara  <haraken@chromium.org>
73485
73486         Unreviewed.
73487         r135025 marked a couple of tests as SKIP in Mac.
73488         This patch marks the tests as SKIP in Chormium.
73489
73490         * platform/chromium/TestExpectations:
73491
73492 2012-11-18  Kentaro Hara  <haraken@chromium.org>
73493
73494         Unreviewed. Marked platform/chromium/virtual/deferred/fast/images/webgl-teximage2d.html as TIMEOUT.
73495
73496         * platform/chromium/TestExpectations:
73497
73498 2012-11-18  Kentaro Hara  <haraken@chromium.org>
73499
73500         Unreviewed. Marked fast/images/webgl-teximage2d.html as TIMEOUT.
73501
73502         * platform/chromium/TestExpectations:
73503
73504 2012-11-18  Simon Fraser  <simon.fraser@apple.com>
73505
73506         Rebaselines.
73507
73508         * platform/mac/fast/media/mq-js-media-except-02-expected.txt:
73509         * platform/mac/fast/media/mq-js-media-except-03-expected.txt:
73510         * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
73511
73512 2012-11-18  Antti Koivisto  <antti@apple.com>
73513
73514         REGRESSION(r129644): User StyleSheet not applying
73515         https://bugs.webkit.org/show_bug.cgi?id=102110
73516
73517         Reviewed by Andreas Kling.
73518
73519         * inspector/timeline/timeline-script-tag-1-expected.txt:
73520         
73521             Update the test result. The style invalidation log is slightly different.
73522
73523         * userscripts/user-stylesheet-invalidate-expected.txt: Added.
73524         * userscripts/user-stylesheet-invalidate.html: Added.
73525
73526 2012-11-17  Adam Barth  <abarth@webkit.org>
73527
73528         REGRESSION (r133633): ASSERTION FAILED: m_wrapper || !m_jsFunction
73529         https://bugs.webkit.org/show_bug.cgi?id=101428
73530
73531         Reviewed by Geoffrey Garen.
73532
73533         Add two calls to gc() to make an ASSERT trigger on every run. One call
73534         to gc() does not appear to be sufficient for reasons I don't fully
73535         understand.
73536
73537         * media/media-continues-playing-after-replace-source.html:
73538
73539 2012-11-17  Simon Fraser  <simon.fraser@apple.com>
73540
73541         Simplify bounds computation for the RenderView's layer
73542         https://bugs.webkit.org/show_bug.cgi?id=102597
73543
73544         Reviewed by Anders Carlsson.
73545
73546         Progressions as a result of this change:
73547
73548         * compositing/layer-creation/fixed-position-out-of-view-expected.txt: The height
73549         is now the page height, since the page is scrollable.
73550         * compositing/tiling/tile-cache-zoomed-expected.txt: The main layer now is not
73551         affected by the page scale transform.
73552         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt: Ditto.
73553
73554 2012-11-17  Simon Fraser  <simon.fraser@apple.com>
73555
73556         Rebaseline three tests affected by the dumping of tile grid extent.
73557
73558         * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
73559         * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
73560         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
73561
73562 2012-11-17  Simon Fraser  <simon.fraser@apple.com>
73563
73564         Dump the tile cache extent in layout tests
73565         https://bugs.webkit.org/show_bug.cgi?id=102600
73566
73567         Reviewed by Anders Carlsson.
73568
73569         New results which contain tile cache extents.
73570
73571         * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt:
73572         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
73573         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
73574         * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt:
73575         * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
73576         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:
73577
73578 2012-11-17  Zan Dobersek  <zandobersek@gmail.com>
73579
73580         Unreviewed GTK gardening. Fixing a test that's failing due to changes
73581         made in r134949 and wasn't updated yet.
73582
73583         * http/tests/websocket/tests/hybi/workers/close-expected.txt:
73584         * http/tests/websocket/tests/hybi/workers/resources/close.js:
73585
73586 2012-11-17  Li Yin  <li.yin@intel.com>
73587
73588         biquadfilternode-basic.html test should cover default value of frequency, Q and gain.
73589         https://bugs.webkit.org/show_bug.cgi?id=102305
73590
73591         Reviewed by Chris Rogers.
73592
73593         Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#BiquadFilterNode
73594         The default values of frequency, Q and gain are clearly specified, we should
73595         have related sub test to over them.
73596
73597         * webaudio/biquadfilternode-basic-expected.txt:
73598         * webaudio/biquadfilternode-basic.html:
73599
73600 2012-11-17  Zan Dobersek  <zandobersek@gmail.com>
73601
73602         Unreviewed GTK gardening.
73603
73604         * platform/gtk/TestExpectations:
73605
73606 2012-11-17  Zan Dobersek  <zandobersek@gmail.com>
73607
73608         Unreviewed gardening. Fixing a test that's failing since r134859.
73609
73610         * http/tests/websocket/tests/hybi/workers/close-expected.txt:
73611         * http/tests/websocket/tests/hybi/workers/resources/close.js:
73612         (runInvalidStringTest):
73613
73614 2012-11-17  Mike West  <mkwst@chromium.org>
73615
73616         Web Inspector: http/tests/inspector/stacktraces/* are flakey in JSC
73617         https://bugs.webkit.org/show_bug.cgi?id=102380
73618
73619         Reviewed by Yury Semikhatsky.
73620
73621         The inspector stacktrace tests are quite flakey at the moment under JSC.
73622         This patch drops detail out of the test that a) isn't relevent to what's
73623         being tested, and b) varies under JSC for no discernable reason. A side
73624         benifit of this change is that we can drop most platform-specific test
73625         results, as we're now only looking at data that JSC and V8 agree upon.
73626
73627         * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt:
73628         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt:
73629         * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt:
73630         * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt:
73631             Reset tests based on the new level of detail.
73632         * http/tests/inspector/stacktraces/resources/stacktrace-test.js:
73633         (test.addMessage):
73634         (test):
73635             Limit the detail of the output to the top frame of the stack, and
73636             drop the column number (which was always 0 in JSC).
73637         * platform/chromium/http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt: Removed.
73638         * platform/chromium/http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt: Removed.
73639         * platform/chromium/http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt: Removed.
73640             Dropping these platform-specific tests, as this patch limits the test
73641             output detail to a subset that V8 and JSC agree upon.
73642         * platform/chromium/http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt:
73643             Can't drop this one, sadly.
73644
73645 2012-11-16  Simon Fraser  <simon.fraser@apple.com>
73646
73647         Rebaseline.
73648
73649         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
73650         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
73651         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
73652
73653 2012-11-16  Simon Fraser  <simon.fraser@apple.com>
73654
73655         Rebaseline some editing tests.
73656
73657         * platform/mac-wk2/editing/selection/caret-ltr-right-expected.txt: Removed.
73658         * platform/mac-wk2/editing/selection/caret-rtl-right-expected.txt: Removed.
73659         * platform/mac/TestExpectations:
73660         * platform/mac/editing/pasteboard/innerText-inline-table-expected.txt:
73661         * platform/mac/editing/selection/iframe-expected.txt:
73662         * platform/mac/editing/selection/inline-table-expected.txt:
73663         * platform/mac/editing/selection/table-caret-3-expected.txt:
73664
73665 2012-11-16  David Grogan  <dgrogan@chromium.org>
73666
73667         IndexedDB: setVersion excision batch 10
73668         https://bugs.webkit.org/show_bug.cgi?id=102565
73669
73670         Reviewed by Tony Chang.
73671
73672         * storage/indexeddb/mozilla/resources/versionchange.js: Removed.
73673           Very similar to a lot of our other tests.
73674
73675         * storage/indexeddb/resources/set_version_queue.js: Removed.
73676           Tests 4 already-open connections calling setVersion, no longer
73677           applicable. Though something similar will be set up when we
73678           implement 4.1.3#Note2:
73679           if two databases with the same name and origin, but with different
73680           versions, are being opened at the same time, the one with the highest
73681           version will attempt to be opened first.
73682
73683         * storage/indexeddb/resources/setversion-blocks-open.js: Removed.
73684           Tests the same thing as version-change-exclusive, even though
73685           version-change-exclusive's description had been inaccurate.
73686
73687         * storage/indexeddb/resources/setversion-blocks-setversion.js: Removed.
73688           Behavior under test is no longer possible. (multiple setVersion
73689           calls from same connection.)
73690
73691         * storage/indexeddb/resources/shared.js:
73692         (indexedDBTest):
73693         Added another optional parameter for version-change-exclusive.
73694
73695         * storage/indexeddb/resources/three-setversion-calls.js: Removed.
73696           Behavior under test is no longer possible. (multiple setVersion
73697           calls from same connection.)
73698
73699         * storage/indexeddb/resources/two-version-changes.js: Removed.
73700           Behavior under test is no longer possible. (multiple setVersion
73701           calls from same connection.)
73702
73703         * storage/indexeddb/resources/version-change-abort.js:
73704           Straightforward conversion.
73705
73706         * storage/indexeddb/resources/version-change-exclusive.js:
73707           The previous description didn't accurately describe the test.
73708
73709         --Corresponding .html and -expected files also removed.
73710
73711 2012-11-16  Joshua Bell  <jsbell@chromium.org>
73712
73713         IndexedDB: Assert hit when getting non-existent object store in version change transaction
73714         https://bugs.webkit.org/show_bug.cgi?id=102547
73715
73716         Reviewed by Tony Chang.
73717
73718         Regression test - make sure that .objectStore() and .index() fail on unknown names
73719         in "versionchange" transactions.
73720
73721         * storage/indexeddb/object-lookups-in-versionchange-expected.txt: Added.
73722         * storage/indexeddb/object-lookups-in-versionchange.html: Added.
73723
73724 2012-11-16  Simon Fraser  <simon.fraser@apple.com>
73725
73726         Eliminate ancestor tree walk computing outlineBoundsForRepaint() when updating layer positions
73727         https://bugs.webkit.org/show_bug.cgi?id=101874
73728
73729         Reviewed by Dave Hyatt.
73730
73731         In debug, skip tests that assert because of LayoutUnit truncation.
73732
73733         * platform/mac/TestExpectations:
73734
73735 2012-11-16  Alec Flett  <alecflett@chromium.org>
73736
73737         Add tests for explicit serialization values
73738         https://bugs.webkit.org/show_bug.cgi?id=96818
73739
73740         Reviewed by Adam Barth.
73741
73742         Make sure SerializedScriptValues are backward compatible with future changes.
73743
73744         * platform/chromium/fast/storage/serialized-script-value.html: Added.
73745         * platform/chromium/fast/storage/serialized-script-value.txt: Added.
73746
73747 2012-11-16  David Grogan  <dgrogan@chromium.org>
73748
73749         IndexedDB: setVersion excision batch 9
73750         https://bugs.webkit.org/show_bug.cgi?id=102455
73751
73752         Reviewed by Tony Chang.
73753
73754         * storage/indexeddb/persistence-expected.txt:
73755         * storage/indexeddb/resources/persistence.js:
73756         (prepareDatabase):
73757         Little awkwardness to get the initial version number to be 0 (actually,
73758         because of a bug it's "") so that first() will trigger a
73759         versionchange.
73760         (first):
73761
73762         * storage/indexeddb/resources/set_version_blocked.js:
73763           Small "blocked" test. It's probably redundant due to our crazier
73764           tests, but it is nice to have a succinct test that checks one thing.
73765
73766         * storage/indexeddb/resources/shared.js:
73767         (unexpectedBlockedCallback):
73768         * storage/indexeddb/resources/transaction-basics.js:
73769           This test is a mess, obviously written near the dawn of IDB when no
73770           one knew how to write an effective test for it. In the interests of
73771           preventing the diff from exploding I didn't take all the
73772           clarification opportunities that were there.
73773
73774         * storage/indexeddb/resources/transaction-error.js:
73775         * storage/indexeddb/set_version_blocked-expected.txt:
73776         * storage/indexeddb/transaction-basics-expected.txt:
73777         * storage/indexeddb/transaction-error-expected.txt:
73778
73779 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
73780
73781         [Chromium] Removed unnecessary expectation.
73782
73783         * platform/chromium-win/fast/canvas/canvas-shadow-expected.txt: Removed.
73784
73785 2012-11-16  Pablo Flouret  <pablof@motorola.com>
73786
73787         [JSC] Don't sanitize window.onerror information on crossorigin-enabled scripts
73788         https://bugs.webkit.org/show_bug.cgi?id=70574
73789
73790         Reviewed by Geoffrey Garen.
73791
73792         * http/tests/security/resources/cors-script.php:
73793         * http/tests/security/script-crossorigin-onerror-information-expected.txt: Added.
73794         * http/tests/security/script-crossorigin-onerror-information.html: Added.
73795         * http/tests/security/script-no-crossorigin-onerror-should-be-sanitized-expected.txt: Added.
73796         * http/tests/security/script-no-crossorigin-onerror-should-be-sanitized.html: Added.
73797
73798         * platform/chromium/TestExpectations:
73799             This patch only deals with JSC right now, skip the new tests.
73800
73801 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
73802
73803         [Chromium] Remaining bits of Win7 rebaselines.
73804
73805 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
73806
73807         [Chromium] Massive rebaseline after Win7 came back up.
73808
73809 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
73810
73811         Unreviewed, rolling out r134986.
73812         http://trac.webkit.org/changeset/134986
73813         https://bugs.webkit.org/show_bug.cgi?id=102110
73814
73815         Triggered ASSERT in fast/frames/seamless/seamless-inherited-
73816         origin.html.
73817
73818         * userscripts/user-stylesheet-invalidate-expected.txt: Removed.
73819         * userscripts/user-stylesheet-invalidate.html: Removed.
73820
73821 2012-11-16  Antti Koivisto  <antti@apple.com>
73822
73823         REGRESSION(r129644): User StyleSheet not applying
73824         https://bugs.webkit.org/show_bug.cgi?id=102110
73825
73826         Reviewed by Andreas Kling.
73827
73828         * userscripts/user-stylesheet-invalidate-expected.txt: Added.
73829         * userscripts/user-stylesheet-invalidate.html: Added.
73830
73831 2012-11-15  Brent Fulgham  <bfulgham@webkit.org>
73832
73833         [WinCairo] Sync with Windows test expectations.
73834
73835         * platform/wincairo/TestExpectations: Update to match Windows.
73836
73837 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
73838
73839         [Chromium] adjusting expectations for checkerboard.html
73840
73841 2012-11-16  Li Yin  <li.yin@intel.com>
73842
73843         audiopannernode-basic.html should cover default value of attribute.
73844         https://bugs.webkit.org/show_bug.cgi?id=102332
73845
73846         Reviewed by Chris Rogers.
73847
73848         Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#PannerNode
73849         Currently almost all attributes of PannerNode are specified default value clearly,
73850         the test should cover them.
73851
73852         * webaudio/audiopannernode-basic-expected.txt:
73853         * webaudio/audiopannernode-basic.html:
73854
73855 2012-11-16  Tommy Widenflycht  <tommyw@google.com>
73856
73857         [chromium] MediaStream API: Add missing WebRTCPeerConnectionHandlerClient::didAddRemoteDataChannel
73858         https://bugs.webkit.org/show_bug.cgi?id=102386
73859
73860         Reviewed by Adam Barth.
73861
73862         * fast/mediastream/RTCPeerConnection-datachannel.html:
73863         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
73864
73865 2012-11-16  Robert Flack  <flackr@chromium.org>
73866
73867         Handle gesture events on scrollbars.
73868         https://bugs.webkit.org/show_bug.cgi?id=101516
73869
73870         Reviewed by Antonio Gomes.
73871
73872         Adds a gesture event handler to scrollbars and sends gestures beginning
73873         over a scrollbar to this handler to allow touch scrolling scrollbars.
73874
73875         * fast/events/touch/gesture/gesture-scrollbar-expected.txt: Added.
73876         * fast/events/touch/gesture/gesture-scrollbar.html: Added.
73877
73878 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
73879
73880         [Chromium] Removed incorrect baseline.
73881
73882         * platform/chromium-mac/canvas/philip/tests/2d.shadow.enable.blur-expected.txt: Removed.
73883
73884 2012-11-16  Erik Arvidsson  <arv@chromium.org>
73885
73886         Update DOMException name: TypeMismatchError
73887         https://bugs.webkit.org/show_bug.cgi?id=102418
73888
73889         Reviewed by Kentaro Hara.
73890
73891         Updated tests and expectations.
73892
73893         * editing/selection/extend-expected.txt:
73894         * fast/dom/Element/attr-param-typechecking-expected.txt:
73895         * fast/dom/Geolocation/argument-types-expected.txt:
73896         * fast/dom/Geolocation/not-enough-arguments-expected.txt:
73897         * fast/dom/Geolocation/script-tests/argument-types.js:
73898         (test):
73899         * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
73900         * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
73901         * fast/js/select-options-add-expected.txt:
73902         * fast/mediastream/RTCIceCandidate-expected.txt:
73903         * fast/mediastream/RTCPeerConnection-expected.txt:
73904         * fast/mediastream/RTCSessionDescription-expected.txt:
73905         * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
73906         * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
73907         * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
73908         * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
73909         * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
73910         * security/crypto-random-values-types-expected.txt:
73911         * svg/dom/SVGTransformList-expected.txt:
73912
73913 2012-11-16  Erik Arvidsson  <arv@chromium.org>
73914
73915         Update DOMException name: InvalidAccessError
73916         https://bugs.webkit.org/show_bug.cgi?id=102400
73917
73918         Reviewed by Kentaro Hara.
73919
73920         Updated tests and expectations.
73921
73922         * editing/undomanager/undomanager-reenter-expected.txt:
73923         * editing/undomanager/undomanager-reenter.html:
73924         * editing/undomanager/undoscopehost-use-after-free-expected.txt:
73925         * editing/undomanager/undoscopehost-use-after-free.html:
73926         * fast/css/CSSPrimitiveValue-exceptions-expected.txt:
73927         * fast/css/getFloatValueForUnit-expected.txt:
73928         * fast/css/getFloatValueForUnit.html:
73929         * fast/css/resources/CSSPrimitiveValue-exceptions.js:
73930         * fast/dom/XMLSerializer-doctype2-expected.txt:
73931         * fast/dom/XMLSerializer-doctype2.html:
73932         * fast/dom/setPrimitiveValue-exceptions-expected.txt:
73933         * fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt:
73934         * fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt:
73935         * fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt:
73936         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
73937         * http/tests/media/media-source/video-media-source-duration-changed-expected.txt:
73938         * http/tests/websocket/tests/hybi/close-expected.txt:
73939         * http/tests/websocket/tests/hybi/close.html:
73940         * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt:
73941         * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt:
73942         * webintents/web-intents-api-expected.txt:
73943         * webintents/web-intents-api.html:
73944
73945 2012-11-16  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
73946
73947         [EFL] Gardening failure cases on EFL build bots
73948         https://bugs.webkit.org/show_bug.cgi?id=102496
73949
73950         Unreviewed EFL gardening.
73951
73952         * platform/efl-wk1/fast/media/mq-js-media-except-02-expected.png: Removed.
73953         * platform/efl-wk1/fast/media/mq-js-media-except-03-expected.png: Removed.
73954         * platform/efl-wk2/TestExpectations:
73955         * platform/efl/TestExpectations:
73956         * platform/efl/fast/media/mq-js-media-except-02-expected.png: Added.
73957         * platform/efl/fast/media/mq-js-media-except-02-expected.txt: Added.
73958         * platform/efl/fast/media/mq-js-media-except-03-expected.png: Added.
73959         * platform/efl/fast/media/mq-js-media-except-03-expected.txt: Added.
73960
73961 2012-11-16  Zan Dobersek  <zandobersek@gmail.com>
73962
73963         Unreviewed GTK gardening, rebaselining after r134859.
73964
73965         * platform/gtk/fast/media/mq-js-media-except-02-expected.txt: Added.
73966         * platform/gtk/fast/media/mq-js-media-except-03-expected.txt: Added.
73967
73968 2012-11-16  Shinya Kawanaka  <shinyak@chromium.org>
73969
73970         Changing pseudoClass (:indeterminate) should cause distribution
73971         https://bugs.webkit.org/show_bug.cgi?id=101903
73972
73973         Reviewed by Dimitri Glazkov.
73974
73975         I've used "-webkit-appearance: none" for progress element because of Bug 102459.
73976         It prevents from testing progress element on Windows.
73977
73978         * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Added.
73979         * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Added.
73980         * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Added.
73981         * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Added.
73982
73983 2012-11-16  Mike West  <mkwst@chromium.org>
73984
73985         [chromium] Unreviewed gardening.
73986
73987         http/tests/security/sandboxed-iframe-form-top.html is leaking state into
73988         the next test, and should have been skipped for Chromium as well as mac
73989         in r134789. This patch remedies that oversight.
73990
73991         * platform/chromium/TestExpectations:
73992
73993 2012-11-16  Yury Semikhatsky  <yurys@chromium.org>
73994
73995         Web Inspector: don't show an Error when evaluating a watch expression results in an exception
73996         https://bugs.webkit.org/show_bug.cgi?id=102470
73997
73998         Reviewed by Vsevolod Vlasov.
73999
74000         Check that watch expression has value "<not available>" in case of exception
74001         during its evaluation instead of a special style class tha has been removed.
74002
74003         * inspector/debugger/error-in-watch-expressions.html:
74004
74005 2012-11-16  Elliott Sprehn  <esprehn@chromium.org>
74006
74007         REGRESSION (r134774-r134779): fast/frames/detached-shadow-frame.html failing on Apple Win 7 Release (Tests)
74008         https://bugs.webkit.org/show_bug.cgi?id=102433
74009
74010         Reviewed by Dimitri Glazkov.
74011
74012         Need to include the Shadow DOM polyfill.js since not all ports
74013         web expose the WebkitShadowRoot constructor.
74014
74015         * fast/frames/detached-shadow-frame.html:
74016
74017 2012-11-16  Csaba Osztrogonác  <ossy@webkit.org>
74018
74019         [Qt] Unreviewed gardening.
74020
74021         * http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt: Updated after r134859.
74022         * platform/qt/TestExpectations: Skip fast/frames/detached-shadow-frame.html, because ENABLE(SHADOW_DOM) is disabled.
74023         * platform/qt/fast/media/mq-js-media-except-02-expected.txt: Updated after r134859.
74024         * platform/qt/fast/media/mq-js-media-except-03-expected.txt: Updated after r134859.
74025         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Revert r134754, because r134649 was reverted.
74026         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Revert r134754, because r134649 was reverted.
74027         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Revert r134754, because r134649 was reverted.
74028
74029 2012-11-16  Kentaro Hara  <haraken@chromium.org>
74030
74031         Unreviewed. Rebaselined pixel results.
74032
74033         * platform/chromium-mac/fast/text/international/combining-marks-position-expected.txt: Removed.
74034
74035 2012-11-16  János Badics  <jbadics@inf.u-szeged.hu>
74036
74037         [Qt][WK1] Gardening after r134816. Skipped a newly added failing test.
74038         https://bugs.webkit.org/show_bug.cgi?id=102471
74039
74040         Reviewed by Csaba Osztrogonác.
74041
74042         * platform/qt-5.0-wk1/TestExpectations:
74043
74044 2012-11-16  Peter Rybin  <prybin@chromium.org>
74045
74046         Web Inspector: show internal properties in inspector frontend
74047         https://bugs.webkit.org/show_bug.cgi?id=100021
74048
74049         Reviewed by Yury Semikhatsky.
74050
74051         A new test is added. InspectorTest.dumpObjectPropertySectionDeep function is added.
74052
74053         * http/tests/inspector/elements-test.js:
74054         (initialize_ElementTest.InspectorTest.dumpObjectPropertySectionDeep):
74055         (initialize_ElementTest.InspectorTest.dumpObjectPropertySectionDeep.dumpTreeElement):
74056         * inspector/debugger/properties-special-expected.txt: Added.
74057         * inspector/debugger/properties-special.html: Added.
74058         * platform/chromium/inspector/debugger/properties-special-expected.txt: Added.
74059
74060 2012-11-16  Sheriff Bot  <webkit.review.bot@gmail.com>
74061
74062         Unreviewed, rolling out r134865.
74063         http://trac.webkit.org/changeset/134865
74064         https://bugs.webkit.org/show_bug.cgi?id=102466
74065
74066         Broke the Apple Windows Debug build. (Requested by dydx on
74067         #webkit).
74068
74069         * platform/chromium/fast/storage/serialized-script-value-expected.txt: Removed.
74070         * platform/chromium/fast/storage/serialized-script-value.html: Removed.
74071
74072 2012-11-16  Takashi Sakamoto  <tasak@google.com>
74073
74074         ASSERT_NOT_REACHED() when building a CSSOM wrapper for StyleRuleHost
74075         https://bugs.webkit.org/show_bug.cgi?id=102116
74076
74077         Reviewed by Alexander Pavlov.
74078
74079         * fast/css/at-host-cssom-crash-expected.txt: Added.
74080         * fast/css/at-host-cssom-crash.html: Added.
74081         * inspector/styles/styles-include-host-rules-crash-expected.txt: Added.
74082         * inspector/styles/styles-include-host-rules-crash.html: Added.
74083
74084 2012-11-15  Kenichi Ishibashi  <bashi@chromium.org>
74085
74086         Unreviewed test update.
74087
74088         * fast/text/international/combining-marks-position.html:
74089         Ignore a slight diff of widths between the reference and target.
74090
74091 2012-11-15  Kentaro Hara  <haraken@chromium.org>
74092
74093         Unreviewed. Rebaselined pixel results.
74094
74095         * platform/chromium-mac/fast/text/international/combining-marks-position-expected.txt: Added.
74096
74097 2012-11-15  Kentaro Hara  <haraken@chromium.org>
74098
74099         Unreviewed. Marked fast/images/webgl-teximage2d.html as Slow.
74100
74101         * platform/chromium/TestExpectations:
74102
74103 2012-11-15  Kentaro Hara  <haraken@chromium.org>
74104
74105         Unreviewed. Rebaselined images.
74106
74107         * platform/chromium-linux/compositing/checkerboard-expected.png:
74108         * platform/chromium-mac-lion/compositing/checkerboard-expected.png: Added.
74109         * platform/chromium-win/compositing/checkerboard-expected.png:
74110
74111 2012-11-15  Kentaro Hara  <haraken@chromium.org>
74112
74113         Unreviewed. Marked fast/forms/validation-message-appearance.html as flaky.
74114
74115         * platform/chromium/TestExpectations:
74116
74117 2012-11-15  Kentaro Hara  <haraken@chromium.org>
74118
74119         Unreviewed. Rebaselined images.
74120
74121         * fast/media/mq-js-media-except-02-expected.txt: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-02-expected.txt.
74122         * fast/media/mq-js-media-except-03-expected.txt: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-03-expected.txt.
74123         * platform/chromium-mac-lion/fast/media/mq-js-media-except-02-expected.png:
74124         * platform/chromium-mac-lion/fast/media/mq-js-media-except-03-expected.png:
74125         * platform/chromium-mac-snowleopard/fast/media/mq-js-media-except-02-expected.png:
74126         * platform/chromium-mac-snowleopard/fast/media/mq-js-media-except-03-expected.png:
74127         * platform/chromium-mac/fast/media/mq-js-media-except-02-expected.png:
74128         * 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.
74129         * platform/chromium-mac/fast/media/mq-js-media-except-03-expected.png:
74130         * 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.
74131         * platform/chromium-mac/svg/custom/baseval-animval-equality-expected.png:
74132         * platform/chromium-mac/svg/custom/baseval-animval-equality-expected.txt: Added.
74133         * platform/chromium-win-xp/fast/media/mq-js-media-except-02-expected.png: Added.
74134         * platform/chromium-win-xp/fast/media/mq-js-media-except-03-expected.png: Added.
74135         * 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.
74136         * 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.
74137         * platform/gtk/fast/media/mq-js-media-except-02-expected.txt: Removed.
74138         * platform/gtk/fast/media/mq-js-media-except-03-expected.txt: Removed.
74139
74140 2012-11-15  Kentaro Hara  <haraken@chromium.org>
74141
74142         Unreviewed. Rebaselined images.
74143
74144         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
74145         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
74146
74147 2012-11-15  Kent Tamura  <tkent@chromium.org>
74148
74149         fast/forms/select/select-state-restore.html is flaky.
74150         https://bugs.webkit.org/show_bug.cgi?id=90207
74151
74152         Reviewed by Hajime Morita.
74153
74154         * fast/forms/select/select-state-restore.html:
74155         It was possible that we started the test before loading
74156         js-test-post.js. It means we might miss calling waitUntilDone.
74157         * platform/chromium/TestExpectations:
74158
74159 2012-11-15  Kent Tamura  <tkent@chromium.org>
74160
74161         [Chromium] Rebaseline for recent calendar picker and suggestion picker changes
74162
74163         * platform/chromium-linux-x86/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
74164         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
74165         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
74166         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
74167         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
74168         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
74169         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
74170         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
74171         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
74172         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
74173         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
74174         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
74175         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
74176         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
74177         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
74178         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
74179         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
74180         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
74181         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
74182         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
74183         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
74184         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
74185         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
74186         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
74187         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
74188         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
74189         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
74190         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
74191         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
74192         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
74193         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
74194         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
74195         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
74196         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
74197         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
74198         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
74199         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
74200         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
74201         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
74202         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
74203         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
74204         * platform/chromium/TestExpectations:
74205
74206 2012-11-15  KwangYong Choi  <ky0.choi@samsung.com>
74207
74208         [EFL] Update TestExpectations for fast/forms/zoomed-controls.html
74209         https://bugs.webkit.org/show_bug.cgi?id=102369
74210
74211         Unreviewed. Pixel test of fast/forms/zoomed-controls.html is failing
74212         introduced by r134698. Mark this test Missing and remove wrong expectation.
74213
74214         * platform/efl/TestExpectations:
74215         * platform/efl/fast/forms/zoomed-controls-expected.png: Removed.
74216
74217 2012-11-15  Shinya Kawanaka  <shinyak@chromium.org>
74218
74219         Chaging pseudoClass (:enabled) should cause distribution
74220         https://bugs.webkit.org/show_bug.cgi?id=101900
74221
74222         Reviewed by Dimitri Glazkov.
74223
74224         Currently :enabled matches an anchor/area/link element yet. I marked these tests as Failure.
74225
74226         * fast/dom/shadow/pseudoclass-update-enabled-anchor-expected.html: Added.
74227         * fast/dom/shadow/pseudoclass-update-enabled-anchor.html: Added.
74228         * fast/dom/shadow/pseudoclass-update-enabled-area-expected.html: Added.
74229         * fast/dom/shadow/pseudoclass-update-enabled-area.html: Added.
74230         * fast/dom/shadow/pseudoclass-update-enabled-button-expected.html: Added.
74231         * fast/dom/shadow/pseudoclass-update-enabled-button.html: Added.
74232         * fast/dom/shadow/pseudoclass-update-enabled-fieldset-expected.html: Added.
74233         * fast/dom/shadow/pseudoclass-update-enabled-fieldset.html: Added.
74234         * fast/dom/shadow/pseudoclass-update-enabled-input-expected.html: Added.
74235         * fast/dom/shadow/pseudoclass-update-enabled-input.html: Added.
74236         * fast/dom/shadow/pseudoclass-update-enabled-optgroup-expected.txt: Added.
74237         * fast/dom/shadow/pseudoclass-update-enabled-optgroup.html: Added.
74238         * fast/dom/shadow/pseudoclass-update-enabled-option-expected.txt: Added.
74239         * fast/dom/shadow/pseudoclass-update-enabled-option.html: Added.
74240         * fast/dom/shadow/pseudoclass-update-enabled-select-expected.html: Added.
74241         * fast/dom/shadow/pseudoclass-update-enabled-select.html: Added.
74242         * fast/dom/shadow/pseudoclass-update-enabled-textarea-expected.html: Added.
74243         * fast/dom/shadow/pseudoclass-update-enabled-textarea.html: Added.
74244         * platform/chromium/TestExpectations:
74245         * platform/efl/TestExpectations:
74246
74247 2012-11-15  Erik Arvidsson  <arv@chromium.org>
74248
74249         Update DOMException name: NamespaceError
74250         https://bugs.webkit.org/show_bug.cgi?id=102395
74251
74252         Reviewed by Kentaro Hara.
74253
74254         Updated tests and expectations.
74255
74256         * fast/dom/EntityReference/readonly-exceptions-expected.txt:
74257         * fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt:
74258         * fast/dom/node-prefix-setter-namespace-exception-expected.txt:
74259         * fast/dom/script-tests/setAttributeNS-prefix-and-null-namespace.js:
74260         * fast/dom/setAttributeNS-prefix-and-null-namespace-expected.txt:
74261         * fast/xpath/attr-namespace-expected.txt:
74262         * fast/xpath/py-dom-xpath/nodetests-expected.txt:
74263
74264 2012-11-15  Rick Byers  <rbyers@chromium.org>
74265
74266         custom CSS cursors ignore hotspot values embedded in CUR files
74267         https://bugs.webkit.org/show_bug.cgi?id=100059
74268
74269         Reviewed by Kenneth Russell.
74270
74271         Add mouse cursor test cases that use CUR files that have embedded hotspot values.
74272
74273         * fast/events/mouse-cursor-expected.txt:
74274         * fast/events/mouse-cursor-multiframecur-expected.txt: Added.
74275         * fast/events/mouse-cursor-multiframecur.html: Copied from LayoutTests/fast/events/mouse-cursor.html.
74276         * fast/events/mouse-cursor.html:
74277         * fast/events/resources/greenbox-3frames.cur: Added.
74278         * fast/events/resources/greenbox-hotspot35-4.cur: Added.
74279         * fast/events/resources/greenbox-hotspot5-4.cur: Added.
74280         * platform/mac/TestExpectations: Skip the multi-frame case on mac because it causes a hang
74281
74282 2012-11-15  Kenichi Ishibashi  <bashi@chromium.org>
74283
74284         Use complex path for the reference text in fast/text/international/combining-marks-position.html
74285         https://bugs.webkit.org/show_bug.cgi?id=101009
74286
74287         Reviewed by Kent Tamura.
74288
74289         Arial has a kerning pair for U+043A U+0430 so the width of the text can be
74290         different between simple path and complex path. Use text-rendering: optimizeLegibility
74291         to force using complex text for reference text.
74292
74293         * fast/text/international/combining-marks-position.html:
74294
74295 2012-11-15  Roger Fong  <roger_fong@apple.com>
74296
74297         Unreviewed. Skipped media/video-src-blob.html on Windows.
74298         Blob not enabled on Windows.
74299
74300         * platform/win/TestExpectations:
74301
74302 2012-11-15  David Grogan  <dgrogan@chromium.org>
74303
74304         IndexedDB: setVersion batch 8
74305         https://bugs.webkit.org/show_bug.cgi?id=102434
74306
74307         Reviewed by Tony Chang.
74308
74309         2 lines were added to intversion-bad-parameters to capture the tests
74310         that were in the now-deleted setVersion-{null,undefined}.
74311
74312         * storage/indexeddb/intversion-bad-parameters-expected.txt:
74313         * storage/indexeddb/key-generator-expected.txt:
74314         * storage/indexeddb/open-during-transaction-expected.txt:
74315         * storage/indexeddb/readonly-properties-expected.txt:
74316         * storage/indexeddb/resources/intversion-bad-parameters.js:
74317         (deleteSuccess):
74318         * storage/indexeddb/resources/key-generator.js:
74319           Again awkward to call indexedDBTest all over the place. The prefix
74320           line's gotta go, and we could also pull a resetDatabase method out of
74321           indexedDBTest that would just do a delete and open.
74322
74323         (runTests.nextTest.prepareDatabase):
74324         (runTests.nextTest.onSuccess.finishTest):
74325         (runTests.nextTest.onSuccess):
74326         (runTests.nextTest):
74327         (testAcrossConnections.prepareDatabase):
74328         * storage/indexeddb/resources/open-during-transaction.js:
74329         (prepareDatabase.event.target.transaction.oncomplete):
74330         (prepareDatabase):
74331         (tryOpens):
74332         * storage/indexeddb/resources/readonly-properties.js:
74333         (prepareDatabase):
74334         * storage/indexeddb/resources/setVersion-null.js: Removed.
74335         * storage/indexeddb/resources/setVersion-undefined.js: Removed.
74336         * storage/indexeddb/resources/transaction-after-close.js:
74337         (prepareDatabase):
74338         (firstTransactionComplete):
74339         (onFinalPutSuccess):
74340         * storage/indexeddb/resources/versionchangerequest-activedomobject.js:
74341         (testSetVersion):
74342         (upgradeNeededCallback):
74343         (successCallback):
74344         * storage/indexeddb/setVersion-null-expected.txt: Removed.
74345         * storage/indexeddb/setVersion-null.html: Removed.
74346         * storage/indexeddb/setVersion-undefined-expected.txt: Removed.
74347         * storage/indexeddb/setVersion-undefined.html: Removed.
74348         * storage/indexeddb/transaction-after-close-expected.txt:
74349         * storage/indexeddb/versionchangerequest-activedomobject-expected.txt:
74350
74351 2012-11-15  Alec Flett  <alecflett@chromium.org>
74352
74353         Add tests for explicit serialization values
74354         https://bugs.webkit.org/show_bug.cgi?id=96818
74355
74356         Reviewed by Adam Barth.
74357
74358         Make sure SerializedScriptValues are backward compatible with future changes.
74359
74360         * platform/chromium/fast/storage/serialized-script-value.html: Added.
74361         * platform/chromium/fast/storage/serialized-script-value.txt: Added.
74362
74363 2012-11-15  Roger Fong  <roger_fong@apple.com>
74364
74365         Unreviewed. Add missing text test expectations for Mac and Windows ports.
74366
74367         * platform/mac/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
74368         * platform/mac/fast/css/text-overflow-input-expected.txt: Added.
74369         * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: Added.
74370         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added.
74371
74372 2012-11-15  Jian Li  <jianli@chromium.org>
74373
74374         Unreviewed. Updated chromium test expectations to clean up some passed
74375         tests.
74376
74377         * platform/chromium/TestExpectations:
74378
74379 2012-11-15  Erik Arvidsson  <arv@chromium.org>
74380
74381         Update DOMException name: SyntaxError
74382         https://bugs.webkit.org/show_bug.cgi?id=102279
74383
74384         Reviewed by Kentaro Hara.
74385
74386         Updated tests and expectations.
74387
74388         * fast/canvas/canvas-gradient-addStop-error-expected.txt:
74389         * fast/canvas/canvas-pattern-behaviour-expected.txt:
74390         * fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt:
74391         * fast/canvas/script-tests/gradient-addColorStop-with-invalid-color.js:
74392         * fast/css/css3-nth-tokens-script-expected.txt:
74393         * fast/css/css3-nth-tokens-script.html:
74394         * fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt:
74395         * fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js:
74396         * fast/dom/HTMLElement/set-invalid-value-expected.txt:
74397         * fast/dom/HTMLElement/set-invalid-value.html:
74398         * fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
74399         * fast/dom/SelectorAPI/dumpNodeList-expected.txt:
74400         * fast/dom/Window/custom-constructors-expected.txt:
74401         * fast/dom/Window/invalid-protocol-expected.txt:
74402         * fast/dom/css-mediarule-functions-expected.txt:
74403         * fast/dom/css-mediarule-functions.html:
74404         * fast/dom/dataset-expected.txt:
74405         * fast/dom/dataset-xhtml-expected.txt:
74406         * fast/dom/element-attribute-js-null-expected.txt:
74407         * fast/dom/register-protocol-handler.html:
74408         * fast/dom/script-tests/dataset-xhtml.js:
74409         * fast/dom/script-tests/dataset.js:
74410         * fast/dom/xhtml-fragment-parsing-exceptions-expected.txt:
74411         * fast/dynamic/insertAdjacentHTML-expected.txt:
74412         * fast/eventsource/eventsource-constructor-expected.txt:
74413         * fast/innerHTML/innerHTML-changing-document-properties-expected.txt:
74414         * fast/mutation/observe-exceptions-expected.txt:
74415         * fast/workers/worker-constructor-expected.txt:
74416         * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
74417         * http/tests/security/postMessage/target-origin-expected.txt:
74418         * http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt:
74419         * http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
74420         * http/tests/websocket/tests/hybi/close-expected.txt:
74421         * http/tests/websocket/tests/hybi/close-reason-too-long-expected.txt:
74422         * http/tests/websocket/tests/hybi/close-reason-too-long.html:
74423         * http/tests/websocket/tests/hybi/close.html:
74424         * http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt:
74425         * http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html:
74426         * http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt:
74427         * http/tests/websocket/tests/hybi/invalid-subprotocols.html:
74428         * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
74429         * http/tests/xmlhttprequest/inject-header-expected.txt:
74430         * http/tests/xmlhttprequest/xmlhttprequest-open-empty-method-expected.txt:
74431         * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-name-expected.txt:
74432         * platform/chromium-linux/fast/media/mq-js-media-except-02-expected.png:
74433         * platform/chromium-linux/fast/media/mq-js-media-except-03-expected.png:
74434         * platform/chromium-mac/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
74435         * platform/chromium-mac/fast/dom/SelectorAPI/dumpNodeList-expected.txt:
74436         * platform/chromium-win/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
74437         * platform/chromium-win/fast/dom/SelectorAPI/dumpNodeList-expected.txt:
74438         * platform/chromium-win/fast/media/mq-js-media-except-02-expected.txt:
74439         * platform/chromium-win/fast/media/mq-js-media-except-03-expected.txt:
74440         * platform/chromium-win/fast/workers/worker-constructor-expected.txt:
74441         * platform/chromium-win/websocket/tests/bad-sub-protocol-non-ascii-expected.txt:
74442         * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
74443         * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
74444         * platform/chromium/fast/dom/register-protocol-handler-expected.txt:
74445         * platform/chromium/fast/media/mq-js-media-except-02-expected.txt:
74446         * platform/chromium/fast/media/mq-js-media-except-03-expected.txt:
74447         * platform/chromium/fast/workers/worker-constructor-expected.txt:
74448         * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
74449         * platform/chromium/http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt:
74450         * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
74451         * platform/efl/fast/media/mq-js-media-except-02-expected.txt:
74452         * platform/efl/fast/media/mq-js-media-except-03-expected.txt:
74453         * platform/gtk/fast/media/mq-js-media-except-02-expected.txt:
74454         * platform/gtk/fast/media/mq-js-media-except-03-expected.txt:
74455         * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
74456         * platform/mac/fast/media/mq-js-media-except-02-expected.txt:
74457         * platform/mac/fast/media/mq-js-media-except-03-expected.txt:
74458         * platform/qt-5.0-wk2/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
74459         * platform/qt/fast/media/mq-js-media-except-02-expected.txt:
74460         * platform/qt/fast/media/mq-js-media-except-03-expected.txt:
74461         * platform/qt/http/tests/websocket/tests/hixie76/bad-sub-protocol-non-ascii-expected.txt:
74462         * platform/qt/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
74463         * svg/dom/SVGAngle-expected.txt:
74464         * transforms/cssmatrix-2d-interface-expected.txt:
74465         * transforms/cssmatrix-3d-interface-expected.txt:
74466         * webintents/web-intents-api-expected.txt:
74467         * webintents/web-intents-api.html:
74468         * webintents/web-intents-obj-constructor-expected.txt:
74469         * webintents/web-intents-obj-constructor.html:
74470
74471 2012-11-15  James Robinson  <jamesr@chromium.org>
74472
74473         Clean up some TestExpectations for tests that pass now.
74474
74475         * platform/chromium/TestExpectations:
74476
74477 2012-11-15  David Grogan  <dgrogan@chromium.org>
74478
74479         IndexedDB setVersion-removal batch 7
74480         https://bugs.webkit.org/show_bug.cgi?id=102415
74481
74482         Reviewed by Tony Chang.
74483
74484         * storage/indexeddb/mozilla/object-store-remove-values-expected.txt:
74485         * storage/indexeddb/mozilla/readyState-expected.txt:
74486         * storage/indexeddb/mozilla/resources/object-store-remove-values.js:
74487         * storage/indexeddb/mozilla/resources/readyState.js:
74488           Moved one check into shared.js, a few others around, and the check
74489           for setVersion's request.readyState==pending is deleted.
74490
74491         * storage/indexeddb/mozilla/resources/versionchange-abort.js:
74492           First test I've converted that makes the initial open fail, but
74493           request.onsuccess is unhooked to not cause the whole test to fail.
74494
74495         (prepareDatabase):
74496         (postAbort):
74497         * storage/indexeddb/mozilla/versionchange-abort-expected.txt:
74498         * storage/indexeddb/objectstore-basics-expected.txt:
74499         * storage/indexeddb/objectstore-basics-workers-expected.txt:
74500         * storage/indexeddb/odd-strings-expected.txt:
74501         * storage/indexeddb/readonly-expected.txt:
74502         * storage/indexeddb/resources/objectstore-basics.js:
74503         * storage/indexeddb/resources/odd-strings.js:
74504         * storage/indexeddb/resources/readonly.js:
74505           Moved the checks at the beginning to the end of the test, but
74506           everything was preserved.
74507
74508         * storage/indexeddb/resources/shared.js:
74509           Moved a check from readyState to here as the readyState layout test
74510           doesn't have access to the open request before any events are fired.
74511
74512 2012-11-15  Stephen Chenney  <schenney@chromium.org>
74513
74514         mpath elements do not clear resource lists before destruction
74515         https://bugs.webkit.org/show_bug.cgi?id=101505
74516
74517         Reviewed by Abhishek Arya.
74518
74519         Test that causes a mpath element to be deleted before the path that it
74520         references.
74521
74522         * svg/animations/mpath-remove-from-dependents-on-delete-crash-expected.html: Added.
74523         * svg/animations/mpath-remove-from-dependents-on-delete-crash.html: Added.
74524
74525 2012-11-15  Stephen Chenney  <schenney@chromium.org>
74526
74527         [Chromium] Test expectations - we're passing!
74528
74529         Unreviewed expectations for canvas-shadow.html
74530
74531         * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
74532         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
74533         * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
74534
74535 2012-11-15  David Grogan  <dgrogan@chromium.org>
74536
74537         IndexedDB: remove setVersion from intversion-long-queue
74538         https://bugs.webkit.org/show_bug.cgi?id=102322
74539
74540         Reviewed by Tony Chang.
74541
74542         This test probably doesn't provide as much value as it used to but
74543         tests like this, where there's a long sequence of interdependent
74544         events, have caught stuff for us in the past. There are endless
74545         variants that will all exercise our code differently.
74546
74547         * storage/indexeddb/intversion-long-queue-expected.txt:
74548         * storage/indexeddb/resources/intversion-long-queue.js:
74549         (prepareDatabase):
74550         (connection1Success):
74551         (connection1VersionChangeCallback):
74552         (connection2Blocked):
74553         (deleteDatabaseBlockedCallback):
74554         (deleteDatabaseSuccessCallback):
74555         (connection2UpgradeNeeded):
74556         (connection2Success):
74557         (connection2TransactionComplete):
74558         (connection2VersionChangeEvent):
74559         (connection3UpgradeNeeded):
74560         (connection3Success):
74561
74562 2012-11-15  Roger Fong  <roger_fong@apple.com>
74563
74564         Unreviewed. CSS3_TEXT is not enabled on Windows. 
74565         Skipping tests:
74566         fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited.html
74567         fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last.html
74568         fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html
74569
74570         * platform/win/TestExpectations:
74571
74572 2012-11-15  Roger Fong  <roger_fong@apple.com>
74573
74574         Unreviewed. More subpixel layout test rebaselines for Windows.
74575
74576         * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
74577         * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt: Added.
74578         * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
74579
74580 2012-11-15  Erik Arvidsson  <arv@chromium.org>
74581
74582         Unreviewed gardening.
74583
74584         Rebaselining pixel tests after r102427
74585
74586         * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.png:
74587         * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
74588         * platform/chromium-mac-lion/svg/dom/SVGLengthList-basics-expected.png:
74589         * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.png:
74590         * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
74591         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png:
74592         * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png:
74593         * platform/chromium-win-xp/svg/custom/baseval-animval-equality-expected.png: Added.
74594         * platform/chromium-win-xp/svg/dom/SVGLengthList-basics-expected.png: Added.
74595         * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png.
74596         * platform/gtk/svg/custom/baseval-animval-equality-expected.txt:
74597         * platform/mac-lion/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
74598         * platform/mac-wk2/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
74599         * platform/qt/svg/custom/baseval-animval-equality-expected.txt:
74600
74601 2012-11-15  Joshua Bell  <jsbell@chromium.org>
74602
74603         IndexedDB: Indexing tests are flaky-crashing
74604         https://bugs.webkit.org/show_bug.cgi?id=102283
74605
74606         Reviewed by Tony Chang.
74607
74608         Reduced repro case, although the behavior is still flaky.
74609
74610         * storage/indexeddb/transaction-crash-in-tasks-expected.txt: Added.
74611         * storage/indexeddb/transaction-crash-in-tasks.html: Added.
74612
74613 2012-11-15  Roger Fong  <roger_fong@apple.com>
74614
74615         Unreviewed. HiDPI is not enabled on Windows (as indicated by test result). Adding failing expected result.
74616
74617         * platform/win/fast/canvas/canvas-resize-reset-pixelRatio-expected.txt: Added.
74618
74619 2012-11-15  Roger Fong  <roger_fong@apple.com>
74620
74621         Unreviewed. WebGL not supported on Windows. Skipping fast/images/webgl-teximage2d.html.
74622
74623         * platform/win/TestExpectations:
74624
74625 2012-11-15  Jian Li  <jianli@chromium.org>
74626
74627         Unreviewed. Update chromium test expectations.
74628
74629         * platform/chromium/TestExpectations:
74630
74631 2012-11-15  Elliott Sprehn  <esprehn@chromium.org>
74632
74633         MutationObserver wrapper should not be collected while still observing
74634         https://bugs.webkit.org/show_bug.cgi?id=102328
74635
74636         Reviewed by Adam Barth.
74637
74638         Test that a MutationObserver wrapper is not collected while the observer
74639         is still observing since the wrapper must be passed into the callback
74640         later.
74641
74642         * fast/mutation/observer-wrapper-dropoff-expected.txt: Added.
74643         * fast/mutation/observer-wrapper-dropoff.html: Added.
74644
74645 2012-11-15  David Grogan  <dgrogan@chromium.org>
74646
74647         IndexedDB: setVersion test conversion batch 6
74648         https://bugs.webkit.org/show_bug.cgi?id=102318
74649
74650         Reviewed by Tony Chang.
74651
74652         Salvaged the useful parts of intversion-and-setversion as
74653         intversion-upgrades.
74654
74655         * storage/indexeddb/intversion-and-setversion-expected.txt: Removed.
74656         * storage/indexeddb/intversion-upgrades-expected.txt: Added.
74657         * storage/indexeddb/intversion-upgrades.html: Renamed from LayoutTests/storage/indexeddb/intversion-and-setversion.html.
74658         * storage/indexeddb/resources/intversion-and-setversion.js: Removed.
74659         * storage/indexeddb/resources/intversion-upgrades.js: Added.
74660         (test):
74661         (deleteSuccess):
74662         (initialUpgradeNeeded):
74663         (openSuccess):
74664         (connection1VersionChangeCallback):
74665         (connection2BlockedCallback):
74666         (connection2UpgradeNeeded):
74667         (transactionCompleted):
74668         (connection2Success):
74669         (connection3Success):
74670         (errorWhenTryingLowVersion):
74671         (connection4UpgradeNeeded):
74672         (connection4Success):
74673         (connection5Success):
74674         * storage/indexeddb/resources/shared.js:
74675         (unexpectedVersionChangeCallback):
74676
74677 2012-11-15  David Grogan  <dgrogan@chromium.org>
74678
74679         IndexedDB test conversions batch 5
74680         https://bugs.webkit.org/show_bug.cgi?id=102308
74681
74682         Reviewed by Tony Chang.
74683
74684         * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt:
74685         * storage/indexeddb/mozilla/event-source-expected.txt:
74686         * storage/indexeddb/mozilla/global-data-expected.txt:
74687         * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
74688         * storage/indexeddb/mozilla/odd-result-order-expected.txt:
74689         * storage/indexeddb/mozilla/remove-objectstore-expected.txt:
74690         * storage/indexeddb/mozilla/resources/cursor-update-updates-indexes.js:
74691           Calls indexedDBTest a bunch of times, which seems awkward, but is
74692           really convenient.
74693
74694         * storage/indexeddb/mozilla/resources/event-source.js:
74695           Now that setVersion is gone, it appears that no request should have
74696           a database as a source so the dropped test is ok.
74697
74698         * storage/indexeddb/mozilla/resources/global-data.js:
74699         (prepareDatabase):
74700         (open2Success):
74701         * storage/indexeddb/mozilla/resources/key-requirements-put-null-key.js:
74702         (prepareDatabase):
74703         * storage/indexeddb/mozilla/resources/odd-result-order.js:
74704           The tests had to be run in slightly different order but they are all
74705           preserved.
74706
74707         (prepareDatabase):
74708         (openSuccess):
74709         (deleteSuccess):
74710         * storage/indexeddb/mozilla/resources/remove-objectstore.js:
74711         (prepareDatabase):
74712         (checkObjectStore):
74713         (inSetVersion2.request.onsuccess):
74714         (inSetVersion2):
74715         (setVersion3):
74716         (inSetVersion3):
74717         (deleteThirdObjectStore):
74718         * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
74719         * storage/indexeddb/resources/objectstore-removeobjectstore.js:
74720         (getValue):
74721         (checkResult):
74722         (addIndex):
74723         (deleteObjectStore):
74724         (createObjectStoreAgain):
74725
74726 2012-11-15  Alpha Lam  <hclam@chromium.org>
74727
74728         [chromium] WebGL texImage2D fails with deferred image decoding
74729         https://bugs.webkit.org/show_bug.cgi?id=102310
74730
74731         Reviewed by Kenneth Russell.
74732
74733         Added a test to exercise texImage2D with an Image object.
74734
74735         * fast/images/webgl-teximage2d-expected.txt: Added.
74736         * fast/images/webgl-teximage2d.html: Added.
74737
74738 2012-11-15  Stephen Chenney  <schenney@chromium.org>
74739
74740         Test rebaselines after SK_IGNORE_FAST_BLURRECT has been removed
74741
74742         Unreviewed test expectations update.
74743
74744         * fast/box-shadow/single-pixel-shadow-expected.png: Added.
74745         * platform/chromium-linux-x86/fast/box-shadow: Removed.
74746         * platform/chromium-linux-x86/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
74747         * platform/chromium-linux-x86/fast/repaint/transform-replaced-shadows-expected.png: Added.
74748         * platform/chromium-linux-x86/svg/filters/shadow-on-rect-with-filter-expected.png:
74749         * platform/chromium-linux/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
74750         * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
74751         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
74752         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
74753         * platform/chromium-linux/fast/repaint/transform-replaced-shadows-expected.png: Added.
74754         * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png:
74755         * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
74756         * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png:
74757         * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
74758         * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png:
74759         * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png:
74760         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
74761         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
74762         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
74763         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
74764         * platform/chromium-mac-lion/fast/repaint/transform-replaced-shadows-expected.png: Added.
74765         * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
74766         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
74767         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
74768         * platform/chromium-mac-lion/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
74769         * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
74770         * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
74771         * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png:
74772         * platform/chromium-mac-snowleopard/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
74773         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png:
74774         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png:
74775         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-horizontal-expected.png:
74776         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
74777         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-vertical-expected.png:
74778         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png:
74779         * platform/chromium-mac-snowleopard/fast/repaint/transform-replaced-shadows-expected.png: Added.
74780         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
74781         * platform/chromium-mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png:
74782         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
74783         * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
74784         * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
74785         * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png:
74786         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
74787         * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png:
74788         * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png:
74789         * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
74790         * platform/chromium-mac/fast/canvas/canvas-shadow-expected.txt: Removed.
74791         * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
74792         * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
74793         * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
74794         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
74795         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
74796         * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
74797         * platform/chromium-mac/fast/repaint/transform-replaced-shadows-expected.png: Added.
74798         * platform/chromium-mac/fast/transforms/shadows-expected.png:
74799         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
74800         * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
74801         * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
74802         * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
74803         * platform/chromium-win-xp/fast/box-shadow: Removed.
74804         * platform/chromium-win-xp/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
74805         * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png: Added.
74806         * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png: Added.
74807         * platform/chromium-win-xp/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
74808         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
74809         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
74810         * platform/chromium-win-xp/fast/repaint/shadow-multiple-vertical-expected.png: Added.
74811         * platform/chromium-win-xp/fast/repaint/transform-replaced-shadows-expected.png: Added.
74812         * platform/chromium-win-xp/fast/transforms/shadows-expected.png: Added.
74813         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows: Added.
74814         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
74815         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
74816         * platform/chromium-win-xp/svg/filters/shadow-on-rect-with-filter-expected.png:
74817         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
74818         * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
74819         * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
74820         * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
74821         * platform/chromium-win/fast/box-shadow/single-pixel-shadow-expected.png:
74822         * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
74823         * platform/chromium-win/fast/canvas/canvas-shadow-expected.txt: Added.
74824         * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
74825         * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
74826         * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
74827         * platform/chromium-win/fast/repaint/transform-replaced-shadows-expected.png:
74828         * platform/chromium/TestExpectations:
74829         * platform/chromium/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
74830         * platform/chromium/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
74831         * platform/chromium/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
74832         * platform/efl-wk1/compositing/shadows: Added.
74833         * platform/efl-wk1/compositing/shadows/shadow-drawing-expected.png: Added.
74834         * platform/efl-wk1/fast/box-shadow: Added.
74835         * platform/efl-wk1/fast/box-shadow/basic-shadows-expected.png: Added.
74836         * platform/efl-wk1/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
74837         * platform/efl-wk1/fast/box-shadow/box-shadow-transformed-expected.png: Added.
74838         * platform/efl-wk1/fast/box-shadow/scaled-box-shadow-expected.png: Added.
74839         * platform/efl-wk1/fast/canvas: Added.
74840         * platform/efl-wk1/fast/canvas/canvas-incremental-repaint-expected.png: Added.
74841         * platform/efl-wk1/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
74842         * platform/efl-wk1/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
74843         * platform/efl-wk1/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
74844         * platform/efl-wk1/fast/repaint/shadow-multiple-vertical-expected.png: Added.
74845         * platform/efl-wk1/fast/transforms: Added.
74846         * platform/efl-wk1/fast/transforms/shadows-expected.png: Added.
74847         * platform/efl-wk1/svg/css: Added.
74848         * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Added.
74849         * platform/efl/compositing/shadows/shadow-drawing-expected.png: Removed.
74850         * platform/efl/fast/box-shadow/basic-shadows-expected.png: Removed.
74851         * platform/efl/fast/box-shadow/box-shadow-clipped-slices-expected.png: Removed.
74852         * platform/efl/fast/box-shadow/box-shadow-transformed-expected.png: Removed.
74853         * platform/efl/fast/box-shadow/scaled-box-shadow-expected.png: Removed.
74854         * platform/efl/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
74855         * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png: Removed.
74856         * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
74857         * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
74858         * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
74859         * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
74860         * platform/efl/fast/transforms/shadows-expected.png: Removed.
74861         * platform/efl/svg/css/group-with-shadow-expected.png: Removed.
74862         * platform/gtk/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
74863
74864 2012-11-15  Sheriff Bot  <webkit.review.bot@gmail.com>
74865
74866         Unreviewed, rolling out r134800 and r134805.
74867         http://trac.webkit.org/changeset/134800
74868         http://trac.webkit.org/changeset/134805
74869         https://bugs.webkit.org/show_bug.cgi?id=102417
74870
74871         This patch broke chromium port (Requested by jianli on
74872         #webkit).
74873
74874         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
74875         * fast/mediastream/RTCPeerConnection-datachannel.html:
74876
74877 2012-11-15  Tommy Widenflycht  <tommyw@google.com>
74878
74879         [chromium] MediaStream API: Add missing WebRTCPeerConnectionHandlerClient::didAddRemoteDataChannel
74880         https://bugs.webkit.org/show_bug.cgi?id=102386
74881
74882         Reviewed by Adam Barth.
74883
74884         * fast/mediastream/RTCPeerConnection-datachannel.html:
74885         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
74886
74887 2012-11-15  Rick Byers  <rbyers@chromium.org>
74888
74889         No tests for changing mouse cursors
74890         https://bugs.webkit.org/show_bug.cgi?id=100550
74891
74892         Reviewed by Brent Fulgham.
74893
74894         Add a simple test covering the basic scenarios of changing a mouse
74895         cursor with CSS.  This includes most of the cases currently covered
74896         by ManualTests/*cursor*.
74897
74898         * fast/events/mouse-cursor-expected.txt: Added.
74899         * fast/events/mouse-cursor.html: Added.
74900
74901 2012-11-13  Jer Noble  <jer.noble@apple.com>
74902
74903         Support loading of blob URLs in AVFoundation.
74904         https://bugs.webkit.org/show_bug.cgi?id=102182
74905
74906         Reviewed by Eric Carlson.
74907
74908         Add a new test which verifies blob url support in video elements.
74909
74910         * media/video-src-blob-expected.txt: Added.
74911         * media/video-src-blob.html: Added.
74912         * platform/mac/TestExpectations: Add expected failure results for OSX releases where 
74913             custom media loading is not supported.
74914
74915 2012-11-15  Sheriff Bot  <webkit.review.bot@gmail.com>
74916
74917         Unreviewed, rolling out r134649 and r134665.
74918         http://trac.webkit.org/changeset/134649
74919         http://trac.webkit.org/changeset/134665
74920         https://bugs.webkit.org/show_bug.cgi?id=102413
74921
74922         Broke a ton of downstream chromium tests (Requested by japhet
74923         on #webkit).
74924
74925         * http/tests/inspector/network/network-iframe-load-and-delete.html:
74926         * http/tests/loading/redirect-methods-expected.txt:
74927         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
74928         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
74929         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
74930
74931 2012-11-15  Mike West  <mkwst@chromium.org>
74932
74933         Unreviewed: Skipping http/tests/security/sandboxed-iframe-form-top.html
74934         https://bugs.webkit.org/show_bug.cgi?id=102391
74935
74936         This test is leaking state into the following test. Skipping it here,
74937         and will look for a fix in 85522 (oooooold!).
74938
74939         * platform/mac/TestExpectations:
74940             Skip sandboxed-iframe-form-top.html
74941         * platform/max/http/tests/security/sandboxed-iframe-origin-add-expected.txt:
74942             We're no longer leaking into this test; remove the platform specific
74943             results.
74944
74945 2012-11-15  Erik Arvidsson  <arv@chromium.org>
74946
74947         Update DOMException name: NotSupportedError
74948         https://bugs.webkit.org/show_bug.cgi?id=102139
74949
74950         Reviewed by Ojan Vafai.
74951
74952         Updated tests and expectations.
74953
74954         * editing/pasteboard/data-transfer-items-expected.txt:
74955         * fast/canvas/canvas-2d-imageData-create-nonfinite-expected.txt:
74956         * fast/canvas/canvas-createImageData-expected.txt:
74957         * fast/canvas/canvas-getImageData-invalid-expected.txt:
74958         * fast/canvas/canvas-putImageData-expected.txt:
74959         * fast/canvas/canvas-putImageData.js:
74960         * fast/canvas/linearGradient-infinite-values-expected.txt:
74961         * fast/canvas/radialGradient-infinite-values-expected.txt:
74962         * fast/canvas/resources/canvas-2d-imageData-create-nonfinite.js:
74963         * fast/canvas/script-tests/canvas-createImageData.js:
74964         * fast/canvas/script-tests/canvas-getImageData-invalid.js:
74965         * fast/canvas/script-tests/linearGradient-infinite-values.js:
74966         * fast/canvas/script-tests/radialGradient-infinite-values.js:
74967         * fast/dom/HTMLMeterElement/script-tests/set-meter-properties.js:
74968         * fast/dom/HTMLMeterElement/set-meter-properties-expected.txt:
74969         * fast/dom/HTMLProgressElement/script-tests/set-progress-properties.js:
74970         * fast/dom/HTMLProgressElement/set-progress-properties-expected.txt:
74971         * fast/dom/Node/initial-values-expected.txt:
74972         * fast/dom/importNode-null-expected.txt:
74973         * fast/dynamic/insertAdjacentText-expected.txt:
74974         * fast/forms/date/input-valueasnumber-date-expected.txt:
74975         * fast/forms/date/input-valueasnumber-date.html:
74976         * fast/forms/datetime/input-valueasnumber-datetime-expected.txt:
74977         * fast/forms/datetime/input-valueasnumber-datetime.html:
74978         * fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt:
74979         * fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html:
74980         * fast/forms/month/input-valueasnumber-month-expected.txt:
74981         * fast/forms/month/input-valueasnumber-month.html:
74982         * fast/forms/number/number-valueasnumber-expected.txt:
74983         * fast/forms/number/number-valueasnumber.html:
74984         * fast/forms/range/input-valueasnumber-range-expected.txt:
74985         * fast/forms/range/input-valueasnumber-range.html:
74986         * fast/forms/time/time-valueasnumber-expected.txt:
74987         * fast/forms/time/time-valueasnumber.html:
74988         * fast/forms/week/input-valueasnumber-week-expected.txt:
74989         * fast/forms/week/input-valueasnumber-week.html:
74990         * fast/mediastream/RTCPeerConnection-expected.txt:
74991         * fast/mediastream/argument-types-expected.txt:
74992         * fast/mediastream/getusermedia-expected.txt:
74993         * fast/mediastream/script-tests/argument-types.js:
74994         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
74995         * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
74996         * platform/chromium/dom/xhtml/level3/core/documentsetxmlversion03-expected.txt:
74997         * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
74998         * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
74999         * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
75000         * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
75001         * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
75002         * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
75003         * svg/dom/SVGAngle-expected.txt:
75004         * svg/dom/SVGLength-expected.txt:
75005         * svg/dom/SVGLength-px-expected.txt:
75006         * svg/dom/SVGPreserveAspectRatio-expected.txt:
75007         * transforms/cssmatrix-2d-interface-expected.txt:
75008         * transforms/cssmatrix-3d-interface-expected.txt:
75009
75010 2012-11-15  Mike West  <mkwst@chromium.org>
75011
75012         Unreviewed: Skipping http/tests/security/sandboxed-iframe-form-top.html
75013         https://bugs.webkit.org/show_bug.cgi?id=102391
75014
75015         This test is leaking state into the following test. Skipping it here,
75016         and will look for a fix in 85522 (oooooold!).
75017
75018         * platform/mac/TestExpectations:
75019             Skip sandboxed-iframe-form-top.html
75020         * platform/max/http/tests/security/sandboxed-iframe-origin-add-expected.txt:
75021             We're no longer leaking into this test; remove the platform specific
75022             results.
75023
75024 2012-11-15  Erik Arvidsson  <arv@chromium.org>
75025
75026         Update DOMException name: NoModificationAllowedError
75027         https://bugs.webkit.org/show_bug.cgi?id=102134
75028
75029         Reviewed by Ojan Vafai.
75030
75031         Updated tests and expectations.
75032
75033         * dom/xhtml/level1/core/hc_nodevalue03-expected.txt:
75034         * fast/dom/EntityReference/readonly-exceptions-expected.txt:
75035         * fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt:
75036         * fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js:
75037         * fast/dom/computed-style-set-property-expected.txt:
75038         * fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt:
75039         * fast/dom/outerText-no-element-expected.txt:
75040         * fast/dom/setPrimitiveValue-exceptions-expected.txt:
75041         * fast/dom/setPrimitiveValue-expected.txt:
75042         * fast/dynamic/outerHTML-no-element-expected.txt:
75043         * fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
75044         * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt:
75045         * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt:
75046         * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt:
75047         * platform/chromium/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt:
75048         * platform/chromium/fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
75049         * platform/chromium/svg/custom/baseval-animval-equality-expected.txt:
75050         * platform/gtk/svg/custom/baseval-animval-equality-expected.txt:
75051         * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
75052         * platform/qt/svg/custom/baseval-animval-equality-expected.txt:
75053         * platform/qt/svg/dom/altGlyph-dom-expected.txt:
75054         * svg/animations/animate-gradient-transform-expected.txt:
75055         * svg/dom/SVGColor-expected.txt:
75056         * svg/dom/SVGLengthList-basics-expected.txt:
75057         * svg/dom/SVGNumberList-basics-expected.txt:
75058         * svg/dom/SVGPaint-expected.txt:
75059         * svg/dom/SVGTransformList-basics-expected.txt:
75060         * svg/dom/SVGViewSpec-defaults-expected.txt:
75061         * svg/dom/altGlyph-dom-expected.txt:
75062
75063 2012-11-15  Eric Carlson  <eric.carlson@apple.com>
75064
75065         Update computed line position algorithm
75066         https://bugs.webkit.org/show_bug.cgi?id=93779
75067
75068         Reviewed by Philippe Normand.
75069
75070         Compute the position of a text track relative to rendered tracks. This is needed to position
75071         cues correctly when there is more than one text track.
75072
75073         * media/track/track-cue-container-rendering-position-expected.txt: Added.
75074         * media/track/track-cue-container-rendering-position.html: Added.
75075
75076 2012-11-15  Andreas Kling  <kling@webkit.org>
75077
75078         REGRESSION(r134408): Heap-use-after-free in WebCore::HTMLConstructionSite::mergeAttributesFromTokenIntoElement().
75079         <http://webkit.org/b/102304>
75080
75081         Reviewed by Anders Carlsson.
75082
75083         * fast/dom/cloneNode-below-body-attribute-merging-expected.txt: Added.
75084         * fast/dom/cloneNode-below-body-attribute-merging.html: Added.
75085
75086 2012-11-15  Justin Novosad  <junov@google.com>
75087
75088         Cleanup test expectations after rebaseline r134668
75089         https://bugs.webkit.org/show_bug.cgi?id=101974
75090
75091         Unreviewed
75092
75093         * platform/chromium/TestExpectations:
75094
75095 2012-11-15  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
75096
75097         [EFL] Gardening.
75098
75099         Move some expectations from efl-wk1/ to efl/ since they should
75100         work for both ports (and were originally there).
75101
75102         Skip an additional HiDPI test.
75103
75104         * platform/efl-wk1/fast/borders: Removed.
75105         * platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png: Removed.
75106         * platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png: Removed.
75107         * platform/efl-wk1/fast/css: Removed.
75108         * platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed.
75109         * platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png: Removed.
75110         * platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png: Removed.
75111         * platform/efl-wk1/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Removed.
75112         * platform/efl-wk1/fast/css/text-overflow-input-expected.png: Removed.
75113         * platform/efl-wk1/fast/css/text-overflow-input-expected.txt: Removed.
75114         * platform/efl-wk1/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Removed.
75115         * platform/efl-wk1/fast/forms/menulist-clip-expected.png: Removed.
75116         * platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png: Removed.
75117         * platform/efl-wk1/fast/forms/select-empty-option-height-expected.png: Removed.
75118         * platform/efl-wk1/fast/media: Removed.
75119         * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.png: Removed.
75120         * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.txt: Removed.
75121         * platform/efl-wk1/fast/repaint/control-clip-expected.png: Removed.
75122         * platform/efl-wk1/svg/dom: Removed.
75123         * platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png: Removed.
75124         * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Removed.
75125         * platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png: Removed.
75126         * platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png: Removed.
75127         * platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png: Removed.
75128         * platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png: Removed.
75129         * platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png: Removed.
75130         * platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png: Removed.
75131         * platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png: Removed.
75132         * platform/efl/TestExpectations:
75133         * 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.
75134         * platform/efl/fast/borders/border-radius-wide-border-05-expected.png: Added.
75135         * platform/efl/fast/borders/borderRadiusInset01-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png.
75136         * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png.
75137         * platform/efl/fast/css/text-overflow-ellipsis-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png.
75138         * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png.
75139         * 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.
75140         * platform/efl/fast/css/text-overflow-input-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-input-expected.png.
75141         * platform/efl/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-input-expected.txt.
75142         * 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.
75143         * platform/efl/fast/forms/menulist-clip-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/menulist-clip-expected.png.
75144         * platform/efl/fast/forms/menulist-option-wrap-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png.
75145         * platform/efl/fast/forms/select-empty-option-height-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/select-empty-option-height-expected.png.
75146         * platform/efl/fast/forms/zoomed-controls-expected.png: Added.
75147         * 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.
75148         * 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.
75149         * platform/efl/fast/repaint/control-clip-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/repaint/control-clip-expected.png.
75150         * platform/efl/svg/dom/SVGLengthList-appendItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png.
75151         * platform/efl/svg/dom/SVGLengthList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png.
75152         * platform/efl/svg/dom/SVGLengthList-getItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png.
75153         * platform/efl/svg/dom/SVGLengthList-initialize-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png.
75154         * platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png.
75155         * platform/efl/svg/dom/SVGLengthList-removeItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png.
75156         * platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png.
75157         * platform/efl/svg/dom/SVGNumberList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png.
75158         * platform/efl/svg/dom/SVGTransformList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png.
75159
75160 2012-11-15  Elliott Sprehn  <esprehn@chromium.org>
75161
75162         Prevent creation of detached frames in ShadowRoot
75163         https://bugs.webkit.org/show_bug.cgi?id=102333
75164
75165         Reviewed by Dimitri Glazkov.
75166
75167         Test that you cannot create a detached frame using a ShadowRoot
75168         and iframe unload handlers.
75169
75170         * fast/frames/detached-shadow-frame-expected.txt: Added.
75171         * fast/frames/detached-shadow-frame.html: Added.
75172
75173 2012-11-15  Shinya Kawanaka  <shinyak@chromium.org>
75174
75175         Changing pseudoClass (:visited) should cause distribution.
75176         https://bugs.webkit.org/show_bug.cgi?id=101700
75177
75178         Reviewed by Dimitri Glazkov.
75179
75180         * fast/dom/shadow/pseudoclass-update-visited-anchor-expected.html: Added.
75181         * fast/dom/shadow/pseudoclass-update-visited-anchor.html: Added.
75182         * fast/dom/shadow/pseudoclass-update-visited-area-expected.html: Added.
75183         * fast/dom/shadow/pseudoclass-update-visited-area.html: Added.
75184
75185 2012-11-15  Stephen Chenney  <schenney@chromium.org>
75186
75187         [Chromium] Disable SK_IGNORE_FAST_BLURRECT
75188
75189         Unreviewed test expectations update
75190
75191         * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png:
75192         * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
75193         * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
75194         * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.png:
75195         * platform/chromium-linux/fast/box-shadow/single-pixel-shadow-expected.png:
75196         * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
75197         * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
75198         * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
75199         * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
75200         * platform/chromium-linux/fast/transforms/shadows-expected.png:
75201         * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
75202         * platform/chromium-linux/svg/filters/shadow-on-rect-with-filter-expected.png:
75203         * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png:
75204         * platform/chromium-win/fast/box-shadow/scaled-box-shadow-expected.png:
75205         * platform/chromium/TestExpectations:
75206
75207 2012-11-15  Stephen Chenney  <schenney@chromium.org>
75208
75209         Rebaseline after r134736
75210
75211         Unreviewed expectations update.
75212
75213         Very minor changes, not entirely clear why but not a problem at all.
75214         Probably due to animation cauising an initial valeue to differ
75215         slightly.
75216
75217         * platform/chromium-linux/compositing/checkerboard-expected.png:
75218         * platform/chromium-mac/compositing/checkerboard-expected.png:
75219         * platform/chromium-win/compositing/checkerboard-expected.png:
75220
75221 2012-11-15  KwangYong Choi  <ky0.choi@samsung.com>
75222
75223         [EFL] Update pixel test expectation for datalist tests
75224         https://bugs.webkit.org/show_bug.cgi?id=102365
75225
75226         Unreviewed EFL gardening.
75227
75228         * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
75229         * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png:
75230
75231 2012-11-15  Csaba Osztrogonác  <ossy@webkit.org>
75232
75233         REGRESSION(r134495): It made svg/custom/use-instanceRoot-event-listeners.xhtml fail and fast/events/attribute-listener-deletion-crash.html timeout
75234         https://bugs.webkit.org/show_bug.cgi?id=102183
75235
75236         Unreviewed gardening, unskip now passing tests after r134666.
75237
75238         * platform/qt/TestExpectations:
75239
75240 2012-11-15  Mike West  <mkwst@chromium.org>
75241
75242         We should trigger a console warning when we encounter invalid sandbox flags.
75243         https://bugs.webkit.org/show_bug.cgi?id=101956
75244
75245         Reviewed by Adam Barth.
75246
75247         * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt: Added.
75248         * http/tests/security/contentSecurityPolicy/sandbox-invalid-header.html: Added.
75249         * http/tests/security/sandboxed-iframe-invalid-expected.txt: Added.
75250         * http/tests/security/sandboxed-iframe-invalid.html: Added.
75251
75252 2012-11-15  Keishi Hattori  <keishi@webkit.org>
75253
75254         [Chromium] Add tests for month suggestion picker
75255         https://bugs.webkit.org/show_bug.cgi?id=102040
75256
75257         Reviewed by Kent Tamura.
75258
75259         Adding tests for <input type=date> with datalist.
75260
75261         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance-expected.png: Added.
75262         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
75263         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
75264         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt: Added.
75265         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance-expected.txt: Added.
75266         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance.html: Added.
75267         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.txt: Added.
75268         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl.html: Added.
75269         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
75270         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar.html: Added.
75271         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt: Added.
75272         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations.html: Added.
75273         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute-expected.txt: Added.
75274         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute.html: Added.
75275         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations-expected.txt: Added.
75276         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html: Added.
75277         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-reset-value-after-reload-expected.txt: Added.
75278         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-reset-value-after-reload.html: Added.
75279         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute-expected.txt: Added.
75280         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute.html: Added.
75281         * platform/chromium/TestExpectations:
75282
75283 2012-11-15  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
75284
75285         [EFL] Gardening after r134628
75286         https://bugs.webkit.org/show_bug.cgi?id=102368
75287
75288         Unreviewed gardening.
75289
75290         Skip test compositing/overflow/scrolling-without-painting.html added at r134628
75291         and which does not pass on EFL.
75292
75293         * platform/efl/TestExpectations:
75294
75295 2012-11-15  Ryosuke Niwa  <rniwa@webkit.org>
75296
75297         Fix tests after r134637.
75298
75299         * fast/harness/perftests/runs-per-second-iterations.html:
75300         * fast/harness/perftests/runs-per-second-log.html:
75301         * platform/qt/TestExpectations:
75302
75303 2012-11-15  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
75304
75305         [EFL][WK2] Rebase fast/media/mq-js-media-except-01.html after r134618
75306         https://bugs.webkit.org/show_bug.cgi?id=102362
75307
75308         Unreviewed rebaseline.
75309
75310         Rebased fast/media/mq-js-media-except-01.html after r134618.
75311
75312         * platform/efl-wk2/fast/media/mq-js-media-except-01-expected.txt: Added.
75313
75314 2012-11-15  Csaba Osztrogonác  <ossy@webkit.org>
75315
75316         [Qt] Unreviewed gardening, skip new failing tests.
75317
75318         * platform/qt/TestExpectations:
75319
75320 2012-11-15  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
75321
75322         [Qt] Unreviewed gardening. Rebaseline after r134649.
75323
75324         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
75325         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
75326         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
75327
75328 2012-11-15  Kent Tamura  <tkent@chromium.org>
75329
75330         Support stand-alone month names in calendar picker
75331         https://bugs.webkit.org/show_bug.cgi?id=102196
75332
75333         Reviewed by Kentaro Hara.
75334
75335         Update a pixel result for Russian calendar picker. Now it contains
75336         a stand-alone month name.
75337
75338         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
75339
75340 2012-11-15  Kentaro Hara  <haraken@chromium.org>
75341
75342         Unreviewed. Rebaselined images.
75343
75344         * platform/chromium-win/fast/forms/zoomed-controls-expected.png: Added.
75345         * platform/chromium/TestExpectations:
75346
75347 2012-11-14  Shinya Kawanaka  <shinyak@chromium.org> 
75348
75349         Changing pseudoClass (:disabled) should cause distribution.
75350         https://bugs.webkit.org/show_bug.cgi?id=101901
75351
75352         Reviewed by Hajime Morita.
75353
75354         * fast/dom/shadow/pseudoclass-update-disabled-button-expected.html: Added.
75355         * fast/dom/shadow/pseudoclass-update-disabled-button.html: Added.
75356         * fast/dom/shadow/pseudoclass-update-disabled-fieldset-expected.html: Added.
75357         * fast/dom/shadow/pseudoclass-update-disabled-fieldset.html: Added.
75358         * fast/dom/shadow/pseudoclass-update-disabled-input-expected.html: Added.
75359         * fast/dom/shadow/pseudoclass-update-disabled-input.html: Added.
75360         * fast/dom/shadow/pseudoclass-update-disabled-optgroup-expected.txt: Added.
75361         * fast/dom/shadow/pseudoclass-update-disabled-optgroup.html: Added.
75362         * fast/dom/shadow/pseudoclass-update-disabled-option-expected.txt: Added.
75363         * fast/dom/shadow/pseudoclass-update-disabled-option.html: Added.
75364         * fast/dom/shadow/pseudoclass-update-disabled-select-expected.html: Added.
75365         * fast/dom/shadow/pseudoclass-update-disabled-select.html: Added.
75366         * fast/dom/shadow/pseudoclass-update-disabled-textarea-expected.html: Added.
75367         * fast/dom/shadow/pseudoclass-update-disabled-textarea.html: Added.
75368
75369 2012-11-14  Sheriff Bot  <webkit.review.bot@gmail.com>
75370
75371         Unreviewed, rolling out r134691, r134703, r134715, r134716,
75372         and r134733.
75373         http://trac.webkit.org/changeset/134691
75374         http://trac.webkit.org/changeset/134703
75375         http://trac.webkit.org/changeset/134715
75376         http://trac.webkit.org/changeset/134716
75377         http://trac.webkit.org/changeset/134733
75378         https://bugs.webkit.org/show_bug.cgi?id=102342
75379
75380         "Broke the Apple Windows Debug and GTK builds." (Requested by
75381         dydx on #webkit).
75382
75383         * platform/chromium/fast/storage/serialized-script-value-expected.txt: Removed.
75384         * platform/chromium/fast/storage/serialized-script-value.html: Removed.
75385
75386 2012-11-14  Kentaro Hara  <haraken@chromium.org>
75387
75388         Unreviewed. Rebaselined images.
75389
75390         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
75391         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
75392         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
75393         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
75394
75395 2012-11-14  Dirk Schulze  <krit@webkit.org>
75396
75397         Support animation of basic shape 'polygon'
75398         https://bugs.webkit.org/show_bug.cgi?id=102080
75399
75400         Reviewed by Daniel Bates.
75401
75402         Added animation test for basic shape 'polygon' to existing test
75403         css3/masking/clip-path-animation.html and
75404         fast/exclusions/shape-inside/shape-inside-animation.html.
75405
75406         * animations/resources/animation-test-helpers.js:
75407         (parseBasicShape):
75408         * css3/masking/clip-path-animation-expected.txt:
75409         * css3/masking/clip-path-animation.html:
75410         * fast/exclusions/shape-inside/shape-inside-animation-expected.txt:
75411         * fast/exclusions/shape-inside/shape-inside-animation.html:
75412
75413 2012-11-14  Shinya Kawanaka  <shinyak@chromium.org>
75414
75415         Changing pseudoClass (:checked) should cause distribution.
75416         https://bugs.webkit.org/show_bug.cgi?id=101902
75417
75418         Reviewed by Dimitri Glazkov.
75419
75420         Since an option element does not create a renderer, we cannot make its test a reftest.
75421
75422         * fast/dom/shadow/pseudoclass-update-checked-input-expected.html: Added.
75423         * fast/dom/shadow/pseudoclass-update-checked-input.html: Added.
75424         * fast/dom/shadow/pseudoclass-update-checked-option-expected.txt: Added.
75425         * fast/dom/shadow/pseudoclass-update-checked-option.html: Added.
75426
75427 2012-11-14  Keishi Hattori  <keishi@webkit.org>
75428
75429         Add tests for week picker
75430         https://bugs.webkit.org/show_bug.cgi?id=101555
75431
75432         Reviewed by Kent Tamura.
75433
75434         Adding tests for month picker.
75435
75436         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
75437         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
75438         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
75439         (selectedWeek): Returns value of selected week.
75440         * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.txt: Added.
75441         * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.txt: Added.
75442         * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step.html: Added.
75443         * platform/chromium/fast/forms/calendar-picker/week-picker-appearance.html: Added.
75444         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt: Added.
75445         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html: Added.
75446         * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations-expected.txt: Added.
75447         * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations.html: Added.
75448         * platform/chromium/TestExpectations:
75449
75450 2012-11-14  Shinya Kawanaka  <shinyak@chromium.org>
75451
75452         Changing pseudoClass (:link) should cause distribution
75453         https://bugs.webkit.org/show_bug.cgi?id=101698
75454
75455         Reviewed by Hajime Morita.
75456
75457         * fast/dom/shadow/pseudoclass-update-link-anchor-expected.html: Added.
75458         * fast/dom/shadow/pseudoclass-update-link-anchor.html: Added.
75459         * fast/dom/shadow/pseudoclass-update-link-area-expected.html: Added.
75460         * fast/dom/shadow/pseudoclass-update-link-area.html: Added.
75461
75462 2012-11-14  Kentaro Hara  <haraken@chromium.org>
75463
75464         Unreviewed. Rebaselined images.
75465
75466         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png:
75467         * platform/chromium-mac-lion/fast/forms/menulist-option-wrap-expected.png:
75468         * platform/chromium-mac-lion/fast/repaint/control-clip-expected.png:
75469         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
75470         * platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png:
75471         * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png:
75472         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
75473         * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png:
75474         * platform/chromium-mac/fast/repaint/control-clip-expected.png:
75475         * platform/efl-wk1/fast/forms/menulist-clip-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/menulist-clip-expected.png.
75476         * platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/menulist-option-wrap-expected.png.
75477         * platform/efl-wk1/fast/repaint/control-clip-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/control-clip-expected.png.
75478
75479 2012-11-14  Kentaro Hara  <haraken@chromium.org>
75480
75481         Unreviwed. Rebaselined images.
75482
75483         * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png:
75484         * platform/efl-wk1/fast/forms/select-empty-option-height-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/select-empty-option-height-expected.png.
75485
75486 2012-11-14  Kentaro Hara  <haraken@chromium.org>
75487
75488         Unreviewed. Rebaselined images.
75489
75490         * platform/chromium-linux/fast/forms/zoomed-controls-expected.png: Added.
75491         * platform/chromium-mac-lion/fast/forms/zoomed-controls-expected.png: Added.
75492         * platform/chromium-mac-snowleopard/fast/forms/zoomed-controls-expected.png: Added.
75493         * platform/chromium-mac/fast/forms/zoomed-controls-expected.png: Added.
75494         * platform/chromium/TestExpectations:
75495
75496 2012-11-14  David Grogan  <dgrogan@chromium.org>
75497
75498         IndexedDB: Test conversions batch 4
75499         https://bugs.webkit.org/show_bug.cgi?id=102267
75500
75501         Reviewed by Tony Chang.
75502
75503         These are tests that don't have the js file in resources. The only
75504         interesting bit is that lazy-index-population uncovered a potential bug.
75505
75506         I think tutorial.html has outlived its usefulness now that there are
75507         more tutorials on the web. It was very outdated. It is deleted in
75508         this patch.
75509
75510         * storage/indexeddb/deletedatabase-transaction-expected.txt:
75511         * storage/indexeddb/deletedatabase-transaction.html:
75512         * storage/indexeddb/dont-commit-on-blocked-expected.txt:
75513         * storage/indexeddb/dont-commit-on-blocked.html:
75514         * storage/indexeddb/lazy-index-population-expected.txt:
75515         * storage/indexeddb/lazy-index-population.html:
75516         * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
75517         * storage/indexeddb/mozilla/index-prev-no-duplicate.html:
75518         * storage/indexeddb/mozilla/resources/object-identity.js:
75519           Test added here to replace test covered in tutorial.html
75520
75521         * storage/indexeddb/noblobs-expected.txt:
75522         * storage/indexeddb/noblobs.html:
75523         * storage/indexeddb/resources/dont-commit-on-blocked-worker.js:
75524         (onSetVersionSuccess):
75525         * storage/indexeddb/structured-clone-expected.txt:
75526         * storage/indexeddb/structured-clone.html:
75527         * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt:
75528         * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame.html:
75529         * storage/indexeddb/transaction-complete-with-js-recursion-expected.txt:
75530         * storage/indexeddb/transaction-complete-with-js-recursion.html:
75531         * storage/indexeddb/tutorial-expected.txt: Removed.
75532         * storage/indexeddb/tutorial.html: Removed.
75533
75534 2012-11-14  Filip Pizlo  <fpizlo@apple.com>
75535
75536         Read-only properties created with putDirect() should tell the structure that there are read-only properties
75537         https://bugs.webkit.org/show_bug.cgi?id=102292
75538
75539         Reviewed by Gavin Barraclough.
75540
75541         * fast/js/function-dot-length-read-only-expected.txt: Added.
75542         * fast/js/function-dot-length-read-only.html: Added.
75543         * fast/js/jsc-test-list:
75544         * fast/js/script-tests/function-dot-length-read-only.js: Added.
75545         (foo):
75546         (Bar):
75547
75548 2012-11-14  Alec Flett  <alecflett@chromium.org>
75549
75550         Add tests for explicit serialization values
75551         https://bugs.webkit.org/show_bug.cgi?id=96818
75552
75553         Reviewed by Adam Barth.
75554
75555         Make sure SerializedScriptValues are backward compatible with future changes.
75556
75557         * platform/chromium/fast/storage/serialized-script-value.html: Added.
75558
75559 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
75560
75561         [Chromium] Marked more virtual/deferred/fast/images as failing.
75562         https://bugs.webkit.org/show_bug.cgi?id=102294
75563
75564 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
75565
75566         [Chromium] Marked platform/chromium/virtual/deferred/fast/images/exif-orientation.html as failing.
75567         https://bugs.webkit.org/show_bug.cgi?id=102294
75568
75569 2012-11-14  Tony Chang  <tony@chromium.org>
75570
75571         Crash in flexbox when removing absolutely positioned children
75572         https://bugs.webkit.org/show_bug.cgi?id=100465
75573
75574         Reviewed by Ojan Vafai.
75575
75576         Test case for the crash.
75577
75578         * css3/flexbox/crash-removing-out-of-flow-child-expected.txt: Added.
75579         * css3/flexbox/crash-removing-out-of-flow-child.html: Added.
75580
75581 2012-11-14  Dirk Schulze  <krit@webkit.org>
75582
75583         [CSS Exclusions] Basic shapes on 'shape-inside' should be animatable
75584         https://bugs.webkit.org/show_bug.cgi?id=102123
75585
75586         Reviewed by Antti Koivisto.
75587
75588         Add new animation test for 'shape-inside', similar to 'clip-path' test.
75589
75590         * animations/resources/animation-test-helpers.js:
75591         (getPropertyValue):
75592         (comparePropertyValue):
75593         * fast/exclusions/shape-inside/shape-inside-animation-expected.txt: Added.
75594         * fast/exclusions/shape-inside/shape-inside-animation.html: Added.
75595
75596 2012-11-14  Justin Novosad  <junov@google.com>
75597
75598         Updating baselines after r134631
75599         https://bugs.webkit.org/show_bug.cgi?id=101974
75600
75601         Unreviewed
75602
75603         * platform/chromium-linux/fast/borders/border-radius-wide-border-01-expected.png: Removed.
75604         * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
75605         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
75606         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
75607         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
75608         * platform/chromium-mac-lion/svg/custom/svg-fonts-in-html-expected.png:
75609         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
75610         * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png:
75611         * platform/chromium-mac/fast/borders/border-radius-wide-border-01-expected.png:
75612         * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png:
75613         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
75614         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
75615         * platform/chromium-win/fast/borders/border-radius-wide-border-01-expected.png:
75616         * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
75617         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
75618         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
75619         * platform/efl-wk1/fast/borders: Added.
75620         * platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png: Added.
75621         * platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png: Added.
75622         * platform/efl-wk1/fast/forms/validation-message-appearance-expected.png: Added.
75623         * platform/efl/fast/borders/border-radius-wide-border-01-expected.png: Removed.
75624         * platform/efl/fast/borders/borderRadiusInset01-expected.png: Removed.
75625         * platform/efl/fast/forms/validation-message-appearance-expected.png: Removed.
75626
75627 2012-11-14  David Grogan  <dgrogan@chromium.org>
75628
75629         IndexedDB: test conversion batch 3
75630         https://bugs.webkit.org/show_bug.cgi?id=102168
75631
75632         Reviewed by Tony Chang.
75633
75634         These were all pretty straightforward. metadata.html could include
75635         some additional tests that check the metadata after a versionchange
75636         transaction aborts, but I think that's tested in one of the intversion
75637         tests.
75638
75639         * storage/indexeddb/exceptions-expected.txt:
75640         * storage/indexeddb/factory-deletedatabase-expected.txt:
75641         * storage/indexeddb/index-duplicate-keypaths-expected.txt:
75642         * storage/indexeddb/index-multientry-expected.txt:
75643         * storage/indexeddb/index-population-expected.txt:
75644         * storage/indexeddb/metadata-expected.txt:
75645         * storage/indexeddb/resources/database-basics.js:
75646           Fix failure when run as a chromium browser test.
75647
75648         * storage/indexeddb/resources/exceptions.js:
75649           Moved some asserts from running before the database is opened to
75650           afterward but they appear to be testing the same thing.
75651         (transactionComplete):
75652           close can't proceed until the transactions are complete, something
75653           setVersion didn't have to deal with.
75654
75655         * storage/indexeddb/resources/factory-deletedatabase.js:
75656           The conditions under which deleteDatabase is called in this test is
75657           _slightly_ different. Previously, deleteDatabase was called from
75658           inside a versionchange transaction, causing the original connection
75659           to receive a versionchange event. With upgradeneeded we have to close
75660           the original connection before entering a versionchange transaction,
75661           so the second connection is now what closes in response to the
75662           deleteDatabase's versionchange event.
75663
75664         * storage/indexeddb/resources/index-duplicate-keypaths.js:
75665         (testCollideAutoIncrementSetup):
75666         (testCollideAutoIncrement):
75667         * storage/indexeddb/resources/index-multientry.js:
75668         (prepareDatabase):
75669         (createIndexOnStoreWithData):
75670         * storage/indexeddb/resources/index-population.js:
75671         (prepareDatabase.request.onsuccess):
75672         (prepareDatabase):
75673         (doSetVersion2):
75674         (setVersion2):
75675         (setVersion2Abort):
75676         * storage/indexeddb/resources/metadata.js:
75677         (prepareDatabase):
75678         (snapshotConnection1):
75679         (secondOpen.request.onupgradeneeded):
75680         (secondOpen.request.onsuccess):
75681         (secondOpen):
75682         (thirdOpen.request.onupgradeneeded):
75683         (thirdOpen.request.onerror):
75684         (thirdOpen):
75685         (fourthOpen.request.onupgradeneeded):
75686         (fourthOpen.request.onsuccess):
75687         (fourthOpen):
75688         (checkState):
75689
75690 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
75691
75692         [Chromium] Updating baselines after r134631.
75693
75694 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
75695
75696         Marked fake-mouse-move tests as failing.
75697         https://bugs.webkit.org/show_bug.cgi?id=102277
75698
75699 2012-11-14  Erik Arvidsson  <arv@chromium.org>
75700
75701         Update DOMException name: WrongDocumentError
75702         https://bugs.webkit.org/show_bug.cgi?id=102096
75703
75704         Reviewed by Ojan Vafai.
75705
75706         Updated tests and expectations.
75707
75708         * fast/dom/Range/compareBoundaryPoints-1-expected.txt:
75709         * fast/dom/Range/compareBoundaryPoints-1.html:
75710         * fast/dom/move-nodes-across-documents.html:
75711
75712 2012-11-14  Nate Chapin  <japhet@chromium.org>
75713
75714         Move empty loading to DocumentLoader, simplify FrameLoader::init()
75715         https://bugs.webkit.org/show_bug.cgi?id=101512
75716
75717         Reviewed by Adam Barth.
75718
75719         Don't expect resource load callbacks for empty loads.
75720
75721         * http/tests/inspector/network/network-iframe-load-and-delete.html:
75722         * http/tests/loading/redirect-methods-expected.txt:
75723         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
75724         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
75725         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
75726
75727 2012-11-14  Erik Arvidsson  <arv@chromium.org>
75728
75729         Update DOMException name: InvalidStateError
75730         https://bugs.webkit.org/show_bug.cgi?id=102241
75731
75732         Reviewed by Ojan Vafai.
75733
75734         Updated tests and expectations.
75735
75736         * fast/dom/HTMLDialogElement/dialog-open-expected.txt:
75737         * fast/dom/HTMLDialogElement/dialog-open.html:
75738         * fast/dom/HTMLDialogElement/dialog-show-modal-expected.txt:
75739         * fast/dom/HTMLDialogElement/dialog-show-modal.html:
75740         * fast/dom/Range/range-intersectsNode-exception-expected.txt:
75741         * fast/dom/Range/range-intersectsNode-exception.html:
75742         * fast/dom/Range/range-intersectsNode-expected.txt:
75743         * fast/dom/Range/resources/intersectsNode.js:
75744         * fast/dom/Selection/collapseToX-empty-selection-expected.txt:
75745         * fast/dom/Selection/script-tests/collapseToX-empty-selection.js:
75746         * fast/events/message-port-clone-expected.txt:
75747         * fast/events/message-port-multi-expected.txt:
75748         * fast/files/read-file-async-expected.txt:
75749         * fast/files/workers/worker-read-file-async-expected.txt:
75750         * fast/forms/color/color-setrangetext-expected.txt:
75751         * fast/forms/date/date-setrangetext-expected.txt:
75752         * fast/forms/date/date-stepup-stepdown-expected.txt:
75753         * fast/forms/date/date-stepup-stepdown.html:
75754         * fast/forms/datetime/datetime-setrangetext-expected.txt:
75755         * fast/forms/datetime/datetime-stepup-stepdown-expected.txt:
75756         * fast/forms/datetime/datetime-stepup-stepdown.html:
75757         * fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt:
75758         * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt:
75759         * fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html:
75760         * fast/forms/file/file-setrangetext-expected.txt:
75761         * fast/forms/file/input-file-value-expected.txt:
75762         * fast/forms/hidden/hidden-setrangetext-expected.txt:
75763         * fast/forms/image/image-setrangetext-expected.txt:
75764         * fast/forms/input-stepup-stepdown-expected.txt:
75765         * fast/forms/input-stepup-stepdown.html:
75766         * fast/forms/input-valueasnumber-unsupported-expected.txt:
75767         * fast/forms/input-valueasnumber-unsupported.html:
75768         * fast/forms/month/input-valueasdate-expected.txt:
75769         * fast/forms/month/input-valueasdate.html:
75770         * fast/forms/month/month-setrangetext-expected.txt:
75771         * fast/forms/month/month-stepup-stepdown-expected.txt:
75772         * fast/forms/month/month-stepup-stepdown.html:
75773         * fast/forms/number/number-setrangetext-expected.txt:
75774         * fast/forms/number/number-stepup-stepdown-expected.txt:
75775         * fast/forms/number/number-stepup-stepdown-from-renderer.html:
75776         * fast/forms/number/number-stepup-stepdown.html:
75777         * fast/forms/number/number-valueasnumber-expected.txt:
75778         * fast/forms/number/number-valueasnumber.html:
75779         * fast/forms/range/range-setrangetext-expected.txt:
75780         * fast/forms/range/range-stepup-stepdown-expected.txt:
75781         * fast/forms/range/range-stepup-stepdown-from-renderer.html:
75782         * fast/forms/range/range-stepup-stepdown.html:
75783         * fast/forms/setrangetext-expected.txt:
75784         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
75785         * fast/forms/time/time-setrangetext-expected.txt:
75786         * fast/forms/time/time-stepup-stepdown-expected.txt:
75787         * fast/forms/time/time-stepup-stepdown.html:
75788         * fast/forms/week/week-setrangetext-expected.txt:
75789         * fast/forms/week/week-stepup-stepdown-expected.txt:
75790         * fast/forms/week/week-stepup-stepdown.html:
75791         * fast/js/dfg-custom-getter-throw-expected.txt:
75792         * fast/js/dfg-custom-getter-throw-inlined-expected.txt:
75793         * fast/js/script-tests/dfg-custom-getter-throw-inlined.js:
75794         * fast/js/script-tests/dfg-custom-getter-throw.js:
75795         * fast/mediastream/MediaStreamTrackList-expected.txt:
75796         * fast/notifications/notifications-document-close-crash-expected.txt:
75797         * fast/speech/scripted/start-exception-expected.txt:
75798         * fast/speech/scripted/start-exception.html:
75799         * fast/workers/worker-context-multi-port-expected.txt:
75800         * fast/workers/worker-multi-port-expected.txt:
75801         * fast/xmlhttprequest/xmlhttprequest-responseXML-xml-text-responsetype-expected.txt:
75802         * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt:
75803         * fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt:
75804         * fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received-expected.txt:
75805         * fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt:
75806         * fast/xpath/detached-subtree-invalidate-iterator-expected.txt:
75807         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
75808         * http/tests/media/media-source/video-media-source-duration-changed-expected.txt:
75809         * http/tests/media/media-source/video-media-source-objects-expected.txt:
75810         * http/tests/xmlhttprequest/exceptions-expected.txt:
75811         * http/tests/xmlhttprequest/zero-length-response-expected.txt:
75812         * platform/chromium-mac/fast/notifications/notifications-document-close-crash-expected.txt:
75813         * platform/qt/editing/pasteboard/data-transfer-items-expected.txt:
75814         * platform/qt/fast/notifications/notifications-document-close-crash-expected.txt:
75815         * storage/websql/open-database-set-empty-version-expected.txt:
75816
75817 2012-11-14  Li Yin  <li.yin@intel.com>
75818
75819         createDelay should raise exception when the maxDelayTime parameter is incorrect.
75820         https://bugs.webkit.org/show_bug.cgi?id=102173
75821
75822         Reviewed by Chris Rogers.
75823
75824         Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html
75825         The specified value must be greater than zero and less than three minutes or a
75826         NOT_SUPPORTED_ERR exception will be thrown.
75827
75828         * webaudio/delaynode-maxdelaylimit-expected.txt:
75829         * webaudio/delaynode-maxdelaylimit.html:
75830
75831 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
75832
75833         [Chromium] css3/filters/custom/custom-filter-property-computed-style.html is a flaky timeout in debug.
75834         https://bugs.webkit.org/show_bug.cgi?id=90207
75835
75836 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
75837
75838         [Chromium] Updated the type of flakiness for fast/forms/select/select-state-restore.html.
75839         https://bugs.webkit.org/show_bug.cgi?id=90207
75840
75841         * platform/chromium/TestExpectations: Updated.
75842
75843 2012-11-14  Erik Arvidsson  <arv@chromium.org>
75844
75845         Unreviewed. Rebaselined test results.
75846
75847         * fast/media/mq-js-media-except-01-expected.txt: Renamed from LayoutTests/platform/mac/fast/media/mq-js-media-except-01-expected.txt.
75848         * platform/chromium-linux-x86/svg/dom/SVGTransformList-basics-expected.png: Removed.
75849         * platform/chromium-mac-lion/svg/dom/SVGLengthList-appendItem-expected.png:
75850         * platform/chromium-mac-lion/svg/dom/SVGLengthList-basics-expected.png:
75851         * platform/chromium-mac-lion/svg/dom/SVGLengthList-getItem-expected.png:
75852         * platform/chromium-mac-lion/svg/dom/SVGLengthList-initialize-expected.png:
75853         * platform/chromium-mac-lion/svg/dom/SVGLengthList-insertItemBefore-expected.png:
75854         * platform/chromium-mac-lion/svg/dom/SVGLengthList-removeItem-expected.png:
75855         * platform/chromium-mac-lion/svg/dom/SVGLengthList-replaceItem-expected.png:
75856         * platform/chromium-mac-lion/svg/dom/SVGNumberList-basics-expected.png:
75857         * platform/chromium-mac-lion/svg/dom/SVGTransformList-basics-expected.png:
75858         * platform/chromium-win/fast/media/mq-js-media-except-01-expected.png:
75859         * platform/chromium-win/svg/dom/SVGLengthList-appendItem-expected.png:
75860         * platform/chromium-win/svg/dom/SVGLengthList-basics-expected.png:
75861         * platform/chromium-win/svg/dom/SVGLengthList-getItem-expected.png:
75862         * platform/chromium-win/svg/dom/SVGLengthList-initialize-expected.png:
75863         * platform/chromium-win/svg/dom/SVGLengthList-insertItemBefore-expected.png:
75864         * platform/chromium-win/svg/dom/SVGLengthList-removeItem-expected.png:
75865         * platform/chromium-win/svg/dom/SVGLengthList-replaceItem-expected.png:
75866         * platform/chromium-win/svg/dom/SVGNumberList-basics-expected.png:
75867         * platform/chromium-win/svg/dom/SVGTransformList-basics-expected.png:
75868         * platform/chromium/fast/media/mq-js-media-except-01-expected.txt: Removed.
75869         * 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.
75870         * platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-appendItem-expected.png.
75871         * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png.
75872         * platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-initialize-expected.png.
75873         * platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png.
75874         * platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png.
75875         * platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGNumberList-basics-expected.png.
75876         * platform/qt/fast/files/workers/worker-read-blob-sync-expected.txt: Added.
75877         * platform/qt/fast/media/mq-js-media-except-01-expected.txt:
75878
75879 2012-11-14  Zan Dobersek  <zandobersek@gmail.com>
75880
75881         Unreviewed GTK gardening.
75882
75883         Adding back and updating baselines that were removed by accident in r133908.
75884
75885         * platform/gtk/fast/forms/basic-textareas-quirks-expected.png:
75886         * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt: Added.
75887
75888 2012-11-14  Zan Dobersek  <zandobersek@gmail.com>
75889
75890         Unreviewed GTK gardening.
75891
75892         Adding or updating baselines for changes in r134618.
75893         Adding timeout expectations for
75894         - fast/dom/Window/open-window-min-size.html, added in r134586 and
75895         - inspector-protocol/nmi-webaudio.html, added in r134593.
75896
75897         * platform/gtk/TestExpectations:
75898         * platform/gtk/fast/files/workers/worker-read-blob-sync-expected.txt: Added.
75899         * platform/gtk/fast/media/mq-js-media-except-01-expected.txt:
75900
75901 2012-11-12  Slavomir Kaslev  <skaslev@google.com>
75902
75903         [Chromium] Rebaselined video LayoutTests for software compositor
75904         https://bugs.webkit.org/show_bug.cgi?id=101973
75905
75906         Reviewed by Adrienne Walker.
75907
75908         Rebaselined failing video LayouTests caused by different filtering
75909         result between Skia and Mesa for the software compositor.
75910
75911         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
75912         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
75913         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
75914         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
75915         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
75916         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
75917         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
75918         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
75919         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
75920         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
75921         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
75922         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
75923         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
75924         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
75925         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
75926         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
75927         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
75928         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
75929         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
75930         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
75931         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
75932         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
75933         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
75934         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
75935         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
75936         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
75937         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
75938         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
75939         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-simple-video-layer-expected.png: Added.
75940         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
75941         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
75942         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
75943         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
75944         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
75945         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
75946         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
75947         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/visibility/visibility-simple-video-layer-expected.png: Added.
75948         * platform/chromium/TestExpectations:
75949
75950 2012-11-14  Justin Novosad  <junov@google.com>
75951
75952         Boxes with rounded corners and thin borders are too slow to draw
75953         https://bugs.webkit.org/show_bug.cgi?id=101974
75954
75955         Reviewed by Simon Fraser.
75956
75957         New test that purposely triggers the BackgroundOverBorder painting path
75958         in WebCore::RenderBox, to test it with thick borders, off-diagonal
75959         mitring, an anti-aliased rounded border wedge, and a border of width 0.
75960
75961         * fast/borders/border-radius-wide-border-05.html: Added.
75962         * fast/borders/border-radius-wide-border-05-expected.txt: Added.
75963         * LayoutTests/platform/chromium-win/fast/borders/border-radius-wide-border-05-expected.png: Added.
75964         * LayoutTests/platform/chromium/TestExpectations: Added Expectations.
75965         Added expectations for tests pixels results that require rebaselining
75966
75967 2012-11-14  Sami Kyostila  <skyostil@chromium.org>
75968
75969         Optimize painting of composited scrolling layers
75970         https://bugs.webkit.org/show_bug.cgi?id=96087
75971
75972         Reviewed by Simon Fraser.
75973
75974         Test that accelerated scrolling layers can be scrolled without repainting
75975         their contents. Note that this test will not pass unless
75976         ENABLE_ACCELERATED_OVERFLOW_SCROLLING is enabled.
75977
75978         * compositing/overflow/scrolling-without-painting-expected.txt: Added.
75979         * compositing/overflow/scrolling-without-painting.html: Added.
75980         * platform/chromium/TestExpectations: Mark test as expected to fail
75981           by default.
75982         * platform/mac/TestExpectations: Skip the test.
75983
75984 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
75985
75986         Rebaseline fast/media/mq-js-media-except-01.html after r134618.
75987
75988 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
75989
75990         [Chromium] Mark webgl-background-color.html as failing.
75991         http://webkit.org/b/102247
75992
75993         * platform/chromium/TestExpectations: Marked as failing.
75994
75995 2012-11-14  Erik Arvidsson  <arv@chromium.org>
75996
75997         Unreviewed gardening.
75998
75999         Updating pixel tests expectations after r134613
76000
76001         * LayoutTests/platform/chromium/TestExpectations:
76002         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-appendItem-expected.png:
76003         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png:
76004         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-getItem-expected.png:
76005         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-initialize-expected.png:
76006         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-insertItemBefore-expected.png:
76007         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-removeItem-expected.png:
76008         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-replaceItem-expected.png:
76009         * platform/chromium-mac-snowleopard/svg/dom/SVGNumberList-basics-expected.png:
76010         * platform/chromium-mac-snowleopard/svg/dom/SVGTransformList-basics-expected.png:
76011         * platform/chromium-mac/svg/dom/SVGLengthList-appendItem-expected.png:
76012         * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png:
76013         * platform/chromium-mac/svg/dom/SVGLengthList-getItem-expected.png:
76014         * platform/chromium-mac/svg/dom/SVGLengthList-initialize-expected.png:
76015         * platform/chromium-mac/svg/dom/SVGLengthList-insertItemBefore-expected.png:
76016         * platform/chromium-mac/svg/dom/SVGLengthList-removeItem-expected.png:
76017         * platform/chromium-mac/svg/dom/SVGLengthList-replaceItem-expected.png:
76018         * platform/chromium-mac/svg/dom/SVGNumberList-basics-expected.png:
76019         * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.png:
76020         * platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-getItem-expected.png.
76021         * platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-removeItem-expected.png.
76022         * platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGTransformList-basics-expected.png.
76023
76024 2012-11-14  Erik Arvidsson  <arv@chromium.org>
76025
76026         Update DOMException name: NotFoundError
76027         https://bugs.webkit.org/show_bug.cgi?id=102137
76028
76029         Reviewed by Ojan Vafai.
76030
76031         Updated tests and expectations.
76032
76033         * fast/dom/Document/replaceChild-null-oldChild-expected.txt:
76034         * fast/dom/Document/script-tests/replaceChild-null-oldChild.js:
76035         * fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
76036         * fast/dom/Range/range-intersectsNode-expected.txt:
76037         * fast/dom/incompatible-operations-expected.txt:
76038         * fast/dom/incompatible-operations.html:
76039         * fast/dom/setter-type-enforcement-expected.txt:
76040         * fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
76041         * fast/events/remove-target-with-shadow-in-drag-expected.txt:
76042         * fast/files/workers/worker-read-blob-sync-expected.txt:
76043         * fast/files/workers/worker-read-file-sync-expected.txt:
76044         * fast/inspector-support/uncaught-dom8-exception-expected.txt:
76045         * fast/js/dot-node-base-exception-expected.txt:
76046         * fast/js/script-tests/dot-node-base-exception.js:
76047         * fast/mutation/observe-exceptions-expected.txt:
76048         * platform/chromium-linux/fast/media/mq-js-media-except-01-expected.png:
76049         * platform/chromium-win/fast/media/mq-js-media-except-01-expected.txt:
76050         * platform/chromium/fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
76051         * platform/chromium/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
76052         * platform/chromium/fast/events/remove-target-with-shadow-in-drag-expected.txt:
76053         * platform/chromium/fast/files/workers/worker-read-blob-sync-expected.txt:
76054         * platform/chromium/fast/inspector-support/uncaught-dom8-exception-expected.txt:
76055         * platform/chromium/fast/media/mq-js-media-except-01-expected.txt:
76056         * platform/efl/fast/media/mq-js-media-except-01-expected.txt:
76057         * platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt:
76058         * platform/gtk/fast/media/mq-js-media-except-01-expected.txt:
76059         * platform/mac/fast/media/mq-js-media-except-01-expected.txt:
76060         * platform/qt/fast/media/mq-js-media-except-01-expected.txt:
76061
76062 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
76063
76064         Mark files that need rebaselines as failing.
76065         https://bugs.webkit.org/show_bug.cgi?id=102087
76066
76067         * platform/chromium/TestExpectations: Added expectations.
76068
76069 2012-11-14  Erik Arvidsson  <arv@chromium.org>
76070
76071         Update DOMException name: IndexSizeError
76072         https://bugs.webkit.org/show_bug.cgi?id=102087
76073
76074         Reviewed by Ojan Vafai.
76075
76076         Updated tests and expectations.
76077
76078         * editing/selection/extend-expected.txt:
76079         * fast/canvas/canvas-getImageData-invalid-expected.txt:
76080         * fast/canvas/canvas-overloads-drawImage-expected.txt:
76081         * fast/canvas/script-tests/canvas-getImageData-invalid.js:
76082         * fast/canvas/script-tests/canvas-overloads-drawImage.js:
76083         * fast/canvas/webgl/data-view-test-expected.txt:
76084         * fast/dom/HTMLInputElement/input-size-attribute-expected.txt:
76085         * fast/dom/HTMLInputElement/input-size-attribute.html:
76086         * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
76087         * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
76088         * fast/dom/css-mediarule-functions-expected.txt:
76089         * fast/dom/css-mediarule-functions.html:
76090         * fast/forms/input-maxlength-expected.txt:
76091         * fast/forms/input-maxlength.html:
76092         * fast/forms/number/number-size-expected.txt:
76093         * fast/forms/number/number-size.html:
76094         * fast/forms/search/search-setrangetext-expected.txt:
76095         * fast/forms/setrangetext-expected.txt:
76096         * fast/forms/textarea-maxlength-expected.txt:
76097         * fast/forms/textarea-maxlength.html:
76098         * fast/forms/textarea/textarea-setrangetext-expected.txt:
76099         * fast/html/marquee-element-expected.txt:
76100         * fast/inspector-support/uncaught-dom1-exception-expected.txt:
76101         * fast/js/select-options-add-expected.txt:
76102         * fast/speech/scripted/speechgrammar-basics-expected.txt:
76103         * inspector/styles/set-property-boundaries-expected.txt:
76104         * platform/chromium-mac/fast/dynamic/015-expected.txt:
76105         * platform/chromium-win/fast/dynamic/015-expected.txt:
76106         * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
76107         * platform/chromium/fast/inspector-support/uncaught-dom1-exception-expected.txt:
76108         * platform/efl/fast/dynamic/015-expected.txt:
76109         * platform/gtk/fast/dynamic/015-expected.txt:
76110         * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
76111         * platform/mac/fast/dynamic/015-expected.txt:
76112         * platform/qt/fast/dynamic/015-expected.txt:
76113         * svg/custom/acid3-test-77-expected.txt:
76114         * svg/custom/getSubStringLength-expected.txt:
76115         * svg/custom/selectSubString-expected.txt:
76116         * svg/dom/SVGLengthList-appendItem-expected.txt:
76117         * svg/dom/SVGLengthList-basics-expected.txt:
76118         * svg/dom/SVGLengthList-getItem-expected.txt:
76119         * svg/dom/SVGLengthList-initialize-expected.txt:
76120         * svg/dom/SVGLengthList-insertItemBefore-expected.txt:
76121         * svg/dom/SVGLengthList-removeItem-expected.txt:
76122         * svg/dom/SVGLengthList-replaceItem-expected.txt:
76123         * svg/dom/SVGNumberList-basics-expected.txt:
76124         * svg/dom/SVGPathSegList-clear-and-initialize-expected.txt:
76125         * svg/dom/SVGPointList-basics-expected.txt:
76126         * svg/dom/SVGStringList-basics-expected.txt:
76127         * svg/dom/SVGTransformList-basics-expected.txt:
76128         * svg/dom/svglist-exception-on-out-bounds-error-expected.txt:
76129
76130 2012-11-14  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
76131
76132         [EFL] Add some missing pixel expectations.
76133
76134         * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
76135         * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
76136         * platform/efl/fast/replaced/width100percent-textarea-expected.png: Added.
76137
76138 2012-11-14  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
76139
76140         [EFL] WK1 gardening.
76141
76142         Skip fast/dom/Window/open-window-min-size.html and add some
76143         WK1-specific pixel results which do not look wrong per se.
76144
76145         * platform/efl-wk1/TestExpectations:
76146         * platform/efl-wk1/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
76147         * platform/efl-wk1/fast/repaint/selection-after-delete-expected.png: Added.
76148         * platform/efl-wk1/fast/repaint/selection-after-remove-expected.png: Added.
76149         * platform/efl-wk1/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
76150
76151 2012-11-14  Ádám Kallai  <kadam@inf.u-szeged.hu>
76152
76153         [Qt] Unreviewed gardening. Skip failing tests.
76154
76155         * platform/qt/TestExpectations:
76156
76157 2012-11-14  Ilya Tikhonovsky  <loislo@chromium.org>
76158
76159         Unreviewed test fix for r134593.
76160
76161         * inspector-protocol/nmi-webaudio.html:
76162
76163 2012-11-14  Dominik Röttsches  <dominik.rottsches@intel.com>
76164
76165         [EFL] Unreviewed gardening.
76166
76167         anchor-*download.html wander between crashing and failing.
76168         Marking winsize test as failure and added to bug.
76169
76170         * platform/efl-wk2/TestExpectations:
76171
76172 2012-11-09  Ilya Tikhonovsky  <loislo@chromium.org>
76173
76174         Web Inspector: NMI add instrumentation for WebAudo related stuff.
76175         They use about 16Mb for shared data on pages with webaudio.
76176         As example Angry Birds app.
76177         https://bugs.webkit.org/show_bug.cgi?id=101729
76178
76179         Reviewed by Yury Semikhatsky.
76180
76181         Plain vanilla instrumentation for audio and webaudio classes.
76182         AudioContext is a kind of ActiveDOMObject. I found that these objects
76183         are accessible through ScriptExecutuionContext and ScriptExecutionContext
76184         is an ancestor of Document. Document class was instrumented earler.
76185         I instrumented ActiveDOMObject, ScriptExecutionContext and other ancestors
76186         and now AudioContext and other ActiveDOMObjects are reacheable from Document.
76187
76188         * inspector-protocol/nmi-webaudio-expected.txt: Added.
76189         * inspector-protocol/nmi-webaudio.html: Added.
76190
76191 2012-11-14  Pavel Feldman  <pfeldman@chromium.org>
76192
76193         Not reviewed: proper baselines for inspector's timeline-timer-fired-from-eval-call-site.
76194
76195         * inspector/timeline/timeline-timer-fired-from-eval-call-site-expected.txt:
76196
76197 2012-11-14  Kenneth Rohde Christiansen  <kenneth@webkit.org>
76198
76199         Clean up use of adjustWindowRect
76200         https://bugs.webkit.org/show_bug.cgi?id=102072
76201
76202         Reviewed by Gyuyoung Kim.
76203
76204         Test that minimum sizes are honored.
76205
76206         * fast/dom/Window/open-window-min-size.html: Added.
76207         * fast/dom/Window/open-window-min-size-expected.txt: Added.
76208         * fast/dom/Window/resources/report-size-and-close.html: Added.
76209         * platform/mac/TestExpectations: Skipped as it times out.
76210
76211 2012-11-14  Kentaro Hara  <haraken@chromium.org>
76212
76213         Unreviewed. Fixed lint error.
76214
76215         * platform/chromium/TestExpectations:
76216
76217 2012-11-14  Takashi Sakamoto  <tasak@google.com>
76218
76219         Crash when replacing parts of text inputs with content: url(...)
76220         https://bugs.webkit.org/show_bug.cgi?id=101133
76221
76222         Reviewed by Kent Tamura.
76223
76224         * fast/forms/number/number-content-url-crash-expected.txt: Added.
76225         * fast/forms/number/number-content-url-crash.html: Added.
76226         * fast/forms/search/search-content-url-crash-expected.txt: Added.
76227         * fast/forms/search/search-content-url-crash.html: Added.
76228
76229 2012-11-14  Dominik Röttsches  <dominik.rottsches@intel.com>
76230
76231         [EFL] Unreviewed gardening.
76232
76233         The bots don't have mercy today.
76234
76235         * platform/efl-wk2/TestExpectations:
76236
76237 2012-11-14  Kent Tamura  <tkent@chromium.org>
76238
76239         Support for localization tests of calendar picker
76240         https://bugs.webkit.org/show_bug.cgi?id=102181
76241
76242         Reviewed by Kentaro Hara.
76243
76244         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
76245         * platform/chromium/TestExpectations:
76246         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Added.
76247         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Added.
76248
76249 2012-11-14  Sheriff Bot  <webkit.review.bot@gmail.com>
76250
76251         Unreviewed, rolling out r134566.
76252         http://trac.webkit.org/changeset/134566
76253         https://bugs.webkit.org/show_bug.cgi?id=102197
76254
76255         "it broke Chromium Android Release build" (Requested by
76256         haraken on #webkit).
76257
76258         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Removed.
76259         * platform/chromium/TestExpectations:
76260         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Removed.
76261         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Removed.
76262
76263 2012-11-14  Zan Dobersek  <zandobersek@gmail.com>
76264
76265         Unreviewed GTK gardening.
76266
76267         Updating the platform-specific baseline for fast/js/global-constructors.html
76268         and removing the failure expectation for said test.
76269
76270         * platform/gtk/TestExpectations:
76271         * platform/gtk/fast/js/global-constructors-expected.txt:
76272
76273 2012-11-14  Eugene Klyuchnikov  <eustas.bug@gmail.com>
76274
76275         Web Inspector: Timeline: 'undefined' javascript filenames.
76276         https://bugs.webkit.org/show_bug.cgi?id=101334
76277
76278         Reviewed by Yury Semikhatsky.
76279
76280         Test that callSite for TimerFired is resolved even for evaled scripts.
76281
76282         * inspector/timeline/timeline-timer-fired-from-eval-call-site-expected.txt: Added.
76283         * inspector/timeline/timeline-timer-fired-from-eval-call-site.html: Added.
76284
76285 2012-11-14  Shinya Kawanaka  <shinyak@chromium.org>
76286
76287         Changing pseudoClass (:target) should cause distribution
76288         https://bugs.webkit.org/show_bug.cgi?id=101699
76289
76290         Reviewed by Hajime Morita.
76291
76292         * fast/dom/shadow/pseudoclass-update-target-expected.html: Added.
76293         * fast/dom/shadow/pseudoclass-update-target.html: Added.
76294
76295 2012-11-14  Dominik Röttsches  <dominik.rottsches@intel.com>
76296
76297         [EFL] Unreviewed gardening.
76298
76299         Mark two failures after r134456.
76300
76301         * platform/efl/TestExpectations:
76302
76303 2012-11-14  Kent Tamura  <tkent@chromium.org>
76304
76305         Support for localization tests of calendar picker
76306         https://bugs.webkit.org/show_bug.cgi?id=102181
76307
76308         Reviewed by Kentaro Hara.
76309
76310         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
76311         * platform/chromium/TestExpectations:
76312         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Added.
76313         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Added.
76314
76315 2012-11-14  Zan Dobersek  <zandobersek@gmail.com>
76316
76317         Unreviewed GTK gardening.
76318
76319         Moving some expectations into a more proper section while
76320         merging the others.
76321
76322         * platform/gtk/TestExpectations:
76323
76324 2012-11-14  Mihnea Ovidenie  <mihnea@adobe.com>
76325
76326         After r134205 was rolled out in http://trac.webkit.org/changeset/134425,
76327         we have to re-enable the skipped tests that were failing because of r134205.
76328         https://bugs.webkit.org/show_bug.cgi?id=102090
76329
76330         Reviewed by Adam Barth.
76331
76332         The initial rollout for r134205 and the related r134226, r134419 failed.
76333
76334         * platform/chromium/TestExpectations:
76335         * platform/qt/TestExpectations:
76336
76337 2012-11-13  Zan Dobersek  <zandobersek@gmail.com>
76338
76339         Unreviewed GTK gardening.
76340
76341         Expanding failure expectations for the inspector/debugger/live-edit.html test.
76342         Adding failure and timeout expectations for two tests that regressed after r134495.
76343         Adding failure expectation for a test added in r134099.
76344
76345         * platform/gtk/TestExpectations:
76346
76347 2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>
76348
76349         Unreviewed gardening, skip new failing tests.
76350
76351         * platform/qt/TestExpectations:
76352
76353 2012-11-13  Kentaro Hara  <haraken@chromium.org>
76354
76355         Unreviewed. Marked platform/chromium/virtual/gpu/fast/hidpi/image-set-without-specified-width.html
76356         as Slow.
76357
76358         * platform/chromium/TestExpectations:
76359
76360 2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>
76361
76362         Unreviewed gardening, update expected files after r134435.
76363
76364         * dom/xhtml/level3/core/documentnormalizedocument10-expected.txt:
76365         * fast/dom/DOMException/prototype-object-expected.txt:
76366         * fast/dom/DOMException/stack-trace-expected.txt:
76367
76368 2012-11-13  Kunihiko Sakamoto  <ksakamoto@chromium.org>
76369
76370         Enable calendar picker for input types datetime/datetime-local
76371         https://bugs.webkit.org/show_bug.cgi?id=101889
76372
76373         Reviewed by Kent Tamura.
76374
76375         Added tests for calendar picker for inpt type=datetime/datetime-local.
76376
76377         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-expected.txt: Added.
76378         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime.html: Added.
76379         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal-expected.txt: Added.
76380         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal.html: Added.
76381
76382 2012-11-13  Keishi Hattori  <keishi@webkit.org>
76383
76384         Enable datalist UI for input types week and month
76385         https://bugs.webkit.org/show_bug.cgi?id=102041
76386
76387         Reviewed by Kent Tamura.
76388
76389         * platform/chromium/fast/forms/datalist/input-list-expected.txt:
76390
76391 2012-11-13  Shinya Kawanaka  <shinyak@chromium.org>
76392
76393         Collect necessary features for SelectRuleFeatureSet
76394         https://bugs.webkit.org/show_bug.cgi?id=102160
76395
76396         Reviewed by Dimitri Glazkov.
76397
76398         * fast/dom/shadow/shadow-select-attribute-featureset-expected.txt:
76399         * fast/dom/shadow/shadow-select-attribute-featureset.html:
76400
76401 2012-11-13  Kentaro Hara  <haraken@chromium.org>
76402
76403         Unreviewed. Rebaselined test results.
76404
76405         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/checkerboard-expected.png: Added.
76406         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/checkerboard-expected.png: Added.
76407
76408 2012-11-13  David Grogan  <dgrogan@chromium.org>
76409
76410         IndexedDB: non-trivial test conversion batch 2
76411         https://bugs.webkit.org/show_bug.cgi?id=101998
76412
76413         Reviewed by Tony Chang.
76414
76415         * storage/indexeddb/cursor-overloads-expected.txt:
76416         * storage/indexeddb/cursor-overloads.html:
76417           Trivial conversion that I missed last time around.
76418
76419         * storage/indexeddb/database-basics-expected.txt:
76420         * storage/indexeddb/database-close-expected.txt:
76421         * storage/indexeddb/database-closepending-flag-expected.txt:
76422         * storage/indexeddb/delete-closed-database-object-expected.txt:
76423         * storage/indexeddb/resources/database-basics.js:
76424           Removed test that shows calling setVersion inside a version change
76425           transaction is an error. Replaced with test showing same error for a
76426           generic transaction.
76427
76428         * storage/indexeddb/resources/database-close.js:
76429           Formerly used both unblocked setVersion and deleteDatabase to signal
76430           that a connection was closed, now just used deleteDatabase.
76431
76432         * storage/indexeddb/resources/database-closepending-flag.js:
76433           Straightforward, it just has multiple opens.
76434
76435 2012-11-13  Erik Arvidsson  <arv@chromium.org>
76436
76437         Update DOMException name: InvalidCharacterError
76438         https://bugs.webkit.org/show_bug.cgi?id=102128
76439
76440         Reviewed by Darin Adler.
76441
76442         Updated tests and expectations.
76443
76444         * fast/dom/Document/createElement-invalid-names-expected.txt:
76445         * fast/dom/Document/createElement-invalid-names.html:
76446         * fast/dom/Element/prefix-setter-exception-expected.txt:
76447         * fast/dom/Window/atob-btoa-expected.txt:
76448         * fast/dom/dataset-expected.txt:
76449         * fast/dom/dataset-xhtml-expected.txt:
76450         * fast/dom/script-tests/dataset-xhtml.js:
76451         * fast/dom/script-tests/dataset.js:
76452
76453 2012-11-13  Elliott Sprehn  <esprehn@chromium.org>
76454
76455         Disable frame loading instead of throwing exceptions on subtree modifications in ChildFrameDisconnector
76456         https://bugs.webkit.org/show_bug.cgi?id=102012
76457
76458         Reviewed by Ojan Vafai.
76459
76460         Remove console log output from the exception we no longer throw. Since we no
76461         longer throw an exception we don't need a platform specific output file either.
76462
76463         Also add a test that we don't throw an exception during modifications to subtrees
76464         during unload.
76465
76466         * fast/frames/modifications-in-subtree-unload-expected.html: Added.
76467         * fast/frames/modifications-in-subtree-unload.html: Added.
76468         * fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
76469         * platform/chromium/fast/frames/out-of-document-iframe-has-child-frame-expected.txt: Removed.
76470
76471 2012-11-13  Dirk Pranke  <dpranke@chromium.org>
76472
76473         Revert r134474; turns out these tests were failing.
76474
76475         I need to figure out what's going on here ...
76476
76477         * platform/chromium-linux/fast/text/zero-font-size-2-expected.png: Removed.
76478         * platform/chromium/TestExpectations:
76479
76480 2012-11-13  Dirk Pranke  <dpranke@chromium.org>
76481
76482         Update chromium-mac-lion baselines after r134516. Unreviewed.
76483
76484         * platform/chromium-mac-lion/compositing/color-matching/image-color-matching-expected.png:
76485         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Added.
76486         * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png: Added.
76487
76488 2012-11-13  Tab Atkins  <jackalmage@gmail.com>
76489
76490         CSS @charset parsing is too loose, doesn't match other browsers
76491         https://bugs.webkit.org/show_bug.cgi?id=101527
76492
76493         Reviewed by Alexey Proskuryakov.
76494
76495         Removed the old css-charset-evil.html test,
76496         which tested for our loose parsing of @charset.
76497         Now that we're tightening our parsing to match the spec and IE's and FF's new behavior,
76498         I added a more comprehensive test of incorrect @charset rules,
76499         to ensure that we correctly reject them.
76500
76501         * fast/encoding/css-charset-evil-expected.txt: Removed.
76502         * fast/encoding/css-charset-evil.css: Removed.
76503         * fast/encoding/css-charset-evil.html: Removed.
76504         * fast/encoding/css-charset-evil/css-charset-evil-a1.css: Added.
76505         * fast/encoding/css-charset-evil/css-charset-evil-a2.css: Added.
76506         * fast/encoding/css-charset-evil/css-charset-evil-a3.css: Added.
76507         * fast/encoding/css-charset-evil/css-charset-evil-a4.css: Added.
76508         * fast/encoding/css-charset-evil/css-charset-evil-b1.css: Added.
76509         * fast/encoding/css-charset-evil/css-charset-evil-b2.css: Added.
76510         * fast/encoding/css-charset-evil/css-charset-evil-b3.css: Added.
76511         * fast/encoding/css-charset-evil/css-charset-evil-b4.css: Added.
76512         * fast/encoding/css-charset-evil/css-charset-evil-b5.css: Added.
76513         * fast/encoding/css-charset-evil/css-charset-evil-b6.css: Added.
76514         * fast/encoding/css-charset-evil/css-charset-evil-b7.css: Added.
76515         * fast/encoding/css-charset-evil/css-charset-evil-b8.css: Added.
76516         * fast/encoding/css-charset-evil/css-charset-evil-c1.css: Added.
76517         * fast/encoding/css-charset-evil/css-charset-evil-c2.css: Added.
76518         * fast/encoding/css-charset-evil/css-charset-evil-c3.css: Added.
76519         * fast/encoding/css-charset-evil/css-charset-evil-d1.css: Added.
76520         * fast/encoding/css-charset-evil/css-charset-evil-expected.txt: Added.
76521         * fast/encoding/css-charset-evil/css-charset-evil.html: Added.
76522
76523 2012-11-13  Thiago Marcos P. Santos  <thiago.santos@intel.com>
76524
76525         [EFL] Add new baselines after r134435
76526         https://bugs.webkit.org/show_bug.cgi?id=102125
76527
76528         Unreviewed gardening.
76529
76530         * platform/efl-wk1/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
76531         * platform/efl-wk1/fast/dom/DOMException/prototype-object-expected.txt: Added.
76532         * platform/efl-wk1/fast/dom/DOMException/stack-trace-expected.txt: Added.
76533         * platform/efl-wk2/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
76534         * platform/efl-wk2/fast/dom/DOMException/prototype-object-expected.txt: Added.
76535         * platform/efl-wk2/fast/dom/DOMException/stack-trace-expected.txt: Added.
76536
76537 2012-11-13  Dirk Pranke  <dpranke@chromium.org>
76538
76539         More chromium-mac-mountainlion rebaselining and bug triaging.
76540         https://bugs.webkit.org/show_bug.cgi?id=99749
76541
76542         Unreviewed.
76543
76544         * platform/chromium-mac-lion/compositing/color-matching/image-color-matching-expected.png: Added.
76545         * platform/chromium-mac-lion/compositing/direct-image-compositing-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/direct-image-compositing-expected.png.
76546         * platform/chromium-mac-lion/compositing/geometry/clipping-foreground-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png.
76547         * platform/chromium-mac-lion/fast/dynamic/text-combine-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/dynamic/text-combine-expected.png.
76548         * platform/chromium-mac-lion/fast/dynamic/text-combine-expected.txt: Added.
76549         * 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.
76550         * 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.
76551         * platform/chromium-mac-lion/fast/text/emphasis-combined-text-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/emphasis-combined-text-expected.png.
76552         * platform/chromium-mac-lion/fast/text/emphasis-combined-text-expected.txt: Added.
76553         * platform/chromium-mac-lion/fast/text/emphasis-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/emphasis-expected.png.
76554         * 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.
76555         * 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.
76556         * 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.
76557         * 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.
76558         * platform/chromium-mac-lion/fast/writing-mode/border-vertical-lr-expected.txt: Added.
76559         * 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.
76560         * 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.
76561         * 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.
76562         * 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.
76563         * 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.
76564         * 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.
76565         * 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.
76566         * 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.
76567         * 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.
76568         * 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.
76569         * platform/chromium-mac-lion/svg/custom/foreign-object-skew-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/foreign-object-skew-expected.png.
76570         * 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.
76571         * platform/chromium-mac-lion/svg/hixie/perf/007-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/hixie/perf/007-expected.png.
76572         * platform/chromium-mac-lion/tables/mozilla/bugs/bug11026-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png.
76573         * platform/chromium-mac/compositing/color-matching/image-color-matching-expected.png:
76574         * platform/chromium-mac/compositing/direct-image-compositing-expected.png:
76575         * platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png:
76576         * platform/chromium-mac/fast/dynamic/text-combine-expected.png:
76577         * platform/chromium-mac/fast/dynamic/text-combine-expected.txt: Added.
76578         * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png:
76579         * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt:
76580         * platform/chromium-mac/fast/text/emphasis-combined-text-expected.png:
76581         * platform/chromium-mac/fast/text/emphasis-combined-text-expected.txt: Added.
76582         * platform/chromium-mac/fast/text/emphasis-expected.png:
76583         * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png:
76584         * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.txt:
76585         * platform/chromium-mac/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
76586         * platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.png:
76587         * platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.txt: Added.
76588         * platform/chromium-mac/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
76589         * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-lr-expected.png:
76590         * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-rl-expected.png:
76591         * platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png:
76592         * platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.txt:
76593         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
76594         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
76595         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
76596         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
76597         * platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png:
76598         * platform/chromium-mac/svg/custom/foreign-object-skew-expected.png:
76599         * platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
76600         * platform/chromium-mac/svg/hixie/perf/007-expected.png:
76601         * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png:
76602         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
76603         * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png:
76604         * platform/chromium/TestExpectations:
76605
76606 2012-11-13  Kenichi Ishibashi  <bashi@chromium.org>
76607
76608         [WebSocket] send() and close() should not throw an exception for an unpaired surrogate but use the replacement character
76609         https://bugs.webkit.org/show_bug.cgi?id=101569
76610
76611         Reviewed by Alexey Proskuryakov.
76612
76613         - Updated tests which try to send unpaired surrogates.
76614           These tests should not throw SYNTAX_ERR.
76615         - Add a test that checks whether WebKit throws SYNTAX_ERR when a close
76616           reason is too long.
76617
76618         * http/tests/websocket/tests/hybi/close-reason-too-long-expected.txt: Added.
76619         * http/tests/websocket/tests/hybi/close-reason-too-long.html: Ditto.
76620         * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason-expected.txt: Updated.
76621         * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason.html: Ditto.
76622         * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message-expected.txt: Ditto.
76623         * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message.html: Ditto.
76624
76625 2012-11-13  Christophe Dumez  <christophe.dumez@intel.com>
76626
76627         Make HTMLLegendElement.form behave according to specification
76628         https://bugs.webkit.org/show_bug.cgi?id=101044
76629
76630         Reviewed by Kent Tamura.
76631
76632         A new fast/forms/legend/legend-form.html test to check that
76633         the legend element's form attribute behaves according to
76634         specification.
76635
76636         * fast/forms/legend/legend-form-expected.txt: Added.
76637         * fast/forms/legend/legend-form.html: Added.
76638
76639 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
76640
76641         Unreviewed, rolling out r134377.
76642         http://trac.webkit.org/changeset/134377
76643         https://bugs.webkit.org/show_bug.cgi?id=101133
76644
76645         Caused a mysterious Android Clang build failure, needs
76646         investigation before landing again.
76647
76648         * fast/forms/number/number-content-url-crash-expected.txt: Removed.
76649         * fast/forms/number/number-content-url-crash.html: Removed.
76650         * fast/forms/search/search-content-url-crash-expected.txt: Removed.
76651         * fast/forms/search/search-content-url-crash.html: Removed.
76652
76653 2012-11-13  James Robinson  <jamesr@chromium.org>
76654
76655         Rebaselines for filtering changes due to chromium r167479
76656
76657         * platform/chromium-linux/compositing/checkerboard-expected.png: Added.
76658         * platform/chromium-mac/compositing/checkerboard-expected.png: Added.
76659         * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png: Added.
76660         * platform/chromium-win/compositing/checkerboard-expected.png: Added.
76661         * platform/chromium-win/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png:
76662
76663 2012-11-13  Chris Fleizach  <cfleizach@apple.com>
76664
76665         AX: MathML types need to be semantically identified in AX tree
76666         https://bugs.webkit.org/show_bug.cgi?id=101263
76667
76668         Reviewed by Beth Dakin.
76669
76670         * platform/mac/accessibility/mathml-elements-expected.txt: Added.
76671         * platform/mac/accessibility/mathml-elements.html: Added.
76672
76673 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
76674
76675         [Chromium] Fix media/video-empty-source.html lint error.
76676
76677         * platform/chromium/TestExpectations: Fixed.
76678
76679 2012-11-13  Silvia Pfeiffer  <silviapf@chromium.org>
76680
76681         Clean up the inheritance tree under the MediaControls Class.
76682         https://bugs.webkit.org/show_bug.cgi?id=88871
76683
76684         Reviewed by Eric Carlson.
76685
76686         * platform/chromium-mac-mountainlion/TestExpectations: Added.
76687         * platform/chromium/TestExpectations:
76688
76689 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
76690
76691         Unreviewed, rolling out r134446.
76692         http://trac.webkit.org/changeset/134446
76693         https://bugs.webkit.org/show_bug.cgi?id=101968
76694
76695         Need to try a different strategy for landing a two-sided patch
76696         (3/3).
76697
76698         * platform/chromium/TestExpectations:
76699
76700 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
76701
76702         Unreviewed, rolling out r134458.
76703         http://trac.webkit.org/changeset/134458
76704
76705         Need to try a different strategy for landing a two-sided patch
76706         (2/3).
76707
76708         * platform/chromium/TestExpectations:
76709
76710 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
76711
76712         Unreviewed, rolling out r134461.
76713         http://trac.webkit.org/changeset/134461
76714
76715         Need to try a different strategy for landing a two-sided patch
76716         (1/3).
76717
76718         * platform/chromium/TestExpectations:
76719
76720 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
76721
76722         [Chromium] Marked fast/workers/worker-exception-during-navigation.html as a flaky crash.
76723         https://bugs.webkit.org/show_bug.cgi?id=102131
76724
76725         * platform/chromium/TestExpectations: Added a flaky crash expectation.
76726
76727 2012-11-13  Chris Fleizach  <cfleizach@apple.com>
76728
76729         WebKit exposes ARIA rowheader role as AXUnknown when not contained in table/grid
76730         https://bugs.webkit.org/show_bug.cgi?id=101616
76731
76732         Reviewed by Beth Dakin.
76733
76734         * platform/mac/accessibility/rowheader-outside-table-role-expected.txt: Added.
76735         * platform/mac/accessibility/rowheader-outside-table-role.html: Added.
76736
76737 2012-11-13  Dirk Pranke  <dpranke@chromium.org>
76738
76739         Remove a few old no-longer-failing tests and update one baseline.
76740
76741         Unreviewed, gardening.
76742
76743         * platform/chromium-linux/fast/text/zero-font-size-2-expected.png: Added.
76744         * platform/chromium/TestExpectations:
76745
76746 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
76747
76748         [EFL] Unreviewed gardening.
76749
76750         Skip a few tests, update expectations when some colors varied
76751         slightly from the existing expectation and add a few new ones.
76752
76753         * platform/efl-wk1/TestExpectations:
76754         * platform/efl/fast/forms/input-placeholder-visibility-3-expected.png:
76755         * platform/efl/fast/forms/menulist-no-overflow-expected.png:
76756         * platform/efl/fast/forms/menulist-separator-painting-expected.png:
76757         * platform/efl/fast/forms/select-background-none-expected.png:
76758         * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.png:
76759         * platform/efl/fast/forms/select-selected-expected.png:
76760         * platform/efl/fast/forms/select-visual-hebrew-expected.png:
76761         * platform/efl/fast/forms/selectlist-minsize-expected.png:
76762         * platform/efl/fast/forms/stuff-on-my-optgroup-expected.png:
76763         * platform/efl/fast/html/keygen-expected.png:
76764         * platform/efl/fast/images/png-suite/test-expected.png:
76765         * platform/efl/fast/replaced/image-sizing-expected.png:
76766         * platform/efl/fast/replaced/three-selects-break-expected.png:
76767         * platform/efl/fast/replaced/width100percent-menulist-expected.png:
76768         * platform/efl/fast/ruby/overhang-horizontal-expected.png: Added.
76769         * platform/efl/fast/runin/runin-generated-before-content-expected.png: Added.
76770         * platform/efl/fast/text/updateNewFont-expected.png:
76771         * platform/efl/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
76772         * platform/efl/fast/writing-mode/box-shadow-vertical-lr-expected.png:
76773         * platform/efl/fast/writing-mode/english-lr-text-expected.png:
76774         * platform/efl/fast/writing-mode/horizontal-bt-replaced-selection-expected.png:
76775         * platform/efl/fast/writing-mode/vertical-lr-replaced-selection-expected.png:
76776         * platform/efl/fast/writing-mode/vertical-rl-replaced-selection-expected.png:
76777         * platform/efl/svg/filters/feColorMatrix-offset-expected.png: Added.
76778         * platform/efl/svg/filters/feDropShadow-subregion-expected.png: Added.
76779         * platform/efl/svg/filters/feGaussianBlur-subregion-expected.png: Added.
76780         * platform/efl/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
76781         * platform/efl/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
76782         * platform/efl/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
76783         * platform/efl/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
76784         * platform/efl/svg/filters/feImage-preserveAspectratio-expected.png:
76785         * platform/efl/svg/filters/feImage-subregions-expected.png:
76786         * platform/efl/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
76787         * platform/efl/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
76788         * platform/efl/svg/filters/feLighting-crash-expected.png:
76789         * platform/efl/svg/filters/feOffset-expected.png:
76790         * platform/efl/svg/filters/feTile-expected.png:
76791         * platform/efl/svg/filters/filter-on-tspan-expected.png:
76792         * platform/efl/svg/filters/filter-placement-issue-expected.png:
76793         * platform/efl/svg/filters/filter-rounding-issues-expected.png:
76794         * platform/efl/svg/filters/filter-source-position-expected.png: Added.
76795         * platform/efl/svg/filters/filteredImage-expected.png: Added.
76796         * platform/efl/svg/filters/parent-children-with-same-filter-expected.png:
76797         * platform/efl/svg/filters/shadow-on-filter-expected.png:
76798         * platform/efl/svg/filters/subRegion-one-effect-expected.png:
76799         * platform/efl/svg/filters/subRegion-two-effects-expected.png:
76800         * platform/efl/svg/foreignObject/filter-expected.png: Added.
76801         * platform/efl/svg/text/selection-doubleclick-expected.png:
76802
76803 2012-11-13  Chris Fleizach  <cfleizach@apple.com>
76804
76805         AX: file upload input text value is not exposed through accessibility
76806         https://bugs.webkit.org/show_bug.cgi?id=100583
76807
76808         Reviewed by Beth Dakin.
76809
76810         * platform/mac/accessibility/file-upload-button-subrole-expected.txt: Added.
76811         * platform/mac/accessibility/file-upload-button-subrole.html: Added.
76812
76813 2012-11-13  Sheriff Bot  <webkit.review.bot@gmail.com>
76814
76815         Unreviewed, rolling out r133944.
76816         http://trac.webkit.org/changeset/133944
76817         https://bugs.webkit.org/show_bug.cgi?id=102118
76818
76819         Only JS bindings support NATIVE_TYPE_ERR (Requested by arv on
76820         #webkit).
76821
76822         * fast/dom/Element/attr-param-typechecking-expected.txt:
76823         * fast/dom/Element/script-tests/attr-param-typechecking.js:
76824
76825 2012-11-13  Dana Jansens  <danakj@chromium.org>
76826
76827         Unreviewed test expectations for animation tests.
76828
76829         * platform/chromium/TestExpectations:
76830
76831 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
76832
76833         [Chromium] Pacify linter and tweak expectations to avoid conflicts.
76834
76835         * platform/chromium/TestExpectations: Tweaked.
76836
76837 2012-11-13  Sami Kyostila  <skyostil@chromium.org>
76838
76839         Allow painting outside overflow clip in accelerated scrolling layers
76840         https://bugs.webkit.org/show_bug.cgi?id=100524
76841
76842         Reviewed by Simon Fraser.
76843
76844         Added a test to check painting outside the overflow clip. Note that this will
76845         not pass unless ENABLE_ACCELERATED_OVERFLOW_SCROLLING is enabled.
76846
76847         * compositing/overflow/updating-scrolling-content-expected.txt: Added.
76848         * compositing/overflow/updating-scrolling-content.html: Added.
76849         * platform/chromium/TestExpectations: Mark test as expected to fail
76850           by default.
76851         * platform/mac/TestExpectations: Skip the test.
76852
76853 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
76854
76855         [Chromium] Remove the test that is now passing.
76856
76857         * platform/chromium/TestExpectations: Removed expectation of failure.
76858
76859 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
76860
76861         Unreviewed, rolling out r134434.
76862         http://trac.webkit.org/changeset/134434
76863         https://bugs.webkit.org/show_bug.cgi?id=102072
76864
76865         The test that was added asserts in loader.
76866
76867         * fast/dom/Window/open-window-min-size-expected.txt: Removed.
76868         * fast/dom/Window/open-window-min-size.html: Removed.
76869         * fast/dom/Window/resources/print-close.html: Removed.
76870
76871 2012-11-13  Slavomir Kaslev  <skaslev@google.com>
76872
76873         [Chromium] Rebaselined platform/chromium/virtual/softwarecompositing/layer-creation/spanOverlapsCanvas.html
76874         https://bugs.webkit.org/show_bug.cgi?id=101997
76875
76876         Reviewed by James Robinson.
76877
76878         Since we disabled hardware accelerated canvas when in software compositing mode,
76879         this layout test doesn't create any layers which is the correct behaviour.
76880
76881         * platform/chromium/TestExpectations:
76882         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/spanOverlapsCanvas-expected.txt: Added.
76883
76884 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
76885
76886         Revert the changes from r134388 and r134426 as r134345 was rolled out.
76887
76888         * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
76889         * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
76890         * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
76891         * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
76892
76893 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
76894
76895         Unreviewed, rolling out r134367.
76896         http://trac.webkit.org/changeset/134367
76897         https://bugs.webkit.org/show_bug.cgi?id=100738
76898
76899         Speculative rollout, could have cause Dromaeo setAttribute
76900         perf regression.
76901
76902         * fast/dom/shadow/distribution-attribute-modified-expected.html: Removed.
76903         * fast/dom/shadow/distribution-attribute-modified.html: Removed.
76904         * fast/dom/shadow/distribution-className-modified-expected.html: Removed.
76905         * fast/dom/shadow/distribution-className-modified.html: Removed.
76906         * fast/dom/shadow/distribution-id-modified-expected.html: Removed.
76907         * fast/dom/shadow/distribution-id-modified.html: Removed.
76908         * fast/dom/shadow/reprojection-attribute-modified-expected.html: Removed.
76909         * fast/dom/shadow/reprojection-attribute-modified.html: Removed.
76910         * fast/dom/shadow/reprojection-className-modified-expected.html: Removed.
76911         * fast/dom/shadow/reprojection-className-modified.html: Removed.
76912         * fast/dom/shadow/reprojection-id-modified-expected.html: Removed.
76913         * fast/dom/shadow/reprojection-id-modified.html: Removed.
76914
76915 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
76916
76917         [EFL] More unreviewed gardening.
76918
76919         Update some pixel expectations and skip one test.
76920
76921         * platform/efl/TestExpectations:
76922         * platform/efl/fast/media/view-mode-media-feature-expected.png: Added property svn:mime-type.
76923         * platform/efl/fast/overflow/overflow_hidden-expected.png: Modified property svn:mime-type.
76924         * platform/efl/svg/text/text-rescale-expected.png: Added.
76925
76926 2012-11-13  Sheriff Bot  <webkit.review.bot@gmail.com>
76927
76928         Unreviewed, rolling out r134345.
76929         http://trac.webkit.org/changeset/134345
76930         https://bugs.webkit.org/show_bug.cgi?id=102106
76931
76932         Incomplete support for NATIVE_TYPE_ERR in objc and other
76933         bindings (Requested by jsbell on #webkit).
76934
76935         * canvas/philip/tests/2d.drawImage.null.html:
76936         * canvas/philip/tests/2d.imageData.put.null.html:
76937         * canvas/philip/tests/2d.pattern.image.null.html:
76938         * editing/selection/extend-expected.txt:
76939         * fast/dom/Geolocation/argument-types-expected.txt:
76940         * fast/dom/Geolocation/not-enough-arguments-expected.txt:
76941         * fast/dom/Geolocation/script-tests/argument-types.js:
76942         (test):
76943         * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
76944         * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
76945         * fast/js/select-options-add-expected.txt:
76946         * fast/mediastream/RTCIceCandidate-expected.txt:
76947         * fast/mediastream/RTCPeerConnection-expected.txt:
76948         * fast/mediastream/RTCSessionDescription-expected.txt:
76949         * media/encrypted-media/encrypted-media-syntax-expected.txt:
76950         * media/encrypted-media/encrypted-media-syntax.html:
76951         * media/video-test.js:
76952         * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
76953         * security/crypto-random-values-types-expected.txt:
76954         * svg/dom/SVGTransformList-expected.txt:
76955
76956 2012-11-13  Joshua Bell  <jsbell@chromium.org>
76957
76958         IndexedDB: storage/indexeddb/mozilla/add-twice-failure.html is flaky following r134252
76959         https://bugs.webkit.org/show_bug.cgi?id=101996
76960
76961         Reviewed by Dimitri Glazkov.
76962
76963         Error being tested may cause transaction to abort, which could happen before or after
76964         test output is captured. Prevent default behavior of the error so this doesn't happen.
76965
76966         * storage/indexeddb/mozilla/resources/add-twice-failure.js:
76967         (addSecondExpectedError):
76968
76969 2012-11-13  Erik Arvidsson  <arv@chromium.org>
76970
76971         Update DOMException name: HierarchyRequestError
76972         https://bugs.webkit.org/show_bug.cgi?id=102092
76973
76974         Reviewed by Ojan Vafai.
76975
76976         Updated tests and expectations.
76977
76978         * fast/dom/DOMException/prototype-object-expected.txt:
76979         * fast/dom/DOMException/prototype-object.html:
76980         * fast/dom/DOMException/stack-trace-expected.txt:
76981         * fast/dom/DOMException/stack-trace.html:
76982         * fast/dom/Document/replace-child-expected.txt:
76983         * fast/dom/Range/31684-expected.txt:
76984         * fast/dom/Range/range-exceptions-expected.txt:
76985         * fast/dom/Range/script-tests/31684.js:
76986         * fast/dom/Range/script-tests/range-exceptions.js:
76987         * fast/dom/Range/surroundContents-1.html:
76988         * fast/dom/css-mediarule-functions-expected.txt:
76989         * fast/dom/css-mediarule-functions.html:
76990         * fast/dom/document-set-body-expected.txt:
76991         * fast/dom/document-set-body.html:
76992         * fast/dom/move-nodes-across-documents.html:
76993         * fast/dom/processing-instruction-appendChild-exceptions-expected.txt:
76994         * fast/dom/processing-instruction-appendChild-exceptions.xhtml:
76995         * fast/dom/setter-type-enforcement-expected.txt:
76996         * fast/dom/shadow/adopt-node-with-shadow-root-expected.txt:
76997         * fast/dom/shadow/shadow-disable-expected.txt:
76998         * fast/dom/shadow/shadow-root-js-api-expected.txt:
76999         * fast/events/mutation-during-replace-child-2-expected.txt:
77000         * fast/events/mutation-during-replace-child-2.html:
77001         * fast/events/mutation-during-replace-child-expected.txt:
77002         * fast/events/mutation-during-replace-child.html:
77003         * fast/frames/adopt-iframe-into-itself-expected.txt:
77004         * fast/frames/adopt-object-into-itself-expected.txt:
77005         * fast/html/adopt-parent-frame.html:
77006         * fast/inspector-support/uncaught-dom3-exception-expected.txt:
77007         * platform/chromium/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt:
77008         * platform/chromium/fast/dom/DOMException/prototype-object-expected.txt:
77009         * platform/chromium/fast/dom/DOMException/stack-trace-expected.txt:
77010         * platform/chromium/fast/inspector-support/uncaught-dom3-exception-expected.txt:
77011
77012 2012-11-13  Kenneth Rohde Christiansen  <kenneth@webkit.org>
77013
77014         Clean up use of adjustWindowRect
77015         https://bugs.webkit.org/show_bug.cgi?id=102072
77016
77017         Reviewed by Alexis Menard.
77018
77019         Test that minimum sizes are honored.
77020
77021         * fast/dom/Window/open-window-min-size.html: Added.
77022         * fast/dom/Window/open-window-min-size-expected.txt: Added.
77023         * fast/dom/Window/resources/print-close.html: Added.
77024
77025 2012-11-13  Bem Jones-Bey  <bjonesbe@adobe.com>
77026
77027         [CSS Exclusions] Update wrap-margin/padding to shape-margin/padding
77028         https://bugs.webkit.org/show_bug.cgi?id=97736
77029
77030         Reviewed by Andreas Kling.
77031
77032         Rename properties to match updated spec.
77033
77034         * fast/exclusions/css-exclusions-disabled-expected.txt:
77035         * fast/exclusions/css-exclusions-disabled.html:
77036         * fast/exclusions/script-tests/shape-margin-parsing.js: Added.
77037         (test):
77038         (testComputedStyle):
77039         (testNotInherited):
77040         * fast/exclusions/script-tests/shape-padding-parsing.js: Added.
77041         (test):
77042         (testComputedStyle):
77043         (testNotInherited):
77044         * fast/exclusions/script-tests/wrap-margin-parsing.js: Removed.
77045         * fast/exclusions/script-tests/wrap-padding-parsing.js: Removed.
77046         * fast/exclusions/script-tests/wrap-parsing.js:
77047         (testComputedStyle):
77048         * fast/exclusions/shape-margin-parsing-expected.txt: Added.
77049         * fast/exclusions/shape-margin-parsing.html: Renamed from LayoutTests/fast/exclusions/wrap-padding-parsing.html.
77050         * fast/exclusions/shape-padding-parsing-expected.txt: Added.
77051         * fast/exclusions/shape-padding-parsing.html: Renamed from LayoutTests/fast/exclusions/wrap-margin-parsing.html.
77052         * fast/exclusions/wrap-margin-parsing-expected.txt: Removed.
77053         * fast/exclusions/wrap-padding-parsing-expected.txt: Removed.
77054
77055 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
77056
77057         Unreviewed, rolling out r134418.
77058         http://trac.webkit.org/changeset/134418
77059         https://bugs.webkit.org/show_bug.cgi?id=101903
77060
77061         The newly added test is crashing on cr-win.
77062
77063         * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Removed.
77064         * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Removed.
77065         * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Removed.
77066         * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Removed.
77067
77068 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
77069
77070         [EFL] Properly skip all HiDPI tests which are currently failing.
77071
77072         Skip an additional test and add a bug to each entry.
77073
77074         * platform/efl/TestExpectations:
77075         * platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.png: Removed.
77076         * platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt: Removed.
77077
77078 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
77079
77080         [EFL] Update pixel expectation for fast/repaint/table-hover-on-link.html
77081
77082         * platform/efl/fast/repaint/table-hover-on-link-expected.png:
77083
77084 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
77085
77086         [EFL] More video-colorspace-yuv* gardening.
77087
77088         These tests are also failing on WK2, so skip them in both ports.
77089
77090         * platform/efl-wk1/TestExpectations:
77091         * platform/efl-wk1/media/video-colorspace-yuv420-expected.png: Removed.
77092         * platform/efl-wk1/media/video-colorspace-yuv422-expected.png: Removed.
77093         * platform/efl/TestExpectations:
77094         * platform/efl/media/video-colorspace-yuv420-expected.txt: Removed.
77095         * platform/efl/media/video-colorspace-yuv422-expected.txt: Removed.
77096
77097 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
77098
77099         Unreviewed, update expectations after r134345.
77100
77101         * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
77102         * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
77103         * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
77104
77105 2012-11-13  Sheriff Bot  <webkit.review.bot@gmail.com>
77106
77107         Unreviewed, rolling out r134205.
77108         http://trac.webkit.org/changeset/134205
77109         https://bugs.webkit.org/show_bug.cgi?id=102093
77110
77111         Broke webkit-flow-inlines-dynamic.html on several ports
77112         (Requested by mihnea on #webkit).
77113
77114         * fast/regions/region-style-text-shadow-expected.html: Removed.
77115         * fast/regions/region-style-text-shadow.html: Removed.
77116
77117 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
77118
77119         [EFL] WK1 gardening.
77120
77121         Mark media/video-colorspace-yuv420.html and
77122         media/video-colorspace-yuv422.html as producing bad image results.
77123
77124         * platform/efl-wk1/TestExpectations:
77125
77126 2012-11-13  Shinya Kawanaka  <shinyak@chromium.org>
77127
77128         [Refactoring] Remove shadowPseudoId() and use setPseudo() in <meter> ElementShadow.
77129         https://bugs.webkit.org/show_bug.cgi?id=101906
77130
77131         Reviewed by Dimitri Glazkov.
77132
77133         * fast/dom/HTMLMeterElement/meter-element-markup-expected.txt:
77134
77135 2012-11-13  Stephen Chenney  <schenney@chromium.org>
77136
77137         Expectations update for fast/regions/webkit-flow-inlines-dynamic.html
77138         https://bugs.webkit.org/show_bug.cgi?id=102086
77139
77140         Unreviewed expectations update.
77141
77142         * platform/chromium/TestExpectations:
77143
77144 2012-11-13  Shinya Kawanaka  <shinyak@chromium.org>
77145
77146         Changing pseudoClass (:indeterminate) should cause distribution
77147         https://bugs.webkit.org/show_bug.cgi?id=101903
77148
77149         Reviewed by Dimitri Glazkov.
77150
77151         * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Added.
77152         * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Added.
77153         * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Added.
77154         * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Added.
77155
77156 2012-11-13  Stephen Chenney  <schenney@chromium.org>
77157
77158         Reverting expectations update because it breaks lint
77159         https://bugs.webkit.org/show_bug.cgi?id=101982
77160
77161         Unreviewed expectations fix.
77162
77163         With the new-ish wekbit_skia.gyp file we do not need to change expections like this.
77164
77165         * platform/chromium/TestExpectations:
77166
77167 2012-11-13  Jussi Kukkonen  <jussi.kukkonen@intel.com>
77168
77169         [EFL] Rebaseline after bug 98666 (input[type=range] thumb rendering)
77170         https://bugs.webkit.org/show_bug.cgi?id=102059
77171
77172         Unreviewed rebaseline. There were a few actual bugs (see bug 102068 and
77173         bug 102067).These changes seem correct and the image changes are tiny.
77174         The non-platform results were still wrong because they are not used
77175         by most platforms, even if the results actually match the platform results.
77176
77177         * fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
77178         * fast/forms/range/slider-thumb-stylability-expected.txt:
77179         * fast/forms/range/range-thumb-height-percentage-expected.txt:
77180         * fast/repaint/slider-thumb-float-expected.txt:
77181         * platform/efl/TestExpectations:
77182         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.png:
77183         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
77184         * platform/efl/fast/forms/box-shadow-override-expected.txt:
77185         * platform/efl/fast/forms/input-appearance-height-expected.txt:
77186         * platform/efl/fast/forms/range/input-appearance-range-expected.png:
77187         * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
77188         * platform/efl/fast/forms/range/slider-padding-expected.txt:
77189         * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
77190         * platform/efl/fast/layers/video-layer-expected.txt:
77191         * platform/efl/fast/multicol/client-rects-expected.txt:
77192         * platform/efl/fast/repaint/slider-thumb-drag-release-expected.png:
77193         * platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt:
77194         * platform/efl/media/audio-controls-rendering-expected.txt:
77195         * platform/efl/media/audio-repaint-expected.txt:
77196         * platform/efl/media/controls-after-reload-expected.txt:
77197         * platform/efl/media/controls-strict-expected.txt:
77198         * platform/efl/media/controls-styling-expected.txt:
77199         * platform/efl/media/controls-styling-strict-expected.txt:
77200         * platform/efl/media/controls-without-preload-expected.txt:
77201         * platform/efl/media/media-controls-clone-expected.txt:
77202         * platform/efl/media/media-document-audio-repaint-expected.txt:
77203         * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
77204         * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
77205         * platform/efl/media/video-display-toggle-expected.txt:
77206         * platform/efl/media/video-empty-source-expected.txt:
77207         * platform/efl/media/video-no-audio-expected.txt:
77208         * platform/efl/media/video-zoom-controls-expected.txt:
77209
77210 2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>
77211
77212         [Qt] Enable Mutation observer
77213         https://bugs.webkit.org/show_bug.cgi?id=102066
77214
77215         Reviewed by Pavel Feldman.
77216
77217         * platform/qt/TestExpectations: Unskip now passing tests.
77218
77219 2012-11-12  Mike Reed  <reed@google.com>
77220
77221         update expectations in advance of skia change for blurred rects
77222         https://bugs.webkit.org/show_bug.cgi?id=101982
77223
77224         Reviewed by NOBODY.
77225
77226         Unreviewed. Expectations change only
77227
77228         * platform/chromium/TestExpectations:
77229
77230 2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>
77231
77232         [Qt] Unreviewed gardening, skip failing tests.
77233
77234         * platform/qt/TestExpectations:
77235
77236 2012-11-13  Mihnea Ovidenie  <mihnea@adobe.com>
77237
77238         [CSSRegions] Incorrect computed height for content with region-break-before
77239         https://bugs.webkit.org/show_bug.cgi?id=101862
77240
77241         Reviewed by Julien Chaffraix.
77242
77243         Add a test showing that when content having -webkit-region-break-before:always is flowed
77244         into a region chain with the first region being an auto-height region, the auto-height region
77245         has a computed height of 0 and the content is flowed into the second region in the chain.
77246
77247         * fast/regions/autoheight-breakbefore-wrongheight-expected.txt: Added.
77248         * fast/regions/autoheight-breakbefore-wrongheight.html: Added.
77249
77250 2012-11-12  Kent Tamura  <tkent@chromium.org>
77251
77252         Unable to set valid time value to input[type=time] with user interaction in some cases
77253         https://bugs.webkit.org/show_bug.cgi?id=102048
77254
77255         Reviewed by Kentaro Hara.
77256
77257         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt: Added.
77258         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html: Added.
77259
77260 2012-11-13  Yury Semikhatsky  <yurys@chromium.org>
77261
77262         Memory instrumentation: MemoryBlock name should not include full path to the block
77263         https://bugs.webkit.org/show_bug.cgi?id=102055
77264
77265         Reviewed by Pavel Feldman.
77266
77267         Use Image instead of Page.Image as block identifier.
77268
77269         * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
77270         * inspector/profiler/memory-instrumentation-cached-images.html:
77271         * inspector/profiler/memory-instrumentation-canvas-expected.txt:
77272         * inspector/profiler/memory-instrumentation-canvas.html:
77273
77274 2012-11-13  Szilard Ledan  <szledan@inf.u-szeged.hu>
77275
77276         [Qt] Unreviewed Qt gardening.
77277
77278         Update TestExpectations after r134345.
77279
77280         * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
77281
77282 2012-11-13  Balazs Kelemen  <kbalazs@webkit.org>
77283
77284         Unreviewed Qt gardening.
77285
77286         Skip and rebase some tests, remove png's for reftests.
77287
77288         * platform/qt-5.0-wk2/TestExpectations:
77289         * platform/qt-5.0-wk2/css2.1/20110323/margin-collapse-clear-016-expected.png: Added.
77290         * platform/qt-5.0-wk2/css3/filters/custom/custom-filter-composite-source-atop-expected.png: Added.
77291         * platform/qt-5.0-wk2/css3/filters/custom/missing-custom-filter-shader-expected.png: Added.
77292         * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2c-expected.png: Removed.
77293         * platform/qt-5.0-wk2/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
77294         * platform/qt/svg/animations/animateMotion-additive-2d-expected.png: Removed.
77295
77296 2012-11-13  Balazs Kelemen  <kbalazs@webkit.org>
77297
77298         Unreviewed Qt gardening.
77299
77300         Amend my last commit, Ossy suggested we should not forget about
77301         past failures because of needed rebaseline.
77302
77303         * platform/qt/TestExpectations:
77304
77305 2012-11-13  Balazs Kelemen  <kbalazs@webkit.org>
77306
77307         Unreviewed Qt gardening.
77308
77309         Cleanup TestExpectations to pass --lint-test-files.
77310         Removed some duplicated entries.
77311
77312         * platform/qt-5.0-wk2/TestExpectations:
77313         * platform/qt/TestExpectations:
77314
77315 2012-11-13  Pavel Feldman  <pfeldman@chromium.org>
77316
77317         Web Inspector: move indentation logic into TextEditorModel
77318         https://bugs.webkit.org/show_bug.cgi?id=101842
77319
77320         Reviewed by Vsevolod Vlasov.
77321
77322         * inspector/editor/indentation.html:
77323
77324 2012-11-13  Takashi Sakamoto  <tasak@google.com>
77325
77326         Crash when replacing parts of text inputs with content: url(...)
77327         https://bugs.webkit.org/show_bug.cgi?id=101133
77328
77329         Reviewed by Kent Tamura.
77330
77331         * fast/forms/number/number-content-url-crash-expected.txt: Added.
77332         * fast/forms/number/number-content-url-crash.html: Added.
77333         * fast/forms/search/search-content-url-crash-expected.txt: Added.
77334         * fast/forms/search/search-content-url-crash.html: Added.
77335
77336 2012-11-12  Shinya Kawanaka  <shinyak@chromium.org>
77337
77338         Changing id, className, or attribute should invalidate distribution
77339         https://bugs.webkit.org/show_bug.cgi?id=100738
77340
77341         Reviewed by Dimitri Glazkov.
77342
77343         We have test cases that id/class/attribute is changed, and thier reprojection cases.
77344
77345         * fast/dom/shadow/distribution-attribute-modified-expected.html: Added.
77346         * fast/dom/shadow/distribution-attribute-modified.html: Added.
77347         * fast/dom/shadow/distribution-className-modified-expected.html: Added.
77348         * fast/dom/shadow/distribution-className-modified.html: Added.
77349         * fast/dom/shadow/distribution-id-modified-expected.html: Added.
77350         * fast/dom/shadow/distribution-id-modified.html: Added.
77351         * fast/dom/shadow/reprojection-attribute-modified-expected.html: Added.
77352         * fast/dom/shadow/reprojection-attribute-modified.html: Added.
77353         * fast/dom/shadow/reprojection-className-modified-expected.html: Added.
77354         * fast/dom/shadow/reprojection-className-modified.html: Added.
77355         * fast/dom/shadow/reprojection-id-modified-expected.html: Added.
77356         * fast/dom/shadow/reprojection-id-modified.html: Added.
77357
77358 2012-11-10  Dirk Schulze  <krit@webkit.org>
77359
77360         BasicShapes 'circle', 'rectangle', 'ellipse' should be animatable with themselves
77361         https://bugs.webkit.org/show_bug.cgi?id=101854
77362
77363         Reviewed by Andreas Kling.
77364
77365         Added an animtation test for -webkit-clip-path and tested the basic shapes.
77366
77367         * animations/resources/animation-test-helpers.js:
77368         (parseBasicShape):
77369         (basicShapeParametersMatch):
77370         (getPropertyValue):
77371         (comparePropertyValue):
77372         * css3/masking/clip-path-animation-expected.txt: Added.
77373         * css3/masking/clip-path-animation.html: Added.
77374
77375 2012-11-12  Erik Arvidsson  <arv@chromium.org>
77376
77377         Replace DOMException TYPE_MISMATCH_ERR with TypeError
77378         https://bugs.webkit.org/show_bug.cgi?id=101604
77379
77380         Reviewed by Adam Barth.
77381
77382         Update the tests to test for TypeError instead of DOMException with the TYPE_MISMATCH_ERR code.
77383
77384         * canvas/philip/tests/2d.drawImage.null.html:
77385         * canvas/philip/tests/2d.imageData.put.null.html:
77386         * canvas/philip/tests/2d.pattern.image.null.html:
77387         * editing/selection/extend-expected.txt:
77388         * fast/dom/Geolocation/argument-types-expected.txt:
77389         * fast/dom/Geolocation/not-enough-arguments-expected.txt:
77390         * fast/dom/Geolocation/script-tests/argument-types.js:
77391         * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
77392         * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
77393         * fast/js/select-options-add-expected.txt:
77394         * fast/mediastream/RTCIceCandidate-expected.txt:
77395         * fast/mediastream/RTCPeerConnection-expected.txt:
77396         * fast/mediastream/RTCSessionDescription-expected.txt:
77397         * fast/mediastream/SessionDescription-expected.txt:
77398         * fast/mediastream/peerconnection-addstream-expected.txt:
77399         * fast/mediastream/peerconnection-iceoptions-expected.txt:
77400         * fast/mediastream/peerconnection-iceoptions.html:
77401         * fast/mediastream/peerconnection-removestream-expected.txt:
77402         * media/encrypted-media/encrypted-media-syntax.html:
77403         * media/video-test.js:
77404         * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
77405         * security/crypto-random-values-types-expected.txt:
77406         * svg/dom/SVGTransformList-expected.txt:
77407
77408 2012-11-12  Joshua Bell  <jsbell@chromium.org>
77409
77410         IndexedDB: storage/indexeddb/cursor-prev-no-duplicate.html is flaky
77411         https://bugs.webkit.org/show_bug.cgi?id=101990
77412
77413         Reviewed by Tony Chang.
77414
77415         Race condition in test leads to flaky behavior. Refactor test to remove flake
77416         and clean up output.
77417
77418         * storage/indexeddb/cursor-prev-no-duplicate-expected.txt:
77419         * storage/indexeddb/resources/cursor-prev-no-duplicate.js:
77420         (testFarRangeCursor_closed):
77421         (.trans.oncomplete):
77422         (.storeReq.onsuccess):
77423         (runTest):
77424
77425 2012-11-12  Hayato Ito  <hayato@chromium.org>
77426
77427         Unreviewed, gardening.
77428
77429         Rebase after r134287.
77430
77431         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt:
77432
77433 2012-11-12  David Grogan  <dgrogan@chromium.org>
77434
77435         IndexedDB: Convert some non-simple tests from setVersion to upgradeneeded
77436         https://bugs.webkit.org/show_bug.cgi?id=101959
77437
77438         Reviewed by Tony Chang.
77439
77440         Ongoing work to remove calls to setVersion from our tests before
77441         removing it from the IndexedDB API.
77442
77443         * storage/indexeddb/create-and-remove-object-store-expected.txt:
77444         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
77445         * storage/indexeddb/duplicates-expected.txt:
77446         * storage/indexeddb/resources/create-and-remove-object-store.js:
77447           Create and delete were running between open and setVersion, which no
77448           longer makes sense.
77449
77450         * storage/indexeddb/resources/database-deletepending-flag.js:
77451           Use optional object parameter instead of optional version parameter.
77452
77453         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
77454           This used to call delete just after issuing setVersion but before
77455           receiving the corresponding success event.  Now it calls delete while
77456           in the upgradeneeded transaction, still causing the delete to be
77457           delayed by an in flight versionchange transaction.
77458
77459         * storage/indexeddb/resources/duplicates.js:
77460           Call indexedDBTest twice to rerun the tests with a different
77461           database.
77462
77463         * storage/indexeddb/resources/shared.js:
77464           Added a suffix option to support duplicates.js, switched to an
77465           optional object parameter.
77466
77467 2012-11-12  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
77468
77469         [EFL] WebKit1 gardening.
77470
77471         Mark fast/repaint/block-selection-gap-stale-cache.html and
77472         fast/repaint/block-selection-gap-stale-cache-2.html as image failures.
77473
77474         * platform/efl-wk1/TestExpectations:
77475
77476 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
77477
77478         [Chromium] Added more Hi-DPI wont-fixes.
77479
77480         * platform/chromium/TestExpectations: Added wont-fixes.
77481
77482 2012-11-11  Filip Pizlo  <fpizlo@apple.com>
77483
77484         DFG ArithMul overflow check elimination is too aggressive
77485         https://bugs.webkit.org/show_bug.cgi?id=101871
77486
77487         Reviewed by Oliver Hunt.
77488
77489         * fast/js/dfg-mul-big-integer-with-small-integer-and-bitor-expected.txt: Added.
77490         * fast/js/dfg-mul-big-integer-with-small-integer-and-bitor.html: Added.
77491         * fast/js/dfg-mul-big-integer-with-small-integer-and-detect-overflow-expected.txt: Added.
77492         * fast/js/dfg-mul-big-integer-with-small-integer-and-detect-overflow.html: Added.
77493         * fast/js/dfg-mul-big-integer-with-small-integer-expected.txt: Added.
77494         * fast/js/dfg-mul-big-integer-with-small-integer.html: Added.
77495         * fast/js/dfg-mul-big-integers-expected.txt: Added.
77496         * fast/js/dfg-mul-big-integers.html: Added.
77497         * fast/js/jsc-test-list:
77498         * fast/js/script-tests/dfg-mul-big-integer-with-small-integer-and-bitor.js: Added.
77499         (foo):
77500         * fast/js/script-tests/dfg-mul-big-integer-with-small-integer-and-detect-overflow.js: Added.
77501         (foo):
77502         * fast/js/script-tests/dfg-mul-big-integer-with-small-integer.js: Added.
77503         (foo):
77504         * fast/js/script-tests/dfg-mul-big-integers.js: Added.
77505         (foo):
77506
77507 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
77508
77509         [Chromium] Updated expectations for calendar-picker.
77510
77511         * platform/chromium/TestExpectations: Updated expectations.
77512
77513 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
77514
77515         Marked transforms/3d/point-mapping tests as flakey.
77516         https://bugs.webkit.org/show_bug.cgi?id=101988
77517
77518         * platform/chromium/TestExpectations: Added Expectations.
77519
77520 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
77521
77522         [Chromium] Added expectations for platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html
77523         https://bugs.webkit.org/show_bug.cgi?id=101986
77524
77525         * platform/chromium/TestExpectations: Added expectations.
77526
77527 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
77528
77529         [Chromium] WonFixed hi-DPI related tests.
77530         https://bugs.webkit.org/show_bug.cgi?id=90022
77531
77532         * platform/chromium/TestExpectations: Added expectations.
77533
77534 2012-11-12  Ian Vollick  <vollick@chromium.org>
77535
77536         Unreviewed, update chromium-mac baselines.
77537
77538         * platform/chromium-mac-lion/compositing/repaint/invalidations-on-composited-layers-expected.txt: Removed.
77539         * platform/chromium-mac-snowleopard/compositing/repaint/invalidations-on-composited-layers-expected.txt: Removed.
77540         * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
77541
77542 2012-11-12  Dirk Pranke  <dpranke@chromium.org>
77543
77544         Unreviewed, update chromium-mac-lion baselines after r134279.
77545
77546         * platform/chromium-mac-lion/fast/repaint/delete-into-nested-block-expected.png: Added.
77547         * platform/chromium-mac-lion/fast/repaint/inline-outline-repaint-expected.png: Added.
77548         * platform/chromium-mac-lion/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png: Added.
77549         * platform/chromium-mac-lion/fast/repaint/selection-after-delete-expected.png: Added.
77550         * platform/chromium-mac-lion/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
77551         * platform/chromium-mac-lion/svg/custom/hit-test-unclosed-subpaths-expected.png: Added.
77552         * platform/chromium-mac-lion/svg/custom/hit-test-with-br-expected.png: Added.
77553
77554 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
77555
77556         [Chromium] Update expectations for calendar-picker tests..
77557         https://bugs.webkit.org/show_bug.cgi?id=101561
77558
77559         * platform/chromium/TestExpectations: Updated expectations.
77560
77561 2012-11-12  Dirk Pranke  <dpranke@chromium.org>
77562
77563         Unreviewd, update chromium-mac-mountainlion expectations for a few tests.
77564
77565         * platform/chromium/TestExpectations:
77566
77567 2012-11-12  Ian Vollick  <vollick@chromium.org>
77568
77569         Layout Test compositing/repaint/invalidations-on-composited-layers.html is failing/flaky
77570         https://bugs.webkit.org/show_bug.cgi?id=101219
77571
77572         Reviewed by James Robinson.
77573
77574         Force a style recalc before starting repaint tracking.
77575
77576         * compositing/repaint/invalidations-on-composited-layers-expected.txt:
77577         * compositing/repaint/invalidations-on-composited-layers.html:
77578         * platform/chromium/TestExpectations:
77579         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
77580
77581 2012-11-12  Dirk Pranke  <dpranke@chromium.org>
77582
77583         Unreviewed, update chromium-mac-mountainlion baselines.
77584
77585         * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png:
77586         * platform/chromium-mac/fast/repaint/inline-outline-repaint-expected.png:
77587         * platform/chromium-mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
77588         * platform/chromium-mac/fast/repaint/selection-after-delete-expected.png:
77589         * platform/chromium-mac/svg/custom/foreignObject-crash-on-hover-expected.png:
77590         * platform/chromium-mac/svg/custom/hit-test-unclosed-subpaths-expected.png:
77591         * platform/chromium-mac/svg/custom/hit-test-with-br-expected.png:
77592
77593 2012-11-12  Dirk Pranke  <dpranke@chromium.org>
77594
77595         remove the chromium-mac-mountainlion TestExpectations file
77596         https://bugs.webkit.org/show_bug.cgi?id=101789
77597
77598         Reviewed by Ojan Vafai.
77599
77600         Nearly all of the tests have been updated for 10.8 and the remaining
77601         failures have been merged into the main TestExpectations file. We
77602         don't need this hook any more.
77603
77604         * platform/chromium-mac-mountainlion/TestExpectations: Removed.
77605
77606 2012-11-12  Arpita Bahuguna  <arpitabahuguna@gmail.com>
77607
77608         Specified width CSS tables should not include border and padding as part of that width. 
77609         https://bugs.webkit.org/show_bug.cgi?id=77028
77610
77611         Reviewed by Julien Chaffraix.
77612
77613         * fast/table/css-table-width-with-border-padding-expected.html: Added.
77614         * fast/table/css-table-width-with-border-padding.html: Added.
77615         Test added for verifying that for specified width css tables, border
77616         and padding are not considered as part of the specified table width.
77617
77618         The test also verifies the width values for the different box-sizing
77619         properties viz, content-box, border-box and padding-box.
77620
77621         Out of these padding-box is currently not supported even though
77622         the test verifies against this property as well. 
77623         The expected width values added for padding-box are thus incorrect
77624         and should be lesser by 100px (padding value).
77625
77626         * fast/table/min-width-css-block-table-expected.txt:
77627         * fast/table/min-width-css-inline-table-expected.txt:
77628         * fast/table/script-tests/min-width-helpers.js:
77629         Existing test values changed for CSS tables that have percent width
77630         specified since for both these tests, border and padding has been
77631         specified for all the tables.
77632
77633         As a result of this fix, the specified table width shall no longer
77634         include the border and padding values thereby increasing our table
77635         width size by exactly 30px (the value of border and padding in these
77636         tests).
77637         The new values for percent width css tables now match those for FF
77638         and Opera.
77639
77640 2012-11-12  David Grogan  <dgrogan@chromium.org>
77641
77642         IndexedDB: convert tests from setVersion to upgradeneeded
77643         https://bugs.webkit.org/show_bug.cgi?id=101676
77644
77645         Reviewed by Tony Chang.
77646
77647         A la bug 92037, add a function to shared.js that sets up the database
77648         for tests where opening and versioning isn't the focus.
77649
77650         * storage/indexeddb/create-object-store-options-expected.txt:
77651         * storage/indexeddb/createObjectStore-name-argument-required-expected.txt:
77652         * storage/indexeddb/createObjectStore-null-name-expected.txt:
77653           ...many tests and expected files...
77654
77655         * storage/indexeddb/resources/shared.js:
77656           The new utility function indexedDBTest lives here.
77657
77658         * storage/indexeddb/values-odd-types-expected.txt:
77659
77660 2012-11-12  Tommy Widenflycht  <tommyw@google.com>
77661
77662         MediaStream API: Make sure that MediaConstraints only has optional and mandatory at the top level
77663         https://bugs.webkit.org/show_bug.cgi?id=101733
77664
77665         Reviewed by Jochen Eisinger.
77666
77667         This patch adds more tests for MediaConstraints.
77668
77669         * fast/mediastream/RTCPeerConnection-expected.txt:
77670         * fast/mediastream/RTCPeerConnection.html:
77671
77672 2012-11-12  Allan Sandfeld Jensen  <allan.jensen@digia.com>
77673
77674         [Qt] Support ResourceRequest's setTimeoutInterval
77675         https://bugs.webkit.org/show_bug.cgi?id=101731
77676
77677         Reviewed by Simon Hausmann.
77678
77679         Unskip now passing XHR timeout tests.
77680
77681         * platform/qt/TestExpectations:
77682
77683 2012-11-12  Vsevolod Vlasov  <vsevik@chromium.org>
77684
77685         Layout Test inspector/debugger/dynamic-scripts.html is flaky
77686         https://bugs.webkit.org/show_bug.cgi?id=99338
77687
77688         Unreviewed inspector tests flakiness fix.
77689
77690         * http/tests/inspector-enabled/dynamic-scripts.html:
77691         * inspector/debugger/dynamic-scripts.html:
77692         * platform/chromium/TestExpectations:
77693
77694 2012-11-12  János Badics  <jbadics@inf.u-szeged.hu>
77695
77696         [Qt] REGRESSION(r134205): gardening. Skipped 2 failing reftests.
77697         https://bugs.webkit.org/show_bug.cgi?id=101933
77698
77699         Reviewed by Csaba Osztrogonác.
77700
77701         * platform/qt/TestExpectations:
77702
77703 2012-11-12  Tommy Widenflycht  <tommyw@google.com>
77704
77705         Remove the V8 custom code for WebSockets constructor
77706         https://bugs.webkit.org/show_bug.cgi?id=100801
77707
77708         Reviewed by Kentaro Hara.
77709
77710         Added test for null argument to WebSocket(url).
77711
77712         * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
77713         * http/tests/websocket/tests/hybi/url-parsing.html:
77714         * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
77715         * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
77716         * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
77717
77718 2012-11-12  Balazs Kelemen  <kbalazs@webkit.org>
77719
77720         [Qt] Pixel tests need rebaseline
77721         https://bugs.webkit.org/show_bug.cgi?id=99323
77722
77723         Unreviewed gardening.
77724
77725         Fix my previous gardening commit: s/-actual.png/-expected.png
77726
77727         * platform/qt/css3/filters/effect-reference-ordering-hw-expected.png: Renamed from LayoutTests/platform/qt/css3/filters/effect-reference-ordering-hw-actual.png.
77728         * platform/qt/fast/images/png-suite/test-expected.png: Renamed from LayoutTests/platform/qt/fast/images/png-suite/test-actual.png.
77729         * 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.
77730         * 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.
77731         * 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.
77732         * 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.
77733         * 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.
77734         * 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.
77735         * 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.
77736         * 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.
77737         * 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.
77738         * 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.
77739         * 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.
77740         * 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.
77741         * 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.
77742         * 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.
77743         * 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.
77744         * 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.
77745         * 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.
77746         * 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.
77747         * 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.
77748         * platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-actual.png.
77749         * platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-actual.png.
77750         * 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.
77751         * 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.
77752         * 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.
77753         * 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.
77754         * 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.
77755         * 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.
77756         * 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.
77757         * 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.
77758         * 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.
77759         * 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.
77760         * 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.
77761         * 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.
77762         * 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.
77763         * 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.
77764         * platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-actual.png.
77765         * platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-actual.png.
77766         * platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-actual.png.
77767         * platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-actual.png.
77768         * 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.
77769         * 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.
77770         * 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.
77771         * 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.
77772         * 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.
77773         * 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.
77774         * 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.
77775         * 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.
77776         * 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.
77777         * 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.
77778         * 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.
77779         * 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.
77780         * 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.
77781         * 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.
77782         * 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.
77783         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-actual.png.
77784         * 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.
77785         * 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.
77786         * 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.
77787         * 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.
77788         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-actual.png.
77789         * 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.
77790         * 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.
77791         * 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.
77792         * platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-actual.png.
77793         * platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-actual.png.
77794         * 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.
77795         * 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.
77796         * 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.
77797         * 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.
77798         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-actual.png.
77799         * 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.
77800         * 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.
77801         * 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.
77802         * 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.
77803         * 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.
77804         * 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.
77805         * 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.
77806         * 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.
77807         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-actual.png.
77808         * 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.
77809         * 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.
77810         * 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.
77811         * 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.
77812         * 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.
77813         * 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.
77814         * 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.
77815         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-actual.png.
77816         * 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.
77817         * 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.
77818         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-actual.png.
77819         * platform/qt/svg/filters/subRegion-one-effect-expected.png: Renamed from LayoutTests/platform/qt/svg/filters/subRegion-one-effect-actual.png.
77820         * platform/qt/svg/filters/subRegion-two-effects-expected.png: Renamed from LayoutTests/platform/qt/svg/filters/subRegion-two-effects-actual.png.
77821
77822 2012-11-12  Csaba Osztrogonác  <ossy@webkit.org>
77823
77824         [Qt] Unreviewed gardening, skip a new crashing test.
77825
77826         * platform/qt/TestExpectations:
77827
77828 2012-11-12  Eugene Klyuchnikov  <eustas.bug@gmail.com>
77829
77830         Web Inspector: Timeline: fix test expectations
77831         https://bugs.webkit.org/show_bug.cgi?id=101737
77832
77833         Reviewed by Yury Semikhatsky.
77834
77835         The expected order of timeline records of specific types
77836         have been changed: https://bugs.webkit.org/show_bug.cgi?id=101544
77837
77838         This change fixes test expectations.
77839         Also removed expectation that test can fail.
77840
77841         * inspector/timeline/timeline-receive-response-event-expected.txt:
77842         * platform/chromium/TestExpectations: Removed "fail" expectation.
77843
77844 2012-11-12  János Badics  <jbadics@inf.u-szeged.hu>
77845
77846         [Qt] Gardening after 134099 and 134100. Skipped two tests because layoutTestController
77847         needs implementation of setBackingScaleFactor().
77848
77849         Reviewed by Csaba Osztrogonác.
77850
77851         * platform/qt/TestExpectations:
77852
77853 2012-11-12  Keishi Hattori  <keishi@webkit.org>
77854
77855         Add tests for month picker
77856         https://bugs.webkit.org/show_bug.cgi?id=101556
77857
77858         Reviewed by Kent Tamura.
77859
77860         Adding tests for month picker.
77861
77862         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
77863         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
77864         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Added.
77865         * platform/chromium/TestExpectations: Marking appearance tests as needs rebaseline.
77866         * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.txt: Added.
77867         * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.txt: Added.
77868         * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step.html: Added.
77869         * platform/chromium/fast/forms/calendar-picker/month-picker-appearance.html: Added.
77870         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Added.
77871         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html: Added.
77872         * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations-expected.txt: Added.
77873         * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations.html: Added.
77874         * platform/chromium/fast/forms/calendar-picker/month-picker-with-step-expected.txt: Added.
77875         * platform/chromium/fast/forms/calendar-picker/month-picker-with-step.html: Added.
77876         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
77877         (selectedMonth): Returns ISO string for selected month.
77878
77879 2012-11-12  Tommy Widenflycht  <tommyw@google.com>
77880
77881         MediaStream API: Schedule the RTCDataChannel events to be triggered at idle state
77882         https://bugs.webkit.org/show_bug.cgi?id=101751
77883
77884         Reviewed by Adam Barth.
77885
77886         Adding shouldNotTrow to the send() calls.
77887
77888         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
77889         * fast/mediastream/RTCPeerConnection-datachannel.html:
77890
77891 2012-11-12  Mihnea Ovidenie  <mihnea@adobe.com>
77892
77893         [CSSRegions]Add support for text-shadow in region styling
77894         https://bugs.webkit.org/show_bug.cgi?id=94472
77895
77896         Reviewed by David Hyatt.
77897
77898         Original patch by Andrei Onea.
77899         Added tests for region styling using the text-shadow property.
77900
77901         * fast/regions/region-style-text-shadow-expected.html: Added.
77902         * fast/regions/region-style-text-shadow.html: Added.
77903
77904 2012-11-12  Pavel Feldman  <pfeldman@chromium.org>
77905
77906         Web Inspector: wasShown is called twice when show() is called from within wasShown
77907         https://bugs.webkit.org/show_bug.cgi?id=101858
77908
77909         Reviewed by Vsevolod Vlasov.
77910
77911         * inspector/view-events-expected.txt:
77912         * inspector/view-events.html:
77913
77914 2012-11-12  Mihnea Ovidenie  <mihnea@adobe.com>
77915
77916         [CSSRegions] region-style-inline-background-color.html failing on MountainLion/Chromium
77917         https://bugs.webkit.org/show_bug.cgi?id=101897
77918
77919         Unreviewed, disable the test on Mac/Chromium until we figure out the cause of failure.
77920
77921         * platform/chromium/TestExpectations:
77922         * platform/mac/TestExpectations:
77923
77924 2012-11-12  Shinya Kawanaka  <shinyak@chromium.org>
77925
77926         Don't update style when attaching in HTMLMeterElement
77927         https://bugs.webkit.org/show_bug.cgi?id=101714
77928
77929         Reviewed by Hajime Morita.
77930
77931         * fast/dom/HTMLMeterElement/meter-bar-set-value-expected.html: Added.
77932         * fast/dom/HTMLMeterElement/meter-bar-set-value.html: Added.
77933
77934 2012-11-11  Michael Pruett  <michael@68k.org>
77935
77936         Fix assertion failure in JSObject::tryGetIndexQuickly()
77937         https://bugs.webkit.org/show_bug.cgi?id=101869
77938
77939         Reviewed by Filip Pizlo.
77940
77941         Add test case for an assertion failure triggered when constructing
77942         a Blob with a sparse array.
77943
77944         * fast/constructors/blob-sparse-array-assertion-failure.html: Added.
77945
77946 2012-11-09  Ryosuke Niwa  <rniwa@webkit.org>
77947
77948         Multiple Layout Tests (e.g. fast/repaint/japanese-rl-selection-clear.html) is failing after r133840.
77949         https://bugs.webkit.org/show_bug.cgi?id=101547
77950
77951         Reviewed by Simon Fraser.
77952
77953         Remove Chromium test expectations as these tests now pass.
77954
77955         * platform/chromium/TestExpectations:
77956
77957 2012-11-11  Dongwoo Joshua Im  <dw.im@samsung.com>
77958
77959         [CSS3] Parsing the property, text-align-last.
77960         https://bugs.webkit.org/show_bug.cgi?id=99439
77961
77962         Reviewed by Julien Chaffraix.
77963
77964         This patch implements the parsing side of the "text-align-last" property specified
77965         in CSS3 working draft, with "-webkit-" prefix, under ENABLE_CSS3_TEXT flag.
77966         Specification link : http://www.w3.org/TR/css3-text/#text-align-last
77967
77968         * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited.html: Added.
77969         * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last.html: Added.
77970         * fast/css3-text/css3-text-align-last/getComputedStyle/script-tests/getComputedStyle-text-align-last-inherited.js: Added.
77971         (testComputedStyle):
77972         * fast/css3-text/css3-text-align-last/getComputedStyle/script-tests/getComputedStyle-text-align-last.js: Added.
77973         (testElementStyle):
77974         (testComputedStyle):
77975         * platform/chromium/TestExpectations:
77976         * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt: Added.
77977         * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt: Added.
77978         * platform/mac/TestExpectations:
77979         * platform/qt-4.8/TestExpectations:
77980         * platform/qt-mac/TestExpectations:
77981         * platform/qt/TestExpectations:
77982
77983 2012-11-11  Keishi Hattori  <keishi@webkit.org>
77984
77985         Rebaseline month/week appearance tests
77986         https://bugs.webkit.org/show_bug.cgi?id=101561
77987
77988         Unreviewed.
77989
77990         Rebaselining month/week appearance tests.
77991
77992         * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png:
77993         * platform/chromium-linux/fast/forms/month/month-appearance-l10n-expected.png:
77994         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png:
77995         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png:
77996         * platform/chromium-linux/fast/forms/month/month-appearance-style-expected.png:
77997         * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png:
77998         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png:
77999         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png:
78000         * platform/chromium-linux/fast/forms/week/week-appearance-style-expected.png:
78001         * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
78002         * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png:
78003         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png:
78004         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png:
78005         * platform/chromium-mac-lion/fast/forms/month/month-appearance-style-expected.png:
78006         * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
78007         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png:
78008         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png:
78009         * platform/chromium-mac-lion/fast/forms/week/week-appearance-style-expected.png:
78010         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
78011         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png:
78012         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png:
78013         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png:
78014         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-style-expected.png:
78015         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
78016         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png:
78017         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png:
78018         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-style-expected.png:
78019         * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
78020         * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png:
78021         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png:
78022         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png:
78023         * platform/chromium-mac/fast/forms/month/month-appearance-style-expected.png:
78024         * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
78025         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png:
78026         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png:
78027         * platform/chromium-mac/fast/forms/week/week-appearance-style-expected.png:
78028         * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png:
78029         * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png:
78030         * platform/chromium-win/fast/forms/month/month-appearance-l10n-expected.png:
78031         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png:
78032         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png:
78033         * platform/chromium-win/fast/forms/month/month-appearance-style-expected.png:
78034         * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png:
78035         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png:
78036         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png:
78037         * platform/chromium-win/fast/forms/week/week-appearance-style-expected.png:
78038         * platform/chromium/TestExpectations:
78039
78040 2012-11-11  Shinya Kawanaka  <shinyak@chromium.org>
78041
78042         [Shadow] ElementShadow should have RuleFeatureSet for select attribute selectors.
78043         https://bugs.webkit.org/show_bug.cgi?id=101180
78044
78045         Reviewed by Dimitri Glazkov.
78046
78047         * fast/dom/shadow/shadow-select-attribute-featureset-expected.txt: Added.
78048         * fast/dom/shadow/shadow-select-attribute-featureset.html: Added.
78049
78050 2012-11-11  Sheriff Bot  <webkit.review.bot@gmail.com>
78051
78052         Unreviewed, rolling out r134144.
78053         http://trac.webkit.org/changeset/134144
78054         https://bugs.webkit.org/show_bug.cgi?id=101876
78055
78056         seems to break win 7 chromium browser test (Requested by
78057         hayato on #webkit).
78058
78059         * fast/events/mouse-cursor-expected.txt: Removed.
78060         * fast/events/mouse-cursor.html: Removed.
78061
78062 2012-11-11  Kent Tamura  <tkent@chromium.org>
78063
78064         Internals: MockPagePopup should not update DOM structure during detach()
78065         https://bugs.webkit.org/show_bug.cgi?id=101710
78066
78067         Reviewed by Hajime Morita.
78068
78069         Update tests because page popup closing becomes asynchronous.
78070
78071         * fast/forms/resources/picker-common.js:
78072         (waitUntilClosing): Added. Helper to wait until a page popup closing.
78073         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
78074         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html:
78075         * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html:
78076         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html:
78077         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html:
78078         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html:
78079         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html:
78080         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html:
78081         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html:
78082         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations.html:
78083         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html:
78084         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html:
78085
78086 2012-11-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
78087
78088         [WK2] Mark fast/repaint/body-background-image.html as flaky.
78089
78090         * platform/wk2/TestExpectations:
78091
78092 2012-11-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
78093
78094         [EFL] Unreviewed gardening.
78095
78096         Replace the pixel expectation for
78097         fast/repaint/body-background-image.html with the one generated by the
78098         WK1 port, since WK2 fails to render it properly at times (see bug
78099         101773).
78100
78101         * platform/efl/fast/repaint/body-background-image-expected.png:
78102
78103 2012-11-10  Mike West  <mkwst@chromium.org>
78104
78105         Web Inspector: Multiple '%c' formatting options should all have effect.
78106         https://bugs.webkit.org/show_bug.cgi?id=101495
78107
78108         Reviewed by Pavel Feldman.
78109
78110         * http/tests/inspector/console-test.js:
78111         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
78112             We're no longer putting the style directly on the message's
78113             parent, but instead on each section of the message in order to
78114             support multiple styles.
78115         * inspector/console/console-format-style-expected.txt:
78116         * inspector/console/console-format-style-whitelist-expected.txt:
78117         * inspector/console/console-format-style.html:
78118
78119 2012-11-10  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
78120
78121         [css] text-decoration:none no longer valid
78122         https://bugs.webkit.org/show_bug.cgi?id=101529
78123
78124         Reviewed by Ojan Vafai.
78125
78126         The getComputedStyle layout tests for 'text-decoration' and
78127         '-webkit-text-decoration-line' CSS properties are updated with the correct
78128         results for the 'none' value.
78129
78130         * fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt:
78131         * fast/css/getComputedStyle/script-tests/getComputedStyle-text-decoration.js:
78132         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt:
78133         * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js:
78134         * inspector/console/console-format-style-whitelist-expected.txt:
78135
78136 2012-11-10  Noel Gordon  <noel.gordon@gmail.com>
78137
78138         [chromium] Unreviewed. Rebaseline fast/images/color-jpeg-with-color-profile.html on Win.
78139
78140         * platform/chromium-win/fast/images/color-jpeg-with-color-profile-expected.png: Rebaseline.
78141         * platform/chromium/TestExpectations:
78142
78143 2012-11-09  Ojan Vafai  <ojan@chromium.org>
78144
78145         Should only fire a single set of mouse events and update hover state once when scrolling is done
78146         https://bugs.webkit.org/show_bug.cgi?id=99940
78147
78148         Reviewed by Levi Weintraub.
78149
78150         Tests basic throttling. I couldn't think of a good way to test changing
78151         the delay that wouldn't make for a test that takes minutes to run.
78152
78153         * fast/scrolling/fake-mouse-event-throttling-expected.txt: Added.
78154         * fast/scrolling/fake-mouse-event-throttling.html: Added.
78155
78156 2012-11-09  Rick Byers  <rbyers@chromium.org>
78157
78158         [chromium] Move to USE(LAZY_NATIVE_CURSOR)
78159         https://bugs.webkit.org/show_bug.cgi?id=101501
78160
78161         Reviewed by Adam Barth.
78162
78163         Remove failure expectation for fast/events/mouse-cursor.html now that
78164         chromium uses the same cursor architecture as other ports.
78165
78166         * platform/chromium/TestExpectations:
78167
78168 2012-11-09  Rick Byers  <rbyers@chromium.org>
78169
78170         No tests for changing mouse cursors
78171         https://bugs.webkit.org/show_bug.cgi?id=100550
78172
78173         Reviewed by Adam Barth.
78174
78175         Add a simple test covering the basic scenarios of changing a mouse
78176         cursor with CSS.  This includes most of the cases currently covered
78177         by ManualTests/*cursor*.
78178
78179         * fast/events/mouse-cursor-expected.txt: Added.
78180         * fast/events/mouse-cursor.html: Added.
78181         * platform/chromium/TestExpectations: Add failure expectation.
78182
78183 2012-11-09  Noel Gordon  <noel.gordon@gmail.com>
78184
78185         [chromium] Should pass fast/images/paletted-png-with-color-profile.html
78186         https://bugs.webkit.org/show_bug.cgi?id=101551
78187
78188         Reviewed by Adam Barth.
78189
78190         Update fast/images/paletted-png-with-color-profile.html image results for
78191         Mac and Win (Chromium Android and Linux don't support color profiles).
78192
78193         * platform/chromium-mac/fast/images/paletted-png-with-color-profile-expected.png: Added.
78194         * platform/chromium-win/fast/images/paletted-png-with-color-profile-expected.png: Added.
78195         * platform/chromium/TestExpectations:
78196
78197 2012-11-09  Joshua Bell  <jsbell@chromium.org>
78198
78199         [Chromium] Unreviewed gardening. One more baseline following 134112.
78200
78201         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
78202
78203 2012-11-09  Tien-Ren Chen  <trchen@chromium.org>
78204
78205         Correct hit-test point scaling for document.elementFromPoint
78206         https://bugs.webkit.org/show_bug.cgi?id=101798
78207
78208         Reviewed by Adam Barth.
78209
78210         The hit-test point come from user JavaScript is in the document coordinate.
78211         Convert to the frame coordinate with correct scale factor for hit test.
78212
78213         * fast/dom/elementFromPoint-scaled-scrolled-expected.txt: Added.
78214         * fast/dom/elementFromPoint-scaled-scrolled.html: Added.
78215
78216 2012-11-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
78217
78218         [EFL] More gardening.
78219
78220         media/video-seek-past-end-playing.html is still flaky on WK2, skip
78221         it on both WK1 and WK2.
78222
78223         * platform/efl-wk1/TestExpectations:
78224         * platform/efl/TestExpectations:
78225
78226 2012-11-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
78227
78228         [EFL] Unreviewed gardening.
78229
78230         Skip fast/canvas/canvas-resize-reset-pixelRatio.html since
78231         HIGH_DPI_CANVAS is disabled by default.
78232
78233         * platform/efl/TestExpectations:
78234
78235 2012-11-09  Tien-Ren Chen  <trchen@chromium.org>
78236
78237         Correct scroll adjustment for touchEvent.clientX/clientY
78238         https://bugs.webkit.org/show_bug.cgi?id=101800
78239
78240         Reviewed by Adam Barth.
78241
78242         FrameView::scrollX/scrollY returns scroll offset in (scaled) frame coordinate.
78243         Convert to document coordinate before passing to JavaScript.
78244
78245         * fast/events/touch/touch-scaled-scrolled-expected.txt: Added.
78246         * fast/events/touch/touch-scaled-scrolled.html: Added.
78247
78248 2012-11-09  Alexandru Chiculita  <achicu@adobe.com>
78249
78250         [Texmap][CSS Shaders] Enable CSS Shaders in TextureMapperGL
78251         https://bugs.webkit.org/show_bug.cgi?id=98990
78252
78253         Reviewed by Noam Rosenthal.
78254
78255         Copied the custom-filter-blend-modes.html test file and forced the filtered elements to have 
78256         composited layers using 3d transforms.
78257
78258         * css3/filters/custom/composited/custom-filter-blend-modes-expected.html: Added.
78259         * css3/filters/custom/composited/custom-filter-blend-modes.html: Added.
78260         * platform/qt-4.8/TestExpectations: Only Qt-Wk2 can currently run the shaders.
78261         * platform/qt-5.0-wk1/TestExpectations:
78262         * platform/qt/TestExpectations: Added a couple of tests that are not passing currently. 
78263         I've added 101531 to track those.
78264
78265 2012-11-09  Joshua Bell  <jsbell@chromium.org>
78266
78267         [Chromium] Unreviewed gardening. A few more baselines following 134112.
78268
78269         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added.
78270         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added.
78271         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/reflection-opacity-expected.png: Added.
78272         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/clip-content-under-overflow-controls-expected.png: Added.
78273         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added.
78274         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/reflection-opacity-expected.png: Added.
78275         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/newly-composited-on-scroll-expected.png: Added.
78276         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/absolute-position-changed-with-composited-parent-layer-expected.png: Added.
78277         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
78278
78279 2012-11-09  Joshua Bell  <jsbell@chromium.org>
78280
78281         [Chromium] Unreviewed gardening. Widen cross-fade-invalidation expectation to include all platforms.
78282
78283         * platform/chromium/TestExpectations:
78284
78285 2012-11-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
78286
78287         [EFL] Unreviewed gardening.
78288
78289         Unskip fast/dom/navigator-vibration.html after r133828.
78290
78291         * platform/efl-wk2/TestExpectations:
78292
78293 2012-11-09  Joshua Bell  <jsbell@chromium.org>
78294
78295         [Chromium] Unreviewed gardening. Updated expectations following 134112.
78296
78297         * platform/chromium/TestExpectations:
78298
78299 2012-11-09  Slavomir Kaslev  <skaslev@google.com>
78300
78301         [chromium] Rebaselining software compositor tests.
78302
78303         Patch by Slavomir Kaslev <skaslev@google.com> on 2012-11-09
78304         Reviewed by Adrienne Walker.
78305
78306         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
78307         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
78308         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
78309         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
78310         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
78311         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
78312         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added.
78313         * 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.
78314         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
78315         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
78316         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added.
78317         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
78318         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
78319         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
78320         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
78321         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
78322         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
78323         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
78324         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
78325         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
78326         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
78327         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
78328         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
78329         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
78330         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
78331         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
78332         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
78333         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
78334         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
78335         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
78336         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
78337         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added.
78338         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
78339         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
78340         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
78341         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
78342         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
78343         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
78344         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
78345         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
78346         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
78347         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
78348         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
78349         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
78350         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
78351         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
78352         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
78353         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
78354         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
78355         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
78356         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
78357         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
78358         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added.
78359         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
78360         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
78361         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
78362         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
78363         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
78364         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
78365         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
78366         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
78367         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
78368         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
78369         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
78370         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
78371         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
78372         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
78373         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
78374         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
78375         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
78376         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added.
78377         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
78378         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
78379         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
78380         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
78381         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added.
78382         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added.
78383         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
78384         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
78385         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
78386         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
78387         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
78388         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
78389         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
78390         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
78391         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
78392         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
78393         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
78394         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
78395         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
78396         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
78397         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/scaling/tiled-layer-recursion-expected.png: Added.
78398         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/scrollbar-painting-expected.png: Added.
78399         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
78400         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
78401         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
78402         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
78403         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
78404         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
78405         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
78406         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
78407         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added.
78408         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
78409         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
78410         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
78411         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added.
78412         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
78413         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
78414         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
78415         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
78416         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
78417         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
78418         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
78419         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
78420         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
78421         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
78422         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
78423         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
78424         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
78425         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/scaling/tiled-layer-recursion-expected.png: Added.
78426         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
78427         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
78428         * platform/chromium/TestExpectations:
78429
78430 2012-11-09  Joshua Bell  <jsbell@chromium.org>
78431
78432         [Chromium] Unreviewed gardening, failing new hidpi tests in r134099/r134100
78433
78434         * platform/chromium/TestExpectations:
78435
78436 2012-11-09  Dirk Pranke  <dpranke@chromium.org>
78437
78438         Unreviewed, last few chromium-mac-mountainlion expectations cleaned up.
78439
78440         * platform/chromium/TestExpectations:
78441
78442 2012-11-09  Dirk Pranke  <dpranke@chromium.org>
78443
78444         Unreviewed, baselines change - remove stray baselines for reftests.
78445
78446         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-layer-expected.png: Removed.
78447         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-surface-expected.png: Removed.
78448
78449 2012-11-09  Erik Arvidsson  <arv@chromium.org>
78450
78451         REGRESSION (r125239): classList contains() doesn't work after element was moved from strict mode document to quirks mode document
78452         https://bugs.webkit.org/show_bug.cgi?id=101627
78453
78454         Reviewed by Alexey Proskuryakov.
78455
78456         We used to only create m_classNamesForQuirksMode in the constructor or when the class attribute
78457         was changed. If an element is moved from a standards document to a quirks mode document the
78458         m_classNamesForQuirksMode would not be up to date which lead to wrong results.
78459
78460         Now we alway check if m_classNamesForQuirksMode is up to date (in quirks mode only).
78461
78462         * fast/dom/Element/class-list-move-between-document-with-different-quirks-mode-expected.txt: Added.
78463         * fast/dom/Element/class-list-move-between-document-with-different-quirks-mode.html: Added.
78464
78465 2012-10-28  Timothy Hatcher  <timothy@apple.com>
78466
78467         Test if -webkit-canvas in CSS uses the full backing store instead
78468         of always 1x when rendering.
78469
78470         https://bugs.webkit.org/show_bug.cgi?id=100611
78471
78472         Reviewed by Dean Jackson.
78473
78474         * fast/canvas/canvas-as-image-hidpi-expected.png: Added.
78475         * fast/canvas/canvas-as-image-hidpi-expected.txt: Added.
78476         * fast/canvas/canvas-as-image-hidpi.html: Added.
78477
78478 2012-10-28  Timothy Hatcher  <timothy@apple.com>
78479
78480         Test the canvas backing store pixel ratio when the buffer resizes.
78481
78482         https://bugs.webkit.org/show_bug.cgi?id=100608
78483
78484         Reviewed by Darin Adler.
78485
78486         * fast/canvas/canvas-resize-reset-pixelRatio-expected.txt: Added.
78487         * fast/canvas/canvas-resize-reset-pixelRatio.html: Added.
78488
78489 2012-11-08  Ryosuke Niwa  <rniwa@webkit.org>
78490
78491         RemoveFormat command doesn't remove background color
78492         https://bugs.webkit.org/show_bug.cgi?id=101682
78493
78494         Reviewed by Tony Chang.
78495
78496         Added a regression test.
78497
78498         * editing/execCommand/remove-format-background-color-expected.txt: Added.
78499         * editing/execCommand/remove-format-background-color.html: Added.
78500
78501 2012-11-09  Zan Dobersek  <zandobersek@gmail.com>
78502
78503         Unreviewed GTK gardening.
78504
78505         Rebaselining and removing stale expectations after the Cairo
78506         version used in Jhbuild modules was bumped to 1.12.8 in r134073.
78507
78508         * platform/gtk/TestExpectations:
78509         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
78510         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
78511         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
78512         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
78513         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
78514         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
78515         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
78516         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
78517         * platform/gtk/svg/batik/text/smallFonts-expected.png:
78518         * platform/gtk/svg/batik/text/smallFonts-expected.txt:
78519         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
78520         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
78521         * platform/gtk/svg/batik/text/textOnPath-expected.png:
78522         * platform/gtk/svg/batik/text/textOnPath-expected.txt:
78523         * platform/gtk/svg/batik/text/textOnPath2-expected.png:
78524         * platform/gtk/svg/batik/text/textOnPath2-expected.txt:
78525         * platform/gtk/svg/batik/text/textOnPath3-expected.png:
78526         * platform/gtk/svg/batik/text/textOnPath3-expected.txt:
78527         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.png:
78528         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
78529         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.png:
78530         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
78531         * platform/gtk/svg/custom/js-update-path-changes-expected.png:
78532         * platform/gtk/svg/custom/js-update-path-changes-expected.txt:
78533         * platform/gtk/svg/custom/js-update-path-removal-expected.png:
78534         * platform/gtk/svg/custom/js-update-path-removal-expected.txt:
78535         * platform/gtk/svg/custom/path-textPath-simulation-expected.png:
78536         * platform/gtk/svg/custom/path-textPath-simulation-expected.txt:
78537
78538 2012-11-09  Mihnea Ovidenie  <mihnea@adobe.com>
78539
78540         [CSSRegions] Region styling properties are not filtered correctly
78541         https://bugs.webkit.org/show_bug.cgi?id=101768
78542
78543         Reviewed by Andreas Kling.
78544
78545         Visibility is not a supported region style property, therefore using it inside @-webkit-region
78546         should not be possible.
78547
78548         * fast/regions/region-style-not-supported-properties-expected.html: Added.
78549         * fast/regions/region-style-not-supported-properties.html: Added.
78550
78551 2012-11-09  Tommy Widenflycht  <tommyw@google.com>
78552
78553         MediaStream API: Deleting all files relating to the deprecated PeerConnection00
78554         https://bugs.webkit.org/show_bug.cgi?id=101730
78555
78556         Reviewed by Adam Barth.
78557
78558         Since RTCPeerConenction has superseeded PeerConnection00 this patch removes all
78559         files relating to the old API.
78560
78561         * fast/mediastream/SessionDescription-expected.txt: Removed.
78562         * fast/mediastream/SessionDescription.html: Removed.
78563         * fast/mediastream/constructors-expected.txt:
78564         * fast/mediastream/constructors.html:
78565         * fast/mediastream/peerconnection-Attributes-expected.txt: Removed.
78566         * fast/mediastream/peerconnection-Attributes.html: Removed.
78567         * fast/mediastream/peerconnection-addstream-expected.txt: Removed.
78568         * fast/mediastream/peerconnection-addstream.html: Removed.
78569         * fast/mediastream/peerconnection-argument-types-expected.txt: Removed.
78570         * fast/mediastream/peerconnection-argument-types.html: Removed.
78571         * fast/mediastream/peerconnection-eventlistener-optional-argument-expected.txt: Removed.
78572         * fast/mediastream/peerconnection-eventlistener-optional-argument.html: Removed.
78573         * fast/mediastream/peerconnection-iceoptions-expected.txt: Removed.
78574         * fast/mediastream/peerconnection-iceoptions.html: Removed.
78575         * fast/mediastream/peerconnection-mediastreamlist-expected.txt: Removed.
78576         * fast/mediastream/peerconnection-mediastreamlist.html: Removed.
78577         * fast/mediastream/peerconnection-removestream-expected.txt: Removed.
78578         * fast/mediastream/peerconnection-removestream.html: Removed.
78579         * fast/mediastream/script-tests/peerconnection-Attributes.js: Removed.
78580         * fast/mediastream/script-tests/peerconnection-addstream.js: Removed.
78581         * fast/mediastream/script-tests/peerconnection-argument-types.js: Removed.
78582         * fast/mediastream/script-tests/peerconnection-removestream.js: Removed.
78583
78584 2012-11-09  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
78585
78586         [css] Text decoration's "blink" not valid when CSS3_TEXT is enabled
78587         https://bugs.webkit.org/show_bug.cgi?id=101750
78588
78589         Reviewed by Ojan Vafai.
78590
78591         This patch updates the "text-decoration" computed style layout tests to
78592         handle a larger variety of value combinations.
78593
78594         * fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt:
78595         * fast/css/getComputedStyle/script-tests/getComputedStyle-text-decoration.js:
78596
78597 2012-11-09  Joshua Bell  <jsbell@chromium.org>
78598
78599         [Chromium] Unreviewed gardening - rebaseline a handful of image tests for chromium-mac-lion.
78600
78601         * platform/chromium-mac-lion/platform/chromium/compositing/layout-width-change-expected.png: Added.
78602         * platform/chromium-mac-lion/platform/chromium/compositing/video-frame-size-change-expected.png: Added.
78603         * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/backgrounds-expected.png: Added.
78604         * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
78605         * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
78606         * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions3-expected.png: Added.
78607         * platform/chromium-mac-lion/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: Added.
78608         * platform/chromium-mac-lion/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added.
78609
78610 2012-11-09  Jussi Kukkonen  <jussi.kukkonen@intel.com>
78611
78612         [EFL] Rebaseline svg tests after 99870
78613         https://bugs.webkit.org/show_bug.cgi?id=101756
78614
78615         Unreviewed svg baseline after https://bugs.webkit.org/show_bug.cgi?id=99870.
78616
78617         * platform/efl/TestExpectations:
78618         * platform/efl/svg/custom/pattern-scaling-expected.png: Added.
78619         * platform/efl/svg/custom/pattern-scaling-expected.txt: Added.
78620         * platform/efl/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
78621
78622 2012-11-09  Jussi Kukkonen  <jussi.kukkonen@intel.com>
78623
78624         [EFL] Rebaseline fast/table/025-expected
78625         https://bugs.webkit.org/show_bug.cgi?id=101752
78626
78627         Unreviewed rebaseline after https://bugs.webkit.org/show_bug.cgi?id=11645.
78628
78629         * platform/efl/TestExpectations:
78630         * platform/efl/fast/table/025-expected.png:
78631         * platform/efl/fast/table/025-expected.txt:
78632
78633 2012-11-09  Balazs Kelemen  <kbalazs@webkit.org>
78634
78635         [Qt] Pixel tests need rebaseline
78636         https://bugs.webkit.org/show_bug.cgi?id=99323
78637
78638         Unreviewed pixel rebaseline.
78639
78640         Rebaseline some tests, add missing expectations.
78641
78642         * platform/qt-5.0-wk2/css3/filters/composited-reflected-expected.png: Added.
78643         * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-background-expected.png: Added.
78644         * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-html-background-expected.png: Added.
78645         * platform/qt-5.0-wk2/fast/backgrounds/transformed-html-body-background-expected.png: Added.
78646         * platform/qt-5.0-wk2/fast/css-generated-content/before-with-first-letter-expected.png: Added.
78647         * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2c-expected.png: Added.
78648         * platform/qt-5.0-wk2/svg/text/text-rescale-expected.png: Added.
78649         * platform/qt/css3/filters/effect-reference-ordering-hw-actual.png: Added.
78650         * platform/qt/fast/images/png-suite/test-actual.png: Added.
78651         * platform/qt/svg/as-image/image-respects-pageScaleFactor-change-actual.png: Added.
78652         * platform/qt/svg/as-object/embedded-svg-size-changes-actual.png: Added.
78653         * platform/qt/svg/as-object/nested-embedded-svg-size-changes-actual.png: Added.
78654         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-actual.png: Added.
78655         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-actual.png: Added.
78656         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-actual.png: Added.
78657         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-actual.png: Added.
78658         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-height-attr-actual.png: Added.
78659         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-actual.png: Added.
78660         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-actual.png: Added.
78661         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-width-attr-actual.png: Added.
78662         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-x-attr-actual.png: Added.
78663         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-y-attr-actual.png: Added.
78664         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-actual.png: Added.
78665         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-actual.png: Added.
78666         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-actual.png: Added.
78667         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-actual.png: Added.
78668         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-actual.png: Added.
78669         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-actual.png: Added.
78670         * platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-actual.png: Added.
78671         * platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-actual.png: Added.
78672         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-height-attr-actual.png: Added.
78673         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-actual.png: Added.
78674         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-actual.png: Added.
78675         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-actual.png: Added.
78676         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-width-attr-actual.png: Added.
78677         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-x-attr-actual.png: Added.
78678         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-y-attr-actual.png: Added.
78679         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-actual.png: Added.
78680         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-actual.png: Added.
78681         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-actual.png: Added.
78682         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-actual.png: Added.
78683         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-actual.png: Added.
78684         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-actual.png: Added.
78685         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-actual.png: Added.
78686         * platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-actual.png: Added.
78687         * platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-actual.png: Added.
78688         * platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-actual.png: Added.
78689         * platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-actual.png: Added.
78690         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-actual.png: Added.
78691         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-actual.png: Added.
78692         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-actual.png: Added.
78693         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-actual.png: Added.
78694         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-actual.png: Added.
78695         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-actual.png: Added.
78696         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-actual.png: Added.
78697         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-actual.png: Added.
78698         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-actual.png: Added.
78699         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-actual.png: Added.
78700         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-actual.png: Added.
78701         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-actual.png: Added.
78702         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-actual.png: Added.
78703         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-actual.png: Added.
78704         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-height-attr-actual.png: Added.
78705         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-actual.png: Added.
78706         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-width-attr-actual.png: Added.
78707         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-x-attr-actual.png: Added.
78708         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-y-attr-actual.png: Added.
78709         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-actual.png: Added.
78710         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-actual.png: Added.
78711         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-actual.png: Added.
78712         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-actual.png: Added.
78713         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-actual.png: Added.
78714         * platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-actual.png: Added.
78715         * platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-actual.png: Added.
78716         * platform/qt/svg/dynamic-updates/SVGTRefElement-dom-href-attr-actual.png: Added.
78717         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dx-attr-actual.png: Added.
78718         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dy-attr-actual.png: Added.
78719         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-actual.png: Added.
78720         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-actual.png: Added.
78721         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-actual.png: Added.
78722         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-actual.png: Added.
78723         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-transform-attr-actual.png: Added.
78724         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-x-attr-actual.png: Added.
78725         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-y-attr-actual.png: Added.
78726         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-actual.png: Added.
78727         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-actual.png: Added.
78728         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-actual.png: Added.
78729         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-actual.png: Added.
78730         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-actual.png: Added.
78731         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-actual.png: Added.
78732         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-actual.png: Added.
78733         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-actual.png: Added.
78734         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-actual.png: Added.
78735         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href1-attr-actual.png: Added.
78736         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href2-attr-actual.png: Added.
78737         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-actual.png: Added.
78738         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-actual.png: Added.
78739         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-actual.png: Added.
78740         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-actual.png: Added.
78741         * platform/qt/svg/filters/subRegion-one-effect-actual.png: Added.
78742         * platform/qt/svg/filters/subRegion-two-effects-actual.png: Added.
78743
78744 2012-11-07  Pavel Feldman  <pfeldman@chromium.org>
78745
78746         Web Inspector: wrong output for empty object {}
78747         https://bugs.webkit.org/show_bug.cgi?id=101356
78748
78749         Reviewed by Vsevolod Vlasov.
78750
78751         Changed preview formatting to iterate over enumerable properties only + visit the prototypes.
78752
78753         * inspector/console/command-line-api-expected.txt:
78754         * inspector/console/command-line-api-inspect-expected.txt:
78755         * inspector/console/console-format-collections-expected.txt:
78756         * inspector/console/console-format-expected.txt:
78757         * platform/chromium/inspector/console/console-format-collections-expected.txt:
78758
78759 2012-11-09  Kangil Han  <kangil.han@samsung.com>
78760
78761         [EFL] Refactor TestExpectations file
78762         https://bugs.webkit.org/show_bug.cgi?id=101738
78763
78764         Unreviewed, EFL gardening. 
78765
78766         Remove duplicated definitions.
78767
78768         * platform/efl/TestExpectations:
78769
78770 2012-11-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
78771
78772         [EFL] Skip failing test perf/accessibility-title-ui-element.html
78773         https://bugs.webkit.org/show_bug.cgi?id=101728
78774
78775         Unreviewed EFL gardening.
78776
78777         * platform/efl/TestExpectations:
78778
78779 2012-11-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
78780
78781         [EFL] Update baselines for failing svg tests
78782         https://bugs.webkit.org/show_bug.cgi?id=101726
78783
78784         Unreviewed EFL gardening.
78785
78786         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
78787         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
78788         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
78789         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
78790         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
78791         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
78792         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png:
78793         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
78794         * platform/efl/svg/text/bidi-tspans-expected.png:
78795         * platform/efl/svg/text/bidi-tspans-expected.txt:
78796
78797 2012-11-09  Jaehun Lim  <ljaehun.lim@samsung.com>
78798
78799         [EFL] css3/flexbox/multiline-justify-content.html doesn't crash
78800         https://bugs.webkit.org/show_bug.cgi?id=101717
78801
78802         Unreviewed, EFL gardening. 
78803
78804         css3/flexbox/multiline-justify-content.html doesn't crash and can be passed.
78805
78806         * platform/efl/TestExpectations:
78807
78808 2012-11-08  Hayato Ito  <hayato@chromium.org>
78809
78810         Unreviewed, update chromium-mac baselines.
78811
78812         * platform/chromium-mac/platform/chromium/compositing/layout-width-change-expected.png:
78813         * platform/chromium-mac/platform/chromium/compositing/video-frame-size-change-expected.png:
78814         * platform/chromium-mac/platform/chromium/media/video-frame-size-change-expected.png:
78815         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-layer-expected.png: Added.
78816         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-surface-expected.png: Added.
78817
78818 2012-11-08  Ryosuke Niwa  <rniwa@webkit.org>
78819
78820         Remove Chromium test expectations after r133939.
78821
78822         * platform/chromium/TestExpectations:
78823
78824 2012-11-08  Arpita Bahuguna  <arpitabahuguna@gmail.com>
78825
78826         table not aligned in center column and seems shrunk because of float:right (table-layout: fixed and width: 100%)
78827         https://bugs.webkit.org/show_bug.cgi?id=18153
78828
78829         Reviewed by Beth Dakin.
78830
78831         * fast/table/fixed-table-layout/table-with-percent-width-expected.txt: Added.
78832         * fast/table/fixed-table-layout/table-with-percent-width.html: Added.
78833         Test added to verify the width of the fixed layout tables with 100%
78834         width, in standards mode.
78835
78836 2012-11-08  Noel Gordon  <noel.gordon@gmail.com>
78837
78838         [chromium] Unreviewed test expectations update.
78839
78840         Unskip and start generating results for fast/images/color-jpeg-with-color-profile.html
78841         on Win to prepare for an upcoming rebaseline.
78842
78843         * platform/chromium/TestExpectations:
78844
78845 2012-11-08  Hayato Ito  <hayato@chromium.org>
78846
78847         Unreviewed, Unreviewed gardening following r133972.
78848
78849         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-expected.png: Added.
78850
78851 2012-11-08  Hayato Ito  <hayato@chromium.org>
78852
78853         Unreviewed, update chromium expectations for svg/repaint/image-with-clip-path.svg.
78854
78855         * platform/chromium/TestExpectations:
78856
78857 2012-11-08  Kangil Han  <kangil.han@samsung.com>
78858
78859         [EFL][WK2] Make jquery/manipulation.html into one in TestExpectations
78860         https://bugs.webkit.org/show_bug.cgi?id=101686
78861
78862         Unreviewed, EFL gardening.
78863
78864         Currently there are three definitions on jquery/manipulation.html case.
78865         As BUG 100636 fixed, we don't need Crash definition anymore.
78866         Therefore, this patch makes this case into one definition without Crash in TestExpectations.
78867
78868         * platform/efl/TestExpectations:
78869
78870 2012-11-08  Hayato Ito  <hayato@chromium.org>
78871
78872         Unreviewed, update chromium expectations for tables/.
78873
78874         * platform/chromium-mac/tables/mozilla_expected_failures/core/backgrounds-expected.png:
78875         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions1-expected.png:
78876         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions2-expected.png:
78877         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions3-expected.png:
78878         * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
78879         * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
78880
78881 2012-11-08  Dirk Pranke  <dpranke@chromium.org>
78882
78883         Unreviewed, update chromium-mac-mountainlion baselines for fast/
78884
78885         Also roll remaining mountainlion-specific failures into the main
78886         TestExpectations file.
78887
78888         * platform/chromium/TestExpectations:
78889         * platform/chromium-mac-mountainlion/TestExpectations:
78890
78891 2012-11-08  Keishi Hattori  <keishi@webkit.org>
78892
78893         Enable calendar picker for input types week/month
78894         https://bugs.webkit.org/show_bug.cgi?id=101553
78895
78896         Reviewed by Kent Tamura.
78897
78898         * platform/chromium/TestExpectations: Mark week/month appearance tests as needs rebaseline.
78899
78900 2012-11-08  Hayato Ito  <hayato@chromium.org>
78901
78902         Unreviewed, update chromium expectations to remove a duplication.
78903
78904         * platform/chromium/TestExpectations:
78905
78906 2012-11-08  Dongwoo Joshua Im  <dw.im@samsung.com>
78907
78908         [QT] css3/line-break should be removed from TestExpectations.
78909         https://bugs.webkit.org/show_bug.cgi?id=101562
78910
78911         Unreviewed gardening.
78912
78913         css3/line-break is removed by http://trac.webkit.org/changeset/133644.
78914
78915         * platform/qt/TestExpectations:
78916
78917 2012-11-08  Dirk Pranke  <dpranke@chromium.org>
78918
78919         Unreviewed, update chromium expectations for chromium-mac-mountainlion svg failure.
78920
78921         * platform/chromium/TestExpectations:
78922
78923 2012-11-08  Dirk Pranke  <dpranke@chromium.org>
78924
78925         Unreviewed, chromium-mac-mountainlion baselines for tables/.
78926
78927         * platform/chromium/TestExpectations:
78928         * platform/chromium-mac-mountainlion/TestExpectations:
78929
78930 2012-11-08  Joshua Bell  <jsbell@chromium.org>
78931
78932         [Chromium] Unreviewed gardening following r133972.
78933
78934         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-expected.png: Added.
78935
78936 2012-11-08  Kenichi Ishibashi  <bashi@chromium.org>
78937
78938         [Chromium] Arabic digits should appear left-to-right
78939         https://bugs.webkit.org/show_bug.cgi?id=101440
78940
78941         Reviewed by Tony Chang.
78942
78943         Add a test that checks Arabic digits appear in increasing order from left to right.
78944
78945         * fast/text/international/arabic-digits-expected.html: Added.
78946         * fast/text/international/arabic-digits.html: Added.
78947
78948 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
78949
78950         Unreviewed. Some more gardening after r133898.
78951
78952         * platform/efl/TestExpectations:
78953
78954 2012-11-08  Beth Dakin  <bdakin@apple.com>
78955
78956         https://bugs.webkit.org/show_bug.cgi?id=101644
78957         Fixed header on Facebook news feed becomes detached from top of 
78958         viewport after rubber band scrolling
78959         -and corresponding-
78960         <rdar://problem/12651944>
78961
78962         Reviewed by Simon Fraser.
78963
78964         New test ensures that negative offsets will not make their way into 
78965         the FixedPositionViewportConstraints.
78966         * platform/mac/tiled-drawing/fixed/negative-scroll-offset-expected.txt: Added.
78967         * platform/mac/tiled-drawing/fixed/negative-scroll-offset.html: Added.
78968
78969 2012-11-08  Alpha Lam  <hclam@chromium.org>
78970
78971         [chromium] Deferred image decoding fails with image orientation
78972         https://bugs.webkit.org/show_bug.cgi?id=101648
78973
78974         Reviewed by Stephen White.
78975
78976         Update test expectations and baselines accordingly since these two
78977         tests are now passing with deferred image decoding.
78978
78979         fast/images/exif-orientation-image-document.html
78980         fast/images/exif-orientation.html
78981
78982         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
78983         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
78984         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
78985         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
78986         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
78987         * platform/chromium/TestExpectations:
78988
78989 2012-11-08  Hans Muller  <hmuller@adobe.com>
78990
78991         [CSS Exclusions] Polygon with horizontal bottom edges returns incorrect segments
78992         https://bugs.webkit.org/show_bug.cgi?id=100874
78993
78994         Reviewed by Dirk Schulze.
78995
78996         Added two additional tests for rectilinear polygons, where the tops and bottoms
78997         of lines intersect the polygons' horizontal edges. More tests of this kind will
78998         be needed when exclusion layout supports polygons that break horizontal lines up
78999         into more than one segment.
79000
79001         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-003-expected.html: Added.
79002         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-003.html: Added.
79003         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-004-expected.html: Added.
79004         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-004.html: Added.
79005
79006 2012-11-08  Christophe Dumez  <christophe.dumez@intel.com>
79007
79008         [JSC] HTML extensions to String.prototype should escape " as &quot; in argument values
79009         https://bugs.webkit.org/show_bug.cgi?id=90667
79010
79011         Reviewed by Benjamin Poulain.
79012
79013         Add layout test coverage for the following String.prototype methods:
79014         - String.prototype.anchor(name)
79015         - String.prototype.fontcolor(color)
79016         - String.prototype.fontsize(size)
79017         - String.prototype.link(href)
79018
79019         Those tests also check that the quotation mark is correctly escaped
79020         in argument values to prevent potential exploits.
79021
79022         * fast/js/string-anchor-expected.txt: Added.
79023         * fast/js/string-anchor.html: Added.
79024         * fast/js/string-fontcolor-expected.txt: Added.
79025         * fast/js/string-fontcolor.html: Added.
79026         * fast/js/string-fontsize-expected.txt: Added.
79027         * fast/js/string-fontsize.html: Added.
79028         * fast/js/string-link-expected.txt: Added.
79029         * fast/js/string-link.html: Added.
79030         * platform/chromium/TestExpectations: Skip new tests for chromium port due
79031         to http://code.google.com/p/v8/issues/detail?id=2218
79032
79033 2012-11-08  Joshua Bell  <jsbell@chromium.org>
79034
79035        [Chromium] Unreviewed gardening. Added missing *-expected.txt following rebaselines.
79036
79037         * platform/chromium-mac/fast/css/text-overflow-input-expected.txt: Added.
79038         * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.txt: Added.
79039         * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added.
79040
79041 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
79042
79043         Unreviewed. Some more gardening after r133898.
79044
79045         * platform/efl/TestExpectations:
79046
79047 2012-11-08  Joshua Bell  <jsbell@chromium.org>
79048
79049         [Chromium] Unreviewed gardening - rebaseline a couple of tests for lion.
79050
79051         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
79052         * platform/chromium-mac-lion/fast/forms/basic-textareas-expected.png: Added.
79053
79054 2012-11-08  Huang Dongsung  <luxtella@company100.net>
79055
79056         Coordinated Graphics: Remove an invisible TiledBackingStore of CoordinatedGraphicsLayer.
79057         https://bugs.webkit.org/show_bug.cgi?id=101424
79058
79059         Reviewed by Noam Rosenthal.
79060
79061         Coordinated Graphics had a bug when a compositing div has a compositing
79062         img with an absolute position property. This test is added to prevent from
79063         a regression.
79064
79065         * compositing/nested-direct-image-compositing-expected.png: Added.
79066         * compositing/nested-direct-image-compositing-expected.txt: Added.
79067         * compositing/nested-direct-image-compositing.html: Added.
79068
79069 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
79070
79071         Unreviewed. Some more gardening after r133898.
79072
79073         * platform/efl/TestExpectations:
79074
79075 2012-11-08  Erik Arvidsson  <arv@chromium.org>
79076
79077         setAttributeNode and friends should not have optional argument
79078         https://bugs.webkit.org/show_bug.cgi?id=101631
79079
79080         Reviewed by Ojan Vafai.
79081
79082         Fix getAttributeNode, getAttributeNodeNS and removeAttributeNode to make the Attr
79083         argument mandatory.
79084
79085         These used to throw DOMExceptions when an invalid type was passed instead of
79086         TypeError which is also a spec violation.
79087
79088         * fast/dom/Element/attr-param-typechecking-expected.txt:
79089         * fast/dom/Element/script-tests/attr-param-typechecking.js:
79090
79091 2012-11-08  Joshua Bell  <jsbell@chromium.org>
79092
79093         [Chromium] Unreviewed gardening.
79094
79095         * platform/chromium/TestExpectations:
79096
79097 2012-11-08  Emil A Eklund  <eae@chromium.org>
79098
79099         Unreviewed chromium rebaselines.
79100
79101         * platform/chromium-linux-x86/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
79102         * platform/chromium-linux-x86/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
79103         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
79104         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-expected.png: Added.
79105         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-strict-expected.png: Added.
79106         * platform/chromium-mac-lion/fast/css/text-overflow-input-expected.png: Added.
79107         * platform/chromium-mac-lion/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
79108         * platform/chromium-mac-lion/fast/forms/basic-textareas-quirks-expected.png: Added.
79109         * platform/chromium-mac-lion/fast/forms/input-disabled-color-expected.png: Added.
79110         * platform/chromium-mac-lion/fast/forms/input-readonly-dimmed-expected.png: Added.
79111         * platform/chromium-mac-lion/fast/forms/input-text-scroll-left-on-blur-expected.png: Added.
79112         * platform/chromium-mac-lion/fast/forms/search-rtl-expected.png: Added.
79113         * platform/chromium-mac-lion/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
79114         * platform/chromium-mac-lion/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
79115         * platform/chromium-mac-lion/fast/replaced/width100percent-textarea-expected.png: Added.
79116         * platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
79117         * platform/chromium-win-xp/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
79118         * platform/chromium-win-xp/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
79119         * platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
79120         * platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
79121         * platform/efl-wk1/fast/css: Added.
79122         * platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
79123         * platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png: Added.
79124         * platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png: Added.
79125         * platform/efl-wk1/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
79126         * platform/efl-wk1/fast/css/text-overflow-input-expected.png: Added.
79127         * platform/efl-wk1/fast/css/text-overflow-input-expected.txt: Added.
79128         * platform/efl-wk1/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
79129         * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed.
79130         * platform/efl/fast/css/text-overflow-ellipsis-expected.png: Removed.
79131         * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png: Removed.
79132         * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Removed.
79133         * platform/efl/fast/css/text-overflow-input-expected.png: Removed.
79134         * platform/efl/fast/css/text-overflow-input-expected.txt: Removed.
79135         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Removed.
79136         * platform/efl/fast/forms/basic-textareas-quirks-expected.png: Removed.
79137         * platform/efl/fast/forms/basic-textareas-quirks-expected.txt: Removed.
79138         * platform/efl/fast/forms/input-disabled-color-expected.png: Removed.
79139         * platform/efl/fast/forms/input-disabled-color-expected.txt: Removed.
79140         * platform/efl/fast/forms/input-readonly-dimmed-expected.png: Removed.
79141         * platform/efl/fast/forms/input-readonly-dimmed-expected.txt: Removed.
79142         * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.png: Removed.
79143         * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed.
79144         * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png: Removed.
79145         * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Removed.
79146         * platform/efl/fast/replaced/width100percent-textarea-expected.png: Removed.
79147
79148 2012-11-08  Tony Chang  <tony@chromium.org>
79149
79150         Layout test editing/pasteboard/file-drag-to-editable.html flaky
79151         https://bugs.webkit.org/show_bug.cgi?id=101092
79152
79153         Reviewed by Ryosuke Niwa.
79154
79155         Fix a flaky test.  The problem was that we were confusing the test harness by
79156         trying to do a navigation before the initial load finished (the notifyDone()
79157         call did nothing because waitUntilDone() was missing).  Depending on the state
79158         of the frame loader when the test run, there was a race in whether or not we
79159         would dump the results before or after completing the script execution.
79160
79161         Fix this by restructuring the test to run during onload and by calling notifyDone()
79162         after the file load attempt failed.
79163
79164         * editing/pasteboard/file-drag-to-editable-expected.txt:
79165         * editing/pasteboard/script-tests/file-drag-to-editable.js:
79166         (runTest.window.onbeforeunload): Simplify and don't run nofityDone yet.
79167         (runTest): Run test during onload event.
79168         * platform/chromium/TestExpectations: Remove flaky marker.
79169
79170 2012-11-08  Erik Arvidsson  <arv@chromium.org>
79171
79172         Wrong error type is thrown for type errors in callbacks
79173         https://bugs.webkit.org/show_bug.cgi?id=101502
79174
79175         Reviewed by Adam Barth.
79176
79177         We should be throwing a TypeError and not a DOMException with code TYPE_MISMATCH_ERR.
79178
79179         http://www.w3.org/TR/WebIDL/#es-callback-function
79180
79181         * fast/mediastream/argument-types-expected.txt:
79182         * fast/mediastream/peerconnection-argument-types-expected.txt:
79183         * fast/mediastream/script-tests/argument-types.js:
79184         * fast/mediastream/script-tests/peerconnection-argument-types.js:
79185         * fast/workers/storage/open-database-inputs-sync-expected.txt:
79186
79187 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
79188
79189         Unreviewed. Even more gardening after r133898.
79190
79191         * platform/efl/TestExpectations:
79192
79193 2012-11-08  Joshua Bell  <jsbell@chromium.org>
79194
79195         [Chromium] Unreviewed gardening - widen flaky expectation to include crash
79196
79197         * platform/chromium/TestExpectations:
79198
79199 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
79200
79201         Unreviewed. More gardening after r133898.
79202
79203         * platform/efl/TestExpectations:
79204
79205 2012-11-08  Joshua Bell  <jsbell@chromium.org>
79206
79207         [Chromium] Unreviewed gardening - fix lint failures in expectations file.
79208
79209         * platform/chromium/TestExpectations:
79210
79211 2012-11-08  Joshua Bell  <jsbell@chromium.org>
79212
79213         Multiple Layout Tests (e.g. fast/repaint/japanese-rl-selection-clear.html) is failing after r133840.
79214         https://bugs.webkit.org/show_bug.cgi?id=101547
79215
79216         [Chromium] Unreviewed gardening - test expectations update.
79217
79218         * platform/chromium/TestExpectations:
79219
79220 2012-11-08  Joshua Bell  <jsbell@chromium.org>
79221
79222         [Chromium] Test expectations for failing image tests following Chromium r166632.
79223
79224         Unreviewed gardening.
79225
79226         * platform/chromium/TestExpectations:
79227
79228 2012-11-08  Joshua Bell  <jsbell@chromium.org>
79229
79230         [Chromium] Widen flaky crash expectation fast/workers/worker-multi-startup.html to include linux.
79231
79232         Unreviewed gardening.
79233
79234         * platform/chromium/TestExpectations:
79235
79236 2012-11-08  Joshua Bell  <jsbell@chromium.org>
79237
79238         [Chromium] http/tests/inspector/indexeddb/database-data.html ASSERT on Win7 following r133855
79239         https://bugs.webkit.org/show_bug.cgi?id=101618
79240
79241         Unreviewed gardening.
79242
79243         * platform/chromium/TestExpectations:
79244
79245 2012-11-08  Emil A Eklund  <eae@chromium.org>
79246
79247         Unreviewed chromium mac rebaseline for r101497.
79248
79249         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
79250         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-expected.txt: Added.
79251         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
79252         * platform/chromium-mac-lion/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
79253         * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.png: Added.
79254         * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.txt: Added.
79255         * platform/chromium-mac-lion/fast/forms/search-rtl-expected.txt: Added.
79256         * platform/chromium-mac-lion/fast/multicol/span: Added.
79257         * platform/chromium-mac-lion/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
79258         * platform/chromium-mac-lion/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
79259         * platform/chromium-mac-lion/fast/replaced/width100percent-textarea-expected.txt: Added.
79260         * platform/chromium-mac-lion/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
79261         * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
79262         * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-expected.txt: Added.
79263         * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
79264         * platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
79265         * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png:
79266         * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.txt: Added.
79267         * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt: Added.
79268         * platform/chromium-mac-snowleopard/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
79269         * platform/chromium-mac-snowleopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
79270         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.png:
79271         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.txt: Added.
79272         * platform/chromium-mac-snowleopard/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
79273         * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.png:
79274         * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
79275         * platform/chromium-mac/fast/css/text-overflow-ellipsis-expected.png:
79276         * platform/chromium-mac/fast/css/text-overflow-ellipsis-expected.txt: Added.
79277         * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.png:
79278         * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
79279         * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
79280         * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
79281         * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
79282         * platform/chromium-mac/fast/forms/basic-textareas-expected.png:
79283         * platform/chromium-mac/fast/forms/basic-textareas-expected.txt:
79284         * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png:
79285         * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.txt:
79286         * platform/chromium-mac/fast/forms/input-disabled-color-expected.png:
79287         * platform/chromium-mac/fast/forms/input-disabled-color-expected.txt:
79288         * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.png:
79289         * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.txt: Added.
79290         * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.png:
79291         * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
79292         * platform/chromium-mac/fast/forms/search-rtl-expected.png:
79293         * platform/chromium-mac/fast/forms/search-rtl-expected.txt: Added.
79294         * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.png:
79295         * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
79296         * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
79297         * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
79298         * platform/chromium-mac/fast/replaced/width100percent-textarea-expected.png:
79299         * platform/chromium-mac/fast/replaced/width100percent-textarea-expected.txt: Added.
79300         * platform/chromium-mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
79301         * platform/chromium/TestExpectations:
79302         * platform/chromium/fast/css/text-overflow-input-expected.txt: Removed.
79303         * platform/chromium/fast/forms/input-readonly-dimmed-expected.txt: Removed.
79304         * platform/chromium/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed.
79305         * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt: Removed.
79306         * platform/mac/fast/css/text-overflow-input-expected.txt: Removed.
79307         * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: Removed.
79308         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed.
79309
79310 2012-11-08  Wei Fanzhe  <whyer1@gmail.com>
79311
79312         While absolute positioning is put before the first flexitem, flexitems will move to a new line.
79313         https://bugs.webkit.org/show_bug.cgi?id=101294
79314
79315         Reviewed by Ojan Vafai.
79316
79317         Add a case to test flexible layout while absolute positioning is put before the first flexitem.
79318
79319         * css3/flexbox/flex-algorithm-expected.txt:
79320         * css3/flexbox/flex-algorithm.html:
79321
79322 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
79323
79324         Unreviewed. Gardening after r133898.
79325
79326         * platform/efl/TestExpectations:
79327
79328 2012-11-07  Emil A Eklund  <eae@chromium.org>
79329
79330         Fix enclosingLayoutRect calls in InlineFlowBox.h
79331         https://bugs.webkit.org/show_bug.cgi?id=101497
79332
79333         Reviewed by Levi Weintraub.
79334
79335         Update tests expectations to reflect change form
79336         enclosingIntRect to enclosingLayoutRect.
79337
79338         * platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
79339         * platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
79340         * platform/chromium-win/fast/multicol/span/anonymous-split-block-crash-expected.txt:
79341         * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
79342         * platform/chromium-win/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
79343         * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
79344         * platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
79345         * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt:
79346         * platform/mac/fast/css/text-overflow-input-expected.txt:
79347         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
79348         * platform/mac/fast/forms/basic-textareas-expected.txt:
79349         * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
79350         * platform/mac/fast/forms/input-disabled-color-expected.txt:
79351         * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
79352         * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
79353         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
79354         * platform/mac/fast/forms/search-rtl-expected.txt:
79355         * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
79356         * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
79357         * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
79358         * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
79359         * platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
79360
79361 2012-11-08  Alexander Shalamov  <alexander.shalamov@intel.com>
79362
79363         Rebaseline fast/media/w3c/test_media_queries.html and fast/media/mq-resolution.html after r133884
79364         https://bugs.webkit.org/show_bug.cgi?id=101597
79365
79366         Unreviewed, WebKit gardening.
79367
79368         Layout tests fast/media/w3c/test_media_queries.html and fast/media/mq-resolution.html
79369         need new test expectations after r133884.
79370
79371         * fast/media/mq-resolution-expected.txt:
79372         * fast/media/w3c/test_media_queries-expected.txt:
79373
79374 2012-11-08  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
79375
79376         [EFL] Rebaseline fast/canvas/fillText-shadow.html
79377         https://bugs.webkit.org/show_bug.cgi?id=101587
79378
79379         Unreviewed gardening.
79380
79381         Test fast/canvas/fillText-shadow.html has to be rebased after r133834.
79382
79383         * platform/efl/fast/canvas/fillText-shadow-expected.txt:
79384
79385 2012-11-08  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
79386
79387         [EFL] Gardening after r133807 and r133820
79388         https://bugs.webkit.org/show_bug.cgi?id=101585
79389
79390         Unreviewed gardening.
79391
79392         Skipping of compositing/absolute-inside-out-of-view-fixed.html and
79393         editing/execCommand/switch-list-type-with-orphaned-li.html for EFL.
79394
79395         * platform/efl/TestExpectations:
79396
79397 2012-11-08  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
79398
79399         [EFL] Rebaseline svg/css/group-with-shadow.svg
79400         https://bugs.webkit.org/show_bug.cgi?id=101592
79401
79402         Unreviewed gardening.
79403
79404         Test svg/css/group-with-shadow.svg has to be rebaselined after r133834.
79405
79406         * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Removed.
79407         * platform/efl/svg/css/group-with-shadow-expected.png: Added.
79408         * platform/efl/svg/css/group-with-shadow-expected.txt:
79409
79410 2012-11-08  Alexander Shalamov  <alexander.shalamov@intel.com>
79411
79412         Warn in the inspector console when using dpi and dpcm units outside of media="print"
79413         https://bugs.webkit.org/show_bug.cgi?id=100865
79414
79415         Reviewed by Kenneth Rohde Christiansen.
79416
79417         Added layout test that checks if warning is printed to console when dpi or dpcm CSS
79418         units are used for resolution media feature.
79419
79420         * fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
79421         * fast/media/mq-resolution-dpi-dpcm-warning.html: Added.
79422
79423         Skip tests for platforms that doesn't support resolution media feature.
79424
79425         * platform/chromium/TestExpectations:
79426         * platform/gtk/TestExpectations:
79427         * platform/mac/TestExpectations:
79428         * platform/win/TestExpectations:
79429
79430 2012-11-08  Zan Dobersek  <zandobersek@gmail.com>
79431
79432         Unreviewed GTK gardening.
79433
79434         Adding a platform-specific baseline for the test added in r133868.
79435
79436         * platform/gtk/http/tests/security/XFrameOptions: Added.
79437         * platform/gtk/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added.
79438
79439 2012-11-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
79440
79441         [Qt] Unreviewed Gardening.
79442
79443         Skip a failing after r133820. Added new baseline after 133834. Update expectation after 133638.
79444
79445         * platform/qt/TestExpectations:
79446         * platform/qt/css3/filters/effect-reference-expected.png:
79447         * platform/qt/css3/filters/effect-reference-expected.txt:
79448         * platform/qt/svg/css/group-with-shadow-expected.txt:
79449
79450 2012-11-08  Zan Dobersek  <zandobersek@gmail.com>
79451
79452         Unreviewed GTK gardening.
79453
79454         Adding a failure expectation for editing/execCommand/switch-list-type-with-orphaned-li.html,
79455         the test regressed in r133820
79456         Further rebaselining after r133834.
79457
79458         * platform/gtk/TestExpectations:
79459         * platform/gtk/fast/canvas/fillText-shadow-expected.txt:
79460         * platform/gtk/svg/css/group-with-shadow-expected.png:
79461         * platform/gtk/svg/css/group-with-shadow-expected.txt:
79462
79463 2012-11-08  Mike West  <mkwst@chromium.org>
79464
79465         Warn when parsing an invalid X-Frame-Options header.
79466         https://bugs.webkit.org/show_bug.cgi?id=101447
79467
79468         Reviewed by Adam Barth.
79469
79470         * http/tests/security/XFrameOptions/resources/x-frame-options-invalid.cgi: Added.
79471         * http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added.
79472         * http/tests/security/XFrameOptions/x-frame-options-invalid.html: Added.
79473             New test with an invalid frame option value.
79474
79475 2012-11-08  Zan Dobersek  <zandobersek@gmail.com>
79476
79477         Unreviewed GTK gardening.
79478
79479         Moving some expectations to proper sections, unskiping a couple of tests
79480         and merging expectations for tests in printing/.
79481
79482         * platform/gtk/TestExpectations:
79483
79484 2012-11-08  Eugene Klyuchnikov  <eustas.bug@gmail.com>
79485
79486         Web Inspector: Timeline: Improve time/timeEnd appearance.
79487         https://bugs.webkit.org/show_bug.cgi?id=100936
79488
79489         Reviewed by Yury Semikhatsky.
79490
79491         Tested gluing of time/timeEnd records.
79492
79493         * inspector/timeline/timeline-time-expected.txt: Added.
79494         * inspector/timeline/timeline-time.html: Added.
79495
79496 2012-11-08  Yury Semikhatsky  <yurys@chromium.org>
79497
79498         Web Inspector: move front-end methods called from native part to InspectorFrontendAPI
79499         https://bugs.webkit.org/show_bug.cgi?id=101463
79500
79501         Reviewed by Vsevolod Vlasov.
79502
79503         Moved Web Inspector methods called from native code to InspectorFrontendAPI.
79504
79505         * http/tests/inspector-protocol/resources/InspectorTest.js:
79506         (InspectorFrontendAPI.dispatchMessageAsync):
79507
79508 2012-11-08  Zan Dobersek  <zandobersek@gmail.com>
79509
79510         Unreviewed GTK gardening.
79511
79512         Rebaselining after r131974, r133037 and r133834.
79513
79514         * platform/gtk/TestExpectations:
79515         * platform/gtk/fast/repaint/moving-shadow-on-container-expected.png:
79516         * platform/gtk/fast/table/025-expected.png:
79517         * platform/gtk/fast/table/025-expected.txt:
79518         * platform/gtk/svg/css/arrow-with-shadow-expected.png:
79519         * platform/gtk/svg/css/arrow-with-shadow-expected.txt:
79520         * platform/gtk/svg/css/clippath-with-shadow-expected.txt:
79521         * platform/gtk/svg/css/composite-shadow-example-expected.png:
79522         * platform/gtk/svg/css/composite-shadow-example-expected.txt:
79523         * platform/gtk/svg/css/composite-shadow-text-expected.png:
79524         * platform/gtk/svg/css/composite-shadow-with-opacity-expected.png: Added.
79525         * platform/gtk/svg/css/composite-shadow-with-opacity-expected.txt:
79526         * platform/gtk/svg/css/shadow-changes-expected.png:
79527         * platform/gtk/svg/css/shadow-changes-expected.txt:
79528         * platform/gtk/svg/custom/pattern-scaling-expected.png: Added.
79529         * platform/gtk/svg/custom/pattern-scaling-expected.txt: Added.
79530         * platform/gtk/svg/custom/pattern-skew-transformed-expected.png:
79531         * platform/gtk/svg/custom/pattern-skew-transformed-expected.txt: Added.
79532         * platform/gtk/svg/custom/pattern-with-transformation-expected.png:
79533         * platform/gtk/svg/custom/simple-text-double-shadow-expected.txt:
79534         * platform/gtk/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
79535         * platform/gtk/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
79536
79537 2012-11-08  Kunihiko Sakamoto  <ksakamoto@chromium.org>
79538
79539         User can change a disabled select (drop down box)
79540         https://bugs.webkit.org/show_bug.cgi?id=100932
79541
79542         Reviewed by Kent Tamura.
79543
79544         Verify that keyboard events do not change value of disabled select.
79545
79546         * fast/forms/select/select-disabled-expected.txt: Added.
79547         * fast/forms/select/select-disabled.html: Added.
79548
79549 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
79550
79551         [Chromium] Web Inspector: some tests failing with "Cannot call method 'hasTextContent' of undefined"
79552         https://bugs.webkit.org/show_bug.cgi?id=94501
79553
79554         Unreviewed unskipped test.
79555
79556         * platform/chromium/TestExpectations:
79557
79558 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
79559
79560         Web Inspector: Migrate inspector IndexedDB support to frontend API.
79561         https://bugs.webkit.org/show_bug.cgi?id=101457
79562
79563         Reviewed by Pavel Feldman.
79564
79565         * http/tests/inspector/indexeddb/database-data.html:
79566
79567 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
79568
79569         Web Inspector: Infinite loop in DataGrid::autoSizeColumn
79570         https://bugs.webkit.org/show_bug.cgi?id=101363
79571
79572         Reviewed by Pavel Feldman.
79573
79574         * inspector/datagrid-autosize-expected.txt: Added.
79575         * inspector/datagrid-autosize.html: Added.
79576
79577 2012-11-07  Keishi Hattori  <keishi@webkit.org>
79578
79579         Implement week picking to calendar picker
79580         https://bugs.webkit.org/show_bug.cgi?id=101449
79581
79582         Reviewed by Kent Tamura.
79583
79584         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: Needs to be changed because we changed DaysTable DOM.
79585
79586 2012-11-07  Hayato Ito  <hayato@chromium.org>
79587
79588         Unreviewed, WebKit gardening.
79589
79590         Put the deleted line back in r133849 and delete the other one.
79591
79592         * platform/chromium/TestExpectations:
79593
79594 2012-11-07  Hayato Ito  <hayato@chromium.org>
79595
79596         Unreviewed, WebKit gardening.
79597
79598         Remove a duplication which caused a webkit-lint error.
79599
79600         * platform/chromium/TestExpectations:
79601
79602 2012-11-07  Sheriff Bot  <webkit.review.bot@gmail.com>
79603
79604         Unreviewed, rolling out r133841.
79605         http://trac.webkit.org/changeset/133841
79606         https://bugs.webkit.org/show_bug.cgi?id=101542
79607
79608         Reverted patches were innocent (Requested by shinyak on
79609         #webkit).
79610
79611         * fast/dom/shadow/styling-pseudo-attribute-expected.html: Added.
79612         * fast/dom/shadow/styling-pseudo-attribute.html: Added.
79613         * platform/chromium/TestExpectations:
79614
79615 2012-11-07  Hayato Ito  <hayato@chromium.org>
79616
79617         Unreviewed, WebKit gardening.
79618
79619         Rebaseline after r133384.
79620         
79621         * fast/repaint/moving-shadow-on-container-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/repaint/moving-shadow-on-container-expected.txt.
79622         * platform/chromium-linux-x86/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
79623         * platform/chromium-linux/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
79624         * platform/chromium-linux/svg/css/group-with-shadow-expected.png: Added.
79625         * platform/chromium-linux/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
79626         * 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.
79627         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
79628         * platform/chromium-mac-snowleopard/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
79629         * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.png:
79630         * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.txt:
79631         * platform/chromium-mac/svg/css/group-with-shadow-expected.png: Added.
79632         * platform/chromium-mac/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
79633         * platform/chromium-win-xp/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
79634         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png: Added.
79635         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
79636         * platform/chromium-win/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
79637         * platform/chromium-win/svg/css/group-with-shadow-expected.png: Added.
79638         * platform/chromium-win/svg/css/group-with-shadow-expected.txt:
79639         * platform/chromium/TestExpectations:
79640         * platform/chromium/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
79641         * platform/chromium/svg/css/group-with-shadow-expected.png: Removed.
79642         * platform/efl-wk1/fast/repaint/moving-shadow-on-container-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/moving-shadow-on-container-expected.png.
79643         * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/group-with-shadow-expected.png.
79644         * platform/efl/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
79645
79646 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
79647
79648         Unreviewed, new chromium-mac-mountainlion svg baselines.
79649
79650 2012-11-07  Shinya Kawanaka  <shinyak@chromium.org>
79651
79652         Unreviewed, rolling out r133428 and r133749
79653         https://bugs.webkit.org/show_bug.cgi?id=101533
79654
79655         These patches might cause memory regression.
79656
79657         * fast/dom/shadow/styling-pseudo-attribute-expected.html: Removed.
79658         * fast/dom/shadow/styling-pseudo-attribute.html: Removed.
79659         * platform/chromium/TestExpectations:
79660
79661 2012-11-07  Hayato Ito  <hayato@chromium.org>
79662
79663         Unreviewed gardening.
79664
79665         Marking new test editing/execCommand/switch-list-type-with-orphaned-li.html per webkit.org/b/101539.
79666
79667         * platform/chromium/TestExpectations:
79668
79669 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
79670
79671         Unreviewed, new chromium-mac-mountainlion baselines for remaining dirs outside of fast, svg, and tables.
79672
79673 2012-11-07  Tim Horton  <timothy_horton@apple.com>
79674
79675         Repaint issues with -webkit-svg-shadow used on a container
79676         https://bugs.webkit.org/show_bug.cgi?id=65643
79677         <rdar://problem/7600532>
79678
79679         Reviewed by Simon Fraser.
79680
79681         * platform/chromium/TestExpectations: Mark tests as needing rebaseline.
79682         * platform/efl/TestExpectations: Mark tests as needing rebaseline.
79683         * platform/gtk/TestExpectations: Mark tests as needing rebaseline.
79684         * platform/qt/TestExpectations: Mark tests as needing rebaseline.
79685
79686         * platform/mac/fast/repaint/moving-shadow-on-container-expected.txt:
79687         * platform/mac/svg/css/arrow-with-shadow-expected.txt:
79688         * platform/mac/svg/css/clippath-with-shadow-expected.txt:
79689         * platform/mac/svg/css/composite-shadow-example-expected.txt:
79690         * platform/mac/svg/css/composite-shadow-with-opacity-expected.txt:
79691         * platform/mac/svg/css/group-with-shadow-expected.txt:
79692         * platform/mac/svg/css/shadow-changes-expected.txt:
79693         * platform/mac/svg/custom/simple-text-double-shadow-expected.txt:
79694         Rebaseline Mac results due to this change.
79695
79696         * svg/css/parent-shadow-offscreen-expected.svg: Added.
79697         * svg/css/parent-shadow-offscreen.svg: Added.
79698         Add a new test that ensures that <g> with -webkit-svg-shadow applied draws when children are offscreen but the shadow is not.
79699
79700         * svg/css/root-shadow-offscreen-expected.svg: Added.
79701         * svg/css/root-shadow-offscreen.svg: Added.
79702         Add a new test that ensures that <svg> with -webkit-svg-shadow applied draws when children are offscreen but the shadow is not.
79703
79704         * platform/mac/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
79705         * svg/repaint/repaint-webkit-svg-shadow-expected.txt: Added.
79706         * svg/repaint/repaint-webkit-svg-shadow.svg: Added.
79707         Add a new test that ensures that SVG elements with -webkit-svg-shadow are correctly invalidated.
79708
79709 2012-11-07  Roger Fong  <roger_fong@apple.com>
79710
79711         Enable Subpixel Layout on Windows. Rebaseline any failing tests that were rebaselined in r133351.
79712         https://bugs.webkit.org/show_bug.cgi?id=101538
79713
79714         Rubberstamped by Tim Horton.
79715
79716         * platform/win/css1/font_properties/font-expected.txt:
79717         * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
79718         * platform/win/editing/selection/caret-ltr-right-expected.txt:
79719         * platform/win/editing/selection/caret-rtl-2-left-expected.txt:
79720         * platform/win/editing/selection/caret-rtl-right-expected.txt:
79721         * platform/win/editing/selection/mixed-editability-10-expected.txt:
79722         * platform/win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
79723         * platform/win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
79724         * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
79725         * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
79726         * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
79727         * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
79728         * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
79729         * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
79730         * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
79731         * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
79732         * platform/win/fast/borders/bidi-012-expected.txt:
79733         * platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
79734         * platform/win/fast/forms/file/file-input-disabled-expected.txt:
79735         * platform/win/fast/inline/inline-box-background-expected.txt:
79736         * platform/win/fast/inline/inline-box-background-long-image-expected.txt:
79737         * platform/win/fast/inline/inline-box-background-repeat-x-expected.txt:
79738         * platform/win/fast/inline/inline-box-background-repeat-y-expected.txt:
79739         * platform/win/fast/lists/003-vertical-expected.txt:
79740         * platform/win/fast/text/international/vertical-text-glyph-test-expected.txt:
79741         * platform/win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
79742         * platform/win/transforms/2d/hindi-rotated-expected.txt:
79743
79744 2012-11-07  Keishi Hattori  <keishi@webkit.org>
79745
79746         [Chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html is flaky
79747         https://bugs.webkit.org/show_bug.cgi?id=101408
79748
79749         Reviewed by Kent Tamura.
79750
79751         Mistake with timezone was making this test flaky.
79752
79753         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
79754
79755 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
79756
79757         Unreviewed, new chromium-mac-mountainlion baselines for css3/selectors3.
79758
79759 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
79760
79761         Unreviewed, chromium expectations cleanup
79762
79763         Remove entries for a couple of passing tests and one stale pixel
79764         result for a reftest.
79765
79766         * platform/chromium-mac-mountainlion/TestExpectations:
79767         * platform/chromium-mac/fast/sub-pixel/float-wrap-zoom-expected.png: Removed.
79768         * platform/chromium/TestExpectations:
79769
79770 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
79771
79772         Unreviewed, update chromium-mac-ml expectations after r133811 and r133814.
79773
79774         * platform/chromium-mac-mountainlion/TestExpectations:
79775         * platform/chromium-mac/css2.1/20110323/border-conflict-element-001d-expected.png: Removed.
79776         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-007-expected.png: Removed.
79777         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-010-expected.png: Removed.
79778         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-012-expected.png: Removed.
79779         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-013-expected.png: Removed.
79780         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-014-expected.png: Removed.
79781         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-015-expected.png: Removed.
79782         * platform/chromium-mac/css2.1/20110323/text-indent-014-expected.png: Removed.
79783         * platform/chromium/TestExpectations:
79784
79785 2012-11-07  KyungTae Kim  <ktf.kim@samsung.com>
79786
79787         [EFL] Remove exif-orientation-image-document.html from failure list
79788         https://bugs.webkit.org/show_bug.cgi?id=101518
79789
79790         Unreviewed gardening.
79791
79792         fast/images/exif-orientation-image-document.html passes after r133728
79793
79794         * platform/efl-wk1/TestExpectations:
79795
79796 2012-11-07  Philip Rogers  <pdr@google.com>
79797
79798         Rebaselinene after external SVG unblocked in WK100485
79799         https://bugs.webkit.org/show_bug.cgi?id=101248
79800
79801         Unreviewed update of test expectations.
79802
79803         * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added property svn:mime-type.
79804         * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type.
79805         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added.
79806         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added.
79807         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added property svn:mime-type.
79808         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type.
79809         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
79810         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
79811         * platform/chromium-win/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
79812         * platform/chromium-win/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type.
79813         * platform/chromium/TestExpectations:
79814
79815 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
79816
79817         Unreviewed, update chromium-mac-mountainlion baselines for css2.1
79818
79819 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
79820
79821         Unreviewed, update chromium-mac-mountainlion baselines for css2.1/20110323
79822
79823 2012-11-07  Joshua Bell  <jsbell@chromium.org>
79824
79825         [Chromium] Unreviewed gardening.
79826
79827         * platform/chromium/TestExpectations:
79828
79829 2012-11-07  Beth Dakin  <bdakin@apple.com>
79830
79831         https://bugs.webkit.org/show_bug.cgi?id=101303
79832         Fixed position elements that are out of view still end up forcing 
79833         non-threaded scrolling
79834         -and corresponding-
79835         <rdar://problem/12642222>
79836
79837         Reviewed by Simon Fraser.
79838
79839         New tests for an invisible fixed object that has visible children.
79840         * compositing/absolute-inside-out-of-view-fixed-expected.txt: Added.
79841         * compositing/absolute-inside-out-of-view-fixed.html: Added.
79842         * platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt: Added.
79843         * platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed.html: Added.
79844
79845         Updated results because these tests can now scroll on the scrolling 
79846         thread, yay!
79847         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt:
79848         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt:
79849
79850 2012-11-07  Philip Rogers  <pdr@google.com>
79851
79852         Update expectations for svg/text/text-rescale.svg
79853
79854         Unreviewed update of test expectations.
79855
79856         This test needed a rebaseline after r133786.
79857
79858         * platform/chromium-win/svg/text/text-rescale-expected.png:
79859         * platform/efl/svg/text/text-rescale-expected.png: Removed.
79860
79861 2012-11-07  Philip Rogers  <pdr@google.com>
79862
79863         Skip SVG repaint tracking when parent container transforms
79864         https://bugs.webkit.org/show_bug.cgi?id=101177
79865
79866         Reviewed by Eric Seidel.
79867
79868         The repaint area in svg/repaint/inner-svg-change-viewBox.svg has
79869         been tightened as a result of this patch.
79870
79871         * platform/chromium/TestExpectations:
79872         * platform/mac/TestExpectations:
79873
79874 2012-11-07  Balazs Kelemen  <kbalazs@webkit.org>
79875
79876         [Qt] Text on scaled layer is blurry
79877         https://bugs.webkit.org/show_bug.cgi?id=101491
79878
79879         Unreviewed gardening.
79880
79881         Mark tests as ImageOnlyFailure.
79882
79883         * platform/qt-5.0-wk2/TestExpectations:
79884
79885 2012-11-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
79886
79887         Enable text dump in fast/forms/file/get-file-upload.html earlier.
79888         https://bugs.webkit.org/show_bug.cgi?id=101468
79889
79890         Reviewed by Kentaro Hara.
79891
79892         Do not call testRunner.dumpAsText() only when processing the form
79893         submission, since that will not be triggered if a port does not
79894         support, say, beginDragWithFiles(), and a useless pixel result
79895         will be generated in that case.
79896
79897         Instead, call dumpAsText() as early as possible.
79898
79899         * fast/forms/file/get-file-upload.html:
79900
79901 2012-11-07  Joshua Bell  <jsbell@chromium.org>
79902
79903         IndexedDB: Assertion failure with open() within upgradeneeded
79904         https://bugs.webkit.org/show_bug.cgi?id=96947
79905
79906         Reviewed by Dimitri Glazkov.
79907
79908         Exercise the code path leading to the assert by having a second version change transaction
79909         unblocked by the first's connection closing. Includes a known failure due to metadata
79910         snapshot timing.
79911
79912         * storage/indexeddb/resources/unblocked-version-changes.js: Added.
79913         (test):
79914         (openConnection):
79915         (onUpgradeNeeded):
79916         (onError):
79917         (onUpgradeNeeded2):
79918         (onSuccess):
79919         * storage/indexeddb/unblocked-version-changes-expected.txt: Added.
79920         * storage/indexeddb/unblocked-version-changes.html: Added.
79921
79922 2012-11-06  Simon Fraser  <simon.fraser@apple.com>
79923
79924         Fix failing platform/mac/tiled-drawing on Lion.
79925         
79926         It's not possible to use TestExpectations to skip tests on all but current mac-wk2,
79927         so just land results for Lion.
79928
79929         * platform/mac-lion/platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt: Added.
79930         * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-in-overflow-expected.txt: Added.
79931         * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt: Added.
79932         * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Added.
79933         * platform/mac-lion/platform/mac/tiled-drawing/fixed/four-bars-expected.txt: Added.
79934         * platform/mac-lion/platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt: Added.
79935         * platform/mac-lion/platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt: Added.
79936         * platform/mac-lion/platform/mac/tiled-drawing/scrolling-tree-after-scroll-expected.txt: Added.
79937         * platform/mac-lion/platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Added.
79938         * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt: Added.
79939         * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Added.
79940         * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Added.
79941         * platform/mac-lion/platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt: Added.
79942         * platform/mac-lion/platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Added.
79943         * platform/mac-lion/platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
79944
79945 2012-11-07  Shinya Kawanaka  <shinyak@chromium.org>
79946
79947         [Shadow] Style should update when 'pseudo' attribute is dynamically updated
79948         https://bugs.webkit.org/show_bug.cgi?id=100918
79949
79950         Reviewed by Dimitri Glazkov.
79951
79952         * fast/dom/shadow/pseudo-attribute-dynamic-expected.html: Added.
79953         * fast/dom/shadow/pseudo-attribute-dynamic.html: Added.
79954
79955 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
79956
79957         Unreviewed test expectations update.
79958
79959         * platform/chromium/TestExpectations:
79960
79961 2012-11-07  Joshua Bell  <jsbell@chromium.org>
79962
79963         [Chromium] Unreviewed gardening. Rebaseline the tests added
79964         in http://trac.webkit.org/changeset/133686 - part deux.
79965
79966         * platform/chromium-win/fast/backgrounds/transformed-body-background-expected.png: Added.
79967         * platform/chromium-win/fast/backgrounds/transformed-body-html-background-expected.png: Added.
79968         * platform/chromium-win/fast/backgrounds/transformed-html-body-background-expected.png: Added.
79969
79970 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
79971
79972         Layout Test inspector/debugger/script-formatter-breakpoints.html is failing
79973         https://bugs.webkit.org/show_bug.cgi?id=101361
79974
79975         Unreviewed test fix.
79976
79977         * inspector/debugger/script-formatter-breakpoints.html:
79978         * platform/chromium/TestExpectations:
79979
79980 2012-11-07  Balazs Kelemen  <kbalazs@webkit.org>
79981
79982         [Qt] Unreviewed gardening
79983
79984         Some image expectetions was accidentally added for reference tests and it consused nrwt.
79985         Deleted them.
79986
79987         * platform/qt-5.0-wk2/compositing/text-on-scaled-layer-expected.png: Removed.
79988         * platform/qt-5.0-wk2/compositing/text-on-scaled-surface-expected.png: Removed.
79989         * platform/qt/css2.1/20110323/margin-collapse-clear-016-expected.png: Removed.
79990         * platform/qt/svg/animations/animateMotion-additive-2c-expected.png: Removed.
79991
79992 2012-11-07  Zan Dobersek  <zandobersek@gmail.com>
79993
79994         Unreviewed GTK gardening.
79995
79996         Adding a timeout expectation for the test introduced in r133660.
79997         Adding timeout expectations for two media tests that started timing
79998         out probably after r133633.
79999
80000         * platform/gtk/TestExpectations:
80001
80002 2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>
80003
80004         [EFL] Unreviewed gardening.
80005
80006         Rebaselining a few ruby tests.
80007
80008         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.png:
80009         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
80010         * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
80011         * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
80012         * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
80013         * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
80014
80015 2012-11-07  Csaba Osztrogonác  <ossy@webkit.org>
80016
80017         [Qt] Unreviewed gardening after r133688, remove unnecessary platform specific expected files.
80018
80019         * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Removed.
80020         * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Removed.
80021         * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Removed.
80022
80023 2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>
80024
80025         [EFL] Unreviewed gardening.
80026
80027         navigator-vibration.html is still crashing occasionally.
80028
80029         * platform/efl-wk2/TestExpectations:
80030
80031 2012-11-07  Andrey Adaikin  <aandrey@chromium.org>
80032
80033         Web Inspector: [Canvas] Save CanvasGradient objects state for a replay
80034         https://bugs.webkit.org/show_bug.cgi?id=101432
80035
80036         Reviewed by Pavel Feldman.
80037
80038         Alerts about API changes to CanvasGradient and CanvasPattern classes.
80039         Checks capturing for CanvasGradient objects' state.
80040
80041         * inspector/profiler/canvas2d/canvas2d-api-changes-expected.txt:
80042         * inspector/profiler/canvas2d/canvas2d-api-changes.html:
80043         * inspector/profiler/canvas2d/canvas2d-gradient-capturing-expected.txt: Added.
80044         * inspector/profiler/canvas2d/canvas2d-gradient-capturing.html: Added.
80045
80046 2012-11-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
80047
80048         [EFL] Unreviewed gardening.
80049
80050         fast/repaint/block-selection-gap-in-table-cell.html is not
80051         rendering correctly, so skip it when running pixel tests. Need a
80052
80053         * platform/efl/TestExpectations:
80054
80055 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
80056
80057         Unreviewed inspector test polish.
80058         Made http/tests/indexeddb/database-data.html test faster, added more verbose errors for test debugging.
80059
80060         * http/tests/inspector/indexeddb/database-data-expected.txt:
80061         * http/tests/inspector/indexeddb/database-data.html:
80062         * http/tests/inspector/indexeddb/indexeddb-test.js:
80063         (onIndexedDBError):
80064         (onIndexedDBBlocked):
80065         (doWithDatabase):
80066
80067 2012-11-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
80068
80069         [EFL] Gardening. Add or fix a few pixel expectations.
80070
80071         * platform/efl/compositing/plugins/composited-plugin-expected.png:
80072         * platform/efl/compositing/repaint/composited-document-element-expected.png: Added.
80073         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.png:
80074         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
80075         * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
80076         * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
80077         * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
80078         * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
80079         * platform/efl/plugins/iframe-plugin-bgcolor-expected.png: Added.
80080         * platform/efl/plugins/mouse-click-plugin-clears-selection-expected.png: Added.
80081         * platform/efl/plugins/netscape-dom-access-expected.png: Added.
80082
80083 2012-11-07  Stephen White  <senorblanco@chromium.org>
80084
80085         Now that it no longer produces image results, remove unnecessary
80086         PNGs for crash-hw-sw-switch.html.  Unreviewed.
80087
80088         * platform/chromium-android/css3/filters/crash-hw-sw-switch-expected.png: Removed.
80089         * platform/chromium-linux/css3/filters/crash-hw-sw-switch-expected.png: Removed.
80090         * platform/chromium-mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png: Removed.
80091         * platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png: Removed.
80092         * platform/chromium-win/css3/filters/crash-hw-sw-switch-expected.png: Removed.
80093         * platform/mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png: Removed.
80094         * platform/qt/css3/filters/crash-hw-sw-switch-expected.png: Removed.
80095
80096 2012-11-07  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
80097
80098         [EFL] WebKitTestRunner needs to turn on 'setContinuousSpellCheckingEnabled'
80099         https://bugs.webkit.org/show_bug.cgi?id=93611
80100
80101         Reviewed by Gyuyoung Kim.
80102
80103         Unskip the spelling tests from efl-wk2/TestExpectations to run them for WebKit2-EFL.
80104         Add new missing baselines for two spelling tests for EFL platform.
80105
80106         * platform/efl-wk2/TestExpectations:
80107         * platform/efl/TestExpectations:
80108         * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Added.
80109         * platform/efl/editing/spelling/spelling-expected.txt: Added.
80110
80111 2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>
80112
80113         [EFL] Unreviewed gardening.
80114
80115         Marking new test media/progress-events-generated-correctly.html as failing on EFL.
80116
80117         * platform/efl/TestExpectations:
80118
80119 2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>
80120
80121         [EFL] Fix execution of exif-orientation-image-document.html on EFL Wk2 bot
80122         https://bugs.webkit.org/show_bug.cgi?id=101343
80123
80124         Reviewed by Kenneth Rohde Christiansen.
80125
80126         Unskipping exif-orientation-image-document.html now that respecting
80127         orientation is default enabled for image documents.
80128
80129         * platform/efl-wk2/TestExpectations:
80130
80131 2012-11-06  Yury Semikhatsky  <yurys@chromium.org>
80132
80133         Console not displaying all properties of an Object once native Constructor overwritten
80134         https://bugs.webkit.org/show_bug.cgi?id=101320
80135
80136         Reviewed by Pavel Feldman.
80137
80138         Check that Web Inspector's console works fine if Object is overwritten in the inspected
80139         page.
80140
80141         * inspector/console/console-Object-overwritten-expected.txt: Added.
80142         * inspector/console/console-Object-overwritten.html: Added.
80143
80144 2012-11-06  Kangil Han  <kangil.han@samsung.com>
80145
80146         [EFL][WK2] media/media-continues-playing-after-replace-source.html fails
80147         https://bugs.webkit.org/show_bug.cgi?id=101429
80148
80149         Unreviewed, EFL gardening.
80150
80151         media-continues-playing-after-replace-source.html test case crashes in WK2 only.
80152
80153         * platform/efl-wk2/TestExpectations:
80154
80155 2012-11-06  Dan Beam  <dbeam@chromium.org>                                                                                          
80156
80157         Enable REQUEST_AUTOCOMPLETE for chromium port
80158         https://bugs.webkit.org/show_bug.cgi?id=101376
80159
80160         Reviewed by Adam Barth.
80161
80162         This patch enables the feature flag REQUEST_AUTOCOMPLETE in WebKit/chromium only to allow web authors to start to use
80163         HTMLFormElement#requestAutocomplete as the chrome-side work progresses further.
80164
80165         * fast/forms/form-request-autocomplete-expected.txt:
80166
80167         Updated to match form-request-autocomplete.html changes.
80168
80169         * fast/forms/form-request-autocomplete.html:
80170
80171         Remove bug number as per Adam Barth <abarth@webkit.org>'s advice.
80172
80173         * platform/chromium/fast/forms/form-request-autocomplete-expected.txt: Added.
80174
80175         Adding expected successful layout test for form-request-autocomplete.html tests to chromium specific directory
80176         (as chromium is currently the only place the feature is enabled).
80177
80178 2012-11-06  Ken Buchanan  <kenrb@chromium.org>
80179
80180         Crash due to column span under button element
80181         https://bugs.webkit.org/show_bug.cgi?id=101402
80182
80183         Reviewed by Abhishek Arya.
80184
80185         Test creates crashing condition for bug 101402.
80186
80187         * fast/block/colspan-under-button-crash.html: Added.
80188         * fast/block/colspan-under-button-crash-expected.txt: Added.
80189
80190 2012-11-06  Jaehun Lim  <ljaehun.lim@samsung.com>
80191
80192         [EFL][WK2] fast/dom/shadow/shadowdom-for-object-only-shadow.html fails
80193         https://bugs.webkit.org/show_bug.cgi?id=101417
80194
80195         Unreviewed, EFL gardening.
80196
80197         shadowdom-for-object-only-shadow.html test is flaky in WK2 only.
80198
80199         * platform/efl-wk2/TestExpectations:
80200
80201 2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>
80202
80203         [Shadow] Pseudo custom-elements should start with 'x-'.
80204         https://bugs.webkit.org/show_bug.cgi?id=100919
80205
80206         Reviewed by Dimitri Glazkov.
80207
80208         * fast/dom/shadow/pseudo-attribute-rendering-expected.html: Added.
80209         * fast/dom/shadow/pseudo-attribute-rendering.html: Added.
80210
80211 2012-11-06  Alice Boxhall  <aboxhall@chromium.org>
80212
80213         Unreviewed gardening. Rebaseline the tests added in http://trac.webkit.org/changeset/133686 for different platforms.
80214
80215         * platform/chromium-linux/fast/backgrounds/transformed-body-background-expected.png: Added.
80216         * platform/chromium-linux/fast/backgrounds/transformed-body-html-background-expected.png: Added.
80217         * platform/chromium-linux/fast/backgrounds/transformed-html-body-background-expected.png: Added.
80218         * platform/chromium-mac-lion/compositing/repaint/composited-document-element-expected.png:
80219         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added.
80220         * platform/chromium-mac-snowleopard/compositing/repaint/composited-document-element-expected.png:
80221         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added.
80222         * platform/chromium-mac/compositing/repaint/composited-document-element-expected.png:
80223         * platform/chromium-mac/fast/backgrounds/transformed-body-background-expected.png: Added.
80224         * platform/chromium-mac/fast/backgrounds/transformed-body-html-background-expected.png: Added.
80225         * platform/chromium-mac/fast/backgrounds/transformed-html-body-background-expected.png: Added.
80226         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added.
80227         * platform/efl-wk1/compositing/repaint/composited-document-element-expected.png: Renamed from LayoutTests/platform/efl/compositing/repaint/composited-document-element-expected.png.
80228
80229 2012-11-06  Joshua Bell  <jsbell@chromium.org>
80230
80231         fast/forms/select-set-length-with-mutation-remove is slow on chromium debug builds
80232         https://bugs.webkit.org/show_bug.cgi?id=60092
80233
80234         [Chromium] Unreviewed gardening - so slow it's timing out at 60s rather often.
80235
80236         * platform/chromium/TestExpectations:
80237
80238 2012-11-06  Hans Muller  <hmuller@adobe.com>
80239
80240         [CSS Exclusions] Changeset r133384 defeated the rectilinear polygon tests
80241         https://bugs.webkit.org/show_bug.cgi?id=101405
80242
80243         Reviewed by Dirk Schulze.
80244
80245         When the exclusions/shape-inside subpixel layout JS code was refactored,
80246         (see https://bugs.webkit.org/show_bug.cgi?id=100704) these two tests were not
80247         properly updated. They now include subpixel-utils.js, which simple-polygon.js depends on.
80248
80249         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html:
80250         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html:
80251         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html:
80252         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html:
80253
80254 2012-11-06  Stephen White  <senorblanco@chromium.org>
80255
80256         Don't write pixels for crash-hw-sw-switch test; if it doesn't crash, it
80257         passes.  Unreviewed.
80258
80259         * css3/filters/crash-hw-sw-switch.html:
80260
80261 2012-11-06  Noel Gordon  <noel.gordon@gmail.com>
80262
80263         (r125185) http/tests/images/jpg-img-partial-load.html timeout on Lion
80264         https://bugs.webkit.org/show_bug.cgi?id=93636
80265
80266         Reviewed by Simon Fraser.
80267
80268         Remove this test: fast/images/jpeg-partial-load.html is now used to test
80269         partial jpeg image loads.
80270
80271         * http/tests/images/jpg-img-partial-load-expected.png: Removed.
80272         * http/tests/images/jpg-img-partial-load-expected.txt: Removed.
80273         * http/tests/images/jpg-img-partial-load.html: Removed.
80274         * platform/mac/TestExpectations:
80275         * platform/win/TestExpectations:
80276         * platform/wincairo/TestExpectations:
80277
80278 2012-11-06  Joshua Bell  <jsbell@chromium.org>
80279
80280         [Chromium] Unreviewed gardening. A couple of expectation updates c/o dbarton@mathscribe.com
80281         and marking calendar-picker-key-operations.html flaky per webkit.org/b/101408
80282
80283         * platform/chromium/TestExpectations:
80284
80285 2012-11-06  Stephen White  <senorblanco@chromium.org>
80286
80287         Removed useless image baselines for filter-empty-element-crash.
80288         Unreviewed.
80289
80290         * platform/chromium-linux/css3/filters/filter-empty-element-crash-expected.png: Removed.
80291         * platform/chromium-mac-snowleopard/css3/filters/filter-empty-element-crash-expected.png: Removed.
80292         * platform/chromium-mac/css3/filters/filter-empty-element-crash-expected.png: Removed.
80293         * platform/chromium-win/css3/filters/filter-empty-element-crash-expected.png: Removed.
80294         * platform/mac-snowleopard/css3/filters/filter-empty-element-crash-expected.png: Removed.
80295         * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Removed.
80296
80297 2012-11-06  Stephen White  <senorblanco@chromium.org>
80298
80299         [Chromium] New baselines for some CSS3 filter tests.  Unreviewed.
80300
80301         * platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png:
80302         * platform/chromium-mac/css3/filters/effect-reference-expected.png:
80303         * platform/chromium-mac/css3/filters/effect-reference-expected.txt:
80304         * platform/chromium-win/css3/filters/effect-reference-expected.png:
80305         * platform/chromium-win/css3/filters/effect-reference-expected.txt:
80306
80307 2012-11-06  Simon Fraser  <simon.fraser@apple.com>
80308
80309         -webkit-background-clip:text produces artifacts when applied to the body and the browser is resized
80310         https://bugs.webkit.org/show_bug.cgi?id=89287
80311
80312         Reviewed by Beth Dakin.
80313
80314         Test with -webkit-background-clip: text on the body, which scrolls.
80315         
80316         Some additional tests that exercise different combinations of html and
80317         body transform and background.
80318
80319         * compositing/repaint/composited-document-element.html:
80320         * fast/backgrounds/background-clip-text-on-body-expected.png: Added.
80321         * fast/backgrounds/background-clip-text-on-body-expected.txt: Added.
80322         * fast/backgrounds/background-clip-text-on-body.html: Added.
80323         * fast/backgrounds/transformed-body-background-expected.png: Added.
80324         * fast/backgrounds/transformed-body-background-expected.txt: Added.
80325         * fast/backgrounds/transformed-body-background.html: Added.
80326         * fast/backgrounds/transformed-body-html-background-expected.png: Added.
80327         * fast/backgrounds/transformed-body-html-background-expected.txt: Added.
80328         * fast/backgrounds/transformed-body-html-background.html: Added.
80329         * fast/backgrounds/transformed-html-body-background-expected.png: Added.
80330         * fast/backgrounds/transformed-html-body-background-expected.txt: Added.
80331         * fast/backgrounds/transformed-html-body-background.html: Added.
80332
80333 2012-11-06  Hans Muller  <hmuller@adobe.com>
80334
80335         [CSS Exclusions] Store ExclusionPolygonEdge vertices in clockwise order
80336         https://bugs.webkit.org/show_bug.cgi?id=100763
80337
80338         Reviewed by Darin Adler.
80339
80340         Verify that a shape-inside polygon whose vertices are specified in counterclockwise
80341         order is handled correctly.
80342
80343         * fast/exclusions/shape-inside/shape-inside-counterclockwise-polygon-expected.html: Added.
80344         * fast/exclusions/shape-inside/shape-inside-counterclockwise-polygon.html: Added.
80345
80346 2012-11-06  Dirk Pranke  <dpranke@chromium.org>
80347
80348         Unreviewed, remove a couple of passing tests from chromium expectations.
80349
80350         * platform/chromium-mac-mountainlion/TestExpectations:
80351         * platform/chromium/TestExpectations:
80352
80353 2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
80354
80355         [EFL] Unreviewed gardening after r133676.
80356
80357         * platform/efl-wk2/TestExpectations: Unskip a few passing tests.
80358
80359 2012-11-06  Joshua Bell  <jsbell@chromium.org>
80360
80361         http/tests/inspector-enabled/dynamic-scripts.html is flakey
80362         https://bugs.webkit.org/show_bug.cgi?id=100926
80363
80364         Unreviewed gardening.
80365
80366         * platform/chromium/TestExpectations:
80367
80368 2012-11-06  Joshua Bell  <jsbell@chromium.org>
80369
80370         [Chromium] platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html flaky on linux debug
80371         https://bugs.webkit.org/show_bug.cgi?id=101377
80372
80373         Unreviewed gardening. Add ImageOnlyFailure expectation, for extra fun.
80374
80375         * platform/chromium/TestExpectations:
80376
80377 2012-11-06  Dirk Pranke  <dpranke@chromium.org>
80378
80379         Unreviewed chromium, chromium-mac-mountainlion gardening
80380
80381         Remove a bunch of passing tests, and clean up a couple of ML issues.
80382
80383         * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png: Removed.
80384         * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.txt: Removed.
80385         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
80386         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:
80387         * platform/chromium/TestExpectations:
80388
80389 2012-11-06  John Griggs  <jgriggs@rim.com>
80390
80391         Implement MediaPlayerPrivate::didLoadingProgress for BlackBerry platform
80392         https://bugs.webkit.org/show_bug.cgi?id=100378
80393
80394         Reviewed by Eric Carlson.
80395
80396         Implement this method for BlackBerry platform.
80397
80398         New test: LayoutTests/media/progress-events-generated-correctly.html
80399
80400         * media/progress-events-generated-correctly-expected.txt: Added.
80401         * media/progress-events-generated-correctly.html: Added.
80402         * platform/chromium/TestExpectations:
80403         * platform/mac/TestExpectations:
80404
80405 2012-11-06  Joshua Bell  <jsbell@chromium.org>
80406
80407         [Chromium] Unreviewed gardening.
80408
80409         * platform/chromium/TestExpectations:
80410
80411 2012-11-06  Andrei Bucur  <abucur@adobe.com>
80412
80413         [CSS Regions] Fix failing tests on Mac after sub-pixel layout was enabled
80414         https://bugs.webkit.org/show_bug.cgi?id=101364
80415
80416         Reviewed by Simon Fraser.
80417
80418         There are no changes in the code. Only the tests had to be fixed.
80419
80420         * fast/regions/float-pushed-width-change-expected.html: Remove the unnecessary 0.5px margin.
80421         * 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.
80422         * fast/regions/floats-basic-in-variable-width-regions.html: See above
80423         * fast/regions/render-region-renderer-expected.html: Remove unnecessary 0.5px height.
80424
80425 2012-11-06  Joshua Bell  <jsbell@chromium.org>
80426
80427         [Chromium] platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html flaky on linux debug
80428         https://bugs.webkit.org/show_bug.cgi?id=101377
80429
80430         Unreviewed gardening. Add new expectation, remove expectation for reverted change.
80431
80432         * platform/chromium/TestExpectations:
80433
80434 2012-11-06  Sheriff Bot  <webkit.review.bot@gmail.com>
80435
80436         Unreviewed, rolling out r133529 and r133562.
80437         http://trac.webkit.org/changeset/133529
80438         http://trac.webkit.org/changeset/133562
80439         https://bugs.webkit.org/show_bug.cgi?id=101371
80440
80441         Caused 15% memory regression on Chromium page cyclers
80442         (Requested by jsbell|gardener on #webkit).
80443
80444         * css3/line-break/line-break-auto-centered-expected.html: Removed.
80445         * css3/line-break/line-break-auto-centered.html: Removed.
80446         * css3/line-break/line-break-auto-half-kana-expected.html: Removed.
80447         * css3/line-break/line-break-auto-half-kana.html: Removed.
80448         * css3/line-break/line-break-auto-hyphens-expected.html: Removed.
80449         * css3/line-break/line-break-auto-hyphens.html: Removed.
80450         * css3/line-break/line-break-auto-inseparables-expected.html: Removed.
80451         * css3/line-break/line-break-auto-inseparables.html: Removed.
80452         * css3/line-break/line-break-auto-iteration-marks-expected.html: Removed.
80453         * css3/line-break/line-break-auto-iteration-marks.html: Removed.
80454         * css3/line-break/line-break-auto-postfixes-expected.html: Removed.
80455         * css3/line-break/line-break-auto-postfixes.html: Removed.
80456         * css3/line-break/line-break-auto-prefixes-expected.html: Removed.
80457         * css3/line-break/line-break-auto-prefixes.html: Removed.
80458         * css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
80459         * css3/line-break/line-break-auto-sound-marks.html: Removed.
80460         * css3/line-break/line-break-loose-centered-expected.html: Removed.
80461         * css3/line-break/line-break-loose-centered.html: Removed.
80462         * css3/line-break/line-break-loose-half-kana-expected.html: Removed.
80463         * css3/line-break/line-break-loose-half-kana.html: Removed.
80464         * css3/line-break/line-break-loose-hyphens-expected.html: Removed.
80465         * css3/line-break/line-break-loose-hyphens.html: Removed.
80466         * css3/line-break/line-break-loose-inseparables-expected.html: Removed.
80467         * css3/line-break/line-break-loose-inseparables.html: Removed.
80468         * css3/line-break/line-break-loose-iteration-marks-expected.html: Removed.
80469         * css3/line-break/line-break-loose-iteration-marks.html: Removed.
80470         * css3/line-break/line-break-loose-postfixes-expected.html: Removed.
80471         * css3/line-break/line-break-loose-postfixes.html: Removed.
80472         * css3/line-break/line-break-loose-prefixes-expected.html: Removed.
80473         * css3/line-break/line-break-loose-prefixes.html: Removed.
80474         * css3/line-break/line-break-loose-sound-marks-expected.html: Removed.
80475         * css3/line-break/line-break-loose-sound-marks.html: Removed.
80476         * css3/line-break/line-break-normal-centered-expected.html: Removed.
80477         * css3/line-break/line-break-normal-centered.html: Removed.
80478         * css3/line-break/line-break-normal-half-kana-expected.html: Removed.
80479         * css3/line-break/line-break-normal-half-kana.html: Removed.
80480         * css3/line-break/line-break-normal-hyphens-expected.html: Removed.
80481         * css3/line-break/line-break-normal-hyphens.html: Removed.
80482         * css3/line-break/line-break-normal-inseparables-expected.html: Removed.
80483         * css3/line-break/line-break-normal-inseparables.html: Removed.
80484         * css3/line-break/line-break-normal-iteration-marks-expected.html: Removed.
80485         * css3/line-break/line-break-normal-iteration-marks.html: Removed.
80486         * css3/line-break/line-break-normal-postfixes-expected.html: Removed.
80487         * css3/line-break/line-break-normal-postfixes.html: Removed.
80488         * css3/line-break/line-break-normal-prefixes-expected.html: Removed.
80489         * css3/line-break/line-break-normal-prefixes.html: Removed.
80490         * css3/line-break/line-break-normal-sound-marks-expected.html: Removed.
80491         * css3/line-break/line-break-normal-sound-marks.html: Removed.
80492         * css3/line-break/line-break-strict-centered-expected.html: Removed.
80493         * css3/line-break/line-break-strict-centered.html: Removed.
80494         * css3/line-break/line-break-strict-half-kana-expected.html: Removed.
80495         * css3/line-break/line-break-strict-half-kana.html: Removed.
80496         * css3/line-break/line-break-strict-hyphens-expected.html: Removed.
80497         * css3/line-break/line-break-strict-hyphens.html: Removed.
80498         * css3/line-break/line-break-strict-inseparables-expected.html: Removed.
80499         * css3/line-break/line-break-strict-inseparables.html: Removed.
80500         * css3/line-break/line-break-strict-iteration-marks-expected.html: Removed.
80501         * css3/line-break/line-break-strict-iteration-marks.html: Removed.
80502         * css3/line-break/line-break-strict-postfixes-expected.html: Removed.
80503         * css3/line-break/line-break-strict-postfixes.html: Removed.
80504         * css3/line-break/line-break-strict-prefixes-expected.html: Removed.
80505         * css3/line-break/line-break-strict-prefixes.html: Removed.
80506         * css3/line-break/line-break-strict-sound-marks-expected.html: Removed.
80507         * css3/line-break/line-break-strict-sound-marks.html: Removed.
80508         * platform/chromium-android/css3/line-break/line-break-auto-half-kana-expected.html: Removed.
80509         * platform/chromium-android/css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
80510         * platform/chromium/css3/line-break/line-break-auto-half-kana-expected.html: Removed.
80511         * platform/chromium/css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
80512
80513 2012-11-06  Dirk Pranke  <dpranke@chromium.org>
80514
80515         Unreviewed, update chromium-mac-mountainlion expectations to remove passing tests.
80516
80517         * platform/chromium-mac-mountainlion/TestExpectations:
80518
80519 2012-11-06  Stephen White  <senorblanco@chromium.org>
80520
80521         Don't dump pixels for filter-empty-element-crash.
80522         https://bugs.webkit.org/show_bug.cgi?id=101359
80523
80524         Reviewed by Adrienne Walker.
80525
80526         * css3/filters/filter-empty-element-crash.html:
80527
80528 2012-11-06  Simon Fraser  <simon.fraser@apple.com>
80529
80530         (r133351): Number of test failures from enabling SUBPIXEL_LAYOUT on Mac
80531         https://bugs.webkit.org/show_bug.cgi?id=101220
80532
80533         New baselines for two more tests whose output was affected by enabling subpixel layout.
80534
80535         * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt:
80536         * platform/mac/fast/images/repaint-subrect-grid-expected.txt:
80537
80538 2012-11-06  Stephen White  <senorblanco@chromium.org>
80539
80540         Add new test cases to layout test effect-reference and effect-reference-hw.
80541         https://bugs.webkit.org/show_bug.cgi?id=101366
80542
80543         Reviewed by Dean Jackson.
80544
80545         * css3/filters/effect-reference-hw.html:
80546         * css3/filters/effect-reference.html:
80547         Add some test cases for feBlend and feSpecularLighting.
80548
80549 2012-11-06  Rick Byers  <rbyers@chromium.org>
80550
80551         [chromium] Two touchadjustment tests are failing on mac
80552         https://bugs.webkit.org/show_bug.cgi?id=100833
80553
80554         Reviewed by Antonio Gomes.
80555
80556         Re-enable these two tests with appropriate tweaks.  Also avoid the platform dependant
80557         behavior by switching to the Ahem font.
80558
80559         * platform/chromium/TestExpectations: Remove the failure expectations.
80560         * touchadjustment/html-label.html: Tweak one very borderline case to be closer to pass
80561         reliably.  Previously this passed only due to a bug in the test infrastructure fixed in r132929.
80562         * touchadjustment/nested-touch.html: Tweak borderline case to compensate for inclusion of
80563         the border in the measurement of the size of the div.
80564
80565 2012-11-06  Joshua Bell  <jsbell@chromium.org>
80566
80567         [Chromium] Unreviewed gardening.
80568
80569         * platform/chromium/TestExpectations:
80570
80571 2012-11-06  Joshua Bell  <jsbell@chromium.org>
80572
80573         [Chromium] css3/line-break/line-break-strict-sound-marks.html image flaky on Mac 10.7
80574         https://bugs.webkit.org/show_bug.cgi?id=101368
80575
80576         Unreviewed gardening.
80577
80578         * platform/chromium/TestExpectations:
80579
80580 2012-11-05  Simon Fraser  <simon.fraser@apple.com>
80581
80582         Fix RenderGeometryMap assertion when layers are scrolled during layout
80583         https://bugs.webkit.org/show_bug.cgi?id=101292
80584
80585         Reviewed by Beth Dakin.
80586
80587         Test that hit the assertion before the fix.
80588
80589         * compositing/geometry/geometry-map-scroll-during-layout-assertion-expected.txt: Added.
80590         * compositing/geometry/geometry-map-scroll-during-layout-assertion.html: Added.
80591
80592 2012-11-06  Joshua Bell  <jsbell@chromium.org>
80593
80594         [Chromium] Unreviewed gardening - more rebaselines following bug 101115.
80595
80596         * platform/chromium-mac-lion/fast/block/lineboxcontain/block-glyphs-expected.png: Added.
80597         * platform/chromium-mac-lion/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
80598         * platform/chromium-mac-lion/fast/block/lineboxcontain/glyphs-expected.png: Added.
80599         * platform/chromium-mac-lion/fast/repaint/stacked-diacritics-expected.png: Added.
80600
80601 2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
80602
80603         [EFL] Gardening, add pixel expectation for test.
80604
80605         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added.
80606
80607 2012-11-06  Joshua Bell  <jsbell@chromium.org>
80608
80609         [Chromium] fast/dom/Window/customized-property-survives-gc.html slow on debug
80610         https://bugs.webkit.org/show_bug.cgi?id=101362
80611
80612         Unreviewed gardening.
80613
80614         * platform/chromium/TestExpectations:
80615
80616 2012-11-06  Mike West  <mkwst@chromium.org>
80617
80618         CSP 1.1: Tweak the script interface to match the spec.
80619         https://bugs.webkit.org/show_bug.cgi?id=101321
80620
80621         Reviewed by Adam Barth.
80622
80623         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowconnectionto.html:
80624         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-alloweval.html:
80625         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowfontfrom.html:
80626         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowformaction.html:
80627         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowframefrom.html:
80628         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowimagefrom.html:
80629         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowmediafrom.html:
80630         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowobjectfrom.html:
80631         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowplugintype.html:
80632         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowscriptfrom.html:
80633         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowstylefrom.html:
80634         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive-expected.txt:
80635         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive.html:
80636         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi-expected.txt:
80637         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi.html:
80638         * http/tests/security/contentSecurityPolicy/resources/securitypolicy-tests-base.js:
80639             s/document.SecurityPolicy/document.securityPolicy/g
80640         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinescript-expected.txt: Added.
80641         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinescript.html: Added.
80642         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinestyle-expected.txt: Added.
80643         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinestyle.html: Added.
80644             For whatever reason, we never wrote tests for these methods. Now we
80645             have, which is good.
80646
80647 2012-11-06  David Barton  <dbarton@mathscribe.com>
80648
80649         Unreviewed gardening after bug 101115 fixed.
80650
80651         * platform/chromium-linux-x86/fast/block/lineboxcontain: Added.
80652         * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-expected.txt: Added.
80653         * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
80654         * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
80655         * platform/chromium-linux-x86/fast/block/lineboxcontain/glyphs-expected.png: Added.
80656         * platform/chromium-linux-x86/fast/block/lineboxcontain/glyphs-expected.txt: Added.
80657         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-expected.png:
80658         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-expected.txt: Added.
80659         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
80660         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
80661         * platform/chromium-linux/fast/block/lineboxcontain/glyphs-expected.png: Added.
80662         * platform/chromium-linux/fast/block/lineboxcontain/glyphs-expected.txt: Added.
80663         * platform/chromium-linux/fast/repaint/stacked-diacritics-expected.png:
80664         * platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-expected.png:
80665         * platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-replaced-expected.png:
80666         * platform/chromium-mac/fast/block/lineboxcontain/glyphs-expected.png:
80667         * platform/chromium-mac/fast/repaint/stacked-diacritics-expected.png:
80668         * platform/chromium-win-xp/fast/block/lineboxcontain: Added.
80669         * platform/chromium-win-xp/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
80670         * platform/chromium-win-xp/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
80671         * platform/chromium-win-xp/fast/block/lineboxcontain/glyphs-expected.png: Added.
80672         * platform/chromium-win-xp/fast/block/lineboxcontain/glyphs-expected.txt: Added.
80673         * platform/chromium-win/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
80674         * platform/chromium-win/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
80675         * platform/chromium-win/fast/block/lineboxcontain/glyphs-expected.png: Added.
80676         * platform/chromium-win/fast/block/lineboxcontain/glyphs-expected.txt: Added.
80677         * platform/chromium/TestExpectations:
80678
80679 2012-11-06  Stephen White  <senorblanco@chromium.org>
80680
80681         [Chromium] Make webkit_lint happy.  Unreviewed.
80682
80683         * platform/chromium/TestExpectations:
80684
80685 2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
80686
80687         [EFL] Unreviewed gardening.
80688
80689         Mark fast/dom/shadow/shadowdom-for-output-only-shadow.html as flaky.
80690
80691         * platform/efl/TestExpectations:
80692
80693 2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
80694
80695         [EFL] Gardening. Unskip test that's been passing for a while.
80696
80697         * platform/efl-wk2/TestExpectations:
80698
80699 2012-11-06  Andrey Lushnikov  <lushnikov@google.com>
80700
80701         Added console.clear() method
80702
80703         Web Inspector: add console.clear()
80704         https://bugs.webkit.org/show_bug.cgi?id=101021
80705
80706         Reviewed by Vsevolod Vlasov.
80707
80708         * inspector/console/console-clear-function-expected.txt: Added.
80709         * inspector/console/console-clear-function.html: Added.
80710
80711 2012-11-06  Thiago Marcos P. Santos  <thiago.santos@intel.com>
80712
80713         [EFL] fast/images/exif-orientation-image-document.html failing on WK2 bots
80714         https://bugs.webkit.org/show_bug.cgi?id=101344
80715
80716         Unreviewed gardening.
80717
80718         * platform/efl-wk2/TestExpectations:
80719
80720 2012-11-06  Stephen White  <senorblanco@chromium.org>
80721
80722         [Chromium] Unreviewed gardening.
80723
80724         * platform/chromium/TestExpectations:
80725
80726 2012-11-06  Aaron Colwell  <acolwell@chromium.org>
80727
80728         Heap-buffer-overflow in WebCore::TextTrackCueList::add
80729         https://bugs.webkit.org/show_bug.cgi?id=101018
80730
80731         Reviewed by Eric Carlson.
80732
80733         Added a test case to verify that adding a cue to the beginning of a non-empty list doesn't crash.
80734
80735         * media/track/track-add-remove-cue-expected.txt:
80736         * media/track/track-add-remove-cue.html:
80737
80738 2012-11-06  Aaron Colwell  <acolwell@chromium.org>
80739
80740         Regression(r132681): Heap-use-after-free in WebCore::RenderTextTrackCue::layout
80741         https://bugs.webkit.org/show_bug.cgi?id=100981
80742
80743         Reviewed by Eric Carlson.
80744
80745         Added a test that removes track elements by setting innerHTML on the track's parent.
80746
80747         * media/track/track-remove-by-setting-innerHTML-expected.txt: Added.
80748         * media/track/track-remove-by-setting-innerHTML.html: Added.
80749
80750 2012-11-06  Max Feil  <mfeil@rim.com>
80751
80752         [BlackBerry] Automatically go fullscreen on video play
80753         https://bugs.webkit.org/show_bug.cgi?id=101100
80754
80755         Reviewed by Eric Carlson.
80756
80757         Test that fullscreen is entered automatically when play is
80758         pressed (PR131774). This test applies to handheld (small screen)
80759         devices only, not tablets. The html code for this test was based
80760         on video-controls-fullscreen-volume.html and modified.
80761
80762         * platform/blackberry/media/video-automatic-fullscreen-expected.txt: Added.
80763         * platform/blackberry/media/video-automatic-fullscreen.html: Added.
80764
80765 2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>
80766
80767         Unreviewed unskip passing tests.
80768
80769         * platform/qt-arm/TestExpectations:
80770         * platform/win/TestExpectations:
80771         * platform/wincairo/TestExpectations:
80772
80773 2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>
80774
80775         Web Inspector: Flakyness in http/tests/inspector/network/network-initiator-from-console.html
80776         https://bugs.webkit.org/show_bug.cgi?id=101195
80777
80778         Unreviewed test flakiness fix.
80779
80780         * http/tests/inspector/network/network-initiator-from-console-expected.txt:
80781         * http/tests/inspector/network/network-initiator-from-console.html:
80782         * http/tests/inspector/network/resources/silent_script.js: Added.
80783         (foo):
80784
80785 2012-11-06  Stephen White  <senorblanco@chromium.org>
80786
80787         [Chromium] Unreviewed gardening.
80788
80789         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed.
80790         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed.
80791
80792 2012-11-06  Stephen White  <senorblanco@chromium.org>
80793
80794         [Chromium] Unreviewed gardening.
80795
80796         * platform/chromium/TestExpectations:
80797
80798 2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>
80799
80800         Web Inspector: Breakpoint is not removed when it was set in non-formatted mode and then removed while in formatted mode.
80801         https://bugs.webkit.org/show_bug.cgi?id=100595
80802
80803         Reviewed by Yury Semikhatsky.
80804
80805         * inspector/debugger/script-formatter-breakpoints-expected.txt:
80806         * inspector/debugger/script-formatter-breakpoints.html:
80807
80808 2012-11-06  Alexis Menard  <alexis@webkit.org>
80809
80810         Add an extra test for background-position parsing.
80811         https://bugs.webkit.org/show_bug.cgi?id=101245
80812
80813         Reviewed by Eric Seidel.
80814
80815         This test may overlap some existing tests but they are usually
80816         old tests where the parsing is tested but mixed with the rendering
80817         verification, therefore it is not ideal to add new parsing tests.
80818         This will be useful for the upcoming support of background-position with 4
80819         values as this test will be extended to verify the parsing and later another
80820         test/patch will be added to check/support the rendering.
80821
80822         * fast/backgrounds/background-position-parsing-2-expected.txt: Added.
80823         * fast/backgrounds/background-position-parsing-2.html: Added.
80824
80825 2012-11-06  Keishi Hattori  <keishi@webkit.org>
80826
80827         The "Rect" class in WebCore/Resources/pagepopups/pickerCommon.js should be renamed
80828         https://bugs.webkit.org/show_bug.cgi?id=101304
80829
80830         Reviewed by Kent Tamura.
80831
80832         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect-expected.txt: Replace Rect with Rectangle.
80833         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Ditto.
80834
80835 2012-11-06  Kangil Han  <kangil.han@samsung.com>
80836
80837         [EFL] Exclude fast/css/style-scoped cases from layout test running
80838         https://bugs.webkit.org/show_bug.cgi?id=101326
80839
80840         Unreviewed, EFL gardening.
80841
80842         According to BUG 49142, html5 style scoped attribute implementation is on progress.
80843         Therefore, we can skip its test cases from regular layout test running.
80844
80845         * platform/efl/TestExpectations:
80846
80847 2012-11-06  Peter Beverloo  <peter@chromium.org>
80848
80849         [Chromium] There shouldn't be linting errors about our TestExpectation files
80850
80851         Unreviewed test expectation update.
80852
80853         A number of linting errors were being displayed, partially because of my
80854         recent additions. Fix them.
80855
80856         * platform/chromium-android/TestExpectations:
80857         * platform/chromium/TestExpectations:
80858
80859 2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>
80860
80861         [Qt] Disable all tests fast/dom/shadow
80862         https://bugs.webkit.org/show_bug.cgi?id=101324
80863
80864         Reviewed by Csaba Osztrogonác.
80865
80866         Since Qt does not have SHADOW_DOM flag enabled, a lot of tests are failing.
80867         Let's skip all tests.
80868
80869         * platform/qt/TestExpectations:
80870
80871 2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>
80872
80873         Web Inspector: Displayed name/path of urls in network tab of dev tools is inconsistent
80874         https://bugs.webkit.org/show_bug.cgi?id=101064
80875
80876         Reviewed by Yury Semikhatsky.
80877
80878         * http/tests/inspector/network/request-name-path-expected.txt: Added.
80879         * http/tests/inspector/network/request-name-path.html: Added.
80880
80881 2012-11-06  Takashi Sakamoto  <tasak@google.com>
80882
80883         removeAttribute('style') not working in certain circumstances
80884         https://bugs.webkit.org/show_bug.cgi?id=99295
80885
80886         Reviewed by Ryosuke Niwa.
80887
80888         * fast/css/remove-attribute-style-expected.txt: Added.
80889         * fast/css/remove-attribute-style.html: Added.
80890
80891 2012-11-06  Peter Beverloo  <peter@chromium.org>
80892
80893         [Chromium-Android] Skip a number of crashing tests.
80894
80895         Unreviewed rebaselining.
80896
80897         * platform/chromium/TestExpectations:
80898
80899 2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>
80900
80901         [Shadow] Using isUnknownPseudoElement() for shadow pseudo id seems confusing
80902         https://bugs.webkit.org/show_bug.cgi?id=100826
80903
80904         Reviewed by Hajime Morita.
80905
80906         * fast/dom/shadow/shadow-nested-pseudo-id.html: Fixed a testcase so that shadowPseudoId starts with 'x-'.
80907         * fast/dom/shadow/shadow-pseudo-id-expected.html: Added.
80908         * fast/dom/shadow/shadow-pseudo-id.html: Added.
80909
80910 2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>
80911
80912         [Shadow] ShadowRoot should know the existence of elements having ElementShadow.
80913         https://bugs.webkit.org/show_bug.cgi?id=100922
80914
80915         Reviewed by Hajime Morita.
80916
80917         * fast/dom/shadow/has-elementshadow-expected.txt: Added.
80918         * fast/dom/shadow/has-elementshadow.html: Added.
80919
80920 2012-11-06  Dongwoo Joshua Im  <dw.im@samsung.com>
80921
80922         [QT] [GTK] Remove fast/forms/week-multiple-fields from TestExpectations of gtk and qt.
80923         https://bugs.webkit.org/show_bug.cgi?id=101317
80924
80925         Unreviewed gardening.
80926
80927         fast/forms/week-multiple-fields is removed by http://trac.webkit.org/changeset/133440.
80928
80929         * platform/gtk/TestExpectations:
80930         * platform/qt/TestExpectations:
80931
80932 2012-11-05  Yury Semikhatsky  <yurys@chromium.org>
80933
80934         Web Inspector: JavaScript web workers debugging crashes
80935         https://bugs.webkit.org/show_bug.cgi?id=101065
80936
80937         Reviewed by Alexander Pavlov.
80938
80939         Test that inspected page won't crash if inspected worker is terminated when it is paused
80940         on a breakpoint.
80941
80942         * inspector-protocol/debugger-terminate-dedicated-worker-while-paused-expected.txt: Added.
80943         * inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html: Added.
80944         * platform/efl/TestExpectations:
80945         * platform/gtk/TestExpectations:
80946         * platform/mac/TestExpectations:
80947         * platform/qt/TestExpectations:
80948         * platform/win/TestExpectations:
80949         * platform/wincairo/TestExpectations:
80950
80951 2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>
80952
80953         [Qt] Unreviewed morning gardening, skip new failing tests.
80954
80955         * platform/qt/TestExpectations:
80956
80957 2012-11-05  David Barton  <dbarton@mathscribe.com>
80958
80959         Unreviewed gardening. Updating MathML chromium baselines.
80960
80961         * platform/chromium-linux-x86/mathml/presentation: Added.
80962         * platform/chromium-linux-x86/mathml/presentation/attributes-expected.png: Added.
80963         * platform/chromium-linux-x86/mathml/presentation/attributes-expected.txt: Added.
80964         * platform/chromium-linux-x86/mathml/presentation/fenced-expected.png: Added.
80965         * platform/chromium-linux-x86/mathml/presentation/fenced-expected.txt: Added.
80966         * platform/chromium-linux-x86/mathml/presentation/fenced-mi-expected.png: Added.
80967         * platform/chromium-linux-x86/mathml/presentation/fenced-mi-expected.txt: Added.
80968         * platform/chromium-linux-x86/mathml/presentation/fractions-expected.png: Added.
80969         * platform/chromium-linux-x86/mathml/presentation/fractions-expected.txt: Added.
80970         * platform/chromium-linux-x86/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
80971         * platform/chromium-linux-x86/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
80972         * platform/chromium-linux-x86/mathml/presentation/mo-expected.png: Added.
80973         * platform/chromium-linux-x86/mathml/presentation/mo-expected.txt: Added.
80974         * platform/chromium-linux-x86/mathml/presentation/mo-stretch-expected.png: Added.
80975         * platform/chromium-linux-x86/mathml/presentation/mo-stretch-expected.txt: Added.
80976         * platform/chromium-linux-x86/mathml/presentation/mroot-pref-width-expected.png: Added.
80977         * platform/chromium-linux-x86/mathml/presentation/mroot-pref-width-expected.txt: Added.
80978         * platform/chromium-linux-x86/mathml/presentation/over-expected.png: Added.
80979         * platform/chromium-linux-x86/mathml/presentation/over-expected.txt: Added.
80980         * platform/chromium-linux-x86/mathml/presentation/roots-expected.png: Added.
80981         * platform/chromium-linux-x86/mathml/presentation/roots-expected.txt: Added.
80982         * platform/chromium-linux-x86/mathml/presentation/row-alignment-expected.png: Added.
80983         * platform/chromium-linux-x86/mathml/presentation/row-alignment-expected.txt: Added.
80984         * platform/chromium-linux-x86/mathml/presentation/row-expected.png: Added.
80985         * platform/chromium-linux-x86/mathml/presentation/row-expected.txt: Added.
80986         * platform/chromium-linux-x86/mathml/presentation/style-expected.png: Added.
80987         * platform/chromium-linux-x86/mathml/presentation/style-expected.txt: Added.
80988         * platform/chromium-linux-x86/mathml/presentation/sub-expected.png: Added.
80989         * platform/chromium-linux-x86/mathml/presentation/sub-expected.txt: Added.
80990         * platform/chromium-linux-x86/mathml/presentation/subsup-expected.png: Added.
80991         * platform/chromium-linux-x86/mathml/presentation/subsup-expected.txt: Added.
80992         * platform/chromium-linux-x86/mathml/presentation/sup-expected.png: Added.
80993         * platform/chromium-linux-x86/mathml/presentation/sup-expected.txt: Added.
80994         * platform/chromium-linux-x86/mathml/presentation/tables-expected.png: Added.
80995         * platform/chromium-linux-x86/mathml/presentation/tables-expected.txt: Added.
80996         * platform/chromium-linux-x86/mathml/presentation/tokenElements-expected.png: Added.
80997         * platform/chromium-linux-x86/mathml/presentation/tokenElements-expected.txt: Added.
80998         * platform/chromium-linux-x86/mathml/presentation/under-expected.png: Added.
80999         * platform/chromium-linux-x86/mathml/presentation/under-expected.txt: Added.
81000         * platform/chromium-linux-x86/mathml/presentation/underover-expected.png: Added.
81001         * platform/chromium-linux-x86/mathml/presentation/underover-expected.txt: Added.
81002         * platform/chromium-linux-x86/mathml/xHeight-expected.txt:
81003         * platform/chromium-linux/mathml/presentation: Added.
81004         * platform/chromium-linux/mathml/presentation/attributes-expected.png: Added.
81005         * platform/chromium-linux/mathml/presentation/attributes-expected.txt: Added.
81006         * platform/chromium-linux/mathml/presentation/fenced-expected.png: Added.
81007         * platform/chromium-linux/mathml/presentation/fenced-expected.txt: Added.
81008         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.png: Added.
81009         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.txt: Added.
81010         * platform/chromium-linux/mathml/presentation/fractions-expected.png: Added.
81011         * platform/chromium-linux/mathml/presentation/fractions-expected.txt: Added.
81012         * platform/chromium-linux/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
81013         * platform/chromium-linux/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
81014         * platform/chromium-linux/mathml/presentation/mo-expected.png: Added.
81015         * platform/chromium-linux/mathml/presentation/mo-expected.txt: Added.
81016         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.png: Added.
81017         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.txt: Added.
81018         * platform/chromium-linux/mathml/presentation/mroot-pref-width-expected.png: Added.
81019         * platform/chromium-linux/mathml/presentation/mroot-pref-width-expected.txt: Added.
81020         * platform/chromium-linux/mathml/presentation/over-expected.png: Added.
81021         * platform/chromium-linux/mathml/presentation/over-expected.txt: Added.
81022         * platform/chromium-linux/mathml/presentation/roots-expected.png: Added.
81023         * platform/chromium-linux/mathml/presentation/roots-expected.txt: Added.
81024         * platform/chromium-linux/mathml/presentation/row-alignment-expected.png: Added.
81025         * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt: Added.
81026         * platform/chromium-linux/mathml/presentation/row-expected.png: Added.
81027         * platform/chromium-linux/mathml/presentation/row-expected.txt: Added.
81028         * platform/chromium-linux/mathml/presentation/style-expected.png: Added.
81029         * platform/chromium-linux/mathml/presentation/style-expected.txt: Added.
81030         * platform/chromium-linux/mathml/presentation/sub-expected.png: Added.
81031         * platform/chromium-linux/mathml/presentation/sub-expected.txt: Added.
81032         * platform/chromium-linux/mathml/presentation/subsup-expected.png: Added.
81033         * platform/chromium-linux/mathml/presentation/subsup-expected.txt: Added.
81034         * platform/chromium-linux/mathml/presentation/sup-expected.png: Added.
81035         * platform/chromium-linux/mathml/presentation/sup-expected.txt: Added.
81036         * platform/chromium-linux/mathml/presentation/tables-expected.png: Added.
81037         * platform/chromium-linux/mathml/presentation/tables-expected.txt: Added.
81038         * platform/chromium-linux/mathml/presentation/tokenElements-expected.png: Added.
81039         * platform/chromium-linux/mathml/presentation/tokenElements-expected.txt: Added.
81040         * platform/chromium-linux/mathml/presentation/under-expected.png: Added.
81041         * platform/chromium-linux/mathml/presentation/under-expected.txt: Added.
81042         * platform/chromium-linux/mathml/presentation/underover-expected.png: Added.
81043         * platform/chromium-linux/mathml/presentation/underover-expected.txt: Added.
81044         * platform/chromium-linux/mathml/xHeight-expected.txt:
81045         * platform/chromium-mac-lion/mathml/presentation/mo-stretch-expected.txt: Added.
81046         * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.png:
81047         * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.txt: Added.
81048         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.png:
81049         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt:
81050         * platform/chromium-mac-lion/mathml/presentation/tables-expected.png:
81051         * platform/chromium-mac-lion/mathml/presentation/tables-expected.txt: Added.
81052         * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.txt:
81053         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.png:
81054         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt:
81055         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.png:
81056         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt:
81057         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.png:
81058         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt:
81059         * platform/chromium-mac/mathml/presentation/mo-stretch-expected.txt: Added.
81060         * platform/chromium-mac/mathml/presentation/row-alignment-expected.png:
81061         * platform/chromium-mac/mathml/presentation/row-alignment-expected.txt: Added.
81062         * platform/chromium-mac/mathml/presentation/subsup-expected.png:
81063         * platform/chromium-mac/mathml/presentation/subsup-expected.txt:
81064         * platform/chromium-mac/mathml/presentation/tables-expected.png:
81065         * platform/chromium-mac/mathml/presentation/tables-expected.txt: Added.
81066         * platform/chromium-win-xp/mathml/presentation: Added.
81067         * platform/chromium-win-xp/mathml/presentation/attributes-expected.png: Added.
81068         * platform/chromium-win-xp/mathml/presentation/attributes-expected.txt: Added.
81069         * platform/chromium-win-xp/mathml/presentation/fenced-expected.png: Added.
81070         * platform/chromium-win-xp/mathml/presentation/fenced-expected.txt: Added.
81071         * platform/chromium-win-xp/mathml/presentation/fenced-mi-expected.png: Added.
81072         * platform/chromium-win-xp/mathml/presentation/fenced-mi-expected.txt: Added.
81073         * platform/chromium-win-xp/mathml/presentation/fractions-expected.png: Added.
81074         * platform/chromium-win-xp/mathml/presentation/fractions-expected.txt: Added.
81075         * platform/chromium-win-xp/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
81076         * platform/chromium-win-xp/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
81077         * platform/chromium-win-xp/mathml/presentation/mo-expected.png: Added.
81078         * platform/chromium-win-xp/mathml/presentation/mo-expected.txt: Added.
81079         * platform/chromium-win-xp/mathml/presentation/mo-stretch-expected.png: Added.
81080         * platform/chromium-win-xp/mathml/presentation/mo-stretch-expected.txt: Added.
81081         * platform/chromium-win-xp/mathml/presentation/mroot-pref-width-expected.png: Added.
81082         * platform/chromium-win-xp/mathml/presentation/mroot-pref-width-expected.txt: Added.
81083         * platform/chromium-win-xp/mathml/presentation/over-expected.png: Added.
81084         * platform/chromium-win-xp/mathml/presentation/over-expected.txt: Added.
81085         * platform/chromium-win-xp/mathml/presentation/roots-expected.png: Added.
81086         * platform/chromium-win-xp/mathml/presentation/roots-expected.txt: Added.
81087         * platform/chromium-win-xp/mathml/presentation/row-alignment-expected.png: Added.
81088         * platform/chromium-win-xp/mathml/presentation/row-alignment-expected.txt: Added.
81089         * platform/chromium-win-xp/mathml/presentation/row-expected.png: Added.
81090         * platform/chromium-win-xp/mathml/presentation/row-expected.txt: Added.
81091         * platform/chromium-win-xp/mathml/presentation/style-expected.png: Added.
81092         * platform/chromium-win-xp/mathml/presentation/style-expected.txt: Added.
81093         * platform/chromium-win-xp/mathml/presentation/sub-expected.png: Added.
81094         * platform/chromium-win-xp/mathml/presentation/sub-expected.txt: Added.
81095         * platform/chromium-win-xp/mathml/presentation/subsup-expected.png: Added.
81096         * platform/chromium-win-xp/mathml/presentation/subsup-expected.txt: Added.
81097         * platform/chromium-win-xp/mathml/presentation/sup-expected.png: Added.
81098         * platform/chromium-win-xp/mathml/presentation/sup-expected.txt: Added.
81099         * platform/chromium-win-xp/mathml/presentation/tables-expected.png: Added.
81100         * platform/chromium-win-xp/mathml/presentation/tables-expected.txt: Added.
81101         * platform/chromium-win-xp/mathml/presentation/tokenElements-expected.png: Added.
81102         * platform/chromium-win-xp/mathml/presentation/tokenElements-expected.txt: Added.
81103         * platform/chromium-win-xp/mathml/presentation/under-expected.png: Added.
81104         * platform/chromium-win-xp/mathml/presentation/under-expected.txt: Added.
81105         * platform/chromium-win-xp/mathml/presentation/underover-expected.png: Added.
81106         * platform/chromium-win-xp/mathml/presentation/underover-expected.txt: Added.
81107         * platform/chromium-win/mathml/presentation: Added.
81108         * platform/chromium-win/mathml/presentation/attributes-expected.png: Added.
81109         * platform/chromium-win/mathml/presentation/attributes-expected.txt: Added.
81110         * platform/chromium-win/mathml/presentation/fenced-expected.png: Added.
81111         * platform/chromium-win/mathml/presentation/fenced-expected.txt: Added.
81112         * platform/chromium-win/mathml/presentation/fenced-mi-expected.png: Added.
81113         * platform/chromium-win/mathml/presentation/fenced-mi-expected.txt: Added.
81114         * platform/chromium-win/mathml/presentation/fractions-expected.png: Added.
81115         * platform/chromium-win/mathml/presentation/fractions-expected.txt: Added.
81116         * platform/chromium-win/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
81117         * platform/chromium-win/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
81118         * platform/chromium-win/mathml/presentation/mo-expected.png: Added.
81119         * platform/chromium-win/mathml/presentation/mo-expected.txt: Added.
81120         * platform/chromium-win/mathml/presentation/mo-stretch-expected.png: Added.
81121         * platform/chromium-win/mathml/presentation/mo-stretch-expected.txt: Added.
81122         * platform/chromium-win/mathml/presentation/mroot-pref-width-expected.png: Added.
81123         * platform/chromium-win/mathml/presentation/mroot-pref-width-expected.txt: Added.
81124         * platform/chromium-win/mathml/presentation/over-expected.png: Added.
81125         * platform/chromium-win/mathml/presentation/over-expected.txt: Added.
81126         * platform/chromium-win/mathml/presentation/roots-expected.png: Added.
81127         * platform/chromium-win/mathml/presentation/roots-expected.txt: Added.
81128         * platform/chromium-win/mathml/presentation/row-alignment-expected.png: Added.
81129         * platform/chromium-win/mathml/presentation/row-alignment-expected.txt: Added.
81130         * platform/chromium-win/mathml/presentation/row-expected.png: Added.
81131         * platform/chromium-win/mathml/presentation/row-expected.txt: Added.
81132         * platform/chromium-win/mathml/presentation/style-expected.png: Added.
81133         * platform/chromium-win/mathml/presentation/style-expected.txt: Added.
81134         * platform/chromium-win/mathml/presentation/sub-expected.png: Added.
81135         * platform/chromium-win/mathml/presentation/sub-expected.txt: Added.
81136         * platform/chromium-win/mathml/presentation/subsup-expected.png: Added.
81137         * platform/chromium-win/mathml/presentation/subsup-expected.txt: Added.
81138         * platform/chromium-win/mathml/presentation/sup-expected.png: Added.
81139         * platform/chromium-win/mathml/presentation/sup-expected.txt: Added.
81140         * platform/chromium-win/mathml/presentation/tables-expected.png: Added.
81141         * platform/chromium-win/mathml/presentation/tables-expected.txt: Added.
81142         * platform/chromium-win/mathml/presentation/tokenElements-expected.png: Added.
81143         * platform/chromium-win/mathml/presentation/tokenElements-expected.txt: Added.
81144         * platform/chromium-win/mathml/presentation/under-expected.png: Added.
81145         * platform/chromium-win/mathml/presentation/under-expected.txt: Added.
81146         * platform/chromium-win/mathml/presentation/underover-expected.png: Added.
81147         * platform/chromium-win/mathml/presentation/underover-expected.txt: Added.
81148         * platform/chromium/TestExpectations:
81149         * platform/chromium/mathml/presentation/attributes-expected.png: Removed.
81150         * platform/chromium/mathml/presentation/fractions-expected.png: Removed.
81151         * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.png: Removed.
81152         * platform/chromium/mathml/presentation/mo-expected.png: Removed.
81153         * platform/chromium/mathml/presentation/mo-stretch-expected.png: Removed.
81154         * platform/chromium/mathml/presentation/mroot-pref-width-expected.png: Removed.
81155         * platform/chromium/mathml/presentation/over-expected.png: Removed.
81156         * platform/chromium/mathml/presentation/roots-expected.png: Removed.
81157         * platform/chromium/mathml/presentation/row-alignment-expected.png: Removed.
81158         * platform/chromium/mathml/presentation/row-expected.png: Removed.
81159         * platform/chromium/mathml/presentation/style-expected.png: Removed.
81160         * platform/chromium/mathml/presentation/subsup-expected.png: Removed.
81161
81162 2012-11-05  Kangil Han  <kangil.han@samsung.com>
81163
81164         [EFL][WK2][PixelTests] Add missing expectations
81165         https://bugs.webkit.org/show_bug.cgi?id=101289
81166
81167         Unreviewed, EFL gardening.
81168
81169         Add 16 missing pixel test expectations.
81170
81171         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
81172         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added.
81173         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Added.
81174         * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.png: Added.
81175         * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png: Added.
81176         * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png: Added.
81177         * platform/efl/fast/forms/basic-inputs-expected.png: Added.
81178         * platform/efl/fast/media/view-mode-media-feature-expected.png: Added.
81179         * platform/efl/media/video-aspect-ratio-expected.png: Added.
81180         * platform/efl/media/video-layer-crash-expected.png: Added.
81181         * platform/efl/media/video-transformed-expected.png: Added.
81182         * platform/efl/media/video-zoom-controls-expected.png: Added.
81183         * platform/efl/media/video-zoom-expected.png: Added.
81184         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added.
81185         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
81186         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
81187
81188 2012-11-05  Dirk Pranke  <dpranke@chromium.org>
81189
81190         Unreviewed, update chromium-mac-mountainlion baselines for svg failures after r133538
81191
81192         * 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.
81193         * 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.
81194         * platform/chromium-mac-lion/svg/batik/filters/filterRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/filters/filterRegions-expected.png.
81195         * platform/chromium-mac-lion/svg/batik/masking/maskRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/masking/maskRegions-expected.png.
81196         * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png.
81197         * platform/chromium-mac-lion/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png.
81198         * platform/chromium-mac-lion/svg/batik/paints/patternRegionA-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternRegionA-expected.png.
81199         * platform/chromium-mac-lion/svg/batik/paints/patternRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternRegions-expected.png.
81200         * 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.
81201         * platform/chromium-mac-lion/svg/batik/text/longTextOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/longTextOnPath-expected.png.
81202         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/smallFonts-expected.png.
81203         * platform/chromium-mac-lion/svg/batik/text/textAnchor-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textAnchor-expected.png.
81204         * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textDecoration-expected.png.
81205         * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect-expected.png.
81206         * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect2-expected.png.
81207         * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect3-expected.png.
81208         * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textFeatures-expected.png.
81209         * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLayout-expected.png.
81210         * platform/chromium-mac-lion/svg/batik/text/textLayout2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLayout2-expected.png.
81211         * platform/chromium-mac-lion/svg/batik/text/textLength-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLength-expected.png.
81212         * platform/chromium-mac-lion/svg/batik/text/textOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textOnPath-expected.png.
81213         * platform/chromium-mac-lion/svg/batik/text/textOnPathSpaces-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png.
81214         * platform/chromium-mac-lion/svg/batik/text/textPosition-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textPosition-expected.png.
81215         * platform/chromium-mac-lion/svg/batik/text/textPosition2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textPosition2-expected.png.
81216         * platform/chromium-mac-lion/svg/batik/text/textProperties-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textProperties-expected.png.
81217         * platform/chromium-mac-lion/svg/batik/text/textProperties2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textProperties2-expected.png.
81218         * platform/chromium-mac-lion/svg/batik/text/textStyles-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textStyles-expected.png.
81219         * platform/chromium-mac-lion/svg/batik/text/verticalText-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/verticalText-expected.png.
81220         * platform/chromium-mac-lion/svg/batik/text/verticalTextOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png.
81221         * 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.
81222         * 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.
81223         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
81224         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
81225         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
81226         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
81227         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
81228         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
81229         * platform/chromium-mac/svg/batik/paints/patternRegionA-expected.png:
81230         * platform/chromium-mac/svg/batik/paints/patternRegions-expected.png:
81231         * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.png:
81232         * platform/chromium-mac/svg/batik/text/longTextOnPath-expected.png:
81233         * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
81234         * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
81235         * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
81236         * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
81237         * platform/chromium-mac/svg/batik/text/textEffect2-expected.png:
81238         * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
81239         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
81240         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
81241         * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
81242         * platform/chromium-mac/svg/batik/text/textLength-expected.png:
81243         * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
81244         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
81245         * platform/chromium-mac/svg/batik/text/textPosition-expected.png:
81246         * platform/chromium-mac/svg/batik/text/textPosition2-expected.png:
81247         * platform/chromium-mac/svg/batik/text/textProperties-expected.png:
81248         * platform/chromium-mac/svg/batik/text/textProperties2-expected.png:
81249         * platform/chromium-mac/svg/batik/text/textStyles-expected.png:
81250         * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
81251         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
81252         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png:
81253         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png:
81254
81255 2012-11-05  Kenichi Ishibashi  <bashi@chromium.org>
81256
81257         [Chromium] Unicode combining diacritical aren't always combined on Linux
81258         https://bugs.webkit.org/show_bug.cgi?id=101009
81259
81260         Reviewed by Kent Tamura.
81261
81262         Add a test that checks whether combining marks are combined with base characters.
81263
81264         * fast/text/international/combining-marks-position-expected.txt: Added.
81265         * fast/text/international/combining-marks-position.html: Added.
81266
81267 2012-11-05  Filip Pizlo  <fpizlo@apple.com>
81268
81269         Prototype chain caching should check that the path from the base object to the slot base involves prototype hops only
81270         https://bugs.webkit.org/show_bug.cgi?id=101276
81271
81272         Reviewed by Gavin Barraclough.
81273
81274         This test already covered this case, but only for method_check. Modified it to
81275         also cover the get_by_id case.
81276
81277         * fast/js/toString-and-valueOf-override-expected.txt:
81278         * fast/js/toString-and-valueOf-override.html:
81279
81280 2012-11-05  Mark Lam  <mark.lam@apple.com>
81281
81282         Fixed flaky fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html.
81283         https://bugs.webkit.org/show_bug.cgi?id=101268.
81284
81285         Reviewed by Geoffrey Garen.
81286
81287         * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:
81288         * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html:
81289
81290 2012-11-05  Philip Rogers  <pdr@google.com>
81291
81292         Unblock SVG external references
81293         https://bugs.webkit.org/show_bug.cgi?id=100635
81294
81295         Reviewed by Adam Barth.
81296
81297         This patch reverts r132849 and r132869 because the potential XSS issue
81298         turned out to not be an issue after all.
81299
81300         Covered by existing tests, many of which are re-whitelisted with this patch.
81301
81302         * platform/chromium/TestExpectations:
81303
81304 2012-11-05  Beth Dakin  <bdakin@apple.com>
81305
81306         https://bugs.webkit.org/show_bug.cgi?id=101001
81307         Pages with position:fixed elements should still be able to scroll on 
81308         the scrolling thread
81309         -and corresponding-
81310         <rdar://problem/10857315>
81311
81312         Reviewed by Simon Fraser.
81313
81314         New tests.
81315         * platform/mac/tiled-drawing/fixed: Added.
81316         * platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt: Added.
81317         * platform/mac/tiled-drawing/fixed/absolute-inside-fixed.html: Added.
81318         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt: Added.
81319         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Added.
81320         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html: Added.
81321         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view.html: Added.
81322         * platform/mac/tiled-drawing/fixed/four-bars-expected.txt: Added.
81323         * platform/mac/tiled-drawing/fixed/four-bars.html: Added.
81324         * platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt: Added.
81325         * platform/mac/tiled-drawing/fixed/nested-fixed.html: Added.
81326         * platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt: Added.
81327         * platform/mac/tiled-drawing/fixed/percentage-inside-fixed.html: Added.
81328
81329         These two tests are supposed to be in "slow scrolling" mode. Now that 
81330         fixed elements can scroll "fast," we need something else to force 
81331         slow scrolling. We should probably just add something to 
81332         window.internals to do that, but in the meantime, 
81333         background-attachment:fixed will work.
81334         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt:
81335         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling.html:
81336         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
81337         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html:
81338
81339 2012-11-05  Alice Boxhall  <aboxhall@chromium.org>
81340
81341         Unreviewed gardening. Mark fonts/cursive.html as flaky on MountainLion as well as Lion.
81342         https://bugs.webkit.org/show_bug.cgi?id=83219
81343
81344         * platform/chromium/TestExpectations:
81345
81346 2012-11-05  Stephen White  <senorblanco@chromium.org>
81347
81348         [chromium] Unreviewed gardening.
81349
81350         * platform/chromium-mac-mountainlion/TestExpectations:
81351
81352 2012-11-05  Glenn Adams  <glenn@skynav.com>
81353
81354         Add support to -webkit-line-break property for CSS3 Text line-break property values and semantics.
81355         https://bugs.webkit.org/show_bug.cgi?id=89235
81356
81357         Reviewed by Eric Seidel.
81358
81359         See also wiki documentation at:
81360         [1] http://trac.webkit.org/wiki/LineBreaking
81361         [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping
81362
81363         * css3/line-break/line-break-auto-centered-expected.html: Added.
81364         * css3/line-break/line-break-auto-centered.html: Added.
81365         * css3/line-break/line-break-auto-half-kana-expected.html: Added.
81366         * css3/line-break/line-break-auto-half-kana.html: Added.
81367         * css3/line-break/line-break-auto-hyphens-expected.html: Added.
81368         * css3/line-break/line-break-auto-hyphens.html: Added.
81369         * css3/line-break/line-break-auto-inseparables-expected.html: Added.
81370         * css3/line-break/line-break-auto-inseparables.html: Added.
81371         * css3/line-break/line-break-auto-iteration-marks-expected.html: Added.
81372         * css3/line-break/line-break-auto-iteration-marks.html: Added.
81373         * css3/line-break/line-break-auto-postfixes-expected.html: Added.
81374         * css3/line-break/line-break-auto-postfixes.html: Added.
81375         * css3/line-break/line-break-auto-prefixes-expected.html: Added.
81376         * css3/line-break/line-break-auto-prefixes.html: Added.
81377         * css3/line-break/line-break-auto-sound-marks-expected.html: Added.
81378         * css3/line-break/line-break-auto-sound-marks.html: Added.
81379         * css3/line-break/line-break-loose-centered-expected.html: Added.
81380         * css3/line-break/line-break-loose-centered.html: Added.
81381         * css3/line-break/line-break-loose-half-kana-expected.html: Added.
81382         * css3/line-break/line-break-loose-half-kana.html: Added.
81383         * css3/line-break/line-break-loose-hyphens-expected.html: Added.
81384         * css3/line-break/line-break-loose-hyphens.html: Added.
81385         * css3/line-break/line-break-loose-inseparables-expected.html: Added.
81386         * css3/line-break/line-break-loose-inseparables.html: Added.
81387         * css3/line-break/line-break-loose-iteration-marks-expected.html: Added.
81388         * css3/line-break/line-break-loose-iteration-marks.html: Added.
81389         * css3/line-break/line-break-loose-postfixes-expected.html: Added.
81390         * css3/line-break/line-break-loose-postfixes.html: Added.
81391         * css3/line-break/line-break-loose-prefixes-expected.html: Added.
81392         * css3/line-break/line-break-loose-prefixes.html: Added.
81393         * css3/line-break/line-break-loose-sound-marks-expected.html: Added.
81394         * css3/line-break/line-break-loose-sound-marks.html: Added.
81395         * css3/line-break/line-break-normal-centered-expected.html: Added.
81396         * css3/line-break/line-break-normal-centered.html: Added.
81397         * css3/line-break/line-break-normal-half-kana-expected.html: Added.
81398         * css3/line-break/line-break-normal-half-kana.html: Added.
81399         * css3/line-break/line-break-normal-hyphens-expected.html: Added.
81400         * css3/line-break/line-break-normal-hyphens.html: Added.
81401         * css3/line-break/line-break-normal-inseparables-expected.html: Added.
81402         * css3/line-break/line-break-normal-inseparables.html: Added.
81403         * css3/line-break/line-break-normal-iteration-marks-expected.html: Added.
81404         * css3/line-break/line-break-normal-iteration-marks.html: Added.
81405         * css3/line-break/line-break-normal-postfixes-expected.html: Added.
81406         * css3/line-break/line-break-normal-postfixes.html: Added.
81407         * css3/line-break/line-break-normal-prefixes-expected.html: Added.
81408         * css3/line-break/line-break-normal-prefixes.html: Added.
81409         * css3/line-break/line-break-normal-sound-marks-expected.html: Added.
81410         * css3/line-break/line-break-normal-sound-marks.html: Added.
81411         * css3/line-break/line-break-strict-centered-expected.html: Added.
81412         * css3/line-break/line-break-strict-centered.html: Added.
81413         * css3/line-break/line-break-strict-half-kana-expected.html: Added.
81414         * css3/line-break/line-break-strict-half-kana.html: Added.
81415         * css3/line-break/line-break-strict-hyphens-expected.html: Added.
81416         * css3/line-break/line-break-strict-hyphens.html: Added.
81417         * css3/line-break/line-break-strict-inseparables-expected.html: Added.
81418         * css3/line-break/line-break-strict-inseparables.html: Added.
81419         * css3/line-break/line-break-strict-iteration-marks-expected.html: Added.
81420         * css3/line-break/line-break-strict-iteration-marks.html: Added.
81421         * css3/line-break/line-break-strict-postfixes-expected.html: Added.
81422         * css3/line-break/line-break-strict-postfixes.html: Added.
81423         * css3/line-break/line-break-strict-prefixes-expected.html: Added.
81424         * css3/line-break/line-break-strict-prefixes.html: Added.
81425         * css3/line-break/line-break-strict-sound-marks-expected.html: Added.
81426         * css3/line-break/line-break-strict-sound-marks.html: Added.
81427
81428         * platform/chromium/css3/line-break/line-break-auto-half-kana-expected.html: Added.
81429         * platform/chromium/css3/line-break/line-break-auto-sound-marks-expected.html: Added.
81430         Override reftest expectations on chromium due to different ICU auto behavior.
81431
81432         * platform/chromium-android/css3/line-break/line-break-auto-half-kana-expected.html: Added.
81433         * platform/chromium-android/css3/line-break/line-break-auto-sound-marks-expected.html: Added.
81434         Override override of reftest expectations on chromium due to different ICU auto behavior;
81435         that is, chromium-android seems to follow the generic expectations.
81436
81437 2012-11-05  Adam Barth  <abarth@webkit.org>
81438
81439         webkitRegionLayoutUpdate is incorrectly named
81440         https://bugs.webkit.org/show_bug.cgi?id=100335
81441
81442         Reviewed by Ojan Vafai.
81443
81444         Update tests to use the proper name.
81445
81446         * fast/regions/webkit-named-flow-event-add-to-flow.html:
81447         * fast/regions/webkit-named-flow-event-no-regions.html:
81448         * fast/regions/webkit-named-flow-event-remove-from-dom.html:
81449         * fast/regions/webkit-named-flow-event-remove-from-flow.html:
81450         * fast/regions/webkit-named-flow-event-target.html:
81451         * fast/regions/webkit-named-flow-event-to-null.html:
81452         * fast/regions/webkit-named-flow-event.html:
81453
81454 2012-11-05  Stephen White  <senorblanco@chromium.org>
81455
81456         Remove fast/forms/week-multiple-fields from
81457         platform/mac/TestExpectations, since it no longer exists and makes the
81458         style script complain.  Unreviewed.
81459
81460         * platform/mac/TestExpectations:
81461
81462 2012-11-05  Stephen White  <senorblanco@chromium.org>
81463
81464         [chromium] Give actual bug IDs to some past gardening.  Unreviewed.
81465
81466         * platform/chromium/TestExpectations:
81467
81468 2012-11-05  Florin Malita  <fmalita@chromium.org>
81469
81470         Crash when mixing layers, foreignObjects and SVG hidden containers
81471         https://bugs.webkit.org/show_bug.cgi?id=87297
81472
81473         Reviewed by Dirk Schulze.
81474
81475         * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
81476         * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
81477         * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
81478         * platform/chromium-win/svg/foreignObject/fO-parent-display-none-expected.txt:
81479         * platform/chromium-win/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
81480         * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
81481         * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
81482         * platform/chromium/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
81483         * platform/chromium/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
81484         * platform/chromium/svg/foreignObject/fO-parent-display-none-expected.txt:
81485         * platform/chromium/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
81486         * platform/chromium/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
81487         * platform/chromium/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
81488         * platform/efl/svg/foreignObject/fO-parent-display-none-expected.txt:
81489         * platform/efl/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
81490         * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
81491         * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
81492         * platform/gtk/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
81493         * platform/gtk/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
81494         * platform/gtk/svg/foreignObject/fO-parent-display-none-expected.txt:
81495         * platform/gtk/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
81496         * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
81497         * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
81498         * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
81499         * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
81500         * platform/mac/svg/foreignObject/fO-parent-display-none-expected.txt:
81501         * platform/mac/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
81502         * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
81503         * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
81504         * platform/qt/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
81505         * platform/qt/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
81506         * platform/qt/svg/foreignObject/fO-parent-display-none-expected.txt:
81507         * platform/qt/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
81508         * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
81509         * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
81510         * svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt:
81511         * svg/foreignObject/foreign-object-defs-crash-expected.txt: Added.
81512         * svg/foreignObject/foreign-object-defs-crash.svg: Added.
81513         * svg/foreignObject/text-tref-02-b-expected.txt:
81514
81515 2012-11-05  Stephen White  <senorblanco@chromium.org>
81516
81517         [chromium] Mark several compositing tests as only failing Image
81518         and not Text, after r133513.  Unreviewed.
81519
81520         * platform/chromium/TestExpectations:
81521
81522 2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>
81523
81524         [Qt][WK2] New compositing/tiling tests fail
81525         https://bugs.webkit.org/show_bug.cgi?id=101166
81526
81527         Unskip now passing tests after r133513.
81528
81529         * platform/qt-5.0-wk2/TestExpectations:
81530
81531 2012-11-05  Simon Fraser  <simon.fraser@apple.com>
81532
81533         [Qt][WK2] New compositing/tiling tests fail
81534         https://bugs.webkit.org/show_bug.cgi?id=101166
81535
81536         The platform-independent results should not contain visibleRect, since this is
81537         only dumped on Mac.
81538
81539         * compositing/tiling/rotated-tiled-clamped-expected.txt:
81540         * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
81541
81542 2012-11-05  Simon Fraser  <simon.fraser@apple.com>
81543
81544         Rebaseline some Lion results that were affected by enabling subpixel layout.
81545
81546         * platform/mac-lion/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
81547         * platform/mac-lion/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
81548         * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
81549         * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
81550         * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
81551         * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
81552         * platform/mac-lion/fast/text/international/hindi-spacing-expected.txt:
81553         * platform/mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt:
81554         * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
81555         * platform/mac-lion/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
81556         * platform/mac-lion/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
81557         * platform/mac-lion/fast/writing-mode/vertical-font-fallback-expected.txt:
81558
81559 2012-11-05  Stephen White  <senorblanco@chromium.org>
81560
81561         [chromium] Mark css3/filters/custom/custom-filter-animation.html
81562         as timing out intermittently.  Unreviewed.
81563
81564         * platform/chromium/TestExpectations:
81565
81566 2012-11-05  David Barton  <dbarton@mathscribe.com>
81567
81568         Implement SimpleFontData::platformBoundsForGlyph on skia
81569         https://bugs.webkit.org/show_bug.cgi?id=101115
81570
81571         Reviewed by Eric Seidel.
81572
81573         Some lineboxcontain/etc. tests will need rebaselining.
81574
81575         * platform/chromium/TestExpectations:
81576
81577 2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>
81578
81579         [Qt] Unreviewed gardening, unskip a now passing test.
81580
81581         * platform/qt-5.0-wk1/TestExpectations:
81582
81583 2012-11-05  Hans Muller  <hmuller@adobe.com>
81584
81585         [CSS Exclusions] Polygon edges should span colinear vertices
81586         https://bugs.webkit.org/show_bug.cgi?id=99343
81587
81588         Reviewed by Dirk Schulze.
81589
81590         Verify that exclusion polygonal shape-inside layout is unaffected by coincident
81591         or collinear vertices.
81592
81593         * fast/exclusions/shape-inside/shape-inside-coincident-vertices-expected.html: Added.
81594         * fast/exclusions/shape-inside/shape-inside-coincident-vertices.html: Added.
81595         * fast/exclusions/shape-inside/shape-inside-collinear-vertices-expected.html: Added.
81596         * fast/exclusions/shape-inside/shape-inside-collinear-vertices.html: Added.
81597
81598 2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>
81599
81600         [Qt] Unreviewed gardening, unskip now passing tests.
81601
81602         * platform/qt/TestExpectations:
81603
81604 2012-11-05  Stephen White  <senorblanco@chromium.org>
81605
81606         [chromium] Mark inspector-protocol/debugger-pause-dedicated-worker.html
81607         as also crashy, and give it a bug ID.  Unreviewed.
81608
81609         * platform/chromium/TestExpectations:
81610
81611 2012-11-05  Dominik Röttsches  <dominik.rottsches@intel.com>
81612
81613         [Cairo] Make Cairo honor image orientation
81614         https://bugs.webkit.org/show_bug.cgi?id=101207
81615
81616         Reviewed by Kenneth Rohde Christiansen.
81617
81618         Unskip and rebaseline exif orientation tests for EFL.
81619
81620         * platform/efl-wk1/TestExpectations: Tests not passing here yet, since DRT needs a setShouldRespectImageOrientation setting.
81621         * platform/efl/TestExpectations: Unskipping three exif orientation tests.
81622         * platform/efl/fast/images/exif-orientation-css-expected.png: Added.
81623         * platform/efl/fast/images/exif-orientation-css-expected.txt: Added.
81624         * platform/efl/fast/images/exif-orientation-expected.png: Added.
81625         * platform/efl/fast/images/exif-orientation-expected.txt: Added.
81626         * platform/efl/fast/images/exif-orientation-image-document-expected.png: Added.
81627         * platform/efl/fast/images/exif-orientation-image-document-expected.txt: Added.
81628
81629 2012-11-05  Hans Muller  <hmuller@adobe.com>
81630
81631         [CSS Exclusions] Layout of the first shape-inside line can be incorrect
81632         https://bugs.webkit.org/show_bug.cgi?id=100996
81633
81634         Reviewed by Dirk Schulze.
81635
81636         Verify that the first line of shape-inside content is laid out correctly
81637         when the top of the shape's bounds has a non-integral value.
81638
81639         * fast/exclusions/shape-inside/shape-inside-shape-logical-top-expected.html: Added.
81640         * fast/exclusions/shape-inside/shape-inside-shape-logical-top.html: Added.
81641
81642 2012-11-05  Stephen White  <senorblanco@chromium.org>
81643
81644         [chromium] Mark a flaky test.  Unreviewed.
81645
81646         * platform/chromium/TestExpectations:
81647
81648 2012-11-05  Stephen White  <senorblanco@chromium.org>
81649
81650         [chromium] Add a now-failing test, remove a now-passing test.  Unreviewed.
81651
81652         * platform/chromium/TestExpectations:
81653
81654 2012-11-05  Pierre Rossi  <pierre.rossi@gmail.com>
81655
81656         [Qt] Fix broken comment in WK2 TestExpectations
81657
81658         Unreviewed fix, just an obviously missing '#' character.
81659
81660         * platform/qt-5.0-wk2/TestExpectations:
81661
81662 2012-11-05  Christophe Dumez  <christophe.dumez@intel.com>
81663
81664         fast/events/popup-allowed-from-gesture-initiated-event.html is flaky
81665         https://bugs.webkit.org/show_bug.cgi?id=101208
81666
81667         Reviewed by Kenneth Rohde Christiansen.
81668
81669         Close the new popup between each test to make sure the new window
81670         does not mask the buttons and therefore prevent them from being
81671         clicked. This addresses flakiness for this test.
81672
81673         * fast/events/popup-allowed-from-gesture-initiated-event.html:
81674
81675 2012-11-05  Zan Dobersek  <zandobersek@gmail.com>
81676
81677         Unreviewed GTK gardening.
81678
81679         A followup to r133453, adding a baseline for http/tests/inspector/console-websocket-error.html.
81680
81681         * platform/gtk/http/tests/inspector: Added.
81682         * platform/gtk/http/tests/inspector/console-websocket-error-expected.txt: Added.
81683
81684 2012-11-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>
81685
81686         Validate CSS Device Adaptation properties and resolve shorthands
81687         https://bugs.webkit.org/show_bug.cgi?id=95962
81688
81689         Reviewed by Alexis Menard.
81690
81691         Added a test for CSS Device Adaptation property parsing validation.
81692
81693         * css3/device-adapt/viewport-properties-validation-expected.txt: Added.
81694         * css3/device-adapt/viewport-properties-validation.html: Added.
81695
81696 2012-11-05  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
81697
81698         [EFL] Unreviewed gardening.
81699
81700         Remove a few tests which depend on setIsolatedWorldSecurityOrigin
81701         since they are already skipped in efl/TestExpectations.
81702
81703         * platform/efl-wk2/TestExpectations:
81704
81705 2012-11-05  Christophe Dumez  <christophe.dumez@intel.com>
81706
81707         [EFL] fast/forms/week-multiple-fields does not exist and should be removed from TestExpectations
81708         https://bugs.webkit.org/show_bug.cgi?id=101202
81709
81710         Unreviewed EFL gardening.
81711
81712         Remove fast/forms/week-multiple-fields from TestExpections since it does
81713         not exist and makes the style script complain.
81714
81715         * platform/efl/TestExpectations:
81716
81717 2012-11-05  Zan Dobersek  <zandobersek@gmail.com>
81718
81719         Unreviewed GTK gardening.
81720
81721         Clean up the inspector-related test expectations. Instead of marking
81722         many tests as skipped, proper failure expectations are put in place.
81723         The tests are still being skipped as their current behavior on the
81724         buildbots is unknown.
81725
81726         * platform/gtk/TestExpectations:
81727
81728 2012-11-05  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
81729
81730         [Qt] Unreviewed gardening.
81731
81732         Skip fast/dom/shadow/shadowroot-type.html because SHADOW_DOM is disabled.
81733
81734         * platform/qt/TestExpectations:
81735
81736 2012-11-05  Zan Dobersek  <zandobersek@gmail.com>
81737
81738         Unreviewed GTK gardening.
81739
81740         Rebaselining MathML tests after r132264 and r133221 and updating
81741         pixel baselines with outdated hash.
81742
81743         * platform/gtk/TestExpectations:
81744         * platform/gtk/mathml/presentation/attributes-expected.png:
81745         * platform/gtk/mathml/presentation/fenced-expected.png:
81746         * platform/gtk/mathml/presentation/fenced-expected.txt:
81747         * platform/gtk/mathml/presentation/mo-expected.png:
81748         * platform/gtk/mathml/presentation/mo-expected.txt:
81749         * platform/gtk/mathml/presentation/mo-stretch-expected.png:
81750         * platform/gtk/mathml/presentation/mo-stretch-expected.txt:
81751         * platform/gtk/mathml/presentation/mroot-pref-width-expected.png:
81752         * platform/gtk/mathml/presentation/over-expected.png:
81753         * platform/gtk/mathml/presentation/over-expected.txt:
81754         * platform/gtk/mathml/presentation/roots-expected.png:
81755         * platform/gtk/mathml/presentation/row-alignment-expected.png:
81756         * platform/gtk/mathml/presentation/row-alignment-expected.txt:
81757         * platform/gtk/mathml/presentation/row-expected.png:
81758         * platform/gtk/mathml/presentation/row-expected.txt:
81759         * platform/gtk/mathml/presentation/style-expected.png:
81760         * platform/gtk/mathml/presentation/subsup-expected.png:
81761         * platform/gtk/mathml/presentation/subsup-expected.txt:
81762         * platform/gtk/mathml/presentation/tables-expected.png:
81763         * platform/gtk/mathml/presentation/tables-expected.txt:
81764
81765 2012-11-05  Christophe Dumez  <christophe.dumez@intel.com>
81766
81767         [EFL] Skip compositing/repaint/invalidations-on-composited-layers.html
81768         https://bugs.webkit.org/show_bug.cgi?id=101181
81769
81770         Unreviewed EFL gardening.
81771
81772         Mark compositing/repaint/invalidations-on-composited-layers.html as
81773         expected to fail since accelerated compositing is disabled by default
81774         on EFL port.
81775
81776         * platform/efl/TestExpectations:
81777
81778 2012-11-05  Zan Dobersek  <zandobersek@gmail.com>
81779
81780         Unreviewed GTK gardening.
81781
81782         Skipping ENABLE_SUBPIXEL- and ENABLE_INPUT_TYPE_*-related testing
81783         directories. These features are not enabled yet and most of the
81784         tests fail.
81785
81786         Removing failure expectation for fast/files/workers/worker-apply-blob-url-to-xhr.html,
81787         the issue was fixed in r132973.
81788
81789         Moving the skip entry for css3/device-adapt to the proper section.
81790
81791         * platform/gtk/TestExpectations:
81792
81793 2012-11-05  Shinya Kawanaka  <shinyak@chromium.org>
81794
81795         [Shadow] ShadowRoot type is not set correctly.
81796         https://bugs.webkit.org/show_bug.cgi?id=101188
81797
81798         Reviewed by Hajime Morita.
81799
81800         * fast/dom/shadow/shadowroot-type-expected.txt: Added.
81801         * fast/dom/shadow/shadowroot-type.html: Added.
81802
81803 2012-11-04  Kent Tamura  <tkent@chromium.org>
81804
81805         Move *-multiple-fields-appearance-*.html from fast/forms/*-multiple-fields/ to fast/forms/*/
81806         https://bugs.webkit.org/show_bug.cgi?id=101186
81807
81808         Rubber-stamped by Kentaro Hara.
81809
81810         The fast/forms/{date,month,time,week}-multiple-fields/
81811         {date,month,time,week}-multiple-fields-appearance-*.html tests don't
81812         depend on the multiple-fields UI, and should work for non
81813         multiple-fields configuration too. They should be moved to
81814         fast/forms/{date,month,time,week}/.
81815
81816         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.txt: Removed.
81817         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic.html: Removed.
81818         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.txt: Removed.
81819         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n.html: Removed.
81820         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
81821         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes.html: Removed.
81822         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
81823         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html: Removed.
81824         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.txt: Removed.
81825         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style.html: Removed.
81826         * fast/forms/date/date-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.txt.
81827         * fast/forms/date/date-appearance-basic.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic.html.
81828         * fast/forms/date/date-appearance-l10n-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.txt.
81829         * fast/forms/date/date-appearance-l10n.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n.html.
81830         * 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.
81831         * fast/forms/date/date-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes.html.
81832         * 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.
81833         * fast/forms/date/date-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html.
81834         * fast/forms/date/date-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.txt.
81835         * fast/forms/date/date-appearance-style.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style.html.
81836         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.txt: Removed.
81837         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic.html: Removed.
81838         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.txt: Removed.
81839         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html: Removed.
81840         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
81841         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes.html: Removed.
81842         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
81843         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html: Removed.
81844         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.txt: Removed.
81845         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-style.html: Removed.
81846         * fast/forms/month/month-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.txt.
81847         * fast/forms/month/month-appearance-basic.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic.html.
81848         * fast/forms/month/month-appearance-l10n-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.txt.
81849         * fast/forms/month/month-appearance-l10n.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html.
81850         * 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.
81851         * fast/forms/month/month-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes.html.
81852         * 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.
81853         * fast/forms/month/month-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html.
81854         * fast/forms/month/month-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.txt.
81855         * fast/forms/month/month-appearance-style.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style.html.
81856         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt: Removed.
81857         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html: Removed.
81858         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: Removed.
81859         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly.html: Removed.
81860         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
81861         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes.html: Removed.
81862         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
81863         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html: Removed.
81864         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt: Removed.
81865         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html: Removed.
81866         * fast/forms/time/time-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt.
81867         * fast/forms/time/time-appearance-basic.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html.
81868         * 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.
81869         * fast/forms/time/time-appearance-disabled-readonly.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly.html.
81870         * 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.
81871         * fast/forms/time/time-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes.html.
81872         * 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.
81873         * fast/forms/time/time-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html.
81874         * fast/forms/time/time-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt.
81875         * fast/forms/time/time-appearance-style.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html.
81876         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt: Removed.
81877         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html: Removed.
81878         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
81879         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes.html: Removed.
81880         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
81881         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html: Removed.
81882         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.txt: Removed.
81883         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-style.html: Removed.
81884         * fast/forms/week/week-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt.
81885         * fast/forms/week/week-appearance-basic.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html.
81886         * 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.
81887         * fast/forms/week/week-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes.html.
81888         * 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.
81889         * fast/forms/week/week-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html.
81890         * fast/forms/week/week-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.txt.
81891         * fast/forms/week/week-appearance-style.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style.html.
81892         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
81893         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
81894         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
81895         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
81896         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
81897         * 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.
81898         * 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.
81899         * 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.
81900         * 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.
81901         * 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.
81902         * platform/chromium-linux/fast/forms/month: Added.
81903         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
81904         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
81905         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
81906         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
81907         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
81908         * 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.
81909         * 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.
81910         * 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.
81911         * 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.
81912         * 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.
81913         * platform/chromium-linux/fast/forms/time: Added.
81914         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
81915         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
81916         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
81917         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
81918         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
81919         * 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.
81920         * 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.
81921         * 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.
81922         * 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.
81923         * 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.
81924         * platform/chromium-linux/fast/forms/week: Added.
81925         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
81926         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
81927         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
81928         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
81929         * 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.
81930         * 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.
81931         * 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.
81932         * 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.
81933         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
81934         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
81935         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
81936         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
81937         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
81938         * 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.
81939         * 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.
81940         * 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.
81941         * 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.
81942         * 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.
81943         * platform/chromium-mac-lion/fast/forms/month: Added.
81944         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
81945         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
81946         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
81947         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
81948         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
81949         * 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.
81950         * 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.
81951         * 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.
81952         * 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.
81953         * 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.
81954         * platform/chromium-mac-lion/fast/forms/time: Added.
81955         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
81956         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
81957         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
81958         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
81959         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
81960         * 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.
81961         * 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.
81962         * 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.
81963         * 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.
81964         * 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.
81965         * platform/chromium-mac-lion/fast/forms/week: Added.
81966         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
81967         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
81968         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
81969         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
81970         * 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.
81971         * 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.
81972         * 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.
81973         * 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.
81974         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
81975         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
81976         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
81977         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
81978         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
81979         * 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.
81980         * 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.
81981         * 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.
81982         * 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.
81983         * 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.
81984         * platform/chromium-mac-snowleopard/fast/forms/month: Added.
81985         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
81986         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
81987         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
81988         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
81989         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
81990         * 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.
81991         * 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.
81992         * 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.
81993         * 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.
81994         * 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.
81995         * platform/chromium-mac-snowleopard/fast/forms/time: Added.
81996         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
81997         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
81998         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
81999         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
82000         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
82001         * 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.
82002         * 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.
82003         * 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.
82004         * 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.
82005         * 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.
82006         * platform/chromium-mac-snowleopard/fast/forms/week: Added.
82007         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
82008         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
82009         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
82010         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
82011         * 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.
82012         * 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.
82013         * 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.
82014         * 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.
82015         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
82016         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
82017         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
82018         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
82019         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
82020         * 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.
82021         * 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.
82022         * 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.
82023         * 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.
82024         * 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.
82025         * platform/chromium-mac/fast/forms/month: Added.
82026         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
82027         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
82028         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
82029         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
82030         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
82031         * 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.
82032         * 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.
82033         * 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.
82034         * 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.
82035         * 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.
82036         * platform/chromium-mac/fast/forms/time: Added.
82037         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
82038         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
82039         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
82040         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
82041         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
82042         * 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.
82043         * 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.
82044         * 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.
82045         * 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.
82046         * 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.
82047         * platform/chromium-mac/fast/forms/week: Added.
82048         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
82049         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
82050         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
82051         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
82052         * 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.
82053         * 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.
82054         * 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.
82055         * 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.
82056         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
82057         * 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.
82058         * platform/chromium-win-xp/fast/forms/month: Added.
82059         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
82060         * 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.
82061         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
82062         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
82063         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
82064         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
82065         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
82066         * 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.
82067         * 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.
82068         * 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.
82069         * 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.
82070         * 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.
82071         * platform/chromium-win/fast/forms/month: Added.
82072         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
82073         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
82074         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
82075         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
82076         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
82077         * 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.
82078         * 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.
82079         * 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.
82080         * 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.
82081         * 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.
82082         * platform/chromium-win/fast/forms/time: Added.
82083         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
82084         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
82085         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
82086         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
82087         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
82088         * 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.
82089         * 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.
82090         * 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.
82091         * 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.
82092         * 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.
82093         * platform/chromium-win/fast/forms/week: Added.
82094         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
82095         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
82096         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
82097         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
82098         * 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.
82099         * 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.
82100         * 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.
82101         * 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.
82102         * platform/chromium/TestExpectations:
82103
82104 2012-11-04  Julien Chaffraix  <jchaffraix@webkit.org>
82105
82106         Fix the collapsing border code to handle mixed directionality at the row level
82107         https://bugs.webkit.org/show_bug.cgi?id=101060
82108
82109         Reviewed by Ojan Vafai.
82110
82111         * fast/table/border-collapsing/table-ltr-rows-mixed-direction-expected.html: Added.
82112         * fast/table/border-collapsing/table-ltr-rows-mixed-direction.html: Added.
82113         * fast/table/border-collapsing/table-rtl-row-mixed-direction-expected.html: Added.
82114         * fast/table/border-collapsing/table-rtl-row-mixed-direction.html: Added.
82115
82116 2012-11-04  Andrey Adaikin  <aandrey@chromium.org>
82117
82118         Web Inspector: [Canvas] do not blow up the capturing log
82119         https://bugs.webkit.org/show_bug.cgi?id=100752
82120
82121         Reviewed by Pavel Feldman.
82122
82123         Added test for track Canvas 2D API changes, as well as basics for the capturing.
82124
82125         * inspector/profiler/canvas-profiler-test.js: Renamed from LayoutTests/inspector/profiler/webgl/webgl-profiler-test.js.
82126         (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent):
82127         (initialize_CanvasWebGLProfilerTest):
82128         (createWebGLContext):
82129         (createCanvas2DContext):
82130         * inspector/profiler/canvas2d/canvas2d-api-changes-expected.txt: Added.
82131         * inspector/profiler/canvas2d/canvas2d-api-changes.html: Added.
82132         * inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics-expected.txt: Added.
82133         * inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics.html: Added.
82134         * inspector/profiler/webgl/webgl-profiler-get-error.html:
82135
82136 2012-11-04  Nandor Huszka  <hnandor@inf.u-szeged.hu>
82137
82138         [Qt] Unreviewed gardening.
82139
82140         Skip a new failing test introduced in r133428, because SHADOW_DOM is disabled.
82141         Unskip a test that does not exist already.
82142
82143         * platform/qt/TestExpectations:
82144
82145 2012-11-04  Zan Dobersek  <zandobersek@gmail.com>
82146
82147         Unreviewed GTK gardening.
82148
82149         Adding failure expectations for accessibility/svg-remote-element,
82150         fast/images/exif-orientation-image-document.html and
82151         svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg.
82152         Rebaselining fast/images/repaint-subrect-grid.html, the new baseline
82153         matches the one Mac port uses.
82154
82155         * platform/gtk/TestExpectations:
82156         * platform/gtk/fast/images/repaint-subrect-grid-expected.txt: Added.
82157
82158 2012-11-04  Keishi Hattori  <keishi@webkit.org>
82159
82160         Introduce Month class to calendar picker
82161         https://bugs.webkit.org/show_bug.cgi?id=101024
82162
82163         Reviewed by Kent Tamura.
82164
82165         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
82166         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
82167         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html: Adjust the expectation because we changed the month string format.
82168         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations-expected.txt:
82169         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: Ditto.
82170
82171 2012-11-04  Kent Tamura  <tkent@chromium.org>
82172
82173         Remove obsolete tests for date/time input types
82174         https://bugs.webkit.org/show_bug.cgi?id=98783
82175
82176         Reviewed by Kentaro Hara.
82177
82178         *-input-visible-string.html and *-stepup-stepdown-from-renderer.html are
82179         unnecessary and should be removed because they depend on textfield
82180         behavior, and the date/time input types no longer have textfield
82181         behavior on any platforms.
82182
82183         * fast/forms/datetime/datetime-input-visible-string-expected.txt: Removed.
82184         * fast/forms/datetime/datetime-input-visible-string.html: Removed.
82185         * fast/forms/datetime/datetime-stepup-stepdown-from-renderer-expected.txt: Removed.
82186         * fast/forms/datetime/datetime-stepup-stepdown-from-renderer.html: Removed.
82187         * fast/forms/datetimelocal/datetimelocal-input-visible-string-expected.txt: Removed.
82188         * fast/forms/datetimelocal/datetimelocal-input-visible-string.html: Removed.
82189         * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer-expected.txt: Removed.
82190         * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer.html: Removed.
82191         * fast/forms/month/month-input-visible-string-expected.txt: Removed.
82192         * fast/forms/month/month-input-visible-string.html: Removed.
82193         * fast/forms/month/month-stepup-stepdown-from-renderer-expected.txt: Removed.
82194         * fast/forms/month/month-stepup-stepdown-from-renderer.html: Removed.
82195         * fast/forms/time/time-input-visible-string-expected.txt: Removed.
82196         * fast/forms/time/time-input-visible-string.html: Removed.
82197         * fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed.
82198         * fast/forms/time/time-stepup-stepdown-from-renderer.html: Removed.
82199         * fast/forms/week/week-input-visible-string-expected.txt: Removed.
82200         * fast/forms/week/week-input-visible-string.html: Removed.
82201         * fast/forms/week/week-stepup-stepdown-from-renderer-expected.txt: Removed.
82202         * fast/forms/week/week-stepup-stepdown-from-renderer.html: Removed.
82203         * platform/chromium-android/fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed.
82204         * platform/chromium/TestExpectations:
82205         * platform/chromium/fast/forms/datetime/datetime-input-visible-string-expected.txt: Removed.
82206         * platform/chromium/fast/forms/datetime/datetime-stepup-stepdown-from-renderer-expected.txt: Removed.
82207         * platform/chromium/fast/forms/datetimelocal/datetimelocal-input-visible-string-expected.txt: Removed.
82208         * platform/chromium/fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer-expected.txt: Removed.
82209         * platform/chromium/fast/forms/month/month-input-visible-string-expected.txt: Removed.
82210         * platform/chromium/fast/forms/month/month-stepup-stepdown-from-renderer-expected.txt: Removed.
82211         * platform/chromium/fast/forms/time/time-input-visible-string-expected.txt: Removed.
82212         * platform/chromium/fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed.
82213         * platform/chromium/fast/forms/week/week-input-visible-string-expected.txt: Removed.
82214         * platform/chromium/fast/forms/week/week-stepup-stepdown-from-renderer-expected.txt: Removed.
82215
82216 2012-11-04  Jinwoo Song  <jinwoo7.song@samsung.com>
82217
82218         [EFL][DRT] Skip a fast/images/repaint-subrect-grid.html test case after r133322
82219         https://bugs.webkit.org/show_bug.cgi?id=101175
82220
82221         Unreviewed gardening.
82222
82223         fast/images/repaint-subrect-grid.html is failing on WK1 debug bot.
82224
82225         * platform/efl-wk1/TestExpectations:
82226
82227 2012-11-04  Shinya Kawanaka  <shinyak@chromium.org>
82228
82229         [Shadow] Implement custom pseudo-elements styling
82230         https://bugs.webkit.org/show_bug.cgi?id=100812
82231
82232         Reviewed by Hajime Morita.
82233
82234         * fast/dom/shadow/styling-pseudo-attribute-expected.html: Added.
82235         * fast/dom/shadow/styling-pseudo-attribute.html: Added.
82236
82237 2012-11-04  Sheriff Bot  <webkit.review.bot@gmail.com>
82238
82239         Unreviewed, rolling out r133416.
82240         http://trac.webkit.org/changeset/133416
82241         https://bugs.webkit.org/show_bug.cgi?id=101169
82242
82243         Broke world selection by right click (Requested by rniwa on
82244         #webkit).
82245
82246         * fast/events/touch/gesture/disabled-input-text-selection-expected.txt: Removed.
82247         * fast/events/touch/gesture/disabled-input-text-selection.html: Removed.
82248         * platform/chromium/TestExpectations:
82249
82250 2012-11-04  Stephen White  <senorblanco@chromium.org>
82251
82252         [chromium] Add a now-failing test.  Unreviewed.
82253
82254         * platform/chromium/TestExpectations:
82255
82256 2012-11-04  Florin Malita  <fmalita@chromium.org>
82257
82258         Color-profile property triggers assert
82259         https://bugs.webkit.org/show_bug.cgi?id=101080
82260
82261         Reviewed by Dirk Schulze.
82262
82263         * svg/css/color-profile-crash-expected.txt: Added.
82264         * svg/css/color-profile-crash.html: Added.
82265
82266 2012-11-04  Csaba Osztrogonác  <ossy@webkit.org>
82267
82268         [Qt][WK2] Unreviewed weekend gardening, skip failing tests, update expected files.
82269
82270         * platform/qt-5.0-wk2/TestExpectations:
82271         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Updated after r133019.
82272         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Updated after r133019.
82273         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Updated after r133019.
82274
82275 2012-11-04  Csaba Osztrogonác  <ossy@webkit.org>
82276
82277         [Qt] Unreviewed weekend gardening, skip one more failing test.
82278
82279         * platform/qt/TestExpectations:
82280
82281 2012-11-04  Csaba Osztrogonác  <ossy@webkit.org>
82282
82283         [Qt] Unreviewed weekend gardening, skip new failing tests.
82284
82285         * platform/qt/TestExpectations:
82286
82287 2012-11-04  Kaustubh Atrawalkar  <kaustubh@motorola.com>
82288
82289         Unable to copy text on disabled input fields on long press gesture
82290         https://bugs.webkit.org/show_bug.cgi?id=99698
82291
82292         Reviewed by Ryosuke Niwa.
82293
82294         Text from disabled input/text should be allowed to select. Replaced isContentEditable()
82295         with canStartSelection()
82296
82297         * fast/events/touch/gesture/disabled-input-text-selection-expected.txt: Added.
82298         * fast/events/touch/gesture/disabled-input-text-selection.html: Added.
82299         * platform/chromium/TestExpectations: Not Valid for chromium desktop.
82300
82301 2012-11-04  Stephen White  <senorblanco@chromium.org>
82302
82303         [chromium] Remove some no-longer-flaky tests.  Unreviewed.
82304
82305         * platform/chromium/TestExpectations:
82306
82307 2012-11-03  Stephen White  <senorblanco@chromium.org>
82308
82309         [chromium] Remove a no-longer-flaky test.  Unreviewed.
82310
82311         * platform/chromium/TestExpectations:
82312
82313 2012-11-03  Stephen White  <senorblanco@chromium.org>
82314
82315         [chromium] Remove some now-passing tests.  Unreviewed.
82316
82317         * platform/chromium/TestExpectations:
82318
82319 2012-11-03  Stephen White  <senorblanco@chromium.org>
82320
82321         [chromium] New baselines for no-longer-flaky tests.  Unreviewed.
82322
82323         * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
82324         * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
82325         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
82326         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
82327         * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
82328         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
82329         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
82330         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
82331         * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
82332         * platform/chromium/TestExpectations:
82333         * 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.
82334         * 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.
82335
82336 2012-11-03  Stephen White  <senorblanco@chromium.org>
82337
82338         [chromium] Unreviewed gardening.
82339
82340         * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
82341
82342 2012-11-03  Dan Beam  <dbeam@chromium.org>
82343
82344         Implement HTMLFormElement#requestAutocomplete and associated events
82345         https://bugs.webkit.org/show_bug.cgi?id=100557
82346
82347         Reviewed by Adam Barth.
82348
82349         Adds tests for an initial implementation of the proposal for interactive autocomplete outlined in this email:
82350         http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-October/037711.html
82351
82352         The goal of this patch is to allow web authors to call formElement.requestAutocomplete(); after subscribing
82353         for autocomplete/autocompleteerror events on formElement. If the form's [autocomplete] attribute is "off" an
82354         error will be dispatched. Otherwise, a request will be issued to the FrameLoaderClient. At the moment, the
82355         implementation in Chrome (https://codereview.chromium.org/11270018/) will simply dispatch an error until the
82356         UI on Chrome's side is built. Both autocomplete and autocompleteerror events will be dispatched asynchronously
82357         after a small delay to behave consistently in all situations and implementations.
82358
82359         Currently the implementation is behind the feature flag REQUEST_AUTOCOMPLETE, which is disabled, so the test
82360         is expected to fail. This test verifies that currently no client implements this method on HTMLFormElement
82361         (HTMLFormElement#requestAutocomplete) and returns. When the chrome-side lands I'll add a success case in
82362         LayoutTests/platform/chromium/fast/forms/ with the expected successful results.
82363
82364         * fast/forms/form-request-autocomplete-expected.txt: Added.
82365         * fast/forms/form-request-autocomplete.html: Added.
82366
82367 2012-11-03  Pavel Feldman  <pfeldman@chromium.org>
82368
82369         Web Inspector: %d, %i, and %f log formatters have same result
82370         https://bugs.webkit.org/show_bug.cgi?id=101148
82371
82372         Reviewed by Alexander Pavlov.
82373
82374         * inspector/console/console-format-expected.txt:
82375         * inspector/console/console-format.html:
82376         * inspector/console/console-message-format-expected.txt: Added.
82377         * inspector/console/console-message-format.html: Added.
82378
82379 2012-11-02  Shinya Kawanaka  <shinyak@chromium.org>
82380
82381         [Shadow] ShadowRoot should be able to know the existence of <content>
82382         https://bugs.webkit.org/show_bug.cgi?id=100921
82383
82384         Reviewed by Dimitri Glazkov.
82385
82386         * fast/dom/shadow/has-content-elements-expected.txt: Added.
82387         * fast/dom/shadow/has-content-elements.html: Added.
82388
82389 2012-11-02  Sheriff Bot  <webkit.review.bot@gmail.com>
82390
82391         Unreviewed, rolling out r133375.
82392         http://trac.webkit.org/changeset/133375
82393         https://bugs.webkit.org/show_bug.cgi?id=101138
82394
82395         Caused 3 tests to fail on Mac (Requested by aboxhall-laptop on
82396         #webkit).
82397
82398         * css3/line-break/line-break-auto-centered-expected.html: Removed.
82399         * css3/line-break/line-break-auto-centered.html: Removed.
82400         * css3/line-break/line-break-auto-half-kana-expected.html: Removed.
82401         * css3/line-break/line-break-auto-half-kana.html: Removed.
82402         * css3/line-break/line-break-auto-hyphens-expected.html: Removed.
82403         * css3/line-break/line-break-auto-hyphens.html: Removed.
82404         * css3/line-break/line-break-auto-inseparables-expected.html: Removed.
82405         * css3/line-break/line-break-auto-inseparables.html: Removed.
82406         * css3/line-break/line-break-auto-iteration-marks-expected.html: Removed.
82407         * css3/line-break/line-break-auto-iteration-marks.html: Removed.
82408         * css3/line-break/line-break-auto-postfixes-expected.html: Removed.
82409         * css3/line-break/line-break-auto-postfixes.html: Removed.
82410         * css3/line-break/line-break-auto-prefixes-expected.html: Removed.
82411         * css3/line-break/line-break-auto-prefixes.html: Removed.
82412         * css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
82413         * css3/line-break/line-break-auto-sound-marks.html: Removed.
82414         * css3/line-break/line-break-loose-centered-expected.html: Removed.
82415         * css3/line-break/line-break-loose-centered.html: Removed.
82416         * css3/line-break/line-break-loose-half-kana-expected.html: Removed.
82417         * css3/line-break/line-break-loose-half-kana.html: Removed.
82418         * css3/line-break/line-break-loose-hyphens-expected.html: Removed.
82419         * css3/line-break/line-break-loose-hyphens.html: Removed.
82420         * css3/line-break/line-break-loose-inseparables-expected.html: Removed.
82421         * css3/line-break/line-break-loose-inseparables.html: Removed.
82422         * css3/line-break/line-break-loose-iteration-marks-expected.html: Removed.
82423         * css3/line-break/line-break-loose-iteration-marks.html: Removed.
82424         * css3/line-break/line-break-loose-postfixes-expected.html: Removed.
82425         * css3/line-break/line-break-loose-postfixes.html: Removed.
82426         * css3/line-break/line-break-loose-prefixes-expected.html: Removed.
82427         * css3/line-break/line-break-loose-prefixes.html: Removed.
82428         * css3/line-break/line-break-loose-sound-marks-expected.html: Removed.
82429         * css3/line-break/line-break-loose-sound-marks.html: Removed.
82430         * css3/line-break/line-break-normal-centered-expected.html: Removed.
82431         * css3/line-break/line-break-normal-centered.html: Removed.
82432         * css3/line-break/line-break-normal-half-kana-expected.html: Removed.
82433         * css3/line-break/line-break-normal-half-kana.html: Removed.
82434         * css3/line-break/line-break-normal-hyphens-expected.html: Removed.
82435         * css3/line-break/line-break-normal-hyphens.html: Removed.
82436         * css3/line-break/line-break-normal-inseparables-expected.html: Removed.
82437         * css3/line-break/line-break-normal-inseparables.html: Removed.
82438         * css3/line-break/line-break-normal-iteration-marks-expected.html: Removed.
82439         * css3/line-break/line-break-normal-iteration-marks.html: Removed.
82440         * css3/line-break/line-break-normal-postfixes-expected.html: Removed.
82441         * css3/line-break/line-break-normal-postfixes.html: Removed.
82442         * css3/line-break/line-break-normal-prefixes-expected.html: Removed.
82443         * css3/line-break/line-break-normal-prefixes.html: Removed.
82444         * css3/line-break/line-break-normal-sound-marks-expected.html: Removed.
82445         * css3/line-break/line-break-normal-sound-marks.html: Removed.
82446         * css3/line-break/line-break-strict-centered-expected.html: Removed.
82447         * css3/line-break/line-break-strict-centered.html: Removed.
82448         * css3/line-break/line-break-strict-half-kana-expected.html: Removed.
82449         * css3/line-break/line-break-strict-half-kana.html: Removed.
82450         * css3/line-break/line-break-strict-hyphens-expected.html: Removed.
82451         * css3/line-break/line-break-strict-hyphens.html: Removed.
82452         * css3/line-break/line-break-strict-inseparables-expected.html: Removed.
82453         * css3/line-break/line-break-strict-inseparables.html: Removed.
82454         * css3/line-break/line-break-strict-iteration-marks-expected.html: Removed.
82455         * css3/line-break/line-break-strict-iteration-marks.html: Removed.
82456         * css3/line-break/line-break-strict-postfixes-expected.html: Removed.
82457         * css3/line-break/line-break-strict-postfixes.html: Removed.
82458         * css3/line-break/line-break-strict-prefixes-expected.html: Removed.
82459         * css3/line-break/line-break-strict-prefixes.html: Removed.
82460         * css3/line-break/line-break-strict-sound-marks-expected.html: Removed.
82461         * css3/line-break/line-break-strict-sound-marks.html: Removed.
82462         * platform/chromium-linux/css3/line-break/line-break-auto-half-kana-expected.html: Removed.
82463         * platform/chromium-linux/css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
82464
82465 2012-11-02  Bear Travis  <betravis@adobe.com>
82466
82467         [CSS Exclusions] Clean up shape-inside tests' subpixel snapping code
82468         https://bugs.webkit.org/show_bug.cgi?id=100704
82469
82470         Reviewed by Dirk Schulze.
82471
82472         Factor out the pixel snapping behavior from polygon tests to be shared with
82473         the rounded rectangle tests. In sub-pixel layout, the rounding behavior may be
82474         slightly different. This adds a new file, subpixel-utils.js, which tests for the
82475         feature availability and provides functions for rounding at line left & line right.
82476         I've also taken the opportunity to factor the window.internal.settings code into
82477         rounded-rectangle.js and simple-polygon.js.
82478
82479         * fast/exclusions/resources/rounded-rectangle.js:
82480         (simulateShape): Use the new subpixel rounding code.
82481         * fast/exclusions/resources/simple-polygon.js:
82482         (polygonXIntercepts): Ditto.
82483         * fast/exclusions/resources/subpixel-utils.js: Added.
82484         (SubPixelLayout): Adding the SubPixelLayout object which has helper methods
82485         for determining how line edges should round, and whether subpixel layout is enabled.
82486         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002-expected.html:
82487         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002.html:
82488         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003-expected.html:
82489         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003.html:
82490         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004-expected.html:
82491         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004.html:
82492         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001-expected.html:
82493         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001.html:
82494         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002-expected.html:
82495         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002.html:
82496         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003-expected.html:
82497         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003.html:
82498         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html:
82499         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html:
82500
82501 2012-11-02  Chris Rogers  <crogers@google.com>
82502
82503         Rebaseline some webaudio tests due to increased precision in AudioParamTimeline
82504         https://bugs.webkit.org/show_bug.cgi?id=101134
82505
82506         Unreviewed rebaseline.
82507
82508         * platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav:
82509         * platform/chromium/webaudio/audiobuffersource-loop-points-expected.wav: Copied from LayoutTests/platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav.
82510         * platform/chromium/webaudio/audiobuffersource-playbackrate-expected.wav: Added.
82511
82512 2012-11-02  Glenn Adams  <glenn@skynav.com>
82513
82514         Add support to -webkit-line-break property for CSS3 Text line-break property values and semantics.
82515         https://bugs.webkit.org/show_bug.cgi?id=89235
82516
82517         Reviewed by Eric Seidel.
82518
82519         See also wiki documentation at:
82520         [1] http://trac.webkit.org/wiki/LineBreaking
82521         [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping
82522
82523         * css3/line-break/line-break-auto-centered-expected.html: Added.
82524         * css3/line-break/line-break-auto-centered.html: Added.
82525         * css3/line-break/line-break-auto-half-kana-expected.html: Added.
82526         * css3/line-break/line-break-auto-half-kana.html: Added.
82527         * css3/line-break/line-break-auto-hyphens-expected.html: Added.
82528         * css3/line-break/line-break-auto-hyphens.html: Added.
82529         * css3/line-break/line-break-auto-inseparables-expected.html: Added.
82530         * css3/line-break/line-break-auto-inseparables.html: Added.
82531         * css3/line-break/line-break-auto-iteration-marks-expected.html: Added.
82532         * css3/line-break/line-break-auto-iteration-marks.html: Added.
82533         * css3/line-break/line-break-auto-postfixes-expected.html: Added.
82534         * css3/line-break/line-break-auto-postfixes.html: Added.
82535         * css3/line-break/line-break-auto-prefixes-expected.html: Added.
82536         * css3/line-break/line-break-auto-prefixes.html: Added.
82537         * css3/line-break/line-break-auto-sound-marks-expected.html: Added.
82538         * css3/line-break/line-break-auto-sound-marks.html: Added.
82539         * css3/line-break/line-break-loose-centered-expected.html: Added.
82540         * css3/line-break/line-break-loose-centered.html: Added.
82541         * css3/line-break/line-break-loose-half-kana-expected.html: Added.
82542         * css3/line-break/line-break-loose-half-kana.html: Added.
82543         * css3/line-break/line-break-loose-hyphens-expected.html: Added.
82544         * css3/line-break/line-break-loose-hyphens.html: Added.
82545         * css3/line-break/line-break-loose-inseparables-expected.html: Added.
82546         * css3/line-break/line-break-loose-inseparables.html: Added.
82547         * css3/line-break/line-break-loose-iteration-marks-expected.html: Added.
82548         * css3/line-break/line-break-loose-iteration-marks.html: Added.
82549         * css3/line-break/line-break-loose-postfixes-expected.html: Added.
82550         * css3/line-break/line-break-loose-postfixes.html: Added.
82551         * css3/line-break/line-break-loose-prefixes-expected.html: Added.
82552         * css3/line-break/line-break-loose-prefixes.html: Added.
82553         * css3/line-break/line-break-loose-sound-marks-expected.html: Added.
82554         * css3/line-break/line-break-loose-sound-marks.html: Added.
82555         * css3/line-break/line-break-normal-centered-expected.html: Added.
82556         * css3/line-break/line-break-normal-centered.html: Added.
82557         * css3/line-break/line-break-normal-half-kana-expected.html: Added.
82558         * css3/line-break/line-break-normal-half-kana.html: Added.
82559         * css3/line-break/line-break-normal-hyphens-expected.html: Added.
82560         * css3/line-break/line-break-normal-hyphens.html: Added.
82561         * css3/line-break/line-break-normal-inseparables-expected.html: Added.
82562         * css3/line-break/line-break-normal-inseparables.html: Added.
82563         * css3/line-break/line-break-normal-iteration-marks-expected.html: Added.
82564         * css3/line-break/line-break-normal-iteration-marks.html: Added.
82565         * css3/line-break/line-break-normal-postfixes-expected.html: Added.
82566         * css3/line-break/line-break-normal-postfixes.html: Added.
82567         * css3/line-break/line-break-normal-prefixes-expected.html: Added.
82568         * css3/line-break/line-break-normal-prefixes.html: Added.
82569         * css3/line-break/line-break-normal-sound-marks-expected.html: Added.
82570         * css3/line-break/line-break-normal-sound-marks.html: Added.
82571         * css3/line-break/line-break-strict-centered-expected.html: Added.
82572         * css3/line-break/line-break-strict-centered.html: Added.
82573         * css3/line-break/line-break-strict-half-kana-expected.html: Added.
82574         * css3/line-break/line-break-strict-half-kana.html: Added.
82575         * css3/line-break/line-break-strict-hyphens-expected.html: Added.
82576         * css3/line-break/line-break-strict-hyphens.html: Added.
82577         * css3/line-break/line-break-strict-inseparables-expected.html: Added.
82578         * css3/line-break/line-break-strict-inseparables.html: Added.
82579         * css3/line-break/line-break-strict-iteration-marks-expected.html: Added.
82580         * css3/line-break/line-break-strict-iteration-marks.html: Added.
82581         * css3/line-break/line-break-strict-postfixes-expected.html: Added.
82582         * css3/line-break/line-break-strict-postfixes.html: Added.
82583         * css3/line-break/line-break-strict-prefixes-expected.html: Added.
82584         * css3/line-break/line-break-strict-prefixes.html: Added.
82585         * css3/line-break/line-break-strict-sound-marks-expected.html: Added.
82586         * css3/line-break/line-break-strict-sound-marks.html: Added.
82587         * platform/chromium-linux/css3/line-break/line-break-auto-half-kana-expected.html: Added.
82588         * platform/chromium-linux/css3/line-break/line-break-auto-sound-marks-expected.html: Added.
82589
82590 2012-11-02  Alice Boxhall  <aboxhall@chromium.org>
82591
82592         Unreviewed gardening. Generalising flakiness for fast/forms/formaction-attribute.html.
82593         https://bugs.webkit.org/show_bug.cgi?id=72039
82594
82595         * platform/chromium/TestExpectations:
82596
82597 2012-11-02  Alice Boxhall  <aboxhall@google.com>
82598
82599         Unreviewed gardening. Fixing duplicate marking of video-media-source-state-changes.html as flaky.
82600         https://bugs.webkit.org/show_bug.cgi?id=96725
82601
82602         * platform/chromium/TestExpectations:
82603
82604 2012-11-02  Alice Boxhall  <aboxhall@chromium.org>
82605
82606         Unreviewed gardening. Mark video-media-source-state-changes.html as flaky.
82607
82608         * platform/chromium/TestExpectations:
82609
82610 2012-11-02  Tom Sepez  <tsepez@chromium.org>
82611
82612         report-blocked-uri-cross-origin.html is failing
82613         https://bugs.webkit.org/show_bug.cgi?id=101096
82614
82615         Reviewed by Adam Barth.
82616
82617         Don't actually create a report file during the syntax-only test for when
82618         the report directive comes before the mode directive in an X-XSS-Protection
82619         header. Thus, we avoid having to clean it up later.
82620
82621         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
82622         * platform/chromium/TestExpectations:
82623
82624 2012-11-02  Simon Fraser  <simon.fraser@apple.com>
82625
82626         Enable SUBPIXEL_LAYOUT on Mac
82627         https://bugs.webkit.org/show_bug.cgi?id=101076
82628
82629         Reviewed by Dave Hyatt.
82630
82631         Update results affected by subpixel layout.
82632
82633         * platform/mac/accessibility/svg-bounds-expected.txt:
82634         * platform/mac/accessibility/svg-remote-element-expected.txt: Copied from LayoutTests/platform/mac/accessibility/svg-bounds-expected.txt.
82635         * platform/mac/animations/keyframes-comma-separated-expected.txt: Added.
82636         * platform/mac/compositing/direct-image-compositing-expected.txt:
82637         * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.txt:
82638         * platform/mac/compositing/shadows/shadow-drawing-expected.txt:
82639         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt: Added.
82640         * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
82641         * platform/mac/css1/basic/inheritance-expected.txt:
82642         * platform/mac/css1/box_properties/acid_test-expected.txt:
82643         * platform/mac/css1/box_properties/clear_float-expected.txt:
82644         * platform/mac/css1/box_properties/float_on_text_elements-expected.txt:
82645         * platform/mac/css1/box_properties/margin-expected.txt:
82646         * platform/mac/css1/box_properties/margin_bottom-expected.txt:
82647         * platform/mac/css1/box_properties/margin_right-expected.txt:
82648         * platform/mac/css1/box_properties/margin_top-expected.txt:
82649         * platform/mac/css1/box_properties/padding-expected.txt:
82650         * platform/mac/css1/box_properties/padding_bottom-expected.txt:
82651         * platform/mac/css1/box_properties/padding_left-expected.txt:
82652         * platform/mac/css1/box_properties/padding_right-expected.txt:
82653         * platform/mac/css1/box_properties/padding_top-expected.txt:
82654         * platform/mac/css1/box_properties/width-expected.txt:
82655         * platform/mac/css1/color_and_background/background_attachment-expected.txt:
82656         * platform/mac/css1/font_properties/font-expected.txt:
82657         * platform/mac/css1/font_properties/font_size-expected.txt:
82658         * platform/mac/css1/font_properties/font_weight-expected.txt:
82659         * platform/mac/css1/formatting_model/floating_elements-expected.txt:
82660         * platform/mac/css1/formatting_model/horizontal_formatting-expected.txt:
82661         * platform/mac/css1/formatting_model/inline_elements-expected.txt:
82662         * platform/mac/css1/formatting_model/replaced_elements-expected.txt:
82663         * platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
82664         * platform/mac/css1/text_properties/text_indent-expected.txt:
82665         * platform/mac/css1/text_properties/vertical_align-expected.txt:
82666         * platform/mac/css1/units/percentage_units-expected.txt:
82667         * platform/mac/css1/units/rounding-expected.txt: Added.
82668         * platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt:
82669         * platform/mac/css2.1/20110323/floating-replaced-height-008-expected.txt:
82670         * platform/mac/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
82671         * platform/mac/css2.1/20110323/inline-replaced-height-008-expected.txt:
82672         * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
82673         * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
82674         * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
82675         * platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
82676         * platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
82677         * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
82678         * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
82679         * platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
82680         * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
82681         * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
82682         * platform/mac/css2.1/t1002-c5523-width-02-b-g-expected.txt:
82683         * platform/mac/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
82684         * platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
82685         * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
82686         * platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
82687         * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt:
82688         * platform/mac/css2.1/t1506-c525-font-wt-00-b-expected.txt:
82689         * platform/mac/css2.1/t1508-c527-font-09-b-expected.txt:
82690         * platform/mac/css2.1/t1602-c43-center-00-d-ag-expected.txt:
82691         * platform/mac/css3/flexbox/flexbox-baseline-expected.txt:
82692         * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
82693         * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
82694         * platform/mac/css3/selectors3/html/css3-modsel-25-expected.txt:
82695         * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
82696         * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
82697         * platform/mac/css3/selectors3/html/css3-modsel-70-expected.txt:
82698         * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
82699         * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
82700         * platform/mac/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
82701         * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
82702         * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
82703         * platform/mac/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
82704         * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
82705         * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
82706         * platform/mac/css3/selectors3/xml/css3-modsel-25-expected.txt:
82707         * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
82708         * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
82709         * platform/mac/css3/selectors3/xml/css3-modsel-70-expected.txt:
82710         * platform/mac/css3/unicode-bidi-isolate-basic-expected.txt:
82711         * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
82712         * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
82713         * platform/mac/editing/selection/3690703-2-expected.txt:
82714         * platform/mac/editing/selection/3690703-expected.txt:
82715         * platform/mac/editing/selection/3690719-expected.txt:
82716         * platform/mac/editing/selection/4397952-expected.txt:
82717         * platform/mac/editing/selection/5240265-expected.txt:
82718         * platform/mac/editing/selection/5354455-2-expected.txt:
82719         * platform/mac/editing/selection/caret-ltr-2-expected.txt:
82720         * platform/mac/editing/selection/caret-ltr-2-left-expected.txt:
82721         * platform/mac/editing/selection/caret-ltr-expected.txt:
82722         * platform/mac/editing/selection/caret-ltr-right-expected.txt:
82723         * platform/mac/editing/selection/caret-rtl-2-expected.txt:
82724         * platform/mac/editing/selection/caret-rtl-2-left-expected.txt:
82725         * platform/mac/editing/selection/caret-rtl-expected.txt:
82726         * platform/mac/editing/selection/caret-rtl-right-expected.txt:
82727         * platform/mac/editing/selection/collapse-selection-in-bidi-expected.txt: Added.
82728         * platform/mac/editing/selection/drag-start-event-client-x-y-expected.txt: Added.
82729         * platform/mac/editing/selection/mixed-editability-10-expected.txt: Added.
82730         * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
82731         * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt:
82732         * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
82733         * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
82734         * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
82735         * platform/mac/editing/selection/select-text-overflow-ellipsis-expected.txt:
82736         * platform/mac/editing/selection/selection-button-text-expected.txt:
82737         * platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
82738         * platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
82739         * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
82740         * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
82741         * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
82742         * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
82743         * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
82744         * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
82745         * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
82746         * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
82747         * platform/mac/fast/backgrounds/background-inherit-color-bug-expected.txt:
82748         * platform/mac/fast/backgrounds/background-position-parsing-expected.txt:
82749         * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
82750         * platform/mac/fast/block/basic/001-expected.txt:
82751         * platform/mac/fast/block/basic/011-expected.txt:
82752         * platform/mac/fast/block/basic/014-expected.txt:
82753         * platform/mac/fast/block/basic/015-expected.txt:
82754         * platform/mac/fast/block/basic/016-expected.txt:
82755         * platform/mac/fast/block/basic/019-expected.txt:
82756         * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
82757         * platform/mac/fast/block/float/013-expected.txt:
82758         * platform/mac/fast/block/float/025-expected.txt:
82759         * platform/mac/fast/block/float/026-expected.txt:
82760         * platform/mac/fast/block/float/027-expected.txt:
82761         * platform/mac/fast/block/float/028-expected.txt:
82762         * platform/mac/fast/block/float/032-expected.txt:
82763         * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.txt:
82764         * platform/mac/fast/block/float/float-avoidance-expected.txt:
82765         * platform/mac/fast/block/float/float-in-float-painting-expected.txt:
82766         * platform/mac/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
82767         * platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
82768         * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
82769         * platform/mac/fast/block/margin-collapse/100-expected.txt:
82770         * platform/mac/fast/block/margin-collapse/103-expected.txt:
82771         * platform/mac/fast/block/positioning/047-expected.txt:
82772         * platform/mac/fast/block/positioning/051-expected.txt:
82773         * platform/mac/fast/block/positioning/inline-block-relposition-expected.txt:
82774         * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
82775         * platform/mac/fast/borders/bidi-002-expected.txt:
82776         * platform/mac/fast/borders/bidi-009a-expected.txt:
82777         * platform/mac/fast/borders/bidi-012-expected.txt:
82778         * platform/mac/fast/borders/fieldsetBorderRadius-expected.txt: Added.
82779         * platform/mac/fast/borders/rtl-border-01-expected.txt:
82780         * platform/mac/fast/borders/rtl-border-02-expected.txt:
82781         * platform/mac/fast/borders/rtl-border-03-expected.txt:
82782         * platform/mac/fast/box-sizing/box-sizing-expected.txt:
82783         * platform/mac/fast/canvas/webgl/oes-element-index-uint-expected.txt: Added.
82784         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
82785         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added.
82786         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Added.
82787         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Added.
82788         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Added.
82789         * platform/mac/fast/clip/overflow-border-radius-composited-expected.txt:
82790         * platform/mac/fast/clip/overflow-border-radius-transformed-expected.txt:
82791         * platform/mac/fast/css-generated-content/011-expected.txt:
82792         * platform/mac/fast/css-generated-content/012-expected.txt:
82793         * platform/mac/fast/css-generated-content/013-expected.txt:
82794         * platform/mac/fast/css-generated-content/014-expected.txt:
82795         * platform/mac/fast/css-generated-content/015-expected.txt:
82796         * platform/mac/fast/css-generated-content/inline-display-types-expected.txt:
82797         * platform/mac/fast/css/003-expected.txt:
82798         * platform/mac/fast/css/004-expected.txt:
82799         * platform/mac/fast/css/005-expected.txt:
82800         * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt:
82801         * platform/mac/fast/css/background-shorthand-invalid-url-expected.txt:
82802         * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
82803         * platform/mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt: Added.
82804         * platform/mac/fast/css/continuationCrash-expected.txt:
82805         * platform/mac/fast/css/css1_forward_compatible_parsing-expected.txt:
82806         * platform/mac/fast/css/css2-system-fonts-expected.txt:
82807         * platform/mac/fast/css/empty-pseudo-class-expected.txt:
82808         * platform/mac/fast/css/ex-after-font-variant-expected.txt:
82809         * platform/mac/fast/css/fieldset-display-row-expected.txt:
82810         * platform/mac/fast/css/first-child-pseudo-class-expected.txt:
82811         * platform/mac/fast/css/first-line-text-decoration-expected.txt:
82812         * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
82813         * platform/mac/fast/css/first-of-type-pseudo-class-expected.txt:
82814         * platform/mac/fast/css/h1-in-section-elements-expected.txt:
82815         * platform/mac/fast/css/hsl-color-expected.txt:
82816         * platform/mac/fast/css/hsla-color-expected.txt:
82817         * platform/mac/fast/css/inline-properties-important-expected.txt:
82818         * platform/mac/fast/css/invalid-percentage-property-expected.txt:
82819         * platform/mac/fast/css/large-number-round-trip-expected.txt: Added.
82820         * platform/mac/fast/css/last-child-pseudo-class-expected.txt:
82821         * platform/mac/fast/css/last-of-type-pseudo-class-expected.txt:
82822         * platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
82823         * platform/mac/fast/css/non-standard-checkbox-size-expected.txt:
82824         * platform/mac/fast/css/only-child-pseudo-class-expected.txt:
82825         * platform/mac/fast/css/only-of-type-pseudo-class-expected.txt:
82826         * platform/mac/fast/css/percentage-non-integer-expected.txt:
82827         * platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
82828         * platform/mac/fast/css/rgb-float-expected.txt:
82829         * platform/mac/fast/css/rtl-ordering-expected.txt:
82830         * platform/mac/fast/css/selector-set-attribute-expected.txt:
82831         * platform/mac/fast/css/text-align-expected.txt:
82832         * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
82833         * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
82834         * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
82835         * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
82836         * platform/mac/fast/css/transform-default-parameter-expected.txt:
82837         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
82838         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
82839         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
82840         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
82841         * platform/mac/fast/css/word-space-extra-expected.txt:
82842         * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
82843         * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
82844         * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
82845         * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt:
82846         * platform/mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
82847         * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
82848         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
82849         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
82850         * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
82851         * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
82852         * platform/mac/fast/dom/HTMLTableElement/cellpadding-attribute-expected.txt: Removed.
82853         * platform/mac/fast/dom/HTMLTableElement/early-acid3-65-excerpt-expected.txt: Removed.
82854         * platform/mac/fast/dom/HTMLTableElement/early-acid3-66-excerpt-expected.txt: Removed.
82855         * platform/mac/fast/dom/HTMLTableElement/insert-row-expected.txt: Removed.
82856         * platform/mac/fast/dom/HTMLTableElement/rows-expected.txt: Removed.
82857         * platform/mac/fast/dom/HTMLTableElement/tBodies-expected.txt: Removed.
82858         * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
82859         * platform/mac/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
82860         * platform/mac/fast/dom/clone-node-dynamic-style-expected.txt:
82861         * platform/mac/fast/dynamic/012-expected.txt:
82862         * platform/mac/fast/dynamic/anchor-lock-expected.txt:
82863         * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt:
82864         * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
82865         * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
82866         * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
82867         * platform/mac/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Added.
82868         * platform/mac/fast/events/document-elementFromPoint-expected.txt: Added.
82869         * platform/mac/fast/events/pointer-events-2-expected.txt:
82870         * platform/mac/fast/flexbox/flex-hang-expected.txt: Added.
82871         * platform/mac/fast/forms/001-expected.txt:
82872         * platform/mac/fast/forms/006-expected.txt:
82873         * platform/mac/fast/forms/007-expected.txt:
82874         * platform/mac/fast/forms/basic-buttons-expected.txt:
82875         * platform/mac/fast/forms/basic-inputs-expected.txt:
82876         * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
82877         * platform/mac/fast/forms/blankbuttons-expected.txt:
82878         * platform/mac/fast/forms/box-shadow-override-expected.txt:
82879         * platform/mac/fast/forms/button-cannot-be-nested-expected.txt:
82880         * platform/mac/fast/forms/button-default-title-expected.txt:
82881         * platform/mac/fast/forms/button-generated-content-expected.txt:
82882         * platform/mac/fast/forms/button-positioned-expected.txt:
82883         * platform/mac/fast/forms/button-sizes-expected.txt:
82884         * platform/mac/fast/forms/button-style-color-expected.txt:
82885         * platform/mac/fast/forms/button-table-styles-expected.txt:
82886         * platform/mac/fast/forms/button-text-transform-expected.txt:
82887         * platform/mac/fast/forms/button-white-space-expected.txt:
82888         * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
82889         * platform/mac/fast/forms/fieldset-align-expected.txt:
82890         * platform/mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
82891         * platform/mac/fast/forms/fieldset-with-float-expected.txt:
82892         * platform/mac/fast/forms/file/file-input-direction-expected.txt:
82893         * platform/mac/fast/forms/file/file-input-disabled-expected.txt:
82894         * platform/mac/fast/forms/file/input-file-re-render-expected.txt:
82895         * platform/mac/fast/forms/float-before-fieldset-expected.txt:
82896         * platform/mac/fast/forms/form-element-geometry-expected.txt:
82897         * platform/mac/fast/forms/formmove-expected.txt:
82898         * platform/mac/fast/forms/formmove2-expected.txt:
82899         * platform/mac/fast/forms/formmove3-expected.txt:
82900         * platform/mac/fast/forms/indeterminate-expected.txt:
82901         * platform/mac/fast/forms/input-appearance-height-expected.txt:
82902         * platform/mac/fast/forms/input-button-sizes-expected.txt:
82903         * platform/mac/fast/forms/input-value-expected.txt:
82904         * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
82905         * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt:
82906         * platform/mac/fast/forms/menulist-clip-expected.txt:
82907         * platform/mac/fast/forms/minWidthPercent-expected.txt:
82908         * platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt:
82909         * platform/mac/fast/forms/range/input-appearance-range-expected.txt:
82910         * platform/mac/fast/forms/range/slider-mouse-events-expected.txt: Added.
82911         * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
82912         * platform/mac/fast/forms/searchfield-heights-expected.txt:
82913         * platform/mac/fast/forms/select-baseline-expected.txt:
82914         * platform/mac/fast/forms/targeted-frame-submission-expected.txt:
82915         * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
82916         * platform/mac/fast/forms/validation-message-appearance-expected.txt:
82917         * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
82918         * platform/mac/fast/gradients/crash-on-zero-radius-expected.txt:
82919         * platform/mac/fast/gradients/generated-gradients-expected.txt:
82920         * platform/mac/fast/gradients/radial-centered-expected.txt:
82921         * platform/mac/fast/gradients/simple-gradients-expected.txt:
82922         * platform/mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
82923         * platform/mac/fast/html/details-add-child-1-expected.txt:
82924         * platform/mac/fast/html/details-add-child-2-expected.txt:
82925         * platform/mac/fast/html/details-add-details-child-1-expected.txt:
82926         * platform/mac/fast/html/details-add-details-child-2-expected.txt:
82927         * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
82928         * platform/mac/fast/html/details-add-summary-1-expected.txt:
82929         * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
82930         * platform/mac/fast/html/details-add-summary-10-expected.txt:
82931         * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
82932         * platform/mac/fast/html/details-add-summary-2-expected.txt:
82933         * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
82934         * platform/mac/fast/html/details-add-summary-3-expected.txt:
82935         * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
82936         * platform/mac/fast/html/details-add-summary-4-expected.txt:
82937         * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
82938         * platform/mac/fast/html/details-add-summary-5-expected.txt:
82939         * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
82940         * platform/mac/fast/html/details-add-summary-6-expected.txt:
82941         * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
82942         * platform/mac/fast/html/details-add-summary-7-expected.txt:
82943         * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
82944         * platform/mac/fast/html/details-add-summary-8-expected.txt:
82945         * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
82946         * platform/mac/fast/html/details-add-summary-9-expected.txt:
82947         * platform/mac/fast/html/details-add-summary-child-1-expected.txt:
82948         * platform/mac/fast/html/details-add-summary-child-2-expected.txt:
82949         * platform/mac/fast/html/details-marker-style-expected.txt: Added.
82950         * platform/mac/fast/html/details-nested-1-expected.txt:
82951         * platform/mac/fast/html/details-nested-2-expected.txt:
82952         * platform/mac/fast/html/details-no-summary1-expected.txt:
82953         * platform/mac/fast/html/details-no-summary2-expected.txt:
82954         * platform/mac/fast/html/details-no-summary3-expected.txt:
82955         * platform/mac/fast/html/details-no-summary4-expected.txt:
82956         * platform/mac/fast/html/details-open-javascript-expected.txt:
82957         * platform/mac/fast/html/details-open1-expected.txt:
82958         * platform/mac/fast/html/details-open2-expected.txt:
82959         * platform/mac/fast/html/details-open3-expected.txt:
82960         * platform/mac/fast/html/details-open4-expected.txt:
82961         * platform/mac/fast/html/details-open5-expected.txt:
82962         * platform/mac/fast/html/details-open6-expected.txt:
82963         * platform/mac/fast/html/details-position-expected.txt:
82964         * platform/mac/fast/html/details-remove-child-1-expected.txt:
82965         * platform/mac/fast/html/details-remove-child-2-expected.txt:
82966         * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
82967         * platform/mac/fast/html/details-remove-summary-1-expected.txt:
82968         * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
82969         * platform/mac/fast/html/details-remove-summary-2-expected.txt:
82970         * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
82971         * platform/mac/fast/html/details-remove-summary-3-expected.txt:
82972         * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
82973         * platform/mac/fast/html/details-remove-summary-4-expected.txt:
82974         * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
82975         * platform/mac/fast/html/details-remove-summary-5-expected.txt:
82976         * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
82977         * platform/mac/fast/html/details-remove-summary-6-expected.txt:
82978         * platform/mac/fast/html/details-remove-summary-child-1-expected.txt:
82979         * platform/mac/fast/html/details-remove-summary-child-2-expected.txt:
82980         * platform/mac/fast/html/details-replace-summary-child-expected.txt:
82981         * platform/mac/fast/html/details-replace-text-expected.txt:
82982         * platform/mac/fast/html/details-writing-mode-expected.txt:
82983         * platform/mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
82984         * platform/mac/fast/images/zoomed-img-size-expected.txt: Added.
82985         * platform/mac/fast/inline-block/inline-block-vertical-align-expected.txt:
82986         * platform/mac/fast/inline/002-expected.txt:
82987         * platform/mac/fast/inline/continuation-outlines-expected.txt:
82988         * platform/mac/fast/inline/inline-borders-with-bidi-override-expected.txt:
82989         * platform/mac/fast/inline/inline-box-background-expected.txt:
82990         * platform/mac/fast/inline/inline-box-background-long-image-expected.txt:
82991         * platform/mac/fast/inline/inline-box-background-repeat-x-expected.txt:
82992         * platform/mac/fast/inline/inline-box-background-repeat-y-expected.txt:
82993         * platform/mac/fast/inline/outline-continuations-expected.txt:
82994         * platform/mac/fast/inline/positionedLifetime-expected.txt:
82995         * platform/mac/fast/invalid/010-expected.txt:
82996         * platform/mac/fast/invalid/014-expected.txt:
82997         * platform/mac/fast/invalid/junk-data-expected.txt:
82998         * platform/mac/fast/invalid/missing-end-tag-expected.txt:
82999         * platform/mac/fast/invalid/nestedh3s-expected.txt:
83000         * platform/mac/fast/invalid/residual-style-expected.txt:
83001         * platform/mac/fast/layers/video-layer-expected.txt:
83002         * platform/mac/fast/line-grid/line-align-left-edges-expected.txt:
83003         * platform/mac/fast/line-grid/line-grid-contains-value-expected.txt:
83004         * platform/mac/fast/lists/003-expected.txt:
83005         * platform/mac/fast/lists/003-vertical-expected.txt:
83006         * platform/mac/fast/lists/008-expected.txt:
83007         * platform/mac/fast/lists/008-vertical-expected.txt:
83008         * platform/mac/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
83009         * platform/mac/fast/loader/javascript-url-in-embed-expected.txt: Added.
83010         * platform/mac/fast/media/mq-relative-constraints-08-expected.txt:
83011         * platform/mac/fast/multicol/break-properties-expected.txt: Added.
83012         * platform/mac/fast/multicol/client-rects-expected.txt:
83013         * platform/mac/fast/multicol/column-break-with-balancing-expected.txt:
83014         * platform/mac/fast/multicol/float-multicol-expected.txt:
83015         * platform/mac/fast/multicol/float-paginate-complex-expected.txt:
83016         * platform/mac/fast/multicol/layers-in-multicol-expected.txt:
83017         * platform/mac/fast/multicol/nested-columns-expected.txt:
83018         * platform/mac/fast/multicol/overflow-across-columns-expected.txt:
83019         * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/overflow-across-columns-expected.txt.
83020         * platform/mac/fast/multicol/overflow-unsplittable-expected.txt:
83021         * platform/mac/fast/multicol/scrolling-overflow-expected.txt:
83022         * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt:
83023         * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
83024         * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt:
83025         * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
83026         * platform/mac/fast/multicol/span/clone-flexbox-expected.txt: Added.
83027         * platform/mac/fast/multicol/span/clone-summary-expected.txt: Added.
83028         * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
83029         * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
83030         * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
83031         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
83032         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
83033         * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
83034         * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.txt:
83035         * platform/mac/fast/multicol/span/span-margin-collapsing-expected.txt:
83036         * platform/mac/fast/multicol/table-vertical-align-expected.txt:
83037         * platform/mac/fast/multicol/vertical-lr/break-properties-expected.txt: Added.
83038         * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
83039         * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.txt:
83040         * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.txt:
83041         * platform/mac/fast/multicol/vertical-rl/break-properties-expected.txt: Added.
83042         * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
83043         * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.txt:
83044         * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.txt:
83045         * platform/mac/fast/overflow/007-expected.txt:
83046         * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
83047         * platform/mac/fast/overflow/infiniteRecursionGuard-expected.txt:
83048         * platform/mac/fast/overflow/overflow-rtl-expected.txt:
83049         * platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt:
83050         * platform/mac/fast/overflow/overflow_hidden-expected.txt:
83051         * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
83052         * platform/mac/fast/overflow/scrollRevealButton-expected.txt:
83053         * platform/mac/fast/parser/bad-xml-slash-expected.txt:
83054         * platform/mac/fast/parser/entity-comment-in-style-expected.txt:
83055         * platform/mac/fast/parser/style-script-head-test-expected.txt: Added.
83056         * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
83057         * platform/mac/fast/reflections/reflection-with-zoom-expected.txt:
83058         * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt:
83059         * platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
83060         * platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
83061         * platform/mac/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt:
83062         * platform/mac/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt:
83063         * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt:
83064         * platform/mac/fast/repaint/control-clip-expected.txt:
83065         * platform/mac/fast/repaint/delete-into-nested-block-expected.txt:
83066         * platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt:
83067         * platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt:
83068         * platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt:
83069         * platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt:
83070         * platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt:
83071         * platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt:
83072         * platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt:
83073         * platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt:
83074         * platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt:
83075         * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt:
83076         * platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
83077         * platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
83078         * platform/mac/fast/repaint/table-section-repaint-expected.txt: Removed.
83079         * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
83080         * platform/mac/fast/repaint/transform-translate-expected.txt:
83081         * platform/mac/fast/replaced/replaced-breaking-expected.txt:
83082         * platform/mac/fast/replaced/table-percent-height-expected.txt: Added.
83083         * platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt: Added.
83084         * platform/mac/fast/replaced/width100percent-button-expected.txt:
83085         * platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
83086         * platform/mac/fast/replaced/width100percent-radio-expected.txt:
83087         * platform/mac/fast/ruby/ruby-inline-table-expected.txt:
83088         * platform/mac/fast/selectors/032-expected.txt:
83089         * platform/mac/fast/selectors/166-expected.txt:
83090         * platform/mac/fast/selectors/unqualified-hover-quirks-expected.txt:
83091         * platform/mac/fast/selectors/unqualified-hover-strict-expected.txt:
83092         * platform/mac/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction-expected.txt: Added.
83093         * platform/mac/fast/table/009-expected.txt:
83094         * platform/mac/fast/table/014-expected.txt:
83095         * platform/mac/fast/table/040-expected.txt:
83096         * platform/mac/fast/table/040-vertical-expected.txt:
83097         * platform/mac/fast/table/041-expected.txt:
83098         * platform/mac/fast/table/absolute-table-at-bottom-expected.txt:
83099         * platform/mac/fast/table/append-cells2-expected.txt:
83100         * platform/mac/fast/table/border-collapsing/004-expected.txt:
83101         * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
83102         * platform/mac/fast/table/frame-and-rules-expected.txt:
83103         * platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
83104         * platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
83105         * platform/mac/fast/table/nested-percent-height-table-expected.txt:
83106         * platform/mac/fast/table/overflowHidden-expected.txt:
83107         * platform/mac/fast/table/percent-heights-expected.txt:
83108         * platform/mac/fast/table/remove-td-display-none-expected.txt:
83109         * platform/mac/fast/table/table-display-types-strict-expected.txt:
83110         * platform/mac/fast/table/table-hspace-align-center-expected.txt:
83111         * platform/mac/fast/text/basic/012-expected.txt:
83112         * platform/mac/fast/text/basic/013-expected.txt:
83113         * platform/mac/fast/text/basic/generic-family-reset-expected.txt:
83114         * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
83115         * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
83116         * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
83117         * platform/mac/fast/text/international/bidi-layout-across-linebreak-expected.txt:
83118         * platform/mac/fast/text/international/hindi-spacing-expected.txt:
83119         * platform/mac/fast/text/international/thai-line-breaks-expected.txt:
83120         * platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt:
83121         * platform/mac/fast/text/line-breaks-expected.txt:
83122         * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
83123         * platform/mac/fast/text/vertical-rl-rtl-linebreak-expected.txt:
83124         * platform/mac/fast/text/whitespace/024-expected.txt:
83125         * platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
83126         * platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
83127         * platform/mac/fast/transforms/bounding-rect-zoom-expected.txt:
83128         * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Added.
83129         * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Added.
83130         * platform/mac/fast/transforms/transforms-with-zoom-expected.txt: Added.
83131         * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
83132         * platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.txt:
83133         * platform/mac/fast/writing-mode/broken-ideographic-font-expected.txt:
83134         * platform/mac/fast/writing-mode/fieldsets-expected.txt:
83135         * platform/mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
83136         * platform/mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
83137         * platform/mac/fast/writing-mode/vertical-font-fallback-expected.txt:
83138         * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt:
83139         * platform/mac/http/tests/cookies/multiple-cookies-expected.txt: Added.
83140         * platform/mac/http/tests/inspector/console-websocket-error-expected.txt:
83141         * platform/mac/http/tests/misc/acid3-expected.txt: Added.
83142         * platform/mac/http/tests/misc/iframe404-expected.txt:
83143         * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
83144         * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
83145         * platform/mac/http/tests/security/sandboxed-iframe-origin-add-expected.txt: Added.
83146         * platform/mac/http/tests/webarchive/cross-origin-stylesheet-crash-expected.txt: Added.
83147         * platform/mac/http/tests/webarchive/test-preload-resources-expected.txt: Added.
83148         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
83149         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
83150         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
83151         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
83152         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
83153         * platform/mac/mathml/presentation/attributes-expected.txt:
83154         * platform/mac/mathml/presentation/fenced-expected.txt:
83155         * platform/mac/mathml/presentation/fenced-mi-expected.txt:
83156         * platform/mac/mathml/presentation/fractions-expected.txt:
83157         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
83158         * platform/mac/mathml/presentation/mo-expected.txt:
83159         * platform/mac/mathml/presentation/mo-stretch-expected.txt:
83160         * platform/mac/mathml/presentation/mroot-pref-width-expected.txt:
83161         * platform/mac/mathml/presentation/over-expected.txt:
83162         * platform/mac/mathml/presentation/roots-expected.txt:
83163         * platform/mac/mathml/presentation/row-alignment-expected.txt:
83164         * platform/mac/mathml/presentation/row-expected.txt:
83165         * platform/mac/mathml/presentation/style-expected.txt:
83166         * platform/mac/mathml/presentation/sub-expected.txt:
83167         * platform/mac/mathml/presentation/subsup-expected.txt:
83168         * platform/mac/mathml/presentation/sup-expected.txt:
83169         * platform/mac/mathml/presentation/tables-expected.txt:
83170         * platform/mac/mathml/presentation/tokenElements-expected.txt:
83171         * platform/mac/mathml/presentation/under-expected.txt:
83172         * platform/mac/mathml/presentation/underover-expected.txt:
83173         * platform/mac/mathml/xHeight-expected.txt:
83174         * platform/mac/media/audio-controls-rendering-expected.txt:
83175         * platform/mac/media/controls-after-reload-expected.txt:
83176         * platform/mac/media/controls-strict-expected.txt:
83177         * platform/mac/media/controls-styling-strict-expected.txt:
83178         * platform/mac/media/controls-without-preload-expected.txt:
83179         * platform/mac/media/media-controls-clone-expected.txt:
83180         * platform/mac/media/media-element-play-after-eos-expected.txt: Added.
83181         * platform/mac/media/video-controls-rendering-expected.txt:
83182         * platform/mac/media/video-display-toggle-expected.txt:
83183         * platform/mac/media/video-empty-source-expected.txt:
83184         * platform/mac/media/video-no-audio-expected.txt:
83185         * platform/mac/media/video-playing-and-pause-expected.txt:
83186         * platform/mac/platform/mac/fast/forms/focus-option-control-on-page-expected.txt: Added.
83187         * platform/mac/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
83188         * platform/mac/platform/mac/fast/text/x-height-expected.txt: Added.
83189         * platform/mac/plugins/netscape-dom-access-and-reload-expected.txt: Added.
83190         * platform/mac/plugins/npp-set-window-called-during-destruction-expected.txt:
83191         * platform/mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
83192         * platform/mac/svg/as-border-image/svg-as-border-image-expected.txt:
83193         * platform/mac/svg/as-image/img-preserveAspectRatio-support-2-expected.txt:
83194         * platform/mac/svg/as-image/svg-non-integer-scaled-image-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt.
83195         * platform/mac/svg/custom/bug45331-expected.txt:
83196         * platform/mac/svg/custom/fractional-rects-expected.txt: Added.
83197         * platform/mac/svg/custom/image-parent-translation-expected.txt:
83198         * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
83199         * platform/mac/svg/custom/js-update-container-expected.txt: Added.
83200         * platform/mac/svg/custom/junk-data-expected.txt:
83201         * platform/mac/svg/custom/missing-xlink-expected.txt:
83202         * platform/mac/svg/custom/object-sizing-expected.txt:
83203         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added.
83204         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
83205         * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
83206         * platform/mac/svg/custom/path-bad-data-expected.txt:
83207         * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
83208         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
83209         * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
83210         * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
83211         * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
83212         * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
83213         * platform/mac/svg/custom/use-font-face-crash-expected.txt:
83214         * platform/mac/svg/custom/viewBox-hit-expected.txt: Added.
83215         * platform/mac/svg/hixie/error/012-expected.txt:
83216         * platform/mac/svg/text/small-fonts-in-html5-expected.txt:
83217         * platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
83218         * platform/mac/svg/transforms/svg-css-transforms-expected.txt:
83219         * platform/mac/svg/webarchive/svg-cursor-subresources-expected.txt: Added.
83220         * platform/mac/svg/webarchive/svg-feimage-subresources-expected.txt: Added.
83221         * platform/mac/svg/webarchive/svg-script-subresouces-expected.txt: Added.
83222         * platform/mac/svg/wicd/rightsizing-grid-expected.txt:
83223         * platform/mac/svg/wicd/test-rightsizing-a-expected.txt:
83224         * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
83225         * platform/mac/svg/wicd/test-scalable-background-image1-expected.txt:
83226         * platform/mac/svg/wicd/test-scalable-background-image2-expected.txt:
83227         * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt:
83228         * platform/mac/svg/zoom/page/zoom-background-images-expected.txt:
83229         * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
83230         * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
83231         * platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
83232         * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
83233         * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Added.
83234         * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
83235         * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt:
83236         * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt:
83237         * 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.
83238         * platform/mac/svg/zoom/page/zoom-svg-as-object-expected.txt: Added.
83239         * 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.
83240         * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Added.
83241         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
83242         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
83243         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
83244         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
83245         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
83246         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
83247         * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
83248         * platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
83249         * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Added.
83250         * platform/mac/tables/mozilla/bugs/bug10269-2-expected.txt:
83251         * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
83252         * platform/mac/tables/mozilla/bugs/bug1055-1-expected.txt:
83253         * platform/mac/tables/mozilla/bugs/bug106816-expected.txt:
83254         * platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt:
83255         * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt:
83256         * platform/mac/tables/mozilla/bugs/bug113424-expected.txt:
83257         * platform/mac/tables/mozilla/bugs/bug11384q-expected.txt:
83258         * platform/mac/tables/mozilla/bugs/bug11384s-expected.txt:
83259         * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
83260         * platform/mac/tables/mozilla/bugs/bug126742-expected.txt:
83261         * platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
83262         * platform/mac/tables/mozilla/bugs/bug13118-expected.txt:
83263         * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
83264         * platform/mac/tables/mozilla/bugs/bug138725-expected.txt:
83265         * platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt:
83266         * platform/mac/tables/mozilla/bugs/bug159108-expected.txt:
83267         * platform/mac/tables/mozilla/bugs/bug17130-1-expected.txt:
83268         * platform/mac/tables/mozilla/bugs/bug17130-2-expected.txt:
83269         * platform/mac/tables/mozilla/bugs/bug17138-expected.txt:
83270         * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
83271         * platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt:
83272         * platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt:
83273         * platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
83274         * platform/mac/tables/mozilla/bugs/bug2479-1-expected.txt:
83275         * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
83276         * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
83277         * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
83278         * platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
83279         * platform/mac/tables/mozilla/bugs/bug26553-expected.txt:
83280         * platform/mac/tables/mozilla/bugs/bug2886-2-expected.txt:
83281         * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
83282         * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
83283         * platform/mac/tables/mozilla/bugs/bug3309-1-expected.txt:
83284         * platform/mac/tables/mozilla/bugs/bug3309-2-expected.txt:
83285         * platform/mac/tables/mozilla/bugs/bug33137-expected.txt:
83286         * platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
83287         * platform/mac/tables/mozilla/bugs/bug39209-expected.txt:
83288         * platform/mac/tables/mozilla/bugs/bug42187-expected.txt:
83289         * platform/mac/tables/mozilla/bugs/bug4284-expected.txt:
83290         * platform/mac/tables/mozilla/bugs/bug4429-expected.txt:
83291         * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
83292         * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
83293         * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
83294         * platform/mac/tables/mozilla/bugs/bug46480-1-expected.txt:
83295         * platform/mac/tables/mozilla/bugs/bug46480-2-expected.txt:
83296         * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
83297         * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
83298         * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
83299         * platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
83300         * platform/mac/tables/mozilla/bugs/bug5538-expected.txt:
83301         * platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
83302         * platform/mac/tables/mozilla/bugs/bug60749-expected.txt:
83303         * platform/mac/tables/mozilla/bugs/bug6304-expected.txt:
83304         * platform/mac/tables/mozilla/bugs/bug67915-1-expected.txt:
83305         * platform/mac/tables/mozilla/bugs/bug69187-expected.txt:
83306         * platform/mac/tables/mozilla/bugs/bug7112-1-expected.txt:
83307         * platform/mac/tables/mozilla/bugs/bug7112-2-expected.txt:
83308         * platform/mac/tables/mozilla/bugs/bug73321-expected.txt:
83309         * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
83310         * platform/mac/tables/mozilla/bugs/bug8032-1-expected.txt:
83311         * platform/mac/tables/mozilla/bugs/bug83786-expected.txt: Added.
83312         * platform/mac/tables/mozilla/bugs/bug8381-expected.txt:
83313         * platform/mac/tables/mozilla/bugs/bug9271-1-expected.txt:
83314         * platform/mac/tables/mozilla/bugs/bug9271-2-expected.txt:
83315         * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
83316         * platform/mac/tables/mozilla/core/bloomberg-expected.txt:
83317         * platform/mac/tables/mozilla/core/margins-expected.txt:
83318         * platform/mac/tables/mozilla/core/misc-expected.txt:
83319         * platform/mac/tables/mozilla/dom/tableDom-expected.txt:
83320         * platform/mac/tables/mozilla/marvin/backgr_index-expected.txt:
83321         * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
83322         * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
83323         * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
83324         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
83325         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
83326         * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
83327         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
83328         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
83329         * platform/mac/tables/mozilla/other/move_row-expected.txt:
83330         * platform/mac/tables/mozilla/other/test3-expected.txt:
83331         * platform/mac/tables/mozilla/other/test6-expected.txt:
83332         * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
83333         * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
83334         * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
83335         * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
83336         * platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
83337         * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
83338         * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
83339         * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
83340         * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
83341         * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
83342         * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
83343         * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
83344         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
83345         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
83346         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
83347         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
83348         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
83349         * platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
83350         * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
83351         * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
83352         * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
83353         * platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
83354         * platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
83355         * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
83356         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
83357         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
83358         * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
83359         * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
83360         * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.txt:
83361         * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.txt:
83362         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
83363         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
83364         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
83365         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
83366         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
83367         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
83368         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
83369         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
83370         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
83371         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
83372         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
83373         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
83374         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
83375         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
83376         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
83377         * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
83378         * platform/mac/transforms/2d/hindi-rotated-expected.txt:
83379         * platform/mac/transforms/2d/zoom-menulist-expected.txt:
83380         * platform/mac/transforms/3d/point-mapping/3d-point-mapping-opacity-expected.txt: Added.
83381         * platform/mac/transforms/svg-vs-css-expected.txt:
83382         * platform/mac/webarchive/adopt-attribute-styled-body-webarchive-expected.txt: Added.
83383         * platform/mac/webarchive/adopt-attribute-styled-node-webarchive-expected.txt: Added.
83384         * platform/mac/webarchive/adopt-inline-styled-node-webarchive-expected.txt: Added.
83385         * platform/mac/webarchive/archive-empty-frame-dom-expected.txt: Added.
83386         * platform/mac/webarchive/archive-empty-frame-source-expected.txt: Added.
83387         * platform/mac/webarchive/archive-with-unencoded-url-expected.txt: Added.
83388         * platform/mac/webarchive/css-page-rule-crash-expected.txt: Added.
83389         * platform/mac/webarchive/doctype-expected.txt: Added.
83390         * platform/mac/webarchive/ignore-noscript-if-scripting-enabled-expected.txt: Added.
83391         * platform/mac/webarchive/test-body-background-expected.txt: Added.
83392         * platform/mac/webarchive/test-css-import-expected.txt: Added.
83393         * platform/mac/webarchive/test-duplicate-resources-expected.txt: Added.
83394         * platform/mac/webarchive/test-frameset-expected.txt: Added.
83395         * platform/mac/webarchive/test-img-src-expected.txt: Added.
83396         * platform/mac/webarchive/test-input-src-expected.txt: Added.
83397         * platform/mac/webarchive/test-link-href-expected.txt: Added.
83398         * platform/mac/webarchive/test-link-rel-icon-beforeload-expected.txt: Added.
83399         * platform/mac/webarchive/test-object-data-expected.txt: Added.
83400         * platform/mac/webarchive/test-script-src-expected.txt: Added.
83401         * platform/mac/webarchive/test-table-background-expected.txt: Added.
83402         * platform/mac/webarchive/test-td-background-expected.txt: Added.
83403         * platform/mac/webarchive/test-xml-stylesheet-expected.txt: Added.
83404
83405 2012-11-02  Stephen White  <senorblanco@chromium.org>
83406
83407         [Chromium] Unreviewed gardening.  Some new Mac baselines, and 
83408         add real bugs in place of Bug(senorblanco).
83409
83410         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
83411         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
83412         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
83413         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
83414         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
83415         * platform/chromium/TestExpectations:
83416
83417 2012-11-02  Tony Chang  <tony@chromium.org>
83418
83419         [chromium] platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html failing
83420         https://bugs.webkit.org/show_bug.cgi?id=100887
83421
83422         Reviewed by Ojan Vafai.
83423
83424         The tests were racing the load time of js-test-post.js and the test completion.
83425         Previously, js-test-post.js would already be in the cache, so it would always load first.
83426         Now that we clear the cache, sometimes js-test-post.js would run after the other test output.
83427         Fix this by setting window.jsTestIsAsync = true and calling finishJSTest() when the test
83428         ends (this delays the js-test-post.js output until finishJSTest() is called).
83429
83430         * platform/chromium/TestExpectations:
83431         * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt:
83432         * platform/chromium/accessibility/is-ignored-change-sends-notification.html:
83433         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt:
83434         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html:
83435         * platform/chromium/accessibility/text-change-notification-expected.txt:
83436         * platform/chromium/accessibility/text-change-notification.html:
83437
83438 2012-11-02  Ian Vollick  <vollick@chromium.org>
83439
83440         Unreviewed baselines for chromium-mac.
83441
83442         * platform/chromium-mac-lion/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
83443         * platform/chromium-mac-snowleopard/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
83444         * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
83445
83446 2012-11-02  Ian Vollick  <vollick@chromium.org>
83447
83448         Unreviewed baselines for chromium-mac.
83449
83450         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
83451
83452 2012-11-02  Alice Boxhall  <aboxhall@google.com>
83453
83454         Unreviewed gardening. Mark report-blocked-uri-cross-origin.html as failing.
83455         https://bugs.webkit.org/show_bug.cgi?id=101096
83456
83457         * platform/chromium/TestExpectations:
83458
83459 2012-11-02  Ian Vollick  <vollick@chromium.org>
83460
83461         Support invalidation tracking for composited layers
83462         https://bugs.webkit.org/show_bug.cgi?id=97801
83463
83464         Reviewed by Simon Fraser.
83465
83466         GraphicsLayers now store invalidated rects and can include them in
83467         the layer tree dump.
83468
83469         * compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
83470         * compositing/repaint/invalidations-on-composited-layers.html: Added.
83471         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
83472
83473 2012-11-02  Adam Barth  <abarth@webkit.org>
83474
83475         ASSERT in RenderLayer::hitTestContents can fire
83476         https://bugs.webkit.org/show_bug.cgi?id=99656
83477
83478         Reviewed by Eric Seidel.
83479
83480         This test ensures that we don't trigger the assert.
83481
83482         * fast/dom/nodesFromRect/nodesFromRect-continuation-crash-expected.txt: Added.
83483         * fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html: Added.
83484
83485 2012-11-02  Mike West  <mkwst@chromium.org>
83486
83487         Prefer 'Content-Security-Policy' to 'X-WebKit-CSP'.
83488         https://bugs.webkit.org/show_bug.cgi?id=101043
83489
83490         Reviewed by Adam Barth.
83491
83492         The canonical 'Content-Security-Policy' header landed in 133095, but we
83493         missed a few tests while updating to the new hotness. We also should
83494         start using the canonical header for the inspector.
83495
83496         This patch should have no visible change; tests should continue to pass
83497         with the new header, just as they did with the old header.
83498
83499         * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace.html:
83500         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace.html:
83501         * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace.html:
83502         * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace.html:
83503         * http/tests/security/contentSecurityPolicy/img-blocked-no-gc-crash.html:
83504         * http/tests/security/isolatedWorld/bypass-main-world-csp.html:
83505         * inspector/console/console-eval-blocked.html:
83506         * inspector/debugger/debugger-pause-on-blocked-event-handler.html:
83507         * inspector/debugger/debugger-pause-on-blocked-script-injection.html:
83508         * inspector/debugger/debugger-pause-on-blocked-script-url.html:
83509         * inspector/debugger/eval-on-pause-blocked.html:
83510         * inspector/elements/resolve-node-blocked.html:
83511         * media/csp-blocks-video.html:
83512
83513 2012-11-02  Alice Boxhall  <aboxhall@google.com>
83514
83515         Unreviewed gardening. Marking object-clip-rects-assertion.html as flaky.
83516         https://bugs.webkit.org/show_bug.cgi?id=86909
83517
83518         * platform/chromium/TestExpectations:
83519
83520 2012-11-02  Tom Sepez  <tsepez@chromium.org>
83521
83522         Support X-XSS-Protection: report=URL header syntax in XSSAuditor.
83523         https://bugs.webkit.org/show_bug.cgi?id=100892
83524
83525         Reviewed by Adam Barth.
83526
83527         * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
83528         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
83529         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
83530         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
83531         * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt: Added.
83532         * http/tests/security/xssAuditor/malformed-xss-protection-header-5.html: Added.
83533         * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt: Added.
83534         * http/tests/security/xssAuditor/malformed-xss-protection-header-6.html: Added.
83535         * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt: Added.
83536         * http/tests/security/xssAuditor/malformed-xss-protection-header-7.html: Added.
83537         * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt: Added.
83538         * http/tests/security/xssAuditor/malformed-xss-protection-header-8.html: Added.
83539         * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt: Added.
83540         * http/tests/security/xssAuditor/malformed-xss-protection-header-9.html: Added.
83541         * http/tests/security/xssAuditor/report-script-tag-expected.txt: Added.
83542         * http/tests/security/xssAuditor/report-script-tag.html: Added.
83543         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
83544         * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt: Added.
83545         * http/tests/security/xssAuditor/xss-protection-parsing-03.html: Added.
83546         * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt: Added.
83547         * http/tests/security/xssAuditor/xss-protection-parsing-04.html: Added.
83548
83549 2012-11-02  Ian Vollick  <vollick@chromium.org>
83550
83551         [Mac] REGRESSION (r130411-r130414): fast/images/repaint-subrect-grid.html failing on Apple MountainLion Debug WK2 (Tests)
83552         https://bugs.webkit.org/show_bug.cgi?id=98523
83553
83554         Reviewed by Simon Fraser.
83555
83556         The repaint-subrect-grid.html layout test is now text-based and
83557         doesn't use testRunner.displayInvalidatedRegion().
83558
83559         * fast/images/repaint-subrect-grid-expected.txt:
83560         * fast/images/repaint-subrect-grid.html:
83561         * platform/chromium/fast/images/repaint-subrect-grid-expected.png: Removed.
83562         * platform/efl/fast/images/repaint-subrect-grid-expected.png: Removed.
83563         * platform/mac/TestExpectations:
83564         * platform/mac/fast/images/repaint-subrect-grid-expected.txt: Added.
83565         * platform/qt/TestExpectations:
83566
83567 2012-11-02  Alice Boxhall  <aboxhall@google.com>
83568
83569         Unreviewed gardening. Marking some repaint tests as flaky.
83570         https://bugs.webkit.org/show_bug.cgi?id=84720
83571
83572         * platform/chromium/TestExpectations:
83573
83574 2012-11-02  Kevin Ellis  <kevers@chromium.org>
83575
83576         Imrpove scoring in touch adjustment to address bias towards smaller targets.
83577         https://bugs.webkit.org/show_bug.cgi?id=101046
83578
83579         Reviewed by Antonio Gomes.
83580
83581         Add missing mouse handlers to ensure proper handling of nested
83582         elements.  Nested elements with explicit handlers are favored over
83583         ancestor elements.  The change to scoring in touch adjustment,
83584         which removes bias towards small targets, broke two of the layout
83585         tests.  The updated tests more accurately reflect intended 
83586         behavior. 
83587  
83588         * touchadjustment/nested-shadow-node.html:
83589         * touchadjustment/rotated-node.html:
83590
83591 2012-11-02  Stephen White  <senorblanco@chromium.org>
83592
83593         [Chromium] Unreviewed gardening.
83594
83595         * platform/chromium/TestExpectations:
83596
83597 2012-11-02  Keishi Hattori  <keishi@webkit.org>
83598
83599         Fix test calendar-picker-key-operations.html
83600         https://bugs.webkit.org/show_bug.cgi?id=101020
83601
83602         Reviewed by Kent Tamura.
83603
83604         The test was wrong and failing.
83605
83606         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
83607         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
83608         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
83609
83610 2012-11-02  Arpita Bahuguna  <arpitabahuguna@gmail.com>
83611
83612         Regression r130057: Improper preferred width calculation when an inline replaced object, wrapped in an inline flow, follows some text.
83613         https://bugs.webkit.org/show_bug.cgi?id=99442
83614
83615         Reviewed by Levi Weintraub.
83616
83617         * fast/block/block-with-inline-replaced-child-following-text-expected.txt: Added.
83618         * fast/block/block-with-inline-replaced-child-following-text.html: Added.
83619         Test added for verifying the width of the inline-block when an inline replaced
83620         object follows some text object which does not end in a whitespace.
83621
83622         The correct width of our containing box in this case should be 94px which is
83623         determined by the min-width of our text (using ahem font) which is 64px +
83624         the padding - 30px.
83625
83626         Prior to this fix, the trailing end-width from the text (64px) would be carried
83627         onto the next line containing the inline replaced object. This would then make
83628         that line's width as 64px (end width of text) + 30 px (padding) + 50px (width
83629         of our image object) making it 144px in total. This would then incorrectly
83630         define the width of our containing box.
83631
83632 2012-11-02  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
83633
83634         [EFL] Unreviewed pixel expectations gardening.
83635
83636         * platform/efl/TestExpectations: Skip some css3-text-decoration
83637         tests which depend on pending features.
83638
83639 2012-11-02  Vsevolod Vlasov  <vsevik@chromium.org>
83640
83641         Web Inspector: Cookie info in Network Resources Cookies tab shows "Invalid Date"
83642         https://bugs.webkit.org/show_bug.cgi?id=97471
83643
83644         Reviewed by Pavel Feldman.
83645
83646         * http/tests/inspector/resource-main-cookies.php:
83647         * inspector/cookie-parser.html:
83648
83649 2012-11-01  Shinya Kawanaka  <shinyak@chromium.org>
83650
83651         [Shadow] Element should have getter and setter of attribute 'pseudo'
83652         https://bugs.webkit.org/show_bug.cgi?id=100831
83653
83654         Reviewed by Hajime Morita.
83655
83656         * fast/dom/shadow/pseudo-attribute-expected.txt: Added.
83657         * fast/dom/shadow/pseudo-attribute.html: Added.
83658
83659 2012-11-01  Seonae Kim  <sunaeluv.kim@samsung.com>
83660
83661         [EFL][DRT] Support Geolocation
83662         https://bugs.webkit.org/show_bug.cgi?id=97427
83663
83664         Reviewed by Gyuyoung Kim.
83665
83666         Change the comment of Geolocation test cases.
83667
83668         * platform/efl/TestExpectations:
83669
83670 2012-11-01  Simon Fraser  <simon.fraser@apple.com>
83671
83672         New image results for compositing tests. Cross-platform image results seem
83673         impossible to maintain, so these are all Mac-specific.
83674
83675         * platform/mac/compositing/animation/busy-indicator-expected.png:
83676         * platform/mac/compositing/animation/state-at-end-event-transform-layer-expected.png:
83677         * platform/mac/compositing/color-matching/image-color-matching-expected.png:
83678         * platform/mac/compositing/color-matching/pdf-image-match-expected.png:
83679         * platform/mac/compositing/compositing-visible-descendant-expected.png:
83680         * platform/mac/compositing/direct-image-compositing-expected.png:
83681         * platform/mac/compositing/flat-with-transformed-child-expected.png:
83682         * platform/mac/compositing/framesets/composited-frame-alignment-expected.png:
83683         * platform/mac/compositing/generated-content-expected.png:
83684         * platform/mac/compositing/geometry/abs-position-inside-opacity-expected.png:
83685         * platform/mac/compositing/geometry/clipping-foreground-expected.png:
83686         * platform/mac/compositing/geometry/composited-html-size-expected.png:
83687         * platform/mac/compositing/geometry/fixed-in-composited-expected.png:
83688         * platform/mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
83689         * platform/mac/compositing/geometry/fixed-position-composited-page-scale-expected.png:
83690         * platform/mac/compositing/geometry/fixed-position-expected.png:
83691         * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
83692         * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
83693         * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
83694         * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
83695         * platform/mac/compositing/geometry/foreground-layer-expected.png:
83696         * platform/mac/compositing/geometry/horizontal-scroll-composited-expected.png:
83697         * platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
83698         * platform/mac/compositing/geometry/layer-due-to-layer-children-expected.png:
83699         * platform/mac/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png:
83700         * platform/mac/compositing/geometry/outline-change-expected.png:
83701         * platform/mac/compositing/geometry/partial-layout-update-expected.png:
83702         * platform/mac/compositing/geometry/repaint-foreground-layer-expected.png:
83703         * platform/mac/compositing/geometry/root-layer-update-expected.png:
83704         * platform/mac/compositing/geometry/tall-page-composited-expected.png:
83705         * platform/mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
83706         * platform/mac/compositing/geometry/vertical-scroll-composited-expected.png:
83707         * platform/mac/compositing/geometry/video-fixed-scrolling-expected.png:
83708         * platform/mac/compositing/geometry/video-opacity-overlay-expected.png:
83709         * platform/mac/compositing/iframes/composited-iframe-alignment-expected.png:
83710         * platform/mac/compositing/iframes/iframe-copy-on-scroll-expected.png:
83711         * platform/mac/compositing/iframes/iframe-in-composited-layer-expected.png:
83712         * platform/mac/compositing/images/content-image-change-expected.png:
83713         * platform/mac/compositing/images/direct-image-background-color-expected.png:
83714         * platform/mac/compositing/layer-creation/fixed-position-scroll-expected.png:
83715         * platform/mac/compositing/layer-creation/spanOverlapsCanvas-expected.png:
83716         * platform/mac/compositing/layers-inside-overflow-scroll-expected.png:
83717         * platform/mac/compositing/masks/direct-image-mask-expected.png:
83718         * platform/mac/compositing/masks/masked-ancestor-expected.png:
83719         * platform/mac/compositing/masks/multiple-masks-expected.png:
83720         * platform/mac/compositing/masks/simple-composited-mask-expected.png:
83721         * platform/mac/compositing/overflow/ancestor-overflow-expected.png:
83722         * platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
83723         * platform/mac/compositing/overflow/overflow-compositing-descendant-expected.png:
83724         * platform/mac/compositing/overflow/overflow-positioning-expected.png:
83725         * platform/mac/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png:
83726         * platform/mac/compositing/overflow/overflow-scroll-expected.png:
83727         * platform/mac/compositing/overflow/parent-overflow-expected.png:
83728         * platform/mac/compositing/overflow/scroll-ancestor-update-expected.png:
83729         * platform/mac/compositing/overflow/scrollbar-painting-expected.png:
83730         * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.png:
83731         * platform/mac/compositing/plugins/composited-plugin-expected.png:
83732         * platform/mac/compositing/reflections/animation-inside-reflection-expected.png:
83733         * platform/mac/compositing/reflections/compositing-change-inside-reflection-expected.png:
83734         * platform/mac/compositing/reflections/deeply-nested-reflections-expected.png:
83735         * platform/mac/compositing/reflections/load-video-in-reflection-expected.png:
83736         * platform/mac/compositing/reflections/masked-reflection-on-composited-expected.png:
83737         * platform/mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
83738         * platform/mac/compositing/reflections/nested-reflection-animated-expected.png:
83739         * platform/mac/compositing/reflections/nested-reflection-expected.png:
83740         * platform/mac/compositing/reflections/nested-reflection-mask-change-expected.png:
83741         * platform/mac/compositing/reflections/nested-reflection-on-overflow-expected.png:
83742         * platform/mac/compositing/reflections/nested-reflection-opacity-expected.png:
83743         * platform/mac/compositing/reflections/nested-reflection-size-change-expected.png:
83744         * platform/mac/compositing/reflections/nested-reflection-transformed-expected.png:
83745         * platform/mac/compositing/reflections/nested-reflection-transformed2-expected.png:
83746         * platform/mac/compositing/reflections/nested-reflection-transition-expected.png:
83747         * platform/mac/compositing/reflections/reflection-in-composited-expected.png:
83748         * platform/mac/compositing/reflections/reflection-on-composited-expected.png:
83749         * platform/mac/compositing/reflections/reflection-opacity-expected.png:
83750         * platform/mac/compositing/reflections/reflection-ordering-expected.png:
83751         * platform/mac/compositing/reflections/reflection-positioning-expected.png:
83752         * platform/mac/compositing/reflections/reflection-positioning2-expected.png:
83753         * platform/mac/compositing/reflections/simple-composited-reflections-expected.png:
83754         * platform/mac/compositing/reflections/transform-inside-reflection-expected.png:
83755         * platform/mac/compositing/repaint/become-overlay-composited-layer-expected.png:
83756         * platform/mac/compositing/repaint/composited-document-element-expected.png:
83757         * platform/mac/compositing/repaint/content-into-overflow-expected.png:
83758         * platform/mac/compositing/repaint/layer-repaint-expected.png:
83759         * platform/mac/compositing/repaint/layer-repaint-rects-expected.png:
83760         * platform/mac/compositing/repaint/opacity-between-absolute-expected.png:
83761         * platform/mac/compositing/repaint/opacity-between-absolute2-expected.png:
83762         * platform/mac/compositing/repaint/overflow-into-content-expected.png:
83763         * platform/mac/compositing/repaint/same-size-invalidation-expected.png:
83764         * platform/mac/compositing/scaling/tiled-layer-recursion-expected.png:
83765         * platform/mac/compositing/self-painting-layers-expected.png:
83766         * platform/mac/compositing/shadows/shadow-drawing-expected.png:
83767         * platform/mac/compositing/sibling-positioning-expected.png:
83768         * platform/mac/compositing/text-on-large-layer-expected.png:
83769         * platform/mac/compositing/transitions/scale-transition-no-start-expected.png:
83770         * platform/mac/compositing/transitions/singular-scale-transition-expected.png:
83771         * platform/mac/compositing/webgl/webgl-background-color-expected.png:
83772         * platform/mac/compositing/webgl/webgl-no-alpha-expected.png:
83773         * platform/mac/compositing/webgl/webgl-reflection-expected.png:
83774
83775 2012-11-01  Simon Fraser  <simon.fraser@apple.com>
83776
83777         Rebaseline some MathML results, and mark compositing/iframes/overlapped-nested-iframes.html
83778         as flakey because it is.
83779         
83780         * platform/mac/TestExpectations:
83781         * platform/mac/mathml/presentation/mo-stretch-expected.txt:
83782         * platform/mac/mathml/presentation/row-alignment-expected.png:
83783         * platform/mac/mathml/presentation/row-alignment-expected.txt:
83784         * platform/mac/mathml/presentation/subsup-expected.png:
83785         * platform/mac/mathml/presentation/subsup-expected.txt:
83786         * platform/mac/mathml/presentation/tables-expected.png:
83787         * platform/mac/mathml/presentation/tables-expected.txt:
83788
83789 2012-11-01  Stephen White  <senorblanco@chromium.org>
83790
83791         [Chromium] Unreviewed gardening.
83792
83793         * platform/chromium/TestExpectations:
83794
83795         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added.
83796         * platform/efl-wk1/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png.
83797
83798 2012-11-01  David Barton  <dbarton@mathscribe.com>
83799
83800         Unreviewed mathml rebaseline.
83801
83802         * platform/chromium-linux-x86/mathml: Added.
83803         * platform/chromium-linux-x86/mathml/xHeight-expected.png: Added.
83804         * platform/chromium-linux-x86/mathml/xHeight-expected.txt: Added.
83805         * platform/chromium-linux/mathml: Added.
83806         * platform/chromium-linux/mathml/xHeight-expected.png: Added.
83807         * platform/chromium-linux/mathml/xHeight-expected.txt: Added.
83808         * platform/chromium-win-xp/mathml: Added.
83809         * platform/chromium-win-xp/mathml/xHeight-expected.png: Added.
83810         * platform/chromium-win-xp/mathml/xHeight-expected.txt: Added.
83811         * platform/chromium-win/mathml: Added.
83812         * platform/chromium-win/mathml/xHeight-expected.png: Added.
83813         * platform/chromium-win/mathml/xHeight-expected.txt: Added.
83814         * platform/chromium/TestExpectations:
83815
83816 2012-11-01  Stephen White  <senorblanco@chromium.org>
83817
83818         [Chromium] Unreviewed gardening.  Mark another flaky test.
83819
83820         * platform/chromium/TestExpectations:
83821
83822 2012-11-01  Stephen White  <senorblanco@chromium.org>
83823
83824         [Chromium] Unreviewed gardening.
83825
83826         * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png:
83827         * platform/chromium-win/platform/chromium/compositing/huge-layer-rotated-expected.png:
83828         * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
83829
83830 2012-11-01  Tom Sepez  <tsepez@chromium.org>
83831
83832         XSS blocker false positive when page contains <iframe src="">
83833         https://bugs.webkit.org/show_bug.cgi?id=93416
83834
83835         Reviewed by Adam Barth.
83836
83837         * http/tests/security/xssAuditor/iframe-injection-allowed-2-expected.txt: Added.
83838         * http/tests/security/xssAuditor/iframe-injection-allowed-2.html: Added.
83839         * http/tests/security/xssAuditor/iframe-injection-allowed-3-expected.txt: Added.
83840         * http/tests/security/xssAuditor/iframe-injection-allowed-3.html: Added.
83841         * http/tests/security/xssAuditor/iframe-injection-allowed-expected.txt: Added.
83842         * http/tests/security/xssAuditor/iframe-injection-allowed.html: Added.
83843
83844 2012-11-01  Tien-Ren Chen  <trchen@chromium.org>
83845
83846         Fix assertion failure in RenderGeometryMap::absoluteRect when frame scale != 1.0
83847         https://bugs.webkit.org/show_bug.cgi?id=100912
83848
83849         Reviewed by Simon Fraser.
83850
83851         Frame scale will add transformation to RenderView, so fixed position doesn't
83852         get propagated up to the viewport by RenderGeometryMap. This is handled
83853         correctly in RenderView::mapLocalToContainer, causing the assertion to fail.
83854         This patch corrects RenderGeometryMap::mapToAbsolute to handle the RenderView
83855         transformation case.
83856
83857         A layout test is added to catch this issue. The test will crash debug build
83858         without this patch.
83859
83860
83861         * compositing/geometry/fixed-position-composited-page-scale-scroll-expected.txt: Added.
83862         * compositing/geometry/fixed-position-composited-page-scale-scroll.html: Added.
83863
83864 2012-11-01  Simon Fraser  <simon.fraser@apple.com>
83865
83866         Rebaseline tests listed in Mac TestExpectations as needing new baselines, other than those that
83867         are failing ref tests.
83868         
83869         Removed relevant lines from TestExpectations.
83870         
83871         Carry along some new image results for the directories which were rebaselined.
83872
83873         Rubber-stamped by Tim Horton
83874
83875         * accessibility/svg-remote-element-expected.txt: Added.
83876         * fast/images/exif-orientation-image-document-expected.txt: Added.
83877         * platform/mac/TestExpectations:
83878         * platform/mac/canvas/philip/tests/2d.imageData.put.wrongtype-expected.txt: Removed.
83879         * platform/mac/canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface-expected.txt: Removed.
83880         * platform/mac/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt: Removed.
83881         * platform/mac/compositing/animation/busy-indicator-expected.txt: Removed.
83882         * platform/mac/compositing/flat-with-transformed-child-expected.txt: Removed.
83883         * platform/mac/compositing/reflections/backface-hidden-reflection-expected.txt: Removed.
83884         * platform/mac/compositing/repaint/same-size-invalidation-expected.txt: Removed.
83885         * platform/mac/compositing/scaling/tiled-layer-recursion-expected.txt: Removed.
83886         * platform/mac/compositing/video/video-controls-layer-creation-expected.png: Added.
83887         * platform/mac/css1/formatting_model/canvas-expected.png:
83888         * platform/mac/css1/formatting_model/floating_elements-expected.png:
83889         * platform/mac/css1/formatting_model/floating_elements-expected.txt:
83890         * platform/mac/css1/formatting_model/height_of_lines-expected.png:
83891         * platform/mac/css1/formatting_model/horizontal_formatting-expected.png:
83892         * platform/mac/css1/formatting_model/inline_elements-expected.png:
83893         * platform/mac/css1/formatting_model/replaced_elements-expected.png:
83894         * platform/mac/css1/formatting_model/vertical_formatting-expected.png:
83895         * platform/mac/editing/selection/anchor-focus2-expected.txt: Removed.
83896         * platform/mac/editing/selection/anchor-focus3-expected.txt: Removed.
83897         * platform/mac/editing/selection/fake-drag-expected.txt: Removed.
83898         * platform/mac/fast/block/float/001-expected.png:
83899         * platform/mac/fast/block/float/002-expected.png:
83900         * platform/mac/fast/block/float/003-expected.png:
83901         * platform/mac/fast/block/float/004-expected.png:
83902         * platform/mac/fast/block/float/005-expected.png:
83903         * platform/mac/fast/block/float/006-expected.png:
83904         * platform/mac/fast/block/float/007-expected.png:
83905         * platform/mac/fast/block/float/008-expected.png:
83906         * platform/mac/fast/block/float/009-expected.png:
83907         * platform/mac/fast/block/float/010-expected.png:
83908         * platform/mac/fast/block/float/010-expected.txt:
83909         * platform/mac/fast/block/float/011-expected.png:
83910         * platform/mac/fast/block/float/012-expected.png:
83911         * platform/mac/fast/block/float/013-expected.png:
83912         * platform/mac/fast/block/float/014-expected.png:
83913         * platform/mac/fast/block/float/015-expected.png:
83914         * platform/mac/fast/block/float/017-expected.png:
83915         * platform/mac/fast/block/float/018-expected.png:
83916         * platform/mac/fast/block/float/019-expected.png:
83917         * platform/mac/fast/block/float/020-expected.png:
83918         * platform/mac/fast/block/float/021-expected.png:
83919         * platform/mac/fast/block/float/022-expected.png:
83920         * platform/mac/fast/block/float/023-expected.png:
83921         * platform/mac/fast/block/float/024-expected.png:
83922         * platform/mac/fast/block/float/024-expected.txt:
83923         * platform/mac/fast/block/float/025-expected.png:
83924         * platform/mac/fast/block/float/026-expected.png:
83925         * platform/mac/fast/block/float/027-expected.png:
83926         * platform/mac/fast/block/float/028-expected.png:
83927         * platform/mac/fast/block/float/029-expected.png:
83928         * platform/mac/fast/block/float/030-expected.png:
83929         * platform/mac/fast/block/float/031-expected.png:
83930         * platform/mac/fast/block/float/032-expected.png:
83931         * platform/mac/fast/block/float/033-expected.png:
83932         * platform/mac/fast/block/float/034-expected.png:
83933         * platform/mac/fast/block/float/035-expected.png:
83934         * platform/mac/fast/block/float/4145535Crash-expected.png:
83935         * platform/mac/fast/block/float/avoidance-percent-width-compat-expected.png:
83936         * platform/mac/fast/block/float/avoidance-percent-width-strict-expected.png:
83937         * platform/mac/fast/block/float/avoidance-rtl-expected.png: Added.
83938         * platform/mac/fast/block/float/avoiding-float-centered-expected.png:
83939         * platform/mac/fast/block/float/br-with-clear-2-expected.png:
83940         * platform/mac/fast/block/float/br-with-clear-expected.png:
83941         * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.png:
83942         * platform/mac/fast/block/float/clamped-right-float-expected.png:
83943         * platform/mac/fast/block/float/clear-element-too-wide-for-containing-block-expected.png:
83944         * platform/mac/fast/block/float/clear-to-fit-expected.png: Added.
83945         * platform/mac/fast/block/float/dynamic-unfloat-pref-width-expected.png:
83946         * platform/mac/fast/block/float/editable-text-overlapping-float-expected.png:
83947         * platform/mac/fast/block/float/fit_line_below_floats-expected.png:
83948         * platform/mac/fast/block/float/float-avoidance-expected.png:
83949         * platform/mac/fast/block/float/float-forced-below-other-floats-expected.png:
83950         * platform/mac/fast/block/float/float-in-float-hit-testing-expected.png:
83951         * platform/mac/fast/block/float/float-in-float-painting-expected.png:
83952         * platform/mac/fast/block/float/float-not-removed-from-next-sibling-expected.png: Added.
83953         * platform/mac/fast/block/float/float-not-removed-from-next-sibling2-expected.png: Added.
83954         * platform/mac/fast/block/float/float-not-removed-from-next-sibling3-expected.png: Added.
83955         * platform/mac/fast/block/float/float-not-removed-from-next-sibling4-expected.png: Added.
83956         * platform/mac/fast/block/float/float-on-zero-height-line-expected.png:
83957         * platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.png:
83958         * platform/mac/fast/block/float/float-overhangs-root-expected.png:
83959         * platform/mac/fast/block/float/floats-and-text-indent-expected.png:
83960         * platform/mac/fast/block/float/floats-and-text-indent-rl-expected.png:
83961         * platform/mac/fast/block/float/in-margin-expected.png:
83962         * platform/mac/fast/block/float/independent-align-positioning-expected.png:
83963         * platform/mac/fast/block/float/independent-align-positioning-expected.txt:
83964         * platform/mac/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png:
83965         * platform/mac/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png:
83966         * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png:
83967         * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png:
83968         * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png:
83969         * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png:
83970         * platform/mac/fast/block/float/intruding-painted-twice-expected.png:
83971         * platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.png:
83972         * platform/mac/fast/block/float/multiple-float-positioning-expected.png:
83973         * platform/mac/fast/block/float/narrow-after-wide-expected.png:
83974         * platform/mac/fast/block/float/negative-margin-clear-expected.png:
83975         * platform/mac/fast/block/float/nested-clearance-expected.png:
83976         * platform/mac/fast/block/float/nestedAnonymousBlocks-expected.png:
83977         * platform/mac/fast/block/float/nestedAnonymousBlocks2-expected.png:
83978         * platform/mac/fast/block/float/nopaint-after-layer-destruction-expected.png:
83979         * platform/mac/fast/block/float/nopaint-after-layer-destruction2-expected.png:
83980         * platform/mac/fast/block/float/nowrap-clear-min-width-expected.png:
83981         * platform/mac/fast/block/float/overhanging-after-height-decrease-expected.png:
83982         * platform/mac/fast/block/float/overhanging-after-height-decrease-offsets-expected.png:
83983         * platform/mac/fast/block/float/overhanging-float-add-in-static-position-block-expected.png:
83984         * platform/mac/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png:
83985         * platform/mac/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png:
83986         * platform/mac/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png:
83987         * platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png:
83988         * platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png:
83989         * platform/mac/fast/block/float/overhanging-tall-block-expected.png:
83990         * platform/mac/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png:
83991         * platform/mac/fast/block/float/relative-painted-twice-expected.png:
83992         * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
83993         * platform/mac/fast/block/float/shrink-to-fit-width-expected.png:
83994         * platform/mac/fast/block/float/table-relayout-expected.png:
83995         * platform/mac/fast/block/float/vertical-move-relayout-expected.png:
83996         * platform/mac/fast/block/float/width-update-after-clear-expected.png:
83997         * platform/mac/fast/block/margin-collapse/001-expected.png:
83998         * platform/mac/fast/block/margin-collapse/002-expected.png:
83999         * platform/mac/fast/block/margin-collapse/003-expected.png:
84000         * platform/mac/fast/block/margin-collapse/004-expected.png:
84001         * platform/mac/fast/block/margin-collapse/005-expected.png:
84002         * platform/mac/fast/block/margin-collapse/006-expected.png:
84003         * platform/mac/fast/block/margin-collapse/010-expected.png:
84004         * platform/mac/fast/block/margin-collapse/011-expected.png:
84005         * platform/mac/fast/block/margin-collapse/012-expected.png:
84006         * platform/mac/fast/block/margin-collapse/015-expected.png:
84007         * platform/mac/fast/block/margin-collapse/016-expected.png:
84008         * platform/mac/fast/block/margin-collapse/017-expected.png:
84009         * platform/mac/fast/block/margin-collapse/018-expected.png:
84010         * platform/mac/fast/block/margin-collapse/019-expected.png:
84011         * platform/mac/fast/block/margin-collapse/020-expected.png:
84012         * platform/mac/fast/block/margin-collapse/021-expected.png:
84013         * platform/mac/fast/block/margin-collapse/022-expected.png:
84014         * platform/mac/fast/block/margin-collapse/025-expected.png:
84015         * platform/mac/fast/block/margin-collapse/025-expected.txt:
84016         * platform/mac/fast/block/margin-collapse/026-expected.png:
84017         * platform/mac/fast/block/margin-collapse/027-expected.png:
84018         * platform/mac/fast/block/margin-collapse/028-expected.png:
84019         * platform/mac/fast/block/margin-collapse/029-expected.png:
84020         * platform/mac/fast/block/margin-collapse/030-expected.png:
84021         * platform/mac/fast/block/margin-collapse/031-expected.png:
84022         * platform/mac/fast/block/margin-collapse/032-expected.png:
84023         * platform/mac/fast/block/margin-collapse/033-expected.png:
84024         * platform/mac/fast/block/margin-collapse/034-expected.png:
84025         * platform/mac/fast/block/margin-collapse/035-expected.png:
84026         * platform/mac/fast/block/margin-collapse/037-expected.png:
84027         * platform/mac/fast/block/margin-collapse/038-expected.png:
84028         * platform/mac/fast/block/margin-collapse/039-expected.png:
84029         * platform/mac/fast/block/margin-collapse/040-expected.png:
84030         * platform/mac/fast/block/margin-collapse/041-expected.png:
84031         * platform/mac/fast/block/margin-collapse/042-expected.png:
84032         * platform/mac/fast/block/margin-collapse/043-expected.png:
84033         * platform/mac/fast/block/margin-collapse/044-expected.png:
84034         * platform/mac/fast/block/margin-collapse/045-expected.png:
84035         * platform/mac/fast/block/margin-collapse/055-expected.png:
84036         * platform/mac/fast/block/margin-collapse/056-expected.png:
84037         * platform/mac/fast/block/margin-collapse/057-expected.png:
84038         * platform/mac/fast/block/margin-collapse/058-expected.png:
84039         * platform/mac/fast/block/margin-collapse/059-expected.png:
84040         * platform/mac/fast/block/margin-collapse/062-expected.png:
84041         * platform/mac/fast/block/margin-collapse/063-expected.png:
84042         * platform/mac/fast/block/margin-collapse/100-expected.png:
84043         * platform/mac/fast/block/margin-collapse/101-expected.png:
84044         * platform/mac/fast/block/margin-collapse/102-expected.png:
84045         * platform/mac/fast/block/margin-collapse/103-expected.png:
84046         * platform/mac/fast/block/margin-collapse/104-expected.png:
84047         * platform/mac/fast/block/margin-collapse/block-inside-inline/001-expected.png:
84048         * platform/mac/fast/block/margin-collapse/block-inside-inline/002-expected.png:
84049         * platform/mac/fast/block/margin-collapse/block-inside-inline/003-expected.png:
84050         * platform/mac/fast/block/margin-collapse/block-inside-inline/004-expected.png:
84051         * platform/mac/fast/block/margin-collapse/block-inside-inline/005-expected.png:
84052         * platform/mac/fast/block/margin-collapse/block-inside-inline/006-expected.png:
84053         * platform/mac/fast/block/margin-collapse/block-inside-inline/010-expected.png:
84054         * platform/mac/fast/block/margin-collapse/block-inside-inline/011-expected.png:
84055         * platform/mac/fast/block/margin-collapse/block-inside-inline/012-expected.png:
84056         * platform/mac/fast/block/margin-collapse/block-inside-inline/015-expected.png:
84057         * platform/mac/fast/block/margin-collapse/block-inside-inline/016-expected.png:
84058         * platform/mac/fast/block/margin-collapse/block-inside-inline/017-expected.png:
84059         * platform/mac/fast/block/margin-collapse/block-inside-inline/018-expected.png:
84060         * platform/mac/fast/block/margin-collapse/block-inside-inline/019-expected.png:
84061         * platform/mac/fast/block/margin-collapse/block-inside-inline/020-expected.png:
84062         * platform/mac/fast/block/margin-collapse/block-inside-inline/021-expected.png:
84063         * platform/mac/fast/block/margin-collapse/block-inside-inline/022-expected.png:
84064         * platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.png:
84065         * platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
84066         * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.png:
84067         * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
84068         * platform/mac/fast/block/margin-collapse/negative-margins-expected.png:
84069         * platform/mac/fast/borders/border-antialiasing-expected.png:
84070         * platform/mac/fast/css-generated-content/inline-display-types-expected.png:
84071         * platform/mac/fast/css-generated-content/inline-display-types-expected.txt:
84072         * platform/mac/fast/css/001-expected.png:
84073         * platform/mac/fast/css/002-expected.png:
84074         * platform/mac/fast/css/003-expected.png:
84075         * platform/mac/fast/css/004-expected.png:
84076         * platform/mac/fast/css/005-expected.png:
84077         * platform/mac/fast/css/006-expected.png:
84078         * platform/mac/fast/css/007-expected.png:
84079         * platform/mac/fast/css/008-expected.png:
84080         * platform/mac/fast/css/ZeroOpacityLayers-expected.png:
84081         * platform/mac/fast/css/ZeroOpacityLayers2-expected.png:
84082         * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
84083         * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Added.
84084         * platform/mac/fast/css/absolute-poition-in-rtl-parent-expected.png:
84085         * platform/mac/fast/css/acid2-expected.png:
84086         * platform/mac/fast/css/acid2-pixel-expected.png:
84087         * platform/mac/fast/css/apple-prefix-expected.png:
84088         * platform/mac/fast/css/attribute-selector-dynamic-expected.png:
84089         * platform/mac/fast/css/attribute-selector-empty-value-expected.png:
84090         * platform/mac/fast/css/background-clip-radius-values-expected.png: Added.
84091         * platform/mac/fast/css/background-clip-values-expected.png:
84092         * platform/mac/fast/css/background-image-with-baseurl-expected.png:
84093         * platform/mac/fast/css/background-shorthand-invalid-url-expected.png:
84094         * platform/mac/fast/css/beforeSelectorOnCodeElement-expected.png:
84095         * platform/mac/fast/css/begin-end-contain-selector-empty-value-expected.png:
84096         * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
84097         * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
84098         * platform/mac/fast/css/bogus-color-span-expected.png:
84099         * platform/mac/fast/css/border-height-expected.png:
84100         * platform/mac/fast/css/border-radius-non-negative-expected.png:
84101         * platform/mac/fast/css/border-radius-outline-offset-expected.png:
84102         * platform/mac/fast/css/border-solid-single-edge-antialias-expected.png: Added.
84103         * platform/mac/fast/css/box-shadow-and-border-radius-expected.png:
84104         * platform/mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.png: Added.
84105         * platform/mac/fast/css/caption-width-absolute-position-expected.png: Added.
84106         * platform/mac/fast/css/caption-width-absolute-position-offset-top-expected.png: Added.
84107         * platform/mac/fast/css/caption-width-fixed-position-expected.png: Added.
84108         * platform/mac/fast/css/caption-width-fixed-position-offset-top-expected.png: Added.
84109         * platform/mac/fast/css/caption-width-relative-position-expected.png: Added.
84110         * platform/mac/fast/css/caption-width-relative-position-offset-top-expected.png: Added.
84111         * platform/mac/fast/css/child-style-can-override-visited-style-expected.png: Added.
84112         * platform/mac/fast/css/clip-text-in-scaled-div-expected.png:
84113         * platform/mac/fast/css/clip-zooming-expected.png:
84114         * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.png:
84115         * platform/mac/fast/css/color-correction-expected.png:
84116         * platform/mac/fast/css/color-correction-on-background-image-expected.png:
84117         * platform/mac/fast/css/color-correction-on-backgrounds-expected.png:
84118         * platform/mac/fast/css/color-correction-on-box-shadow-expected.png:
84119         * platform/mac/fast/css/color-correction-on-text-expected.png:
84120         * platform/mac/fast/css/color-correction-on-text-shadow-expected.png:
84121         * platform/mac/fast/css/color-correction-untagged-images-expected.png:
84122         * platform/mac/fast/css/color-leakage-expected.png:
84123         * platform/mac/fast/css/color-quirk-expected.png:
84124         * platform/mac/fast/css/color-strict-expected.png:
84125         * platform/mac/fast/css/compare-content-style-expected.png:
84126         * platform/mac/fast/css/content-dynamic-expected.png:
84127         * platform/mac/fast/css/contentDiv-expected.png:
84128         * platform/mac/fast/css/contentDivWithChildren-expected.png:
84129         * platform/mac/fast/css/contentImage-expected.png:
84130         * platform/mac/fast/css/continuationCrash-expected.png:
84131         * platform/mac/fast/css/counters/counter-text-security-expected.png:
84132         * platform/mac/fast/css/counters/counter-text-transform-expected.png:
84133         * platform/mac/fast/css/create_element_align-expected.png:
84134         * platform/mac/fast/css/css-imports-expected.png:
84135         * platform/mac/fast/css/css1_forward_compatible_parsing-expected.png:
84136         * platform/mac/fast/css/css2-system-fonts-expected.png:
84137         * platform/mac/fast/css/css3-modsel-22-expected.png:
84138         * platform/mac/fast/css/css3-nth-child-expected.png:
84139         * platform/mac/fast/css/css3-space-in-nth-and-lang-expected.png:
84140         * platform/mac/fast/css/disabled-author-styles-expected.png:
84141         * platform/mac/fast/css/dynamic-sibling-selector-expected.png:
84142         * platform/mac/fast/css/empty-body-test-expected.png:
84143         * platform/mac/fast/css/empty-generated-content-expected.png:
84144         * platform/mac/fast/css/empty-inline-003-quirksmode-expected.png: Added.
84145         * platform/mac/fast/css/empty-inline-line-height-first-line-expected.png: Added.
84146         * platform/mac/fast/css/empty-inline-line-height-first-line-quirksmode-expected.png: Added.
84147         * platform/mac/fast/css/empty-pseudo-class-expected.png:
84148         * platform/mac/fast/css/empty-webkit-mask-crash-expected.png: Added.
84149         * platform/mac/fast/css/error-in-last-decl-expected.png:
84150         * platform/mac/fast/css/ex-after-font-variant-expected.png:
84151         * platform/mac/fast/css/fieldset-display-row-expected.png:
84152         * platform/mac/fast/css/find-next-layer-expected.png:
84153         * platform/mac/fast/css/first-child-pseudo-class-expected.png:
84154         * platform/mac/fast/css/first-letter-capitalized-expected.png:
84155         * platform/mac/fast/css/first-letter-detach-expected.png:
84156         * platform/mac/fast/css/first-letter-first-line-hover-expected.png:
84157         * platform/mac/fast/css/first-letter-float-after-float-expected.png:
84158         * platform/mac/fast/css/first-letter-float-expected.png:
84159         * platform/mac/fast/css/first-letter-hover-expected.png:
84160         * platform/mac/fast/css/first-letter-punctuation-expected.png:
84161         * platform/mac/fast/css/first-letter-recalculation-expected.png:
84162         * platform/mac/fast/css/first-letter-set-text-expected.png: Added.
84163         * platform/mac/fast/css/first-letter-skip-out-of-flow-expected.png:
84164         * platform/mac/fast/css/first-letter-visibility-expected.png:
84165         * platform/mac/fast/css/first-line-text-decoration-expected.png: Added.
84166         * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added.
84167         * platform/mac/fast/css/first-of-type-pseudo-class-expected.png:
84168         * platform/mac/fast/css/focus-ring-detached-expected.png:
84169         * platform/mac/fast/css/focus-ring-multiline-expected.png:
84170         * platform/mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
84171         * platform/mac/fast/css/focus-ring-outline-color-expected.png:
84172         * platform/mac/fast/css/focus-ring-outline-offset-expected.png:
84173         * platform/mac/fast/css/focus-ring-outline-width-expected.png:
84174         * platform/mac/fast/css/font-face-default-font-expected.png:
84175         * platform/mac/fast/css/font-face-implicit-local-font-expected.png:
84176         * platform/mac/fast/css/font-face-in-media-rule-expected.png:
84177         * platform/mac/fast/css/font-face-locally-installed-expected.png:
84178         * platform/mac/fast/css/font-face-multiple-faces-expected.png:
84179         * platform/mac/fast/css/font-face-multiple-remote-sources-expected.png:
84180         * platform/mac/fast/css/font-face-opentype-expected.png:
84181         * platform/mac/fast/css/font-face-remote-expected.png:
84182         * platform/mac/fast/css/font-face-synthetic-bold-italic-expected.png:
84183         * platform/mac/fast/css/font-face-unicode-range-expected.png:
84184         * platform/mac/fast/css/font-face-weight-matching-expected.png:
84185         * platform/mac/fast/css/font-face-woff-expected.png:
84186         * platform/mac/fast/css/font-family-pictograph-expected.png:
84187         * platform/mac/fast/css/font-shorthand-weight-only-expected.png:
84188         * platform/mac/fast/css/font-size-negative-expected.png:
84189         * platform/mac/fast/css/font-smoothing-expected.png:
84190         * platform/mac/fast/css/font-weight-1-expected.png:
84191         * platform/mac/fast/css/font_property_normal-expected.png:
84192         * platform/mac/fast/css/h1-in-section-elements-expected.png:
84193         * platform/mac/fast/css/hover-subselector-expected.png:
84194         * platform/mac/fast/css/hsl-color-expected.png:
84195         * platform/mac/fast/css/hsla-color-expected.png:
84196         * platform/mac/fast/css/ignore-text-zoom-expected.png:
84197         * platform/mac/fast/css/imageTileOpacity-expected.png:
84198         * platform/mac/fast/css/import-rule-regression-11590-expected.png:
84199         * platform/mac/fast/css/import_with_baseurl-expected.png:
84200         * platform/mac/fast/css/inline-element-line-break-expected.png:
84201         * platform/mac/fast/css/inline-properties-important-expected.png:
84202         * platform/mac/fast/css/input-search-padding-expected.png:
84203         * platform/mac/fast/css/invalid-percentage-property-expected.png:
84204         * platform/mac/fast/css/invalid-pseudo-classes-expected.png:
84205         * platform/mac/fast/css/invalidation-errors-2-expected.png:
84206         * platform/mac/fast/css/invalidation-errors-3-expected.png:
84207         * platform/mac/fast/css/invalidation-errors-expected.png:
84208         * platform/mac/fast/css/last-child-pseudo-class-expected.png:
84209         * platform/mac/fast/css/last-child-style-sharing-expected.png:
84210         * platform/mac/fast/css/last-of-type-pseudo-class-expected.png:
84211         * platform/mac/fast/css/layerZOrderCrash-expected.png:
84212         * platform/mac/fast/css/line-after-floating-div-expected.png:
84213         * platform/mac/fast/css/line-height-determined-by-primary-font-expected.png:
84214         * platform/mac/fast/css/line-height-expected.png:
84215         * platform/mac/fast/css/line-height-font-order-expected.png:
84216         * platform/mac/fast/css/line-height-negative-expected.png:
84217         * platform/mac/fast/css/line-height-overflow-expected.png:
84218         * platform/mac/fast/css/linear-gradient-currentcolor-expected.png:
84219         * platform/mac/fast/css/link-outside-head-expected.png:
84220         * platform/mac/fast/css/list-outline-expected.png:
84221         * platform/mac/fast/css/live-cssrules-expected.png:
84222         * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.png:
84223         * platform/mac/fast/css/margin-bottom-form-element-strict-expected.png:
84224         * platform/mac/fast/css/margin-top-bottom-dynamic-expected.png:
84225         * platform/mac/fast/css/max-height-none-expected.png:
84226         * platform/mac/fast/css/min-width-with-spanned-cell-expected.png: Added.
84227         * platform/mac/fast/css/min-width-with-spanned-cell-fixed-expected.png: Added.
84228         * platform/mac/fast/css/namespaces/001-expected.png:
84229         * platform/mac/fast/css/namespaces/002-expected.png:
84230         * platform/mac/fast/css/namespaces/003-expected.png:
84231         * platform/mac/fast/css/namespaces/004-expected.png:
84232         * platform/mac/fast/css/namespaces/005-expected.png:
84233         * platform/mac/fast/css/namespaces/006-expected.png:
84234         * platform/mac/fast/css/namespaces/007-expected.png:
84235         * platform/mac/fast/css/namespaces/namespaces-comments-expected.png:
84236         * platform/mac/fast/css/namespaces/namespaces-empty-expected.png:
84237         * platform/mac/fast/css/namespaces/namespaces-escapes-expected.png:
84238         * platform/mac/fast/css/namespaces/namespaces-invalid-at-expected.png:
84239         * platform/mac/fast/css/negative-leading-expected.png:
84240         * platform/mac/fast/css/negative-nth-child-expected.png:
84241         * platform/mac/fast/css/nested-floating-relative-position-percentages-expected.png:
84242         * platform/mac/fast/css/nested-layers-with-hover-expected.txt:
84243         * platform/mac/fast/css/nested-rounded-corners-expected.png:
84244         * platform/mac/fast/css/non-empty-span-expected.png:
84245         * platform/mac/fast/css/non-standard-checkbox-size-expected.png:
84246         * platform/mac/fast/css/nth-child-dynamic-expected.png:
84247         * platform/mac/fast/css/only-child-pseudo-class-expected.png:
84248         * platform/mac/fast/css/only-of-type-pseudo-class-expected.png:
84249         * platform/mac/fast/css/outline-auto-empty-rects-expected.png:
84250         * platform/mac/fast/css/outline-auto-location-expected.png:
84251         * platform/mac/fast/css/outline-narrowLine-expected.png: Added.
84252         * platform/mac/fast/css/pending-stylesheet-repaint-expected.png: Added.
84253         * platform/mac/fast/css/pendingStylesheetFontSize-expected.png:
84254         * platform/mac/fast/css/percent-top-relative-container-height-unspecified-expected.png:
84255         * platform/mac/fast/css/percent-top-value-with-relative-position-expected.png:
84256         * platform/mac/fast/css/percentage-non-integer-expected.png:
84257         * platform/mac/fast/css/position-negative-top-margin-expected.png:
84258         * platform/mac/fast/css/positioned-overflow-scroll-expected.png:
84259         * platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
84260         * platform/mac/fast/css/pseudo-any-expected.txt: Removed.
84261         * platform/mac/fast/css/pseudo-element-line-break-expected.png:
84262         * platform/mac/fast/css/pseudo-first-line-border-width-expected.png:
84263         * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png:
84264         * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png:
84265         * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png:
84266         * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png:
84267         * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
84268         * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
84269         * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
84270         * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
84271         * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
84272         * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png:
84273         * platform/mac/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png:
84274         * platform/mac/fast/css/rem-dynamic-scaling-expected.png:
84275         * platform/mac/fast/css/rem-units-on-root-expected.png:
84276         * platform/mac/fast/css/replaced-element-implicit-size-expected.png:
84277         * platform/mac/fast/css/resize-corner-tracking-expected.png:
84278         * platform/mac/fast/css/resize-corner-tracking-transformed-expected.png:
84279         * platform/mac/fast/css/rgb-float-expected.png:
84280         * platform/mac/fast/css/rtl-ordering-expected.png:
84281         * platform/mac/fast/css/rtl-to-viewport-expected.png:
84282         * platform/mac/fast/css/selector-set-attribute-expected.png:
84283         * platform/mac/fast/css/shadow-multiple-expected.png:
84284         * platform/mac/fast/css/simple-selector-chain-parsing-expected.png:
84285         * platform/mac/fast/css/square-button-appearance-expected.png:
84286         * platform/mac/fast/css/style-outside-head-expected.png:
84287         * platform/mac/fast/css/style-parsed-outside-head-expected.png:
84288         * platform/mac/fast/css/style-tag-display-none-expected.png: Added.
84289         * platform/mac/fast/css/table-rules-attribute-groups-with-frame-expected.png: Added.
84290         * platform/mac/fast/css/table-rules-attribute-with-frame1-expected.png: Added.
84291         * platform/mac/fast/css/table-rules-attribute-with-frame2-expected.png: Added.
84292         * platform/mac/fast/css/table-text-align-quirk-expected.png:
84293         * platform/mac/fast/css/table-text-align-strict-expected.png:
84294         * platform/mac/fast/css/target-fragment-match-expected.png:
84295         * platform/mac/fast/css/text-align-expected.png:
84296         * platform/mac/fast/css/text-input-with-webkit-border-radius-expected.png:
84297         * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.png:
84298         * platform/mac/fast/css/text-overflow-ellipsis-expected.png:
84299         * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.png:
84300         * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
84301         * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
84302         * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
84303         * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
84304         * platform/mac/fast/css/text-overflow-input-expected.png:
84305         * platform/mac/fast/css/text-rendering-expected.png:
84306         * platform/mac/fast/css/text-security-expected.png:
84307         * platform/mac/fast/css/text-transform-select-expected.png:
84308         * platform/mac/fast/css/textCapitalizeEdgeCases-expected.png:
84309         * platform/mac/fast/css/transform-default-parameter-expected.png:
84310         * platform/mac/fast/css/transformed-mask-expected.png:
84311         * platform/mac/fast/css/transition-color-unspecified-expected.png:
84312         * platform/mac/fast/css/universal-hover-quirk-expected.png:
84313         * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.png:
84314         * platform/mac/fast/css/vertical-align-lengths-expected.png:
84315         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
84316         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
84317         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
84318         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
84319         * platform/mac/fast/css/visibility-hit-test-expected.png:
84320         * platform/mac/fast/css/zoom-font-size-expected.png:
84321         * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png:
84322         * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
84323         * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
84324         * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
84325         * platform/mac/fast/dom/HTMLTableElement/colSpan-expected.png:
84326         * platform/mac/fast/dom/HTMLTableElement/colSpan-expected.txt:
84327         * platform/mac/fast/dom/HTMLTableElement/createCaption-expected.png:
84328         * platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt:
84329         * platform/mac/fast/dom/left-overflow-in-ltr-expected.txt: Removed.
84330         * platform/mac/fast/dom/right-overflow-in-rtl-expected.txt: Removed.
84331         * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
84332         * platform/mac/fast/encoding/invalid-UTF-8-expected.png:
84333         * platform/mac/fast/encoding/utf-16-big-endian-expected.png:
84334         * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
84335         * platform/mac/fast/encoding/utf-16-little-endian-expected.png:
84336         * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
84337         * platform/mac/fast/encoding/xmacroman-encoding-test-expected.png:
84338         * platform/mac/fast/inline-block/001-expected.png:
84339         * platform/mac/fast/inline-block/001-expected.txt:
84340         * platform/mac/fast/inline/001-expected.png:
84341         * platform/mac/fast/inline/002-expected.png:
84342         * platform/mac/fast/inline/25277-2-expected.png:
84343         * platform/mac/fast/inline/25277-expected.png:
84344         * platform/mac/fast/inline/absolute-positioned-block-in-centred-block-expected.png: Added.
84345         * platform/mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.png: Added.
84346         * platform/mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Added.
84347         * platform/mac/fast/inline/br-text-decoration-expected.png:
84348         * platform/mac/fast/inline/continuation-outlines-expected.png:
84349         * platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.png:
84350         * platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.txt:
84351         * platform/mac/fast/inline/drawStyledEmptyInlines-expected.png:
84352         * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
84353         * platform/mac/fast/inline/emptyInlinesWithinLists-expected.png:
84354         * platform/mac/fast/inline/inline-borders-with-bidi-override-expected.png:
84355         * platform/mac/fast/inline/inline-box-background-expected.png:
84356         * platform/mac/fast/inline/inline-box-background-long-image-expected.png:
84357         * platform/mac/fast/inline/inline-box-background-repeat-x-expected.png:
84358         * platform/mac/fast/inline/inline-box-background-repeat-y-expected.png:
84359         * platform/mac/fast/inline/inline-continuation-borders-expected.png:
84360         * platform/mac/fast/inline/inline-focus-ring-expected.png:
84361         * platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.png:
84362         * platform/mac/fast/inline/inline-text-quirk-bpm-expected.png:
84363         * platform/mac/fast/inline/inline-wrap-with-parent-padding-expected.png:
84364         * platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Added.
84365         * platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added.
84366         * platform/mac/fast/inline/long-wrapped-line-expected.png:
84367         * platform/mac/fast/inline/nested-top-alignment-expected.png:
84368         * platform/mac/fast/inline/outline-continuations-expected.png:
84369         * platform/mac/fast/inline/percentage-margins-expected.png:
84370         * platform/mac/fast/inline/positioned-object-between-replaced-elements-expected.png:
84371         * platform/mac/fast/inline/positionedLifetime-expected.png:
84372         * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.png:
84373         * platform/mac/fast/inline/vertical-align-text-bottom-expected.png:
84374         * platform/mac/fast/lists/list-marker-before-content-table-expected.txt: Removed.
84375         * platform/mac/fast/multicol/block-axis-horizontal-bt-expected.png:
84376         * platform/mac/fast/multicol/block-axis-horizontal-tb-expected.png:
84377         * platform/mac/fast/multicol/block-axis-vertical-lr-expected.png:
84378         * platform/mac/fast/multicol/block-axis-vertical-rl-expected.png:
84379         * platform/mac/fast/multicol/border-padding-pagination-expected.png:
84380         * platform/mac/fast/multicol/client-rects-expected.png:
84381         * platform/mac/fast/multicol/column-break-with-balancing-expected.png:
84382         * platform/mac/fast/multicol/column-count-with-rules-expected.png:
84383         * platform/mac/fast/multicol/column-rules-expected.png:
84384         * platform/mac/fast/multicol/column-rules-stacking-expected.png:
84385         * platform/mac/fast/multicol/columns-shorthand-parsing-expected.png:
84386         * platform/mac/fast/multicol/flipped-blocks-border-after-expected.png: Added.
84387         * platform/mac/fast/multicol/float-avoidance-expected.png:
84388         * platform/mac/fast/multicol/float-multicol-expected.png:
84389         * platform/mac/fast/multicol/float-paginate-complex-expected.png:
84390         * platform/mac/fast/multicol/float-paginate-empty-lines-expected.png:
84391         * platform/mac/fast/multicol/float-paginate-expected.png:
84392         * platform/mac/fast/multicol/layers-in-multicol-expected.png:
84393         * platform/mac/fast/multicol/layers-split-across-columns-expected.png:
84394         * platform/mac/fast/multicol/margin-collapse-expected.png:
84395         * platform/mac/fast/multicol/max-height-columns-block-expected.png:
84396         * platform/mac/fast/multicol/nested-columns-expected.png:
84397         * platform/mac/fast/multicol/overflow-across-columns-expected.png:
84398         * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.png:
84399         * platform/mac/fast/multicol/overflow-unsplittable-expected.png:
84400         * platform/mac/fast/multicol/paginate-block-replaced-expected.png:
84401         * platform/mac/fast/multicol/pagination-h-horizontal-bt-expected.png:
84402         * platform/mac/fast/multicol/pagination-h-horizontal-tb-expected.png:
84403         * platform/mac/fast/multicol/pagination-h-vertical-lr-expected.png:
84404         * platform/mac/fast/multicol/pagination-h-vertical-rl-expected.png:
84405         * platform/mac/fast/multicol/pagination-v-horizontal-bt-expected.png:
84406         * platform/mac/fast/multicol/pagination-v-horizontal-tb-expected.png:
84407         * platform/mac/fast/multicol/pagination-v-vertical-lr-expected.png:
84408         * platform/mac/fast/multicol/pagination-v-vertical-rl-expected.png:
84409         * platform/mac/fast/multicol/positioned-split-expected.png:
84410         * platform/mac/fast/multicol/positioned-with-constrained-height-expected.png:
84411         * platform/mac/fast/multicol/positive-leading-expected.png:
84412         * platform/mac/fast/multicol/progression-reverse-expected.png: Added.
84413         * platform/mac/fast/multicol/scrolling-overflow-expected.png:
84414         * platform/mac/fast/multicol/shadow-breaking-expected.png:
84415         * platform/mac/fast/multicol/single-line-expected.png: Added.
84416         * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
84417         * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.png:
84418         * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.png:
84419         * platform/mac/fast/multicol/span/before-child-anonymous-column-block-expected.png: Added.
84420         * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
84421         * platform/mac/fast/multicol/span/clone-flexbox-expected.png: Added.
84422         * platform/mac/fast/multicol/span/clone-summary-expected.png: Added.
84423         * platform/mac/fast/multicol/span/generated-child-split-flow-crash-expected.png: Added.
84424         * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
84425         * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
84426         * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
84427         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
84428         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.png:
84429         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
84430         * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
84431         * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.png:
84432         * platform/mac/fast/multicol/span/span-as-nested-inline-block-child-expected.png:
84433         * platform/mac/fast/multicol/span/span-margin-collapsing-expected.png:
84434         * platform/mac/fast/multicol/table-margin-collapse-expected.png:
84435         * platform/mac/fast/multicol/table-vertical-align-expected.png:
84436         * platform/mac/fast/multicol/unsplittable-inline-block-expected.png:
84437         * platform/mac/fast/multicol/vertical-lr/border-padding-pagination-expected.png:
84438         * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
84439         * platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
84440         * platform/mac/fast/multicol/vertical-lr/column-rules-expected.png:
84441         * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.png:
84442         * platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
84443         * platform/mac/fast/multicol/vertical-lr/float-paginate-expected.png:
84444         * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.png:
84445         * platform/mac/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
84446         * platform/mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
84447         * platform/mac/fast/multicol/vertical-rl/border-padding-pagination-expected.png:
84448         * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
84449         * platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
84450         * platform/mac/fast/multicol/vertical-rl/column-rules-expected.png:
84451         * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.png:
84452         * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
84453         * platform/mac/fast/multicol/vertical-rl/float-paginate-expected.png:
84454         * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.png:
84455         * platform/mac/fast/multicol/vertical-rl/rule-style-expected.png: Added.
84456         * platform/mac/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
84457         * platform/mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
84458         * platform/mac/fast/repaint/table-section-repaint-expected.png:
84459         * platform/mac/fast/repaint/table-section-repaint-expected.txt:
84460         * platform/mac/fast/runin/runin-generated-before-content-expected.txt: Removed.
84461         * platform/mac/fast/table/001-expected.png:
84462         * platform/mac/fast/table/002-expected.png:
84463         * platform/mac/fast/table/003-expected.png:
84464         * platform/mac/fast/table/004-expected.png:
84465         * platform/mac/fast/table/005-expected.png:
84466         * platform/mac/fast/table/006-expected.png:
84467         * platform/mac/fast/table/007-expected.png:
84468         * platform/mac/fast/table/008-expected.png:
84469         * platform/mac/fast/table/009-expected.png:
84470         * platform/mac/fast/table/010-expected.png:
84471         * platform/mac/fast/table/011-expected.png:
84472         * platform/mac/fast/table/012-expected.png:
84473         * platform/mac/fast/table/013-expected.png:
84474         * platform/mac/fast/table/014-expected.png:
84475         * platform/mac/fast/table/015-expected.png:
84476         * platform/mac/fast/table/016-expected.png:
84477         * platform/mac/fast/table/017-expected.png:
84478         * platform/mac/fast/table/018-expected.png:
84479         * platform/mac/fast/table/020-expected.png:
84480         * platform/mac/fast/table/021-expected.png:
84481         * platform/mac/fast/table/022-expected.png:
84482         * platform/mac/fast/table/023-expected.png:
84483         * platform/mac/fast/table/024-expected.png:
84484         * platform/mac/fast/table/025-expected.png:
84485         * platform/mac/fast/table/025-expected.txt:
84486         * platform/mac/fast/table/026-expected.png:
84487         * platform/mac/fast/table/027-expected.png:
84488         * platform/mac/fast/table/027-expected.txt:
84489         * platform/mac/fast/table/027-vertical-expected.png:
84490         * platform/mac/fast/table/027-vertical-expected.txt:
84491         * platform/mac/fast/table/028-expected.png:
84492         * platform/mac/fast/table/028-vertical-expected.png:
84493         * platform/mac/fast/table/029-expected.png:
84494         * platform/mac/fast/table/030-expected.png:
84495         * platform/mac/fast/table/031-expected.png:
84496         * platform/mac/fast/table/032-expected.png:
84497         * platform/mac/fast/table/033-expected.png:
84498         * platform/mac/fast/table/034-expected.png:
84499         * platform/mac/fast/table/035-expected.png:
84500         * platform/mac/fast/table/035-vertical-expected.png:
84501         * platform/mac/fast/table/036-expected.png:
84502         * platform/mac/fast/table/037-expected.png:
84503         * platform/mac/fast/table/038-expected.png:
84504         * platform/mac/fast/table/038-vertical-expected.png:
84505         * platform/mac/fast/table/039-expected.png:
84506         * platform/mac/fast/table/040-expected.png:
84507         * platform/mac/fast/table/040-vertical-expected.png:
84508         * platform/mac/fast/table/041-expected.png:
84509         * platform/mac/fast/table/100-percent-cell-width-expected.png:
84510         * platform/mac/fast/table/absolute-table-at-bottom-expected.png:
84511         * platform/mac/fast/table/add-before-anonymous-child-expected.png:
84512         * platform/mac/fast/table/align-right-within-left-aligned-div-expected.png: Added.
84513         * platform/mac/fast/table/append-cells-expected.png:
84514         * platform/mac/fast/table/append-cells2-expected.png:
84515         * platform/mac/fast/table/auto-100-percent-width-expected.png: Added.
84516         * platform/mac/fast/table/auto-with-percent-height-expected.png:
84517         * platform/mac/fast/table/auto-with-percent-height-vertical-expected.png:
84518         * platform/mac/fast/table/border-collapsing/001-expected.png:
84519         * platform/mac/fast/table/border-collapsing/001-vertical-expected.png:
84520         * platform/mac/fast/table/border-collapsing/002-expected.png:
84521         * platform/mac/fast/table/border-collapsing/002-vertical-expected.png:
84522         * platform/mac/fast/table/border-collapsing/003-expected.png:
84523         * platform/mac/fast/table/border-collapsing/003-vertical-expected.png:
84524         * platform/mac/fast/table/border-collapsing/004-expected.png:
84525         * platform/mac/fast/table/border-collapsing/004-vertical-expected.png:
84526         * platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-expected.png:
84527         * platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png:
84528         * platform/mac/fast/table/border-collapsing/bug14274-expected.png: Added.
84529         * platform/mac/fast/table/border-collapsing/cached-69296-expected.png: Added.
84530         * platform/mac/fast/table/border-collapsing/cached-cell-append-expected.png: Added.
84531         * platform/mac/fast/table/border-collapsing/cached-cell-remove-expected.png: Added.
84532         * platform/mac/fast/table/border-collapsing/cached-change-cell-border-color-expected.png: Added.
84533         * platform/mac/fast/table/border-collapsing/cached-change-cell-border-width-expected.png: Added.
84534         * platform/mac/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.png: Added.
84535         * platform/mac/fast/table/border-collapsing/cached-change-col-border-color-expected.png: Added.
84536         * platform/mac/fast/table/border-collapsing/cached-change-col-border-width-expected.png: Added.
84537         * platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png: Added.
84538         * platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png: Added.
84539         * platform/mac/fast/table/border-collapsing/cached-change-row-border-color-expected.png: Added.
84540         * platform/mac/fast/table/border-collapsing/cached-change-row-border-width-expected.png: Added.
84541         * platform/mac/fast/table/border-collapsing/cached-change-table-border-color-expected.png: Added.
84542         * platform/mac/fast/table/border-collapsing/cached-change-table-border-width-expected.png: Added.
84543         * platform/mac/fast/table/border-collapsing/cached-change-tbody-border-color-expected.png: Added.
84544         * platform/mac/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png: Added.
84545         * platform/mac/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
84546         * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.png:
84547         * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
84548         * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-expected.png:
84549         * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png:
84550         * platform/mac/fast/table/caption-relayout-expected.png:
84551         * platform/mac/fast/table/cell-absolute-child-expected.png:
84552         * platform/mac/fast/table/cell-coalescing-expected.png:
84553         * platform/mac/fast/table/cell-pref-width-invalidation-expected.png:
84554         * platform/mac/fast/table/cell-width-auto-expected.png:
84555         * platform/mac/fast/table/cellindex-expected.png:
84556         * platform/mac/fast/table/click-near-anonymous-table-expected.png:
84557         * platform/mac/fast/table/colgroup-preceded-by-caption-expected.png:
84558         * platform/mac/fast/table/colgroup-spanning-groups-rules-expected.png:
84559         * platform/mac/fast/table/colspan-with-all-percent-cells-expected.png: Added.
84560         * platform/mac/fast/table/colspanMinWidth-expected.png:
84561         * platform/mac/fast/table/colspanMinWidth-vertical-expected.png: Added.
84562         * platform/mac/fast/table/div-as-col-span-expected.png:
84563         * platform/mac/fast/table/dynamic-caption-add-before-child-expected.png:
84564         * platform/mac/fast/table/dynamic-caption-add-remove-before-child-expected.png:
84565         * platform/mac/fast/table/dynamic-cellpadding-expected.png:
84566         * platform/mac/fast/table/dynamic-descendant-percentage-height-expected.png:
84567         * platform/mac/fast/table/early-table-layout-expected.png:
84568         * platform/mac/fast/table/edge-offsets-expected.png:
84569         * platform/mac/fast/table/empty-cells-expected.png:
84570         * platform/mac/fast/table/empty-table-percent-height-expected.png:
84571         * platform/mac/fast/table/fixed-granular-cols-expected.png:
84572         * platform/mac/fast/table/fixed-nested-expected.png:
84573         * platform/mac/fast/table/fixed-table-non-cell-in-row-expected.png:
84574         * platform/mac/fast/table/fixed-table-with-percent-inside-percent-table-expected.png:
84575         * platform/mac/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png:
84576         * platform/mac/fast/table/fixed-table-with-percent-width-inside-div-expected.png:
84577         * platform/mac/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png:
84578         * platform/mac/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png:
84579         * platform/mac/fast/table/fixed-table-with-small-percent-width-expected.png:
84580         * platform/mac/fast/table/fixed-with-auto-with-colspan-expected.png:
84581         * platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.png:
84582         * platform/mac/fast/table/floating-th-expected.png:
84583         * platform/mac/fast/table/floatingTablePaintBackground-expected.png:
84584         * platform/mac/fast/table/form-with-table-style-expected.png:
84585         * platform/mac/fast/table/frame-and-rules-expected.png:
84586         * platform/mac/fast/table/frame-and-rules-expected.txt:
84587         * platform/mac/fast/table/generated-caption-expected.png:
84588         * platform/mac/fast/table/giantCellspacing-expected.png:
84589         * platform/mac/fast/table/giantRowspan-expected.png:
84590         * platform/mac/fast/table/giantRowspan2-expected.png:
84591         * platform/mac/fast/table/growCellForImageQuirk-expected.png:
84592         * platform/mac/fast/table/growCellForImageQuirk-vertical-expected.png:
84593         * platform/mac/fast/table/height-percent-test-expected.png:
84594         * platform/mac/fast/table/height-percent-test-vertical-expected.png:
84595         * platform/mac/fast/table/insert-before-anonymous-ancestors-expected.png:
84596         * platform/mac/fast/table/insert-cell-before-form-expected.png:
84597         * platform/mac/fast/table/insert-row-before-form-expected.png:
84598         * platform/mac/fast/table/invisible-cell-background-expected.png:
84599         * platform/mac/fast/table/large-width-expected.png:
84600         * platform/mac/fast/table/max-width-integer-overflow-expected.png:
84601         * platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added.
84602         * platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added.
84603         * platform/mac/fast/table/multiple-captions-display-expected.png:
84604         * platform/mac/fast/table/multiple-percent-height-rows-expected.png:
84605         * platform/mac/fast/table/nested-percent-height-table-expected.png:
84606         * platform/mac/fast/table/nobr-expected.png:
84607         * platform/mac/fast/table/overflowHidden-expected.png:
84608         * platform/mac/fast/table/percent-heights-expected.png:
84609         * platform/mac/fast/table/percent-widths-stretch-expected.png:
84610         * platform/mac/fast/table/percent-widths-stretch-vertical-expected.png:
84611         * platform/mac/fast/table/prepend-in-anonymous-table-expected.png:
84612         * platform/mac/fast/table/quote-text-around-iframe-expected.png:
84613         * platform/mac/fast/table/relative-position-containment-expected.png:
84614         * platform/mac/fast/table/relative-position-offsets-expected.png:
84615         * platform/mac/fast/table/relative-position-stacking-expected.png:
84616         * platform/mac/fast/table/remove-td-display-none-expected.png:
84617         * platform/mac/fast/table/replaced-percent-height-expected.png:
84618         * platform/mac/fast/table/row-height-recalc-expected.png:
84619         * platform/mac/fast/table/rowindex-expected.png:
84620         * platform/mac/fast/table/rowspan-paint-order-expected.png:
84621         * platform/mac/fast/table/rowspan-paint-order-vertical-expected.png:
84622         * platform/mac/fast/table/rtl-cell-display-none-assert-expected.png:
84623         * platform/mac/fast/table/rules-attr-dynchange1-expected.png:
84624         * platform/mac/fast/table/rules-attr-dynchange2-expected.png:
84625         * platform/mac/fast/table/simple_paint-expected.png:
84626         * platform/mac/fast/table/simple_paint-expected.txt: Removed.
84627         * platform/mac/fast/table/spanOverlapRepaint-expected.png:
84628         * platform/mac/fast/table/stale-grid-crash-expected.png:
84629         * platform/mac/fast/table/table-after-child-in-table-expected.png:
84630         * platform/mac/fast/table/table-and-parts-outline-expected.png:
84631         * platform/mac/fast/table/table-anonymous-cell-bug-expected.png: Added.
84632         * platform/mac/fast/table/table-anonymous-row-bug-expected.png: Added.
84633         * platform/mac/fast/table/table-anonymous-section-bug-expected.png: Added.
84634         * platform/mac/fast/table/table-before-child-in-table-expected.png:
84635         * platform/mac/fast/table/table-before-child-style-update-expected.png: Added.
84636         * platform/mac/fast/table/table-cell-after-child-in-block-expected.png:
84637         * platform/mac/fast/table/table-cell-after-child-in-table-expected.png:
84638         * platform/mac/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
84639         * platform/mac/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
84640         * platform/mac/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
84641         * platform/mac/fast/table/table-cell-before-child-in-block-expected.png:
84642         * platform/mac/fast/table/table-cell-before-child-in-table-expected.png:
84643         * platform/mac/fast/table/table-cell-split-expected.png: Added.
84644         * platform/mac/fast/table/table-continuation-outline-paint-crash-expected.png:
84645         * platform/mac/fast/table/table-display-types-expected.png:
84646         * platform/mac/fast/table/table-display-types-strict-expected.png:
84647         * platform/mac/fast/table/table-display-types-vertical-expected.png:
84648         * platform/mac/fast/table/table-hspace-align-center-expected.png:
84649         * platform/mac/fast/table/table-in-table-percent-width-collapsing-border-expected.png: Added.
84650         * platform/mac/fast/table/table-in-table-percent-width-collapsing-border-quirks-mode-expected.png: Added.
84651         * platform/mac/fast/table/table-in-table-percent-width-expected.png: Added.
84652         * platform/mac/fast/table/table-in-table-percent-width-quirks-mode-expected.png: Added.
84653         * platform/mac/fast/table/table-insert-before-non-anonymous-block-expected.png: Added.
84654         * platform/mac/fast/table/table-row-after-child-in-block-expected.png:
84655         * platform/mac/fast/table/table-row-after-child-in-table-expected.png:
84656         * platform/mac/fast/table/table-row-before-after-content-around-block-expected.png: Added.
84657         * platform/mac/fast/table/table-row-before-after-content-around-table-cell-expected.png: Added.
84658         * platform/mac/fast/table/table-row-before-after-content-around-table-expected.png: Added.
84659         * platform/mac/fast/table/table-row-before-child-in-block-expected.png:
84660         * platform/mac/fast/table/table-row-before-child-in-table-expected.png:
84661         * platform/mac/fast/table/table-row-before-child-style-update-expected.png: Added.
84662         * platform/mac/fast/table/table-row-focus-ring-paint-expected.png: Added.
84663         * platform/mac/fast/table/table-row-outline-paint-expected.png: Added.
84664         * platform/mac/fast/table/table-row-split-expected.png: Added.
84665         * platform/mac/fast/table/table-row-split2-expected.png: Added.
84666         * platform/mac/fast/table/table-row-style-not-updated-expected.png: Added.
84667         * platform/mac/fast/table/table-row-style-not-updated-with-after-content-expected.png: Added.
84668         * platform/mac/fast/table/table-row-style-not-updated-with-before-content-expected.png: Added.
84669         * platform/mac/fast/table/table-section-split-expected.png: Added.
84670         * platform/mac/fast/table/table-section-split-with-after-content-expected.png: Added.
84671         * platform/mac/fast/table/table-section-split2-expected.png: Added.
84672         * platform/mac/fast/table/table-split-expected.png: Added.
84673         * platform/mac/fast/table/table-split2-expected.png: Added.
84674         * platform/mac/fast/table/table-style-not-updated-expected.png: Added.
84675         * platform/mac/fast/table/tableInsideCaption-expected.png:
84676         * platform/mac/fast/table/text-field-baseline-expected.png:
84677         * platform/mac/fast/table/unbreakable-images-quirk-expected.png:
84678         * platform/mac/fast/table/unused-percent-heights-expected.png:
84679         * platform/mac/fast/table/vertical-align-baseline-expected.png:
84680         * platform/mac/fast/table/vertical-align-baseline-readjust-expected.png:
84681         * platform/mac/fast/table/wide-colspan-expected.png:
84682         * platform/mac/fast/table/wide-column-expected.png:
84683         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Added.
84684         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Added.
84685         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Added.
84686         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png: Added.
84687         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Added.
84688         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Added.
84689         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added.
84690         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Added.
84691         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
84692         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Added.
84693         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.png: Added.
84694         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.png: Added.
84695         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Added.
84696         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Added.
84697         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Added.
84698         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Added.
84699         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Added.
84700         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Added.
84701         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Added.
84702         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Added.
84703         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Added.
84704         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Added.
84705         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Added.
84706         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Added.
84707         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Added.
84708         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
84709         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Added.
84710         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Added.
84711         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
84712         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Added.
84713         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
84714         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Added.
84715         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Added.
84716         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Added.
84717         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Added.
84718         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.png: Added.
84719         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-expected.png: Added.
84720         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Added.
84721         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Added.
84722         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Added.
84723         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Added.
84724         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
84725         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.png: Added.
84726         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.png: Added.
84727         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Added.
84728         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
84729         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Added.
84730         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Added.
84731         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Added.
84732         * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Added.
84733         * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Added.
84734         * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Added.
84735         * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Added.
84736         * platform/mac/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Added.
84737         * platform/mac/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Added.
84738         * platform/mac/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Added.
84739         * platform/mac/ietestcenter/css3/text/textshadow-001-expected.png: Added.
84740         * platform/mac/ietestcenter/css3/text/textshadow-002-expected.png: Added.
84741         * platform/mac/ietestcenter/css3/text/textshadow-003-expected.png: Added.
84742         * platform/mac/ietestcenter/css3/text/textshadow-004-expected.png: Added.
84743         * platform/mac/ietestcenter/css3/text/textshadow-005-expected.png: Added.
84744         * platform/mac/ietestcenter/css3/text/textshadow-006-expected.png: Added.
84745         * platform/mac/ietestcenter/css3/text/textshadow-007-expected.png: Added.
84746         * platform/mac/ietestcenter/css3/text/textshadow-008-expected.png: Added.
84747         * platform/mac/ietestcenter/css3/text/textshadow-009-expected.png: Added.
84748         * platform/mac/ietestcenter/css3/text/textshadow-010-expected.png: Added.
84749         * platform/mac/inspector/console/console-trace-in-eval-expected.txt: Removed.
84750         * platform/mac/mathml/presentation/attributes-expected.png:
84751         * platform/mac/mathml/presentation/fenced-expected.png:
84752         * platform/mac/mathml/presentation/fenced-expected.txt:
84753         * platform/mac/mathml/presentation/fenced-mi-expected.png:
84754         * platform/mac/mathml/presentation/fractions-expected.png:
84755         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
84756         * platform/mac/mathml/presentation/mo-expected.png:
84757         * platform/mac/mathml/presentation/mo-expected.txt:
84758         * platform/mac/mathml/presentation/mo-stretch-expected.png:
84759         * platform/mac/mathml/presentation/mo-stretch-expected.txt:
84760         * platform/mac/mathml/presentation/mroot-pref-width-expected.png:
84761         * platform/mac/mathml/presentation/over-expected.png:
84762         * platform/mac/mathml/presentation/over-expected.txt:
84763         * platform/mac/mathml/presentation/roots-expected.png:
84764         * platform/mac/mathml/presentation/row-alignment-expected.png:
84765         * platform/mac/mathml/presentation/row-alignment-expected.txt:
84766         * platform/mac/mathml/presentation/row-expected.png:
84767         * platform/mac/mathml/presentation/row-expected.txt:
84768         * platform/mac/mathml/presentation/style-expected.png:
84769         * platform/mac/mathml/presentation/sub-expected.png:
84770         * platform/mac/mathml/presentation/subsup-expected.png:
84771         * platform/mac/mathml/presentation/subsup-expected.txt:
84772         * platform/mac/mathml/presentation/sup-expected.png:
84773         * platform/mac/mathml/presentation/tables-expected.png:
84774         * platform/mac/mathml/presentation/tokenElements-expected.png:
84775         * platform/mac/mathml/presentation/under-expected.png:
84776         * platform/mac/mathml/presentation/underover-expected.png:
84777         * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
84778         * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
84779         * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
84780         * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
84781         * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
84782         * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
84783         * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
84784         * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
84785         * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
84786         * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
84787         * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
84788         * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
84789         * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
84790         * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
84791         * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
84792         * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
84793         * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
84794         * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
84795         * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
84796         * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
84797         * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
84798         * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
84799         * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
84800         * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
84801         * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
84802         * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
84803         * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
84804         * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
84805         * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
84806         * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
84807         * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
84808         * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
84809         * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
84810         * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
84811         * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
84812         * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
84813         * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
84814         * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
84815         * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
84816         * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
84817         * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
84818         * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
84819         * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
84820         * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
84821         * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
84822         * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
84823         * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
84824         * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
84825         * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
84826         * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
84827         * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
84828         * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
84829         * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
84830         * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
84831         * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
84832         * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
84833         * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
84834         * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
84835         * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
84836         * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
84837         * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
84838         * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
84839         * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
84840         * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
84841         * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
84842         * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
84843         * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
84844         * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
84845         * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
84846         * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
84847         * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
84848         * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
84849         * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
84850         * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
84851         * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
84852         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
84853         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
84854         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
84855         * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
84856         * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
84857         * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
84858         * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
84859         * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
84860         * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
84861         * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
84862         * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
84863         * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
84864         * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
84865         * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
84866         * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
84867         * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
84868         * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
84869         * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
84870         * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
84871         * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
84872         * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
84873         * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
84874         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
84875         * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
84876         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
84877         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
84878         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
84879         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
84880         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
84881         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
84882         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
84883         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
84884         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
84885         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
84886         * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
84887         * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
84888         * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
84889         * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
84890         * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
84891         * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
84892         * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
84893         * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
84894         * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
84895         * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
84896         * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
84897         * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
84898         * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
84899         * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
84900         * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
84901         * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
84902         * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
84903         * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
84904         * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
84905         * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
84906         * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
84907         * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
84908         * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
84909         * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
84910         * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
84911         * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
84912         * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
84913         * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
84914         * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
84915         * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
84916         * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
84917         * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
84918         * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
84919         * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
84920         * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
84921         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
84922         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
84923         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
84924         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
84925         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
84926         * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
84927         * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
84928         * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
84929         * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
84930         * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
84931         * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
84932         * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
84933         * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
84934         * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
84935         * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
84936         * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
84937         * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
84938         * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
84939         * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
84940         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
84941         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
84942         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
84943         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
84944         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
84945         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
84946         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
84947         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
84948         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
84949         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
84950         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
84951         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
84952         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
84953         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
84954         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
84955         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
84956         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
84957         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
84958         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
84959         * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
84960         * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
84961         * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
84962         * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
84963         * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
84964         * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
84965         * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
84966         * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
84967         * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
84968         * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
84969         * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
84970         * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
84971         * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
84972         * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
84973         * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
84974         * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
84975         * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
84976         * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
84977         * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
84978         * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
84979         * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
84980         * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
84981         * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
84982         * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
84983         * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
84984         * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
84985         * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
84986         * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
84987         * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
84988         * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
84989         * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
84990         * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
84991         * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
84992         * platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png:
84993         * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
84994         * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
84995         * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
84996         * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
84997         * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
84998         * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
84999         * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
85000         * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
85001         * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
85002         * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
85003         * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
85004         * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
85005         * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
85006         * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
85007         * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
85008         * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
85009         * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
85010         * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
85011         * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
85012         * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
85013         * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
85014         * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
85015         * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
85016         * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
85017         * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
85018         * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
85019         * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
85020         * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
85021         * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
85022         * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
85023         * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
85024         * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
85025         * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
85026         * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
85027         * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
85028         * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
85029         * platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
85030         * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
85031         * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
85032         * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
85033         * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
85034         * platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png:
85035         * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
85036         * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.png:
85037         * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
85038         * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
85039         * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
85040         * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
85041         * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
85042         * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
85043         * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
85044         * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
85045         * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
85046         * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
85047         * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
85048         * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
85049         * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
85050         * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
85051         * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
85052         * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
85053         * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
85054         * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
85055         * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
85056         * platform/mac/svg/custom/SVGMatrix-interface-expected.png:
85057         * platform/mac/svg/custom/SVGNumber-interface-expected.png:
85058         * platform/mac/svg/custom/SVGPoint-interface-expected.png:
85059         * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
85060         * platform/mac/svg/custom/SVGRect-interface-expected.png:
85061         * platform/mac/svg/custom/absolute-root-position-masking-expected.png: Added.
85062         * platform/mac/svg/custom/absolute-sized-content-with-resources-expected.png:
85063         * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.png:
85064         * platform/mac/svg/custom/alignment-baseline-modes-expected.png:
85065         * platform/mac/svg/custom/altglyph-expected.png:
85066         * platform/mac/svg/custom/animate-path-discrete-expected.png:
85067         * platform/mac/svg/custom/animate-path-morphing-expected.png:
85068         * platform/mac/svg/custom/animate-target-id-changed-expected.png:
85069         * platform/mac/svg/custom/animate-target-removed-from-document-expected.png:
85070         * platform/mac/svg/custom/animation-currentColor-expected.png:
85071         * platform/mac/svg/custom/attribute-namespace-check-expected.png:
85072         * platform/mac/svg/custom/baseval-animval-equality-expected.png:
85073         * platform/mac/svg/custom/broken-internal-references-expected.png:
85074         * platform/mac/svg/custom/bug45331-expected.png:
85075         * platform/mac/svg/custom/circle-move-invalidation-expected.png:
85076         * platform/mac/svg/custom/circular-marker-reference-1-expected.png:
85077         * platform/mac/svg/custom/circular-marker-reference-2-expected.png:
85078         * platform/mac/svg/custom/circular-marker-reference-3-expected.png:
85079         * platform/mac/svg/custom/circular-marker-reference-4-expected.png:
85080         * platform/mac/svg/custom/class-baseValue-expected.png:
85081         * platform/mac/svg/custom/class-selector-expected.png:
85082         * platform/mac/svg/custom/clip-mask-negative-scale-expected.png: Added.
85083         * platform/mac/svg/custom/clip-mask-negative-scale-expected.txt: Added.
85084         * platform/mac/svg/custom/clip-path-child-changes-expected.png:
85085         * platform/mac/svg/custom/clip-path-href-changes-expected.png:
85086         * platform/mac/svg/custom/clip-path-id-changes-expected.png:
85087         * platform/mac/svg/custom/clip-path-referencing-use-expected.png:
85088         * platform/mac/svg/custom/clip-path-referencing-use2-expected.png:
85089         * platform/mac/svg/custom/clip-path-units-changes-expected.png:
85090         * platform/mac/svg/custom/clip-path-with-css-transform-1-expected.png:
85091         * platform/mac/svg/custom/clip-path-with-css-transform-2-expected.png:
85092         * platform/mac/svg/custom/clip-path-with-transform-expected.png:
85093         * platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.png:
85094         * platform/mac/svg/custom/conditional-processing-outside-switch-expected.png:
85095         * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.png:
85096         * platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
85097         * platform/mac/svg/custom/convolution-crash-expected.png:
85098         * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
85099         * platform/mac/svg/custom/create-metadata-element-expected.png:
85100         * platform/mac/svg/custom/createImageElement-expected.png:
85101         * platform/mac/svg/custom/createImageElement2-expected.png:
85102         * platform/mac/svg/custom/createelement-expected.png:
85103         * platform/mac/svg/custom/css-pixels-dpi-expected.png:
85104         * platform/mac/svg/custom/dasharrayOrigin-expected.png:
85105         * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
85106         * platform/mac/svg/custom/display-none-expected.png:
85107         * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
85108         * platform/mac/svg/custom/dominant-baseline-modes-expected.png:
85109         * platform/mac/svg/custom/dynamic-empty-path-expected.png:
85110         * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
85111         * platform/mac/svg/custom/dynamic-viewBox-expected.png:
85112         * platform/mac/svg/custom/embedding-external-svgs-expected.png:
85113         * platform/mac/svg/custom/empty-clip-path-expected.png:
85114         * platform/mac/svg/custom/empty-mask-expected.png:
85115         * platform/mac/svg/custom/empty-merge-expected.png:
85116         * platform/mac/svg/custom/evt-onload-expected.png:
85117         * platform/mac/svg/custom/external-paintserver-reference-expected.png:
85118         * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
85119         * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
85120         * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
85121         * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
85122         * platform/mac/svg/custom/feDisplacementMap-01-expected.png:
85123         * platform/mac/svg/custom/fill-SVGPaint-interface-expected.png:
85124         * platform/mac/svg/custom/fill-fallback-expected.png:
85125         * platform/mac/svg/custom/fill-opacity-hsl-expected.png:
85126         * platform/mac/svg/custom/fill-opacity-rgba-expected.png:
85127         * platform/mac/svg/custom/fill-opacity-update-expected.png:
85128         * platform/mac/svg/custom/fill-update-expected.png:
85129         * platform/mac/svg/custom/focus-ring-expected.png:
85130         * platform/mac/svg/custom/font-face-cascade-order-expected.png:
85131         * platform/mac/svg/custom/font-face-simple-expected.png:
85132         * platform/mac/svg/custom/foreign-object-skew-expected.png:
85133         * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png:
85134         * platform/mac/svg/custom/fractional-rects-expected.png:
85135         * platform/mac/svg/custom/getPresentationAttribute-expected.png:
85136         * platform/mac/svg/custom/getTransformToElement-expected.png:
85137         * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
85138         * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
85139         * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
85140         * platform/mac/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
85141         * platform/mac/svg/custom/getsvgdocument-expected.png:
85142         * platform/mac/svg/custom/glyph-selection-arabic-forms-expected.png:
85143         * platform/mac/svg/custom/glyph-selection-bidi-mirror-expected.png:
85144         * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png:
85145         * platform/mac/svg/custom/glyph-selection-non-bmp-expected.png:
85146         * platform/mac/svg/custom/glyph-setting-d-attribute-expected.png: Added.
85147         * platform/mac/svg/custom/glyph-transformation-with-hkern-expected.png:
85148         * platform/mac/svg/custom/gradient-add-stops-expected.png:
85149         * platform/mac/svg/custom/gradient-attr-update-expected.png:
85150         * platform/mac/svg/custom/gradient-cycle-detection-expected.png:
85151         * platform/mac/svg/custom/gradient-deep-referencing-expected.png:
85152         * platform/mac/svg/custom/gradient-rotated-bbox-expected.png:
85153         * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
85154         * platform/mac/svg/custom/gradient-stop-style-change-expected.png:
85155         * platform/mac/svg/custom/gradient-stroke-width-expected.png:
85156         * platform/mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
85157         * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.png:
85158         * platform/mac/svg/custom/grayscale-gradient-mask-2-expected.png:
85159         * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
85160         * platform/mac/svg/custom/group-opacity-expected.png:
85161         * platform/mac/svg/custom/hit-test-path-expected.png:
85162         * platform/mac/svg/custom/hit-test-path-stroke-expected.png:
85163         * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.png:
85164         * platform/mac/svg/custom/hit-test-with-br-expected.png:
85165         * platform/mac/svg/custom/hover-default-fill-expected.png:
85166         * platform/mac/svg/custom/image-parent-translation-expected.png:
85167         * platform/mac/svg/custom/image-rescale-clip-expected.png:
85168         * platform/mac/svg/custom/image-rescale-expected.png:
85169         * platform/mac/svg/custom/image-rescale-scroll-expected.png:
85170         * platform/mac/svg/custom/image-small-width-height-expected.png:
85171         * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.png:
85172         * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png:
85173         * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.txt: Added.
85174         * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
85175         * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
85176         * platform/mac/svg/custom/inner-percent-expected.png:
85177         * platform/mac/svg/custom/inner-svg-hit-test-expected.png:
85178         * platform/mac/svg/custom/intersection-list-transforms-expected.png: Added.
85179         * platform/mac/svg/custom/invalid-css-expected.png:
85180         * platform/mac/svg/custom/invalid-dasharray-expected.png:
85181         * platform/mac/svg/custom/invalid-fill-expected.png:
85182         * platform/mac/svg/custom/invalid-fill-hex-expected.png:
85183         * platform/mac/svg/custom/invalid-gradient-with-xlink-expected.png: Added.
85184         * platform/mac/svg/custom/invalid-lengthlist-expected.png:
85185         * platform/mac/svg/custom/invalid-stroke-hex-expected.png:
85186         * platform/mac/svg/custom/invalid-text-content-expected.png: Added.
85187         * platform/mac/svg/custom/invalid-transforms-expected.png:
85188         * platform/mac/svg/custom/invalid-uri-stroke-expected.png:
85189         * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
85190         * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
85191         * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
85192         * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
85193         * platform/mac/svg/custom/js-late-gradient-creation-expected.png:
85194         * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
85195         * platform/mac/svg/custom/js-late-marker-creation-expected.png:
85196         * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.png:
85197         * platform/mac/svg/custom/js-late-mask-creation-expected.png:
85198         * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
85199         * platform/mac/svg/custom/js-late-pattern-creation-expected.png:
85200         * platform/mac/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png:
85201         * platform/mac/svg/custom/js-update-bounce-expected.png:
85202         * platform/mac/svg/custom/js-update-container-expected.png:
85203         * platform/mac/svg/custom/js-update-container2-expected.png:
85204         * platform/mac/svg/custom/js-update-gradient-expected.png:
85205         * platform/mac/svg/custom/js-update-image-and-display-expected.png:
85206         * platform/mac/svg/custom/js-update-image-and-display2-expected.png:
85207         * platform/mac/svg/custom/js-update-image-and-display3-expected.png:
85208         * platform/mac/svg/custom/js-update-image-expected.png:
85209         * platform/mac/svg/custom/js-update-path-changes-expected.png:
85210         * platform/mac/svg/custom/js-update-path-removal-expected.png:
85211         * platform/mac/svg/custom/js-update-pattern-child-expected.png:
85212         * platform/mac/svg/custom/js-update-pattern-expected.png:
85213         * platform/mac/svg/custom/js-update-polygon-changes-expected.png:
85214         * platform/mac/svg/custom/js-update-polygon-removal-expected.png:
85215         * platform/mac/svg/custom/js-update-stop-expected.png:
85216         * platform/mac/svg/custom/js-update-stop-linked-gradient-expected.png:
85217         * platform/mac/svg/custom/js-update-style-expected.png:
85218         * platform/mac/svg/custom/js-update-transform-addition-expected.png:
85219         * platform/mac/svg/custom/js-update-transform-changes-expected.png:
85220         * platform/mac/svg/custom/junk-data-expected.png:
85221         * platform/mac/svg/custom/large-bounding-box-percents-expected.png:
85222         * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
85223         * platform/mac/svg/custom/linking-a-03-b-transform-expected.png:
85224         * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.png:
85225         * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
85226         * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.png:
85227         * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
85228         * platform/mac/svg/custom/linking-base-external-reference-expected.png:
85229         * platform/mac/svg/custom/linking-uri-01-b-expected.png:
85230         * platform/mac/svg/custom/marker-changes-expected.png:
85231         * platform/mac/svg/custom/marker-child-changes-css-expected.png:
85232         * platform/mac/svg/custom/marker-child-changes-expected.png:
85233         * platform/mac/svg/custom/marker-default-width-height-expected.png:
85234         * platform/mac/svg/custom/marker-empty-path-expected.png:
85235         * platform/mac/svg/custom/marker-opacity-expected.png:
85236         * platform/mac/svg/custom/marker-overflow-clip-expected.png:
85237         * platform/mac/svg/custom/marker-referencePoint-expected.png:
85238         * platform/mac/svg/custom/marker-strokeWidth-changes-expected.png:
85239         * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
85240         * platform/mac/svg/custom/mask-changes-expected.png:
85241         * platform/mac/svg/custom/mask-child-changes-expected.png:
85242         * platform/mac/svg/custom/mask-colorspace-expected.png:
85243         * platform/mac/svg/custom/mask-excessive-malloc-expected.png:
85244         * platform/mac/svg/custom/mask-inside-defs-expected.png:
85245         * platform/mac/svg/custom/mask-invalidation-expected.png:
85246         * platform/mac/svg/custom/mask-on-multiple-objects-expected.png:
85247         * platform/mac/svg/custom/mask-with-all-units-expected.png:
85248         * platform/mac/svg/custom/mask-with-default-value-expected.png:
85249         * platform/mac/svg/custom/massive-coordinates-expected.png:
85250         * platform/mac/svg/custom/missing-xlink-expected.png:
85251         * platform/mac/svg/custom/mouse-move-on-svg-container-expected.png:
85252         * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
85253         * platform/mac/svg/custom/mouse-move-on-svg-root-expected.png:
85254         * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
85255         * platform/mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.png:
85256         * platform/mac/svg/custom/no-inherited-dashed-stroke-expected.png:
85257         * platform/mac/svg/custom/non-circular-marker-reference-expected.png:
85258         * platform/mac/svg/custom/non-opaque-filters-expected.png:
85259         * platform/mac/svg/custom/non-scaling-stroke-expected.png:
85260         * platform/mac/svg/custom/non-scaling-stroke-markers-expected.png:
85261         * platform/mac/svg/custom/object-no-size-attributes-expected.png:
85262         * platform/mac/svg/custom/object-sizing-expected.png:
85263         * platform/mac/svg/custom/object-sizing-explicit-height-expected.png:
85264         * platform/mac/svg/custom/object-sizing-explicit-width-expected.png:
85265         * platform/mac/svg/custom/object-sizing-explicit-width-height-expected.png:
85266         * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png:
85267         * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-expected.png:
85268         * platform/mac/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png:
85269         * platform/mac/svg/custom/object-sizing-no-width-height-expected.png:
85270         * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png:
85271         * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png:
85272         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
85273         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
85274         * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png:
85275         * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-expected.png:
85276         * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png:
85277         * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png:
85278         * platform/mac/svg/custom/outer-svg-unknown-feature-expected.png:
85279         * platform/mac/svg/custom/oversized-pattern-scale-expected.png: Added.
85280         * platform/mac/svg/custom/painting-marker-07-f-inherit-expected.png:
85281         * platform/mac/svg/custom/pan-direction-expected.png:
85282         * platform/mac/svg/custom/path-bad-data-expected.png:
85283         * platform/mac/svg/custom/path-moveto-only-rendering-expected.png:
85284         * platform/mac/svg/custom/path-textPath-simulation-expected.png:
85285         * platform/mac/svg/custom/path-update-expected.png:
85286         * platform/mac/svg/custom/path-zero-strokewidth-expected.png:
85287         * platform/mac/svg/custom/pattern-cycle-detection-expected.png:
85288         * platform/mac/svg/custom/pattern-deep-referencing-expected.png:
85289         * platform/mac/svg/custom/pattern-excessive-malloc-expected.png:
85290         * platform/mac/svg/custom/pattern-in-defs-expected.png:
85291         * platform/mac/svg/custom/pattern-incorrect-tiling-expected.png:
85292         * platform/mac/svg/custom/pattern-no-pixelation-expected.png:
85293         * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png:
85294         * platform/mac/svg/custom/pattern-rotate-expected.png:
85295         * platform/mac/svg/custom/pattern-rotate-gaps-expected.png:
85296         * platform/mac/svg/custom/pattern-scaled-pattern-space-expected.png: Added.
85297         * platform/mac/svg/custom/pattern-scaling-expected.png: Added.
85298         * platform/mac/svg/custom/pattern-scaling-expected.txt: Added.
85299         * platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.png:
85300         * platform/mac/svg/custom/pattern-skew-transformed-expected.png:
85301         * platform/mac/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png:
85302         * platform/mac/svg/custom/pattern-with-transformation-expected.png:
85303         * platform/mac/svg/custom/pattern-y-offset-expected.png:
85304         * platform/mac/svg/custom/pending-resource-after-removal-expected.png: Added.
85305         * platform/mac/svg/custom/percentage-of-html-parent-expected.png:
85306         * platform/mac/svg/custom/percentage-rect-expected.png:
85307         * platform/mac/svg/custom/percentage-rect2-expected.png:
85308         * platform/mac/svg/custom/pointer-events-image-css-transform-expected.png:
85309         * platform/mac/svg/custom/pointer-events-image-expected.png:
85310         * platform/mac/svg/custom/pointer-events-path-expected.png:
85311         * platform/mac/svg/custom/pointer-events-text-css-transform-expected.png:
85312         * platform/mac/svg/custom/pointer-events-text-expected.png:
85313         * platform/mac/svg/custom/poly-identify-expected.png:
85314         * platform/mac/svg/custom/polyline-hittest-expected.png:
85315         * platform/mac/svg/custom/polyline-invalid-points-expected.png:
85316         * platform/mac/svg/custom/polyline-setattribute-points-null-expected.png:
85317         * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
85318         * platform/mac/svg/custom/prevent-default-expected.png:
85319         * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
85320         * platform/mac/svg/custom/recursive-clippath-expected.png:
85321         * platform/mac/svg/custom/recursive-filter-expected.png:
85322         * platform/mac/svg/custom/recursive-gradient-expected.png:
85323         * platform/mac/svg/custom/recursive-mask-expected.png:
85324         * platform/mac/svg/custom/recursive-pattern-expected.png:
85325         * platform/mac/svg/custom/relative-sized-content-expected.png:
85326         * platform/mac/svg/custom/relative-sized-content-with-resources-expected.png:
85327         * platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
85328         * platform/mac/svg/custom/relative-sized-image-expected.png:
85329         * platform/mac/svg/custom/relative-sized-inner-svg-expected.png:
85330         * platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.png:
85331         * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
85332         * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.png:
85333         * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
85334         * platform/mac/svg/custom/repaint-moving-svg-and-div-expected.png:
85335         * platform/mac/svg/custom/repaint-on-constant-size-change-expected.png:
85336         * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.png:
85337         * platform/mac/svg/custom/repaint-shadow-expected.png:
85338         * platform/mac/svg/custom/repaint-stroke-width-changes-expected.png:
85339         * platform/mac/svg/custom/resource-client-removal-expected.png:
85340         * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.png:
85341         * platform/mac/svg/custom/resource-invalidation-crash-expected.png: Added.
85342         * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.png:
85343         * platform/mac/svg/custom/rootelement-expected.png:
85344         * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
85345         * platform/mac/svg/custom/rounded-rects-expected.png:
85346         * platform/mac/svg/custom/scroll-hit-test-expected.png:
85347         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
85348         * platform/mac/svg/custom/second-inline-text-expected.png:
85349         * platform/mac/svg/custom/shape-rendering-expected.png:
85350         * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
85351         * platform/mac/svg/custom/sheet-title-expected.png:
85352         * platform/mac/svg/custom/simple-text-double-shadow-expected.png:
85353         * platform/mac/svg/custom/simpleCDF-expected.png:
85354         * platform/mac/svg/custom/small-rect-scale-expected.png:
85355         * platform/mac/svg/custom/stroke-fallback-expected.png:
85356         * platform/mac/svg/custom/stroke-opacity-update-expected.png:
85357         * platform/mac/svg/custom/stroke-width-large-expected.png:
85358         * platform/mac/svg/custom/stroked-pattern-expected.png:
85359         * platform/mac/svg/custom/style-attribute-font-size-expected.png:
85360         * platform/mac/svg/custom/subpaths-moveto-only-rendering-expected.png:
85361         * platform/mac/svg/custom/svg-absolute-children-expected.png:
85362         * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.png:
85363         * platform/mac/svg/custom/svg-float-border-padding-expected.png:
85364         * platform/mac/svg/custom/svg-fonts-fallback-expected.png:
85365         * platform/mac/svg/custom/svg-fonts-in-html-expected.png:
85366         * platform/mac/svg/custom/svg-fonts-segmented-expected.png:
85367         * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.png:
85368         * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.png:
85369         * platform/mac/svg/custom/svg-fonts-word-spacing-expected.png:
85370         * platform/mac/svg/custom/svg-overflow-types-expected.png:
85371         * platform/mac/svg/custom/svgpolyparser-extra-space-expected.png:
85372         * platform/mac/svg/custom/text-clip-expected.png:
85373         * platform/mac/svg/custom/text-ctm-expected.png:
85374         * platform/mac/svg/custom/text-decoration-visibility-expected.png:
85375         * platform/mac/svg/custom/text-dom-01-f-expected.png:
85376         * platform/mac/svg/custom/text-dom-removal-expected.png:
85377         * platform/mac/svg/custom/text-filter-expected.png:
85378         * platform/mac/svg/custom/text-gradient-no-content-expected.png:
85379         * platform/mac/svg/custom/text-hit-test-expected.png:
85380         * platform/mac/svg/custom/text-image-opacity-expected.png:
85381         * platform/mac/svg/custom/text-letter-spacing-expected.png:
85382         * platform/mac/svg/custom/text-linking-expected.png:
85383         * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
85384         * platform/mac/svg/custom/text-rotated-gradient-expected.png:
85385         * platform/mac/svg/custom/text-rotation-expected.png:
85386         * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.png:
85387         * platform/mac/svg/custom/text-tref-03-b-change-href-expected.png:
85388         * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.png:
85389         * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.png:
85390         * platform/mac/svg/custom/text-whitespace-handling-expected.png:
85391         * platform/mac/svg/custom/text-x-dx-lists-expected.png:
85392         * platform/mac/svg/custom/text-x-dy-lists-expected.png:
85393         * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.png:
85394         * platform/mac/svg/custom/text-xy-updates-SVGList-expected.png:
85395         * platform/mac/svg/custom/text-xy-updates-expected.png:
85396         * platform/mac/svg/custom/text-zoom-expected.png: Added.
85397         * platform/mac/svg/custom/transform-ignore-after-invalid-expected.png:
85398         * platform/mac/svg/custom/transform-invalid-expected.png:
85399         * platform/mac/svg/custom/transform-removeAttributeNS-expected.png:
85400         * platform/mac/svg/custom/transform-scale-parse-expected.png:
85401         * platform/mac/svg/custom/transform-with-ending-space-expected.png:
85402         * platform/mac/svg/custom/transform-with-shadow-and-gradient-expected.png:
85403         * platform/mac/svg/custom/transformed-pattern-clamp-svg-root-expected.png: Added.
85404         * platform/mac/svg/custom/transformedMaskFails-expected.png:
85405         * platform/mac/svg/custom/tref-own-content-removal-expected.png:
85406         * platform/mac/svg/custom/tref-update-expected.png:
85407         * platform/mac/svg/custom/uri-reference-handling-expected.png: Added.
85408         * platform/mac/svg/custom/use-clipped-hit-expected.png:
85409         * platform/mac/svg/custom/use-clipped-transform-expected.png: Added.
85410         * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
85411         * platform/mac/svg/custom/use-detach-expected.png:
85412         * platform/mac/svg/custom/use-disappears-after-style-update-expected.png:
85413         * platform/mac/svg/custom/use-dynamic-append-expected.png:
85414         * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
85415         * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
85416         * platform/mac/svg/custom/use-empty-reference-expected.png:
85417         * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
85418         * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
85419         * platform/mac/svg/custom/use-events-crash-expected.png:
85420         * platform/mac/svg/custom/use-extern-href-expected.png:
85421         * platform/mac/svg/custom/use-font-face-crash-expected.png:
85422         * platform/mac/svg/custom/use-forward-refs-expected.png:
85423         * platform/mac/svg/custom/use-image-in-g-expected.png: Added.
85424         * platform/mac/svg/custom/use-in-symbol-with-offset-expected.png:
85425         * platform/mac/svg/custom/use-inherit-style-expected.png:
85426         * platform/mac/svg/custom/use-instanceRoot-event-bubbling-expected.png:
85427         * platform/mac/svg/custom/use-instanceRoot-event-listeners-expected.png:
85428         * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
85429         * platform/mac/svg/custom/use-modify-container-in-target-expected.png:
85430         * platform/mac/svg/custom/use-modify-target-container-expected.png:
85431         * platform/mac/svg/custom/use-modify-target-symbol-expected.png:
85432         * platform/mac/svg/custom/use-move-to-offset-expected.png: Added.
85433         * platform/mac/svg/custom/use-nested-transform-expected.png:
85434         * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.png:
85435         * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
85436         * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
85437         * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png:
85438         * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
85439         * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
85440         * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
85441         * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
85442         * platform/mac/svg/custom/use-on-g-containing-symbol-expected.png:
85443         * platform/mac/svg/custom/use-on-g-containing-use-expected.png:
85444         * platform/mac/svg/custom/use-on-g-expected.png:
85445         * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png:
85446         * platform/mac/svg/custom/use-on-rect-expected.png:
85447         * platform/mac/svg/custom/use-on-symbol-expected.png:
85448         * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
85449         * platform/mac/svg/custom/use-on-text-expected.png:
85450         * platform/mac/svg/custom/use-on-use-expected.png:
85451         * platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
85452         * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
85453         * platform/mac/svg/custom/use-property-synchronization-crash-expected.png:
85454         * platform/mac/svg/custom/use-recalcStyle-crash-expected.png:
85455         * platform/mac/svg/custom/use-recursion-1-expected.png:
85456         * platform/mac/svg/custom/use-recursion-2-expected.png:
85457         * platform/mac/svg/custom/use-recursion-3-expected.png:
85458         * platform/mac/svg/custom/use-recursion-4-expected.png:
85459         * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
85460         * platform/mac/svg/custom/use-setAttribute-crash-expected.png:
85461         * platform/mac/svg/custom/use-symbol-overflow-expected.png:
85462         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg-expected.png:
85463         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg1-expected.png:
85464         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg2-expected.png:
85465         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol-expected.png:
85466         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol1-expected.png:
85467         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol2-expected.png:
85468         * platform/mac/svg/custom/use-transform-expected.png:
85469         * platform/mac/svg/custom/viewBox-hit-expected.png:
85470         * platform/mac/svg/custom/viewbox-syntax-expected.png:
85471         * platform/mac/svg/custom/viewport-clip-expected.png:
85472         * platform/mac/svg/custom/viewport-em-expected.png:
85473         * platform/mac/svg/custom/viewport-no-width-height-expected.png:
85474         * platform/mac/svg/custom/viewport-update-expected.png:
85475         * platform/mac/svg/custom/viewport-update2-expected.png:
85476         * platform/mac/svg/custom/visibility-override-clip-expected.png:
85477         * platform/mac/svg/custom/visibility-override-expected.png:
85478         * platform/mac/svg/custom/visibility-override-filter-expected.png:
85479         * platform/mac/svg/custom/visibility-override-mask-expected.png:
85480         * platform/mac/svg/custom/visited-link-color-expected.png: Added.
85481         * platform/mac/svg/custom/width-full-percentage-expected.png:
85482         * platform/mac/svg/custom/xhtml-no-svg-renderer-expected.png:
85483         * platform/mac/svg/custom/xlink-custom-namespace-expected.png: Added.
85484         * platform/mac/svg/custom/xlink-to-invalid-gradient-expected.png: Added.
85485         * platform/mac/svg/custom/xml-stylesheet-expected.png:
85486         * platform/mac/svg/custom/zero-path-square-cap-rendering2-expected.png: Added.
85487         * platform/mac/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
85488         * platform/mac/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png:
85489         * platform/mac/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png:
85490         * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png:
85491         * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png:
85492         * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
85493         * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
85494         * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
85495         * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
85496         * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
85497         * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
85498         * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
85499         * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
85500         * platform/mac/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
85501         * platform/mac/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
85502         * platform/mac/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
85503         * platform/mac/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
85504         * platform/mac/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
85505         * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
85506         * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
85507         * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
85508         * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
85509         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
85510         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
85511         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
85512         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
85513         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
85514         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
85515         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
85516         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
85517         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
85518         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
85519         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
85520         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
85521         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
85522         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
85523         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
85524         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
85525         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
85526         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
85527         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
85528         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
85529         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
85530         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
85531         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
85532         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
85533         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
85534         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
85535         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
85536         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
85537         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
85538         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
85539         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
85540         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
85541         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
85542         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
85543         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
85544         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
85545         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
85546         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
85547         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
85548         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
85549         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
85550         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
85551         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
85552         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
85553         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
85554         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
85555         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
85556         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
85557         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
85558         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
85559         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
85560         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
85561         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
85562         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
85563         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
85564         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
85565         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
85566         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
85567         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
85568         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
85569         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
85570         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
85571         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
85572         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
85573         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
85574         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
85575         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
85576         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
85577         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
85578         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
85579         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
85580         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
85581         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
85582         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
85583         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
85584         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
85585         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
85586         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
85587         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
85588         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
85589         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
85590         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
85591         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
85592         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
85593         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
85594         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
85595         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
85596         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
85597         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
85598         * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
85599         * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
85600         * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
85601         * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
85602         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
85603         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
85604         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
85605         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
85606         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
85607         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
85608         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
85609         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
85610         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
85611         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
85612         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
85613         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
85614         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
85615         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
85616         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
85617         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
85618         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
85619         * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
85620         * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
85621         * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
85622         * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
85623         * platform/mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
85624         * platform/mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
85625         * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
85626         * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
85627         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
85628         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
85629         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
85630         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
85631         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
85632         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
85633         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
85634         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
85635         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
85636         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
85637         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
85638         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
85639         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
85640         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
85641         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
85642         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
85643         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
85644         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
85645         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
85646         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
85647         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
85648         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
85649         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
85650         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
85651         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
85652         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
85653         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
85654         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
85655         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
85656         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
85657         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
85658         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
85659         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
85660         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
85661         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
85662         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
85663         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
85664         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
85665         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
85666         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
85667         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
85668         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
85669         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
85670         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
85671         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
85672         * platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
85673         * platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
85674         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
85675         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
85676         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
85677         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
85678         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
85679         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
85680         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
85681         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
85682         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
85683         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
85684         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
85685         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
85686         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
85687         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
85688         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
85689         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
85690         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
85691         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
85692         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
85693         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
85694         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
85695         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
85696         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
85697         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
85698         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
85699         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
85700         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
85701         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
85702         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
85703         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
85704         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
85705         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
85706         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
85707         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
85708         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
85709         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
85710         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
85711         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
85712         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
85713         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
85714         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
85715         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
85716         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
85717         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
85718         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
85719         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
85720         * platform/mac/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
85721         * platform/mac/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
85722         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
85723         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
85724         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
85725         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
85726         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
85727         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
85728         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
85729         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
85730         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
85731         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
85732         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
85733         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
85734         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
85735         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
85736         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
85737         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
85738         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
85739         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
85740         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
85741         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
85742         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
85743         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
85744         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
85745         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
85746         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
85747         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
85748         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
85749         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
85750         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
85751         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
85752         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
85753         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
85754         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
85755         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
85756         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
85757         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
85758         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
85759         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
85760         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
85761         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
85762         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
85763         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
85764         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
85765         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
85766         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
85767         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
85768         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
85769         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
85770         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
85771         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
85772         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
85773         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
85774         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
85775         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
85776         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
85777         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
85778         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
85779         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
85780         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
85781         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
85782         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
85783         * platform/mac/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
85784         * platform/mac/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
85785         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
85786         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
85787         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
85788         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
85789         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
85790         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
85791         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
85792         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
85793         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
85794         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
85795         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
85796         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
85797         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
85798         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
85799         * platform/mac/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
85800         * platform/mac/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
85801         * platform/mac/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
85802         * platform/mac/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
85803         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
85804         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
85805         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
85806         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
85807         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
85808         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
85809         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
85810         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
85811         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
85812         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
85813         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
85814         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
85815         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
85816         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
85817         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
85818         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
85819         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
85820         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
85821         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
85822         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
85823         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
85824         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
85825         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
85826         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
85827         * platform/mac/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
85828         * platform/mac/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
85829         * platform/mac/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
85830         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
85831         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
85832         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
85833         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
85834         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
85835         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
85836         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
85837         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
85838         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
85839         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
85840         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
85841         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
85842         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
85843         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
85844         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
85845         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
85846         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
85847         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
85848         * platform/mac/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
85849         * platform/mac/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png:
85850         * platform/mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
85851         * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
85852         * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png:
85853         * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
85854         * platform/mac/svg/filters/animate-fill-expected.png: Added.
85855         * platform/mac/svg/filters/big-sized-filter-2-expected.png:
85856         * platform/mac/svg/filters/big-sized-filter-expected.png:
85857         * platform/mac/svg/filters/color-interpolation-filters-expected.png: Added.
85858         * platform/mac/svg/filters/feColorMatrix-default-type-expected.png:
85859         * platform/mac/svg/filters/feColorMatrix-invalid-animation-expected.png: Added.
85860         * platform/mac/svg/filters/feColorMatrix-offset-expected.png:
85861         * platform/mac/svg/filters/feColorMatrix-saturate-expected.png: Added.
85862         * platform/mac/svg/filters/feColorMatrix-values-expected.png:
85863         * platform/mac/svg/filters/feComposite-expected.png:
85864         * platform/mac/svg/filters/feConvolveFilter-y-bounds-expected.png:
85865         * platform/mac/svg/filters/feDisplacementMap-expected.png:
85866         * platform/mac/svg/filters/feDropShadow-expected.png:
85867         * platform/mac/svg/filters/feDropShadow-subregion-expected.png: Added.
85868         * platform/mac/svg/filters/feGaussianBlur-expected.png:
85869         * platform/mac/svg/filters/feGaussianBlur-subregion-expected.png: Added.
85870         * platform/mac/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
85871         * platform/mac/svg/filters/feImage-change-target-id-expected.png:
85872         * platform/mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
85873         * platform/mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
85874         * platform/mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
85875         * platform/mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
85876         * platform/mac/svg/filters/feImage-late-indirect-update-expected.png:
85877         * platform/mac/svg/filters/feImage-multiple-targets-id-change-expected.png:
85878         * platform/mac/svg/filters/feImage-position-expected.png:
85879         * platform/mac/svg/filters/feImage-preserveAspectratio-expected.png:
85880         * platform/mac/svg/filters/feImage-reference-invalidation-expected.png: Added.
85881         * platform/mac/svg/filters/feImage-reference-svg-primitive-expected.png: Added.
85882         * platform/mac/svg/filters/feImage-remove-target-expected.png:
85883         * platform/mac/svg/filters/feImage-subregions-expected.png:
85884         * platform/mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
85885         * platform/mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
85886         * platform/mac/svg/filters/feImage-target-add-to-document-expected.png:
85887         * platform/mac/svg/filters/feImage-target-attribute-change-expected.png:
85888         * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
85889         * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
85890         * platform/mac/svg/filters/feImage-target-changes-id-expected.png:
85891         * platform/mac/svg/filters/feImage-target-id-change-expected.png:
85892         * platform/mac/svg/filters/feImage-target-inline-style-change-expected.png:
85893         * platform/mac/svg/filters/feImage-target-property-change-expected.png:
85894         * platform/mac/svg/filters/feImage-target-reappend-to-document-expected.png:
85895         * platform/mac/svg/filters/feImage-target-remove-from-document-expected.png:
85896         * platform/mac/svg/filters/feImage-target-style-change-expected.png:
85897         * platform/mac/svg/filters/feLighting-crash-expected.png:
85898         * platform/mac/svg/filters/feMerge-expected.png:
85899         * platform/mac/svg/filters/feMerge-wrong-input-expected.png:
85900         * platform/mac/svg/filters/feOffset-expected.png:
85901         * platform/mac/svg/filters/feTile-expected.png:
85902         * platform/mac/svg/filters/filter-clip-expected.png:
85903         * platform/mac/svg/filters/filter-empty-g-expected.png:
85904         * platform/mac/svg/filters/filter-on-filter-for-text-expected.png:
85905         * platform/mac/svg/filters/filter-on-tspan-expected.png:
85906         * platform/mac/svg/filters/filter-placement-issue-expected.png:
85907         * platform/mac/svg/filters/filter-refresh-expected.png:
85908         * platform/mac/svg/filters/filter-rounding-issues-expected.png:
85909         * platform/mac/svg/filters/filter-source-position-expected.png:
85910         * platform/mac/svg/filters/filter-width-update-expected.png:
85911         * platform/mac/svg/filters/filterRes-expected.png:
85912         * platform/mac/svg/filters/filterRes1-expected.png:
85913         * platform/mac/svg/filters/filterRes2-expected.png:
85914         * platform/mac/svg/filters/filterRes3-expected.png:
85915         * platform/mac/svg/filters/filteredImage-expected.png:
85916         * platform/mac/svg/filters/invalidate-on-child-layout-expected.png:
85917         * platform/mac/svg/filters/parent-children-with-same-filter-expected.png:
85918         * platform/mac/svg/filters/shadow-on-filter-expected.png:
85919         * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.png:
85920         * platform/mac/svg/filters/sourceAlpha-expected.png:
85921         * platform/mac/svg/filters/subRegion-in-userSpace-expected.png:
85922         * platform/mac/svg/filters/subRegion-one-effect-expected.png:
85923         * platform/mac/svg/filters/subRegion-two-effects-expected.png:
85924         * platform/mac/svg/repaint/container-repaint-expected.png: Added.
85925         * platform/mac/svg/repaint/filter-child-repaint-expected.png:
85926         * platform/mac/svg/repaint/filter-repaint-expected.png:
85927         * platform/mac/svg/repaint/image-href-change-expected.png:
85928         * platform/mac/svg/repaint/image-with-clip-path-expected.png:
85929         * platform/mac/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Added.
85930         * platform/mac/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
85931         * platform/mac/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added.
85932         * platform/mac/svg/repaint/mask-clip-target-transform-expected.png:
85933         * platform/mac/svg/repaint/repainting-after-animation-element-removal-expected.png:
85934         * platform/mac/svg/repaint/text-mask-update-expected.png: Added.
85935         * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
85936         * platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.png:
85937         * platform/mac/svg/transforms/svg-css-transforms-expected.png:
85938         * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
85939         * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
85940         * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
85941         * platform/mac/tables/layering/paint-test-layering-1-expected.png:
85942         * platform/mac/tables/layering/paint-test-layering-2-expected.png:
85943         * platform/mac/tables/mozilla/bugs/45621-expected.png:
85944         * platform/mac/tables/mozilla/bugs/adforce_imgis_com-expected.png:
85945         * platform/mac/tables/mozilla/bugs/bug10009-expected.png:
85946         * platform/mac/tables/mozilla/bugs/bug100334-expected.png:
85947         * platform/mac/tables/mozilla/bugs/bug10036-expected.png:
85948         * platform/mac/tables/mozilla/bugs/bug10039-expected.png:
85949         * platform/mac/tables/mozilla/bugs/bug101201-expected.png:
85950         * platform/mac/tables/mozilla/bugs/bug101674-expected.png:
85951         * platform/mac/tables/mozilla/bugs/bug102145-1-expected.png:
85952         * platform/mac/tables/mozilla/bugs/bug102145-2-expected.png:
85953         * platform/mac/tables/mozilla/bugs/bug102145-3-expected.png:
85954         * platform/mac/tables/mozilla/bugs/bug102145-4-expected.png:
85955         * platform/mac/tables/mozilla/bugs/bug10269-1-expected.png:
85956         * platform/mac/tables/mozilla/bugs/bug10269-2-expected.png:
85957         * platform/mac/tables/mozilla/bugs/bug10296-1-expected.png:
85958         * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
85959         * platform/mac/tables/mozilla/bugs/bug10296-2-expected.png:
85960         * platform/mac/tables/mozilla/bugs/bug103533-expected.png:
85961         * platform/mac/tables/mozilla/bugs/bug1055-1-expected.png:
85962         * platform/mac/tables/mozilla/bugs/bug10565-expected.png:
85963         * platform/mac/tables/mozilla/bugs/bug106158-1-expected.png:
85964         * platform/mac/tables/mozilla/bugs/bug106158-2-expected.png:
85965         * platform/mac/tables/mozilla/bugs/bug10633-expected.png:
85966         * platform/mac/tables/mozilla/bugs/bug1067-1-expected.png:
85967         * platform/mac/tables/mozilla/bugs/bug1067-2-expected.png:
85968         * platform/mac/tables/mozilla/bugs/bug106795-expected.png:
85969         * platform/mac/tables/mozilla/bugs/bug106816-expected.png:
85970         * platform/mac/tables/mozilla/bugs/bug108340-expected.png:
85971         * platform/mac/tables/mozilla/bugs/bug109043-expected.png:
85972         * platform/mac/tables/mozilla/bugs/bug11026-expected.png:
85973         * platform/mac/tables/mozilla/bugs/bug110566-expected.png:
85974         * platform/mac/tables/mozilla/bugs/bug11321-expected.png:
85975         * platform/mac/tables/mozilla/bugs/bug113235-1-expected.png:
85976         * platform/mac/tables/mozilla/bugs/bug113235-2-expected.png:
85977         * platform/mac/tables/mozilla/bugs/bug113235-3-expected.png:
85978         * platform/mac/tables/mozilla/bugs/bug113424-expected.png:
85979         * platform/mac/tables/mozilla/bugs/bug11384q-expected.png:
85980         * platform/mac/tables/mozilla/bugs/bug11384s-expected.png:
85981         * platform/mac/tables/mozilla/bugs/bug1163-1-expected.png:
85982         * platform/mac/tables/mozilla/bugs/bug1163-1-expected.txt:
85983         * platform/mac/tables/mozilla/bugs/bug1188-expected.png:
85984         * platform/mac/tables/mozilla/bugs/bug11944-expected.png:
85985         * platform/mac/tables/mozilla/bugs/bug119786-expected.png:
85986         * platform/mac/tables/mozilla/bugs/bug119786-expected.txt:
85987         * platform/mac/tables/mozilla/bugs/bug12008-expected.png:
85988         * platform/mac/tables/mozilla/bugs/bug120107-expected.png:
85989         * platform/mac/tables/mozilla/bugs/bug120364-expected.png:
85990         * platform/mac/tables/mozilla/bugs/bug1220-expected.png:
85991         * platform/mac/tables/mozilla/bugs/bug1224-expected.png:
85992         * platform/mac/tables/mozilla/bugs/bug12268-expected.png:
85993         * platform/mac/tables/mozilla/bugs/bug12384-expected.png:
85994         * platform/mac/tables/mozilla/bugs/bug123862-expected.png:
85995         * platform/mac/tables/mozilla/bugs/bug1261-expected.png:
85996         * platform/mac/tables/mozilla/bugs/bug126742-expected.png:
85997         * platform/mac/tables/mozilla/bugs/bug12709-expected.png:
85998         * platform/mac/tables/mozilla/bugs/bug1271-expected.png:
85999         * platform/mac/tables/mozilla/bugs/bug127267-expected.png:
86000         * platform/mac/tables/mozilla/bugs/bug128229-expected.png:
86001         * platform/mac/tables/mozilla/bugs/bug12908-1-expected.png:
86002         * platform/mac/tables/mozilla/bugs/bug12908-2-expected.png:
86003         * platform/mac/tables/mozilla/bugs/bug12910-2-expected.png:
86004         * platform/mac/tables/mozilla/bugs/bug12910-expected.png:
86005         * platform/mac/tables/mozilla/bugs/bug1296-expected.png:
86006         * platform/mac/tables/mozilla/bugs/bug1302-expected.png:
86007         * platform/mac/tables/mozilla/bugs/bug1302-expected.txt:
86008         * platform/mac/tables/mozilla/bugs/bug131020-2-expected.png:
86009         * platform/mac/tables/mozilla/bugs/bug131020-expected.png:
86010         * platform/mac/tables/mozilla/bugs/bug131020_iframe-expected.png:
86011         * platform/mac/tables/mozilla/bugs/bug13105-expected.png:
86012         * platform/mac/tables/mozilla/bugs/bug13118-expected.png:
86013         * platform/mac/tables/mozilla/bugs/bug13169-expected.png:
86014         * platform/mac/tables/mozilla/bugs/bug1318-expected.png:
86015         * platform/mac/tables/mozilla/bugs/bug13196-expected.png:
86016         * platform/mac/tables/mozilla/bugs/bug133756-1-expected.png:
86017         * platform/mac/tables/mozilla/bugs/bug133756-2-expected.png:
86018         * platform/mac/tables/mozilla/bugs/bug133948-expected.png:
86019         * platform/mac/tables/mozilla/bugs/bug13484-expected.png:
86020         * platform/mac/tables/mozilla/bugs/bug13526-expected.png:
86021         * platform/mac/tables/mozilla/bugs/bug137388-1-expected.png:
86022         * platform/mac/tables/mozilla/bugs/bug137388-2-expected.png:
86023         * platform/mac/tables/mozilla/bugs/bug137388-3-expected.png:
86024         * platform/mac/tables/mozilla/bugs/bug138725-expected.png:
86025         * platform/mac/tables/mozilla/bugs/bug139524-1-expected.png:
86026         * platform/mac/tables/mozilla/bugs/bug139524-2-expected.png:
86027         * platform/mac/tables/mozilla/bugs/bug139524-3-expected.png:
86028         * platform/mac/tables/mozilla/bugs/bug139524-4-expected.png:
86029         * platform/mac/tables/mozilla/bugs/bug14159-1-expected.png:
86030         * platform/mac/tables/mozilla/bugs/bug14159-3-expected.png:
86031         * platform/mac/tables/mozilla/bugs/bug1430-expected.png:
86032         * platform/mac/tables/mozilla/bugs/bug14323-expected.png:
86033         * platform/mac/tables/mozilla/bugs/bug145572-expected.png:
86034         * platform/mac/tables/mozilla/bugs/bug1474-expected.png:
86035         * platform/mac/tables/mozilla/bugs/bug149275-1-expected.png:
86036         * platform/mac/tables/mozilla/bugs/bug149275-2-expected.png:
86037         * platform/mac/tables/mozilla/bugs/bug14929-expected.png:
86038         * platform/mac/tables/mozilla/bugs/bug15247-expected.png:
86039         * platform/mac/tables/mozilla/bugs/bug154780-expected.png:
86040         * platform/mac/tables/mozilla/bugs/bug15544-expected.png:
86041         * platform/mac/tables/mozilla/bugs/bug157890-expected.png:
86042         * platform/mac/tables/mozilla/bugs/bug159108-expected.png:
86043         * platform/mac/tables/mozilla/bugs/bug15933-expected.png:
86044         * platform/mac/tables/mozilla/bugs/bug16012-expected.png:
86045         * platform/mac/tables/mozilla/bugs/bug16252-expected.png:
86046         * platform/mac/tables/mozilla/bugs/bug17130-1-expected.png:
86047         * platform/mac/tables/mozilla/bugs/bug17130-2-expected.png:
86048         * platform/mac/tables/mozilla/bugs/bug17138-expected.png:
86049         * platform/mac/tables/mozilla/bugs/bug17168-expected.png:
86050         * platform/mac/tables/mozilla/bugs/bug175455-4-expected.png:
86051         * platform/mac/tables/mozilla/bugs/bug17548-expected.png:
86052         * platform/mac/tables/mozilla/bugs/bug17587-expected.png:
86053         * platform/mac/tables/mozilla/bugs/bug1800-expected.png:
86054         * platform/mac/tables/mozilla/bugs/bug1802-expected.png:
86055         * platform/mac/tables/mozilla/bugs/bug1802s-expected.png:
86056         * platform/mac/tables/mozilla/bugs/bug1809-expected.png:
86057         * platform/mac/tables/mozilla/bugs/bug1818-1-expected.png:
86058         * platform/mac/tables/mozilla/bugs/bug1818-2-expected.png:
86059         * platform/mac/tables/mozilla/bugs/bug1818-3-expected.png:
86060         * platform/mac/tables/mozilla/bugs/bug1818-4-expected.png:
86061         * platform/mac/tables/mozilla/bugs/bug1818-5-expected.png:
86062         * platform/mac/tables/mozilla/bugs/bug1818-6-expected.png:
86063         * platform/mac/tables/mozilla/bugs/bug1828-expected.png:
86064         * platform/mac/tables/mozilla/bugs/bug18359-expected.png:
86065         * platform/mac/tables/mozilla/bugs/bug18440-expected.png:
86066         * platform/mac/tables/mozilla/bugs/bug18558-expected.png:
86067         * platform/mac/tables/mozilla/bugs/bug18664-expected.png:
86068         * platform/mac/tables/mozilla/bugs/bug18955-expected.png:
86069         * platform/mac/tables/mozilla/bugs/bug19061-1-expected.png:
86070         * platform/mac/tables/mozilla/bugs/bug19061-2-expected.png:
86071         * platform/mac/tables/mozilla/bugs/bug19356-expected.png:
86072         * platform/mac/tables/mozilla/bugs/bug194024-expected.png:
86073         * platform/mac/tables/mozilla/bugs/bug19599-expected.png:
86074         * platform/mac/tables/mozilla/bugs/bug196870-expected.png:
86075         * platform/mac/tables/mozilla/bugs/bug2050-expected.png:
86076         * platform/mac/tables/mozilla/bugs/bug20579-expected.png:
86077         * platform/mac/tables/mozilla/bugs/bug2065-expected.png:
86078         * platform/mac/tables/mozilla/bugs/bug20804-expected.png:
86079         * platform/mac/tables/mozilla/bugs/bug2123-expected.png:
86080         * platform/mac/tables/mozilla/bugs/bug21299-expected.png:
86081         * platform/mac/tables/mozilla/bugs/bug215629-expected.png:
86082         * platform/mac/tables/mozilla/bugs/bug21918-expected.png:
86083         * platform/mac/tables/mozilla/bugs/bug219693-1-expected.png:
86084         * platform/mac/tables/mozilla/bugs/bug219693-2-expected.png:
86085         * platform/mac/tables/mozilla/bugs/bug22019-expected.png:
86086         * platform/mac/tables/mozilla/bugs/bug220536-expected.png:
86087         * platform/mac/tables/mozilla/bugs/bug221784-1-expected.png:
86088         * platform/mac/tables/mozilla/bugs/bug221784-2-expected.png:
86089         * platform/mac/tables/mozilla/bugs/bug222336-expected.png:
86090         * platform/mac/tables/mozilla/bugs/bug22246-2-expected.png:
86091         * platform/mac/tables/mozilla/bugs/bug22246-2a-expected.png:
86092         * platform/mac/tables/mozilla/bugs/bug22246-3-expected.png:
86093         * platform/mac/tables/mozilla/bugs/bug22246-3a-expected.png:
86094         * platform/mac/tables/mozilla/bugs/bug222467-expected.png:
86095         * platform/mac/tables/mozilla/bugs/bug222846-expected.png:
86096         * platform/mac/tables/mozilla/bugs/bug222846-expected.txt:
86097         * platform/mac/tables/mozilla/bugs/bug22513-expected.png:
86098         * platform/mac/tables/mozilla/bugs/bug2267-expected.png:
86099         * platform/mac/tables/mozilla/bugs/bug227123-expected.png:
86100         * platform/mac/tables/mozilla/bugs/bug2296-expected.png:
86101         * platform/mac/tables/mozilla/bugs/bug23072-expected.png:
86102         * platform/mac/tables/mozilla/bugs/bug23151-expected.png:
86103         * platform/mac/tables/mozilla/bugs/bug23235-expected.png:
86104         * platform/mac/tables/mozilla/bugs/bug23299-expected.png:
86105         * platform/mac/tables/mozilla/bugs/bug23994-expected.png:
86106         * platform/mac/tables/mozilla/bugs/bug24200-expected.png:
86107         * platform/mac/tables/mozilla/bugs/bug24503-expected.png:
86108         * platform/mac/tables/mozilla/bugs/bug24627-expected.png:
86109         * platform/mac/tables/mozilla/bugs/bug24661-expected.png:
86110         * platform/mac/tables/mozilla/bugs/bug2469-expected.png:
86111         * platform/mac/tables/mozilla/bugs/bug2479-1-expected.png:
86112         * platform/mac/tables/mozilla/bugs/bug2479-2-expected.png:
86113         * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
86114         * platform/mac/tables/mozilla/bugs/bug2479-3-expected.png:
86115         * platform/mac/tables/mozilla/bugs/bug2479-4-expected.png:
86116         * platform/mac/tables/mozilla/bugs/bug24880-expected.png:
86117         * platform/mac/tables/mozilla/bugs/bug25004-expected.png:
86118         * platform/mac/tables/mozilla/bugs/bug25074-expected.png:
86119         * platform/mac/tables/mozilla/bugs/bug25086-expected.png:
86120         * platform/mac/tables/mozilla/bugs/bug2509-expected.png:
86121         * platform/mac/tables/mozilla/bugs/bug2516-expected.png:
86122         * platform/mac/tables/mozilla/bugs/bug25367-expected.png:
86123         * platform/mac/tables/mozilla/bugs/bug25663-expected.png:
86124         * platform/mac/tables/mozilla/bugs/bug2585-expected.png:
86125         * platform/mac/tables/mozilla/bugs/bug26178-expected.png:
86126         * platform/mac/tables/mozilla/bugs/bug26553-expected.png:
86127         * platform/mac/tables/mozilla/bugs/bug2684-expected.png:
86128         * platform/mac/tables/mozilla/bugs/bug269566-expected.png:
86129         * platform/mac/tables/mozilla/bugs/bug27038-1-expected.png:
86130         * platform/mac/tables/mozilla/bugs/bug27038-2-expected.png:
86131         * platform/mac/tables/mozilla/bugs/bug27038-3-expected.png:
86132         * platform/mac/tables/mozilla/bugs/bug275625-expected.png:
86133         * platform/mac/tables/mozilla/bugs/bug2757-expected.png:
86134         * platform/mac/tables/mozilla/bugs/bug2763-expected.png:
86135         * platform/mac/tables/mozilla/bugs/bug277062-expected.png:
86136         * platform/mac/tables/mozilla/bugs/bug2773-expected.png:
86137         * platform/mac/tables/mozilla/bugs/bug278266-expected.png:
86138         * platform/mac/tables/mozilla/bugs/bug278385-expected.png:
86139         * platform/mac/tables/mozilla/bugs/bug27993-1-expected.png:
86140         * platform/mac/tables/mozilla/bugs/bug28341-expected.png:
86141         * platform/mac/tables/mozilla/bugs/bug2886-2-expected.png:
86142         * platform/mac/tables/mozilla/bugs/bug2886-expected.png:
86143         * platform/mac/tables/mozilla/bugs/bug28928-expected.png:
86144         * platform/mac/tables/mozilla/bugs/bug28933-expected.png:
86145         * platform/mac/tables/mozilla/bugs/bug29058-1-expected.png:
86146         * platform/mac/tables/mozilla/bugs/bug29058-3-expected.png:
86147         * platform/mac/tables/mozilla/bugs/bug29058-3-expected.txt:
86148         * platform/mac/tables/mozilla/bugs/bug29157-expected.png:
86149         * platform/mac/tables/mozilla/bugs/bug29157-expected.txt:
86150         * platform/mac/tables/mozilla/bugs/bug29314-expected.png:
86151         * platform/mac/tables/mozilla/bugs/bug29326-expected.png:
86152         * platform/mac/tables/mozilla/bugs/bug29429-expected.png:
86153         * platform/mac/tables/mozilla/bugs/bug2947-expected.png:
86154         * platform/mac/tables/mozilla/bugs/bug2954-expected.png:
86155         * platform/mac/tables/mozilla/bugs/bug2962-expected.png:
86156         * platform/mac/tables/mozilla/bugs/bug2973-expected.png:
86157         * platform/mac/tables/mozilla/bugs/bug2981-1-expected.png:
86158         * platform/mac/tables/mozilla/bugs/bug2981-2-expected.png:
86159         * platform/mac/tables/mozilla/bugs/bug2997-expected.png:
86160         * platform/mac/tables/mozilla/bugs/bug30273-expected.png:
86161         * platform/mac/tables/mozilla/bugs/bug30332-1-expected.png:
86162         * platform/mac/tables/mozilla/bugs/bug30332-2-expected.png:
86163         * platform/mac/tables/mozilla/bugs/bug3037-1-expected.png:
86164         * platform/mac/tables/mozilla/bugs/bug3037-2-expected.png:
86165         * platform/mac/tables/mozilla/bugs/bug30418-expected.png:
86166         * platform/mac/tables/mozilla/bugs/bug30559-expected.png:
86167         * platform/mac/tables/mozilla/bugs/bug30692-expected.png:
86168         * platform/mac/tables/mozilla/bugs/bug30985-expected.png:
86169         * platform/mac/tables/mozilla/bugs/bug3103-expected.png:
86170         * platform/mac/tables/mozilla/bugs/bug3191-expected.png:
86171         * platform/mac/tables/mozilla/bugs/bug32205-2-expected.png:
86172         * platform/mac/tables/mozilla/bugs/bug32205-3-expected.png:
86173         * platform/mac/tables/mozilla/bugs/bug32205-5-expected.png:
86174         * platform/mac/tables/mozilla/bugs/bug32447-expected.png:
86175         * platform/mac/tables/mozilla/bugs/bug3260-expected.png:
86176         * platform/mac/tables/mozilla/bugs/bug3263-expected.png:
86177         * platform/mac/tables/mozilla/bugs/bug32841-expected.png:
86178         * platform/mac/tables/mozilla/bugs/bug3309-1-expected.png:
86179         * platform/mac/tables/mozilla/bugs/bug3309-2-expected.png:
86180         * platform/mac/tables/mozilla/bugs/bug33137-expected.png:
86181         * platform/mac/tables/mozilla/bugs/bug33855-expected.png:
86182         * platform/mac/tables/mozilla/bugs/bug34176-expected.png:
86183         * platform/mac/tables/mozilla/bugs/bug34538-expected.png:
86184         * platform/mac/tables/mozilla/bugs/bug3454-expected.png:
86185         * platform/mac/tables/mozilla/bugs/bug35662-expected.png:
86186         * platform/mac/tables/mozilla/bugs/bug3681-1-expected.png:
86187         * platform/mac/tables/mozilla/bugs/bug3681-2-expected.png:
86188         * platform/mac/tables/mozilla/bugs/bug3718-expected.png:
86189         * platform/mac/tables/mozilla/bugs/bug38916-expected.png:
86190         * platform/mac/tables/mozilla/bugs/bug39209-expected.png:
86191         * platform/mac/tables/mozilla/bugs/bug3977-expected.png:
86192         * platform/mac/tables/mozilla/bugs/bug40828-expected.png:
86193         * platform/mac/tables/mozilla/bugs/bug4093-expected.png:
86194         * platform/mac/tables/mozilla/bugs/bug41890-expected.png:
86195         * platform/mac/tables/mozilla/bugs/bug42187-expected.png:
86196         * platform/mac/tables/mozilla/bugs/bug42443-expected.png:
86197         * platform/mac/tables/mozilla/bugs/bug4284-expected.png:
86198         * platform/mac/tables/mozilla/bugs/bug43039-expected.png:
86199         * platform/mac/tables/mozilla/bugs/bug43204-expected.png:
86200         * platform/mac/tables/mozilla/bugs/bug4382-expected.png:
86201         * platform/mac/tables/mozilla/bugs/bug4385-expected.png:
86202         * platform/mac/tables/mozilla/bugs/bug43854-1-expected.png:
86203         * platform/mac/tables/mozilla/bugs/bug43854-2-expected.png:
86204         * platform/mac/tables/mozilla/bugs/bug4427-expected.png:
86205         * platform/mac/tables/mozilla/bugs/bug4429-expected.png:
86206         * platform/mac/tables/mozilla/bugs/bug44505-expected.png:
86207         * platform/mac/tables/mozilla/bugs/bug44523-expected.png:
86208         * platform/mac/tables/mozilla/bugs/bug4501-expected.png:
86209         * platform/mac/tables/mozilla/bugs/bug45055-2-expected.png:
86210         * platform/mac/tables/mozilla/bugs/bug45055-expected.png:
86211         * platform/mac/tables/mozilla/bugs/bug4520-expected.png:
86212         * platform/mac/tables/mozilla/bugs/bug4523-expected.png:
86213         * platform/mac/tables/mozilla/bugs/bug4527-expected.png:
86214         * platform/mac/tables/mozilla/bugs/bug45350-expected.png:
86215         * platform/mac/tables/mozilla/bugs/bug45486-expected.png:
86216         * platform/mac/tables/mozilla/bugs/bug4576-expected.png:
86217         * platform/mac/tables/mozilla/bugs/bug46268-1-expected.png:
86218         * platform/mac/tables/mozilla/bugs/bug46268-2-expected.png:
86219         * platform/mac/tables/mozilla/bugs/bug46268-3-expected.png:
86220         * platform/mac/tables/mozilla/bugs/bug46268-5-expected.png:
86221         * platform/mac/tables/mozilla/bugs/bug46268-expected.png:
86222         * platform/mac/tables/mozilla/bugs/bug46368-1-expected.png:
86223         * platform/mac/tables/mozilla/bugs/bug46368-2-expected.png:
86224         * platform/mac/tables/mozilla/bugs/bug46480-1-expected.png:
86225         * platform/mac/tables/mozilla/bugs/bug46480-2-expected.png:
86226         * platform/mac/tables/mozilla/bugs/bug46623-1-expected.png:
86227         * platform/mac/tables/mozilla/bugs/bug46623-2-expected.png:
86228         * platform/mac/tables/mozilla/bugs/bug46924-expected.png:
86229         * platform/mac/tables/mozilla/bugs/bug46944-expected.png:
86230         * platform/mac/tables/mozilla/bugs/bug4739-expected.png:
86231         * platform/mac/tables/mozilla/bugs/bug47432-expected.png:
86232         * platform/mac/tables/mozilla/bugs/bug48028-1-expected.png:
86233         * platform/mac/tables/mozilla/bugs/bug48028-1-expected.txt:
86234         * platform/mac/tables/mozilla/bugs/bug48028-2-expected.png:
86235         * platform/mac/tables/mozilla/bugs/bug48028-2-expected.txt:
86236         * platform/mac/tables/mozilla/bugs/bug4803-expected.png:
86237         * platform/mac/tables/mozilla/bugs/bug4849-2-expected.png:
86238         * platform/mac/tables/mozilla/bugs/bug4849-expected.png:
86239         * platform/mac/tables/mozilla/bugs/bug48827-expected.png:
86240         * platform/mac/tables/mozilla/bugs/bug50695-1-expected.png:
86241         * platform/mac/tables/mozilla/bugs/bug50695-2-expected.png:
86242         * platform/mac/tables/mozilla/bugs/bug51037-expected.png:
86243         * platform/mac/tables/mozilla/bugs/bug51140-expected.png:
86244         * platform/mac/tables/mozilla/bugs/bug51727-expected.png:
86245         * platform/mac/tables/mozilla/bugs/bug5188-expected.png:
86246         * platform/mac/tables/mozilla/bugs/bug52505-expected.png:
86247         * platform/mac/tables/mozilla/bugs/bug52506-expected.png:
86248         * platform/mac/tables/mozilla/bugs/bug53690-1-expected.png:
86249         * platform/mac/tables/mozilla/bugs/bug53690-2-expected.png:
86250         * platform/mac/tables/mozilla/bugs/bug53891-expected.png:
86251         * platform/mac/tables/mozilla/bugs/bug54450-expected.png:
86252         * platform/mac/tables/mozilla/bugs/bug5538-expected.png:
86253         * platform/mac/tables/mozilla/bugs/bug55527-expected.png:
86254         * platform/mac/tables/mozilla/bugs/bug55545-expected.png:
86255         * platform/mac/tables/mozilla/bugs/bug55694-expected.png:
86256         * platform/mac/tables/mozilla/bugs/bug55789-expected.png:
86257         * platform/mac/tables/mozilla/bugs/bug56201-expected.png:
86258         * platform/mac/tables/mozilla/bugs/bug56405-expected.png:
86259         * platform/mac/tables/mozilla/bugs/bug56563-expected.png:
86260         * platform/mac/tables/mozilla/bugs/bug57300-expected.png:
86261         * platform/mac/tables/mozilla/bugs/bug57378-expected.png:
86262         * platform/mac/tables/mozilla/bugs/bug57828-2-expected.png:
86263         * platform/mac/tables/mozilla/bugs/bug57828-expected.png:
86264         * platform/mac/tables/mozilla/bugs/bug5797-expected.png:
86265         * platform/mac/tables/mozilla/bugs/bug5798-expected.png:
86266         * platform/mac/tables/mozilla/bugs/bug5799-expected.png:
86267         * platform/mac/tables/mozilla/bugs/bug5835-expected.png:
86268         * platform/mac/tables/mozilla/bugs/bug5838-expected.png:
86269         * platform/mac/tables/mozilla/bugs/bug5838-expected.txt:
86270         * platform/mac/tables/mozilla/bugs/bug58402-1-expected.png:
86271         * platform/mac/tables/mozilla/bugs/bug59354-expected.png:
86272         * platform/mac/tables/mozilla/bugs/bug60013-expected.png:
86273         * platform/mac/tables/mozilla/bugs/bug60749-expected.png:
86274         * platform/mac/tables/mozilla/bugs/bug60804-expected.png:
86275         * platform/mac/tables/mozilla/bugs/bug60807-expected.png:
86276         * platform/mac/tables/mozilla/bugs/bug60992-expected.png:
86277         * platform/mac/tables/mozilla/bugs/bug6184-expected.png:
86278         * platform/mac/tables/mozilla/bugs/bug625-expected.png:
86279         * platform/mac/tables/mozilla/bugs/bug6304-expected.png:
86280         * platform/mac/tables/mozilla/bugs/bug6304-expected.txt:
86281         * platform/mac/tables/mozilla/bugs/bug63785-expected.png:
86282         * platform/mac/tables/mozilla/bugs/bug6404-expected.png:
86283         * platform/mac/tables/mozilla/bugs/bug641-1-expected.png:
86284         * platform/mac/tables/mozilla/bugs/bug641-2-expected.png:
86285         * platform/mac/tables/mozilla/bugs/bug647-expected.png:
86286         * platform/mac/tables/mozilla/bugs/bug650-expected.png:
86287         * platform/mac/tables/mozilla/bugs/bug6674-expected.png:
86288         * platform/mac/tables/mozilla/bugs/bug67864-expected.png:
86289         * platform/mac/tables/mozilla/bugs/bug67915-1-expected.png:
86290         * platform/mac/tables/mozilla/bugs/bug68912-expected.png:
86291         * platform/mac/tables/mozilla/bugs/bug68998-expected.png:
86292         * platform/mac/tables/mozilla/bugs/bug69187-expected.png:
86293         * platform/mac/tables/mozilla/bugs/bug69382-1-expected.png:
86294         * platform/mac/tables/mozilla/bugs/bug69382-2-expected.png:
86295         * platform/mac/tables/mozilla/bugs/bug709-expected.png:
86296         * platform/mac/tables/mozilla/bugs/bug7112-1-expected.png:
86297         * platform/mac/tables/mozilla/bugs/bug7112-2-expected.png:
86298         * platform/mac/tables/mozilla/bugs/bug7121-1-expected.png:
86299         * platform/mac/tables/mozilla/bugs/bug72359-expected.png:
86300         * platform/mac/tables/mozilla/bugs/bug727-expected.png:
86301         * platform/mac/tables/mozilla/bugs/bug73321-expected.png:
86302         * platform/mac/tables/mozilla/bugs/bug7342-expected.png:
86303         * platform/mac/tables/mozilla/bugs/bug7471-expected.png:
86304         * platform/mac/tables/mozilla/bugs/bug75250-expected.png:
86305         * platform/mac/tables/mozilla/bugs/bug7714-expected.png:
86306         * platform/mac/tables/mozilla/bugs/bug78162-expected.png:
86307         * platform/mac/tables/mozilla/bugs/bug8032-1-expected.png:
86308         * platform/mac/tables/mozilla/bugs/bug8032-2-expected.png:
86309         * platform/mac/tables/mozilla/bugs/bug80762-1-expected.png:
86310         * platform/mac/tables/mozilla/bugs/bug81934-expected.png:
86311         * platform/mac/tables/mozilla/bugs/bug82946-1-expected.png:
86312         * platform/mac/tables/mozilla/bugs/bug82946-2-expected.png:
86313         * platform/mac/tables/mozilla/bugs/bug8361-expected.png:
86314         * platform/mac/tables/mozilla/bugs/bug83786-expected.png:
86315         * platform/mac/tables/mozilla/bugs/bug8381-expected.png:
86316         * platform/mac/tables/mozilla/bugs/bug8381-expected.txt:
86317         * platform/mac/tables/mozilla/bugs/bug8411-expected.png:
86318         * platform/mac/tables/mozilla/bugs/bug86220-expected.png:
86319         * platform/mac/tables/mozilla/bugs/bug86708-expected.png:
86320         * platform/mac/tables/mozilla/bugs/bug88035-1-expected.png:
86321         * platform/mac/tables/mozilla/bugs/bug88035-2-expected.png:
86322         * platform/mac/tables/mozilla/bugs/bug88524-expected.png:
86323         * platform/mac/tables/mozilla/bugs/bug8858-expected.png:
86324         * platform/mac/tables/mozilla/bugs/bug8950-expected.png:
86325         * platform/mac/tables/mozilla/bugs/bug9024-expected.png:
86326         * platform/mac/tables/mozilla/bugs/bug9072-expected.png:
86327         * platform/mac/tables/mozilla/bugs/bug9123-1-expected.png:
86328         * platform/mac/tables/mozilla/bugs/bug9123-2-expected.png:
86329         * platform/mac/tables/mozilla/bugs/bug92143-expected.png:
86330         * platform/mac/tables/mozilla/bugs/bug92647-2-expected.png:
86331         * platform/mac/tables/mozilla/bugs/bug9271-1-expected.png:
86332         * platform/mac/tables/mozilla/bugs/bug9271-2-expected.png:
86333         * platform/mac/tables/mozilla/bugs/bug92868-expected.png:
86334         * platform/mac/tables/mozilla/bugs/bug93363-expected.png:
86335         * platform/mac/tables/mozilla/bugs/bug963-expected.png:
86336         * platform/mac/tables/mozilla/bugs/bug96334-expected.png:
86337         * platform/mac/tables/mozilla/bugs/bug96343-expected.png:
86338         * platform/mac/tables/mozilla/bugs/bug965-expected.png:
86339         * platform/mac/tables/mozilla/bugs/bug97138-expected.png:
86340         * platform/mac/tables/mozilla/bugs/bug97383-expected.png:
86341         * platform/mac/tables/mozilla/bugs/bug98196-expected.png:
86342         * platform/mac/tables/mozilla/bugs/bug9879-1-expected.png:
86343         * platform/mac/tables/mozilla/bugs/bug99923-expected.png:
86344         * platform/mac/tables/mozilla/bugs/bug99948-expected.png:
86345         * platform/mac/tables/mozilla/collapsing_borders/bug127040-expected.png:
86346         * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
86347         * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
86348         * platform/mac/tables/mozilla/core/bloomberg-expected.png:
86349         * platform/mac/tables/mozilla/core/borders-expected.png:
86350         * platform/mac/tables/mozilla/core/box_sizing-expected.png:
86351         * platform/mac/tables/mozilla/core/captions-expected.png:
86352         * platform/mac/tables/mozilla/core/captions-expected.txt:
86353         * platform/mac/tables/mozilla/core/cell_heights-expected.png:
86354         * platform/mac/tables/mozilla/core/col_span-expected.png:
86355         * platform/mac/tables/mozilla/core/col_widths_auto_auto-expected.png:
86356         * platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
86357         * platform/mac/tables/mozilla/core/col_widths_auto_autoFixPer-expected.png:
86358         * platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.png:
86359         * platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.png:
86360         * platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.png:
86361         * platform/mac/tables/mozilla/core/col_widths_auto_per-expected.png:
86362         * platform/mac/tables/mozilla/core/col_widths_fix_auto-expected.png:
86363         * platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.png:
86364         * platform/mac/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png:
86365         * platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.png:
86366         * platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.png:
86367         * platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
86368         * platform/mac/tables/mozilla/core/col_widths_fix_per-expected.png:
86369         * platform/mac/tables/mozilla/core/margins-expected.png:
86370         * platform/mac/tables/mozilla/core/misc-expected.png:
86371         * platform/mac/tables/mozilla/core/nested1-expected.png:
86372         * platform/mac/tables/mozilla/core/one_row-expected.png:
86373         * platform/mac/tables/mozilla/core/row_span-expected.png:
86374         * platform/mac/tables/mozilla/core/table_frame-expected.png:
86375         * platform/mac/tables/mozilla/core/table_heights-expected.png:
86376         * platform/mac/tables/mozilla/core/table_rules-expected.png:
86377         * platform/mac/tables/mozilla/core/table_widths-expected.png:
86378         * platform/mac/tables/mozilla/dom/appendCol2-expected.png:
86379         * platform/mac/tables/mozilla/dom/appendRowsExpand1-expected.png:
86380         * platform/mac/tables/mozilla/dom/appendTbodyExpand1-expected.png:
86381         * platform/mac/tables/mozilla/dom/deleteCellsRebuild1-expected.png:
86382         * platform/mac/tables/mozilla/dom/deleteCellsShrink1-expected.png:
86383         * platform/mac/tables/mozilla/dom/deleteCellsShrink2-expected.png:
86384         * platform/mac/tables/mozilla/dom/deleteCol1-expected.png:
86385         * platform/mac/tables/mozilla/dom/deleteCol2-expected.png:
86386         * platform/mac/tables/mozilla/dom/deleteCol3-expected.png:
86387         * platform/mac/tables/mozilla/dom/deleteColGroup1-expected.png:
86388         * platform/mac/tables/mozilla/dom/deleteColGroup2-expected.png:
86389         * platform/mac/tables/mozilla/dom/deleteRowsRebuild1-expected.png:
86390         * platform/mac/tables/mozilla/dom/deleteRowsShrink1-expected.png:
86391         * platform/mac/tables/mozilla/dom/deleteTbodyExpand1-expected.png:
86392         * platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.png:
86393         * platform/mac/tables/mozilla/dom/insertCellsExpand1-expected.png:
86394         * platform/mac/tables/mozilla/dom/insertCellsExpand2-expected.png:
86395         * platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.png:
86396         * platform/mac/tables/mozilla/dom/insertCellsRebuild2-expected.png:
86397         * platform/mac/tables/mozilla/dom/insertColGroups1-expected.png:
86398         * platform/mac/tables/mozilla/dom/insertColGroups2-expected.png:
86399         * platform/mac/tables/mozilla/dom/insertCols1-expected.png:
86400         * platform/mac/tables/mozilla/dom/insertCols2-expected.png:
86401         * platform/mac/tables/mozilla/dom/insertCols3-expected.png:
86402         * platform/mac/tables/mozilla/dom/insertCols4-expected.png:
86403         * platform/mac/tables/mozilla/dom/insertCols5-expected.png:
86404         * platform/mac/tables/mozilla/dom/insertRowsExpand1-expected.png:
86405         * platform/mac/tables/mozilla/dom/insertRowsRebuild1-expected.png:
86406         * platform/mac/tables/mozilla/dom/tableDom-expected.png:
86407         * platform/mac/tables/mozilla/marvin/backgr_index-expected.png:
86408         * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
86409         * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
86410         * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.png:
86411         * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
86412         * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
86413         * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
86414         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
86415         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
86416         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
86417         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
86418         * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.png:
86419         * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
86420         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
86421         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
86422         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
86423         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
86424         * platform/mac/tables/mozilla/marvin/body_col-expected.png:
86425         * platform/mac/tables/mozilla/marvin/body_tbody-expected.png:
86426         * platform/mac/tables/mozilla/marvin/body_tfoot-expected.png:
86427         * platform/mac/tables/mozilla/marvin/body_thead-expected.png:
86428         * platform/mac/tables/mozilla/marvin/col_span-expected.png:
86429         * platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.png:
86430         * platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.png:
86431         * platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.png:
86432         * platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.png:
86433         * platform/mac/tables/mozilla/marvin/colgroup_span-expected.png:
86434         * platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
86435         * platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
86436         * platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.png:
86437         * platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.png:
86438         * platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.png:
86439         * platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.png:
86440         * platform/mac/tables/mozilla/marvin/table_frame_border-expected.png:
86441         * platform/mac/tables/mozilla/marvin/table_frame_border-expected.txt:
86442         * platform/mac/tables/mozilla/marvin/table_frame_box-expected.png:
86443         * platform/mac/tables/mozilla/marvin/table_frame_box-expected.txt:
86444         * platform/mac/tables/mozilla/marvin/table_overflow_hidden_td-expected.png:
86445         * platform/mac/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.png:
86446         * platform/mac/tables/mozilla/marvin/table_row_align_center-expected.png:
86447         * platform/mac/tables/mozilla/marvin/table_row_align_left-expected.png:
86448         * platform/mac/tables/mozilla/marvin/table_row_align_right-expected.png:
86449         * platform/mac/tables/mozilla/marvin/table_rules_all-expected.png:
86450         * platform/mac/tables/mozilla/marvin/table_rules_all-expected.txt:
86451         * platform/mac/tables/mozilla/marvin/table_rules_groups-expected.png:
86452         * platform/mac/tables/mozilla/marvin/table_rules_none-expected.png:
86453         * platform/mac/tables/mozilla/marvin/table_rules_none-expected.txt:
86454         * platform/mac/tables/mozilla/marvin/tables_align_center-expected.png:
86455         * platform/mac/tables/mozilla/marvin/tables_align_left-expected.png:
86456         * platform/mac/tables/mozilla/marvin/tables_align_right-expected.png:
86457         * platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua-expected.png:
86458         * platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png:
86459         * platform/mac/tables/mozilla/marvin/tables_bgcolor_black-expected.png:
86460         * platform/mac/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png:
86461         * platform/mac/tables/mozilla/marvin/tables_bgcolor_blue-expected.png:
86462         * platform/mac/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png:
86463         * platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png:
86464         * platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png:
86465         * platform/mac/tables/mozilla/marvin/tables_bgcolor_gray-expected.png:
86466         * platform/mac/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png:
86467         * platform/mac/tables/mozilla/marvin/tables_bgcolor_green-expected.png:
86468         * platform/mac/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png:
86469         * platform/mac/tables/mozilla/marvin/tables_bgcolor_lime-expected.png:
86470         * platform/mac/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png:
86471         * platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon-expected.png:
86472         * platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png:
86473         * platform/mac/tables/mozilla/marvin/tables_bgcolor_navy-expected.png:
86474         * platform/mac/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png:
86475         * platform/mac/tables/mozilla/marvin/tables_bgcolor_olive-expected.png:
86476         * platform/mac/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png:
86477         * platform/mac/tables/mozilla/marvin/tables_bgcolor_purple-expected.png:
86478         * platform/mac/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png:
86479         * platform/mac/tables/mozilla/marvin/tables_bgcolor_red-expected.png:
86480         * platform/mac/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png:
86481         * platform/mac/tables/mozilla/marvin/tables_bgcolor_silver-expected.png:
86482         * platform/mac/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png:
86483         * platform/mac/tables/mozilla/marvin/tables_bgcolor_teal-expected.png:
86484         * platform/mac/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png:
86485         * platform/mac/tables/mozilla/marvin/tables_bgcolor_white-expected.png:
86486         * platform/mac/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png:
86487         * platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow-expected.png:
86488         * platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png:
86489         * platform/mac/tables/mozilla/marvin/tables_border_0-expected.png:
86490         * platform/mac/tables/mozilla/marvin/tables_border_1-expected.png:
86491         * platform/mac/tables/mozilla/marvin/tables_border_2-expected.png:
86492         * platform/mac/tables/mozilla/marvin/tables_border_3-expected.png:
86493         * platform/mac/tables/mozilla/marvin/tables_caption_align_bot-expected.png:
86494         * platform/mac/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
86495         * platform/mac/tables/mozilla/marvin/tables_caption_align_top-expected.png:
86496         * platform/mac/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
86497         * platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.png:
86498         * platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.png:
86499         * platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.png:
86500         * platform/mac/tables/mozilla/marvin/tables_class-expected.png:
86501         * platform/mac/tables/mozilla/marvin/tables_default-expected.png:
86502         * platform/mac/tables/mozilla/marvin/tables_id-expected.png:
86503         * platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
86504         * platform/mac/tables/mozilla/marvin/tables_style-expected.png:
86505         * platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.png:
86506         * platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.png:
86507         * platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.png:
86508         * platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.png:
86509         * platform/mac/tables/mozilla/marvin/tables_td_height-expected.png:
86510         * platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.png:
86511         * platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.png:
86512         * platform/mac/tables/mozilla/marvin/tables_td_width-expected.png:
86513         * platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.png:
86514         * platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.png:
86515         * platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.png:
86516         * platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.png:
86517         * platform/mac/tables/mozilla/marvin/tables_th_height-expected.png:
86518         * platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.png:
86519         * platform/mac/tables/mozilla/marvin/tables_th_width-expected.png:
86520         * platform/mac/tables/mozilla/marvin/tables_width_percent-expected.png:
86521         * platform/mac/tables/mozilla/marvin/tables_width_px-expected.png:
86522         * platform/mac/tables/mozilla/marvin/tbody_align_center-expected.png:
86523         * platform/mac/tables/mozilla/marvin/tbody_align_char-expected.png:
86524         * platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.png:
86525         * platform/mac/tables/mozilla/marvin/tbody_align_left-expected.png:
86526         * platform/mac/tables/mozilla/marvin/tbody_align_right-expected.png:
86527         * platform/mac/tables/mozilla/marvin/tbody_char-expected.png:
86528         * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
86529         * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
86530         * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.png:
86531         * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.png:
86532         * platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.png:
86533         * platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.png:
86534         * platform/mac/tables/mozilla/marvin/td_valign_middle-expected.png:
86535         * platform/mac/tables/mozilla/marvin/td_valign_top-expected.png:
86536         * platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.png:
86537         * platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.png:
86538         * platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.png:
86539         * platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.png:
86540         * platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.png:
86541         * platform/mac/tables/mozilla/marvin/tfoot_char-expected.png:
86542         * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
86543         * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
86544         * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
86545         * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.png:
86546         * platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.png:
86547         * platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.png:
86548         * platform/mac/tables/mozilla/marvin/th_valign_middle-expected.png:
86549         * platform/mac/tables/mozilla/marvin/th_valign_top-expected.png:
86550         * platform/mac/tables/mozilla/marvin/thead_align_center-expected.png:
86551         * platform/mac/tables/mozilla/marvin/thead_align_char-expected.png:
86552         * platform/mac/tables/mozilla/marvin/thead_align_justify-expected.png:
86553         * platform/mac/tables/mozilla/marvin/thead_align_left-expected.png:
86554         * platform/mac/tables/mozilla/marvin/thead_align_right-expected.png:
86555         * platform/mac/tables/mozilla/marvin/thead_char-expected.png:
86556         * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.png:
86557         * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.png:
86558         * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.png:
86559         * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.png:
86560         * platform/mac/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png:
86561         * platform/mac/tables/mozilla/marvin/tr_bgcolor_black-expected.png:
86562         * platform/mac/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png:
86563         * platform/mac/tables/mozilla/marvin/tr_bgcolor_blue-expected.png:
86564         * platform/mac/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png:
86565         * platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png:
86566         * platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png:
86567         * platform/mac/tables/mozilla/marvin/tr_bgcolor_gray-expected.png:
86568         * platform/mac/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png:
86569         * platform/mac/tables/mozilla/marvin/tr_bgcolor_green-expected.png:
86570         * platform/mac/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png:
86571         * platform/mac/tables/mozilla/marvin/tr_bgcolor_lime-expected.png:
86572         * platform/mac/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png:
86573         * platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon-expected.png:
86574         * platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png:
86575         * platform/mac/tables/mozilla/marvin/tr_bgcolor_navy-expected.png:
86576         * platform/mac/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png:
86577         * platform/mac/tables/mozilla/marvin/tr_bgcolor_olive-expected.png:
86578         * platform/mac/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png:
86579         * platform/mac/tables/mozilla/marvin/tr_bgcolor_purple-expected.png:
86580         * platform/mac/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png:
86581         * platform/mac/tables/mozilla/marvin/tr_bgcolor_red-expected.png:
86582         * platform/mac/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png:
86583         * platform/mac/tables/mozilla/marvin/tr_bgcolor_silver-expected.png:
86584         * platform/mac/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png:
86585         * platform/mac/tables/mozilla/marvin/tr_bgcolor_teal-expected.png:
86586         * platform/mac/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png:
86587         * platform/mac/tables/mozilla/marvin/tr_bgcolor_white-expected.png:
86588         * platform/mac/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png:
86589         * platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow-expected.png:
86590         * platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png:
86591         * platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.png:
86592         * platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.png:
86593         * platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.png:
86594         * platform/mac/tables/mozilla/marvin/tr_valign_top-expected.png:
86595         * platform/mac/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
86596         * platform/mac/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
86597         * platform/mac/tables/mozilla/marvin/x_caption_align_top-expected.png:
86598         * platform/mac/tables/mozilla/marvin/x_caption_align_top-expected.txt:
86599         * platform/mac/tables/mozilla/marvin/x_caption_class-expected.png:
86600         * platform/mac/tables/mozilla/marvin/x_caption_class-expected.txt:
86601         * platform/mac/tables/mozilla/marvin/x_caption_id-expected.png:
86602         * platform/mac/tables/mozilla/marvin/x_caption_id-expected.txt:
86603         * platform/mac/tables/mozilla/marvin/x_caption_style-expected.png:
86604         * platform/mac/tables/mozilla/marvin/x_caption_style-expected.txt:
86605         * platform/mac/tables/mozilla/marvin/x_col_align_center-expected.png:
86606         * platform/mac/tables/mozilla/marvin/x_col_align_char-expected.png:
86607         * platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.png:
86608         * platform/mac/tables/mozilla/marvin/x_col_align_left-expected.png:
86609         * platform/mac/tables/mozilla/marvin/x_col_align_right-expected.png:
86610         * platform/mac/tables/mozilla/marvin/x_col_span-expected.png:
86611         * platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.png:
86612         * platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.png:
86613         * platform/mac/tables/mozilla/marvin/x_col_valign_middle-expected.png:
86614         * platform/mac/tables/mozilla/marvin/x_col_valign_top-expected.png:
86615         * platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.png:
86616         * platform/mac/tables/mozilla/marvin/x_col_width_px-expected.png:
86617         * platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.png:
86618         * platform/mac/tables/mozilla/marvin/x_colgroup_align_center-expected.png:
86619         * platform/mac/tables/mozilla/marvin/x_colgroup_align_char-expected.png:
86620         * platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.png:
86621         * platform/mac/tables/mozilla/marvin/x_colgroup_align_left-expected.png:
86622         * platform/mac/tables/mozilla/marvin/x_colgroup_align_right-expected.png:
86623         * platform/mac/tables/mozilla/marvin/x_colgroup_span-expected.png:
86624         * platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png:
86625         * platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png:
86626         * platform/mac/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png:
86627         * platform/mac/tables/mozilla/marvin/x_colgroup_valign_top-expected.png:
86628         * platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.png:
86629         * platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.png:
86630         * platform/mac/tables/mozilla/marvin/x_table-expected.png:
86631         * platform/mac/tables/mozilla/marvin/x_table_align_center-expected.png:
86632         * platform/mac/tables/mozilla/marvin/x_table_align_left-expected.png:
86633         * platform/mac/tables/mozilla/marvin/x_table_align_right-expected.png:
86634         * platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
86635         * platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
86636         * platform/mac/tables/mozilla/marvin/x_table_border-expected.png:
86637         * platform/mac/tables/mozilla/marvin/x_table_border_none-expected.png:
86638         * platform/mac/tables/mozilla/marvin/x_table_border_px-expected.png:
86639         * platform/mac/tables/mozilla/marvin/x_table_cellpadding-expected.png:
86640         * platform/mac/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png:
86641         * platform/mac/tables/mozilla/marvin/x_table_cellspacing-expected.png:
86642         * platform/mac/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png:
86643         * platform/mac/tables/mozilla/marvin/x_table_class-expected.png:
86644         * platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.png:
86645         * platform/mac/tables/mozilla/marvin/x_table_id-expected.png:
86646         * platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.png:
86647         * platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.png:
86648         * platform/mac/tables/mozilla/marvin/x_table_style-expected.png:
86649         * platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.png:
86650         * platform/mac/tables/mozilla/marvin/x_table_width_px-expected.png:
86651         * platform/mac/tables/mozilla/marvin/x_tbody_align_center-expected.png:
86652         * platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.png:
86653         * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
86654         * platform/mac/tables/mozilla/marvin/x_tbody_align_left-expected.png:
86655         * platform/mac/tables/mozilla/marvin/x_tbody_align_right-expected.png:
86656         * platform/mac/tables/mozilla/marvin/x_tbody_class-expected.png:
86657         * platform/mac/tables/mozilla/marvin/x_tbody_id-expected.png:
86658         * platform/mac/tables/mozilla/marvin/x_tbody_style-expected.png:
86659         * platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
86660         * platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
86661         * platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
86662         * platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
86663         * platform/mac/tables/mozilla/marvin/x_td_align_center-expected.png:
86664         * platform/mac/tables/mozilla/marvin/x_td_align_char-expected.png:
86665         * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.png:
86666         * platform/mac/tables/mozilla/marvin/x_td_align_left-expected.png:
86667         * platform/mac/tables/mozilla/marvin/x_td_align_right-expected.png:
86668         * platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
86669         * platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
86670         * platform/mac/tables/mozilla/marvin/x_td_class-expected.png:
86671         * platform/mac/tables/mozilla/marvin/x_td_colspan-expected.png:
86672         * platform/mac/tables/mozilla/marvin/x_td_height-expected.png:
86673         * platform/mac/tables/mozilla/marvin/x_td_id-expected.png:
86674         * platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.png:
86675         * platform/mac/tables/mozilla/marvin/x_td_rowspan-expected.png:
86676         * platform/mac/tables/mozilla/marvin/x_td_style-expected.png:
86677         * platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.png:
86678         * platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.png:
86679         * platform/mac/tables/mozilla/marvin/x_td_valign_middle-expected.png:
86680         * platform/mac/tables/mozilla/marvin/x_td_valign_top-expected.png:
86681         * platform/mac/tables/mozilla/marvin/x_td_width-expected.png:
86682         * platform/mac/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
86683         * platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
86684         * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
86685         * platform/mac/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
86686         * platform/mac/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
86687         * platform/mac/tables/mozilla/marvin/x_tfoot_class-expected.png:
86688         * platform/mac/tables/mozilla/marvin/x_tfoot_id-expected.png:
86689         * platform/mac/tables/mozilla/marvin/x_tfoot_style-expected.png:
86690         * platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
86691         * platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
86692         * platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
86693         * platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
86694         * platform/mac/tables/mozilla/marvin/x_th_align_center-expected.png:
86695         * platform/mac/tables/mozilla/marvin/x_th_align_char-expected.png:
86696         * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.png:
86697         * platform/mac/tables/mozilla/marvin/x_th_align_left-expected.png:
86698         * platform/mac/tables/mozilla/marvin/x_th_align_right-expected.png:
86699         * platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
86700         * platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
86701         * platform/mac/tables/mozilla/marvin/x_th_class-expected.png:
86702         * platform/mac/tables/mozilla/marvin/x_th_colspan-expected.png:
86703         * platform/mac/tables/mozilla/marvin/x_th_height-expected.png:
86704         * platform/mac/tables/mozilla/marvin/x_th_id-expected.png:
86705         * platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.png:
86706         * platform/mac/tables/mozilla/marvin/x_th_rowspan-expected.png:
86707         * platform/mac/tables/mozilla/marvin/x_th_style-expected.png:
86708         * platform/mac/tables/mozilla/marvin/x_th_valign_baseline-expected.png:
86709         * platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.png:
86710         * platform/mac/tables/mozilla/marvin/x_th_valign_middle-expected.png:
86711         * platform/mac/tables/mozilla/marvin/x_th_valign_top-expected.png:
86712         * platform/mac/tables/mozilla/marvin/x_th_width-expected.png:
86713         * platform/mac/tables/mozilla/marvin/x_thead_align_center-expected.png:
86714         * platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.png:
86715         * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.png:
86716         * platform/mac/tables/mozilla/marvin/x_thead_align_left-expected.png:
86717         * platform/mac/tables/mozilla/marvin/x_thead_align_right-expected.png:
86718         * platform/mac/tables/mozilla/marvin/x_thead_class-expected.png:
86719         * platform/mac/tables/mozilla/marvin/x_thead_id-expected.png:
86720         * platform/mac/tables/mozilla/marvin/x_thead_style-expected.png:
86721         * platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
86722         * platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
86723         * platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
86724         * platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.png:
86725         * platform/mac/tables/mozilla/marvin/x_tr_align_center-expected.png:
86726         * platform/mac/tables/mozilla/marvin/x_tr_align_char-expected.png:
86727         * platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.png:
86728         * platform/mac/tables/mozilla/marvin/x_tr_align_left-expected.png:
86729         * platform/mac/tables/mozilla/marvin/x_tr_align_right-expected.png:
86730         * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
86731         * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
86732         * platform/mac/tables/mozilla/marvin/x_tr_class-expected.png:
86733         * platform/mac/tables/mozilla/marvin/x_tr_id-expected.png:
86734         * platform/mac/tables/mozilla/marvin/x_tr_style-expected.png:
86735         * platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.png:
86736         * platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.png:
86737         * platform/mac/tables/mozilla/marvin/x_tr_valign_middle-expected.png:
86738         * platform/mac/tables/mozilla/marvin/x_tr_valign_top-expected.png:
86739         * platform/mac/tables/mozilla/other/body_col-expected.png:
86740         * platform/mac/tables/mozilla/other/cell_widths-expected.png:
86741         * platform/mac/tables/mozilla/other/cellspacing-expected.png:
86742         * platform/mac/tables/mozilla/other/move_row-expected.png:
86743         * platform/mac/tables/mozilla/other/ms-expected.png:
86744         * platform/mac/tables/mozilla/other/nested2-expected.png:
86745         * platform/mac/tables/mozilla/other/nestedTables-expected.png:
86746         * platform/mac/tables/mozilla/other/padding-expected.png:
86747         * platform/mac/tables/mozilla/other/slashlogo-expected.png:
86748         * platform/mac/tables/mozilla/other/test3-expected.png:
86749         * platform/mac/tables/mozilla/other/test6-expected.png:
86750         * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
86751         * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
86752         * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.png:
86753         * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
86754         * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.png:
86755         * platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
86756         * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
86757         * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
86758         * platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
86759         * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
86760         * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
86761         * platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.png:
86762         * platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
86763         * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
86764         * platform/mac/tables/mozilla_expected_failures/bugs/bug106336-expected.png:
86765         * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
86766         * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
86767         * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
86768         * platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.png:
86769         * platform/mac/tables/mozilla_expected_failures/bugs/bug1164-expected.png:
86770         * platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.png:
86771         * platform/mac/tables/mozilla_expected_failures/bugs/bug1262-expected.png:
86772         * platform/mac/tables/mozilla_expected_failures/bugs/bug128876-expected.png:
86773         * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
86774         * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
86775         * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
86776         * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
86777         * platform/mac/tables/mozilla_expected_failures/bugs/bug14159-2-expected.png:
86778         * platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.png:
86779         * platform/mac/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
86780         * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
86781         * platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.png:
86782         * platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.png:
86783         * platform/mac/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
86784         * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
86785         * platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
86786         * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
86787         * platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
86788         * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
86789         * platform/mac/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
86790         * platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
86791         * platform/mac/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png:
86792         * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
86793         * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
86794         * platform/mac/tables/mozilla_expected_failures/bugs/bug3105-expected.png:
86795         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-1-expected.png:
86796         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-10-expected.png:
86797         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png:
86798         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
86799         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png:
86800         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
86801         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png:
86802         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
86803         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png:
86804         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
86805         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-15-expected.png:
86806         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png:
86807         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
86808         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png:
86809         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
86810         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png:
86811         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-2-expected.png:
86812         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png:
86813         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt:
86814         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png:
86815         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt:
86816         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
86817         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
86818         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
86819         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
86820         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
86821         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
86822         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
86823         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
86824         * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
86825         * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
86826         * platform/mac/tables/mozilla_expected_failures/bugs/bug33784-expected.png:
86827         * platform/mac/tables/mozilla_expected_failures/bugs/bug3517-expected.png:
86828         * platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.png:
86829         * platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
86830         * platform/mac/tables/mozilla_expected_failures/bugs/bug45621-expected.png:
86831         * platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
86832         * platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.png:
86833         * platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
86834         * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
86835         * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
86836         * platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.png:
86837         * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
86838         * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
86839         * platform/mac/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
86840         * platform/mac/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
86841         * platform/mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
86842         * platform/mac/tables/mozilla_expected_failures/bugs/bug7113-expected.png:
86843         * platform/mac/tables/mozilla_expected_failures/bugs/bug7121-2-expected.png:
86844         * platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.png:
86845         * platform/mac/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
86846         * platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.png:
86847         * platform/mac/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
86848         * platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
86849         * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
86850         * platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
86851         * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
86852         * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
86853         * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
86854         * platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.png:
86855         * platform/mac/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
86856         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.png:
86857         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
86858         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
86859         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
86860         * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.png:
86861         * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.png:
86862         * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
86863         * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.png:
86864         * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
86865         * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.png:
86866         * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.txt:
86867         * platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.png:
86868         * platform/mac/tables/mozilla_expected_failures/core/cols1-expected.png:
86869         * platform/mac/tables/mozilla_expected_failures/core/columns-expected.png:
86870         * platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.png:
86871         * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.png:
86872         * platform/mac/tables/mozilla_expected_failures/dom/appendCells1-expected.png:
86873         * platform/mac/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
86874         * platform/mac/tables/mozilla_expected_failures/dom/appendCol1-expected.png:
86875         * platform/mac/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
86876         * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
86877         * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
86878         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
86879         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
86880         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
86881         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
86882         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
86883         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
86884         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
86885         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
86886         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
86887         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
86888         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
86889         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
86890         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
86891         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
86892         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
86893         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
86894         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
86895         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
86896         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
86897         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
86898         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
86899         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
86900         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
86901         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
86902         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
86903         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
86904         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
86905         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
86906         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
86907         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
86908         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
86909         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
86910         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
86911         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
86912         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
86913         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
86914         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
86915         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
86916         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
86917         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
86918         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png:
86919         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
86920         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png:
86921         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
86922         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png:
86923         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
86924         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png:
86925         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
86926         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png:
86927         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
86928         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png:
86929         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
86930         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png:
86931         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
86932         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.png:
86933         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
86934         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
86935         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.png:
86936         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
86937         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
86938         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.png:
86939         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt:
86940         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.png:
86941         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
86942         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png:
86943         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
86944         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png:
86945         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
86946         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png:
86947         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
86948         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
86949         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
86950         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png:
86951         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
86952         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png:
86953         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
86954         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png:
86955         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
86956         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
86957         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
86958         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.png:
86959         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.png:
86960         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.png:
86961         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.png:
86962         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.png:
86963         * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
86964         * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
86965         * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
86966         * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
86967         * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
86968         * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
86969         * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
86970         * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
86971         * platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
86972         * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
86973         * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
86974         * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
86975         * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
86976         * platform/mac/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
86977         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
86978         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
86979         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
86980         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
86981         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
86982         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
86983         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
86984         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
86985         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png:
86986         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png:
86987         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png:
86988         * platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.png:
86989         * platform/mac/tables/mozilla_expected_failures/other/test4-expected.png:
86990         * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
86991         * platform/mac/tables/mwarning: inexact rename detection was skipped due to too many files.:
86992
86993 2012-11-01  Max Vujovic  <mvujovic@adobe.com>
86994
86995         [CSS Shaders] Get rid of internal tex coord attribute
86996         https://bugs.webkit.org/show_bug.cgi?id=94358
86997
86998         Reviewed by Dean Jackson.
86999
87000         Add a test which verifies that a custom filter executes regardless of whether the author
87001         defines a_texCoord in the vertex shader. We check this because the implementation uses
87002         the author's a_texCoord definition if it exists. If it doesn't exist, the implementation
87003         adds its own a_texCoord definition to the author's shader.
87004
87005         * css3/filters/custom/custom-filter-a-tex-coord-optional-expected.html: Added.
87006         * css3/filters/custom/custom-filter-a-tex-coord-optional.html: Added.
87007         * css3/filters/resources/a-tex-coord-defined.vs: Added.
87008         * css3/filters/resources/a-tex-coord-undefined.vs: Added.
87009
87010 2012-11-01  Stephen White  <senorblanco@chromium.org>
87011
87012         [chromium] Unreviewed gardening.  Suppressing an image failure after
87013         r133224.
87014
87015         * platform/chromium/TestExpectations:
87016
87017 2012-11-01  Roger Fong  <roger_fong@apple.com>
87018
87019         Unreviewed. Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html.
87020         It is inherently flaky: https://bugs.webkit.org/show_bug.cgi?id=100117
87021
87022         * platform/win/TestExpectations:
87023
87024 2012-11-01  Rob Buis  <rbuis@rim.com>
87025
87026         [BlackBerry] Add more form validation strings
87027         https://bugs.webkit.org/show_bug.cgi?id=100978
87028
87029         Reviewed by Yong Li.
87030
87031         PR 210072
87032
87033         Add the result we expect after adding translations for range over and underflow.
87034
87035         * platform/blackberry/fast/forms/number/number-validation-message-expected.txt: Added.
87036
87037 2012-11-01  Stephen White  <senorblanco@chromium.org>
87038
87039         [chromium] Unreviewed; marking another inspector test as flaky.
87040
87041         * platform/chromium/TestExpectations:
87042
87043 2012-11-01  Enrica Casucci  <enrica@apple.com>
87044
87045         Part2 of: Extend -webkit-user-select with new value "all"
87046         <rdar://problem/10161404>
87047         https://bugs.webkit.org/show_bug.cgi?id=91912
87048
87049         Reviewed by Ryosuke Niwa.
87050
87051         Testing moving and extending selections with the new CSS propertyvalue, with mouse movements
87052         and with the keyboard.
87053         Updated test expectations for all the platforms, since this is only enabled for the Mac port.
87054
87055         * editing/selection/user-select-all-selection-expected.txt: Added.
87056         * editing/selection/user-select-all-selection.html: Added.
87057         * platform/chromium/TestExpectations:
87058         * platform/qt/TestExpectations:
87059         * platform/gtk/TestExpectations:
87060         * platform/win/TestExpectations:
87061         * platform/efl/TestExpectations:
87062
87063
87064 2012-11-01  David Barton  <dbarton@mathscribe.com>
87065
87066         REGRESSION (r128837): mathml/presentation/subsup.xhtml became flaky
87067         https://bugs.webkit.org/show_bug.cgi?id=97390
87068
87069         Reviewed by Ojan Vafai.
87070
87071         * platform/chromium/TestExpectations:
87072         * platform/efl/TestExpectations:
87073         * platform/gtk/TestExpectations:
87074         * platform/mac/TestExpectations:
87075
87076 2012-11-01  Stephen White  <senorblanco@chromium.org>
87077
87078         [chromium] Unreviewed gardening.  Mark an inspector test as flaky.
87079
87080         * platform/chromium/TestExpectations:
87081
87082 2012-11-01  Stephen White  <senorblanco@chromium.org>
87083
87084         [chromium] Unreviewed gardening.
87085
87086         * platform/chromium-linux-x86/compositing/reflections/nested-reflection-anchor-point-expected.png: Removed.
87087         * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
87088
87089 2012-11-01  Stephen White  <senorblanco@chromium.org>
87090
87091         [chromium] Unreviewed gardening.  Move baselines for a couple of
87092         compositing tests to platform-mac, so MountainLion can use them too.
87093
87094         * platform/chromium-mac-lion/compositing/geometry/vertical-scroll-composited-expected.png: Removed.
87095         * platform/chromium-mac-lion/platform/chromium/compositing/huge-layer-rotated-expected.png: Removed.
87096         * platform/chromium-mac/compositing/geometry/vertical-scroll-composited-expected.png:
87097         * platform/chromium-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
87098
87099 2012-11-01  Stephen White  <senorblanco@chromium.org>
87100
87101         [chromium] Unreviewed gardening.  Mark yet another test as flaky.
87102
87103         * platform/chromium/TestExpectations:
87104
87105 2012-11-01  Stephen White  <senorblanco@chromium.org>
87106
87107         [chromium] Unreviewed gardening.  Mark a test as flaky.
87108
87109         * platform/chromium/TestExpectations:
87110
87111 2012-11-01  Dana Jansens  <danakj@chromium.org>
87112
87113         Unreviewed, remove failing expectations after rebaseline.
87114
87115         * platform/chromium/TestExpectations:
87116
87117 2012-11-01  Beth Dakin  <bdakin@apple.com>
87118
87119         https://bugs.webkit.org/show_bug.cgi?id=100917
87120         There should be a way to dump the scrolling tree from the layout tests
87121
87122         Reviewed by Simon Fraser.
87123
87124         * platform/mac/tiled-drawing/scrolling-tree-after-scroll-expected.txt: Added.
87125         * platform/mac/tiled-drawing/scrolling-tree-after-scroll.html: Added.
87126         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Added.
87127         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling.html: Added.
87128
87129 2012-11-01  Dana Jansens  <danakj@chromium.org>
87130
87131         Rebaseline after compositor migration to gfx types.
87132         http://crbug.com/147395
87133
87134         Unreviewed rebaselines.
87135
87136         * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
87137         * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
87138         * platform/chromium-linux/compositing/reflections/nested-reflection-anchor-point-expected.png:
87139         * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
87140         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
87141         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
87142         * platform/chromium-mac-lion/compositing/geometry/vertical-scroll-composited-expected.png: Added.
87143         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-anchor-point-expected.png:
87144         * platform/chromium-mac-lion/platform/chromium/compositing/huge-layer-rotated-expected.png: Added.
87145         * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
87146         * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: Added.
87147         * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
87148         * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-anchor-point-expected.png:
87149         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
87150         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
87151         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
87152         * platform/chromium-win-xp/compositing/reflections/nested-reflection-anchor-point-expected.png: Removed.
87153         * 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.
87154         * platform/efl-wk1/compositing/reflections/nested-reflection-anchor-point-expected.png: Renamed from LayoutTests/platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png.
87155
87156 2012-11-01  Dana Jansens  <danakj@chromium.org>
87157
87158         Unreviewed, marking tests as failing preemptively.
87159         http://crbug.com/147395
87160
87161         * platform/chromium/TestExpectations:
87162
87163 2012-11-01  Stephen White  <senorblanco@chromium.org>
87164
87165         [chromium] Unreviewed gardening.  Mark a test as flaky.
87166
87167         * platform/chromium/TestExpectations:
87168
87169 2012-11-01  Roger Fong  <roger_fong@apple.com>
87170
87171         Unreviewed. Skip fast/workers/worker-domurl.html on Windows. ENABLE_BLOB not enabled.
87172
87173         * platform/win/TestExpectations:
87174
87175 2012-11-01  Mike West  <mkwst@chromium.org>
87176
87177         CSP 1.0: Warn when old-style directives encountered.
87178         https://bugs.webkit.org/show_bug.cgi?id=100883
87179
87180         Reviewed by Adam Barth.
87181
87182         * http/tests/security/contentSecurityPolicy/directive-parsing-01-expected.txt:
87183         * http/tests/security/contentSecurityPolicy/directive-parsing-multiple-headers-expected.txt:
87184         * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt:
87185         * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt:
87186         * http/tests/security/contentSecurityPolicy/javascript-url-allowed-expected.txt:
87187         * http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:
87188         * http/tests/security/contentSecurityPolicy/script-src-in-iframe-expected.txt:
87189         * http/tests/security/contentSecurityPolicy/script-src-none-expected.txt:
87190         * http/tests/security/contentSecurityPolicy/source-list-parsing-deprecated-expected.txt: Added.
87191         * http/tests/security/contentSecurityPolicy/source-list-parsing-deprecated.html: Added.
87192         * platform/chromium/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt:
87193         * platform/chromium/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:
87194
87195 2012-11-01  Tony Chang  <tony@chromium.org>
87196
87197         [Chromium] Unreviewed, marking http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html
87198         as slow on Linux Debug based on the flakiness dashboard.
87199
87200         * platform/chromium/TestExpectations:
87201
87202 2012-11-01  Emil A Eklund  <eae@chromium.org>
87203
87204         Unreviewed chromium windows rebaseline.
87205
87206         * platform/chromium-linux-x86/svg/zoom: Removed.
87207         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
87208         * platform/chromium-win/compositing/overflow/overflow-compositing-descendant-expected.png:
87209         * platform/chromium-win/compositing/overflow/scroll-ancestor-update-expected.png:
87210         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
87211         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
87212         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
87213         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
87214         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
87215         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
87216
87217 2012-11-01  Emil A Eklund  <eae@chromium.org>
87218
87219         Unreviewed chromium rebaseline for r133172.
87220
87221         * platform/chromium-linux-x86/svg/zoom/page: Removed.
87222         * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed.
87223         * platform/chromium-mac-lion/compositing/overflow/overflow-compositing-descendant-expected.png:
87224         * platform/chromium-mac-lion/compositing/overflow/scroll-ancestor-update-expected.png:
87225         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
87226         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
87227         * platform/chromium-mac-snowleopard/compositing/overflow/overflow-compositing-descendant-expected.png:
87228         * platform/chromium-mac-snowleopard/compositing/overflow/scroll-ancestor-update-expected.png:
87229         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
87230         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
87231         * platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png:
87232         * platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png:
87233         * platform/chromium-mac/svg/as-image/svg-non-integer-scaled-image-expected.png:
87234         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
87235         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
87236         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
87237         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
87238         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
87239         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
87240         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
87241         * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.png: Removed.
87242         * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png: Removed.
87243         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Removed.
87244         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Removed.
87245         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Removed.
87246
87247 2012-11-01  Mike Reed  <reed@google.com>
87248
87249         Add suppressions for images for new skia roll
87250         https://bugs.webkit.org/show_bug.cgi?id=100961
87251
87252         Reviewed by NOBODY.
87253
87254         New skia roll improves clipped antialias hairlines, and this means a few images need to be rebaselined.
87255         crbug.com/148638
87256
87257         * platform/chromium/TestExpectations:
87258
87259 2012-11-01  Stephen White  <senorblanco@chromium.org>
87260
87261         [Chromium] Unreviewed gardening.  Remove some no-longer-flaky tests
87262         from TestExpectations.
87263
87264         * platform/chromium/TestExpectations:
87265
87266 2012-11-01  Emil A Eklund  <eae@chromium.org>
87267
87268         [subpixel] Change intrinsicSize to LayoutUnit
87269         https://bugs.webkit.org/show_bug.cgi?id=99104
87270
87271         Reviewed by Levi Weintraub.
87272
87273         Add test for tiled replaced elements and update existing expectations as needed.
87274
87275         * fast/sub-pixel/tiled-canvas-elements-expected.txt: Added.
87276         * fast/sub-pixel/tiled-canvas-elements.html: Added.
87277         * platform/chromium-linux/compositing/overflow/overflow-compositing-descendant-expected.png:
87278         * platform/chromium-linux/compositing/overflow/scroll-ancestor-update-expected.png:
87279         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
87280         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
87281         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
87282         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
87283         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
87284         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
87285         * platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png:
87286         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
87287         * platform/chromium/fast/reflections/reflection-with-zoom-expected.txt:
87288         * platform/chromium/svg/as-image/svg-non-integer-scaled-image-expected.txt:
87289         * platform/chromium/svg/zoom/page/zoom-svg-as-image-expected.txt:
87290         * platform/chromium/svg/zoom/page/zoom-svg-as-relative-image-expected.txt:
87291
87292 2012-11-01  Stephen White  <senorblanco@chromium.org>
87293
87294         [Chromium] Unreviewed gardening.  New reftest from 
87295         http://trac.webkit.org/changeset/133146 doesn't seem to work on
87296         MacOS 10.8.
87297
87298         * platform/chromium/TestExpectations:
87299
87300 2012-11-01  Mike West  <mkwst@chromium.org>
87301
87302         [Chromium] Unreviewed gardening.
87303
87304         Skipping http/tests/security/contentSecurityPolicy/object-src-none-blocked.html
87305         as it's consistently leaking state into the next text (object-src-url-allowed.html).
87306         Filed https://bugs.webkit.org/show_bug.cgi?id=100955 to follow up.
87307
87308         * platform/chromium/TestExpectations:
87309
87310 2012-11-01  Stephen Chenney  <schenney@chromium.org>
87311
87312         SVG as an image may recreate the renderer on zoom
87313         https://bugs.webkit.org/show_bug.cgi?id=99508
87314
87315         Reviewed by Abhishek Arya.
87316
87317         Test and ref-test-result for zooming of SVG content when loaded as-image, and the svg is actually a css file.
87318
87319         * svg/as-image/img-zoom-svg-stylesheet-expected.html: Added.
87320         * svg/as-image/img-zoom-svg-stylesheet.html: Added.
87321         * svg/as-image/resources/svg-stylesheet-for-zoom.svg: Added.
87322
87323 2012-11-01  Vsevolod Vlasov  <vsevik@chromium.org>
87324
87325         Web Inspector: Restoring breakpoints for formatted UISourceCode should be triggered by BreakpointManager, not ScriptsPanel.
87326         https://bugs.webkit.org/show_bug.cgi?id=100593
87327
87328         Reviewed by Pavel Feldman.
87329
87330         * inspector/debugger/script-formatter-breakpoints.html:
87331         * inspector/debugger/script-formatter-console.html:
87332         * inspector/debugger/script-formatter-search-expected.txt:
87333         * inspector/debugger/script-formatter-search.html:
87334
87335 2012-10-31  Yury Semikhatsky  <yurys@chromium.org>
87336
87337         Web Inspector: Output code evaluated in the console the same as console.log
87338         https://bugs.webkit.org/show_bug.cgi?id=100695
87339
87340         Reviewed by Pavel Feldman.
87341
87342         Rebaselined some tests after object preview is started beeing used for
87343         console eval results.
87344
87345         * inspector/console/command-line-api-expected.txt:
87346         * inspector/console/command-line-api-inspect-expected.txt:
87347         * inspector/console/console-eval-global-expected.txt:
87348         * inspector/console/console-eval-undefined-override-expected.txt:
87349         * platform/chromium/inspector/console/console-eval-undefined-override-expected.txt:
87350
87351 2012-11-01  Mihnea Ovidenie  <mihnea@adobe.com>
87352
87353         [CSSRegions]Former auto-height regions should not ignore their defined height
87354         https://bugs.webkit.org/show_bug.cgi?id=100749
87355
87356         Reviewed by Julien Chaffraix.
87357
87358         Add a test in which we flow content into a region chain with 2 regions, the first one having height auto.
87359         After a first layout, the region with height auto has an override logical content height, which should be
87360         cleared when the first region has its height changed from auto to defined.
87361
87362         * fast/regions/autoheight-definedheight-changenotdetected-expected.html: Added.
87363         * fast/regions/autoheight-definedheight-changenotdetected.html: Added.
87364
87365 2012-11-01  Pavel Podivilov  <podivilov@google.com>
87366
87367         [chromium] Add new baseline for exif-orientation-css.html on linux.
87368
87369         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-css-expected.png: Added.
87370
87371 2012-11-01  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
87372
87373         [EFL] Gardening after r133056
87374         https://bugs.webkit.org/show_bug.cgi?id=100929
87375
87376         Unreviewed gardening.
87377
87378         Newly added compositing/tiling tests are failing on EFL port due to missing AC support.
87379
87380         * platform/efl/TestExpectations:
87381
87382 2012-11-01  Pavel Podivilov  <podivilov@google.com>
87383
87384         [chromium] Unreviewed, two fast/images/exif-orientation-* tests now pass.
87385
87386         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-css-expected.png: Added.
87387         * platform/chromium/TestExpectations:
87388
87389 2012-11-01  Pavel Podivilov  <podivilov@google.com>
87390
87391         [chromium] Unreviewed, remove several tests that started to pass from TestExpectations.
87392
87393         * platform/chromium/TestExpectations:
87394
87395 2012-10-31  Takashi Sakamoto  <tasak@google.com>
87396
87397         [Refactoring] Move initial style setting for ProgressValueElement from attach method to createShadowSubtree method in HTMLProgressElement.
87398         https://bugs.webkit.org/show_bug.cgi?id=83664
87399
87400         Reviewed by Hajime Morita.
87401
87402         * fast/dom/HTMLProgressElement/progress-bar-set-value-expected.html: Added.
87403         * fast/dom/HTMLProgressElement/progress-bar-set-value.html: Added.
87404
87405 2012-10-31  Dirk Pranke  <dpranke@chromium.org>
87406
87407         Unreviewed, remove entries for tests no longer failing.
87408
87409         * platform/chromium/TestExpectations:
87410
87411 2012-10-31  Stephen White  <senorblanco@chromium.org>
87412
87413         [Chromium] Unreviewed gardening.  Mark a crashy test.
87414
87415         * platform/chromium/TestExpectations:
87416
87417 2012-10-31  Stephen White  <senorblanco@chromium.org>
87418
87419         [Chromium] Unreviewed gardening.
87420
87421         * platform/chromium/TestExpectations:
87422
87423 2012-10-31  Dirk Pranke  <dpranke@chromium.org>
87424
87425         Unreviewed chromium mac ml expectation updating.
87426
87427         * platform/chromium-mac-mountainlion/TestExpectations:
87428
87429 2012-10-31  Adam Barth  <abarth@webkit.org>
87430
87431         [V8] Garbage collection should use opaque roots rather than implicit references
87432         https://bugs.webkit.org/show_bug.cgi?id=100707
87433
87434         Reviewed by Kentaro Hara.
87435
87436         Test progression.
87437
87438         * platform/chromium/fast/dom/gc-9-expected.txt:
87439
87440 2012-10-31  KyungTae Kim  <ktf.kim@samsung.com>
87441
87442         [EFL] Move jquery/traversing.html to flaky list
87443         https://bugs.webkit.org/show_bug.cgi?id=100908
87444
87445         Unreviewed gardening.
87446
87447         jquery/traversing.html sometimes crashes and sometimes passes, so needs to be moved to the flaky list.
87448
87449         * platform/efl/TestExpectations:
87450
87451 2012-10-31  Stephen White  <senorblanco@chromium.org>
87452
87453         [Chromium] Unreviewed gardening.
87454
87455         * platform/chromium/TestExpectations:
87456
87457 2012-10-31  Roger Fong  <roger_fong@apple.com>
87458
87459         Unreviewed. fast\text\international\text-combine-image-test-expected.txt needs some 1 pixel off rebaselines on Windows.
87460
87461         * platform/win/fast/text/international/text-combine-image-test-expected.txt:
87462
87463 2012-10-31  Bear Travis  <betravis@adobe.com>
87464
87465         [CSS Exclusions] Test that dynamically setting shape-inside causes relayout in child elements
87466         https://bugs.webkit.org/show_bug.cgi?id=97721
87467
87468         Reviewed by Dirk Schulze.
87469
87470         Adding a test that dynamically sets shape-inside on a block containing multiple block children.
87471
87472         * fast/exclusions/resources/simple-rectangle.js:
87473         (createRectangleTest): Modifying test to work with elements with existing content.
87474         (createRectangleTestResult): Modifying test expectation to work with elements with existing content.
87475         * fast/exclusions/shape-inside/shape-inside-multiple-blocks-dynamic-expected.html: Added.
87476         * fast/exclusions/shape-inside/shape-inside-multiple-blocks-dynamic.html: Added.
87477
87478 2012-10-31  Roger Fong  <roger_fong@apple.com>
87479
87480         Unreviewed. Skip another failing drag and drop test.
87481         Drag & Drop doesn't work correctly in DRT <rdar://5621244>
87482
87483         * platform/win/TestExpectations:
87484
87485 2012-10-31  Roger Fong  <roger_fong@apple.com>
87486
87487         Unreviewed. Skipping http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html. 
87488         Not supported in CFNetwork yet. https://bugs.webkit.org/show_bug.cgi?id=100349.
87489
87490         * platform/win/TestExpectations:
87491
87492 2012-10-31  Chris Rogers  <crogers@google.com>
87493
87494         Implement optional arguments in AudioBufferSourceNode start() method
87495         https://bugs.webkit.org/show_bug.cgi?id=100894
87496
87497         Reviewed by Kenneth Russell.
87498
87499         * webaudio/audiobuffersource-loop-comprehensive.html:
87500         * webaudio/audiobuffersource-start-expected.txt: Added.
87501         * webaudio/audiobuffersource-start.html: Added.
87502         * webaudio/resources/audiobuffersource-testing.js: Added.
87503         (createTestBuffer):
87504         (checkSingleTest):
87505         (checkAllTests):
87506
87507 2012-10-31  Stephen White  <senorblanco@chromium.org>
87508
87509         [Chromium] Unreviewed gardening.
87510         fast/js/post-message-numeric-property.html is flaky in Release as well.
87511
87512         * platform/chromium/TestExpectations:
87513
87514 2012-10-31  Stephen White  <senorblanco@chromium.org>
87515
87516         [Chromium] Unreviewed gardening.  svg/custom/font-face-simple.svg
87517         seems to be failing on Windows (wrong font).
87518
87519         * platform/chromium/TestExpectations:
87520
87521 2012-10-31  Mike West  <mkwst@chromium.org>
87522
87523         Implement the canonical "Content-Security-Policy" header.
87524         https://bugs.webkit.org/show_bug.cgi?id=96765
87525
87526         Reviewed by Adam Barth.
87527
87528         * http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid.html:
87529         * http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-01.html:
87530         * http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-02.html:
87531         * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-invalidnonce.html:
87532         * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-scriptsrc-blocked.html:
87533         * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-separators-allowed.html:
87534             Updating these 1.1 tests along with the multiple-iframe-*.js test
87535             "framework" to ensure that the experimental prefixed header is sent.
87536         * http/tests/security/contentSecurityPolicy/blob-urls-match-self.html:
87537         * http/tests/security/contentSecurityPolicy/combine-multiple-policies.html:
87538         * http/tests/security/contentSecurityPolicy/connect-src-eventsource-allowed.html:
87539         * http/tests/security/contentSecurityPolicy/connect-src-eventsource-blocked.html:
87540         * http/tests/security/contentSecurityPolicy/connect-src-websocket-allowed.html:
87541         * http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked.html:
87542         * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-allowed.html:
87543         * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked.html:
87544         * http/tests/security/contentSecurityPolicy/default-src-inline-allowed.html:
87545         * http/tests/security/contentSecurityPolicy/default-src-inline-blocked.html:
87546         * http/tests/security/contentSecurityPolicy/duplicate-directive.html:
87547         * http/tests/security/contentSecurityPolicy/eval-allowed.html:
87548         * http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe.html:
87549         * http/tests/security/contentSecurityPolicy/eval-blocked.html:
87550         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-allowed.html:
87551         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked.html:
87552         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-allowed.html:
87553         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked.html:
87554         * http/tests/security/contentSecurityPolicy/filesystem-urls-match-self.html:
87555         * http/tests/security/contentSecurityPolicy/frame-src-about-blank-allowed-by-default.html:
87556         * http/tests/security/contentSecurityPolicy/frame-src-about-blank-allowed-by-scheme.html:
87557         * http/tests/security/contentSecurityPolicy/frame-src-allowed.html:
87558         * http/tests/security/contentSecurityPolicy/frame-src-blocked.html:
87559         * http/tests/security/contentSecurityPolicy/function-constructor-allowed.html:
87560         * http/tests/security/contentSecurityPolicy/function-constructor-blocked.html:
87561         * http/tests/security/contentSecurityPolicy/iframe-inside-csp.html:
87562         * http/tests/security/contentSecurityPolicy/image-allowed.html:
87563         * http/tests/security/contentSecurityPolicy/image-blocked.html:
87564         * http/tests/security/contentSecurityPolicy/image-full-host-wildcard-allowed.html:
87565         * http/tests/security/contentSecurityPolicy/image-host-wildcard-allowed.html:
87566         * http/tests/security/contentSecurityPolicy/injected-inline-script-allowed.html:
87567         * http/tests/security/contentSecurityPolicy/injected-inline-script-blocked.html:
87568         * http/tests/security/contentSecurityPolicy/injected-inline-style-allowed.html:
87569         * http/tests/security/contentSecurityPolicy/injected-inline-style-blocked.html:
87570         * http/tests/security/contentSecurityPolicy/inline-script-allowed.html:
87571         * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy.html:
87572         * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url.html:
87573         * http/tests/security/contentSecurityPolicy/inline-script-blocked.html:
87574         * http/tests/security/contentSecurityPolicy/inline-style-allowed.html:
87575         * http/tests/security/contentSecurityPolicy/inline-style-attribute-allowed.html:
87576         * http/tests/security/contentSecurityPolicy/inline-style-attribute-blocked.html:
87577         * http/tests/security/contentSecurityPolicy/inline-style-attribute-on-html.html:
87578         * http/tests/security/contentSecurityPolicy/inline-style-blocked.html:
87579         * http/tests/security/contentSecurityPolicy/media-src-allowed.html:
87580         * http/tests/security/contentSecurityPolicy/media-src-blocked.html:
87581         * http/tests/security/contentSecurityPolicy/object-src-no-url-allowed.html:
87582         * http/tests/security/contentSecurityPolicy/object-src-no-url-blocked.html:
87583         * http/tests/security/contentSecurityPolicy/object-src-url-allowed.html:
87584         * http/tests/security/contentSecurityPolicy/object-src-url-blocked.html:
87585         * http/tests/security/contentSecurityPolicy/policy-does-not-affect-child.html:
87586         * http/tests/security/contentSecurityPolicy/register-bypassing-scheme.html:
87587         * http/tests/security/contentSecurityPolicy/report-and-enforce.html:
87588         * http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin.html:
87589         * http/tests/security/contentSecurityPolicy/report-blocked-uri.html:
87590         * http/tests/security/contentSecurityPolicy/report-only-from-header.php:
87591         * http/tests/security/contentSecurityPolicy/report-only.html:
87592         * http/tests/security/contentSecurityPolicy/report-uri.html:
87593         * http/tests/security/contentSecurityPolicy/resources/echo-iframe.pl:
87594         * http/tests/security/contentSecurityPolicy/resources/echo-multiple-headers.pl:
87595             s/X-WebKit-CSP/Content-Security-Policy/g
87596         * http/tests/security/contentSecurityPolicy/resources/echo-object-data.pl:
87597         * http/tests/security/contentSecurityPolicy/resources/echo-script-src.pl:
87598             Reworking these two scripts in order to support sending both
87599             the experimental header and the canonical header, as required.
87600         * http/tests/security/contentSecurityPolicy/resources/event-handler.pl:
87601         * http/tests/security/contentSecurityPolicy/resources/generate-csp-report.html:
87602         * http/tests/security/contentSecurityPolicy/resources/javascript-url.pl:
87603         * http/tests/security/contentSecurityPolicy/resources/mixed-content-with-csp.html:
87604             s/X-WebKit-CSP/Content-Security-Policy/g
87605         * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-plugin-test.js:
87606         (testExperimentalPolicy):
87607         (test):
87608         (testImpl.iframe.onload):
87609         (testImpl):
87610         * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-test.js:
87611         (testPreescapedPolicy):
87612         (testExperimentalPolicy):
87613         (test):
87614         (testImpl.iframe.onload):
87615         (testImpl):
87616             Reworking these two "frameworks" in order to support sending both
87617             the experimental header and the canonical header, as required.
87618         * http/tests/security/contentSecurityPolicy/resources/sandbox.php:
87619         * http/tests/security/contentSecurityPolicy/resources/sandboxed-eval.php:
87620         * http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-subframe.html:
87621         * http/tests/security/contentSecurityPolicy/sandbox-allow-scripts.html:
87622         * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe.html:
87623         * http/tests/security/contentSecurityPolicy/sandbox-empty.html:
87624         * http/tests/security/contentSecurityPolicy/script-src-overrides-default-src.html:
87625         * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed.html:
87626         * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked.html:
87627         * http/tests/security/contentSecurityPolicy/source-list-parsing-malformed-meta.html:
87628         * http/tests/security/contentSecurityPolicy/srcdoc-doesnt-bypass-script-src.html:
87629         * http/tests/security/contentSecurityPolicy/style-allowed.html:
87630         * http/tests/security/contentSecurityPolicy/style-blocked.html:
87631         * http/tests/security/contentSecurityPolicy/worker-connect-src-allowed.html:
87632         * http/tests/security/contentSecurityPolicy/worker-connect-src-blocked.html:
87633         * http/tests/security/contentSecurityPolicy/worker-eval-blocked.html:
87634         * http/tests/security/contentSecurityPolicy/worker-function-function-blocked.html:
87635         * http/tests/security/contentSecurityPolicy/worker-script-src.html:
87636         * http/tests/security/contentSecurityPolicy/worker-set-timeout-blocked.html:
87637         * http/tests/security/contentSecurityPolicy/xsl-allowed.php:
87638         * http/tests/security/contentSecurityPolicy/xsl-blocked.php:
87639         * http/tests/security/contentSecurityPolicy/xsl-img-blocked.php:
87640         * http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-1.php:
87641         * http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-2.php:
87642             s/X-WebKit-CSP/Content-Security-Policy/g
87643
87644 2012-10-31  Otto Derek Cheung  <otcheung@rim.com>
87645
87646         [BlackBerry] Adding window.external to our port
87647         https://bugs.webkit.org/show_bug.cgi?id=100868
87648
87649         Reviewed by Rob Buis.
87650
87651         Adding BlackBerry platform specific DRT tests for window.external interface.
87652
87653         * platform/blackberry/external/search-provider/search-provider-installed-expected.txt: Added.
87654         * platform/blackberry/external/search-provider/search-provider-installed.html: Added.
87655
87656 2012-10-31  Stephen White  <senorblanco@chromium.org>
87657
87658         [chromium] Win rebaselines for media tests.  Unreviewed.
87659
87660         * platform/chromium-win/media/video-aspect-ratio-expected.png:
87661         * platform/chromium-win/media/video-colorspace-yuv420-expected.png:
87662         * platform/chromium-win/media/video-colorspace-yuv422-expected.png:
87663         * platform/chromium-win/media/video-layer-crash-expected.png:
87664         * platform/chromium-win/media/video-transformed-expected.png:
87665         * platform/chromium-win/media/video-zoom-controls-expected.png:
87666         * platform/chromium-win/media/video-zoom-expected.png:
87667         * platform/chromium-win/platform/chromium/media/video-frame-size-change-expected.png:
87668         * platform/efl/media/video-aspect-ratio-expected.png: Removed.
87669         * platform/efl/media/video-layer-crash-expected.png: Removed.
87670         * platform/efl/media/video-transformed-expected.png: Removed.
87671         * platform/efl/media/video-zoom-expected.png: Removed.
87672
87673 2012-10-31  Dirk Pranke  <dpranke@chromium.org>
87674
87675         Unreviewed, chromium-mac-mountainlion expectation updating.
87676
87677         * platform/chromium-mac-mountainlion/TestExpectations:
87678
87679 2012-10-31  Tien-Ren Chen  <trchen@chromium.org>
87680
87681         Apply transformation for highlights on non-composited contents
87682         https://bugs.webkit.org/show_bug.cgi?id=100438
87683
87684         Reviewed by Adam Barth.
87685
87686         Non-composited content host layer "steals" the contents on the
87687         RenderView layer, including the highlight layer.
87688         The transformation for regular contents are applied by the paint
87689         function of the non-composited content host however the highlight
87690         uses its own WebLayer. Need to apply the same transformation to
87691         the highlight layer as well.
87692
87693         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html: Added.
87694         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document-expected.png: Added.
87695         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document-expected.txt: Added.
87696
87697 2012-10-31  Thiago Marcos P. Santos  <thiago.santos@intel.com>
87698
87699         Added viewport at-rule to the CSS parser and tokenizer
87700         https://bugs.webkit.org/show_bug.cgi?id=95961
87701
87702         Reviewed by Kenneth Rohde Christiansen.
87703
87704         Added a test that detects if the @-webkit-viewport rule is being
87705         parsed and skip the tests on all ports since the feature is disabled
87706         by default for instance.
87707
87708         Note that this test doesn't do property validation, which will be
87709         added in the next patch of the series.
87710
87711         * css3/device-adapt/viewport-at-rule-parsing-expected.txt: Added.
87712         * css3/device-adapt/viewport-at-rule-parsing.html: Added.
87713         * platform/chromium/TestExpectations:
87714         * platform/gtk/TestExpectations:
87715         * platform/mac/TestExpectations:
87716         * platform/qt/TestExpectations:
87717         * platform/win/TestExpectations:
87718         * platform/wincairo/TestExpectations:
87719
87720 2012-10-31  Max Vujovic  <mvujovic@adobe.com>
87721
87722         [CSS Shaders] Validate types of built-in uniforms
87723         https://bugs.webkit.org/show_bug.cgi?id=98974
87724
87725         Reviewed by Dean Jackson.
87726
87727         Add a test to verify that shaders which define built-in uniforms with the wrong type do not
87728         execute. Add shaders for each built-in uniform in CSS Custom Filters.
87729
87730         Relevant Spec Section:
87731         https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#shader-uniform-variables
87732
87733         * css3/filters/custom/invalid-custom-filter-uniform-types-expected.html: Added.
87734         * css3/filters/custom/invalid-custom-filter-uniform-types.html: Added.
87735         * css3/filters/resources/invalid-type-u-mesh-box.fs: Added.
87736         * css3/filters/resources/invalid-type-u-mesh-size.fs: Added.
87737         * css3/filters/resources/invalid-type-u-projection-matrix.fs: Added.
87738         * css3/filters/resources/invalid-type-u-texture-size.fs: Added.
87739         * css3/filters/resources/invalid-type-u-tile-size.fs: Added.
87740         * css3/filters/resources/invalid-type-uniform-array.fs: Added.
87741
87742 2012-10-31  Terry Anderson  <tdanderson@chromium.org>
87743
87744         [touchadjustment] touch-links-two-finger-tap test pass incorrectly
87745         https://bugs.webkit.org/show_bug.cgi?id=100619
87746
87747         Reviewed by Antonio Gomes.
87748
87749         Make use of the gesture's touch area when testing the correct targeting of elements.
87750
87751         * touchadjustment/touch-links-two-finger-tap.html:
87752
87753 2012-10-31  Stephen White  <senorblanco@chromium.org>
87754
87755         [Chromium] Unreviewed gardening.  More flaky fallout from 
87756         http://trac.webkit.org/changeset/133069.
87757
87758         * platform/chromium/TestExpectations:
87759
87760 2012-10-31  Sheriff Bot  <webkit.review.bot@gmail.com>
87761
87762         Unreviewed, rolling out r133044.
87763         http://trac.webkit.org/changeset/133044
87764         https://bugs.webkit.org/show_bug.cgi?id=100888
87765
87766         Hits an ASSERT in the isolatedWorlds tests (Requested by
87767         abarth on #webkit).
87768
87769         * platform/chromium/fast/dom/gc-9-expected.txt:
87770
87771 2012-10-31  Stephen White  <senorblanco@chromium.org>
87772
87773         [Chromium] Unreviewed gardening.  Updating TestExpectations for
87774         recent failures.
87775
87776         * platform/chromium/TestExpectations:
87777
87778 2012-10-31  Philip Rogers  <pdr@google.com>
87779
87780         Cache animationMode() in SVG animations.
87781         https://bugs.webkit.org/show_bug.cgi?id=99694
87782
87783         Reviewed by Eric Seidel.
87784
87785         This refactoring is covered by existing tests.
87786         svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg fails after this patch
87787         because our element dependency tracking has a bug with duplicate ids; see WK99893.
87788
87789         * platform/chromium/TestExpectations:
87790         * platform/mac/TestExpectations:
87791
87792 2012-10-31  Stephen White  <senorblanco@chromium.org>
87793
87794         [Chromium] Unreviewed gardening.  Updating TestExpectations for
87795         recent failures.
87796
87797         * platform/chromium/TestExpectations:
87798
87799 2012-10-31  Stephen White  <senorblanco@chromium.org>
87800
87801         [Chromium] Unreviewed gardening.
87802
87803         * platform/chromium/TestExpectations:
87804
87805 2012-10-31  Ami Fischman  <fischman@chromium.org>
87806
87807         [chromium] DRT and WTR should clear the cache between tests
87808         https://bugs.webkit.org/show_bug.cgi?id=93195
87809
87810         Reviewed by Tony Chang.
87811
87812         * media/video-poster-blocked-by-willsendrequest.html: updated list of still-busted ports.
87813
87814 2012-10-31  Stephen White  <senorblanco@chromium.org>
87815
87816         [Chromium] Unreviewed gardening.  Mark a few tests as crashing.
87817
87818         * platform/chromium/TestExpectations:
87819
87820 2012-10-31  Tom Sepez  <tsepez@chromium.org>
87821
87822         Malformed X-XSS-Protection headers not reported
87823         https://bugs.webkit.org/show_bug.cgi?id=100538
87824
87825         Reviewed by Adam Barth.
87826
87827         * http/tests/security/xssAuditor/malformed-xss-protection-header-expected.txt: Removed.
87828         * http/tests/security/xssAuditor/malformed-xss-protection-header.html: Removed.
87829         * http/tests/security/xssAuditor/malformed-xss-protection-header-1.html: Copied from LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header.html.
87830         * http/tests/security/xssAuditor/malformed-xss-protection-header-expected-1.txt: Copied from LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header-expected.txt.
87831         renamed to -1 to match convention.
87832         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt: Added.
87833         * http/tests/security/xssAuditor/malformed-xss-protection-header-2.html: Added.
87834         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt: Added.
87835         * http/tests/security/xssAuditor/malformed-xss-protection-header-3.html: Added.
87836         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt: Added.
87837         * http/tests/security/xssAuditor/malformed-xss-protection-header-4.html: Added.
87838         New test to cover new error message cases.
87839         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
87840         Added more x-xss-protection header values to its set of values.
87841         * http/tests/security/xssAuditor/xss-protection-parsing-01.html:
87842         Converted for interface change to echo_intertag.pl
87843         * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt: Added.
87844         * http/tests/security/xssAuditor/xss-protection-parsing-02.html: Added.
87845         New test for testing x-xss-protect: 0; (allow trailing semicolon).
87846         
87847 2012-10-31  Stephen White  <senorblanco@chromium.org>
87848
87849         [chromium] Fix incorrect test names landed in
87850         http://trac.webkit.org/changeset/133056
87851
87852         Unreviewed.
87853
87854         * platform/chromium/TestExpectations:
87855
87856 2012-10-31  Stephen White  <senorblanco@chromium.org>
87857
87858         [chromium] New linux baseline for basic-inputs-expected.png, due to
87859         crrev.com/164985.
87860
87861         Unreviewed.
87862
87863         * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
87864         * platform/efl-wk1/fast/forms/basic-inputs-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/basic-inputs-expected.png.
87865
87866 2012-10-31  Stephen White  <senorblanco@chromium.org>
87867
87868         [Chromium] Adjust expectations for float-wrap-zoom on mac.
87869         Unreviewed.
87870
87871         * platform/chromium/TestExpectations:
87872
87873 2012-10-31  Simon Fraser  <simon.fraser@apple.com>
87874
87875         REGRESSION (tile cache layers): bits of tiled layers are missing with certain 3D transforms
87876         https://bugs.webkit.org/show_bug.cgi?id=100808
87877         <rdar://problem/12562541>
87878
87879         Reviewed by Dean Jackson.
87880
87881         Two tests for visible rect computation under clamping, one of which tests 'applyWasClamped',
87882         and the other 'mapWasClamped'.
87883
87884         * compositing/tiling/rotated-tiled-clamped-expected.png: Added.
87885         * compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
87886         * compositing/tiling/rotated-tiled-clamped.html: Added.
87887         * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
87888         * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
87889         * compositing/tiling/rotated-tiled-preserve3d-clamped.html: Added.
87890         * platform/chromium/TestExpectations:
87891         * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
87892         * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
87893
87894 2012-10-31  Adam Barth  <abarth@webkit.org>
87895
87896         [V8] Garbage collection should use opaque roots rather than implicit references
87897         https://bugs.webkit.org/show_bug.cgi?id=100707
87898
87899         Reviewed by Kentaro Hara.
87900
87901         Test progression.
87902
87903         * platform/chromium/fast/dom/gc-9-expected.txt:
87904
87905 2012-10-31  Stephen White  <senorblanco@chromium.org>
87906
87907         [chromium] Added skipped expectations for new test
87908         svg-remote-element.html with no results.
87909
87910         Unreviewed.
87911
87912         * platform/chromium/TestExpectations:
87913
87914 2012-10-31  Stephen White  <senorblanco@chromium.org>
87915
87916         [chromium] New baselines for
87917         fast/images/exif-orientation-css-expected.png.  Unreviewed.
87918
87919         * platform/chromium-linux-x86/fast/images/exif-orientation-css-expected.png: Removed.
87920         * platform/chromium-win/fast/images/exif-orientation-css-expected.png: Added.
87921         * platform/chromium/fast/images/exif-orientation-css-expected.png: Removed.
87922
87923 2012-10-31  Arpita Bahuguna  <arpitabahuguna@gmail.com>
87924
87925         Table with percentage column widths doesn't scale to fill the entire width of a table containing it
87926         https://bugs.webkit.org/show_bug.cgi?id=11645
87927
87928         Reviewed by Julien Chaffraix.
87929
87930         * fast/table/scale-nested-percent-width-cols-expected.html: Added.
87931         * fast/table/scale-nested-percent-width-cols.html: Added.
87932         Added a ref test verifying that our nested (auto width) table's columns
87933         are scaled and sized appropriately if the containing table has
87934         percent width.
87935
87936         * platform/chromium/TestExpectations:
87937         * platform/efl/TestExpectations:
87938         * platform/gtk/TestExpectations:
87939         * platform/mac/TestExpectations:
87940         * platform/win/TestExpectations:
87941         Added an entry for fast/table/025.html for these ports. It would need
87942         rebaselining as a result of this fix.
87943
87944         * platform/qt/fast/table/025-expected.png:
87945         * platform/qt/fast/table/025-expected.txt:
87946         Modified expected results for the existing test on qt port.
87947
87948         In the given test, our innermost nested table has auto width and consits
87949         of three table cells with percent width specified for the first and the
87950         third cells. Its containing table on the other hand is a percent width
87951         table.
87952
87953         Previously, we were not scaling our inner table's column(s) from expanding
87954         to the width of the containing table if it had percent width type. Because
87955         of this our first and last table cells in the innermost table were being
87956         rendered only with the minimum width (4px).
87957
87958         Post this fix, since now our inner table columns shall scale, the first and
87959         the last table cell would thus expand in width (41px each) and hence the
87960         change in the column and the table dimensions.
87961
87962 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
87963
87964         [EFL] More unreviewed pixel expectations gardening.
87965
87966         Accept Missing as a valid result for some ietestcenter tests, and
87967         skip another one of them.
87968
87969         * platform/efl/TestExpectations:
87970
87971 2012-10-31  Ian Vollick  <vollick@chromium.org>
87972
87973         Add support for text-based repaint testing
87974         https://bugs.webkit.org/show_bug.cgi?id=100584
87975
87976         Reviewed by Simon Fraser.
87977
87978         Allows tracked repaint rects to be dumped as text.
87979
87980         * fast/repaint/layer-full-repaint-expected.txt: Added.
87981         * fast/repaint/layer-full-repaint.html:
87982         * fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
87983         * fast/repaint/overflow-flipped-writing-mode-table-expected.txt:
87984         * fast/repaint/overflow-flipped-writing-mode-table.html:
87985         * fast/repaint/resources/repaint.js:
87986         * fast/repaint/resources/text-based-repaint.js: Added.
87987         (runRepaintTest):
87988           The function calls internals.startTrackingRepaints() rather than display()
87989           before calling repaintTest(). It also generates a <pre> element and sets
87990           its innerHTML to internals.repaintRectsAsText().
87991         * platform/chromium-mac/fast/repaint/layer-full-repaint-expected.png: Removed.
87992         * platform/chromium-mac/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
87993         * platform/chromium-win/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
87994         * platform/chromium/fast/repaint/layer-full-repaint-expected.png: Removed.
87995         * platform/chromium/fast/repaint/layer-full-repaint-expected.txt: Removed.
87996         * platform/efl/fast/repaint/layer-full-repaint-expected.png: Removed.
87997         * platform/efl/fast/repaint/layer-full-repaint-expected.txt: Removed.
87998         * platform/gtk/fast/repaint/layer-full-repaint-expected.png: Removed.
87999         * platform/gtk/fast/repaint/layer-full-repaint-expected.txt: Removed.
88000         * platform/gtk/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
88001         * platform/mac/fast/repaint/layer-full-repaint-expected.png: Removed.
88002         * platform/mac/fast/repaint/layer-full-repaint-expected.txt: Removed.
88003         * platform/qt/fast/repaint/layer-full-repaint-expected.png: Removed.
88004         * platform/qt/fast/repaint/layer-full-repaint-expected.txt: Removed.
88005
88006 2012-10-31  Stephen White  <senorblanco@chromium.org>
88007
88008         New Chromium baselines for css3/filters/composited-reflected.html.
88009
88010         Unreviewed.
88011
88012         * platform/chromium-mac/css3/filters/composited-reflected-expected.png: Added.
88013         * platform/chromium-win/css3/filters/composited-reflected-expected.png: Added.
88014
88015 2012-10-31  Mike West  <mkwst@chromium.org>
88016
88017         [Qt] Unreviewed gardening. Rebaselining tests after r133019.
88018
88019         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
88020         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
88021         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
88022
88023 2012-10-31  Yury Semikhatsky  <yurys@chromium.org>
88024
88025         Web Inspector: page crash when pausing in dedicated worker
88026         https://bugs.webkit.org/show_bug.cgi?id=100837
88027
88028         Reviewed by Pavel Feldman.
88029
88030         Test that Debugger.pause works for dedicated workers. The test is skipped
88031         on all platforms that use JSC as worker debugging is not supported there
88032         yet.
88033
88034         * http/tests/inspector-protocol/resources/InspectorTest.js:
88035         (WebInspector.dispatchMessageFromBackend):
88036         * inspector-protocol/debugger-pause-dedicated-worker-expected.txt: Added.
88037         * inspector-protocol/debugger-pause-dedicated-worker.html: Added.
88038         * inspector-protocol/resources/dedicated-worker.js: Added.
88039         (onmessage):
88040         (doWork):
88041         * platform/efl/TestExpectations:
88042         * platform/gtk/TestExpectations:
88043         * platform/mac/TestExpectations:
88044         * platform/qt/TestExpectations:
88045         * platform/win/TestExpectations:
88046         * platform/wincairo/TestExpectations:
88047
88048 2012-10-31  Zoltan Nyul  <zoltan.nyul@intel.com>
88049
88050         perspective-origin should ignore values with more then two lengths and use the default values
88051         https://bugs.webkit.org/show_bug.cgi?id=100835
88052
88053         Reviewed by Kenneth Rohde Christiansen.
88054
88055         Add test for perspective-origin with more the than two lengths.
88056
88057         * transforms/2d/computed-style-origin-expected.txt:
88058         * transforms/2d/computed-style-origin.html:
88059
88060 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
88061
88062         [EFL] Unreviewed pixel expectations gardening.
88063
88064         Skip a few ietestcenter/css3/text texts which are rendering
88065         incorrectly, and accept Missing as a valid result for some culling
88066         tests.
88067
88068         * platform/efl/TestExpectations:
88069         * platform/efl/ietestcenter/css3/text/textshadow-005-expected.png: Removed.
88070         * platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Removed.
88071
88072 2012-10-31  Dominik Röttsches  <dominik.rottsches@intel.com>
88073
88074         [EFL][GTK] Unreviewed gardening.
88075
88076         Removing duplicate in EFL file, changing bug number for exif orientation bug in GTK.
88077
88078         * platform/efl/TestExpectations:
88079         * platform/gtk/TestExpectations:
88080
88081 2012-10-31  Dominik Röttsches  <dominik.rottsches@intel.com>
88082
88083         [EFL][GTK] Unreviewed gardening.
88084
88085         Exif orientation test marked as failing for GTK & EFL,
88086         On EFL, the vibration IPC issue may cause crash, see bug 100334.
88087
88088         * platform/efl-wk2/TestExpectations:
88089         * platform/efl/TestExpectations:
88090         * platform/gtk/TestExpectations:
88091
88092 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
88093
88094         [EFL] More unreviewed gardening.
88095
88096         Skip the EXIF-related tests since the feature is not implemented
88097         for the port anyway, and skip the recently-added
88098         fast/images/exif-orientation-image-document.html as well.
88099
88100         * platform/efl/TestExpectations:
88101
88102 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
88103
88104         [EFL] Skip http/tests/appcache/load-from-appcache-defer-resume-crash.html on WK2.
88105
88106         Just marking it as Failure does not prevent a useless PNG expectation to be generated when running pixel tests.
88107
88108         * platform/efl-wk2/TestExpectations:
88109
88110 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
88111
88112         [EFL] Unreviewed, add a few more pixel expectations.
88113
88114         * platform/efl/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
88115         * platform/efl/css3/flexbox/repaint-rtl-column-expected.png:
88116         * platform/efl/fast/forms/indeterminate-expected.png: Added.
88117         * platform/efl/media/video-aspect-ratio-expected.png: Added.
88118         * platform/efl/media/video-layer-crash-expected.png: Added.
88119         * platform/efl/media/video-transformed-expected.png: Added.
88120         * platform/efl/media/video-zoom-expected.png: Added.
88121
88122 2012-10-31  Mike West  <mkwst@chromium.org>
88123
88124         X-Frame-Options console message should be associated with a request.
88125         https://bugs.webkit.org/show_bug.cgi?id=100735
88126
88127         Reviewed by Pavel Feldman.
88128
88129         * http/tests/inspector/network/x-frame-options-deny-expected.txt:
88130         * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
88131         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
88132         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
88133         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
88134         * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
88135         * http/tests/security/xssAuditor/meta-tag-http-refresh-x-frame-options-expected.txt:
88136             Update tests with new console message.
88137
88138 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
88139
88140         [EFL] Unreviewed, unskip media/video-seek-past-end-playing.html on WK2.
88141
88142         It has been passing on the WK2 bot for quite a while, so unskip
88143         and hope for the best.
88144
88145         * platform/efl-wk2/TestExpectations:
88146
88147 2012-10-31  Keishi Hattori  <keishi@webkit.org>
88148
88149         Calendar picker can flicker when opened from the suggestion picker
88150         https://bugs.webkit.org/show_bug.cgi?id=100816
88151
88152         Reviewed by Kent Tamura.
88153
88154         * fast/forms/resources/picker-common.js:
88155         (openPicker): Fix mistake.
88156         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
88157         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
88158         * 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.
88159
88160 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
88161
88162         [EFL] Unreviewed, unskip fast/forms/select-multiple-elements-with-mouse-drag.html.
88163         https://bugs.webkit.org/show_bug.cgi?id=100248
88164
88165         The test is consistently passing again, and "fixing" the EFL side
88166         is not trivial.
88167
88168         * platform/efl-wk2/TestExpectations:
88169
88170 2012-10-31  Mike West  <mkwst@chromium.org>
88171
88172         Script run from an isolated world should bypass a page's CSP.
88173         https://bugs.webkit.org/show_bug.cgi?id=97398
88174
88175         Reviewed by Adam Barth.
88176
88177         * http/tests/security/isolatedWorld/bypass-main-world-csp-expected.txt: Added.
88178         * http/tests/security/isolatedWorld/bypass-main-world-csp.html: Added.
88179         * platform/efl/TestExpectations:
88180         * platform/mac/TestExpectations:
88181         * platform/qt/TestExpectations:
88182         * platform/win/TestExpectations:
88183             Skip the new tests on ports that don't support the new functionality
88184
88185 2012-10-31  Pavel Podivilov  <podivilov@google.com>
88186
88187         [chromium] Rebaseline media/video-zoom.html.
88188
88189         * platform/chromium-linux/media/video-zoom-expected.png:
88190         * platform/chromium-mac-lion/media/video-zoom-expected.png: Added.
88191         * platform/chromium-mac-snowleopard/media/video-zoom-expected.png:
88192         * platform/efl-wk1/media/video-zoom-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-expected.png.
88193
88194 2012-10-31  Pavel Podivilov  <podivilov@google.com>
88195
88196         [chromium] Rebaseline 7 media/video-* tests on Linux and Mac.
88197
88198         * platform/chromium-linux/media/video-aspect-ratio-expected.png:
88199         * platform/chromium-linux/media/video-colorspace-yuv420-expected.png:
88200         * platform/chromium-linux/media/video-colorspace-yuv422-expected.png:
88201         * platform/chromium-linux/media/video-layer-crash-expected.png:
88202         * platform/chromium-linux/media/video-transformed-expected.png:
88203         * platform/chromium-linux/media/video-zoom-controls-expected.png:
88204         * platform/chromium-linux/platform/chromium/media/video-frame-size-change-expected.png:
88205         * platform/chromium-mac-lion/media/video-aspect-ratio-expected.png: Added.
88206         * platform/chromium-mac-lion/media/video-colorspace-yuv420-expected.png: Added.
88207         * platform/chromium-mac-lion/media/video-colorspace-yuv422-expected.png: Added.
88208         * platform/chromium-mac-lion/media/video-layer-crash-expected.png: Added.
88209         * platform/chromium-mac-lion/media/video-transformed-expected.png: Added.
88210         * platform/chromium-mac-lion/media/video-zoom-controls-expected.png: Added.
88211         * platform/chromium-mac-lion/platform/chromium/media/video-frame-size-change-expected.png: Added.
88212         * platform/chromium-mac-snowleopard/media/video-aspect-ratio-expected.png:
88213         * platform/chromium-mac-snowleopard/media/video-colorspace-yuv420-expected.png:
88214         * platform/chromium-mac-snowleopard/media/video-colorspace-yuv422-expected.png:
88215         * platform/chromium-mac-snowleopard/media/video-layer-crash-expected.png:
88216         * platform/chromium-mac-snowleopard/media/video-transformed-expected.png:
88217         * platform/efl-wk1/media/video-aspect-ratio-expected.png: Renamed from LayoutTests/platform/efl/media/video-aspect-ratio-expected.png.
88218         * platform/efl-wk1/media/video-colorspace-yuv420-expected.png: Renamed from LayoutTests/platform/efl/media/video-colorspace-yuv420-expected.png.
88219         * platform/efl-wk1/media/video-colorspace-yuv422-expected.png: Renamed from LayoutTests/platform/efl/media/video-colorspace-yuv422-expected.png.
88220         * platform/efl-wk1/media/video-layer-crash-expected.png: Renamed from LayoutTests/platform/efl/media/video-layer-crash-expected.png.
88221         * platform/efl-wk1/media/video-transformed-expected.png: Renamed from LayoutTests/platform/efl/media/video-transformed-expected.png.
88222         * platform/efl-wk1/media/video-zoom-controls-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-controls-expected.png.
88223
88224 2012-10-31  Pavel Podivilov  <podivilov@google.com>
88225
88226         [chromium] Add new baselines for fast/forms/basic-inputs.html and fast/forms/indeterminate.html on linux.
88227
88228         * platform/chromium-linux/fast/forms/indeterminate-expected.png:
88229         * platform/efl-wk1/fast/forms/indeterminate-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/indeterminate-expected.png.
88230
88231 2012-10-31  Pavel Podivilov  <podivilov@google.com>
88232
88233         [chromium] Unreviewed, mark two touchadjustment tests as failing on mac.
88234
88235         * platform/chromium/TestExpectations:
88236
88237 2012-10-31  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
88238
88239         [EFL][DRT] EventSender requires contextClick implementation
88240         https://bugs.webkit.org/show_bug.cgi?id=86091
88241
88242         Reviewed by Gyuyoung Kim.
88243
88244         Move contextClick dependent tests to WebKit2 TestExpectations and
88245         add new expected results.
88246
88247         * platform/efl-wk2/TestExpectations:
88248         * platform/efl/TestExpectations:
88249         * platform/efl/editing/selection/5354455-2-expected.txt: Added.
88250         * platform/efl/fast/events/context-no-deselect-expected.txt: Added.
88251         * platform/efl/fast/events/context-onmousedown-event-expected.png: Added.
88252
88253 2012-10-30  Nico Weber  <thakis@chromium.org>
88254
88255         [chromium] Add baselines for fast/images/exif-orientation-css.html and exif-orientation-image-document.html
88256         https://bugs.webkit.org/show_bug.cgi?id=100807
88257
88258         Unreviewed, expectations update.
88259
88260         * platform/chromium-linux-x86/fast/images/exif-orientation-css-expected.png: Added.
88261         * platform/chromium-linux/fast/images/exif-orientation-css-expected.png: Added.
88262         * platform/chromium-linux/fast/images/exif-orientation-image-document-expected.png: Added.
88263         * platform/chromium-mac-lion/fast/images/exif-orientation-css-expected.png: Added.
88264         * platform/chromium-mac-lion/fast/images/exif-orientation-image-document-expected.png: Added.
88265         * platform/chromium-mac-snowleopard/fast/images/exif-orientation-css-expected.png: Added.
88266         * platform/chromium-mac-snowleopard/fast/images/exif-orientation-image-document-expected.png: Added.
88267         * platform/chromium-mac/fast/images/exif-orientation-css-expected.png: Added.
88268         * platform/chromium-mac/fast/images/exif-orientation-image-document-expected.png: Added.
88269         * platform/chromium-win/fast/images/exif-orientation-image-document-expected.png: Added.
88270         * platform/chromium/TestExpectations:
88271
88272 2012-10-30  Keishi Hattori  <keishi@webkit.org>
88273
88274         F4 inside <input type=time> should not open calendar picker
88275         https://bugs.webkit.org/show_bug.cgi?id=100730
88276
88277         Reviewed by Kent Tamura.
88278
88279         * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings-expected.txt: Added.
88280         * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings.html: Added.
88281
88282 2012-10-30  Kent Tamura  <tkent@chromium.org>
88283
88284         Delaying 'change' and 'input' event dispatching during HTMLInputElement::setValue
88285         https://bugs.webkit.org/show_bug.cgi?id=100772
88286
88287         Reviewed by Abhishek Arya.
88288
88289         * fast/forms/range/range-type-change-onchange-expected.txt: Added.
88290         * fast/forms/range/range-type-change-onchange.html: Added.
88291
88292 2012-10-30  Simon Fraser  <simon.fraser@apple.com>
88293
88294         Fix issues with filters and reflections
88295         https://bugs.webkit.org/show_bug.cgi?id=100308
88296
88297         Reviewed by Dirk Schulze.
88298
88299         Test composited filters inside a nested reflection.
88300
88301         * css3/filters/composited-reflected-expected.png: Added.
88302         * css3/filters/composited-reflected-expected.txt: Added.
88303         * css3/filters/composited-reflected.html: Added.
88304         * platform/mac/css3/filters/composited-reflected-expected.png: Added.
88305
88306 2012-10-30  Kenichi Ishibashi  <bashi@chromium.org>
88307
88308         Unreviewed test expectations update
88309
88310         * platform/chromium/TestExpectations:
88311
88312 2012-10-30  Kenichi Ishibashi  <bashi@chromium.org>
88313
88314         Unreviewed test update after r132969
88315
88316         Add alternate font family name (Courier New).
88317
88318         * fast/css/font-face-descending-unicode-range.html:
88319         * fast/css/font-face-download-error.html:
88320         * fast/css/font-face-unicode-range.html:
88321
88322 2012-10-30  Nico Weber  <thakis@chromium.org>
88323
88324         [chromium] Enable fast/images/exif-orientation-css.html
88325         https://bugs.webkit.org/show_bug.cgi?id=100767
88326
88327         Unreviewed, expectations-only change.
88328
88329         * platform/chromium/TestExpectations:
88330
88331 2012-10-30  Allan Sandfeld Jensen  <allan.jensen@digia.com>
88332
88333         DOM URL is flaky when workers are used
88334         https://bugs.webkit.org/show_bug.cgi?id=99178
88335
88336         Reviewed by Geoffrey Garen.
88337
88338         Test that the methods of the URL constructor are accesible from both main and worker threads.
88339
88340         * fast/workers/resources/worker-domurl.js: Added.
88341         (log):
88342         (onmessage):
88343         * fast/workers/worker-domurl-expected.txt: Added.
88344         * fast/workers/worker-domurl.html: Added.
88345
88346 2012-10-30  Hans Muller  <hmuller@adobe.com>
88347
88348         [CSS Exclusions] Multiple segment polygon layout does not get all segments
88349         https://bugs.webkit.org/show_bug.cgi?id=100039
88350
88351         Reviewed by Dirk Schulze.
88352
88353         Added tests for CSS Exclusion shape-inside polygons with horizontal edges.
88354         Corrected the simple-polygon.js code for computing a polygon's included intervals.
88355
88356         * fast/exclusions/resources/simple-polygon.js:
88357         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html: Added.
88358         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html: Added.
88359         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html: Added.
88360         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html: Added.
88361         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html:
88362         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html:
88363
88364 2012-10-30  Kenichi Ishibashi  <bashi@chromium.org>
88365
88366         local(Helvetica) in src descriptor prevent fallback
88367         https://bugs.webkit.org/show_bug.cgi?id=100446
88368
88369         Reviewed by Dan Bernstein.
88370
88371         Add alternate font family names to src descriptor of @font-face rules
88372         so that the change doesn't change the expectations of tests.
88373
88374         * fast/css/font-face-implicit-local-font.html:
88375         * fast/css/font-face-multiple-faces.html:
88376         * svg/custom/font-face-simple.svg:
88377
88378 2012-10-30  Rick Byers  <rbyers@chromium.org>
88379
88380         cssText for cursor property doesn't include hotspot
88381         https://bugs.webkit.org/show_bug.cgi?id=99530
88382
88383         Reviewed by Darin Adler.
88384
88385         Add simple test for parsing of CSS cursor property.
88386
88387         * fast/css/cursor-parsing-expected.txt: Added.
88388         * fast/css/cursor-parsing.html: Added.
88389
88390 2012-10-30  Roger Fong  <roger_fong@apple.com>
88391
88392         Unreviewed. Test should not be run on Apple Windows port: fast/images/exif-orientation-image-document.html
88393
88394         * platform/win/TestExpectations:
88395
88396 2012-10-30  Roger Fong  <roger_fong@apple.com>
88397
88398         Unreviewed. Skip another failing accessibility test on Windows: accessibility/svg-remote-element.html.
88399
88400         * platform/win/TestExpectations:
88401
88402 2012-10-30  Vincent Scheib  <scheib@chromium.org>
88403
88404         [chromium] Unreviewed: Additional webgl test suppression to go along with earlier ones.
88405         https://bugs.webkit.org/show_bug.cgi?id=100784
88406
88407         * platform/chromium/TestExpectations:
88408
88409 2012-10-30  W. James MacLean  <wjmaclean@chromium.org>
88410
88411         [chromium] Restrict link highlights to targets that display a hand-cursor
88412         https://bugs.webkit.org/show_bug.cgi?id=99862
88413
88414         Reviewed by James Robinson.
88415
88416         To avoid applying highlights to inappropriate targets, such as large divs with
88417         click handlers installed, test candidate targets and only highlight them if they
88418         would normally display a hand cursor on mouse over. This is a heuristic, but has
88419         been tested and found effective in practice.
88420
88421         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html:
88422
88423 2012-10-30  Vincent Scheib  <scheib@chromium.org>
88424
88425         [Chromium] Unreviwed suppression of 6 webgl tests.
88426         https://bugs.webkit.org/show_bug.cgi?id=100784
88427
88428         * platform/chromium/TestExpectations:
88429
88430 2012-10-30  Glenn Adams  <glenn@skynav.com>
88431
88432         [CSS] Expand -webkit-line-break value space
88433         https://bugs.webkit.org/show_bug.cgi?id=100739
88434
88435         Reviewed by Eric Seidel.
88436
88437         Change default (initial) value for -webkit-line-break to 'auto' to match CSS3 Text.
88438
88439         * fast/css/getComputedStyle/computed-style-expected.txt:
88440         Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.
88441
88442         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
88443         Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.
88444
88445         * svg/css/getComputedStyle-basic-expected.txt:
88446         Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.
88447
88448 2012-10-30  Robert Hogan  <robert@webkit.org>
88449
88450         white-space: nowrap inline element beside a floated element wraps incorrectly without trailing textnode/newline
88451         https://bugs.webkit.org/show_bug.cgi?id=29648
88452
88453         Reviewed by Levi Weintraub.
88454
88455         * fast/text/whitespace/no-wrap-child-in-auto-wrap-container-expected.html: Added.
88456         * fast/text/whitespace/no-wrap-child-in-auto-wrap-container.html: Added.
88457
88458 2012-10-30  Roger Fong  <roger_fong@apple.com>
88459
88460         Unreviewed. Some flaky http/security tests to add to the skip list.
88461         Bug tracking flaky security tests here: https://bugs.webkit.org/show_bug.cgi?id=95803.
88462
88463         * platform/win/TestExpectations:
88464
88465 2012-10-30  Simon Fraser  <simon.fraser@apple.com>
88466
88467         Skip tiled drawing tests on Lion, since the TiledCoreAnimationDrawingArea is only
88468         built for Mountain Lion and later.
88469
88470         * platform/mac-lion/TestExpectations:
88471
88472 2012-10-30  Rick Byers  <rbyers@chromium.org>
88473
88474         [touchadjustment] touch-links-longpress tests passes incorrectly
88475         https://bugs.webkit.org/show_bug.cgi?id=96810
88476
88477         Reviewed by Antonio Gomes.
88478
88479         Fix touch-links-longpress test to be consistent with touch-links-active.
88480         Now it's actually touching where we intended - at the center of the
88481         touch region identified instead of the top/left corner.  Also pass
88482         the width/height of the touch to EventSender in order to enable touch
88483         adjustment.
88484
88485         Also adds checks to verify that our touches are actually landing on
88486         or outside the element we're targetting as desired.
88487
88488         * touchadjustment/resources/touchadjustment.js:
88489         (findAbsoluteBounds): Update to support both inline and block nodes (clientHeight is 0 for inline nodes)
88490         * touchadjustment/touch-links-active.html: Use updated findAbsoluteBounds
88491         * touchadjustment/touch-links-longpress.html:
88492
88493 2012-10-30  Dan Bernstein  <mitz@apple.com>
88494
88495         <rdar://problem/12395187> REGRESSION (r121299): OS X Text Replacement forces cursor out of text fields
88496         https://bugs.webkit.org/show_bug.cgi?id=100768
88497
88498         Reviewed by Anders Carlsson.
88499
88500         * platform/mac/editing/spelling/autocorrection-in-textarea-expected.txt: Added.
88501         * platform/mac/editing/spelling/autocorrection-in-textarea.html: Added.
88502
88503 2012-10-30  Csaba Osztrogonác  <ossy@webkit.org>
88504
88505         [Qt] Unreviewed gardening, skip new crashing tests to paint the bot green.
88506
88507         * platform/qt/TestExpectations:
88508
88509 2012-10-30  Csaba Osztrogonác  <ossy@webkit.org>
88510
88511         [Qt][WK2] Unreviewed evening gardening, skip failing tests to paint the bot green.
88512
88513         * platform/qt-5.0-wk2/TestExpectations:
88514
88515 2012-10-30 Chris Fleizach  <cfleizach@apple.com>
88516
88517         AX: Support embedded SVG objects in AX tree
88518         https://bugs.webkit.org/show_bug.cgi?id=97571
88519
88520         Reviewed by Tim Horton.
88521
88522         Added a new test that links in an svg file. Accessibility of that remote svg file is tested.
88523         Test skipped on chromium until clickPoint() is implemented in DRT.
88524
88525         * accessibility/svg-remote-element.html: Added.
88526         * accessibility/resources/svg-face.svg: Added.
88527         * platform/chromium/TestExpectations:
88528         * platform/mac/accessibility/svg-remote-element-expected.txt: Added.
88529
88530 2012-10-30  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
88531
88532         [WK2][WTR] WebKitTestRunner needs testRunner.queueLoadHTMLString
88533         https://bugs.webkit.org/show_bug.cgi?id=100747
88534
88535         Reviewed by Kenneth Rohde Christiansen.
88536
88537         Unskipped http/tests/navigation/go-back-to-error-page.html for WK2 ports.
88538
88539         * platform/wk2/TestExpectations:
88540
88541 2012-10-30  Pavel Podivilov  <podivilov@google.com>
88542
88543         Unreviewed, rebaseline fast/sub-pixel/float-wrap-zoom.html.
88544
88545         * platform/chromium-mac-lion/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
88546         * platform/chromium-mac-snowleopard/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
88547         * platform/chromium-mac/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
88548
88549 2012-10-30  Jussi Kukkonen  <jussi.kukkonen@intel.com>
88550
88551         [EFL] Unreviewed, combine color profile failures to correct bug
88552         https://bugs.webkit.org/show_bug.cgi?id=100746
88553
88554         * platform/efl/TestExpectations:
88555
88556 2012-10-30  Emil A Eklund  <eae@chromium.org>
88557
88558         [subixel] Change LineWidth::shrinkAvailableWidthForNewFloatIfNeeded to not pixel snap
88559         https://bugs.webkit.org/show_bug.cgi?id=100742
88560
88561         Reviewed by Levi Weintraub.
88562
88563         Add test for wrapping when combining float and inline elements.
88564
88565         * fast/sub-pixel/float-wrap-zoom-expected.html: Added.
88566         * fast/sub-pixel/float-wrap-zoom.html: Added.
88567
88568 2012-10-30  Max Vujovic  <mvujovic@adobe.com>
88569
88570         [CSS Shaders] Reject vertex shaders with custom attributes
88571         https://bugs.webkit.org/show_bug.cgi?id=98973
88572
88573         Reviewed by Dean Jackson.
88574
88575         Add checks to verify:
88576         (1) Shaders with custom attributes do not execute (e.g. attribute float my_attribute;).
88577         (2) Shaders with a_triangleCoord defined do not execute with an attached mesh.
88578
88579         Note that in CSS Custom Filters, the a_triangleCoord attribute is only available in detached
88580         meshes. In detached meshes, no vertices are shared between triangles. Thus, each vertex
88581         belongs to a specific triangle, which a_triangleCoord identifies. In attached meshes,
88582         vertices can belong to many triangles, which a_triangleCoord cannot identify because it's
88583         only a vec3.
88584
88585         CSS Filters Spec, Vertex Attributes:
88586         https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#vertex-attribute-variables
88587
88588         * css3/filters/custom/invalid-custom-filter-attribute-types-expected.html:
88589         * css3/filters/custom/invalid-custom-filter-attribute-types.html:
88590             Add two checks for two new vertex shaders. Update the a_triangleCoord type check to use
88591             a detached mesh, so the vertex shader fails to validate because a_triangleCoord is
88592             defined with an incorrect type, not because it defines a_triangleCoord in an attached
88593             mesh.
88594         * css3/filters/resources/invalid-a-triangle-coord-with-attached-mesh.vs:
88595             Added. This vertex shader defines a_triangleCoord with the correct type. However, this
88596             shader is run with an an attached mesh, so it should not execute.
88597         * css3/filters/resources/invalid-custom-attribute.vs:
88598             Added. This vertex shader defines a custom attribute. The associated test verifies
88599             that it does not execute.
88600         * css3/filters/resources/invalid-type-a-mesh-coord.vs:
88601             Remove some empty lines to improve readability.
88602         * css3/filters/resources/invalid-type-a-position.vs: Ditto.
88603         * css3/filters/resources/invalid-type-a-tex-coord.vs: Ditto.
88604         * css3/filters/resources/invalid-type-a-triangle-coord.vs:
88605             Add a comment that this shader should be run with a detached mesh.
88606         * css3/filters/resources/invalid-type-attribute-array.vs:
88607             Remove some empty lines to improve readability.
88608         * css3/filters/resources/invalid-type-a-triangle-coord.vs: Ditto.
88609
88610 2012-10-30  Andrey Lushnikov  <lushnikov@google.com>
88611
88612         Web Inspector: adds isOwnProperty to remote protocol
88613         https://bugs.webkit.org/show_bug.cgi?id=100664
88614
88615         Reviewed by Pavel Feldman.
88616
88617         * inspector/runtime/runtime-getProperties-isOwnProperty-expected.txt: Added.
88618         * inspector/runtime/runtime-getProperties-isOwnProperty.html: Added.
88619
88620 2012-10-30  Pavel Podivilov  <podivilov@google.com>
88621
88622         Unreviewed, add baselines for exif-orientation-image-document.
88623
88624         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
88625         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
88626         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
88627         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
88628         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
88629
88630 2012-10-30  Pavel Podivilov  <podivilov@google.com>
88631
88632         Unrewieved, rebaseline audiobuffersource-loop-points.
88633
88634         * platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav: Renamed from LayoutTests/platform/chromium-win-xp/webaudio/audiobuffersource-loop-points-expected.wav.
88635
88636 2012-10-30  Kent Tamura  <tkent@chromium.org>
88637
88638         Fix crash by calendar picker or suggestion picker
88639         https://bugs.webkit.org/show_bug.cgi?id=100728
88640
88641         Reviewed by Hajime Morita.
88642
88643         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange-expected.txt: Added.
88644         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html: Added.
88645
88646 2012-10-30  Michelangelo De Simone  <michelangelo@webkit.org>
88647
88648         [CSS Shaders] Change the default compositing mode and the default CSS value for <fragmentShader>
88649         https://bugs.webkit.org/show_bug.cgi?id=94020
88650
88651         Reviewed by Dean Jackson.
88652
88653         Existing tests have been modified to update them to the new default
88654         compositing values (normal source-atop).
88655
88656         Also, the dummy empty shader has been removed: not needed.
88657
88658         * css3/filters/custom/custom-filter-property-computed-style-expected.txt:
88659         * css3/filters/custom/custom-filter-shader-cache.html:
88660         * css3/filters/custom/effect-custom-transform-parameters.html:
88661         * css3/filters/custom/effect-custom.html:
88662         * css3/filters/custom/filter-fallback-to-software.html:
88663         * css3/filters/resources/empty-shader.fs: Removed.
88664         * css3/filters/script-tests/custom-filter-property-computed-style.js:
88665
88666 2012-10-30  Zoltan Nyul  <zoltan.nyul@intel.com>
88667
88668         3d rotation with [0, 0, 0] direction vector should not be applied
88669         https://bugs.webkit.org/show_bug.cgi?id=100733
88670
88671         Reviewed by Levi Weintraub.
88672
88673         Add test for 3d rotation with [0, 0, 0] direction vector.
88674
88675         * transforms/3d/general/3dtransform-values-expected.txt:
88676         * transforms/3d/general/3dtransform-values.html:
88677
88678 2012-10-30  Kangil Han  <kangil.han@samsung.com>
88679
88680         [EFL][DRT] Bitmap should show whole view area.
88681         https://bugs.webkit.org/show_bug.cgi?id=100642
88682
88683         Reviewed by Gyuyoung Kim.
88684
88685         Unskip css sticky position as well as scroll and fixed position related test cases.
88686
88687         * platform/efl-wk1/TestExpectations:
88688
88689 2012-10-30  Byungwoo Lee  <bw80.lee@samsung.com>
88690
88691         [EFL][WK2] Unskip sputnik flaky tests.
88692         https://bugs.webkit.org/show_bug.cgi?id=100732
88693
88694         Unreviewed, EFL gardening.
88695
88696         These tests are always passing now.
88697
88698         sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A5.html
88699         sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A6.html
88700         sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.html
88701         sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.4_T2.html
88702         sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2.html
88703         sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2.html
88704
88705         * platform/efl-wk2/TestExpectations:
88706
88707 2012-10-30  Nico Weber  <thakis@chromium.org>
88708
88709         Add a test for reading exif orientation off image documents
88710         https://bugs.webkit.org/show_bug.cgi?id=100698
88711
88712         Reviewed by Eric Seidel.
88713
88714         fast/images/exif-orientation.html tests <img> elements, but image documents were untested previously.
88715
88716         * fast/images/exif-orientation-image-document.html: Added.
88717         * platform/chromium/TestExpectations:
88718         * platform/chromium/fast/images/exif-orientation-image-document-expected.txt: Added.
88719
88720 2012-10-29  Csaba Osztrogonác  <ossy@webkit.org>
88721
88722         Unreviewed, rolling out r132819.
88723         http://trac.webkit.org/changeset/132819
88724         https://bugs.webkit.org/show_bug.cgi?id=100388
88725
88726         It made layout testing 40% slower and storage tests assert
88727
88728         * platform/qt/TestExpectations:
88729
88730 2012-10-25  Stephen Chenney  <schenney@chromium.org>
88731
88732         feImage should not be allowed to self reference
88733         https://bugs.webkit.org/show_bug.cgi?id=94652
88734
88735         Reviewed by Eric Seidel.
88736
88737         Additional test case for situations when the filter is applied to multiple objects that it also references.
88738
88739         * svg/filters/feImage-self-and-other-referencing-expected.html: Added.
88740         * svg/filters/feImage-self-and-other-referencing.html: Added.
88741
88742 2012-10-29  Michael Saboff  <msaboff@apple.com>
88743
88744         Non-special escape character sequences cause JSC::Lexer::parseString to create 16 bit strings
88745         https://bugs.webkit.org/show_bug.cgi?id=100576
88746
88747         Reviewed by Darin Adler.
88748
88749         Added a new test to validated the behavior of the corresponding changes to string processing
88750         in the Lexer.
88751
88752         * fast/js/normal-character-escapes-in-string-literals-expected.txt: Added.
88753         * fast/js/normal-character-escapes-in-string-literals.html: Added.
88754         * fast/js/script-tests/normal-character-escapes-in-string-literals.js: Added.
88755
88756 2012-10-29  Roger Fong  <roger_fong@apple.com>
88757
88758         Unreviewed. Feature introduced in r132708 is chromium only. Skipping related tests.
88759
88760         * platform/win/TestExpectations:
88761
88762 2012-10-29  Adam Barth  <abarth@webkit.org>
88763
88764         Block SVG external references pending a security review
88765         https://bugs.webkit.org/show_bug.cgi?id=100635
88766
88767         Reviewed by Eric Seidel.
88768
88769         Skip tests that depend on external SVG references.
88770
88771         * platform/chromium/TestExpectations:
88772
88773 2012-10-29  Chris Rogers  <crogers@google.com>
88774
88775         Unreviewed rebaseline of webaudio/audiobuffersource-loop-points
88776
88777         * platform/chromium-win-xp/webaudio/audiobuffersource-loop-points-expected.wav: Added.
88778         * platform/chromium-win/webaudio/audiobuffersource-loop-points-expected.wav: Added.
88779
88780 2012-10-29  Alpha Lam  <hclam@chromium.org>
88781
88782         [skia] Handle mask box image.
88783         https://bugs.webkit.org/show_bug.cgi?id=100570
88784
88785         Reviewed by James Robinson.
88786
88787         Added a test for -webkit-mask-box-image. Test should complete without crashes.
88788         Output image should be blank.
88789
88790         * fast/images/mask-box-image-crash-expected.png: Added.
88791         * fast/images/mask-box-image-crash-expected.txt: Added.
88792         * fast/images/mask-box-image-crash.html: Added.
88793
88794 2012-10-29  David Barton  <dbarton@mathscribe.com>
88795
88796         Unreviewed gardening. LayoutTests/mathml/msubsup-fuzz.html passes locally but not on
88797         cr-linux-ews. I need to see a stack trace to debug it. See webkit.org/b/100463.
88798
88799         * mathml/msubsup-fuzz-expected.txt: Added.
88800         * mathml/msubsup-fuzz.html: Added.
88801         * platform/chromium/TestExpectations:
88802         * platform/efl/TestExpectations:
88803         * platform/gtk/TestExpectations:
88804         * platform/mac/TestExpectations:
88805
88806 2012-10-29  Justin Novosad  <junov@google.com>
88807
88808         [Chromium] flickering observed when copying 2D canvas to webGL texture
88809         https://bugs.webkit.org/show_bug.cgi?id=100691
88810
88811         Reviewed by Stephen White.
88812
88813         Modified test by adding a canvas draw imediately after webgl texture
88814         upload in order to exercise graphics context synchronization between
88815         the webGL and 2D canvas graphics contexts.
88816
88817         * fast/canvas/webgl/canvas-2d-webgl-texture.html:
88818
88819 2012-10-29  Glenn Adams  <glenn@skynav.com>
88820        
88821         [CSSOM] Extraneous whitespace in CSSImportRule.cssText
88822         https://bugs.webkit.org/show_bug.cgi?id=100657
88823
88824         Reviewed by Simon Fraser.
88825
88826         Test (from CSS WG) that checks serializion of CSSImportRule.cssText.
88827
88828         * http/tests/css/shared-stylesheet-mutation-expected.txt:
88829         * http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt:
88830         Fix expected output to match removal of extraneous space.
88831
88832         * cssom/cssimportrule-media-expected.txt: Added.
88833         * cssom/cssimportrule-media.html: Added.
88834         * cssom/resources/import.css: Added.
88835
88836 2012-10-29  Zan Dobersek  <zandobersek@gmail.com>
88837
88838         Unreviewed GTK gardening.
88839
88840         Adding flaky crash expectations for tests that crash after r132699
88841         if the accessibility object cache is populated.
88842
88843         * platform/gtk/TestExpectations:
88844
88845 2012-10-29  Christophe Dumez  <christophe.dumez@intel.com>
88846
88847         [EFL] Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html test case
88848         https://bugs.webkit.org/show_bug.cgi?id=100687
88849
88850         Unreviewed EFL gardening.
88851
88852         Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html test case
88853         since it is intrinsically flaky and cannot be fixed.
88854
88855         * platform/efl/TestExpectations:
88856
88857 2012-10-29  Allan Sandfeld Jensen  <allan.jensen@digia.com>
88858
88859         [Qt] Flaky security tests
88860         https://bugs.webkit.org/show_bug.cgi?id=100388
88861
88862         Reviewed by Jocelyn Turcotte.
88863
88864         Unskip no longer flaky tests.
88865
88866         * platform/qt/TestExpectations:
88867
88868 2012-10-29  Christophe Dumez  <christophe.dumez@intel.com>
88869
88870         [WK2][WKTR] Enable Shadow DOM at runtime if compiled with SHADOW_DOM support
88871         https://bugs.webkit.org/show_bug.cgi?id=100668
88872
88873         Reviewed by Kenneth Rohde Christiansen.
88874
88875         Remove Shadow DOM layout tests from the global wk2 TestExpectations
88876         and add it to the mac-wk2 one. EFL and GTK ports have Shadow DOM
88877         enabled so they don't need to be skipped for those ports. The Qt port
88878         is already skipping those tests in its global TestExpectations file.
88879
88880         * platform/efl-wk2/TestExpectations:
88881         * platform/mac-wk2/TestExpectations:
88882         * platform/wk2/TestExpectations:
88883
88884 2012-10-29  Csaba Osztrogonác  <ossy@webkit.org>
88885
88886         [Qt] Text with zero font size renders as X px sometimes, causing fast/text/zero-font-size-2.html to fail
88887         https://bugs.webkit.org/show_bug.cgi?id=100115
88888
88889         Reviewed by Noam Rosenthal.
88890
88891         * platform/qt/TestExpectations: Unskip fast/text/zero-font-size-2.html.
88892
88893 2012-10-29  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
88894
88895         [EFL][WK2] REGRESSION(r132342): fast/events/frame-tab-focus.html fails
88896         https://bugs.webkit.org/show_bug.cgi?id=100646
88897
88898         Reviewed by Kenneth Rohde Christiansen.
88899
88900         * platform/efl-wk2/TestExpectations: Unskip
88901         fast/events/frame-tab-focus.html.
88902
88903 2012-10-29  Michelangelo De Simone  <michelangelo@webkit.org>
88904
88905         [CSS Shaders] Implement CustomFilterArrayParameter::blend
88906         https://bugs.webkit.org/show_bug.cgi?id=96437
88907
88908         Reviewed by Dean Jackson.
88909
88910         New tests to asses the correctness of CustomFilterArrayParameter::blend.
88911         
88912         * animations/resources/animation-test-helpers.js:
88913         (customFilterParameterMatch): A check for functions' parameters length has been added.
88914         * css3/filters/custom/custom-filter-array-blending-expected.txt: Added.
88915         * css3/filters/custom/custom-filter-array-blending.html: Added.
88916
88917 2012-10-29  Sheriff Bot  <webkit.review.bot@gmail.com>
88918
88919         Unreviewed, rolling out r132782.
88920         http://trac.webkit.org/changeset/132782
88921         https://bugs.webkit.org/show_bug.cgi?id=100653
88922
88923         It made 400+ tests fail and 180 tests flakey on Qt (Requested
88924         by Ossy on #webkit).
88925
88926         * platform/qt/TestExpectations:
88927
88928 2012-10-29  Allan Sandfeld Jensen  <allan.jensen@digia.com>
88929
88930         [Qt] Flaky security tests
88931         https://bugs.webkit.org/show_bug.cgi?id=100388
88932
88933         Reviewed by Jocelyn Turcotte.
88934
88935         Unskip no longer flaky tests.
88936
88937         * platform/qt/TestExpectations:
88938
88939 2012-10-29  Pavel Podivilov  <podivilov@google.com>
88940
88941         [Chromium] Test expectation update.
88942
88943         Unreviewed, mark recently added audiobuffersource-loop-points.html test as failing on windows.
88944
88945         * platform/chromium/TestExpectations:
88946
88947 2012-10-29  Kent Tamura  <tkent@chromium.org>
88948
88949         [Chromium] Test expectation update.
88950         https://bugs.webkit.org/show_bug.cgi?id=99818
88951
88952         The failure of month-multiple-fields-keyboard-events.html on SnowLeopard
88953         and XP is expected.
88954
88955         - OS X SnowLeopard
88956           The month forma is "yyyy MMMM" on SnowLoepard though it's "MMMM yyyy"
88957           on other platforms.
88958
88959         - Windows XP
88960           It doesn't support the lang-attribute-aware-form-control-UI testing
88961         feature.
88962
88963         * 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.
88964         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
88965         * platform/chromium/TestExpectations:
88966
88967 2012-10-29  Christophe Dumez  <christophe.dumez@intel.com>
88968
88969         [EFL] Skip 2 tests failing due to missing drag'n drop support
88970         https://bugs.webkit.org/show_bug.cgi?id=100638
88971
88972         Unreviewed EFL gardening.
88973
88974         Skip 2 test cases failing due to missing drag'n drop support
88975         in EFL port.
88976
88977         * platform/efl/TestExpectations:
88978
88979 2012-10-29  Christophe Dumez  <christophe.dumez@intel.com>
88980
88981         [EFL] Skip 2 jquery tests crashing after r132757
88982         https://bugs.webkit.org/show_bug.cgi?id=100637
88983
88984         Unreviewed EFL gardening.
88985
88986         Skip 2 jquery test cases that started crashing after
88987         r132757.
88988
88989         * platform/efl/TestExpectations:
88990
88991 2012-10-29  Alexander Pavlov  <apavlov@chromium.org>
88992
88993         Web Inspector: [Styles] Handle non-parsedOk properties as inactive ones
88994         https://bugs.webkit.org/show_bug.cgi?id=100119
88995
88996         Reviewed by Vsevolod Vlasov.
88997
88998         * http/tests/inspector/elements-test.js:
88999         (initialize_ElementTest.InspectorTest.dumpStyleTreeItem):
89000         * inspector/styles/inactive-properties-expected.txt: Added.
89001         * inspector/styles/inactive-properties.html: Added.
89002
89003 2012-10-29  Nandor Huszka  <hnandor@inf.u-szeged.hu>
89004
89005         [Qt] Unreviewed gardening.
89006
89007         Skip some tests because SHADOW_DOM is disabled on Qt.
89008         Unskip another one that doesn't exist already.
89009
89010         * platform/qt/TestExpectations:
89011
89012 2012-10-28  Shinya Kawanaka  <shinyak@chromium.org>
89013
89014         The shadow element is not reprojected to a nested ShadowRoot.
89015         https://bugs.webkit.org/show_bug.cgi?id=99228
89016
89017         Reviewed by Dimitri Glazkov.
89018
89019         * fast/dom/shadow/composed-shadow-tree-walker-shadow-reprojection-expected.txt: Added.
89020         * fast/dom/shadow/composed-shadow-tree-walker-shadow-reprojection.html: Added. A walker test case for elements distributed
89021         to shadow element are reprojected.
89022         * fast/dom/shadow/composed-shadow-tree-walker.html:
89023         * fast/dom/shadow/content-reprojection-complex.html:
89024         * fast/dom/shadow/content-reprojection-fallback-expected.html:
89025         * fast/dom/shadow/content-reprojection-fallback-reprojection-expected.html:
89026         * fast/dom/shadow/shadow-reprojection-click-expected.txt: Added.
89027         * fast/dom/shadow/shadow-reprojection-click.html: Added. Does some interactive with a shadow-reprojected node.
89028         * fast/dom/shadow/shadow-reprojection-dynamic-expected.html: Added.
89029         * fast/dom/shadow/shadow-reprojection-dynamic.html: Added. Adds dynamically elements shadow-reprojected.
89030         * fast/dom/shadow/shadow-reprojection-expected.html: Added.
89031         * fast/dom/shadow/shadow-reprojection-fallback-expected.html: Added.
89032         * fast/dom/shadow/shadow-reprojection-fallback.html: Added. A test case for fallback elements of a shadow element
89033         are reprojected.
89034         * fast/dom/shadow/shadow-reprojection-prohibited-expected.html: Removed.
89035         * fast/dom/shadow/shadow-reprojection-prohibited.html: Removed.
89036         * fast/dom/shadow/shadow-reprojection.html: Added. A basic test case.
89037         * fast/dom/shadow/shadow-reprojection2-expected.html: Added.
89038         * fast/dom/shadow/shadow-reprojection2.html: Added. Another basic test case.
89039
89040 2012-10-28  Kunihiko Sakamoto  <ksakamoto@chromium.org>
89041
89042         Webkit adds a boundary to the Content-Type: text/plain POST header
89043         https://bugs.webkit.org/show_bug.cgi?id=100445
89044
89045         Reviewed by Kent Tamura.
89046
89047         Fixed test failure and added a test case for Content-Type header.
89048
89049         * http/tests/misc/form-post-textplain-expected.txt:
89050         * http/tests/misc/form-post-textplain.html:
89051         * http/tests/misc/resources/form-post-textplain.php:
89052         Added a test case for testing Content-Type POST header.
89053         Also fixed existing test case that attempted to test newline in the input value.
89054         LF in the input value is replaced with CRLF durling the construction of the form data set.
89055
89056 2012-10-28  Kent Tamura  <tkent@chromium.org>
89057
89058         [Chromium] Test expectation update
89059
89060         Rebaseline for http://trac.webkit.org/changeset/132753
89061
89062         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
89063         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
89064         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
89065         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
89066         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
89067
89068 2012-10-28  Sheriff Bot  <webkit.review.bot@gmail.com>
89069
89070         Unreviewed, rolling out r132696.
89071         http://trac.webkit.org/changeset/132696
89072         https://bugs.webkit.org/show_bug.cgi?id=100609
89073
89074         Needs a bit more clean-up on Chrome Web UI side. (Requested by
89075         dglazkov on #webkit).
89076
89077         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
89078         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
89079         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
89080         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
89081         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
89082         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
89083         * fast/forms/pseudo-elements-expected.html: Removed.
89084         * fast/forms/pseudo-elements.html: Removed.
89085         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
89086         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
89087         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
89088         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
89089         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
89090         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
89091         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
89092         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
89093         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
89094         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
89095         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
89096         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
89097         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
89098         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
89099         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
89100         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
89101         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
89102         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
89103         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
89104         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
89105         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
89106         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
89107         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
89108         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
89109         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
89110         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
89111
89112 2012-10-28  Kent Tamura  <tkent@chromium.org>
89113
89114         [Chromium] Test expectation update
89115         https://bugs.webkit.org/show_bug.cgi?id=100128
89116
89117         Rebaseline for http://trac.webkit.org/changeset/132718 and crrev.com/164515.
89118
89119         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
89120         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
89121         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
89122         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
89123         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
89124         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
89125         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
89126         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
89127         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
89128         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
89129         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
89130         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
89131         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
89132         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
89133         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
89134         * platform/chromium/TestExpectations:
89135
89136 2012-10-28  Csaba Osztrogonác  <ossy@webkit.org>
89137
89138         [Qt] Unreviewed weekend gardening, skip a failing test, update expected files.
89139
89140         * platform/qt-5.0-wk2/TestExpectations:
89141         * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Added.
89142         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
89143         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
89144         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added.
89145         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-basic-expected.txt: Added.
89146         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback1-expected.txt: Added.
89147
89148 2012-10-27  Noam Rosenthal  <noam.rosenthal@nokia.com>
89149
89150         Coordinated Graphics: Animation jerkiness when rAF is enabled
89151         https://bugs.webkit.org/show_bug.cgi?id=100536
89152
89153         Reviewed by Kenneth Rohde Christiansen.
89154
89155         Added a test to make sure we don't respond too eagerly to requestAnimationFrame.
89156
89157         * fast/animation/request-animation-frame-too-rapid-expected.txt: Added.
89158         * fast/animation/request-animation-frame-too-rapid.html: Added.
89159         * fast/animation/script-tests/request-animation-frame-too-rapid.js: Added.
89160
89161 2012-10-27  David Barton  <dbarton@mathscribe.com>
89162
89163         [MathML] Improve some addChild methods
89164         https://bugs.webkit.org/show_bug.cgi?id=98791
89165
89166         Reviewed by Eric Seidel.
89167
89168         * mathml/presentation/dynamic-expected.html: Added.
89169         * mathml/presentation/dynamic.html: Added.
89170
89171 2012-10-27  Balazs Kelemen  <kbalazs@webkit.org>
89172
89173         Unreviewed gardening.
89174
89175         Removing my garbage, now from svn.
89176
89177         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png: Removed.
89178
89179 2012-10-27  Balazs Kelemen  <kbalazs@webkit.org>
89180
89181         Unreviewed gardening.
89182
89183         Added one more png to a wrong path in my previous commit, removing it and hoping that
89184         the directory will not stay in svn.
89185
89186         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Removed.
89187
89188 2012-10-27  Levi Weintraub  <leviw@chromium.org>
89189
89190         Background images can incorrectly repeat with sub-pixel layout
89191         https://bugs.webkit.org/show_bug.cgi?id=94622
89192
89193         Reviewed by Emil A Eklund.
89194
89195         * fast/sub-pixel/scaled-background-image-expected.html: Added.
89196         * fast/sub-pixel/scaled-background-image.html: Added.
89197
89198 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
89199
89200         [Qt] Pixel tests need rebaseline
89201         https://bugs.webkit.org/show_bug.cgi?id=99323
89202
89203         Unreviewed gardening.
89204
89205         Reland Qt-WebKit2 new expectations part 2 with fixed paths.
89206
89207         * platform/qt-5.0-wk2/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
89208         * platform/qt-5.0-wk2/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
89209         * platform/qt-5.0-wk2/fullscreen/full-screen-stacking-context-expected.png: Added.
89210         * platform/qt-5.0-wk2/fullscreen/full-screen-zIndex-after-expected.png: Added.
89211         * platform/qt-5.0-wk2/fullscreen/full-screen-zIndex-expected.png: Added.
89212         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png: Added.
89213         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png: Added.
89214         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png: Added.
89215         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png: Added.
89216         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png: Added.
89217         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png: Added.
89218         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
89219         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Added.
89220         * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added.
89221         * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png: Added.
89222         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png: Added.
89223         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added.
89224         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added.
89225         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png: Added.
89226         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png: Added.
89227         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
89228         * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png: Added.
89229         * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png: Added.
89230         * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png: Added.
89231         * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png: Added.
89232         * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png: Added.
89233         * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png: Added.
89234
89235 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
89236
89237         [Qt] Pixel tests need rebaseline
89238         https://bugs.webkit.org/show_bug.cgi?id=99323
89239
89240         Unreviewed gardening.
89241
89242         Reland Qt-WebKit2 new expectations part 1 with fixed paths.
89243
89244         * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Added.
89245         * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Added.
89246         * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Added.
89247         * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Added.
89248         * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Added.
89249         * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Added.
89250         * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Added.
89251         * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
89252         * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
89253         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
89254         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Added.
89255         * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
89256         * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
89257         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
89258         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Added.
89259         * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Added.
89260         * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
89261         * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Added.
89262         * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Added.
89263         * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Added.
89264         * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Added.
89265         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
89266         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
89267         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
89268         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
89269         * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png: Added.
89270         * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png: Added.
89271         * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png: Added.
89272         * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
89273         * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
89274         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png: Added.
89275         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png: Added.
89276         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png: Added.
89277         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
89278         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
89279         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
89280         * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png: Added.
89281         * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Added.
89282         * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Added.
89283         * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Added.
89284         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Added.
89285         * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Added.
89286         * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
89287         * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
89288         * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
89289         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
89290         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png: Added.
89291         * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Added.
89292         * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
89293         * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
89294         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
89295         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
89296         * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
89297         * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Added.
89298         * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
89299         * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Added.
89300         * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added.
89301         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added.
89302         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added.
89303         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added.
89304         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added.
89305         * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Added.
89306         * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Added.
89307         * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
89308         * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Added.
89309         * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
89310         * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
89311         * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
89312         * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
89313         * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
89314         * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Added.
89315         * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
89316         * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
89317         * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Added.
89318
89319 2012-10-27  Tony Chang  <tony@chromium.org>
89320
89321         Remove internals shouldDisplayTrackKind methods; these are also on internals.settings
89322         https://bugs.webkit.org/show_bug.cgi?id=100564
89323
89324         Reviewed by Adam Barth.
89325
89326         Update tests to use the internals.settings method.
89327
89328         * media/track/track-language-preference-expected.txt:
89329         * media/track/track-language-preference.html:
89330         * media/track/track-prefer-captions-expected.txt:
89331         * media/track/track-prefer-captions.html:
89332
89333 2012-10-26  Philip Rogers  <pdr@google.com>
89334
89335         Prevent NaN offset values in ElementTimeControl.
89336         https://bugs.webkit.org/show_bug.cgi?id=100322
89337
89338         Reviewed by Abhishek Arya.
89339
89340         * svg/custom/elementTimeControl-nan-crash-expected.txt: Added.
89341         * svg/custom/elementTimeControl-nan-crash.html: Added.
89342
89343 2012-10-26  Csaba Osztrogonác  <ossy@webkit.org>
89344
89345         [Qt] Unreviewed weekend gardening, skip new failing tests.
89346
89347         * platform/qt/TestExpectations:
89348
89349 2012-10-26  Chris Rogers  <crogers@google.com>
89350
89351         Implement AudioBufferSourceNode .loopStart and .loopEnd attributes
89352         https://bugs.webkit.org/show_bug.cgi?id=100170
89353
89354         Reviewed by Kenneth Russell.
89355
89356         * webaudio/audiobuffersource-loop-comprehensive-expected.txt: Added.
89357         * webaudio/audiobuffersource-loop-comprehensive.html: Added.
89358         * webaudio/audiobuffersource-loop-points-expected.wav: Added.
89359         * webaudio/audiobuffersource-loop-points.html: Added.
89360
89361 2012-10-26  Kent Tamura  <tkent@chromium.org>
89362
89363         [Chromium] Test expectation update.
89364
89365         Rebaseline for recent forms changes.
89366
89367         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
89368         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
89369         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
89370         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
89371         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
89372         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
89373         * platform/chromium/TestExpectations:
89374
89375 2012-10-26  Daniel Cheng  <dcheng@chromium.org>
89376
89377         dragover's default action should prevent drop for file drags
89378         https://bugs.webkit.org/show_bug.cgi?id=79173
89379
89380         Reviewed by Tony Chang.
89381
89382         * fast/dom/shadow/drop-event-in-shadow.html:
89383             Added dragover handler as required by the HTML specification.
89384         * fast/events/input-element-display-none-in-dragleave-crash.html:
89385             Added dragover handler as required by the HTML specification.
89386         * fast/events/only-valid-drop-targets-receive-file-drop-expected.txt: Added.
89387         * fast/events/only-valid-drop-targets-receive-file-drop.html: Added.
89388         * http/tests/security/clipboard/clipboard-file-access.html:
89389             Added dragover handler as required by the HTML specification.
89390
89391 2012-10-26  Anders Carlsson  <andersca@apple.com>
89392
89393         Crash when making NPRuntime calls with a null NPP pointer
89394         https://bugs.webkit.org/show_bug.cgi?id=100569
89395
89396         Reviewed by Darin Adler.
89397
89398         Add new tests.
89399
89400         * plugins/npruntime/npruntime-calls-with-null-npp-expected.txt: Added.
89401         * plugins/npruntime/npruntime-calls-with-null-npp.html: Added.
89402
89403 2012-10-26  Vincent Scheib  <scheib@chromium.org>
89404
89405         Unreviewed, rolling out r132702.
89406         http://trac.webkit.org/changeset/132702
89407         https://bugs.webkit.org/show_bug.cgi?id=100322
89408
89409         Compile error on Chromium Linux dbg builder (and others)
89410
89411         * svg/custom/elementTimeControl-nan-crash-expected.txt: Removed.
89412         * svg/custom/elementTimeControl-nan-crash.html: Removed.
89413
89414 2012-10-26  Tony Chang  <tony@chromium.org>
89415
89416         [chromium] Unreviewed, remove one more test that consistently passes according to the flakiness dashboard.
89417
89418         * platform/chromium/TestExpectations:
89419
89420 2012-10-26  Tony Chang  <tony@chromium.org>
89421
89422         [chromium] Unreviewed, remove tests that consistently pass.
89423
89424         * platform/chromium-mac-mountainlion/TestExpectations: Some tests still need 10.8 baselines. Add them to this file.
89425         * platform/chromium/TestExpectations:
89426
89427 2012-10-26  Philip Rogers  <pdr@google.com>
89428
89429         Prevent NaN offset values in ElementTimeControl.
89430         https://bugs.webkit.org/show_bug.cgi?id=100322
89431
89432         Reviewed by Abhishek Arya.
89433
89434         * svg/custom/elementTimeControl-nan-crash-expected.txt: Added.
89435         * svg/custom/elementTimeControl-nan-crash.html: Added.
89436
89437 2012-10-26  Tony Chang  <tony@chromium.org>
89438
89439         Move non-Settings Inspector methods from internals.settings to internals
89440         https://bugs.webkit.org/show_bug.cgi?id=100392
89441
89442         Reviewed by Adam Barth.
89443
89444         Update tests to use internals.setJavaScriptProfilingEnabled instead of internals.settings.setJavaScriptProfilingEnabled.
89445         Update tests to use internals.setInspectorResourcesDataSizeLimits instead of internals.settings.setInspectorResourcesDataSizeLimits.
89446
89447         * fast/profiler/anonymous-event-handler.html:
89448         * fast/profiler/anonymous-function-called-from-different-contexts.html:
89449         * fast/profiler/anonymous-function-calls-built-in-functions.html:
89450         * fast/profiler/anonymous-function-calls-eval.html:
89451         * fast/profiler/anonymous-functions-with-display-names.html:
89452         * fast/profiler/apply.html:
89453         * fast/profiler/built-in-function-calls-anonymous.html:
89454         * fast/profiler/built-in-function-calls-user-defined-function.html:
89455         * fast/profiler/call-register-leak.html:
89456         * fast/profiler/call.html:
89457         * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope.html:
89458         * fast/profiler/compare-multiple-profiles.html:
89459         * fast/profiler/constructor.html:
89460         * fast/profiler/dead-time.html:
89461         * fast/profiler/document-dot-write.html:
89462         * fast/profiler/event-handler.html:
89463         * fast/profiler/execution-context-and-eval-on-same-line.html:
89464         * fast/profiler/inline-event-handler.html:
89465         * fast/profiler/many-calls-in-the-same-scope.html:
89466         * fast/profiler/multiple-and-different-scoped-anonymous-function-calls.html:
89467         * fast/profiler/multiple-and-different-scoped-function-calls.html:
89468         * fast/profiler/multiple-anonymous-functions-called-from-the-same-function.html:
89469         * fast/profiler/multiple-frames.html:
89470         * fast/profiler/named-functions-with-display-names.html:
89471         * fast/profiler/nested-anonymous-functon.html:
89472         * fast/profiler/nested-start-and-stop-profiler.html:
89473         * fast/profiler/no-execution-context.html:
89474         * fast/profiler/one-execution-context.html:
89475         * fast/profiler/profile-calls-in-included-file.html:
89476         * fast/profiler/profile-with-no-title.html:
89477         * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html:
89478         * fast/profiler/profiling-from-a-nested-location.html:
89479         * fast/profiler/simple-event-call.html:
89480         * fast/profiler/simple-no-level-change.html:
89481         * fast/profiler/start-and-stop-profiler-multiple-times.html:
89482         * fast/profiler/start-and-stop-profiling-in-the-same-function.html:
89483         * fast/profiler/start-but-dont-stop-profiling.html:
89484         * fast/profiler/stop-profiling-after-setTimeout.html:
89485         * fast/profiler/stop-then-function-call.html:
89486         * fast/profiler/two-execution-contexts.html:
89487         * fast/profiler/user-defined-function-calls-built-in-functions.html:
89488         * fast/profiler/window-dot-eval.html:
89489         * http/tests/inspector/network-test.js:
89490         (resetInspectorResourcesData):
89491         * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html:
89492         * http/tests/inspector/network/network-content-replacement-embed.html:
89493         * http/tests/inspector/network/network-content-replacement-xhr.html:
89494         * inspector/profiler/cpu-profiler-profiling-without-inspector.html:
89495
89496 2012-10-26  Dominic Mazzoni  <dmazzoni@google.com>
89497
89498         AX: Notification should be sent when accessibilityIsIgnored changes
89499         https://bugs.webkit.org/show_bug.cgi?id=99547
89500
89501         Reviewed by Chris Fleizach.
89502
89503         Adds 3 new test to ensure:
89504         1. A "children changed" notification is fired on the parent object when an
89505            object that was previously ignored becomes unignored.
89506         2. A notification is sent when an element's text (incl. title or label) changes.
89507         3. A notification is sent when another ARIA attribute changes.
89508
89509         Modifies add-to-menu-list-crashes because it was too brittle; it was
89510             referencing a stale object rather than retrieving its latest handle.
89511         Modifies aria-checkbox-sends-notification to listen on the correct
89512             object on all platforms.
89513         Simplifies notification-listeners so it doesn't generate additional
89514             notifications that are inconsistent between platforms now.
89515
89516         * accessibility/aria-checkbox-sends-notification.html:
89517         * accessibility/notification-listeners.html:
89518         * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
89519         * platform/chromium/accessibility/add-to-menu-list-crashes.html:
89520         * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Added.
89521         * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Added.
89522         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Added.
89523         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Added.
89524         * platform/chromium/accessibility/text-change-notification-expected.txt: Added.
89525         * platform/chromium/accessibility/text-change-notification.html: Added.
89526
89527 2012-10-26  Vincent Scheib  <scheib@chromium.org>
89528
89529         Generated should not be supported for things with a shadow
89530         https://bugs.webkit.org/show_bug.cgi?id=98836
89531
89532         Unreviewed rollout of rollout of http://trac.webkit.org/changeset/132269.
89533         Initial rollout was speculative and was shown not to be related to crashes.
89534         Change author: Elliott Sprehn  <esprehn@chromium.org>
89535
89536         Change all pseudos on <input> tests to be ref tests and clean up the tests.
89537         They now make sure we don't support generated content on things with a shadow.
89538         Also added another test for the other form control types to ensure they don't
89539         support pseudos either.
89540
89541         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Added.
89542         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
89543         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
89544         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Added.
89545         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
89546         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
89547         * fast/forms/pseudo-elements-expected.html: Added.
89548         * fast/forms/pseudo-elements.html: Added.
89549         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Added.
89550         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
89551         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
89552         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Added.
89553         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
89554         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
89555         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
89556         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
89557         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
89558         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
89559         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
89560         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
89561         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
89562         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
89563         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
89564         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
89565         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
89566         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
89567         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
89568         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
89569         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
89570         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
89571         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
89572         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
89573         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
89574         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
89575
89576 2012-10-26  Aaron Colwell  <acolwell@chromium.org>
89577
89578         Remove Chromium specific expectations for video-media-source-add-and-remove-buffers.html
89579         https://bugs.webkit.org/show_bug.cgi?id=100160
89580
89581         Reviewed by Adam Barth.
89582
89583         The common expectations just reflected a bug in Chromium. The bug has been fixed and the common expectations
89584         have been updated to reflect the correct behavior.
89585
89586         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
89587         * platform/chromium/http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: Removed.
89588
89589 2012-10-26  Bear Travis  <betravis@adobe.com>
89590
89591         [CSS Exclusions] Block children have incorrect offset when shape-inside element lays out below other elements
89592         https://bugs.webkit.org/show_bug.cgi?id=98189
89593
89594         Reviewed by Dirk Schulze.
89595
89596         Test that block content in subsequent shape-insides lays out correctly. Introducing a script
89597         that can eventually be used to simplify the rectangle cases.
89598
89599         * fast/exclusions/resources/simple-rectangle.js: Added.
89600         (createRectangleTest): Generate a shape-inside rectangle test using the given parameters.
89601         (createRectangleTestResult): Generate a shape-inside rectangle expected result using
89602         the given parameters.
89603         * fast/exclusions/shape-inside/shape-inside-subsequent-blocks-expected.html: Added.
89604         * fast/exclusions/shape-inside/shape-inside-subsequent-blocks.html: Added.
89605
89606 2012-10-26  Dirk Schulze  <krit@webkit.org>
89607
89608         -webkit-clip-path property should just reference clipPath
89609         https://bugs.webkit.org/show_bug.cgi?id=100531
89610
89611         Reviewed by Eric Seidel.
89612
89613         Check that anther SVG resource like mask can not be referenced as clipPath.
89614
89615         * css3/masking/clip-path-reference-of-fake-clipPath-expected.txt: Added.
89616         * css3/masking/clip-path-reference-of-fake-clipPath.html: Added.
89617
89618 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
89619
89620         webkitpy: Pass the `Listen' Apache directive from webkitpy, not the httpd.conf files.
89621         https://bugs.webkit.org/show_bug.cgi?id=98602
89622
89623         Reviewed by Dirk Pranke.
89624
89625         * http/conf/apache2-debian-httpd.conf: Remove the `Listen'
89626         directive and related comments, it is passed to httpd by webkitpy
89627         now.
89628         * http/conf/apache2-httpd.conf: Ditto.
89629         * http/conf/cygwin-httpd.conf: Ditto.
89630         * http/conf/fedora-httpd.conf: Ditto.
89631
89632 2012-10-26  Simon Fraser  <simon.fraser@apple.com>
89633
89634         compositing/tiling/huge-layer* flakey
89635         https://bugs.webkit.org/show_bug.cgi?id=48454
89636
89637         Reviewed by Dan Bernstein.
89638
89639         In r131009 I fixed layerTreeAsText() to not be flakey with tiled layers, by ensuring that
89640         we flush layer state before dumping the layer tree. That makes these tests non-flakey. I was
89641         also able to remove all the setTimeouts() from these tests.
89642         
89643         The 'usingTiledLayer' property is only dumped on Mac, so made cross-platform results without
89644         this flag, and added Mac-specific results with it.
89645         
89646         Unskipped some tests on non-Mac platforms that should now pass.
89647
89648         * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
89649         * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
89650         * compositing/tiling/huge-layer-add-remove-child-expected.txt:
89651         * compositing/tiling/huge-layer-add-remove-child.html: Added.
89652         * compositing/tiling/huge-layer-add-remove-child.html-disabled: Removed.
89653         * compositing/tiling/huge-layer-expected.txt:
89654         * compositing/tiling/huge-layer-img-expected.txt:
89655         * compositing/tiling/huge-layer-img.html: Renamed from LayoutTests/compositing/tiling/huge-layer-img.html-disabled.
89656         * compositing/tiling/huge-layer-resize-expected.txt:
89657         * compositing/tiling/huge-layer-with-layer-children-expected.txt:
89658         * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
89659         * compositing/tiling/huge-layer-with-layer-children-resize.html: Added.
89660         * compositing/tiling/huge-layer-with-layer-children-resize.html-disabled: Removed.
89661         * compositing/tiling/huge-layer-with-layer-children.html: Renamed from LayoutTests/compositing/tiling/huge-layer-with-layer-children.html-disabled.
89662         * platform/chromium/TestExpectations:
89663         * platform/efl/TestExpectations:
89664         * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Copied from LayoutTests/compositing/tiling/backface-preserve-3d-tiled-expected.txt.
89665         * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Copied from LayoutTests/compositing/tiling/crash-reparent-tiled-layer-expected.txt.
89666         * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-add-remove-child-expected.txt.
89667         * platform/mac/compositing/tiling/huge-layer-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-expected.txt.
89668         * platform/mac/compositing/tiling/huge-layer-img-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-img-expected.txt.
89669         * platform/mac/compositing/tiling/huge-layer-resize-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-resize-expected.txt.
89670         * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-with-layer-children-expected.txt.
89671         * 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.
89672         * platform/qt-5.0-wk2/TestExpectations:
89673
89674 2012-10-26  Nico Weber  <thakis@chromium.org>
89675
89676         [chromium] Enable fast/images/exif-orientation.html
89677         https://bugs.webkit.org/show_bug.cgi?id=100534
89678
89679         Unreviewed, TestExpecations change.
89680
89681         The baselines for this test landed yesterday.
89682
89683         * platform/chromium/TestExpectations:
89684
89685 2012-10-26  Florin Malita  <fmalita@chromium.org>
89686
89687         Crash on loading SVG filter resource on HTML element
89688         https://bugs.webkit.org/show_bug.cgi?id=100491
89689
89690         Reviewed by Dirk Schulze.
89691
89692         * svg/filters/filter-reference-crash-expected.txt: Added.
89693         * svg/filters/filter-reference-crash.html: Added.
89694
89695 2012-10-26  Jussi Kukkonen  <jussi.kukkonen@intel.com>
89696
89697         [WK2] should enable two postredirect tests
89698         https://bugs.webkit.org/show_bug.cgi?id=100508
89699
89700         Unreviewed gardening.
89701
89702         The EFL results for these tests seem to have been wrong from the beginning.
89703         Update expected results, enable tests for WK2 (based on comment in
89704         TestExpectations these were skipped because efl failed).
89705
89706         * platform/efl/http/tests/navigation/postredirect-basic-expected.png:
89707         * platform/efl/http/tests/navigation/postredirect-basic-expected.txt:
89708         * platform/efl/http/tests/navigation/postredirect-goback1-expected.png:
89709         * platform/efl/http/tests/navigation/postredirect-goback1-expected.txt:
89710         * platform/wk2/TestExpectations:
89711
89712 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
89713
89714         [EFL] Skip a few tests which produce wrong pixel expectations.
89715
89716         * platform/efl/TestExpectations:
89717
89718 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
89719
89720         [EFL] Add custom expectation for test added in r131557.
89721
89722         * platform/efl/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
89723
89724 2012-10-26  Sheriff Bot  <webkit.review.bot@gmail.com>
89725
89726         Unreviewed, rolling out r132612.
89727         http://trac.webkit.org/changeset/132612
89728         https://bugs.webkit.org/show_bug.cgi?id=100512
89729
89730         Crashes fast/events/tabindex-focus-blur-all.html in debug mode
89731         (Requested by pfeldman on #webkit).
89732
89733         * fast/table/col-span-change-relayout-expected.txt: Removed.
89734         * fast/table/col-span-change-relayout.html: Removed.
89735         * fast/table/simplified-layout-table-expected.html: Removed.
89736         * fast/table/simplified-layout-table.html: Removed.
89737
89738 2012-10-26  Dominik Röttsches  <dominik.rottsches@intel.com>
89739
89740         Unreviewed Apple Win gardening.
89741
89742         * platform/win/TestExpectations: Skipping XHR timeout tests.
89743
89744 2012-10-26  Zan Dobersek  <zandobersek@gmail.com>
89745
89746         Unreviewed. Removing bogus '#EOF\n' data in the listed PNG file that's
89747         positioned after the IEND PNG chunk.
89748
89749         * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
89750
89751 2012-10-26  Kenneth Rohde Christiansen  <kenneth@webkit.org>
89752
89753         Printing should use use high resolution images when available
89754         https://bugs.webkit.org/show_bug.cgi?id=100488
89755
89756         Reviewed by Antti Koivisto.
89757
89758         The images loaded using -webkit-device-pixel-ratio depends on
89759         the display type (deviceScaleFactor) and thus affects which
89760         images are being used for printing. Printing should always
89761         use the higher resolution images (aka 'retina' images).
89762
89763         Added a test testing -webkit-device-pixel-ratio media query
89764         in conjuntion with 'print' media type.
89765
89766         * fast/media/mq-pixel-ratio-print-expected.txt: Added.
89767         * fast/media/mq-pixel-ratio-print.html: Added.
89768
89769 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
89770
89771         [EFL] ... And another pixel rebaseline after r131941 and r131991.
89772
89773         * platform/efl/http/tests/misc/slow-loading-image-in-pattern-expected.png:
89774
89775 2012-10-26  'Pavel Feldman'  <pfeldman@chromium.org>
89776
89777         Not reviewed: chromium baselines for selection-after-remove updated.
89778
89779         * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png: Added.
89780         * platform/chromium-mac-snowleopard/fast/repaint/selection-after-remove-expected.png:
89781         * platform/chromium-win/fast/repaint/selection-after-remove-expected.png:
89782
89783 2012-10-26  Sheriff Bot  <webkit.review.bot@gmail.com>
89784
89785         Unreviewed, rolling out r132607.
89786         http://trac.webkit.org/changeset/132607
89787         https://bugs.webkit.org/show_bug.cgi?id=100502
89788
89789         "SOS! More wrong paths." (Requested by kbalazs on #webkit).
89790
89791         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-iframe-zIndex-expected.png: Removed.
89792         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-remove-ancestor-after-expected.png: Removed.
89793         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-stacking-context-expected.png: Removed.
89794         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-after-expected.png: Removed.
89795         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-expected.png: Removed.
89796         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png/SVGLengthList-appendItem-expected.png: Removed.
89797         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png/SVGLengthList-basics-expected.png: Removed.
89798         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png/SVGLengthList-getItem-expected.png: Removed.
89799         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png/SVGLengthList-initialize-expected.png: Removed.
89800         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png/SVGLengthList-insertItemBefore-expected.png: Removed.
89801         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png/SVGLengthList-removeItem-expected.png: Removed.
89802         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png/SVGLengthList-replaceItem-expected.png: Removed.
89803         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png/SVGLengthList-xml-dom-modifications-expected.png: Removed.
89804         * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png/SVGLocatable-getCTM-svg-root-expected.png: Removed.
89805         * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png/SVGNumberList-basics-expected.png: Removed.
89806         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png/SVGPathSegList-appendItem-expected.png: Removed.
89807         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png/SVGPathSegList-clear-and-initialize-expected.png: Removed.
89808         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png/SVGPathSegList-insertItemBefore-expected.png: Removed.
89809         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png/SVGPathSegList-removeItem-expected.png: Removed.
89810         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png/SVGPathSegList-replaceItem-expected.png: Removed.
89811         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png/SVGPathSegList-xml-dom-synchronization-expected.png: Removed.
89812         * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png/SVGPointList-basics-expected.png: Removed.
89813         * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png/SVGStringList-basics-expected.png: Removed.
89814         * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png/SVGTransformList-basics-expected.png: Removed.
89815         * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png/feImage-animated-transform-on-target-rect-expected.png: Removed.
89816         * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png/image-href-change-expected.png: Removed.
89817         * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png/image-with-clip-path-expected.png: Removed.
89818
89819 2012-10-26  Sheriff Bot  <webkit.review.bot@gmail.com>
89820
89821         Unreviewed, rolling out r132604.
89822         http://trac.webkit.org/changeset/132604
89823         https://bugs.webkit.org/show_bug.cgi?id=100501
89824
89825         "SOS! Wrong paths." (Requested by kbalazs on #webkit).
89826
89827         * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Removed.
89828         * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Removed.
89829         * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Removed.
89830         * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Removed.
89831         * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Removed.
89832         * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Removed.
89833         * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Removed.
89834         * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Removed.
89835         * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Removed.
89836         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Removed.
89837         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Removed.
89838         * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Removed.
89839         * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Removed.
89840         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Removed.
89841         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Removed.
89842         * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Removed.
89843         * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Removed.
89844         * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Removed.
89845         * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Removed.
89846         * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Removed.
89847         * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Removed.
89848         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Removed.
89849         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Removed.
89850         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Removed.
89851         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Removed.
89852         * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png/file-input-pressed-state-expected.png: Removed.
89853         * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png/css3-color-stop-units-expected.png: Removed.
89854         * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png/css3-color-stops-expected.png: Removed.
89855         * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png/css3-linear-angle-gradients-expected.png: Removed.
89856         * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png/css3-linear-right-angle-gradients-expected.png: Removed.
89857         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png/css3-radial-gradients-expected.png: Removed.
89858         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png/css3-radial-gradients2-expected.png: Removed.
89859         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png/css3-radial-gradients3-expected.png: Removed.
89860         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png/css3-repeating-linear-gradients-expected.png: Removed.
89861         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png/css3-repeating-linear-gradients2-expected.png: Removed.
89862         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png/css3-repeating-radial-gradients-expected.png: Removed.
89863         * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png/gradient-after-transparent-border-expected.png: Removed.
89864         * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Removed.
89865         * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Removed.
89866         * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Removed.
89867         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Removed.
89868         * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Removed.
89869         * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Removed.
89870         * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Removed.
89871         * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Removed.
89872         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png/scroll-with-transform-composited-layer-expected.png: Removed.
89873         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png/scroll-with-transform-layer-expected.png: Removed.
89874         * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Removed.
89875         * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Removed.
89876         * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Removed.
89877         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Removed.
89878         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Removed.
89879         * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Removed.
89880         * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Removed.
89881         * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Removed.
89882         * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Removed.
89883         * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Removed.
89884         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Removed.
89885         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Removed.
89886         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Removed.
89887         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Removed.
89888         * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Removed.
89889         * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Removed.
89890         * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Removed.
89891         * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Removed.
89892         * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Removed.
89893         * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Removed.
89894         * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Removed.
89895         * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Removed.
89896         * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Removed.
89897         * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Removed.
89898         * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Removed.
89899         * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Removed.
89900         * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Removed.
89901
89902 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
89903
89904         [EFL] More pixel rebaselines after r131941 and r131991.
89905
89906         * platform/efl/fast/backgrounds/solid-color-context-restore-expected.png:
89907         * platform/efl/fast/dynamic/containing-block-change-expected.png:
89908         * platform/efl/fast/forms/listbox-clip-expected.png:
89909         * platform/efl/fast/frames/inline-object-inside-frameset-expected.png:
89910         * platform/efl/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
89911         * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
89912         * platform/efl/fast/layers/layer-content-visibility-change-expected.png:
89913         * platform/efl/fast/layers/remove-layer-with-nested-stacking-expected.png:
89914         * platform/efl/fast/reflections/inline-crash-expected.png:
89915         * platform/efl/fast/replaced/width100percent-textarea-expected.png:
89916         * platform/efl/fast/text/font-initial-expected.png:
89917
89918 2012-10-26  Takashi Sakamoto  <tasak@google.com>
89919
89920         [Shadow]: removing styles in shadow dom subtree causes crash.
89921         https://bugs.webkit.org/show_bug.cgi?id=100455
89922
89923         Reviewed by Hajime Morita.
89924
89925         * fast/dom/shadow/remove-styles-in-shadow-crash-expected.txt: Added.
89926         * fast/dom/shadow/remove-styles-in-shadow-crash.html: Added.
89927
89928 2012-10-26  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
89929
89930         [EFL] Gardening to make the bots green
89931         https://bugs.webkit.org/show_bug.cgi?id=100481
89932
89933         Unreviewed EFL gardening.
89934
89935         Skip failing test and also unskip tests that are
89936         consistently passing.
89937
89938         * platform/efl-wk1/TestExpectations:
89939         * platform/efl/TestExpectations:
89940
89941 2012-10-26  Takashi Sakamoto  <tasak@google.com>
89942
89943         [Shadow DOM] Needs @host rule for ShadowDOM styling
89944         https://bugs.webkit.org/show_bug.cgi?id=88606
89945
89946         Reviewed by Hajime Morita.
89947
89948         * fast/dom/shadow/athost-atrules-expected.txt: Added.
89949         * fast/dom/shadow/athost-atrules.html: Added.
89950
89951 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
89952
89953         [EFL] Fix test pixel expectation.
89954
89955         * platform/efl/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
89956
89957 2012-10-26  Julien Chaffraix  <jchaffraix@webkit.org>
89958
89959         RenderTableCol::computePreferredLogicalWidths and RenderTableCol::layout should never be called
89960         https://bugs.webkit.org/show_bug.cgi?id=99861
89961
89962         Reviewed by Ojan Vafai.
89963
89964         Added 2 tests:
89965         - 1 to cover the code in RenderTableCol::updateFromElement.
89966         - 1 to cover simplified layout on a table.
89967
89968         * fast/table/col-span-change-relayout-expected.txt: Added.
89969         * fast/table/col-span-change-relayout.html: Added.
89970         * fast/table/simplified-layout-table-expected.html: Added.
89971         * fast/table/simplified-layout-table.html: Added.
89972
89973 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
89974
89975         [Qt] Pixel tests need rebaseline
89976         https://bugs.webkit.org/show_bug.cgi?id=99323
89977
89978         Unreviewed pixel gardening.
89979
89980         Added a bunch of pixel expectations for Qt-WebKit2 - part 5 (svg/dynamic-updates).
89981
89982         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Added.
89983         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Added.
89984         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Added.
89985         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Added.
89986         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Added.
89987         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Added.
89988         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Added.
89989         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Added.
89990         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Added.
89991         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Added.
89992         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Added.
89993         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Added.
89994         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Added.
89995         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Added.
89996         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Added.
89997         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Added.
89998         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Added.
89999         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Added.
90000         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Added.
90001         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Added.
90002         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Added.
90003         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Added.
90004         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Added.
90005         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
90006         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Added.
90007         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
90008         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
90009         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
90010         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
90011         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Added.
90012         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
90013         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
90014         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
90015         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Added.
90016         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Added.
90017         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added.
90018         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
90019         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Added.
90020         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added.
90021         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
90022         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
90023         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
90024         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
90025         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Added.
90026         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
90027         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added.
90028         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added.
90029         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Added.
90030         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Added.
90031         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Added.
90032         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Added.
90033         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Added.
90034         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: Added.
90035         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Added.
90036         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Added.
90037         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Added.
90038         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Added.
90039         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Added.
90040         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: Added.
90041         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Added.
90042         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Added.
90043         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Added.
90044         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Added.
90045         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
90046         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
90047         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Added.
90048         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Added.
90049         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Added.
90050         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Added.
90051         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Added.
90052         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Added.
90053         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Added.
90054         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Added.
90055         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Added.
90056         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Added.
90057         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Added.
90058         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Added.
90059         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Added.
90060         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Added.
90061         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Added.
90062
90063 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
90064
90065         [Qt] Pixel tests need rebaseline
90066         https://bugs.webkit.org/show_bug.cgi?id=99323
90067
90068         Unreviewed pixel gardening.
90069
90070         Added a bunch of pixel expectations for Qt-WebKit2 - part 4 (svg/dynamic-updates).
90071
90072         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added.
90073         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
90074         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
90075         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
90076         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
90077         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
90078         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
90079         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
90080         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
90081         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
90082         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
90083         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added.
90084         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added.
90085         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added.
90086         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added.
90087         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
90088         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
90089         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
90090         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
90091         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
90092         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
90093         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
90094         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
90095         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
90096         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
90097         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
90098         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
90099         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
90100         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
90101         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
90102         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
90103         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
90104         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
90105         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
90106         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
90107         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
90108         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
90109         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
90110         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Added.
90111         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Added.
90112         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Added.
90113         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Added.
90114         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added.
90115         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Added.
90116         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Added.
90117         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Added.
90118         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added.
90119         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added.
90120         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added.
90121         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added.
90122         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added.
90123         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added.
90124         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
90125         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
90126         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
90127         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
90128         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
90129         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
90130         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
90131         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
90132         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
90133         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
90134         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
90135         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
90136         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
90137         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
90138         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
90139         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
90140         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
90141         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
90142         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
90143         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
90144         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
90145         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
90146         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
90147         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
90148         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
90149         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
90150         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
90151         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
90152         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
90153         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
90154         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
90155         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
90156         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
90157         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
90158         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
90159         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
90160         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
90161         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
90162         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
90163         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
90164         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
90165         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
90166         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
90167         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
90168         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
90169         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
90170         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
90171         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.
90172
90173 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
90174
90175         [Qt] Pixel tests need rebaseline
90176         https://bugs.webkit.org/show_bug.cgi?id=99323
90177
90178         Unreviewed pixel gardening.
90179
90180         Added a bunch of pixel expectations for Qt-WebKit2 - part 4 (svg/dynamic-updates).
90181
90182         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added.
90183         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
90184         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
90185         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
90186         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
90187         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
90188         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
90189         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
90190         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
90191         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
90192         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
90193         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added.
90194         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added.
90195         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added.
90196         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added.
90197         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
90198         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
90199         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
90200         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
90201         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
90202         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
90203         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
90204         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
90205         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
90206         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
90207         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
90208         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
90209         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
90210         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
90211         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
90212         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
90213         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
90214         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
90215         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
90216         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
90217         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
90218         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
90219         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
90220         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Added.
90221         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Added.
90222         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Added.
90223         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Added.
90224         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added.
90225         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Added.
90226         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Added.
90227         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Added.
90228         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added.
90229         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added.
90230         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added.
90231         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added.
90232         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added.
90233         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added.
90234         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
90235         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
90236         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
90237         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
90238         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
90239         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
90240         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
90241         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
90242         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
90243         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
90244         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
90245         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
90246         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
90247         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
90248         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
90249         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
90250         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
90251         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
90252         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
90253         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
90254         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
90255         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
90256         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
90257         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
90258         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
90259         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
90260         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
90261         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
90262         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
90263         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
90264         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
90265         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
90266         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
90267         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
90268         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
90269         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
90270         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
90271         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
90272         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
90273         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
90274         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
90275         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
90276         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
90277         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
90278         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
90279         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
90280         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
90281         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.
90282
90283 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
90284
90285         [Qt] Pixel tests need rebaseline
90286         https://bugs.webkit.org/show_bug.cgi?id=99323
90287
90288         Unreviewed pixel gardening.
90289
90290         Added a bunch of pixel expectations for Qt-WebKit2 - part 3 (svg/dynamic-updates).
90291
90292         * platform/qt-5.0-wk2/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png: Added.
90293         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
90294         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
90295         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
90296         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
90297         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
90298         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
90299         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
90300         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Added.
90301         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
90302         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
90303         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
90304         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Added.
90305         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Added.
90306         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png: Added.
90307         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
90308         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
90309         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Added.
90310         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: Added.
90311         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: Added.
90312         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: Added.
90313         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: Added.
90314         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added.
90315         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added.
90316         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Added.
90317         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added.
90318         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added.
90319         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added.
90320         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added.
90321         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Added.
90322         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added.
90323         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added.
90324         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Added.
90325         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Added.
90326         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Added.
90327         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Added.
90328         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Added.
90329         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Added.
90330         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Added.
90331         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Added.
90332         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Added.
90333         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Added.
90334         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: Added.
90335         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png: Added.
90336         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png: Added.
90337         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: Added.
90338         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png: Added.
90339         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: Added.
90340         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png: Added.
90341         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Added.
90342         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png: Added.
90343         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: Added.
90344         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Added.
90345         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png: Added.
90346         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: Added.
90347         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png: Added.
90348         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Added.
90349         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: Added.
90350         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: Added.
90351         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: Added.
90352         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: Added.
90353         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: Added.
90354         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: Added.
90355         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: Added.
90356         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: Added.
90357         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: Added.
90358         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: Added.
90359         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: Added.
90360         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: Added.
90361         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: Added.
90362         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: Added.
90363         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: Added.
90364         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Added.
90365         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Added.
90366         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Added.
90367         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Added.
90368         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Added.
90369         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Added.
90370         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Added.
90371         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Added.
90372         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added.
90373         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Added.
90374         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Added.
90375         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Added.
90376         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Added.
90377         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Added.
90378         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Added.
90379         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Added.
90380         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Added.
90381         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added.
90382         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
90383         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added.
90384         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: Added.
90385         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: Added.
90386         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: Added.
90387         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: Added.
90388         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
90389         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: Added.
90390         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: Added.
90391         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: Added.
90392
90393 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
90394
90395         [Qt] Pixel tests need rebaseline
90396         https://bugs.webkit.org/show_bug.cgi?id=99323
90397
90398         Unreviewed pixel gardening.
90399
90400         Added a bunch of pixel expectations for Qt-WebKit2 - part 1.
90401
90402         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
90403         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
90404         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-stacking-context-expected.png: Added.
90405         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-after-expected.png: Added.
90406         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-expected.png: Added.
90407         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png/SVGLengthList-appendItem-expected.png: Added.
90408         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png/SVGLengthList-basics-expected.png: Added.
90409         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png/SVGLengthList-getItem-expected.png: Added.
90410         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png/SVGLengthList-initialize-expected.png: Added.
90411         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png/SVGLengthList-insertItemBefore-expected.png: Added.
90412         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png/SVGLengthList-removeItem-expected.png: Added.
90413         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png/SVGLengthList-replaceItem-expected.png: Added.
90414         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png/SVGLengthList-xml-dom-modifications-expected.png: Added.
90415         * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png/SVGLocatable-getCTM-svg-root-expected.png: Added.
90416         * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png/SVGNumberList-basics-expected.png: Added.
90417         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png/SVGPathSegList-appendItem-expected.png: Added.
90418         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png/SVGPathSegList-clear-and-initialize-expected.png: Added.
90419         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png/SVGPathSegList-insertItemBefore-expected.png: Added.
90420         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png/SVGPathSegList-removeItem-expected.png: Added.
90421         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png/SVGPathSegList-replaceItem-expected.png: Added.
90422         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
90423         * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png/SVGPointList-basics-expected.png: Added.
90424         * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png/SVGStringList-basics-expected.png: Added.
90425         * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png/SVGTransformList-basics-expected.png: Added.
90426         * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png/feImage-animated-transform-on-target-rect-expected.png: Added.
90427         * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png/image-href-change-expected.png: Added.
90428         * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png/image-with-clip-path-expected.png: Added.
90429
90430 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
90431
90432         [Qt] Pixel tests need rebaseline
90433         https://bugs.webkit.org/show_bug.cgi?id=99323
90434
90435         Unreviewed pixel gardening.
90436
90437         Added a bunch of pixel expectations for Qt-WebKit2 - part 1.
90438
90439         * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Added.
90440         * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Added.
90441         * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Added.
90442         * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Added.
90443         * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Added.
90444         * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Added.
90445         * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Added.
90446         * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
90447         * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
90448         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
90449         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Added.
90450         * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
90451         * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
90452         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
90453         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Added.
90454         * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Added.
90455         * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
90456         * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Added.
90457         * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Added.
90458         * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Added.
90459         * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Added.
90460         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
90461         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
90462         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
90463         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
90464         * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png/file-input-pressed-state-expected.png: Added.
90465         * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png/css3-color-stop-units-expected.png: Added.
90466         * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png/css3-color-stops-expected.png: Added.
90467         * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png/css3-linear-angle-gradients-expected.png: Added.
90468         * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png/css3-linear-right-angle-gradients-expected.png: Added.
90469         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png/css3-radial-gradients-expected.png: Added.
90470         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png/css3-radial-gradients2-expected.png: Added.
90471         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png/css3-radial-gradients3-expected.png: Added.
90472         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png/css3-repeating-linear-gradients-expected.png: Added.
90473         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png/css3-repeating-linear-gradients2-expected.png: Added.
90474         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png/css3-repeating-radial-gradients-expected.png: Added.
90475         * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png/gradient-after-transparent-border-expected.png: Added.
90476         * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Added.
90477         * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Added.
90478         * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Added.
90479         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Added.
90480         * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Added.
90481         * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
90482         * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
90483         * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
90484         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png/scroll-with-transform-composited-layer-expected.png: Added.
90485         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png/scroll-with-transform-layer-expected.png: Added.
90486         * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Added.
90487         * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
90488         * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
90489         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
90490         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
90491         * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
90492         * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Added.
90493         * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
90494         * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Added.
90495         * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added.
90496         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added.
90497         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added.
90498         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added.
90499         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added.
90500         * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Added.
90501         * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Added.
90502         * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
90503         * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Added.
90504         * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
90505         * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
90506         * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
90507         * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
90508         * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
90509         * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Added.
90510         * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
90511         * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
90512         * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Added.
90513
90514 2012-10-26  Csaba Osztrogonác  <ossy@webkit.org>
90515
90516         [Qt][WK2] Unreviewed gardening, skip a new failing test.
90517
90518         * platform/qt-5.0-wk2/TestExpectations:
90519
90520 2012-10-26  Mihnea Ovidenie  <mihnea@adobe.com>
90521
90522         [CSSRegions] Add support for auto-height regions with region-breaks
90523         https://bugs.webkit.org/show_bug.cgi?id=99952
90524
90525         Reviewed by David Hyatt.
90526
90527         Add tests for auto logical height regions with content having region breaks.
90528
90529         * fast/regions/autoheight-allregions-expected.html: Added.
90530         * fast/regions/autoheight-allregions-nobreaks-expected.html: Added.
90531         * fast/regions/autoheight-allregions-nobreaks.html: Added.
90532         * fast/regions/autoheight-allregions.html: Added.
90533         * fast/regions/autoheight-breakafteralways-maxheight-expected.html: Added.
90534         * fast/regions/autoheight-breakafteralways-maxheight.html: Added.
90535         * fast/regions/autoheight-breakbeforealways-expected.html: Added.
90536         * fast/regions/autoheight-breakbeforealways.html: Added.
90537         * fast/regions/autoheight-firstregion-breakalways-expected.html: Added.
90538         * fast/regions/autoheight-firstregion-breakalways.html: Added.
90539         * fast/regions/autoheight-lastregion-overflowauto-breaksignored-expected.html: Added.
90540         * fast/regions/autoheight-lastregion-overflowauto-breaksignored.html: Added.
90541         * fast/regions/autoheight-lastregion-overflowauto-expected.html: Added.
90542         * fast/regions/autoheight-lastregion-overflowauto.html: Added.
90543         * fast/regions/autoheight-middleregion-expected.html: Added.
90544         * fast/regions/autoheight-middleregion.html: Added.
90545         * fast/regions/autoheight-secondregion-breakoutside-expected.html: Added.
90546         * fast/regions/autoheight-secondregion-breakoutside.html: Added.
90547         * fast/regions/autoheight-secondregion-expected.html: Added.
90548         * fast/regions/autoheight-secondregion.html: Added.
90549         * fast/regions/autoheight-singleregion-breakafteralways-expected.html: Added.
90550         * fast/regions/autoheight-singleregion-breakafteralways-maxheight-expected.html: Added.
90551         * fast/regions/autoheight-singleregion-breakafteralways-maxheight.html: Added.
90552         * fast/regions/autoheight-singleregion-breakafteralways.html: Added.
90553         * fast/regions/autoheight-singleregion-breakaftermargin-expected.html: Added.
90554         * fast/regions/autoheight-singleregion-breakaftermargin.html: Added.
90555         * fast/regions/autoheight-singleregion-breakbeforealways-expected.html: Added.
90556         * fast/regions/autoheight-singleregion-breakbeforealways-minheight-expected.html: Added.
90557         * fast/regions/autoheight-singleregion-breakbeforealways-minheight.html: Added.
90558         * fast/regions/autoheight-singleregion-breakbeforealways.html: Added.
90559         * fast/regions/autoheight-singleregion-multiplebreaks-expected.html: Added.
90560         * fast/regions/autoheight-singleregion-multiplebreaks.html: Added.
90561         * fast/regions/autoheight-singleregion-overflowauto-breaksignored-expected.html: Added.
90562         * fast/regions/autoheight-singleregion-overflowauto-breaksignored.html: Added.
90563         * fast/regions/autoheight-singleregion-overflowauto-expected.html: Added.
90564         * fast/regions/autoheight-singleregion-overflowauto.html: Added.
90565
90566 2012-10-26  Li Yin  <li.yin@intel.com>
90567
90568         fast/forms/file/input-file-write-files.html should cover correct setting value
90569         https://bugs.webkit.org/show_bug.cgi?id=100085
90570
90571         Reviewed by Kentaro Hara.
90572
90573         The test input-file-value.html is split from input-file-write-test.html.
90574         And add correct setting value for files attribute, verify the files attribute
90575         is writable or not.
90576
90577         * fast/forms/file/input-file-value-expected.txt: Added.
90578         * fast/forms/file/input-file-value.html: Added.
90579         * fast/forms/file/input-file-write-files-expected.txt:
90580         * fast/forms/file/input-file-write-files.html:
90581
90582 2012-10-26  Jinwoo Song  <jinwoo7.song@samsung.com>
90583
90584         [EFL] Gardening after bug 99824
90585         https://bugs.webkit.org/show_bug.cgi?id=100469
90586
90587         Unreviewed, EFL gardening.
90588
90589         Unskip following 3 test cases after bug 99824 is resolved.
90590          - fast/lists/w3-css3-list-styles-alphabetic.html
90591          - fast/lists/w3-css3-list-styles-fallback-style.html
90592          - fast/lists/w3-list-styles.html
90593
90594         * platform/efl-wk1/TestExpectations:
90595
90596 2012-10-26  Jinwoo Song  <jinwoo7.song@samsung.com>
90597
90598         [EFL] Unskip svg/foreignObject/viewport-foreignobject-crash.html
90599         https://bugs.webkit.org/show_bug.cgi?id=100467
90600
90601         Unreviewed, EFL gardening.
90602
90603         Removing a test failure expectations, the test was fixed in r132548.
90604
90605         * platform/efl-wk2/TestExpectations:
90606
90607 2012-10-27  Kent Tamura  <tkent@chromium.org>
90608
90609         [Chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html fails every 3 days
90610         https://bugs.webkit.org/show_bug.cgi?id=100480
90611
90612         Reviewed by Pavel Feldman.
90613
90614         Because the date field in the test has step=3, the availability of
90615         [Today] button depends on the current date. We make the test stable by
90616         specifying max attribute.
90617
90618         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
90619         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html:
90620
90621 2012-10-26  Julien Chaffraix  <jchaffraix@webkit.org>
90622
90623         Generate less repaint calls during subtree detaching
90624         https://bugs.webkit.org/show_bug.cgi?id=99741
90625
90626         Reviewed by Eric Seidel.
90627
90628         * platform/chromium-linux/fast/repaint/selection-after-remove-expected.png:
90629         Rebaselined this test after the change. It is progressing as we still properly repaint
90630         the selection, but repaint less (ie don't repaint the top border which didn't change).
90631
90632 2012-10-26  Kent Tamura  <tkent@chromium.org>
90633
90634         [Chromium] Test expectation update.
90635         https://bugs.webkit.org/show_bug.cgi?id=100471
90636
90637         * platform/chromium/TestExpectations:
90638         We should do rebaseline for time-suggestion-picker-*.html too.
90639
90640 2012-10-26  Kent Tamura  <tkent@chromium.org>
90641
90642         Disable ENABLE_INPUT_TYPE_WEEK on Chromium/Android
90643         https://bugs.webkit.org/show_bug.cgi?id=100457
90644
90645         Reviewed by Kentaro Hara.
90646
90647         * platform/chromium/TestExpectations:
90648         Tests in fast/forms/week/ may fail on Android.
90649
90650 2012-10-26  Pavel Feldman  <pfeldman@chromium.org>
90651
90652         Not reviewed: chromiuim expectations updated.
90653
90654         * platform/chromium/TestExpectations:
90655
90656 2012-10-25  Balazs Kelemen  <kbalazs@webkit.org>
90657
90658         [Qt] Pixel tests need rebaseline
90659         https://bugs.webkit.org/show_bug.cgi?id=99323
90660
90661         Unreviewed pixel rebaseline.
90662
90663         Adding new expectations, mark failures.
90664
90665         * platform/qt-5.0-wk2/TestExpectations:
90666         * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
90667         * platform/qt-5.0-wk2/fast/backgrounds/bgCompositeCopy-expected.png: Added.
90668         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize01-expected.png: Added.
90669         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize02-expected.png: Added.
90670         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize04-expected.png: Added.
90671         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize05-expected.png: Added.
90672         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize06-expected.png: Added.
90673         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize07-expected.png: Added.
90674         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize12-expected.png: Added.
90675         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize13-expected.png: Added.
90676         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize14-expected.png: Added.
90677         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize17-expected.png: Added.
90678         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize18-expected.png: Added.
90679         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize19-expected.png: Added.
90680         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize20-expected.png: Added.
90681         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize21-expected.png: Added.
90682         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize22-expected.png: Added.
90683         * platform/qt-5.0-wk2/svg/css/arrow-with-shadow-expected.png: Added.
90684         * platform/qt/TestExpectations:
90685         * platform/qt/animations/state-at-end-event-expected.png: Added.
90686         * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png: Added.
90687         * platform/qt/compositing/overflow/nested-scrolling-expected.png: Added.
90688         * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png: Added.
90689         * platform/qt/compositing/overflow/remove-overflow-crash2-expected.png: Added.
90690         * platform/qt/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Added.
90691         * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
90692         * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
90693         * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Added.
90694         * platform/qt/css2.1/t1202-counters-04-b-expected.png: Added.
90695         * platform/qt/css2.1/t140201-c534-bgreps-00-c-ag-expected.png: Added.
90696         * platform/qt/css2.1/t140201-c534-bgreps-01-c-ag-expected.png: Added.
90697         * platform/qt/css2.1/t140201-c534-bgreps-02-c-ag-expected.png: Added.
90698         * platform/qt/css2.1/t140201-c534-bgreps-03-c-ag-expected.png: Added.
90699         * platform/qt/css2.1/t140201-c534-bgreps-04-c-ag-expected.png: Added.
90700         * platform/qt/css2.1/t140201-c534-bgreps-05-c-ag-expected.png: Added.
90701         * platform/qt/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
90702         * platform/qt/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
90703         * platform/qt/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added.
90704         * platform/qt/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Added.
90705         * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
90706         * platform/qt/css3/flexbox/flexbox-baseline-expected.png: Added.
90707         * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
90708         * platform/qt/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
90709         * platform/qt/fast/backgrounds/bgCompositeCopy-expected.png: Added.
90710         * platform/qt/fast/backgrounds/size/backgroundSize01-expected.png: Added.
90711         * platform/qt/fast/backgrounds/size/backgroundSize02-expected.png: Added.
90712         * platform/qt/fast/backgrounds/size/backgroundSize03-expected.png: Added.
90713         * platform/qt/fast/backgrounds/size/backgroundSize04-expected.png: Added.
90714         * platform/qt/fast/backgrounds/size/backgroundSize05-expected.png: Added.
90715         * platform/qt/fast/backgrounds/size/backgroundSize06-expected.png: Added.
90716         * platform/qt/fast/backgrounds/size/backgroundSize07-expected.png: Added.
90717         * platform/qt/fast/backgrounds/size/backgroundSize08-expected.png: Added.
90718         * platform/qt/fast/backgrounds/size/backgroundSize09-expected.png: Added.
90719         * platform/qt/fast/backgrounds/size/backgroundSize10-expected.png: Added.
90720         * platform/qt/fast/backgrounds/size/backgroundSize11-expected.png: Added.
90721         * platform/qt/fast/backgrounds/size/backgroundSize12-expected.png: Added.
90722         * platform/qt/fast/backgrounds/size/backgroundSize13-expected.png: Added.
90723         * platform/qt/fast/backgrounds/size/backgroundSize14-expected.png: Added.
90724         * platform/qt/fast/backgrounds/size/backgroundSize17-expected.png: Added.
90725         * platform/qt/fast/backgrounds/size/backgroundSize18-expected.png: Added.
90726         * platform/qt/fast/backgrounds/size/backgroundSize19-expected.png: Added.
90727         * platform/qt/fast/backgrounds/size/backgroundSize20-expected.png: Added.
90728         * platform/qt/fast/backgrounds/size/backgroundSize21-expected.png: Added.
90729         * platform/qt/fast/backgrounds/size/backgroundSize22-expected.png: Added.
90730         * platform/qt/fast/block/float/009-expected.png: Added.
90731         * platform/qt/fast/block/float/034-expected.png: Added.
90732         * platform/qt/fast/block/float/4145535Crash-expected.png: Added.
90733         * platform/qt/fast/block/float/negative-margin-clear-expected.png: Added.
90734         * platform/qt/fast/block/float/nowrap-clear-min-width-expected.png: Added.
90735         * platform/qt/fast/borders/border-image-scaled-gradient-expected.png: Added.
90736         * platform/qt/fast/borders/border-radius-circle-expected.png: Added.
90737         * platform/qt/fast/borders/border-radius-groove-01-expected.png: Added.
90738         * platform/qt/fast/borders/border-radius-groove-02-expected.png: Added.
90739         * platform/qt/fast/borders/border-radius-groove-03-expected.png: Added.
90740         * platform/qt/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
90741         * platform/qt/fast/borders/border-radius-wide-border-01-expected.png: Added.
90742         * platform/qt/fast/borders/border-radius-wide-border-02-expected.png: Added.
90743         * platform/qt/fast/borders/border-radius-wide-border-03-expected.png: Added.
90744         * platform/qt/fast/borders/border-radius-wide-border-04-expected.png: Added.
90745         * platform/qt/fast/borders/borderRadiusDashed04-expected.png: Added.
90746         * platform/qt/fast/borders/borderRadiusDashed05-expected.png: Added.
90747         * platform/qt/fast/borders/borderRadiusDashed06-expected.png: Added.
90748         * platform/qt/fast/borders/borderRadiusDotted04-expected.png: Added.
90749         * platform/qt/fast/borders/borderRadiusDotted05-expected.png: Added.
90750         * platform/qt/fast/borders/borderRadiusDotted06-expected.png: Added.
90751         * platform/qt/fast/borders/borderRadiusDouble04-expected.png: Added.
90752         * platform/qt/fast/borders/borderRadiusDouble05-expected.png: Added.
90753         * platform/qt/fast/borders/borderRadiusDouble06-expected.png: Added.
90754         * platform/qt/fast/borders/borderRadiusDouble07-expected.png: Added.
90755         * platform/qt/fast/borders/borderRadiusDouble08-expected.png: Added.
90756         * platform/qt/fast/borders/borderRadiusDouble09-expected.png: Added.
90757         * platform/qt/fast/borders/outline-offset-min-assert-expected.png: Added.
90758         * platform/qt/fast/css/006-expected.png: Added.
90759         * platform/qt/fast/css/background-clip-values-expected.png: Added.
90760         * platform/qt/fast/css/bogus-color-span-expected.png: Added.
90761         * platform/qt/fast/css/box-shadow-and-border-radius-expected.png:
90762         * platform/qt/fast/css/content-dynamic-expected.png: Added.
90763         * platform/qt/fast/css/contentDiv-expected.png: Added.
90764         * platform/qt/fast/css/contentDivWithChildren-expected.png: Added.
90765         * platform/qt/fast/css/contentImage-expected.png: Added.
90766         * platform/qt/fast/css/pseudo-first-line-border-width-expected.png: Added.
90767         * platform/qt/fast/css/replaced-element-implicit-size-expected.png: Added.
90768         * platform/qt/fast/dom/attr_dead_doc-expected.png: Added.
90769         * platform/qt/fast/dom/css-cached-import-rule-expected.png: Added.
90770         * platform/qt/fast/dom/css-insert-import-rule-expected.png: Added.
90771         * platform/qt/fast/dynamic/001-expected.png: Added.
90772         * platform/qt/fast/dynamic/005-expected.png: Added.
90773         * platform/qt/fast/dynamic/anonymous-block-layer-lost-expected.png: Added.
90774         * platform/qt/fast/dynamic/staticY-expected.png: Added.
90775         * platform/qt/fast/forms/002-expected.png: Added.
90776         * platform/qt/fast/forms/003-expected.png: Added.
90777         * platform/qt/fast/forms/004-expected.png: Added.
90778         * platform/qt/fast/forms/005-expected.png: Added.
90779         * platform/qt/fast/forms/006-expected.png: Added.
90780         * platform/qt/fast/forms/007-expected.png: Added.
90781         * platform/qt/fast/forms/HTMLOptionElement_label01-expected.png: Added.
90782         * platform/qt/fast/forms/HTMLOptionElement_label02-expected.png: Added.
90783         * platform/qt/fast/forms/HTMLOptionElement_label03-expected.png: Added.
90784         * platform/qt/fast/forms/HTMLOptionElement_label04-expected.png: Added.
90785         * platform/qt/fast/forms/button-submit-expected.png: Added.
90786         * platform/qt/fast/forms/caret-rtl-expected.png: Added.
90787         * platform/qt/fast/forms/control-clip-expected.png: Added.
90788         * platform/qt/fast/forms/fieldset-with-float-expected.png: Added.
90789         * platform/qt/fast/forms/form-added-to-table-expected.png: Added.
90790         * platform/qt/fast/forms/form-in-malformed-markup-expected.png: Added.
90791         * platform/qt/fast/forms/formmove-expected.png: Added.
90792         * platform/qt/fast/forms/formmove2-expected.png: Added.
90793         * platform/qt/fast/forms/image-border-expected.png: Added.
90794         * platform/qt/fast/forms/indeterminate-expected.png: Added.
90795         * platform/qt/fast/forms/input-align-image-expected.png: Added.
90796         * platform/qt/fast/forms/input-first-letter-expected.png: Added.
90797         * platform/qt/fast/forms/input-no-renderer-expected.png: Added.
90798         * platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Added.
90799         * platform/qt/fast/forms/menulist-deselect-update-expected.png: Added.
90800         * platform/qt/fast/forms/menulist-no-overflow-expected.png: Added.
90801         * platform/qt/fast/forms/option-index-expected.png: Added.
90802         * platform/qt/fast/forms/option-script-expected.png: Added.
90803         * platform/qt/fast/forms/option-text-clip-expected.png: Added.
90804         * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
90805         * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.png: Added.
90806         * platform/qt/fast/forms/select-align-expected.png: Added.
90807         * platform/qt/fast/forms/select-change-listbox-to-popup-expected.png: Added.
90808         * platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
90809         * platform/qt/fast/forms/select-disabled-appearance-expected.png: Added.
90810         * platform/qt/fast/forms/select-display-none-style-resolve-expected.png: Added.
90811         * platform/qt/fast/forms/select-empty-option-height-expected.png: Added.
90812         * platform/qt/fast/forms/select-selected-expected.png: Added.
90813         * platform/qt/fast/forms/select-size-expected.png: Added.
90814         * platform/qt/fast/forms/select-style-expected.png: Added.
90815         * platform/qt/fast/forms/stuff-on-my-optgroup-expected.png: Added.
90816         * platform/qt/fast/forms/textfield-overflow-by-value-update-expected.png: Added.
90817         * platform/qt/fast/frames/002-expected.png: Added.
90818         * platform/qt/fast/frames/calculate-round-expected.png: Added.
90819         * platform/qt/fast/frames/content-opacity-1-expected.png: Added.
90820         * platform/qt/fast/frames/content-opacity-2-expected.png: Added.
90821         * platform/qt/fast/frames/empty-cols-attribute-expected.png: Added.
90822         * platform/qt/fast/frames/empty-frame-src-expected.png: Added.
90823         * platform/qt/fast/frames/frame-length-fractional-expected.png: Added.
90824         * platform/qt/fast/frames/frame-set-whitespace-attributes-expected.png: Added.
90825         * platform/qt/fast/frames/iframe-text-contents-expected.png: Added.
90826         * platform/qt/fast/frames/no-frame-borders-expected.png: Added.
90827         * platform/qt/fast/gradients/border-image-gradient-expected.png: Added.
90828         * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
90829         * platform/qt/fast/images/embed-image-expected.png: Added.
90830         * platform/qt/fast/images/favicon-as-image-expected.png: Added.
90831         * platform/qt/fast/images/image-css3-content-data-expected.png: Added.
90832         * platform/qt/fast/images/object-image-expected.png: Added.
90833         * platform/qt/fast/images/pdf-as-image-expected.png: Added.
90834         * platform/qt/fast/inline-block/004-expected.png: Added.
90835         * platform/qt/fast/inline-block/005-expected.png: Added.
90836         * platform/qt/fast/invalid/015-expected.png: Added.
90837         * platform/qt/fast/invalid/table-residual-style-crash-expected.png: Added.
90838         * platform/qt/fast/js/exception-linenums-in-html-3-expected.png: Added.
90839         * platform/qt/fast/js/missing-style-end-tag-js-expected.png: Added.
90840         * platform/qt/fast/js/missing-title-end-tag-js-expected.png: Added.
90841         * platform/qt/fast/layers/opacity-stacking-expected.png: Added.
90842         * platform/qt/fast/layers/positioned-inside-root-with-margins-expected.png: Added.
90843         * platform/qt/fast/layers/zindex-ridonkulous-expected.png: Added.
90844         * platform/qt/fast/media/implicit-media-all-expected.png: Added.
90845         * platform/qt/fast/media/media-query-invalid-value-expected.png: Added.
90846         * platform/qt/fast/media/monochrome-expected.png: Added.
90847         * platform/qt/fast/media/mq-min-pixel-ratio-expected.png: Added.
90848         * platform/qt/fast/overflow/position-relative-expected.png: Added.
90849         * platform/qt/fast/overflow/unreachable-content-test-expected.png: Added.
90850         * platform/qt/fast/parser/comment-in-script-expected.png: Added.
90851         * platform/qt/fast/parser/style-script-head-test-expected.png: Added.
90852         * platform/qt/fast/reflections/table-cell-expected.png: Added.
90853         * platform/qt/fast/repaint/background-generated-expected.png: Added.
90854         * platform/qt/fast/repaint/background-misaligned-expected.png: Added.
90855         * platform/qt/fast/repaint/canvas-putImageData-expected.png: Added.
90856         * platform/qt/fast/repaint/erase-overflow-expected.png: Added.
90857         * platform/qt/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
90858         * platform/qt/fast/repaint/float-new-in-block-expected.png: Added.
90859         * platform/qt/fast/repaint/inline-block-resize-expected.png: Added.
90860         * platform/qt/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
90861         * platform/qt/fast/repaint/intermediate-layout-position-expected.png: Added.
90862         * platform/qt/fast/repaint/layer-full-repaint-expected.png: Added.
90863         * platform/qt/fast/repaint/table-col-background-expected.png: Added.
90864         * platform/qt/fast/repaint/table-outer-border-expected.png: Added.
90865         * platform/qt/fast/repaint/table-row-expected.png: Added.
90866         * platform/qt/fast/repaint/table-section-overflow-expected.png: Added.
90867         * platform/qt/fast/replaced/008-expected.png: Added.
90868         * platform/qt/fast/replaced/image-tag-expected.png: Added.
90869         * platform/qt/fast/replaced/selection-rect-expected.png: Added.
90870         * platform/qt/fast/table/008-expected.png: Added.
90871         * platform/qt/fast/table/024-expected.png: Added.
90872         * platform/qt/fast/table/031-expected.png: Added.
90873         * platform/qt/fast/table/caption-relayout-expected.png: Added.
90874         * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Added.
90875         * platform/qt/fast/table/div-as-col-span-expected.png: Added.
90876         * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: Added.
90877         * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: Added.
90878         * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.png: Added.
90879         * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Added.
90880         * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: Added.
90881         * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.png: Added.
90882         * platform/qt/fast/table/giantRowspan-expected.png: Added.
90883         * platform/qt/fast/table/growCellForImageQuirk-expected.png: Added.
90884         * platform/qt/fast/table/percent-widths-stretch-expected.png: Added.
90885         * platform/qt/fast/table/vertical-align-baseline-readjust-expected.png: Added.
90886         * platform/qt/fast/text/align-center-rtl-spill-expected.png: Added.
90887         * platform/qt/fast/text/basic/013-expected.png: Added.
90888         * platform/qt/fast/text/basic/015-expected.png: Added.
90889         * platform/qt/fast/text/line-breaks-expected.png: Added.
90890         * platform/qt/fast/text/soft-hyphen-3-expected.png: Added.
90891         * platform/qt/fast/text/stripNullFromText-expected.png: Added.
90892         * platform/qt/fast/text/whitespace/017-expected.png: Added.
90893         * platform/qt/fast/tokenizer/missing-style-end-tag-1-expected.png: Added.
90894         * platform/qt/fast/tokenizer/missing-style-end-tag-2-expected.png: Added.
90895         * platform/qt/fast/tokenizer/script-after-frameset-expected.png: Added.
90896         * platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Added.
90897         * platform/qt/http/tests/security/contentSecurityPolicy/xsl-blocked-expected.png: Added.
90898         * platform/qt/svg/as-background-image/svg-as-background-1-expected.png: Added.
90899         * platform/qt/svg/as-background-image/svg-as-background-2-expected.png: Added.
90900         * platform/qt/svg/as-background-image/svg-as-background-3-expected.png: Added.
90901         * platform/qt/svg/as-background-image/svg-as-background-6-expected.png: Added.
90902         * platform/qt/svg/as-background-image/svg-as-background-expected.png: Added.
90903         * platform/qt/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
90904         * platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
90905         * platform/qt/svg/as-image/svg-as-image-expected.png: Added.
90906         * platform/qt/svg/as-image/svg-as-relative-image-expected.png: Added.
90907         * platform/qt/svg/css/arrow-with-shadow-expected.png: Added.
90908         * platform/qt/svg/css/circle-in-mask-with-shadow-expected.png: Added.
90909         * platform/qt/svg/css/path-with-shadow-expected.png: Added.
90910         * platform/qt/svg/css/shadow-and-opacity-expected.png: Added.
90911         * platform/qt/svg/css/shadow-with-large-radius-expected.png: Added.
90912         * platform/qt/svg/css/shadow-with-negative-offset-expected.png: Added.
90913         * platform/qt/svg/custom/animation-currentColor-expected.png: Added.
90914         * platform/qt/svg/custom/clip-path-id-changes-expected.png: Added.
90915         * platform/qt/svg/custom/createImageElement-expected.png: Added.
90916         * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Added.
90917         * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
90918         * platform/qt/svg/custom/js-update-image-and-display-expected.png: Added.
90919         * platform/qt/svg/custom/js-update-image-and-display2-expected.png: Added.
90920         * platform/qt/svg/custom/js-update-image-and-display3-expected.png: Added.
90921         * platform/qt/svg/custom/marker-opacity-expected.png: Added.
90922         * platform/qt/svg/custom/marker-referencePoint-expected.png: Added.
90923         * platform/qt/svg/custom/marker-strokeWidth-changes-expected.png: Added.
90924         * platform/qt/svg/custom/mask-on-multiple-objects-expected.png: Added.
90925         * platform/qt/svg/custom/mask-with-default-value-expected.png: Added.
90926         * platform/qt/svg/custom/outer-svg-unknown-feature-expected.png: Added.
90927         * platform/qt/svg/custom/pan-direction-expected.png: Added.
90928         * platform/qt/svg/custom/pattern-excessive-malloc-expected.png: Added.
90929         * platform/qt/svg/custom/repaint-shadow-expected.png: Added.
90930         * platform/qt/svg/custom/transformedMaskFails-expected.png: Added.
90931         * platform/qt/svg/custom/use-inherit-style-expected.png: Added.
90932         * platform/qt/svg/custom/xhtml-no-svg-renderer-expected.png: Added.
90933         * platform/qt/svg/filters/feGaussianBlur-expected.png: Added.
90934         * platform/qt/svg/filters/feLighting-crash-expected.png: Added.
90935         * platform/qt/svg/filters/feMerge-expected.png: Added.
90936         * platform/qt/svg/filters/feMerge-wrong-input-expected.png: Added.
90937         * platform/qt/svg/filters/feOffset-expected.png: Added.
90938         * platform/qt/svg/filters/feTile-expected.png: Added.
90939         * platform/qt/svg/filters/filter-clip-expected.png: Added.
90940         * platform/qt/svg/filters/filter-rounding-issues-expected.png: Added.
90941         * platform/qt/svg/filters/shadow-on-filter-expected.png: Added.
90942         * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
90943         * platform/qt/svg/filters/subRegion-in-userSpace-expected.png: Added.
90944         * platform/qt/svg/hixie/error/006-expected.png: Added.
90945         * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.png: Added.
90946         * platform/qt/tables/mozilla/bugs/bug120107-expected.png: Added.
90947         * platform/qt/tables/mozilla/bugs/bug1271-expected.png: Added.
90948         * platform/qt/tables/mozilla/bugs/bug12908-2-expected.png: Added.
90949         * platform/qt/tables/mozilla/bugs/bug12910-2-expected.png: Added.
90950         * platform/qt/tables/mozilla/bugs/bug131020-2-expected.png: Added.
90951         * platform/qt/tables/mozilla/bugs/bug13169-expected.png: Added.
90952         * platform/qt/tables/mozilla/bugs/bug137388-3-expected.png: Added.
90953         * platform/qt/tables/mozilla/bugs/bug1818-3-expected.png: Added.
90954         * platform/qt/tables/mozilla/bugs/bug1818-6-expected.png: Added.
90955         * platform/qt/tables/mozilla/bugs/bug196870-expected.png: Added.
90956         * platform/qt/tables/mozilla/bugs/bug222336-expected.png: Added.
90957         * platform/qt/tables/mozilla/bugs/bug222467-expected.png: Added.
90958         * platform/qt/tables/mozilla/bugs/bug269566-expected.png: Added.
90959         * platform/qt/tables/mozilla/bugs/bug277062-expected.png: Added.
90960         * platform/qt/tables/mozilla/bugs/bug28933-expected.png: Added.
90961         * platform/qt/tables/mozilla/bugs/bug2954-expected.png: Added.
90962         * platform/qt/tables/mozilla/bugs/bug50695-2-expected.png: Added.
90963         * platform/qt/tables/mozilla/bugs/bug56201-expected.png: Added.
90964         * platform/qt/tables/mozilla/bugs/bug8032-2-expected.png: Added.
90965         * platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png: Added.
90966         * platform/qt/transitions/opacity-transition-zindex-expected.png: Added.
90967         * platform/qt/transitions/transition-end-event-rendering-expected.png: Added.
90968
90969 2012-10-26  'Pavel Feldman'  <pfeldman@chromium.org>
90970
90971         Not reviewed: chromiuim expectations updated.
90972
90973         * platform/chromium/TestExpectations:
90974
90975 2012-10-26  Kent Tamura  <tkent@chromium.org>
90976
90977         [Chromium-Win] Support shortTimeFormat
90978         https://bugs.webkit.org/show_bug.cgi?id=100471
90979
90980         Reviewed by Kentaro Hara.
90981
90982         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
90983         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
90984         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
90985         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
90986         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
90987         * platform/chromium/TestExpectations:
90988
90989 2012-10-26  Nandor Huszka  <hnandor@inf.u-szeged.hu>
90990
90991         [Qt] Unreviewed gardening.
90992
90993         Skip a new failing test introduced in r132554 that fails on 32 bit platforms.
90994         Remove another one that does not exists already.
90995
90996         * platform/qt/TestExpectations:
90997
90998 2012-10-25  Adam Barth  <abarth@webkit.org>
90999
91000         Unreviewed.
91001
91002         Skipping these tests again because Bug 96951 isn't actually fixed.
91003
91004         * platform/chromium/TestExpectations:
91005
91006 2012-10-25  Nico Weber  <thakis@chromium.org>
91007
91008         [chromium] Add expectations for fast/images/exif-orientation.html
91009         https://bugs.webkit.org/show_bug.cgi?id=100434
91010
91011         Unreviewed, just baselines.
91012
91013         * platform/chromium-linux/fast/images/exif-orientation-expected.png: Added.
91014         * platform/chromium-mac-lion/fast/images/exif-orientation-expected.png: Added.
91015         * platform/chromium-mac-snowleopard/fast/images/exif-orientation-expected.png: Added.
91016         * platform/chromium-mac/fast/images/exif-orientation-expected.png: Added.
91017         * platform/chromium-win/fast/images/exif-orientation-expected.png: Added.
91018         * platform/chromium/fast/images/exif-orientation-expected.png: Removed.
91019
91020 2012-10-25  Min Qin  <qinmin@chromium.org>
91021
91022         Fix a layout test crash if a TestWebkitPlugin is put inside an iframe
91023         https://bugs.webkit.org/show_bug.cgi?id=100406
91024
91025         Reviewed by Adam Barth.
91026
91027         Test for adding a webplugin into an iframe and make sure it doesn't crash.
91028
91029         * platform/chromium/plugins/plugin-inside-iframe-expected.txt: Added.
91030         * platform/chromium/plugins/plugin-inside-iframe.html: Added.
91031         * platform/chromium/plugins/resources/plugin-page.html: Added.
91032
91033 2012-10-25  Tom Sepez  <tsepez@chromium.org>
91034
91035         Test full-block-iframe-no-inherit.php generates an invalid X-XSS-PROTECTION header.
91036         https://bugs.webkit.org/show_bug.cgi?id=100423
91037
91038         Reviewed by Adam Barth.
91039
91040         Changed header syntax from full-block to mode=block.
91041
91042         * http/tests/security/xssAuditor/full-block-iframe-no-inherit.php:
91043
91044 2012-10-25  Filip Pizlo  <fpizlo@apple.com>
91045
91046         DFG Arrayify elimination should replace it with GetButterfly rather than Phantom
91047         https://bugs.webkit.org/show_bug.cgi?id=100441
91048
91049         Reviewed by Oliver Hunt and Gavin Barraclough.
91050
91051         * fast/js/dfg-arrayify-elimination-expected.txt: Added.
91052         * fast/js/dfg-arrayify-elimination.html: Added.
91053         * fast/js/jsc-test-list:
91054         * fast/js/script-tests/dfg-arrayify-elimination.js: Added.
91055         (foo):
91056
91057 2012-10-25  Keishi Hattori  <keishi@webkit.org>
91058
91059         Hide popup while transitioning from the suggestion picker to the calendar picker
91060         https://bugs.webkit.org/show_bug.cgi?id=99537
91061
91062         Reviewed by Kent Tamura.
91063
91064         * fast/forms/resources/picker-common.js:
91065         (popupOpenCallbackWrapper): Use didOpenPicker event.
91066
91067 2012-10-25  Sheriff Bot  <webkit.review.bot@gmail.com>
91068
91069         Unreviewed, rolling out r132514.
91070         http://trac.webkit.org/changeset/132514
91071         https://bugs.webkit.org/show_bug.cgi?id=100440
91072
91073         "Broke chromium content_browsertests AccessibilityAriaMenu
91074         AccessibilityInputRange AccessibilityListMarkers" (Requested
91075         by scheib on #webkit).
91076
91077         * accessibility/aria-checkbox-sends-notification.html:
91078         * accessibility/notification-listeners.html:
91079         * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification-expected.txt:
91080         * fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification-expected.txt:
91081         * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
91082         * platform/chromium/accessibility/add-to-menu-list-crashes.html:
91083         * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Removed.
91084         * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Removed.
91085         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Removed.
91086         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Removed.
91087         * platform/chromium/accessibility/text-change-notification-expected.txt: Removed.
91088         * platform/chromium/accessibility/text-change-notification.html: Removed.
91089
91090 2012-10-25  Vincent Scheib  <scheib@chromium.org>
91091
91092         Unreviewed rebaseline of tests failing after 132529 rolled out 132269.
91093
91094         See http://trac.webkit.org/changeset/132529 for details of the rollout.
91095
91096         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
91097         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
91098         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
91099         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
91100         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
91101         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
91102         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
91103         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
91104         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
91105         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
91106         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
91107         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
91108         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
91109         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
91110         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
91111         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
91112         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
91113         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
91114         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
91115         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
91116
91117 2012-10-25  Filip Pizlo  <fpizlo@apple.com>
91118
91119         REGRESSION (r131793-r131826): Crash going to wikifonia.org
91120         https://bugs.webkit.org/show_bug.cgi?id=100281
91121
91122         Reviewed by Oliver Hunt.
91123
91124         * fast/js/jsc-test-list:
91125         * fast/js/resolve-arguments-from-scope-expected.txt: Added.
91126         * fast/js/resolve-arguments-from-scope.html: Added.
91127         * fast/js/script-tests/resolve-arguments-from-scope.js: Added.
91128         (bar):
91129         (foo):
91130
91131 2012-10-25  Simon Fraser  <simon.fraser@apple.com>
91132
91133         Tiled layers are missing content on zooming
91134         https://bugs.webkit.org/show_bug.cgi?id=100422
91135
91136         Reviewed by Beth Dakin.
91137
91138         New test for zooming with a tiled layer, and adjust an existing result.
91139         
91140         * compositing/tiling/tile-cache-zoomed-expected.txt: Added.
91141         * compositing/tiling/tile-cache-zoomed.html: Added.
91142         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
91143
91144 2012-10-25  Roger Fong  <roger_fong@apple.com>
91145
91146         Unreviewed. Add results for svg/custom/patter-scaling.svg on Windows after r132026.
91147
91148         * platform/win/svg/custom/pattern-scaling-expected.txt: Added.
91149
91150 2012-10-25  Simon Fraser  <simon.fraser@apple.com>
91151
91152         Report the tile coverage rect in layer coords, and add some tests for tiled backing and zooming
91153         https://bugs.webkit.org/show_bug.cgi?id=100416
91154
91155         Reviewed by Beth Dakin.
91156
91157         New tests that exercise the page tiled backing under zooming.
91158
91159         * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt: Added.
91160         * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Added.
91161         * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled.html: Added.
91162         * platform/mac/tiled-drawing/tiled-drawing-zoom.html: Added.
91163
91164 2012-10-25  Mariusz Grzegorczyk  <mariusz.g@samsung.com>
91165
91166         [EFL] Add baselines for non problematic tests in editing subcategories: deleting, inserting, selection and style.
91167         https://bugs.webkit.org/show_bug.cgi?id=100126
91168
91169         Unreviewed EFL gardening.
91170
91171         * platform/efl-wk1/TestExpectations:
91172         * platform/efl-wk2/TestExpectations:
91173         * platform/efl/TestExpectations:
91174         * platform/efl/editing/deleting/4922367-expected.png: Added.
91175         * platform/efl/editing/deleting/4922367-expected.txt: Added.
91176         * platform/efl/editing/deleting/5099303-expected.png: Added.
91177         * platform/efl/editing/deleting/5099303-expected.txt: Added.
91178         * platform/efl/editing/deleting/5126166-expected.png: Added.
91179         * platform/efl/editing/deleting/5126166-expected.txt: Added.
91180         * platform/efl/editing/deleting/5144139-2-expected.png: Added.
91181         * platform/efl/editing/deleting/5144139-2-expected.txt: Added.
91182         * platform/efl/editing/deleting/5206311-1-expected.png: Added.
91183         * platform/efl/editing/deleting/5206311-1-expected.txt: Added.
91184         * platform/efl/editing/deleting/5272440-expected.png: Added.
91185         * platform/efl/editing/deleting/5272440-expected.txt: Added.
91186         * platform/efl/editing/deleting/5369009-expected.png: Added.
91187         * platform/efl/editing/deleting/5369009-expected.txt: Added.
91188         * platform/efl/editing/deleting/5433862-2-expected.png: Added.
91189         * platform/efl/editing/deleting/5433862-2-expected.txt: Added.
91190         * platform/efl/editing/deleting/5483370-expected.png: Added.
91191         * platform/efl/editing/deleting/5483370-expected.txt: Added.
91192         * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Added.
91193         * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: Added.
91194         * platform/efl/editing/deleting/delete-3608445-fix-expected.png: Added.
91195         * platform/efl/editing/deleting/delete-3608445-fix-expected.txt: Added.
91196         * platform/efl/editing/deleting/delete-3608462-fix-expected.png: Added.
91197         * platform/efl/editing/deleting/delete-3608462-fix-expected.txt: Added.
91198         * platform/efl/editing/deleting/delete-3775172-fix-expected.png: Added.
91199         * platform/efl/editing/deleting/delete-3775172-fix-expected.txt: Added.
91200         * platform/efl/editing/deleting/delete-3857753-fix-expected.png: Added.
91201         * platform/efl/editing/deleting/delete-3857753-fix-expected.txt: Added.
91202         * platform/efl/editing/deleting/delete-3865854-fix-expected.png: Added.
91203         * platform/efl/editing/deleting/delete-3865854-fix-expected.txt: Added.
91204         * platform/efl/editing/deleting/delete-3928305-fix-expected.png: Added.
91205         * platform/efl/editing/deleting/delete-3928305-fix-expected.txt: Added.
91206         * platform/efl/editing/deleting/delete-4083333-fix-expected.png: Added.
91207         * platform/efl/editing/deleting/delete-4083333-fix-expected.txt: Added.
91208         * platform/efl/editing/deleting/delete-after-span-ws-001-expected.png: Added.
91209         * platform/efl/editing/deleting/delete-after-span-ws-001-expected.txt: Added.
91210         * platform/efl/editing/deleting/delete-after-span-ws-002-expected.png: Added.
91211         * platform/efl/editing/deleting/delete-after-span-ws-002-expected.txt: Added.
91212         * platform/efl/editing/deleting/delete-after-span-ws-003-expected.png: Added.
91213         * platform/efl/editing/deleting/delete-after-span-ws-003-expected.txt: Added.
91214         * platform/efl/editing/deleting/delete-and-undo-expected.png: Added.
91215         * platform/efl/editing/deleting/delete-and-undo-expected.txt: Added.
91216         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: Added.
91217         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: Added.
91218         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: Added.
91219         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: Added.
91220         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: Added.
91221         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: Added.
91222         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: Added.
91223         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: Added.
91224         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: Added.
91225         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: Added.
91226         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: Added.
91227         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: Added.
91228         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: Added.
91229         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Added.
91230         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: Added.
91231         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: Added.
91232         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: Added.
91233         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: Added.
91234         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: Added.
91235         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: Added.
91236         * platform/efl/editing/deleting/delete-at-start-or-end-expected.png: Added.
91237         * platform/efl/editing/deleting/delete-at-start-or-end-expected.txt: Added.
91238         * platform/efl/editing/deleting/delete-block-contents-001-expected.png: Added.
91239         * platform/efl/editing/deleting/delete-block-contents-001-expected.txt: Added.
91240         * platform/efl/editing/deleting/delete-block-contents-002-expected.png: Added.
91241         * platform/efl/editing/deleting/delete-block-contents-002-expected.txt: Added.
91242         * platform/efl/editing/deleting/delete-block-contents-003-expected.png: Added.
91243         * platform/efl/editing/deleting/delete-block-contents-003-expected.txt: Added.
91244         * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.png: Added.
91245         * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.txt: Added.
91246         * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.png: Added.
91247         * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.txt: Added.
91248         * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.png: Added.
91249         * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.txt: Added.
91250         * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.png: Added.
91251         * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.txt: Added.
91252         * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.png: Added.
91253         * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.txt: Added.
91254         * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.png: Added.
91255         * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.txt: Added.
91256         * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.png: Added.
91257         * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.txt: Added.
91258         * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.png: Added.
91259         * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.txt: Added.
91260         * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.png: Added.
91261         * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.txt: Added.
91262         * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.png: Added.
91263         * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.txt: Added.
91264         * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.png: Added.
91265         * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.txt: Added.
91266         * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.png: Added.
91267         * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.txt: Added.
91268         * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.png: Added.
91269         * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.txt: Added.
91270         * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.png: Added.
91271         * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.txt: Added.
91272         * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.png: Added.
91273         * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.txt: Added.
91274         * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.png: Added.
91275         * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.txt: Added.
91276         * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.png: Added.
91277         * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.txt: Added.
91278         * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.png: Added.
91279         * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.txt: Added.
91280         * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.png: Added.
91281         * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.txt: Added.
91282         * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.png: Added.
91283         * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.txt: Added.
91284         * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.png: Added.
91285         * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.txt: Added.
91286         * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.png: Added.
91287         * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.txt: Added.
91288         * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.png: Added.
91289         * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.txt: Added.
91290         * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.png: Added.
91291         * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.txt: Added.
91292         * platform/efl/editing/deleting/delete-br-001-expected.png: Added.
91293         * platform/efl/editing/deleting/delete-br-001-expected.txt: Added.
91294         * platform/efl/editing/deleting/delete-br-002-expected.png: Added.
91295         * platform/efl/editing/deleting/delete-br-002-expected.txt: Added.
91296         * platform/efl/editing/deleting/delete-br-003-expected.png: Added.
91297         * platform/efl/editing/deleting/delete-br-003-expected.txt: Added.
91298         * platform/efl/editing/deleting/delete-br-004-expected.png: Added.
91299         * platform/efl/editing/deleting/delete-br-004-expected.txt: Added.
91300         * platform/efl/editing/deleting/delete-br-005-expected.png: Added.
91301         * platform/efl/editing/deleting/delete-br-005-expected.txt: Added.
91302         * platform/efl/editing/deleting/delete-br-006-expected.png: Added.
91303         * platform/efl/editing/deleting/delete-br-006-expected.txt: Added.
91304         * platform/efl/editing/deleting/delete-br-007-expected.png: Added.
91305         * platform/efl/editing/deleting/delete-br-007-expected.txt: Added.
91306         * platform/efl/editing/deleting/delete-br-008-expected.png: Added.
91307         * platform/efl/editing/deleting/delete-br-008-expected.txt: Added.
91308         * platform/efl/editing/deleting/delete-br-009-expected.png: Added.
91309         * platform/efl/editing/deleting/delete-br-009-expected.txt: Added.
91310         * platform/efl/editing/deleting/delete-br-010-expected.png: Added.
91311         * platform/efl/editing/deleting/delete-br-010-expected.txt: Added.
91312         * platform/efl/editing/deleting/delete-br-013-expected.png: Added.
91313         * platform/efl/editing/deleting/delete-br-013-expected.txt: Added.
91314         * platform/efl/editing/deleting/delete-character-001-expected.png: Added.
91315         * platform/efl/editing/deleting/delete-character-001-expected.txt: Added.
91316         * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.png: Added.
91317         * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.txt: Added.
91318         * platform/efl/editing/deleting/delete-first-list-item-expected.png: Added.
91319         * platform/efl/editing/deleting/delete-first-list-item-expected.txt: Added.
91320         * platform/efl/editing/deleting/delete-hr-expected.png: Added.
91321         * platform/efl/editing/deleting/delete-hr-expected.txt: Added.
91322         * platform/efl/editing/deleting/delete-image-001-expected.png: Added.
91323         * platform/efl/editing/deleting/delete-image-001-expected.txt: Added.
91324         * platform/efl/editing/deleting/delete-image-002-expected.png: Added.
91325         * platform/efl/editing/deleting/delete-image-002-expected.txt: Added.
91326         * platform/efl/editing/deleting/delete-image-003-expected.png: Added.
91327         * platform/efl/editing/deleting/delete-image-003-expected.txt: Added.
91328         * platform/efl/editing/deleting/delete-image-004-expected.png: Added.
91329         * platform/efl/editing/deleting/delete-image-004-expected.txt: Added.
91330         * platform/efl/editing/deleting/delete-leading-ws-001-expected.png: Added.
91331         * platform/efl/editing/deleting/delete-leading-ws-001-expected.txt: Added.
91332         * platform/efl/editing/deleting/delete-line-001-expected.png: Added.
91333         * platform/efl/editing/deleting/delete-line-001-expected.txt: Added.
91334         * platform/efl/editing/deleting/delete-line-002-expected.png: Added.
91335         * platform/efl/editing/deleting/delete-line-002-expected.txt: Added.
91336         * platform/efl/editing/deleting/delete-line-003-expected.png: Added.
91337         * platform/efl/editing/deleting/delete-line-003-expected.txt: Added.
91338         * platform/efl/editing/deleting/delete-line-004-expected.png: Added.
91339         * platform/efl/editing/deleting/delete-line-004-expected.txt: Added.
91340         * platform/efl/editing/deleting/delete-line-005-expected.png: Added.
91341         * platform/efl/editing/deleting/delete-line-005-expected.txt: Added.
91342         * platform/efl/editing/deleting/delete-line-006-expected.png: Added.
91343         * platform/efl/editing/deleting/delete-line-006-expected.txt: Added.
91344         * platform/efl/editing/deleting/delete-line-007-expected.png: Added.
91345         * platform/efl/editing/deleting/delete-line-007-expected.txt: Added.
91346         * platform/efl/editing/deleting/delete-line-008-expected.png: Added.
91347         * platform/efl/editing/deleting/delete-line-008-expected.txt: Added.
91348         * platform/efl/editing/deleting/delete-line-009-expected.png: Added.
91349         * platform/efl/editing/deleting/delete-line-009-expected.txt: Added.
91350         * platform/efl/editing/deleting/delete-line-010-expected.png: Added.
91351         * platform/efl/editing/deleting/delete-line-010-expected.txt: Added.
91352         * platform/efl/editing/deleting/delete-line-011-expected.png: Added.
91353         * platform/efl/editing/deleting/delete-line-012-expected.png: Added.
91354         * platform/efl/editing/deleting/delete-line-012-expected.txt: Added.
91355         * platform/efl/editing/deleting/delete-line-013-expected.png: Added.
91356         * platform/efl/editing/deleting/delete-line-013-expected.txt: Added.
91357         * platform/efl/editing/deleting/delete-line-014-expected.png: Added.
91358         * platform/efl/editing/deleting/delete-line-014-expected.txt: Added.
91359         * platform/efl/editing/deleting/delete-line-015-expected.png: Added.
91360         * platform/efl/editing/deleting/delete-line-015-expected.txt: Added.
91361         * platform/efl/editing/deleting/delete-line-016-expected.png: Added.
91362         * platform/efl/editing/deleting/delete-line-016-expected.txt: Added.
91363         * platform/efl/editing/deleting/delete-line-017-expected.png: Added.
91364         * platform/efl/editing/deleting/delete-line-017-expected.txt: Added.
91365         * platform/efl/editing/deleting/delete-line-end-ws-001-expected.png: Added.
91366         * platform/efl/editing/deleting/delete-line-end-ws-001-expected.txt: Added.
91367         * platform/efl/editing/deleting/delete-line-end-ws-002-expected.png: Added.
91368         * platform/efl/editing/deleting/delete-line-end-ws-002-expected.txt: Added.
91369         * platform/efl/editing/deleting/delete-listitem-001-expected.png: Added.
91370         * platform/efl/editing/deleting/delete-listitem-001-expected.txt: Added.
91371         * platform/efl/editing/deleting/delete-listitem-002-expected.png: Added.
91372         * platform/efl/editing/deleting/delete-listitem-002-expected.txt: Added.
91373         * platform/efl/editing/deleting/delete-selection-001-expected.png: Added.
91374         * platform/efl/editing/deleting/delete-selection-001-expected.txt: Added.
91375         * platform/efl/editing/deleting/delete-tab-001-expected.png: Added.
91376         * platform/efl/editing/deleting/delete-tab-002-expected.png: Added.
91377         * platform/efl/editing/deleting/delete-tab-002-expected.txt: Added.
91378         * platform/efl/editing/deleting/delete-tab-003-expected.png: Added.
91379         * platform/efl/editing/deleting/delete-tab-003-expected.txt: Added.
91380         * platform/efl/editing/deleting/delete-tab-004-expected.png: Added.
91381         * platform/efl/editing/deleting/delete-to-select-table-expected.png: Added.
91382         * platform/efl/editing/deleting/delete-to-select-table-expected.txt: Added.
91383         * platform/efl/editing/deleting/delete-trailing-ws-001-expected.png: Added.
91384         * platform/efl/editing/deleting/delete-trailing-ws-001-expected.txt: Added.
91385         * platform/efl/editing/deleting/delete-trailing-ws-002-expected.png: Added.
91386         * platform/efl/editing/deleting/delete-trailing-ws-002-expected.txt: Added.
91387         * platform/efl/editing/deleting/delete-ws-fixup-001-expected.png: Added.
91388         * platform/efl/editing/deleting/delete-ws-fixup-001-expected.txt: Added.
91389         * platform/efl/editing/deleting/delete-ws-fixup-002-expected.png: Added.
91390         * platform/efl/editing/deleting/delete-ws-fixup-002-expected.txt: Added.
91391         * platform/efl/editing/deleting/delete-ws-fixup-003-expected.png: Added.
91392         * platform/efl/editing/deleting/delete-ws-fixup-003-expected.txt: Added.
91393         * platform/efl/editing/deleting/delete-ws-fixup-004-expected.png: Added.
91394         * platform/efl/editing/deleting/delete-ws-fixup-004-expected.txt: Added.
91395         * platform/efl/editing/deleting/forward-delete-expected.png: Added.
91396         * platform/efl/editing/deleting/forward-delete-expected.txt: Added.
91397         * platform/efl/editing/deleting/list-item-1-expected.png: Added.
91398         * platform/efl/editing/deleting/list-item-1-expected.txt: Added.
91399         * platform/efl/editing/deleting/merge-different-styles-expected.png: Added.
91400         * platform/efl/editing/deleting/merge-different-styles-expected.txt: Added.
91401         * platform/efl/editing/deleting/merge-endOfParagraph-expected.png: Added.
91402         * platform/efl/editing/deleting/merge-endOfParagraph-expected.txt: Added.
91403         * platform/efl/editing/deleting/merge-no-br-expected.png: Added.
91404         * platform/efl/editing/deleting/merge-no-br-expected.txt: Added.
91405         * platform/efl/editing/deleting/merge-unrendered-space-expected.png: Added.
91406         * platform/efl/editing/deleting/merge-unrendered-space-expected.txt: Added.
91407         * platform/efl/editing/deleting/merge-whitespace-pre-expected.png: Added.
91408         * platform/efl/editing/deleting/merge-whitespace-pre-expected.txt: Added.
91409         * platform/efl/editing/deleting/move-nodes-001-expected.png: Added.
91410         * platform/efl/editing/deleting/move-nodes-001-expected.txt: Added.
91411         * platform/efl/editing/deleting/non-smart-delete-expected.png: Added.
91412         * platform/efl/editing/deleting/non-smart-delete-expected.txt: Added.
91413         * platform/efl/editing/deleting/pruning-after-merge-2-expected.png: Added.
91414         * platform/efl/editing/deleting/pruning-after-merge-2-expected.txt: Added.
91415         * platform/efl/editing/deleting/smart-delete-001-expected.png: Added.
91416         * platform/efl/editing/deleting/smart-delete-001-expected.txt: Added.
91417         * platform/efl/editing/deleting/smart-delete-002-expected.png: Added.
91418         * platform/efl/editing/deleting/table-cells-expected.png: Added.
91419         * platform/efl/editing/deleting/table-cells-expected.txt: Added.
91420         * platform/efl/editing/deleting/transpose-empty-expected.png: Added.
91421         * platform/efl/editing/deleting/transpose-empty-expected.txt: Added.
91422         * platform/efl/editing/deleting/type-delete-after-quote-expected.png: Added.
91423         * platform/efl/editing/deleting/type-delete-after-quote-expected.txt: Added.
91424         * platform/efl/editing/inserting/12882-expected.png: Added.
91425         * platform/efl/editing/inserting/12882-expected.txt: Added.
91426         * platform/efl/editing/inserting/4278698-expected.png: Added.
91427         * platform/efl/editing/inserting/4278698-expected.txt: Added.
91428         * platform/efl/editing/inserting/4840662-expected.png: Added.
91429         * platform/efl/editing/inserting/4840662-expected.txt: Added.
91430         * platform/efl/editing/inserting/4875189-1-expected.png: Added.
91431         * platform/efl/editing/inserting/4875189-1-expected.txt: Added.
91432         * platform/efl/editing/inserting/4875189-2-expected.png: Added.
91433         * platform/efl/editing/inserting/4875189-2-expected.txt: Added.
91434         * platform/efl/editing/inserting/4959067-expected.png: Added.
91435         * platform/efl/editing/inserting/4959067-expected.txt: Added.
91436         * platform/efl/editing/inserting/4960120-1-expected.png: Added.
91437         * platform/efl/editing/inserting/4960120-1-expected.txt: Added.
91438         * platform/efl/editing/inserting/4960120-2-expected.png: Added.
91439         * platform/efl/editing/inserting/4960120-2-expected.txt: Added.
91440         * platform/efl/editing/inserting/5002441-expected.png: Added.
91441         * platform/efl/editing/inserting/5002441-expected.txt: Added.
91442         * platform/efl/editing/inserting/5058163-1-expected.png: Added.
91443         * platform/efl/editing/inserting/5058163-1-expected.txt: Added.
91444         * platform/efl/editing/inserting/5058163-2-expected.png: Added.
91445         * platform/efl/editing/inserting/5058163-2-expected.txt: Added.
91446         * platform/efl/editing/inserting/5156401-2-expected.png: Added.
91447         * platform/efl/editing/inserting/5156401-2-expected.txt: Added.
91448         * platform/efl/editing/inserting/5418891-expected.png: Added.
91449         * platform/efl/editing/inserting/5418891-expected.txt: Added.
91450         * platform/efl/editing/inserting/5510537-expected.png: Added.
91451         * platform/efl/editing/inserting/5510537-expected.txt: Added.
91452         * platform/efl/editing/inserting/5549929-2-expected.png: Added.
91453         * platform/efl/editing/inserting/5549929-2-expected.txt: Added.
91454         * platform/efl/editing/inserting/5549929-3-expected.png: Added.
91455         * platform/efl/editing/inserting/5549929-3-expected.txt: Added.
91456         * platform/efl/editing/inserting/6703873-expected.png: Added.
91457         * platform/efl/editing/inserting/6703873-expected.txt: Added.
91458         * platform/efl/editing/inserting/editable-html-element-expected.png: Added.
91459         * platform/efl/editing/inserting/editable-html-element-expected.txt: Added.
91460         * platform/efl/editing/inserting/editable-inline-element-expected.png: Added.
91461         * platform/efl/editing/inserting/editable-inline-element-expected.txt: Added.
91462         * platform/efl/editing/inserting/edited-whitespace-1-expected.png: Added.
91463         * platform/efl/editing/inserting/edited-whitespace-1-expected.txt: Added.
91464         * platform/efl/editing/inserting/editing-empty-divs-expected.png: Added.
91465         * platform/efl/editing/inserting/editing-empty-divs-expected.txt: Added.
91466         * platform/efl/editing/inserting/insert-3654864-fix-expected.png: Added.
91467         * platform/efl/editing/inserting/insert-3654864-fix-expected.txt: Added.
91468         * platform/efl/editing/inserting/insert-3775316-fix-expected.png: Added.
91469         * platform/efl/editing/inserting/insert-3775316-fix-expected.txt: Added.
91470         * platform/efl/editing/inserting/insert-3778059-fix-expected.png: Added.
91471         * platform/efl/editing/inserting/insert-3778059-fix-expected.txt: Added.
91472         * platform/efl/editing/inserting/insert-3800346-fix-expected.png: Added.
91473         * platform/efl/editing/inserting/insert-3800346-fix-expected.txt: Added.
91474         * platform/efl/editing/inserting/insert-3851164-fix-expected.png: Added.
91475         * platform/efl/editing/inserting/insert-3851164-fix-expected.txt: Added.
91476         * platform/efl/editing/inserting/insert-after-delete-001-expected.png: Added.
91477         * platform/efl/editing/inserting/insert-after-delete-001-expected.txt: Added.
91478         * platform/efl/editing/inserting/insert-at-end-01-expected.png: Added.
91479         * platform/efl/editing/inserting/insert-at-end-01-expected.txt: Added.
91480         * platform/efl/editing/inserting/insert-at-end-02-expected.png: Added.
91481         * platform/efl/editing/inserting/insert-at-end-02-expected.txt: Added.
91482         * platform/efl/editing/inserting/insert-br-001-expected.png: Added.
91483         * platform/efl/editing/inserting/insert-br-001-expected.txt: Added.
91484         * platform/efl/editing/inserting/insert-br-002-expected.png: Added.
91485         * platform/efl/editing/inserting/insert-br-002-expected.txt: Added.
91486         * platform/efl/editing/inserting/insert-br-003-expected.png: Added.
91487         * platform/efl/editing/inserting/insert-br-003-expected.txt: Added.
91488         * platform/efl/editing/inserting/insert-br-004-expected.png: Added.
91489         * platform/efl/editing/inserting/insert-br-004-expected.txt: Added.
91490         * platform/efl/editing/inserting/insert-br-005-expected.png: Added.
91491         * platform/efl/editing/inserting/insert-br-005-expected.txt: Added.
91492         * platform/efl/editing/inserting/insert-br-006-expected.png: Added.
91493         * platform/efl/editing/inserting/insert-br-006-expected.txt: Added.
91494         * platform/efl/editing/inserting/insert-br-007-expected.png: Added.
91495         * platform/efl/editing/inserting/insert-br-007-expected.txt: Added.
91496         * platform/efl/editing/inserting/insert-br-008-expected.png: Added.
91497         * platform/efl/editing/inserting/insert-br-008-expected.txt: Added.
91498         * platform/efl/editing/inserting/insert-br-009-expected.png: Added.
91499         * platform/efl/editing/inserting/insert-br-009-expected.txt: Added.
91500         * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.png: Added.
91501         * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.txt: Added.
91502         * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.png: Added.
91503         * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.txt: Added.
91504         * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.png: Added.
91505         * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.txt: Added.
91506         * platform/efl/editing/inserting/insert-br-quoted-001-expected.png: Added.
91507         * platform/efl/editing/inserting/insert-br-quoted-001-expected.txt: Added.
91508         * platform/efl/editing/inserting/insert-br-quoted-002-expected.png: Added.
91509         * platform/efl/editing/inserting/insert-br-quoted-002-expected.txt: Added.
91510         * platform/efl/editing/inserting/insert-br-quoted-003-expected.png: Added.
91511         * platform/efl/editing/inserting/insert-br-quoted-003-expected.txt: Added.
91512         * platform/efl/editing/inserting/insert-br-quoted-004-expected.png: Added.
91513         * platform/efl/editing/inserting/insert-br-quoted-004-expected.txt: Added.
91514         * platform/efl/editing/inserting/insert-br-quoted-005-expected.png: Added.
91515         * platform/efl/editing/inserting/insert-br-quoted-005-expected.txt: Added.
91516         * platform/efl/editing/inserting/insert-br-quoted-006-expected.png: Added.
91517         * platform/efl/editing/inserting/insert-br-quoted-006-expected.txt: Added.
91518         * platform/efl/editing/inserting/insert-div-001-expected.png: Added.
91519         * platform/efl/editing/inserting/insert-div-001-expected.txt: Added.
91520         * platform/efl/editing/inserting/insert-div-002-expected.png: Added.
91521         * platform/efl/editing/inserting/insert-div-002-expected.txt: Added.
91522         * platform/efl/editing/inserting/insert-div-003-expected.png: Added.
91523         * platform/efl/editing/inserting/insert-div-003-expected.txt: Added.
91524         * platform/efl/editing/inserting/insert-div-004-expected.png: Added.
91525         * platform/efl/editing/inserting/insert-div-004-expected.txt: Added.
91526         * platform/efl/editing/inserting/insert-div-005-expected.png: Added.
91527         * platform/efl/editing/inserting/insert-div-005-expected.txt: Added.
91528         * platform/efl/editing/inserting/insert-div-006-expected.png: Added.
91529         * platform/efl/editing/inserting/insert-div-006-expected.txt: Added.
91530         * platform/efl/editing/inserting/insert-div-007-expected.png: Added.
91531         * platform/efl/editing/inserting/insert-div-007-expected.txt: Added.
91532         * platform/efl/editing/inserting/insert-div-008-expected.png: Added.
91533         * platform/efl/editing/inserting/insert-div-008-expected.txt: Added.
91534         * platform/efl/editing/inserting/insert-div-009-expected.png: Added.
91535         * platform/efl/editing/inserting/insert-div-009-expected.txt: Added.
91536         * platform/efl/editing/inserting/insert-div-010-expected.png: Added.
91537         * platform/efl/editing/inserting/insert-div-010-expected.txt: Added.
91538         * platform/efl/editing/inserting/insert-div-011-expected.png: Added.
91539         * platform/efl/editing/inserting/insert-div-011-expected.txt: Added.
91540         * platform/efl/editing/inserting/insert-div-012-expected.png: Added.
91541         * platform/efl/editing/inserting/insert-div-012-expected.txt: Added.
91542         * platform/efl/editing/inserting/insert-div-013-expected.png: Added.
91543         * platform/efl/editing/inserting/insert-div-013-expected.txt: Added.
91544         * platform/efl/editing/inserting/insert-div-014-expected.png: Added.
91545         * platform/efl/editing/inserting/insert-div-014-expected.txt: Added.
91546         * platform/efl/editing/inserting/insert-div-015-expected.png: Added.
91547         * platform/efl/editing/inserting/insert-div-015-expected.txt: Added.
91548         * platform/efl/editing/inserting/insert-div-016-expected.png: Added.
91549         * platform/efl/editing/inserting/insert-div-016-expected.txt: Added.
91550         * platform/efl/editing/inserting/insert-div-017-expected.png: Added.
91551         * platform/efl/editing/inserting/insert-div-017-expected.txt: Added.
91552         * platform/efl/editing/inserting/insert-div-018-expected.png: Added.
91553         * platform/efl/editing/inserting/insert-div-018-expected.txt: Added.
91554         * platform/efl/editing/inserting/insert-div-019-expected.png: Added.
91555         * platform/efl/editing/inserting/insert-div-019-expected.txt: Added.
91556         * platform/efl/editing/inserting/insert-div-020-expected.png: Added.
91557         * platform/efl/editing/inserting/insert-div-020-expected.txt: Added.
91558         * platform/efl/editing/inserting/insert-div-022-expected.png: Added.
91559         * platform/efl/editing/inserting/insert-div-022-expected.txt: Added.
91560         * platform/efl/editing/inserting/insert-div-023-expected.png: Added.
91561         * platform/efl/editing/inserting/insert-div-023-expected.txt: Added.
91562         * platform/efl/editing/inserting/insert-div-024-expected.png: Added.
91563         * platform/efl/editing/inserting/insert-div-024-expected.txt: Added.
91564         * platform/efl/editing/inserting/insert-div-025-expected.png: Added.
91565         * platform/efl/editing/inserting/insert-div-025-expected.txt: Added.
91566         * platform/efl/editing/inserting/insert-div-026-expected.png: Added.
91567         * platform/efl/editing/inserting/insert-div-026-expected.txt: Added.
91568         * platform/efl/editing/inserting/insert-div-027-expected.png: Added.
91569         * platform/efl/editing/inserting/insert-div-027-expected.txt: Added.
91570         * platform/efl/editing/inserting/insert-paragraph-01-expected.png: Added.
91571         * platform/efl/editing/inserting/insert-paragraph-01-expected.txt: Added.
91572         * platform/efl/editing/inserting/insert-paragraph-02-expected.png: Added.
91573         * platform/efl/editing/inserting/insert-paragraph-02-expected.txt: Added.
91574         * platform/efl/editing/inserting/insert-paragraph-03-expected.png: Added.
91575         * platform/efl/editing/inserting/insert-paragraph-03-expected.txt: Added.
91576         * platform/efl/editing/inserting/insert-paragraph-04-expected.png: Added.
91577         * platform/efl/editing/inserting/insert-paragraph-04-expected.txt: Added.
91578         * platform/efl/editing/inserting/insert-paragraph-05-expected.png: Added.
91579         * platform/efl/editing/inserting/insert-paragraph-05-expected.txt: Added.
91580         * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.png: Added.
91581         * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.txt: Added.
91582         * platform/efl/editing/inserting/insert-tab-001-expected.png: Added.
91583         * platform/efl/editing/inserting/insert-tab-001-expected.txt: Added.
91584         * platform/efl/editing/inserting/insert-tab-002-expected.png: Added.
91585         * platform/efl/editing/inserting/insert-tab-002-expected.txt: Added.
91586         * platform/efl/editing/inserting/insert-tab-003-expected.png: Added.
91587         * platform/efl/editing/inserting/insert-tab-003-expected.txt: Added.
91588         * platform/efl/editing/inserting/insert-tab-004-expected.png: Added.
91589         * platform/efl/editing/inserting/insert-tab-004-expected.txt: Added.
91590         * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.png: Added.
91591         * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.txt: Added.
91592         * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.png: Added.
91593         * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.txt: Added.
91594         * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.png: Added.
91595         * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.txt: Added.
91596         * platform/efl/editing/inserting/insert-text-with-newlines-expected.png: Added.
91597         * platform/efl/editing/inserting/insert-text-with-newlines-expected.txt: Added.
91598         * platform/efl/editing/inserting/line-break-expected.png: Added.
91599         * platform/efl/editing/inserting/line-break-expected.txt: Added.
91600         * platform/efl/editing/inserting/multiple-lines-selected-expected.png: Added.
91601         * platform/efl/editing/inserting/multiple-lines-selected-expected.txt: Added.
91602         * platform/efl/editing/inserting/paragraph-separator-01-expected.png: Added.
91603         * platform/efl/editing/inserting/paragraph-separator-01-expected.txt: Added.
91604         * platform/efl/editing/inserting/paragraph-separator-02-expected.png: Added.
91605         * platform/efl/editing/inserting/paragraph-separator-02-expected.txt: Added.
91606         * platform/efl/editing/inserting/paragraph-separator-03-expected.png: Added.
91607         * platform/efl/editing/inserting/paragraph-separator-03-expected.txt: Added.
91608         * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.png: Added.
91609         * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
91610         * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
91611         * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
91612         * platform/efl/editing/inserting/redo-expected.png: Added.
91613         * platform/efl/editing/inserting/redo-expected.txt: Added.
91614         * platform/efl/editing/inserting/return-key-with-selection-001-expected.png: Added.
91615         * platform/efl/editing/inserting/return-key-with-selection-001-expected.txt: Added.
91616         * platform/efl/editing/inserting/return-key-with-selection-002-expected.png: Added.
91617         * platform/efl/editing/inserting/return-key-with-selection-002-expected.txt: Added.
91618         * platform/efl/editing/inserting/return-key-with-selection-003-expected.png: Added.
91619         * platform/efl/editing/inserting/return-key-with-selection-003-expected.txt: Added.
91620         * platform/efl/editing/inserting/typing-001-expected.png: Added.
91621         * platform/efl/editing/inserting/typing-001-expected.txt: Added.
91622         * platform/efl/editing/inserting/typing-002-expected.png: Added.
91623         * platform/efl/editing/inserting/typing-002-expected.txt: Added.
91624         * platform/efl/editing/inserting/typing-003-expected.png: Added.
91625         * platform/efl/editing/inserting/typing-003-expected.txt: Added.
91626         * platform/efl/editing/inserting/typing-around-br-001-expected.png: Added.
91627         * platform/efl/editing/inserting/typing-around-br-001-expected.txt: Added.
91628         * platform/efl/editing/inserting/typing-around-image-001-expected.png: Added.
91629         * platform/efl/editing/inserting/typing-around-image-001-expected.txt: Added.
91630         * platform/efl/editing/inserting/typing-at-end-of-line-expected.png: Added.
91631         * platform/efl/editing/inserting/typing-at-end-of-line-expected.txt: Added.
91632         * platform/efl/editing/selection/13804-expected.png: Added.
91633         * platform/efl/editing/selection/13804-expected.txt: Added.
91634         * platform/efl/editing/selection/14971-expected.png: Added.
91635         * platform/efl/editing/selection/14971-expected.txt: Added.
91636         * platform/efl/editing/selection/4402375-expected.png: Added.
91637         * platform/efl/editing/selection/4402375-expected.txt: Added.
91638         * platform/efl/editing/selection/4776665-expected.png: Added.
91639         * platform/efl/editing/selection/4776665-expected.txt: Added.
91640         * platform/efl/editing/selection/4818145-expected.png: Added.
91641         * platform/efl/editing/selection/4818145-expected.txt: Added.
91642         * platform/efl/editing/selection/4866671-expected.png: Added.
91643         * platform/efl/editing/selection/4866671-expected.txt: Added.
91644         * platform/efl/editing/selection/4889598-expected.png: Added.
91645         * platform/efl/editing/selection/4889598-expected.txt: Added.
91646         * platform/efl/editing/selection/4895428-2-expected.png: Added.
91647         * platform/efl/editing/selection/4895428-2-expected.txt: Added.
91648         * platform/efl/editing/selection/4932260-1-expected.png: Added.
91649         * platform/efl/editing/selection/4932260-1-expected.txt: Added.
91650         * platform/efl/editing/selection/4932260-2-expected.png: Added.
91651         * platform/efl/editing/selection/4932260-2-expected.txt: Added.
91652         * platform/efl/editing/selection/4932260-3-expected.png: Added.
91653         * platform/efl/editing/selection/4932260-3-expected.txt: Added.
91654         * platform/efl/editing/selection/4947387-expected.png: Added.
91655         * platform/efl/editing/selection/4947387-expected.txt: Added.
91656         * platform/efl/editing/selection/4960116-expected.png: Added.
91657         * platform/efl/editing/selection/4960116-expected.txt: Added.
91658         * platform/efl/editing/selection/4960137-expected.png: Added.
91659         * platform/efl/editing/selection/4960137-expected.txt: Added.
91660         * platform/efl/editing/selection/4983858-expected.png: Added.
91661         * platform/efl/editing/selection/4983858-expected.txt: Added.
91662         * platform/efl/editing/selection/5057506-2-expected.png: Added.
91663         * platform/efl/editing/selection/5057506-2-expected.txt: Added.
91664         * platform/efl/editing/selection/5076323-1-expected.png: Added.
91665         * platform/efl/editing/selection/5076323-1-expected.txt: Added.
91666         * platform/efl/editing/selection/5076323-2-expected.png: Added.
91667         * platform/efl/editing/selection/5076323-2-expected.txt: Added.
91668         * platform/efl/editing/selection/5076323-3-expected.png: Added.
91669         * platform/efl/editing/selection/5076323-3-expected.txt: Added.
91670         * platform/efl/editing/selection/5081257-1-expected.png: Added.
91671         * platform/efl/editing/selection/5081257-1-expected.txt: Added.
91672         * platform/efl/editing/selection/5081257-2-expected.png: Added.
91673         * platform/efl/editing/selection/5081257-2-expected.txt: Added.
91674         * platform/efl/editing/selection/5099303-expected.png: Added.
91675         * platform/efl/editing/selection/5099303-expected.txt: Added.
91676         * platform/efl/editing/selection/5131716-1-expected.png: Added.
91677         * platform/efl/editing/selection/5131716-1-expected.txt: Added.
91678         * platform/efl/editing/selection/5131716-2-expected.png: Added.
91679         * platform/efl/editing/selection/5131716-2-expected.txt: Added.
91680         * platform/efl/editing/selection/5131716-3-expected.png: Added.
91681         * platform/efl/editing/selection/5131716-3-expected.txt: Added.
91682         * platform/efl/editing/selection/5131716-4-expected.png: Added.
91683         * platform/efl/editing/selection/5131716-4-expected.txt: Added.
91684         * platform/efl/editing/selection/5195166-2-expected.png: Added.
91685         * platform/efl/editing/selection/5195166-2-expected.txt: Added.
91686         * platform/efl/editing/selection/5232159-expected.png: Added.
91687         * platform/efl/editing/selection/5232159-expected.txt: Added.
91688         * platform/efl/editing/selection/5234383-1-expected.png: Added.
91689         * platform/efl/editing/selection/5234383-1-expected.txt: Added.
91690         * platform/efl/editing/selection/5234383-2-expected.png: Added.
91691         * platform/efl/editing/selection/5234383-2-expected.txt: Added.
91692         * platform/efl/editing/selection/5240265-expected.png: Added.
91693         * platform/efl/editing/selection/5240265-expected.txt: Added.
91694         * platform/efl/editing/selection/5333725-expected.png: Added.
91695         * platform/efl/editing/selection/5333725-expected.txt: Added.
91696         * platform/efl/editing/selection/6476-expected.png: Added.
91697         * platform/efl/editing/selection/6476-expected.txt: Added.
91698         * platform/efl/editing/selection/7152-1-expected.png: Added.
91699         * platform/efl/editing/selection/7152-1-expected.txt: Added.
91700         * platform/efl/editing/selection/addRange-expected.png: Added.
91701         * platform/efl/editing/selection/addRange-expected.txt: Added.
91702         * platform/efl/editing/selection/after-line-wrap-expected.png: Added.
91703         * platform/efl/editing/selection/after-line-wrap-expected.txt: Added.
91704         * platform/efl/editing/selection/caret-ltr-2-expected.png: Added.
91705         * platform/efl/editing/selection/caret-ltr-2-expected.txt: Added.
91706         * platform/efl/editing/selection/caret-ltr-2-left-expected.png: Added.
91707         * platform/efl/editing/selection/caret-ltr-2-left-expected.txt: Added.
91708         * platform/efl/editing/selection/caret-ltr-expected.png: Added.
91709         * platform/efl/editing/selection/caret-ltr-expected.txt: Added.
91710         * platform/efl/editing/selection/caret-rtl-2-expected.png: Added.
91711         * platform/efl/editing/selection/caret-rtl-2-expected.txt: Added.
91712         * platform/efl/editing/selection/caret-rtl-expected.png: Added.
91713         * platform/efl/editing/selection/caret-rtl-expected.txt: Added.
91714         * platform/efl/editing/selection/clear-selection-expected.png: Added.
91715         * platform/efl/editing/selection/clear-selection-expected.txt: Added.
91716         * platform/efl/editing/selection/click-start-of-line-expected.png: Added.
91717         * platform/efl/editing/selection/click-start-of-line-expected.txt: Added.
91718         * platform/efl/editing/selection/contenteditable-click-inside-expected.png: Added.
91719         * platform/efl/editing/selection/contenteditable-click-inside-expected.txt: Added.
91720         * platform/efl/editing/selection/display-table-text-expected.png: Added.
91721         * platform/efl/editing/selection/display-table-text-expected.txt: Added.
91722         * platform/efl/editing/selection/drag-in-iframe-expected.png: Added.
91723         * platform/efl/editing/selection/drag-in-iframe-expected.txt: Added.
91724         * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.png: Added.
91725         * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.txt: Added.
91726         * platform/efl/editing/selection/editable-html-element-expected.png: Added.
91727         * platform/efl/editing/selection/editable-html-element-expected.txt: Added.
91728         * platform/efl/editing/selection/editable-links-expected.png: Added.
91729         * platform/efl/editing/selection/editable-links-expected.txt: Added.
91730         * platform/efl/editing/selection/editable-non-editable-crash-expected.png: Added.
91731         * platform/efl/editing/selection/editable-non-editable-crash-expected.txt: Added.
91732         * platform/efl/editing/selection/end-of-document-expected.png: Added.
91733         * platform/efl/editing/selection/end-of-document-expected.txt: Added.
91734         * platform/efl/editing/selection/expanding-selections-expected.png: Added.
91735         * platform/efl/editing/selection/expanding-selections-expected.txt: Added.
91736         * platform/efl/editing/selection/expanding-selections2-expected.png: Added.
91737         * platform/efl/editing/selection/expanding-selections2-expected.txt: Added.
91738         * platform/efl/editing/selection/extend-by-character-001-expected.png: Added.
91739         * platform/efl/editing/selection/extend-by-character-001-expected.txt: Added.
91740         * platform/efl/editing/selection/extend-by-character-004-expected.png: Added.
91741         * platform/efl/editing/selection/extend-by-character-004-expected.txt: Added.
91742         * platform/efl/editing/selection/extend-by-character-005-expected.png: Added.
91743         * platform/efl/editing/selection/extend-by-character-005-expected.txt: Added.
91744         * platform/efl/editing/selection/extend-by-character-006-expected.png: Added.
91745         * platform/efl/editing/selection/extend-by-character-006-expected.txt: Added.
91746         * platform/efl/editing/selection/extend-by-sentence-001-expected.png: Added.
91747         * platform/efl/editing/selection/extend-by-sentence-001-expected.txt: Added.
91748         * platform/efl/editing/selection/extend-by-word-001-expected.png: Added.
91749         * platform/efl/editing/selection/extend-by-word-001-expected.txt: Added.
91750         * platform/efl/editing/selection/extend-inside-transforms-forward-expected.png: Added.
91751         * platform/efl/editing/selection/extend-inside-transforms-forward-expected.txt: Added.
91752         * platform/efl/editing/selection/focus-body-expected.png: Added.
91753         * platform/efl/editing/selection/focus-body-expected.txt: Added.
91754         * platform/efl/editing/selection/focus_editable_html-expected.png: Added.
91755         * platform/efl/editing/selection/focus_editable_html-expected.txt: Added.
91756         * platform/efl/editing/selection/image-before-linebreak-expected.png: Added.
91757         * platform/efl/editing/selection/image-before-linebreak-expected.txt: Added.
91758         * platform/efl/editing/selection/inline-closest-leaf-child-expected.png: Added.
91759         * platform/efl/editing/selection/inline-closest-leaf-child-expected.txt: Added.
91760         * platform/efl/editing/selection/leave-requested-block-expected.png: Added.
91761         * platform/efl/editing/selection/leave-requested-block-expected.txt: Added.
91762         * platform/efl/editing/selection/line-wrap-1-expected.png: Added.
91763         * platform/efl/editing/selection/line-wrap-1-expected.txt: Added.
91764         * platform/efl/editing/selection/line-wrap-2-expected.png: Added.
91765         * platform/efl/editing/selection/line-wrap-2-expected.txt: Added.
91766         * platform/efl/editing/selection/mixed-editability-1-expected.png: Added.
91767         * platform/efl/editing/selection/mixed-editability-1-expected.txt: Added.
91768         * platform/efl/editing/selection/mixed-editability-2-expected.png: Added.
91769         * platform/efl/editing/selection/mixed-editability-2-expected.txt: Added.
91770         * platform/efl/editing/selection/mixed-editability-3-expected.png: Added.
91771         * platform/efl/editing/selection/mixed-editability-3-expected.txt: Added.
91772         * platform/efl/editing/selection/mixed-editability-4-expected.png: Added.
91773         * platform/efl/editing/selection/mixed-editability-4-expected.txt: Added.
91774         * platform/efl/editing/selection/mixed-editability-5-expected.png: Added.
91775         * platform/efl/editing/selection/mixed-editability-5-expected.txt: Added.
91776         * platform/efl/editing/selection/mixed-editability-8-expected.png: Added.
91777         * platform/efl/editing/selection/mixed-editability-8-expected.txt: Added.
91778         * platform/efl/editing/selection/mixed-editability-9-expected.png: Added.
91779         * platform/efl/editing/selection/mixed-editability-9-expected.txt: Added.
91780         * platform/efl/editing/selection/move-3875618-fix-expected.png: Added.
91781         * platform/efl/editing/selection/move-3875618-fix-expected.txt: Added.
91782         * platform/efl/editing/selection/move-3875641-fix-expected.png: Added.
91783         * platform/efl/editing/selection/move-3875641-fix-expected.txt: Added.
91784         * platform/efl/editing/selection/move-backwords-by-word-001-expected.png: Added.
91785         * platform/efl/editing/selection/move-backwords-by-word-001-expected.txt: Added.
91786         * platform/efl/editing/selection/move-between-blocks-no-001-expected.png: Added.
91787         * platform/efl/editing/selection/move-between-blocks-no-001-expected.txt: Added.
91788         * platform/efl/editing/selection/move-between-blocks-yes-001-expected.png: Added.
91789         * platform/efl/editing/selection/move-between-blocks-yes-001-expected.txt: Added.
91790         * platform/efl/editing/selection/move-by-character-001-expected.png: Added.
91791         * platform/efl/editing/selection/move-by-character-001-expected.txt: Added.
91792         * platform/efl/editing/selection/move-by-character-002-expected.png: Added.
91793         * platform/efl/editing/selection/move-by-character-002-expected.txt: Added.
91794         * platform/efl/editing/selection/move-by-character-003-expected.png: Added.
91795         * platform/efl/editing/selection/move-by-character-003-expected.txt: Added.
91796         * platform/efl/editing/selection/move-by-character-004-expected.png: Added.
91797         * platform/efl/editing/selection/move-by-character-004-expected.txt: Added.
91798         * platform/efl/editing/selection/move-by-character-005-expected.png: Added.
91799         * platform/efl/editing/selection/move-by-character-005-expected.txt: Added.
91800         * platform/efl/editing/selection/move-by-character-6-expected.png: Added.
91801         * platform/efl/editing/selection/move-by-character-6-expected.txt: Added.
91802         * platform/efl/editing/selection/move-by-line-001-expected.png: Added.
91803         * platform/efl/editing/selection/move-by-line-001-expected.txt: Added.
91804         * platform/efl/editing/selection/move-by-line-002-expected.png: Added.
91805         * platform/efl/editing/selection/move-by-line-002-expected.txt: Added.
91806         * platform/efl/editing/selection/move-by-sentence-001-expected.png: Added.
91807         * platform/efl/editing/selection/move-by-sentence-001-expected.txt: Added.
91808         * platform/efl/editing/selection/move-by-sentence-linebreak-expected.png: Added.
91809         * platform/efl/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
91810         * platform/efl/editing/selection/move-by-word-001-expected.png: Added.
91811         * platform/efl/editing/selection/move-by-word-001-expected.txt: Added.
91812         * platform/efl/editing/selection/move-past-trailing-space-expected.png: Added.
91813         * platform/efl/editing/selection/move-past-trailing-space-expected.txt: Added.
91814         * platform/efl/editing/selection/node-removal-1-expected.png: Added.
91815         * platform/efl/editing/selection/node-removal-1-expected.txt: Added.
91816         * platform/efl/editing/selection/previous-line-position-expected.png: Added.
91817         * platform/efl/editing/selection/previous-line-position-expected.txt: Added.
91818         * platform/efl/editing/selection/replace-selection-1-expected.png: Added.
91819         * platform/efl/editing/selection/replace-selection-1-expected.txt: Added.
91820         * platform/efl/editing/selection/replaced-boundaries-1-expected.png: Added.
91821         * platform/efl/editing/selection/replaced-boundaries-1-expected.txt: Added.
91822         * platform/efl/editing/selection/replaced-boundaries-2-expected.png: Added.
91823         * platform/efl/editing/selection/replaced-boundaries-2-expected.txt: Added.
91824         * platform/efl/editing/selection/select-all-001-expected.png: Added.
91825         * platform/efl/editing/selection/select-all-001-expected.txt: Added.
91826         * platform/efl/editing/selection/select-all-iframe-expected.png: Added.
91827         * platform/efl/editing/selection/select-all-iframe-expected.txt: Added.
91828         * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.png: Added.
91829         * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.txt: Added.
91830         * platform/efl/editing/selection/selectNode-expected.png: Added.
91831         * platform/efl/editing/selection/selectNode-expected.txt: Added.
91832         * platform/efl/editing/selection/selectNodeContents-expected.png: Added.
91833         * platform/efl/editing/selection/selectNodeContents-expected.txt: Added.
91834         * platform/efl/editing/selection/selection-3748164-fix-expected.png: Added.
91835         * platform/efl/editing/selection/selection-3748164-fix-expected.txt: Added.
91836         * platform/efl/editing/selection/table-caret-1-expected.png: Added.
91837         * platform/efl/editing/selection/table-caret-1-expected.txt: Added.
91838         * platform/efl/editing/selection/table-caret-2-expected.png: Added.
91839         * platform/efl/editing/selection/table-caret-2-expected.txt: Added.
91840         * platform/efl/editing/selection/transformed-selection-rects-expected.png: Added.
91841         * platform/efl/editing/selection/transformed-selection-rects-expected.txt: Added.
91842         * platform/efl/editing/selection/triple-click-in-pre-expected.png: Added.
91843         * platform/efl/editing/selection/triple-click-in-pre-expected.txt: Added.
91844         * platform/efl/editing/selection/unrendered-001-expected.png: Added.
91845         * platform/efl/editing/selection/unrendered-001-expected.txt: Added.
91846         * platform/efl/editing/selection/unrendered-002-expected.png: Added.
91847         * platform/efl/editing/selection/unrendered-002-expected.txt: Added.
91848         * platform/efl/editing/selection/unrendered-003-expected.png: Added.
91849         * platform/efl/editing/selection/unrendered-003-expected.txt: Added.
91850         * platform/efl/editing/selection/unrendered-004-expected.png: Added.
91851         * platform/efl/editing/selection/unrendered-004-expected.txt: Added.
91852         * platform/efl/editing/selection/unrendered-005-expected.png: Added.
91853         * platform/efl/editing/selection/unrendered-005-expected.txt: Added.
91854         * platform/efl/editing/selection/unrendered-space-expected.png: Added.
91855         * platform/efl/editing/selection/unrendered-space-expected.txt: Added.
91856         * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
91857         * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added.
91858         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
91859         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added.
91860         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added.
91861         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added.
91862         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
91863         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
91864         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
91865         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added.
91866         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
91867         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added.
91868         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
91869         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
91870         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added.
91871         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added.
91872         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added.
91873         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added.
91874         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added.
91875         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added.
91876         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added.
91877         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added.
91878         * platform/efl/editing/selection/word-granularity-expected.png: Added.
91879         * platform/efl/editing/selection/word-granularity-expected.txt: Added.
91880         * platform/efl/editing/selection/wrapped-line-caret-1-expected.png: Added.
91881         * platform/efl/editing/selection/wrapped-line-caret-1-expected.txt: Added.
91882         * platform/efl/editing/selection/wrapped-line-caret-2-expected.png: Added.
91883         * platform/efl/editing/selection/wrapped-line-caret-2-expected.txt: Added.
91884         * platform/efl/editing/style/4916887-expected.png: Added.
91885         * platform/efl/editing/style/4916887-expected.txt: Added.
91886         * platform/efl/editing/style/5017613-2-expected.png: Added.
91887         * platform/efl/editing/style/5017613-2-expected.txt: Added.
91888         * platform/efl/editing/style/5046875-2-expected.png: Added.
91889         * platform/efl/editing/style/5046875-2-expected.txt: Added.
91890         * platform/efl/editing/style/5084241-expected.png: Added.
91891         * platform/efl/editing/style/5084241-expected.txt: Added.
91892         * platform/efl/editing/style/apple-style-editable-mix-expected.png: Added.
91893         * platform/efl/editing/style/apple-style-editable-mix-expected.txt: Added.
91894         * platform/efl/editing/style/block-style-001-expected.png: Added.
91895         * platform/efl/editing/style/block-style-001-expected.txt: Added.
91896         * platform/efl/editing/style/block-style-002-expected.png: Added.
91897         * platform/efl/editing/style/block-style-002-expected.txt: Added.
91898         * platform/efl/editing/style/block-style-003-expected.png: Added.
91899         * platform/efl/editing/style/block-style-003-expected.txt: Added.
91900         * platform/efl/editing/style/block-styles-007-expected.png: Added.
91901         * platform/efl/editing/style/block-styles-007-expected.txt: Added.
91902         * platform/efl/editing/style/create-block-for-style-001-expected.png: Added.
91903         * platform/efl/editing/style/create-block-for-style-001-expected.txt: Added.
91904         * platform/efl/editing/style/create-block-for-style-002-expected.png: Added.
91905         * platform/efl/editing/style/create-block-for-style-002-expected.txt: Added.
91906         * platform/efl/editing/style/create-block-for-style-003-expected.png: Added.
91907         * platform/efl/editing/style/create-block-for-style-003-expected.txt: Added.
91908         * platform/efl/editing/style/create-block-for-style-004-expected.png: Added.
91909         * platform/efl/editing/style/create-block-for-style-004-expected.txt: Added.
91910         * platform/efl/editing/style/create-block-for-style-005-expected.png: Added.
91911         * platform/efl/editing/style/create-block-for-style-005-expected.txt: Added.
91912         * platform/efl/editing/style/create-block-for-style-006-expected.png: Added.
91913         * platform/efl/editing/style/create-block-for-style-006-expected.txt: Added.
91914         * platform/efl/editing/style/create-block-for-style-007-expected.png: Added.
91915         * platform/efl/editing/style/create-block-for-style-007-expected.txt: Added.
91916         * platform/efl/editing/style/create-block-for-style-008-expected.png: Added.
91917         * platform/efl/editing/style/create-block-for-style-008-expected.txt: Added.
91918         * platform/efl/editing/style/create-block-for-style-009-expected.png: Added.
91919         * platform/efl/editing/style/create-block-for-style-009-expected.txt: Added.
91920         * platform/efl/editing/style/create-block-for-style-010-expected.png: Added.
91921         * platform/efl/editing/style/create-block-for-style-010-expected.txt: Added.
91922         * platform/efl/editing/style/create-block-for-style-011-expected.png: Added.
91923         * platform/efl/editing/style/create-block-for-style-011-expected.txt: Added.
91924         * platform/efl/editing/style/create-block-for-style-012-expected.png: Added.
91925         * platform/efl/editing/style/create-block-for-style-012-expected.txt: Added.
91926         * platform/efl/editing/style/create-block-for-style-013-expected.png: Added.
91927         * platform/efl/editing/style/create-block-for-style-013-expected.txt: Added.
91928         * platform/efl/editing/style/designmode-expected.png: Added.
91929         * platform/efl/editing/style/designmode-expected.txt: Added.
91930         * platform/efl/editing/style/highlight-expected.png: Added.
91931         * platform/efl/editing/style/highlight-expected.txt: Added.
91932         * platform/efl/editing/style/relative-font-size-change-001-expected.png: Added.
91933         * platform/efl/editing/style/relative-font-size-change-001-expected.txt: Added.
91934         * platform/efl/editing/style/relative-font-size-change-002-expected.png: Added.
91935         * platform/efl/editing/style/relative-font-size-change-002-expected.txt: Added.
91936         * platform/efl/editing/style/relative-font-size-change-003-expected.png: Added.
91937         * platform/efl/editing/style/relative-font-size-change-003-expected.txt: Added.
91938         * platform/efl/editing/style/relative-font-size-change-004-expected.png: Added.
91939         * platform/efl/editing/style/relative-font-size-change-004-expected.txt: Added.
91940         * platform/efl/editing/style/smoosh-styles-003-expected.png: Added.
91941         * platform/efl/editing/style/style-3681552-fix-001-expected.png: Added.
91942         * platform/efl/editing/style/style-3681552-fix-002-expected.png: Added.
91943         * platform/efl/editing/style/style-3681552-fix-002-expected.txt: Added.
91944         * platform/efl/editing/style/style-3998892-fix-expected.png: Added.
91945         * platform/efl/editing/style/style-3998892-fix-expected.txt: Added.
91946         * platform/efl/editing/style/style-boundary-001-expected.png: Added.
91947         * platform/efl/editing/style/style-boundary-001-expected.txt: Added.
91948         * platform/efl/editing/style/style-boundary-002-expected.png: Added.
91949         * platform/efl/editing/style/style-boundary-003-expected.png: Added.
91950         * platform/efl/editing/style/style-boundary-004-expected.png: Added.
91951         * platform/efl/editing/style/style-boundary-004-expected.txt: Added.
91952         * platform/efl/editing/style/table-selection-expected.png: Added.
91953         * platform/efl/editing/style/table-selection-expected.txt: Added.
91954         * platform/efl/editing/style/typing-style-001-expected.png: Added.
91955         * platform/efl/editing/style/typing-style-002-expected.png: Added.
91956         * platform/efl/editing/style/unbold-in-bold-expected.png: Added.
91957         * platform/efl/editing/style/unbold-in-bold-expected.txt: Added.
91958
91959 2012-10-25  Roger Fong  <roger_fong@apple.com>
91960
91961         Unreviewed. Rebaselining failing expected results for fast/css/image-set-setting.html on Windows after r132388.
91962
91963         * platform/win/fast/css/image-set-setting-expected.txt:
91964
91965 2012-10-25  Sheriff Bot  <webkit.review.bot@gmail.com>
91966
91967         Unreviewed, rolling out r132269.
91968         http://trac.webkit.org/changeset/132269
91969         https://bugs.webkit.org/show_bug.cgi?id=100412
91970
91971         "Speculative rollout of r132269 in hopes of fixing a
91972         mysterious recalcStyle crasher" (Requested by eseidel on
91973         #webkit).
91974
91975         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
91976         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
91977         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
91978         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
91979         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
91980         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
91981         * fast/forms/pseudo-elements-expected.html: Removed.
91982         * fast/forms/pseudo-elements.html: Removed.
91983         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
91984         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
91985         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
91986         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
91987         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
91988         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
91989         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
91990         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
91991         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
91992         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
91993         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
91994         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
91995         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
91996         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
91997         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
91998         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
91999         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
92000         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
92001         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
92002         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
92003         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
92004         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
92005
92006 2012-10-25  Stephen White  <senorblanco@chromium.org>
92007
92008         Add new layout test for reference filters.
92009         https://bugs.webkit.org/show_bug.cgi?id=97715
92010
92011         Reviewed by Nate Chapin.
92012
92013         * css3/filters/reference-filter-update-after-remove-expected.txt: Added.
92014         * css3/filters/reference-filter-update-after-remove.html: Added.
92015
92016 2012-10-25  Simon Fraser  <simon.fraser@apple.com>
92017
92018         Incorrect tile size in the slow scrolling case
92019         https://bugs.webkit.org/show_bug.cgi?id=100411
92020
92021         Reviewed by Beth Dakin.
92022
92023         New result with better tile size.
92024
92025         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
92026
92027 2012-10-25  Roger Fong  <roger_fong@apple.com>
92028
92029         Unreviewed. Skipping inspector/elements/update-shadowdom.html. 
92030         Feature in https://bugs.webkit.org/show_bug.cgi?id=99567 not supported on Windows ports.
92031
92032         * platform/win/TestExpectations:
92033
92034 2012-10-25  Nico Weber  <thakis@chromium.org>
92035
92036         Move ImageOrientation transform back in CG space (lower-left origin), adapt the skia code to work with that, turn on feature for chromium
92037         https://bugs.webkit.org/show_bug.cgi?id=100319
92038
92039         Reviewed by Eric Seidel.
92040
92041         * platform/chromium/TestExpectations:
92042
92043 2012-10-25  Simon Fraser  <simon.fraser@apple.com>
92044
92045         Log the tile cache tile size in test output
92046         https://bugs.webkit.org/show_bug.cgi?id=100409
92047
92048         Reviewed by Beth Dakin.
92049
92050         New results with tile size in the output.
92051
92052         * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt:
92053         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
92054         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
92055         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:
92056
92057 2012-10-25  Zan Dobersek  <zandobersek@gmail.com>
92058
92059         Unreviewed GTK gardening.
92060
92061         Removing three fast/lists test failure expectations, the tests
92062         were fixed in r132507.
92063
92064         * platform/gtk/TestExpectations:
92065
92066 2012-10-25  Roger Fong  <roger_fong@apple.com>
92067
92068         Unreviewed. Skip failing accessibility tests.
92069         accessibility/title-ui-element-correctness.html
92070         accessibility/aria-slider-value.html
92071         accesibility/hidden-legend.html
92072
92073         * platform/win/TestExpectations:
92074
92075 2012-10-25  Dominic Mazzoni  <dmazzoni@google.com>
92076
92077         AX: Notification should be sent when accessibilityIsIgnored changes
92078         https://bugs.webkit.org/show_bug.cgi?id=99547
92079
92080         Reviewed by Chris Fleizach.
92081
92082         Adds 3 new test to ensure:
92083         1. A "children changed" notification is fired on the parent object when an
92084            object that was previously ignored becomes unignored.
92085         2. A notification is sent when an element's text (incl. title or label) changes.
92086         3. A notification is sent when another ARIA attribute changes.
92087
92088         Modifies add-to-menu-list-crashes because it was too brittle; it was
92089             referencing a stale object rather than retrieving its latest handle.
92090         Modifies aria-checkbox-sends-notification to listen on the correct
92091             object on all platforms.
92092         Simplifies notification-listeners so it doesn't generate additional
92093             notifications that are inconsistent between platforms now.
92094
92095         * accessibility/aria-checkbox-sends-notification.html:
92096         * accessibility/notification-listeners.html:
92097         * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
92098         * platform/chromium/accessibility/add-to-menu-list-crashes.html:
92099         * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Added.
92100         * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Added.
92101         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Added.
92102         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Added.
92103         * platform/chromium/accessibility/text-change-notification-expected.txt: Added.
92104         * platform/chromium/accessibility/text-change-notification.html: Added.
92105
92106 2012-10-25  Tom Sepez  <tsepez@chromium.org>
92107
92108         XSSAuditor must replace form action with about:blank when reflected action detected.
92109         https://bugs.webkit.org/show_bug.cgi?id=100280
92110
92111         Reviewed by Daniel Bates.
92112
92113         Update tests to log form action attribute.
92114
92115         * http/tests/security/xssAuditor/form-action-expected.txt:
92116         * http/tests/security/xssAuditor/form-action.html:
92117         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
92118
92119 2012-10-25  KwangYong Choi  <ky0.choi@samsung.com>
92120
92121         [EFL] Plugin test gardening
92122         https://bugs.webkit.org/show_bug.cgi?id=100359
92123
92124         Unreviewed, EFL gardening.
92125
92126         fast/frames/sandboxed-iframe-plugins.html and userscripts/user-script-
92127         plugin-document.html are passing on WK2 now.
92128
92129         * platform/efl-wk1/TestExpectations:
92130         * platform/efl/TestExpectations:
92131
92132 2012-10-25  Kevin Ellis  <kevers@chromium.org>
92133
92134         Touch adjustment snaps to wrong target at a plugin boundary.
92135         https://bugs.webkit.org/show_bug.cgi?id=99938
92136
92137         Reviewed by Antonio Gomes.
92138
92139         Test for touch adjustment at a plugin boundary.
92140         Prior to the patch, plugins were not considered
92141         candidates for touch adjustment.
92142
92143         * touchadjustment/plugin-expected.txt: Added.
92144         * touchadjustment/plugin.html: Added.
92145
92146 2012-10-25  Csaba Osztrogonác  <ossy@webkit.org>
92147
92148         [Qt] Unreviewed gardening, skip failing tests to speedup testing.
92149
92150         * platform/qt/TestExpectations:
92151
92152 2012-10-25  Yury Semikhatsky  <yurys@chromium.org>
92153
92154         Web Inspector: inspector tests failing after r132454
92155         https://bugs.webkit.org/show_bug.cgi?id=100381
92156
92157         Reviewed by Pavel Feldman.
92158
92159         Enable memory instrumentation tests now that the problem is fixed.
92160
92161         * platform/chromium/TestExpectations:
92162
92163 2012-10-25  Kenneth Rohde Christiansen  <kenneth@webkit.org>
92164
92165         'resolution' MQ: Printing should use use high resolution images when available
92166         https://bugs.webkit.org/show_bug.cgi?id=100382
92167
92168         Reviewed by Antti Koivisto.
92169
92170         Special case print to not use the dpi of the screen, but one of 300.
92171
92172         Updated the resolution media query test to cover this.
92173
92174         * fast/media/mq-resolution-expected.txt:
92175         * fast/media/mq-resolution.html:
92176
92177 2012-10-25  Kevin Ellis  <kevers@chromium.org>
92178
92179         Can't easily position the cursor on an empty line in a textarea with touch if touch adjustment is enabled
92180         https://bugs.webkit.org/show_bug.cgi?id=97576
92181
92182         Reviewed by Antonio Gomes.
92183
92184         Add test to verify that touch adjustment is coarse for
92185         editable content, being based on the bounds of the
92186         editable content and not its children.
92187
92188         * touchadjustment/editable-content-expected.txt: Added.
92189         * touchadjustment/editable-content.html: Added.
92190
92191 2012-10-25  Csaba Osztrogonác  <ossy@webkit.org>
92192
92193         [Qt] Unreviewed gardening, skip tests because TestRunner::overridePreference()
92194         does not support the 'WebKitSupportsMultipleWindows' preference on Qt WK1.
92195
92196         * platform/qt-5.0-wk1/TestExpectations:
92197
92198 2012-10-25  'Pavel Feldman'  <pfeldman@chromium.org>
92199
92200         Not reviewed: chromium test expectations updated.
92201
92202         * platform/chromium/TestExpectations:
92203
92204 2012-10-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
92205
92206         Add setMediaTypeOverride to window.internals.settings
92207         https://bugs.webkit.org/show_bug.cgi?id=100249
92208
92209         Reviewed by Kenneth Rohde Christiansen.
92210
92211         Fixed fast/media/print-restores-previous-mediatype.html to use cross-platform
92212         window.internals.settings.setMediaTypeOverride.
92213         Unskipped fast/media/print-restores-previous-mediatype.html for EFL, the test should also work
92214         on other ports but it needs to be checked first.
92215
92216         * fast/media/print-restores-previous-mediatype.html:
92217         * platform/efl/TestExpectations:
92218
92219 2012-10-22  Mikhail Naganov  <mnaganov@chromium.org>
92220
92221         [Chromium] Add supportMultipleWindows setting, needed for Android
92222         https://bugs.webkit.org/show_bug.cgi?id=99716
92223
92224         Reviewed by Adam Barth.
92225
92226         Add supportMultipleWindows settings for reusing the same view when
92227         opening popups. This is required for emulating the behavior of
92228         Android WebView. Adding into WebCore, as other ports might want to
92229         use this setting in the future.
92230
92231         * fast/dom/HTMLAnchorElement/anchor-no-multiple-windows-expected.txt: Added.
92232         * fast/dom/HTMLAnchorElement/anchor-no-multiple-windows.html: Added.
92233         * fast/dom/Window/window-open-no-multiple-windows-expected.txt: Added.
92234         * fast/dom/Window/window-open-no-multiple-windows.html: Added.
92235         * fast/forms/post-popup-no-multiple-windows-expected.txt: Added.
92236         * fast/forms/post-popup-no-multiple-windows.html: Added.
92237         * platform/chromium/fast/dom/HTMLAnchorElement/anchor-no-multiple-windows-expected.txt: Added.
92238         * platform/chromium/fast/dom/Window/window-open-no-multiple-windows-expected.txt: Added.
92239         * platform/chromium/fast/forms/post-popup-no-multiple-windows-expected.txt: Added.
92240
92241 2012-10-25  Florin Malita  <fmalita@chromium.org>
92242
92243         [Chromium] Unreviewed rebaseline after https://bugs.webkit.org/show_bug.cgi?id=99874.
92244
92245         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
92246         * platform/chromium-mac-lion/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Added.
92247         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
92248         * platform/chromium-mac-snowleopard/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
92249         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
92250         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
92251         * platform/chromium-win/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
92252         * platform/chromium-win/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
92253         * platform/chromium/TestExpectations:
92254
92255 2012-10-25  Balazs Kelemen  <kbalazs@webkit.org>
92256
92257         [Qt] Pixel tests need rebaseline
92258         https://bugs.webkit.org/show_bug.cgi?id=99323
92259
92260         Unreviewed pixel gardening.
92261
92262         Rebase some tests, add missing expectations, mark wrong results as image failure.
92263
92264         * platform/qt-5.0-wk2/TestExpectations:
92265         * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
92266         * platform/qt-5.0-wk2/fast/backgrounds/bgCompositeCopy-expected.png: Added.
92267         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize01-expected.png: Added.
92268         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize02-expected.png: Added.
92269         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize04-expected.png: Added.
92270         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize05-expected.png: Added.
92271         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize06-expected.png: Added.
92272         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize07-expected.png: Added.
92273         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize12-expected.png: Added.
92274         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize13-expected.png: Added.
92275         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize14-expected.png: Added.
92276         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize17-expected.png: Added.
92277         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize18-expected.png: Added.
92278         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize19-expected.png: Added.
92279         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize20-expected.png: Added.
92280         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize21-expected.png: Added.
92281         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize22-expected.png: Added.
92282         * platform/qt-5.0-wk2/svg/css/arrow-with-shadow-expected.png: Added.
92283         * platform/qt/TestExpectations:
92284         * platform/qt/animations/state-at-end-event-expected.png: Added.
92285         * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png: Added.
92286         * platform/qt/compositing/overflow/nested-scrolling-expected.png: Added.
92287         * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png: Added.
92288         * platform/qt/compositing/overflow/remove-overflow-crash2-expected.png: Added.
92289         * platform/qt/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Added.
92290         * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
92291         * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
92292         * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Added.
92293         * platform/qt/css2.1/t1202-counters-04-b-expected.png: Added.
92294         * platform/qt/css2.1/t140201-c534-bgreps-00-c-ag-expected.png: Added.
92295         * platform/qt/css2.1/t140201-c534-bgreps-01-c-ag-expected.png: Added.
92296         * platform/qt/css2.1/t140201-c534-bgreps-02-c-ag-expected.png: Added.
92297         * platform/qt/css2.1/t140201-c534-bgreps-03-c-ag-expected.png: Added.
92298         * platform/qt/css2.1/t140201-c534-bgreps-04-c-ag-expected.png: Added.
92299         * platform/qt/css2.1/t140201-c534-bgreps-05-c-ag-expected.png: Added.
92300         * platform/qt/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
92301         * platform/qt/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
92302         * platform/qt/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added.
92303         * platform/qt/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Added.
92304         * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
92305         * platform/qt/css3/flexbox/flexbox-baseline-expected.png: Added.
92306         * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
92307         * platform/qt/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
92308         * platform/qt/fast/backgrounds/bgCompositeCopy-expected.png: Added.
92309         * platform/qt/fast/backgrounds/size/backgroundSize01-expected.png: Added.
92310         * platform/qt/fast/backgrounds/size/backgroundSize02-expected.png: Added.
92311         * platform/qt/fast/backgrounds/size/backgroundSize03-expected.png: Added.
92312         * platform/qt/fast/backgrounds/size/backgroundSize04-expected.png: Added.
92313         * platform/qt/fast/backgrounds/size/backgroundSize05-expected.png: Added.
92314         * platform/qt/fast/backgrounds/size/backgroundSize06-expected.png: Added.
92315         * platform/qt/fast/backgrounds/size/backgroundSize07-expected.png: Added.
92316         * platform/qt/fast/backgrounds/size/backgroundSize08-expected.png: Added.
92317         * platform/qt/fast/backgrounds/size/backgroundSize09-expected.png: Added.
92318         * platform/qt/fast/backgrounds/size/backgroundSize10-expected.png: Added.
92319         * platform/qt/fast/backgrounds/size/backgroundSize11-expected.png: Added.
92320         * platform/qt/fast/backgrounds/size/backgroundSize12-expected.png: Added.
92321         * platform/qt/fast/backgrounds/size/backgroundSize13-expected.png: Added.
92322         * platform/qt/fast/backgrounds/size/backgroundSize14-expected.png: Added.
92323         * platform/qt/fast/backgrounds/size/backgroundSize17-expected.png: Added.
92324         * platform/qt/fast/backgrounds/size/backgroundSize18-expected.png: Added.
92325         * platform/qt/fast/backgrounds/size/backgroundSize19-expected.png: Added.
92326         * platform/qt/fast/backgrounds/size/backgroundSize20-expected.png: Added.
92327         * platform/qt/fast/backgrounds/size/backgroundSize21-expected.png: Added.
92328         * platform/qt/fast/backgrounds/size/backgroundSize22-expected.png: Added.
92329         * platform/qt/fast/block/float/009-expected.png: Added.
92330         * platform/qt/fast/block/float/034-expected.png: Added.
92331         * platform/qt/fast/block/float/4145535Crash-expected.png: Added.
92332         * platform/qt/fast/block/float/negative-margin-clear-expected.png: Added.
92333         * platform/qt/fast/block/float/nowrap-clear-min-width-expected.png: Added.
92334         * platform/qt/fast/borders/border-image-scaled-gradient-expected.png: Added.
92335         * platform/qt/fast/borders/border-radius-circle-expected.png: Added.
92336         * platform/qt/fast/borders/border-radius-groove-01-expected.png: Added.
92337         * platform/qt/fast/borders/border-radius-groove-02-expected.png: Added.
92338         * platform/qt/fast/borders/border-radius-groove-03-expected.png: Added.
92339         * platform/qt/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
92340         * platform/qt/fast/borders/border-radius-wide-border-01-expected.png: Added.
92341         * platform/qt/fast/borders/border-radius-wide-border-02-expected.png: Added.
92342         * platform/qt/fast/borders/border-radius-wide-border-03-expected.png: Added.
92343         * platform/qt/fast/borders/border-radius-wide-border-04-expected.png: Added.
92344         * platform/qt/fast/borders/borderRadiusDashed04-expected.png: Added.
92345         * platform/qt/fast/borders/borderRadiusDashed05-expected.png: Added.
92346         * platform/qt/fast/borders/borderRadiusDashed06-expected.png: Added.
92347         * platform/qt/fast/borders/borderRadiusDotted04-expected.png: Added.
92348         * platform/qt/fast/borders/borderRadiusDotted05-expected.png: Added.
92349         * platform/qt/fast/borders/borderRadiusDotted06-expected.png: Added.
92350         * platform/qt/fast/borders/borderRadiusDouble04-expected.png: Added.
92351         * platform/qt/fast/borders/borderRadiusDouble05-expected.png: Added.
92352         * platform/qt/fast/borders/borderRadiusDouble06-expected.png: Added.
92353         * platform/qt/fast/borders/borderRadiusDouble07-expected.png: Added.
92354         * platform/qt/fast/borders/borderRadiusDouble08-expected.png: Added.
92355         * platform/qt/fast/borders/borderRadiusDouble09-expected.png: Added.
92356         * platform/qt/fast/borders/outline-offset-min-assert-expected.png: Added.
92357         * platform/qt/fast/css/006-expected.png: Added.
92358         * platform/qt/fast/css/background-clip-values-expected.png: Added.
92359         * platform/qt/fast/css/bogus-color-span-expected.png: Added.
92360         * platform/qt/fast/css/box-shadow-and-border-radius-expected.png:
92361         * platform/qt/fast/css/content-dynamic-expected.png: Added.
92362         * platform/qt/fast/css/contentDiv-expected.png: Added.
92363         * platform/qt/fast/css/contentDivWithChildren-expected.png: Added.
92364         * platform/qt/fast/css/contentImage-expected.png: Added.
92365         * platform/qt/fast/css/pseudo-first-line-border-width-expected.png: Added.
92366         * platform/qt/fast/css/replaced-element-implicit-size-expected.png: Added.
92367         * platform/qt/fast/dom/attr_dead_doc-expected.png: Added.
92368         * platform/qt/fast/dom/css-cached-import-rule-expected.png: Added.
92369         * platform/qt/fast/dom/css-insert-import-rule-expected.png: Added.
92370         * platform/qt/fast/dynamic/001-expected.png: Added.
92371         * platform/qt/fast/dynamic/005-expected.png: Added.
92372         * platform/qt/fast/dynamic/anonymous-block-layer-lost-expected.png: Added.
92373         * platform/qt/fast/dynamic/staticY-expected.png: Added.
92374         * platform/qt/fast/forms/002-expected.png: Added.
92375         * platform/qt/fast/forms/003-expected.png: Added.
92376         * platform/qt/fast/forms/004-expected.png: Added.
92377         * platform/qt/fast/forms/005-expected.png: Added.
92378         * platform/qt/fast/forms/006-expected.png: Added.
92379         * platform/qt/fast/forms/007-expected.png: Added.
92380         * platform/qt/fast/forms/HTMLOptionElement_label01-expected.png: Added.
92381         * platform/qt/fast/forms/HTMLOptionElement_label02-expected.png: Added.
92382         * platform/qt/fast/forms/HTMLOptionElement_label03-expected.png: Added.
92383         * platform/qt/fast/forms/HTMLOptionElement_label04-expected.png: Added.
92384         * platform/qt/fast/forms/button-submit-expected.png: Added.
92385         * platform/qt/fast/forms/caret-rtl-expected.png: Added.
92386         * platform/qt/fast/forms/control-clip-expected.png: Added.
92387         * platform/qt/fast/forms/fieldset-with-float-expected.png: Added.
92388         * platform/qt/fast/forms/form-added-to-table-expected.png: Added.
92389         * platform/qt/fast/forms/form-in-malformed-markup-expected.png: Added.
92390         * platform/qt/fast/forms/formmove-expected.png: Added.
92391         * platform/qt/fast/forms/formmove2-expected.png: Added.
92392         * platform/qt/fast/forms/image-border-expected.png: Added.
92393         * platform/qt/fast/forms/indeterminate-expected.png: Added.
92394         * platform/qt/fast/forms/input-align-image-expected.png: Added.
92395         * platform/qt/fast/forms/input-first-letter-expected.png: Added.
92396         * platform/qt/fast/forms/input-no-renderer-expected.png: Added.
92397         * platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Added.
92398         * platform/qt/fast/forms/menulist-deselect-update-expected.png: Added.
92399         * platform/qt/fast/forms/menulist-no-overflow-expected.png: Added.
92400         * platform/qt/fast/forms/option-index-expected.png: Added.
92401         * platform/qt/fast/forms/option-script-expected.png: Added.
92402         * platform/qt/fast/forms/option-text-clip-expected.png: Added.
92403         * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
92404         * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.png: Added.
92405         * platform/qt/fast/forms/select-align-expected.png: Added.
92406         * platform/qt/fast/forms/select-change-listbox-to-popup-expected.png: Added.
92407         * platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
92408         * platform/qt/fast/forms/select-disabled-appearance-expected.png: Added.
92409         * platform/qt/fast/forms/select-display-none-style-resolve-expected.png: Added.
92410         * platform/qt/fast/forms/select-empty-option-height-expected.png: Added.
92411         * platform/qt/fast/forms/select-selected-expected.png: Added.
92412         * platform/qt/fast/forms/select-size-expected.png: Added.
92413         * platform/qt/fast/forms/select-style-expected.png: Added.
92414         * platform/qt/fast/forms/stuff-on-my-optgroup-expected.png: Added.
92415         * platform/qt/fast/forms/textfield-overflow-by-value-update-expected.png: Added.
92416         * platform/qt/fast/frames/002-expected.png: Added.
92417         * platform/qt/fast/frames/calculate-round-expected.png: Added.
92418         * platform/qt/fast/frames/content-opacity-1-expected.png: Added.
92419         * platform/qt/fast/frames/content-opacity-2-expected.png: Added.
92420         * platform/qt/fast/frames/empty-cols-attribute-expected.png: Added.
92421         * platform/qt/fast/frames/empty-frame-src-expected.png: Added.
92422         * platform/qt/fast/frames/frame-length-fractional-expected.png: Added.
92423         * platform/qt/fast/frames/frame-set-whitespace-attributes-expected.png: Added.
92424         * platform/qt/fast/frames/iframe-text-contents-expected.png: Added.
92425         * platform/qt/fast/frames/no-frame-borders-expected.png: Added.
92426         * platform/qt/fast/gradients/border-image-gradient-expected.png: Added.
92427         * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
92428         * platform/qt/fast/images/embed-image-expected.png: Added.
92429         * platform/qt/fast/images/favicon-as-image-expected.png: Added.
92430         * platform/qt/fast/images/image-css3-content-data-expected.png: Added.
92431         * platform/qt/fast/images/object-image-expected.png: Added.
92432         * platform/qt/fast/images/pdf-as-image-expected.png: Added.
92433         * platform/qt/fast/inline-block/004-expected.png: Added.
92434         * platform/qt/fast/inline-block/005-expected.png: Added.
92435         * platform/qt/fast/invalid/015-expected.png: Added.
92436         * platform/qt/fast/invalid/table-residual-style-crash-expected.png: Added.
92437         * platform/qt/fast/js/exception-linenums-in-html-3-expected.png: Added.
92438         * platform/qt/fast/js/missing-style-end-tag-js-expected.png: Added.
92439         * platform/qt/fast/js/missing-title-end-tag-js-expected.png: Added.
92440         * platform/qt/fast/layers/opacity-stacking-expected.png: Added.
92441         * platform/qt/fast/layers/positioned-inside-root-with-margins-expected.png: Added.
92442         * platform/qt/fast/layers/zindex-ridonkulous-expected.png: Added.
92443         * platform/qt/fast/media/implicit-media-all-expected.png: Added.
92444         * platform/qt/fast/media/media-query-invalid-value-expected.png: Added.
92445         * platform/qt/fast/media/monochrome-expected.png: Added.
92446         * platform/qt/fast/media/mq-min-pixel-ratio-expected.png: Added.
92447         * platform/qt/fast/overflow/position-relative-expected.png: Added.
92448         * platform/qt/fast/overflow/unreachable-content-test-expected.png: Added.
92449         * platform/qt/fast/parser/comment-in-script-expected.png: Added.
92450         * platform/qt/fast/parser/style-script-head-test-expected.png: Added.
92451         * platform/qt/fast/reflections/table-cell-expected.png: Added.
92452         * platform/qt/fast/repaint/background-generated-expected.png: Added.
92453         * platform/qt/fast/repaint/background-misaligned-expected.png: Added.
92454         * platform/qt/fast/repaint/canvas-putImageData-expected.png: Added.
92455         * platform/qt/fast/repaint/erase-overflow-expected.png: Added.
92456         * platform/qt/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
92457         * platform/qt/fast/repaint/float-new-in-block-expected.png: Added.
92458         * platform/qt/fast/repaint/inline-block-resize-expected.png: Added.
92459         * platform/qt/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
92460         * platform/qt/fast/repaint/intermediate-layout-position-expected.png: Added.
92461         * platform/qt/fast/repaint/layer-full-repaint-expected.png: Added.
92462         * platform/qt/fast/repaint/table-col-background-expected.png: Added.
92463         * platform/qt/fast/repaint/table-outer-border-expected.png: Added.
92464         * platform/qt/fast/repaint/table-row-expected.png: Added.
92465         * platform/qt/fast/repaint/table-section-overflow-expected.png: Added.
92466         * platform/qt/fast/replaced/008-expected.png: Added.
92467         * platform/qt/fast/replaced/image-tag-expected.png: Added.
92468         * platform/qt/fast/replaced/selection-rect-expected.png: Added.
92469         * platform/qt/fast/table/008-expected.png: Added.
92470         * platform/qt/fast/table/024-expected.png: Added.
92471         * platform/qt/fast/table/031-expected.png: Added.
92472         * platform/qt/fast/table/caption-relayout-expected.png: Added.
92473         * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Added.
92474         * platform/qt/fast/table/div-as-col-span-expected.png: Added.
92475         * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: Added.
92476         * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: Added.
92477         * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.png: Added.
92478         * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Added.
92479         * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: Added.
92480         * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.png: Added.
92481         * platform/qt/fast/table/giantRowspan-expected.png: Added.
92482         * platform/qt/fast/table/growCellForImageQuirk-expected.png: Added.
92483         * platform/qt/fast/table/percent-widths-stretch-expected.png: Added.
92484         * platform/qt/fast/table/vertical-align-baseline-readjust-expected.png: Added.
92485         * platform/qt/fast/text/align-center-rtl-spill-expected.png: Added.
92486         * platform/qt/fast/text/basic/013-expected.png: Added.
92487         * platform/qt/fast/text/basic/015-expected.png: Added.
92488         * platform/qt/fast/text/line-breaks-expected.png: Added.
92489         * platform/qt/fast/text/soft-hyphen-3-expected.png: Added.
92490         * platform/qt/fast/text/stripNullFromText-expected.png: Added.
92491         * platform/qt/fast/text/whitespace/017-expected.png: Added.
92492         * platform/qt/fast/tokenizer/missing-style-end-tag-1-expected.png: Added.
92493         * platform/qt/fast/tokenizer/missing-style-end-tag-2-expected.png: Added.
92494         * platform/qt/fast/tokenizer/script-after-frameset-expected.png: Added.
92495         * platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Added.
92496         * platform/qt/http/tests/security/contentSecurityPolicy/xsl-blocked-expected.png: Added.
92497         * platform/qt/svg/as-background-image/svg-as-background-1-expected.png: Added.
92498         * platform/qt/svg/as-background-image/svg-as-background-2-expected.png: Added.
92499         * platform/qt/svg/as-background-image/svg-as-background-3-expected.png: Added.
92500         * platform/qt/svg/as-background-image/svg-as-background-6-expected.png: Added.
92501         * platform/qt/svg/as-background-image/svg-as-background-expected.png: Added.
92502         * platform/qt/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
92503         * platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
92504         * platform/qt/svg/as-image/svg-as-image-expected.png: Added.
92505         * platform/qt/svg/as-image/svg-as-relative-image-expected.png: Added.
92506         * platform/qt/svg/css/arrow-with-shadow-expected.png: Added.
92507         * platform/qt/svg/css/circle-in-mask-with-shadow-expected.png: Added.
92508         * platform/qt/svg/css/path-with-shadow-expected.png: Added.
92509         * platform/qt/svg/css/shadow-and-opacity-expected.png: Added.
92510         * platform/qt/svg/css/shadow-with-large-radius-expected.png: Added.
92511         * platform/qt/svg/css/shadow-with-negative-offset-expected.png: Added.
92512         * platform/qt/svg/custom/animation-currentColor-expected.png: Added.
92513         * platform/qt/svg/custom/clip-path-id-changes-expected.png: Added.
92514         * platform/qt/svg/custom/createImageElement-expected.png: Added.
92515         * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Added.
92516         * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
92517         * platform/qt/svg/custom/js-update-image-and-display-expected.png: Added.
92518         * platform/qt/svg/custom/js-update-image-and-display2-expected.png: Added.
92519         * platform/qt/svg/custom/js-update-image-and-display3-expected.png: Added.
92520         * platform/qt/svg/custom/marker-opacity-expected.png: Added.
92521         * platform/qt/svg/custom/marker-referencePoint-expected.png: Added.
92522         * platform/qt/svg/custom/marker-strokeWidth-changes-expected.png: Added.
92523         * platform/qt/svg/custom/mask-on-multiple-objects-expected.png: Added.
92524         * platform/qt/svg/custom/mask-with-default-value-expected.png: Added.
92525         * platform/qt/svg/custom/outer-svg-unknown-feature-expected.png: Added.
92526         * platform/qt/svg/custom/pan-direction-expected.png: Added.
92527         * platform/qt/svg/custom/pattern-excessive-malloc-expected.png: Added.
92528         * platform/qt/svg/custom/repaint-shadow-expected.png: Added.
92529         * platform/qt/svg/custom/transformedMaskFails-expected.png: Added.
92530         * platform/qt/svg/custom/use-inherit-style-expected.png: Added.
92531         * platform/qt/svg/custom/xhtml-no-svg-renderer-expected.png: Added.
92532         * platform/qt/svg/filters/feGaussianBlur-expected.png: Added.
92533         * platform/qt/svg/filters/feLighting-crash-expected.png: Added.
92534         * platform/qt/svg/filters/feMerge-expected.png: Added.
92535         * platform/qt/svg/filters/feMerge-wrong-input-expected.png: Added.
92536         * platform/qt/svg/filters/feOffset-expected.png: Added.
92537         * platform/qt/svg/filters/feTile-expected.png: Added.
92538         * platform/qt/svg/filters/filter-clip-expected.png: Added.
92539         * platform/qt/svg/filters/filter-rounding-issues-expected.png: Added.
92540         * platform/qt/svg/filters/shadow-on-filter-expected.png: Added.
92541         * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
92542         * platform/qt/svg/filters/subRegion-in-userSpace-expected.png: Added.
92543         * platform/qt/svg/filters/subRegion-one-effect-expected.png: Added.
92544         * platform/qt/svg/filters/subRegion-two-effects-expected.png: Added.
92545         * platform/qt/svg/hixie/error/006-expected.png: Added.
92546         * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.png: Added.
92547         * platform/qt/tables/mozilla/bugs/bug120107-expected.png: Added.
92548         * platform/qt/tables/mozilla/bugs/bug1271-expected.png: Added.
92549         * platform/qt/tables/mozilla/bugs/bug12908-2-expected.png: Added.
92550         * platform/qt/tables/mozilla/bugs/bug12910-2-expected.png: Added.
92551         * platform/qt/tables/mozilla/bugs/bug131020-2-expected.png: Added.
92552         * platform/qt/tables/mozilla/bugs/bug13169-expected.png: Added.
92553         * platform/qt/tables/mozilla/bugs/bug137388-3-expected.png: Added.
92554         * platform/qt/tables/mozilla/bugs/bug1818-3-expected.png: Added.
92555         * platform/qt/tables/mozilla/bugs/bug1818-6-expected.png: Added.
92556         * platform/qt/tables/mozilla/bugs/bug196870-expected.png: Added.
92557         * platform/qt/tables/mozilla/bugs/bug222336-expected.png: Added.
92558         * platform/qt/tables/mozilla/bugs/bug222467-expected.png: Added.
92559         * platform/qt/tables/mozilla/bugs/bug269566-expected.png: Added.
92560         * platform/qt/tables/mozilla/bugs/bug277062-expected.png: Added.
92561         * platform/qt/tables/mozilla/bugs/bug28933-expected.png: Added.
92562         * platform/qt/tables/mozilla/bugs/bug2954-expected.png: Added.
92563         * platform/qt/tables/mozilla/bugs/bug50695-2-expected.png: Added.
92564         * platform/qt/tables/mozilla/bugs/bug56201-expected.png: Added.
92565         * platform/qt/tables/mozilla/bugs/bug8032-2-expected.png: Added.
92566         * platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png: Added.
92567         * platform/qt/transitions/opacity-transition-zindex-expected.png: Added.
92568         * platform/qt/transitions/transition-end-event-rendering-expected.png: Added.
92569
92570 2012-10-25  Balazs Kelemen  <kbalazs@webkit.org>
92571
92572         [Qt] Pixel tests need rebaseline
92573         https://bugs.webkit.org/show_bug.cgi?id=99323
92574
92575         Unreviewed pixel gardening.
92576
92577         Rebase some results for qt-5.0-wk2, mark wrong results as expected fail.
92578
92579         * platform/qt-5.0-wk2/TestExpectations:
92580         * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png:
92581         * platform/qt-5.0-wk2/compositing/text-on-scaled-layer-expected.png: Added.
92582         * platform/qt-5.0-wk2/compositing/text-on-scaled-surface-expected.png: Added.
92583         * platform/qt-5.0-wk2/compositing/visibility/visibility-simple-video-layer-expected.png: Added.
92584         * platform/qt-5.0-wk2/css3/filters/effect-drop-shadow-hw-expected.png: Added.
92585         * platform/qt-5.0-wk2/fast/css-generated-content/012-expected.png: Added.
92586         * platform/qt-5.0-wk2/fast/css-generated-content/014-expected.png: Added.
92587         * platform/qt-5.0-wk2/fast/css-generated-content/hover-style-change-expected.png: Added.
92588         * platform/qt-5.0-wk2/fast/css/compare-content-style-expected.png: Added.
92589         * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png: Added.
92590         * platform/qt-5.0-wk2/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
92591         * platform/qt-5.0-wk2/fast/inline-block/overflow-clip-expected.png: Added.
92592         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
92593         * platform/qt-5.0-wk2/http/tests/navigation/javascriptlink-frames-expected.png: Added.
92594         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Added.
92595         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
92596         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Removed.
92597         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
92598         * platform/qt-5.0-wk2/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
92599         * platform/qt-5.0-wk2/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
92600         * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
92601         * platform/qt/TestExpectations:
92602         * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
92603
92604 2012-10-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
92605
92606         [EFL] Gardening after r132394
92607         https://bugs.webkit.org/show_bug.cgi?id=100365
92608
92609         Unreviewed gardening.
92610
92611         Skipping of newly added compositing/tiling/backface-preserve-3d-tiled.html
92612         test fail on EFL port due to missing AC support.
92613
92614         * platform/efl/TestExpectations:
92615
92616 2012-10-25  KwangYong Choi  <ky0.choi@samsung.com>
92617
92618         [EFL][QT] Remove test which is not exist
92619         https://bugs.webkit.org/show_bug.cgi?id=100366
92620
92621         Unreviewed. fast/dom/shadow/athost-atrules.html has been removed after r132403.
92622
92623         * platform/efl-wk1/TestExpectations:
92624         * platform/qt/TestExpectations:
92625
92626 2012-10-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
92627
92628         [EFL][WK2] Gardening after r132386
92629         https://bugs.webkit.org/show_bug.cgi?id=100362
92630
92631         Unreviewed gardening.
92632
92633         Skipped crashing fast/dom/nested-script-exceptions.html, networkinformation/multiple-frames.html, 
92634         networkinformation/basic-all-types-of-events.html, networkinformation/updates.html, networkinformation/add-listener-from-callback.html,
92635         networkinformation/basic-operation.html, svg/foreignObject/viewport-foreignobject-crash.html for EFL WK2.
92636
92637         * platform/efl-wk2/TestExpectations:
92638
92639 2012-10-25  Alexander Shalamov  <alexander.shalamov@intel.com>
92640
92641         Layout Test fast/media/w3c/test_media_queries.html is slow on Chromium debug bots after r132352
92642         https://bugs.webkit.org/show_bug.cgi?id=100272
92643
92644         Reviewed by Kenneth Rohde Christiansen.
92645
92646         Test if resolution media query is supported before identifying dpi of the media.
92647
92648         * fast/media/w3c/test_media_queries.html:
92649
92650 2012-10-25  Nandor Huszka  <hnandor@inf.u-szeged.hu>
92651
92652         [Qt] Unreviewed gardening.
92653
92654         Unskip tests that are not exist already.
92655
92656         * platform/qt-5.0-wk2/TestExpectations:
92657
92658 2012-10-25  Nandor Huszka  <hnandor@inf.u-szeged.hu>
92659
92660         [Qt] Unreviewed gardening.
92661
92662         Skip a new failing test introduced in r132394.
92663
92664         * platform/qt-5.0-wk2/TestExpectations:
92665
92666 2012-10-24  Csaba Osztrogonác  <ossy@webkit.org>
92667
92668         [Qt] Unreviewed gardening, skip a new failing test.
92669
92670         * platform/qt/TestExpectations:
92671
92672 2012-10-24  Kent Tamura  <tkent@chromium.org>
92673
92674         REGRESSION(r132291): Crash in BaseMultipleFieldsDateAndTimeInputType
92675         https://bugs.webkit.org/show_bug.cgi?id=100326
92676
92677         Reviewed by Eric Seidel.
92678
92679         * fast/forms/time-multiple-fields/time-multiple-fields-change-type-expected.txt: Added.
92680         * fast/forms/time-multiple-fields/time-multiple-fields-change-type.html: Added.
92681
92682 2012-10-24  Pavel Feldman  <pfeldman@chromium.org>
92683
92684         Not reviewed: updating chromium TestExpectations for the roll.
92685
92686         * platform/chromium/TestExpectations:
92687
92688 2012-10-24  Pavel Feldman  <pfeldman@chromium.org>
92689
92690         Not reviewed: updating chromium TestExpectations for the roll.
92691
92692         * platform/chromium/TestExpectations:
92693
92694 2012-10-24  Pavel Feldman  <pfeldman@chromium.org>
92695
92696         Not reviewed: platform/chromium/TestExpectations lint.
92697
92698         * platform/chromium/TestExpectations:
92699
92700 2012-10-24  Kangil Han  <kangil.han@samsung.com>
92701
92702         Rebaseline some sputnik unicode failed cases.
92703         https://bugs.webkit.org/show_bug.cgi?id=99976
92704
92705         Unreviewed rebaseline.
92706
92707         According to BUG 93103, seems these four test cases have different results after libicu 4.6 version.
92708         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.
92709
92710         * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
92711         * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
92712         * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
92713         * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
92714         * platform/efl/TestExpectations:
92715         * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
92716         * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
92717         * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
92718         * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
92719         * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
92720         * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
92721         * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
92722         * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
92723         * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
92724         * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
92725         * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
92726         * sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt:
92727         * sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt:
92728         * sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt:
92729         * sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt:
92730
92731 2012-10-24  Simon Fraser  <simon.fraser@apple.com>
92732
92733         Add two more tiled scrolling tests
92734         https://bugs.webkit.org/show_bug.cgi?id=100314
92735
92736         Reviewed by Beth Dakin.
92737
92738         Two new tests for TileCache tile coverage after scrolling.
92739
92740         * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt: Added.
92741         * platform/mac/tiled-drawing/tile-coverage-after-scroll.html: Added.
92742         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Added.
92743         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom.html: Added.
92744
92745 2012-10-24  Beth Dakin  <bdakin@apple.com>
92746
92747         Updated results for https://bugs.webkit.org/show_bug.cgi?id=100312
92748         I checked in results that relied on some local changes in WK2.
92749
92750         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
92751
92752 2012-10-24  Simon Fraser  <simon.fraser@apple.com>
92753
92754         Skip tiled drawing tests for WK1
92755         https://bugs.webkit.org/show_bug.cgi?id=100312
92756
92757         Reviewed by Beth Dakin.
92758
92759         Skip platform/mac/tiled-drawing tests in the main TestExpections file,
92760         but re-enable it in the WK2 TestExpections file.
92761
92762         * platform/mac-wk2/TestExpectations:
92763         * platform/mac/TestExpectations:
92764
92765 2012-10-24  Dirk Pranke  <dpranke@chromium.org>
92766
92767         Unreviewed, update chromium-mac-mountainlion baselines.
92768
92769         * 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.
92770         * 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.
92771         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
92772         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:
92773
92774 2012-10-24  Dirk Pranke  <dpranke@chromium.org>
92775
92776         Unreviewed, expectations and baseline cleanup.
92777
92778         Remove some old baselines for a test that was converted to a reftest,
92779         and remove entries for tests no longer failing on Chromium Mac ML.
92780
92781         * platform/chromium-mac-lion/fast/forms/date/date-reset-value-expected.png: Removed.
92782         * platform/chromium-mac-mountainlion/TestExpectations:
92783         * platform/chromium-mac-snowleopard/fast/forms/date/date-reset-value-expected.png: Removed.
92784         * platform/chromium-mac/fast/forms/date/date-reset-value-expected.png: Removed.
92785
92786 2012-10-24  Beth Dakin  <bdakin@apple.com>
92787
92788         https://bugs.webkit.org/show_bug.cgi?id=100169
92789         We should make TileCache tiles the size of the tile coverage rect 
92790         when we can't do fast scrolling
92791         -and-
92792         <rdar://problem/12505021>
92793
92794         Reviewed by Simon Fraser.
92795
92796         New test.
92797         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Added.
92798         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html: Added.
92799
92800 2012-10-24  David Barton  <dbarton@mathscribe.com>
92801
92802         MathML tests trigger font cache assertions in debug bots
92803         https://bugs.webkit.org/show_bug.cgi?id=100268
92804
92805         Reviewed by Eric Seidel.
92806
92807         * platform/chromium/TestExpectations:
92808
92809 2012-10-24  Tommy Widenflycht  <tommyw@google.com>
92810
92811         MediaStream API: Make sure all RTCPeerConnection events are dispatched asynchronously
92812         https://bugs.webkit.org/show_bug.cgi?id=100286
92813
92814         Reviewed by Adam Barth.
92815
92816         RTCPeerConnection::close is the only function that dispatches an event directly so only test that.
92817
92818         * fast/mediastream/RTCPeerConnection-events-expected.txt: Added.
92819         * fast/mediastream/RTCPeerConnection-events.html: Added.
92820
92821 2012-10-24  Levi Weintraub  <leviw@chromium.org>
92822
92823         Unreviewed gardening. Chromium revision 163873 also made
92824         platform/chromium/virtual/gpu/fast/canvas/canvas-incremental-repaint.html slow.
92825
92826         * platform/chromium/TestExpectations:
92827
92828 2012-10-24  Max Vujovic  <mvujovic@adobe.com>
92829
92830         [CSS Shaders] The mesh should be specified using <column, row> order
92831         https://bugs.webkit.org/show_bug.cgi?id=96285
92832
92833         Reviewed by Dean Jackson.
92834
92835         Add a test verifying that WebKit interprets the CSS mesh values in column, row order.
92836         Update existing tests for u_meshSize and u_tileSize to expect column, row order.
92837
92838         * css3/filters/custom/custom-filter-mesh-column-row-order-expected.html: Added.
92839         * css3/filters/custom/custom-filter-mesh-column-row-order.html: Added.
92840         * css3/filters/resources/checkerboard.vs: Added.
92841         * css3/filters/resources/u-mesh-size.fs:
92842         * css3/filters/resources/u-tile-size.fs:
92843         * css3/filters/resources/varying-mix-color.fs: Added.
92844
92845 2012-10-24  Tony Chang  <tony@chromium.org>
92846
92847         [chromium] Unreviewed, land pixel results on Win/Mac for a new repaint test.
92848
92849         * platform/chromium-mac/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
92850         * 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.
92851         * platform/chromium/TestExpectations:
92852
92853 2012-10-24  Sailesh Agrawal  <sail@chromium.org>
92854
92855         Incorrect keycodes for numpad /, -, +, .
92856         https://bugs.webkit.org/show_bug.cgi?id=99188
92857
92858         Reviewed by Tony Chang.
92859
92860         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.
92861
92862         * platform/mac/fast/events/numpad-keycode-mapping-expected.txt: Added.
92863         * platform/mac/fast/events/numpad-keycode-mapping.html: Added.
92864
92865 2012-10-24  Levi Weintraub  <leviw@chromium.org>
92866
92867         Unreviewed gardening. Marking the software compositing version of
92868         compositing/tiling/backface-preserve-3d-tiled.html as failing as well.
92869
92870         * platform/chromium/TestExpectations:
92871
92872 2012-10-24  Levi Weintraub  <leviw@chromium.org>
92873
92874         Unreviewed gardening. Marking 2 more mathml tests as flaky crashers on debug.
92875
92876         * platform/chromium/TestExpectations:
92877
92878 2012-10-24  Terry Anderson  <tdanderson@chromium.org>
92879
92880         Handle two-finger tap gestures in the same way as long-press gestures
92881         https://bugs.webkit.org/show_bug.cgi?id=99947
92882
92883         Reviewed by Adam Barth.
92884
92885         New layout test for dispatching context menus on a two-finger tap
92886         gesture when touch adjustment is enabled.
92887
92888         * touchadjustment/touch-links-two-finger-tap-expected.txt: Added.
92889         * touchadjustment/touch-links-two-finger-tap.html: Added.
92890
92891 2012-10-24  Chris Fleizach  <cfleizach@apple.com>
92892
92893         AX:When aria-label is used, the text under an element is still appearing as the AXTitle
92894         https://bugs.webkit.org/show_bug.cgi?id=98167
92895
92896         Reviewed by Beth Dakin.
92897
92898         * platform/mac/accessibility/aria-label-overrides-visible-text-expected.txt: Added.
92899         * platform/mac/accessibility/aria-label-overrides-visible-text.html: Added.
92900         * platform/mac/accessibility/aria-labelledby-overrides-aria-label-expected.txt:
92901
92902 2012-10-24  Sheriff Bot  <webkit.review.bot@gmail.com>
92903
92904         Unreviewed, rolling out r132303 and r132312.
92905         http://trac.webkit.org/changeset/132303
92906         http://trac.webkit.org/changeset/132312
92907         https://bugs.webkit.org/show_bug.cgi?id=100287
92908
92909         Triggering crashes on many popular websites (Requested by
92910         leviw|gardening on #webkit).
92911
92912         * fast/dom/shadow/athost-atrules-expected.txt: Removed.
92913         * fast/dom/shadow/athost-atrules.html: Removed.
92914
92915 2012-10-24  Joshua Bell  <jsbell@chromium.org>
92916
92917         IndexedDB: Cursor property value identities should be preserved
92918         https://bugs.webkit.org/show_bug.cgi?id=100051
92919
92920         Reviewed by Tony Chang.
92921
92922         Add tests to verify identity/read-only/mutability of cursor properties.
92923
92924         * storage/indexeddb/cursor-properties-expected.txt: Added.
92925         * storage/indexeddb/cursor-properties.html: Added.
92926         * storage/indexeddb/resources/cursor-properties.js: Added.
92927         (test.request.onsuccess):
92928         (test):
92929         (onUpgradeNeeded):
92930         (onOpenSuccess.request.onsuccess):
92931         (onOpenSuccess):
92932         (checkProperty):
92933
92934 2012-10-24  Levi Weintraub  <leviw@chromium.org>
92935
92936         Unreviewed gardening. Updating slow expectations for two tests following a Chromium
92937         change. See https://bugs.webkit.org/show_bug.cgi?id=100287
92938
92939         * platform/chromium/TestExpectations:
92940
92941 2012-10-24  Tony Chang  <tony@chromium.org>
92942
92943         Setting width of a flexitem causes the adjacent flex item to be displayed poorly.
92944         https://bugs.webkit.org/show_bug.cgi?id=99925
92945
92946         Reviewed by Ojan Vafai.
92947
92948         Add a repaint test.  The render tree should be cross platform, but due to
92949         slight color differences in the grey overlay, the png can't be shared.
92950
92951         * css3/flexbox/repaint-during-resize-no-flex-expected.txt: Added.
92952         * css3/flexbox/repaint-during-resize-no-flex.html: Added.
92953         * platform/chromium-linux/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
92954         * platform/chromium/TestExpectations:
92955
92956 2012-10-24  Simon Fraser  <simon.fraser@apple.com>
92957
92958         Fix CALayer hiearchy when combining tiling with preserve-3d
92959         https://bugs.webkit.org/show_bug.cgi?id=100205
92960
92961         Reviewed by Dean Jackson.
92962
92963         Pixel test that tests backface-visibility on a tile cache layer. Mark the test as
92964         failing on Chromium.
92965
92966         * compositing/tiling/backface-preserve-3d-tiled-expected.png: Added.
92967         * compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
92968         * compositing/tiling/backface-preserve-3d-tiled.html: Added.
92969         * platform/chromium/TestExpectations:
92970
92971 2012-10-24  Rick Byers  <rbyers@chromium.org>
92972
92973         image-set doesn't round-trip properly with cssText
92974         https://bugs.webkit.org/show_bug.cgi?id=99725
92975
92976         Reviewed by Beth Dakin.
92977
92978         Update image-set-setting test to expect the css text to round-trip properly.
92979
92980         * fast/css/image-set-setting-expected.txt:
92981         * fast/css/script-tests/image-set-setting.js:
92982         (testComputedStyle):
92983         (testImageSetRule):
92984
92985 2012-10-24  Zan Dobersek  <zandobersek@gmail.com>
92986
92987         Unreviewed GTK gardening.
92988
92989         Rebaselining two Video Track tests after r132349.
92990
92991         * platform/gtk/media/track/track-cue-rendering-horizontal-expected.txt:
92992         * platform/gtk/media/track/track-cue-rendering-vertical-expected.txt:
92993
92994 2012-10-24  Chris Fleizach  <cfleizach@apple.com>
92995
92996         AX: WebKit exposes abstract ARIA role range as AXSlider; should be generic AXGroup
92997         https://bugs.webkit.org/show_bug.cgi?id=100204
92998
92999         Reviewed by Beth Dakin.
93000
93001         Remove the aria-range.html test because the same functionality is covered in aria-slider.html
93002         Rename aria-range-value to aria-slider-value and use the non-abstract role slider instead (and 
93003         move that to the general accessibility platform).
93004
93005         * accessibility/aria-slider-value-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-range-value-expected.txt.
93006         * accessibility/aria-slider-value.html: Copied from LayoutTests/platform/mac/accessibility/aria-range-value.html.
93007         * platform/mac/accessibility/aria-range-expected.txt: Removed.
93008         * platform/mac/accessibility/aria-range-value-expected.txt: Removed.
93009         * platform/mac/accessibility/aria-range-value.html: Removed.
93010         * platform/mac/accessibility/aria-range.html: Removed.
93011
93012 2012-10-24  Levi Weintraub  <leviw@chromium.org>
93013
93014         Unreviewed gardening. Marking fast/media/w3c/test_media_queries.html as slow on
93015         Chromium debug bots following r132352. It may still timeout...
93016
93017         * platform/chromium/TestExpectations:
93018
93019 2012-10-24  Florin Malita  <fmalita@chromium.org>
93020
93021         [Chromium] SVG repaint issues
93022         https://bugs.webkit.org/show_bug.cgi?id=99874
93023
93024         Reviewed by Levi Weintraub.
93025
93026         * platform/chromium-linux/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
93027         * platform/chromium-linux/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
93028         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
93029         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
93030         * platform/chromium/TestExpectations:
93031
93032 2012-10-24  Dana Jansens  <danakj@chromium.org>
93033
93034         Layout tests to verify scaled composited layers have crisp text
93035         https://bugs.webkit.org/show_bug.cgi?id=96940
93036
93037         Reviewed by Adrienne Walker.
93038
93039         Chromium bug: crbug.com/149943
93040
93041         * compositing/text-on-scaled-layer-expected.html: Added.
93042         * compositing/text-on-scaled-layer.html: Added.
93043         * compositing/text-on-scaled-surface-expected.html: Added.
93044         * compositing/text-on-scaled-surface.html: Added.
93045         * platform/chromium/TestExpectations:
93046         * platform/mac/TestExpectations:
93047
93048 2012-10-24  Levi Weintraub  <leviw@chromium.org>
93049
93050         Unreveiewed gardening. Fixing linter, marking 2 mathml tests as flaky crashers on debug,
93051         and adding passing Lion expectations for a third mathml test.
93052
93053         * platform/chromium/TestExpectations:
93054         * platform/chromium-mac-lion/mathml/presentation/fenced-expected.png: Modified.
93055
93056 2012-10-24  Toni Barzic  <tbarzic@chromium.org>
93057
93058         Crash when trying to write exception message to null console
93059         https://bugs.webkit.org/show_bug.cgi?id=99658
93060
93061         Reviewed by Adam Barth.
93062
93063         The test creates bunch of workers that throw an exception as soon as they are loaded and then tries to change the current document.
93064         The test passes if there is no crash.
93065         Unfortuantely, the test is inherently flaky and may produce some false positive results (but should never fail if there is no bug).
93066
93067         * fast/workers/resources/worker-exception.js: Added.
93068         * fast/workers/worker-exception-during-navigation-expected.txt: Added.
93069         * fast/workers/worker-exception-during-navigation.html: Added.
93070
93071 2012-10-24  David Barton  <dbarton@mathscribe.com>
93072
93073         [MathML] Timeouts on linux after r132264
93074         https://bugs.webkit.org/show_bug.cgi?id=100202
93075
93076         Reviewed by Eric Seidel.
93077
93078         The failing tests no longer timeout.
93079
93080         * platform/chromium/TestExpectations:
93081
93082 2012-10-24  Alexander Shalamov  <alexander.shalamov@intel.com>
93083
93084         CSS3 Media Queries - add resolution tests to W3C test suite
93085         https://bugs.webkit.org/show_bug.cgi?id=100231
93086
93087         Reviewed by Kenneth Rohde Christiansen.
93088
93089         Resolution media feature was implemented, therefore,
93090         W3C tests are added back to the test suite.
93091
93092         * fast/media/w3c/test_media_queries-expected.txt:
93093         * fast/media/w3c/test_media_queries.html:
93094
93095         Created platform specific expectations for the platforms that have RESOLUTION_MEDIA_QUERY disabled.
93096
93097         * platform/blackberry/fast/media/w3c/test_media_queries-expected.txt: Added.
93098         * platform/chromium/fast/media/w3c/test_media_queries-expected.txt: Added.
93099         * platform/gtk/fast/media/w3c/test_media_queries-expected.txt: Added.
93100         * platform/mac/fast/media/w3c/test_media_queries-expected.txt: Added.
93101         * platform/win/fast/media/w3c/test_media_queries-expected.txt: Added.
93102
93103 2012-10-24  Dominik Röttsches  <dominik.rottsches@intel.com>
93104
93105         [EFL] Unreviewed gardening.
93106
93107         * platform/efl-wk1/TestExpectations: Marking shadow-dom failures after r132303
93108         * platform/efl-wk2/TestExpectations: Marking focus failure after r132342 and drag-select failure between r132333-r132343.
93109
93110 2012-10-24  Eric Carlson  <eric.carlson@apple.com>
93111
93112         Allow ports to override text track rendering style
93113         https://bugs.webkit.org/show_bug.cgi?id=97800
93114         <rdar://problem/12044964>
93115
93116         Reviewed by Maciej Stachowiak.
93117
93118         * media/track/track-cue-rendering-expected.txt: Update results for caption css changes.
93119         * media/track/track-cue-rendering.html: 
93120         * platform/chromium/TestExpectations: Skip tests that need to be rebaselined.
93121
93122 2012-10-24  Vsevolod Vlasov  <vsevik@chromium.org>
93123
93124         Web Inspector: Introduce workspace provider as a content providing backend for project.
93125         https://bugs.webkit.org/show_bug.cgi?id=100244
93126
93127         Reviewed by Pavel Feldman.
93128
93129         * http/tests/inspector/compiler-script-mapping.html:
93130         * http/tests/inspector/workspace-test.js:
93131         (initialize_WorkspaceTest.InspectorTest.createWorkspace):
93132         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
93133         * inspector/debugger/network-uisourcecode-provider.html:
93134         * inspector/debugger/script-snippet-model.html:
93135         * inspector/debugger/scripts-panel.html:
93136         * inspector/uisourcecode-revisions.html:
93137
93138 2012-10-24  Vsevolod Vlasov  <vsevik@chromium.org>
93139
93140         Web Inspector: UiSourceCode should rely on the workspace as a content provider.
93141         https://bugs.webkit.org/show_bug.cgi?id=100216
93142
93143         Reviewed by Pavel Feldman.
93144
93145         * http/tests/inspector/compiler-script-mapping.html:
93146         * inspector/debugger/breakpoint-manager.html:
93147         * inspector/debugger/script-formatter-search.html:
93148         * inspector/debugger/scripts-file-selector.html:
93149         * inspector/debugger/scripts-panel.html:
93150         * inspector/debugger/scripts-sorting.html:
93151         * inspector/debugger/ui-source-code-display-name.html:
93152         * inspector/debugger/ui-source-code.html:
93153         * inspector/uisourcecode-revisions.html:
93154
93155 2012-10-24  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
93156
93157         [EFL] Hopefully finish rebaselining after r131941 and r131991.
93158
93159         * platform/efl/compositing/clip-change-expected.png: Added.
93160         * platform/efl/compositing/geometry/foreground-offset-change-expected.png: Added.
93161         * platform/efl/compositing/iframes/fixed-position-iframe-expected.png: Added.
93162         * platform/efl/compositing/iframes/iframe-content-flipping-expected.png:
93163         * platform/efl/compositing/iframes/repaint-after-losing-scrollbars-expected.png: Added.
93164         * platform/efl/compositing/iframes/scroll-fixed-transformed-element-expected.png: Added.
93165         * platform/efl/compositing/iframes/scroll-grandchild-iframe-expected.png: Added.
93166         * platform/efl/compositing/overflow/repaint-after-losing-scrollbars-expected.png:
93167         * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.png:
93168         * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png:
93169         * platform/efl/compositing/repaint/shrink-layer-expected.png: Added.
93170         * platform/efl/compositing/repaint/transform-style-change-expected.png: Added.
93171         * platform/efl/compositing/rtl: Added.
93172         * platform/efl/compositing/rtl/rtl-overflow-invalidation-expected.png: Added.
93173         * platform/efl/compositing/video-page-visibility-expected.png:
93174         * platform/efl/css3/flexbox/repaint-expected.png:
93175         * platform/efl/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
93176         * platform/efl/fast/canvas/canvas-composite-fill-repaint-expected.png:
93177         * platform/efl/fast/canvas/canvas-incremental-repaint-2-expected.png: Added.
93178         * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png: Added.
93179         * platform/efl/fast/canvas/canvas-resize-after-paint-without-layout-expected.png:
93180         * platform/efl/fast/canvas/setWidthResetAfterForcedRender-expected.png:
93181
93182 2012-10-24  Zan Dobersek  <zandobersek@gmail.com>
93183
93184         Unreviewed GTK gardening.
93185
93186         Adding crash expectations for tests that started crashing after r132286.
93187
93188         * platform/gtk/TestExpectations:
93189
93190 2012-10-24  Sheriff Bot  <webkit.review.bot@gmail.com>
93191
93192         Unreviewed, rolling out r132333.
93193         http://trac.webkit.org/changeset/132333
93194         https://bugs.webkit.org/show_bug.cgi?id=100234
93195
93196         Crashes many tests on the EFL-WK2 bot. (Requested by rakuco on
93197         #webkit).
93198
93199         * platform/efl-wk2/TestExpectations:
93200         * platform/efl/TestExpectations:
93201         * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Removed.
93202         * platform/efl/editing/spelling/spelling-expected.txt: Removed.
93203
93204 2012-10-24  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
93205
93206         [EFL] WebKitTestRunner needs to turn on 'setContinuousSpellCheckingEnabled'
93207         https://bugs.webkit.org/show_bug.cgi?id=93611
93208
93209         Reviewed by Hajime Morita.
93210
93211         Unskip the spelling tests from efl-wk2/TestExpectations to run them for WebKit2-EFL.
93212         Add new baselines for two spelling tests.
93213
93214         * platform/efl-wk2/TestExpectations:
93215         * platform/efl/TestExpectations:
93216         * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Added.
93217         * platform/efl/editing/spelling/spelling-expected.txt: Added.
93218
93219 2012-10-24  Kent Tamura  <tkent@chromium.org>
93220
93221         [Chromium] Test expectation update
93222
93223         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
93224         * platform/chromium/TestExpectations:
93225
93226 2012-10-24  Kent Tamura  <tkent@chromium.org>
93227
93228         [Chromium] Test expectation update
93229
93230         * platform/chromium/TestExpectations:
93231          - exif-orientation-css.html is ImageOnlyFailure.
93232          - Still need rebaseline for calendar-picker-appearance-step.html on Windows?
93233
93234 2012-10-12  Balazs Kelemen  <kbalazs@webkit.org>
93235
93236         [Qt][WK2] Skip tests that depend on disabling accelerated compositing
93237         https://bugs.webkit.org/show_bug.cgi?id=99167
93238
93239         Rubber-stamped by Simon Hausmann.
93240
93241         Skip those tests because we don't support the non-accelerated
93242         rendering path.
93243
93244         * platform/qt-5.0-wk2/TestExpectations:
93245
93246 2012-10-24  Kent Tamura  <tkent@chromium.org>
93247
93248         [Chromium] Rebaseline for r132310.
93249
93250         * platform/chromium/TestExpectations:
93251         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
93252         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed.
93253         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
93254         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
93255         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
93256         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
93257         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
93258         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
93259         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
93260         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
93261         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
93262         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
93263         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
93264         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
93265         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
93266         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
93267         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
93268         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
93269         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
93270         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
93271         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
93272         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
93273         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
93274         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
93275         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
93276         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
93277         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
93278         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
93279         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
93280         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
93281         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
93282         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
93283         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
93284         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
93285         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
93286         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
93287         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
93288         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
93289         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: Added.
93290         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: Added.
93291         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
93292         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: Added.
93293         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: Added.
93294         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
93295         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
93296         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
93297         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
93298         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
93299         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
93300         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
93301         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
93302         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
93303         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
93304         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
93305         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
93306         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
93307         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
93308         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
93309         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
93310         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
93311         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
93312         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
93313         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
93314         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
93315         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
93316         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
93317         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
93318         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
93319         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
93320         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
93321         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
93322         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
93323         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
93324         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
93325         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
93326         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
93327         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
93328         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
93329         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
93330         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
93331         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
93332         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
93333         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
93334         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed.
93335         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
93336         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
93337         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
93338         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
93339         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
93340         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
93341         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
93342         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
93343         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
93344         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
93345         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
93346         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
93347         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
93348         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
93349         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
93350         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
93351         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
93352         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
93353         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
93354         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
93355         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
93356         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
93357         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
93358
93359 2012-10-24  Nandor Huszka  <hnandor@inf.u-szeged.hu>
93360
93361         [Qt] Unreviewed gardening.
93362
93363         Skipping a test because of r132303. Now ENABLE(SHADOW_DOM) is disabled on Qt.
93364
93365         * platform/qt/TestExpectations:
93366
93367 2012-10-24  Byungwoo Lee  <bw80.lee@samsung.com>
93368
93369         [EFL] Unskip fast/events/tabindex-focus-blur-all.html.
93370         https://bugs.webkit.org/show_bug.cgi?id=100206
93371
93372         Unreviewed, EFL gardening.
93373
93374         The bug webkit.org/b/100065 is fixed and the test is passing now.
93375
93376         * platform/efl-wk1/TestExpectations:
93377
93378 2012-10-24  Zan Dobersek  <zandobersek@gmail.com>
93379
93380         Unreviewed GTK gardening.
93381         Marking fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html
93382         as flaky after r132143.
93383         Adding baselines for tvo SVG Transforms tests required after r132121.
93384
93385         * platform/gtk/TestExpectations:
93386         * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
93387         * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
93388         * platform/gtk/svg/transforms/svg-css-transforms-expected.png: Added.
93389         * platform/gtk/svg/transforms/svg-css-transforms-expected.txt: Added.
93390
93391 2012-10-23  David Barton  <dbarton@mathscribe.com>
93392
93393         Unreviewed gardening. Some linux MathML tests are timing out - see webkit.org/b/100202.
93394
93395         * platform/chromium/TestExpectations:
93396
93397 2012-10-23  Kent Tamura  <tkent@chromium.org>
93398
93399         Multiple fields input UI: Don't use CSS properties for physical direction
93400         https://bugs.webkit.org/show_bug.cgi?id=100195
93401
93402         Reviewed by Kentaro Hara.
93403
93404         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
93405         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
93406
93407 2012-10-23  Kent Tamura  <tkent@chromium.org>
93408
93409         [Chromium] Rebaseline for r132291
93410         https://bugs.webkit.org/show_bug.cgi?id=100088
93411
93412         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
93413         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
93414         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
93415         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
93416         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
93417         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
93418         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
93419         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
93420         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
93421         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
93422         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
93423         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
93424         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
93425         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
93426         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
93427         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
93428         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
93429         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
93430         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
93431         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Added.
93432         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
93433         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Added.
93434         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Added.
93435         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
93436         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
93437         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Added.
93438         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
93439         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
93440         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
93441         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
93442         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
93443         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
93444         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
93445         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
93446         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
93447         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
93448         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
93449         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
93450         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
93451         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
93452         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
93453         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
93454         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
93455         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
93456         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
93457         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
93458         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
93459         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
93460         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
93461         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
93462         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
93463         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
93464         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
93465         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
93466         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
93467         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
93468         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
93469         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
93470         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
93471         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
93472         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
93473         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
93474         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
93475         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
93476         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
93477         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
93478         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
93479         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
93480         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
93481         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
93482         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
93483         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
93484         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
93485         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
93486         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
93487         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
93488
93489 2012-10-23  Csaba Osztrogonác  <ossy@webkit.org>
93490
93491         [Qt] Unreviewed nightly gardening, skip new failing tests.
93492
93493         * platform/qt/TestExpectations:
93494
93495 2012-10-23  Tony Chang  <tony@chromium.org>
93496
93497         [chromium] Remove duplicate platform/mac entries
93498         https://bugs.webkit.org/show_bug.cgi?id=100167
93499
93500         Reviewed by Dirk Pranke.
93501
93502         We intentionally don't run platform/mac tests in Chromium.  Remove lines
93503         that duplicate the directory WontFix.
93504
93505         * platform/chromium/TestExpectations:
93506
93507 2012-10-23  Takashi Sakamoto  <tasak@google.com>
93508
93509         [Shadow DOM] Needs @host rule for ShadowDOM styling
93510         https://bugs.webkit.org/show_bug.cgi?id=88606
93511
93512         Reviewed by Hajime Morita.
93513
93514         * fast/dom/shadow/athost-atrules-expected.txt: Added.
93515         * fast/dom/shadow/athost-atrules.html: Added.
93516
93517 2012-10-23  Simon Fraser  <simon.fraser@apple.com>
93518
93519         Allow tests to run with a tile cache, and optionally dump the tile cache via layerTreeAsText()
93520         https://bugs.webkit.org/show_bug.cgi?id=100159
93521
93522         Reviewed by Tim Horton.
93523
93524         A new test that dumps tile cache data for a large page.
93525
93526         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
93527         * platform/mac/tiled-drawing/use-tiled-drawing.html: Added.
93528
93529 2012-10-23  Sheriff Bot  <webkit.review.bot@gmail.com>
93530
93531         Unreviewed, rolling out r132276.
93532         http://trac.webkit.org/changeset/132276
93533         https://bugs.webkit.org/show_bug.cgi?id=100189
93534
93535         It broke the Qt-WK2 build intentionally (Requested by
93536         Ossy_night on #webkit).
93537
93538         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Removed.
93539         * platform/mac/tiled-drawing/use-tiled-drawing.html: Removed.
93540
93541 2012-10-23  Noel Gordon  <noel.gordon@gmail.com>
93542
93543         exif-orientation tests should use dumpAsText(true) 
93544         https://bugs.webkit.org/show_bug.cgi?id=100076
93545
93546         Reviewed by Eric Seidel.
93547
93548         * fast/images/exif-orientation-css.html: Use dumpAsText(true).
93549         * fast/images/exif-orientation.html: ditto.
93550
93551 2012-10-23  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
93552
93553         [EFL] Unreviewed EFL gardening.
93554         https://bugs.webkit.org/show_bug.cgi?id=100125
93555
93556         Added pixel baselines for editing/pasteboard.
93557
93558         * platform/efl/editing/pasteboard: 26 new pixel baselines.
93559
93560 2012-10-23  Kent Tamura  <tkent@chromium.org>
93561
93562         REGRESSION(r131421): Text baseline is not aligned in some locales
93563         https://bugs.webkit.org/show_bug.cgi?id=100088
93564
93565         Reviewed by Hajime Morita.
93566
93567         Add a pixel image which has notable changes.
93568         Input elements in other tests have slightly small height and
93569         slightly narrow width.
93570
93571         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
93572         * platform/chromium/TestExpectations:
93573
93574 2012-10-23  Varun Jain  <varunjain@chromium.org>
93575
93576         Context menu generated from touch gestures on textareas has
93577         context of the cursor position instead of the position where the event occurs.
93578         https://bugs.webkit.org/show_bug.cgi?id=99520
93579
93580         Reviewed by Kenneth Rohde Christiansen.
93581
93582         Send a synthetic mouse down event for context menu-summoning-gesture events so that
93583         textareas can correctly set cursors before receiving the context menu event.
93584
93585         * fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html: Added.
93586         * platform/chromium/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt: Added.
93587
93588 2012-10-23  Levi Weintraub  <leviw@chromium.org>
93589
93590         The rest of the baselines have landed! Should green the Mac bots for MathML after r132264.
93591
93592         * platform/chromium-mac-lion/mathml: Added.
93593         * platform/chromium-mac-lion/mathml/presentation: Added.
93594         * platform/chromium-mac-lion/mathml/presentation/attributes-expected.png: Added.
93595         * platform/chromium-mac-lion/mathml/presentation/fenced-mi-expected.png: Added.
93596         * platform/chromium-mac-lion/mathml/presentation/fractions-expected.png: Added.
93597         * platform/chromium-mac-lion/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
93598         * platform/chromium-mac-lion/mathml/presentation/mo-expected.png: Added.
93599         * platform/chromium-mac-lion/mathml/presentation/mo-stretch-expected.png: Added.
93600         * platform/chromium-mac-lion/mathml/presentation/mroot-pref-width-expected.png: Added.
93601         * platform/chromium-mac-lion/mathml/presentation/over-expected.png: Added.
93602         * platform/chromium-mac-lion/mathml/presentation/roots-expected.png: Added.
93603         * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.png: Added.
93604         * platform/chromium-mac-lion/mathml/presentation/row-expected.png: Added.
93605         * platform/chromium-mac-lion/mathml/presentation/style-expected.png: Added.
93606         * platform/chromium-mac-lion/mathml/presentation/sub-expected.png: Added.
93607         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.png: Added.
93608         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt: Added.
93609         * platform/chromium-mac-lion/mathml/presentation/sup-expected.png: Added.
93610         * platform/chromium-mac-lion/mathml/presentation/tables-expected.png: Added.
93611         * platform/chromium-mac-lion/mathml/presentation/tokenElements-expected.png: Added.
93612         * platform/chromium-mac-lion/mathml/presentation/under-expected.png: Added.
93613         * platform/chromium-mac-lion/mathml/presentation/underover-expected.png: Added.
93614         * platform/chromium-mac-lion/mathml/xHeight-expected.png: Added.
93615         * platform/chromium-mac/mathml: Added.
93616         * platform/chromium-mac/mathml/presentation: Added.
93617         * platform/chromium-mac/mathml/presentation/attributes-expected.png: Added.
93618         * platform/chromium-mac/mathml/presentation/fenced-expected.png: Added.
93619         * platform/chromium-mac/mathml/presentation/fenced-mi-expected.png: Added.
93620         * platform/chromium-mac/mathml/presentation/fractions-expected.png: Added.
93621         * platform/chromium-mac/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
93622         * platform/chromium-mac/mathml/presentation/mo-expected.png: Added.
93623         * platform/chromium-mac/mathml/presentation/mo-stretch-expected.png: Added.
93624         * platform/chromium-mac/mathml/presentation/mroot-pref-width-expected.png: Added.
93625         * platform/chromium-mac/mathml/presentation/over-expected.png: Added.
93626         * platform/chromium-mac/mathml/presentation/roots-expected.png: Added.
93627         * platform/chromium-mac/mathml/presentation/row-alignment-expected.png: Added.
93628         * platform/chromium-mac/mathml/presentation/row-expected.png: Added.
93629         * platform/chromium-mac/mathml/presentation/style-expected.png: Added.
93630         * platform/chromium-mac/mathml/presentation/sub-expected.png: Added.
93631         * platform/chromium-mac/mathml/presentation/subsup-expected.png: Added.
93632         * platform/chromium-mac/mathml/presentation/subsup-expected.txt: Added.
93633         * platform/chromium-mac/mathml/presentation/sup-expected.png: Added.
93634         * platform/chromium-mac/mathml/presentation/tables-expected.png: Added.
93635         * platform/chromium-mac/mathml/presentation/tokenElements-expected.png: Added.
93636         * platform/chromium-mac/mathml/presentation/under-expected.png: Added.
93637         * platform/chromium-mac/mathml/presentation/underover-expected.png: Added.
93638         * platform/chromium-mac/mathml/xHeight-expected.png: Added.
93639
93640 2012-10-23  Levi Weintraub  <leviw@chromium.org>
93641
93642         Unreviewed gardening. Updating expectations after r132264.
93643
93644         * platform/chromium-mac-snowleopard/mathml: Added.
93645         * platform/chromium-mac-snowleopard/mathml/presentation: Added.
93646         * platform/chromium-mac-snowleopard/mathml/presentation/attributes-expected.png: Added.
93647         * platform/chromium-mac-snowleopard/mathml/presentation/attributes-expected.txt: Added.
93648         * platform/chromium-mac-snowleopard/mathml/presentation/fenced-expected.png: Added.
93649         * platform/chromium-mac-snowleopard/mathml/presentation/fenced-expected.txt: Added.
93650         * platform/chromium-mac-snowleopard/mathml/presentation/fenced-mi-expected.png: Added.
93651         * platform/chromium-mac-snowleopard/mathml/presentation/fenced-mi-expected.txt: Added.
93652         * platform/chromium-mac-snowleopard/mathml/presentation/fractions-expected.png: Added.
93653         * platform/chromium-mac-snowleopard/mathml/presentation/fractions-expected.txt: Added.
93654         * platform/chromium-mac-snowleopard/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
93655         * platform/chromium-mac-snowleopard/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
93656         * platform/chromium-mac-snowleopard/mathml/presentation/mo-expected.png: Added.
93657         * platform/chromium-mac-snowleopard/mathml/presentation/mo-expected.txt: Added.
93658         * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.png: Added.
93659         * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.txt: Added.
93660         * platform/chromium-mac-snowleopard/mathml/presentation/mroot-pref-width-expected.png: Added.
93661         * platform/chromium-mac-snowleopard/mathml/presentation/mroot-pref-width-expected.txt: Added.
93662         * platform/chromium-mac-snowleopard/mathml/presentation/over-expected.png: Added.
93663         * platform/chromium-mac-snowleopard/mathml/presentation/over-expected.txt: Added.
93664         * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.png: Added.
93665         * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.txt: Added.
93666         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.png: Added.
93667         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt: Added.
93668         * platform/chromium-mac-snowleopard/mathml/presentation/row-expected.png: Added.
93669         * platform/chromium-mac-snowleopard/mathml/presentation/row-expected.txt: Added.
93670         * platform/chromium-mac-snowleopard/mathml/presentation/style-expected.png: Added.
93671         * platform/chromium-mac-snowleopard/mathml/presentation/style-expected.txt: Added.
93672         * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.png: Added.
93673         * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.txt: Added.
93674         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.png: Added.
93675         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt: Added.
93676         * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.png: Added.
93677         * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt: Added.
93678         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.png: Added.
93679         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt: Added.
93680         * platform/chromium-mac-snowleopard/mathml/presentation/tokenElements-expected.png: Added.
93681         * platform/chromium-mac-snowleopard/mathml/presentation/tokenElements-expected.txt: Added.
93682         * platform/chromium-mac-snowleopard/mathml/presentation/under-expected.png: Added.
93683         * platform/chromium-mac-snowleopard/mathml/presentation/under-expected.txt: Added.
93684         * platform/chromium-mac-snowleopard/mathml/presentation/underover-expected.png: Added.
93685         * platform/chromium-mac-snowleopard/mathml/presentation/underover-expected.txt: Added.
93686         * platform/chromium-mac-snowleopard/mathml/xHeight-expected.png: Added.
93687         * platform/chromium-mac-snowleopard/mathml/xHeight-expected.txt: Added.
93688
93689 2012-10-23  Simon Fraser  <simon.fraser@apple.com>
93690
93691         Allow tests to run with a tile cache, and optionally dump the tile cache via layerTreeAsText()
93692         https://bugs.webkit.org/show_bug.cgi?id=100159
93693
93694         Reviewed by Tim Horton.
93695
93696         A new test that dumps tile cache data for a large page.
93697
93698         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
93699         * platform/mac/tiled-drawing/use-tiled-drawing.html: Added.
93700
93701 2012-10-23  Chris Rogers  <crogers@google.com>
93702
93703         Change setTargetValueAtTime() to setTargetAtTime()
93704         https://bugs.webkit.org/show_bug.cgi?id=100153
93705
93706         Reviewed by Adam Barth.
93707
93708         * webaudio/audioparam-setTargetAtTime-expected.txt: Renamed from LayoutTests/webaudio/audioparam-setTargetValueAtTime-expected.txt.
93709         * webaudio/audioparam-setTargetAtTime.html: Renamed from LayoutTests/webaudio/audioparam-setTargetValueAtTime.html.
93710         * webaudio/resources/audioparam-testing.js:
93711
93712 2012-10-23  Elliott Sprehn  <esprehn@chromium.org>
93713
93714         Generated should not be supported for things with a shadow
93715         https://bugs.webkit.org/show_bug.cgi?id=98836
93716
93717         Reviewed by Dimitri Glazkov.
93718
93719         Change all pseudos on <input> tests to be ref tests and clean up the tests.
93720         They now make sure we don't support generated content on things with a shadow.
93721         Also added another test for the other form control types to ensure they don't
93722         support pseudos either.
93723
93724         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Added.
93725         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
93726         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
93727         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Added.
93728         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
93729         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
93730         * fast/forms/pseudo-elements-expected.html: Added.
93731         * fast/forms/pseudo-elements.html: Added.
93732         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Added.
93733         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
93734         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
93735         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Added.
93736         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
93737         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
93738         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
93739         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
93740         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
93741         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
93742         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
93743         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
93744         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
93745         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
93746         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
93747         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
93748         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
93749         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
93750         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
93751         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
93752         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
93753         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
93754
93755 2012-10-23  Huang Dongsung  <luxtella@company100.net>
93756
93757         [CSS Shaders] Implement overlay, color-dodge, color-burn, hard-light, soft-light blend modes.
93758         https://bugs.webkit.org/show_bug.cgi?id=98504
93759
93760         Reviewed by Dean Jackson.
93761
93762         Update the test for the aforementioned blend modes.
93763
93764         * css3/filters/custom/custom-filter-blend-modes-expected.html:
93765         * css3/filters/custom/custom-filter-blend-modes.html:
93766
93767 2012-10-23  Huang Dongsung  <luxtella@company100.net>
93768
93769         [CSS Shaders] Implement all composite operators except destination and lighter.
93770         https://bugs.webkit.org/show_bug.cgi?id=97859
93771
93772         Reviewed by Dean Jackson.
93773
93774         Add test to check that the DOM element texture composites correctly with the css_MixColor
93775         variable from the author's shader for each composite operator.
93776
93777         * css3/filters/custom/custom-filter-composite-operators-expected.png: Added.
93778         * css3/filters/custom/custom-filter-composite-operators-expected.txt: Added.
93779         * css3/filters/custom/custom-filter-composite-operators.html: Added.
93780
93781 2012-10-23  Max Vujovic  <mvujovic@adobe.com>
93782
93783         [CSS Shaders] Changing the blend mode in CSS doesn't update the custom filter rendering
93784         https://bugs.webkit.org/show_bug.cgi?id=99887
93785
93786         Reviewed by Dirk Schulze.
93787
93788         Add a test that resolves a custom filter's style with the "multiply" blend mode and then
93789         changes the blend mode to "normal". The test makes sure not to change any other parameters
93790         besides the blend mode, since the other parameters can trigger style recalculations on their
93791         own.
93792
93793         * css3/filters/custom/custom-filter-change-blend-mode-expected.html: Added.
93794         * css3/filters/custom/custom-filter-change-blend-mode.html: Added.
93795
93796 2012-10-23  David Barton  <dbarton@mathscribe.com>
93797
93798         [MathML] Symbol font uses greek letters for roman ones on linux and Windows
93799         https://bugs.webkit.org/show_bug.cgi?id=99921
93800
93801         Reviewed by Eric Seidel.
93802
93803         * mathml/presentation/mo.xhtml:
93804         * platform/chromium/TestExpectations:
93805         * platform/chromium/mathml/presentation/attributes-expected.png: Modified property svn:mime-type.
93806         * platform/chromium/mathml/presentation/attributes-expected.txt:
93807         * platform/chromium/mathml/presentation/fenced-expected.png: Modified property svn:mime-type.
93808         * platform/chromium/mathml/presentation/fenced-expected.txt:
93809         * platform/chromium/mathml/presentation/fenced-mi-expected.png: Modified property svn:mime-type.
93810         * platform/chromium/mathml/presentation/fenced-mi-expected.txt:
93811         * platform/chromium/mathml/presentation/fractions-expected.png: Modified property svn:mime-type.
93812         * platform/chromium/mathml/presentation/fractions-expected.txt:
93813         * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.png: Modified property svn:mime-type.
93814         * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.txt:
93815         * platform/chromium/mathml/presentation/mo-expected.png: Modified property svn:mime-type.
93816         * platform/chromium/mathml/presentation/mo-expected.txt:
93817         * platform/chromium/mathml/presentation/mo-stretch-expected.png: Modified property svn:mime-type.
93818         * platform/chromium/mathml/presentation/mo-stretch-expected.txt:
93819         * platform/chromium/mathml/presentation/mroot-pref-width-expected.png: Modified property svn:mime-type.
93820         * platform/chromium/mathml/presentation/mroot-pref-width-expected.txt:
93821         * platform/chromium/mathml/presentation/over-expected.png: Modified property svn:mime-type.
93822         * platform/chromium/mathml/presentation/over-expected.txt:
93823         * platform/chromium/mathml/presentation/roots-expected.png: Modified property svn:mime-type.
93824         * platform/chromium/mathml/presentation/roots-expected.txt:
93825         * platform/chromium/mathml/presentation/row-alignment-expected.png: Modified property svn:mime-type.
93826         * platform/chromium/mathml/presentation/row-alignment-expected.txt:
93827         * platform/chromium/mathml/presentation/row-expected.png: Modified property svn:mime-type.
93828         * platform/chromium/mathml/presentation/row-expected.txt:
93829         * platform/chromium/mathml/presentation/style-expected.png: Modified property svn:mime-type.
93830         * platform/chromium/mathml/presentation/style-expected.txt:
93831         * platform/chromium/mathml/presentation/sub-expected.png: Modified property svn:mime-type.
93832         * platform/chromium/mathml/presentation/sub-expected.txt:
93833         * platform/chromium/mathml/presentation/subsup-expected.png: Modified property svn:mime-type.
93834         * platform/chromium/mathml/presentation/subsup-expected.txt:
93835         * platform/chromium/mathml/presentation/sup-expected.png: Modified property svn:mime-type.
93836         * platform/chromium/mathml/presentation/sup-expected.txt:
93837         * platform/chromium/mathml/presentation/tables-expected.png: Modified property svn:mime-type.
93838         * platform/chromium/mathml/presentation/tables-expected.txt:
93839         * platform/chromium/mathml/presentation/tokenElements-expected.png: Modified property svn:mime-type.
93840         * platform/chromium/mathml/presentation/tokenElements-expected.txt:
93841         * platform/chromium/mathml/presentation/under-expected.png: Modified property svn:mime-type.
93842         * platform/chromium/mathml/presentation/under-expected.txt:
93843         * platform/chromium/mathml/presentation/underover-expected.png: Modified property svn:mime-type.
93844         * platform/chromium/mathml/presentation/underover-expected.txt:
93845         * platform/chromium/mathml/xHeight-expected.png: Modified property svn:mime-type.
93846         * platform/chromium/mathml/xHeight-expected.txt:
93847         * platform/efl/TestExpectations:
93848         * platform/gtk/TestExpectations:
93849         * platform/mac/TestExpectations:
93850
93851 2012-10-23  Levi Weintraub  <leviw@chromium.org>
93852
93853         Unreviewed gardening. Properly skipping http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout*
93854         tests, as was the author's intention.
93855
93856         * platform/chromium/TestExpectations:
93857
93858 2012-10-22  Dirk Schulze  <krit@webkit.org>
93859
93860         BasicShapePolygon::path takes width instead of height for boundary calculation
93861         https://bugs.webkit.org/show_bug.cgi?id=99919
93862
93863         Reviewed by Darin Adler.
93864
93865         Test that the correct relation is used for calculating point position of an polygon.
93866
93867         * css3/masking/clip-path-polygon-percentage-expected.html: Added.
93868         * css3/masking/clip-path-polygon-percentage.html: Added.
93869
93870 2012-10-23  Dirk Pranke  <dpranke@chromium.org>
93871
93872         Remove remaining fast/innerHTML pixel test baselines after r131960.
93873
93874         Unreviewed, expectations change.
93875
93876         * platform/chromium-linux/fast/innerHTML/002-expected.png: Removed.
93877         * platform/chromium-linux/fast/innerHTML/003-expected.png: Removed.
93878         * platform/chromium-linux/fast/innerHTML/006-expected.png: Removed.
93879         * platform/chromium-mac-snowleopard/fast/innerHTML/001-expected.png: Removed.
93880         * platform/chromium-mac-snowleopard/fast/innerHTML/002-expected.png: Removed.
93881         * platform/chromium-mac-snowleopard/fast/innerHTML/003-expected.png: Removed.
93882         * platform/chromium-mac-snowleopard/fast/innerHTML/006-expected.png: Removed.
93883         * platform/chromium-mac/fast/innerHTML/001-expected.png: Removed.
93884         * platform/chromium-mac/fast/innerHTML/002-expected.png: Removed.
93885         * platform/chromium-mac/fast/innerHTML/003-expected.png: Removed.
93886         * platform/chromium-mac/fast/innerHTML/006-expected.png: Removed.
93887         * platform/chromium-win/fast/innerHTML/001-expected.png: Removed.
93888         * platform/chromium-win/fast/innerHTML/001-expected.txt: Removed.
93889         * platform/chromium-win/fast/innerHTML/002-expected.txt: Removed.
93890         * platform/chromium-win/fast/innerHTML/003-expected.txt: Removed.
93891         * platform/chromium-win/fast/innerHTML/006-expected.txt: Removed.
93892         * platform/efl/fast/innerHTML/001-expected.txt: Removed.
93893         * platform/efl/fast/innerHTML/002-expected.txt: Removed.
93894         * platform/efl/fast/innerHTML/003-expected.txt: Removed.
93895         * platform/efl/fast/innerHTML/006-expected.txt: Removed.
93896         * platform/gtk/fast/innerHTML/001-expected.txt: Removed.
93897         * platform/gtk/fast/innerHTML/002-expected.txt: Removed.
93898         * platform/gtk/fast/innerHTML/003-expected.txt: Removed.
93899         * platform/gtk/fast/innerHTML/006-expected.txt: Removed.
93900         * platform/gtk/fast/innerHTML/innerHTML-iframe-expected.txt: Removed.
93901         * platform/mac/fast/innerHTML/001-expected.txt: Removed.
93902         * platform/mac/fast/innerHTML/002-expected.txt: Removed.
93903         * platform/mac/fast/innerHTML/003-expected.txt: Removed.
93904         * platform/mac/fast/innerHTML/006-expected.txt: Removed.
93905         * platform/qt/fast/innerHTML/001-expected.txt: Removed.
93906         * platform/qt/fast/innerHTML/002-expected.txt: Removed.
93907         * platform/qt/fast/innerHTML/003-expected.txt: Removed.
93908         * platform/qt/fast/innerHTML/006-expected.txt: Removed.
93909
93910 2012-10-23  Dominik Röttsches  <dominik.rottsches@intel.com>
93911
93912         Add timeout support to XMLHttpRequest
93913         https://bugs.webkit.org/show_bug.cgi?id=74802
93914
93915         Reviewed by Nate Chapin.
93916
93917         XHR2 timeout tests were initially written by Mozilla's Alex Vincent's. He granted
93918         permission to reuse them under PD/BSD license
93919         in https://bugzilla.mozilla.org/show_bug.cgi?id=525816#c86 - big thanks!
93920         I adapted them for W3C testharness.js and split them into groups with shorter test running time
93921         so that they can be used as WebKit layout tests. Each individual test should
93922         complete in less than 20 seconds.
93923
93924         The case of late updates to the timeout property, changing the timeout value after send()
93925         is not supported yet and handled separately in bug 98156. Tests that are testing this feature
93926         are commented out until this bug is tackled.
93927
93928         The suffix of the html test filename matches the groups in xmlhttprequest-timeout.js which contains
93929         all tests that are run. The result of assertions is reported back to testharness.js.
93930
93931         For example, the "overrides" group is currently not run yet since all tests in that group are cases
93932         of late updates, see above. Once late updates are supported we can add a file
93933         xmlhttprequest-timeout-overrides.html to run them.
93934
93935         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted-expected.txt: Added.
93936         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.html: Added.
93937         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain-expected.txt: Added.
93938         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.html: Added.
93939         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires-expected.txt: Added.
93940         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html: Added.
93941         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-runner.js: Added. Distinguishes which group of tests to run based on filename suffix.
93942         (testResultCallbackHandler.return):
93943         (groupFromLocation):
93944         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple-expected.txt: Added.
93945         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.html: Added.
93946         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain-expected.txt: Added.
93947         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html: Added.
93948         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice-expected.txt: Added.
93949         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.html: Added.
93950         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted-expected.txt: Added.
93951         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted.html: Added.
93952         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires-expected.txt: Added.
93953         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html: Added.
93954         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple-expected.txt: Added.
93955         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple.html: Added.
93956         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker-expected.txt: Added.
93957         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker.html: Added.
93958         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice-expected.txt: Added.
93959         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice.html: Added.
93960         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js: Added. Contains test cases for all individual test html files.
93961         (message): Wrapper for postMessage in worker and document context case.
93962         (is),
93963         (ok): Assertion functions.
93964         (RequestTracker): Class for variations of the regular timeout case.
93965         (RequestTracker.prototype.startXHR.handleEvent):
93966         (RequestTracker.prototype.startXHR):
93967         (RequestTracker.prototype.getMessage):
93968         (RequestTracker.prototype.handleEvent):
93969         (AbortedRequest): Class for testing timeout event vs. abort events.
93970         (AbortedRequest.prototype.startXHR.handleEvent):
93971         (AbortedRequest.prototype.startXHR.abortReq):
93972         (AbortedRequest.prototype.startXHR.else):
93973         (AbortedRequest.prototype.startXHR):
93974         (AbortedRequest.prototype.noEventsFired):
93975         (AbortedRequest.prototype.getMessage):
93976         (AbortedRequest.prototype.handleEvent):
93977         (SyncRequestSettingTimeoutAfterOpen.startXHR),
93978         (SyncRequestSettingTimeoutBeforeOpen.startXHR): Test classes for synchronous XHR cases.
93979         (TestCounter.testComplete),
93980         (TestCounter.next): Used for cycling through tests.
93981         * platform/chromium/TestExpectations: Skipping XHR timeout cases since setTimeoutInterval is not supported in Chromium's HTTP stack.
93982         * platform/gtk/TestExpectations: Marking XHR timeout cases as slow in order to run them with a longer test timeout threshold.
93983         * platform/qt/TestExpectations: Skipping XHR timeout cases since setTimeoutInterval is not supported in Chromium's HTTP stack.
93984
93985 2012-10-23  Levi Weintraub  <leviw@chromium.org>
93986
93987         Unreviewed gardening. css3/filters/blur-filter-page-scroll-self.html is crashing
93988         now as well as generating incorrect image results :(
93989
93990         * platform/chromium/TestExpectations:
93991
93992 2012-10-23  Yael Aharon  <yael.aharon@intel.com>
93993
93994         [WIN7] Skip fast/media/mq-resolution.html.
93995         https://bugs.webkit.org/show_bug.cgi?id=100143.
93996
93997         Reviewed by Kenneth Rohde Christiansen.
93998
93999         The feature is not yet implemented.
94000
94001         * platform/win/TestExpectations:
94002
94003 2012-10-23  Christophe Dumez  <christophe.dumez@intel.com>
94004
94005         Possible assertion hit in WebCore::HTMLSelectElement::updateListBoxSelection()
94006         https://bugs.webkit.org/show_bug.cgi?id=99967
94007
94008         Reviewed by Tony Chang.
94009
94010         Added layout test to reproduce an assertion hit in
94011         WebCore::HTMLSelectElement::updateListBoxSelection() when pressing the left
94012         button outside a multiselect and then moving the mouse over the multiselect
94013         element while holding the button down.
94014
94015         * fast/dom/HTMLSelectElement/select-selectedIndex-noAnchorIndex-crash-expected.txt: Added.
94016         * fast/dom/HTMLSelectElement/select-selectedIndex-noAnchorIndex-crash.html: Added.
94017
94018 2012-10-23  Pavel Feldman  <pfeldman@chromium.org>
94019
94020         Web Inspector: array grouping does not work for arrays with exactly 10000 elements.
94021         https://bugs.webkit.org/show_bug.cgi?id=100131
94022
94023         Reviewed by Vsevolod Vlasov.
94024
94025         * inspector/console/console-big-array-expected.txt:
94026         * inspector/console/console-big-array.html:
94027
94028 2012-10-23  Shinya Kawanaka  <shinyak@chromium.org>
94029
94030         The order of resolving distribution in tree composition is wrong.
94031         https://bugs.webkit.org/show_bug.cgi?id=99552
94032
94033         Reviewed by Dimitri Glazkov.
94034
94035         We also fix the existing wrong test.
94036
94037         * fast/dom/shadow/content-reprojection-order-expected.html: Added.
94038         * fast/dom/shadow/content-reprojection-order.html: Added.
94039         * fast/dom/shadow/shadow-element-rendering-single.html:
94040
94041 2012-10-23  Zan Dobersek  <zandobersek@gmail.com>
94042
94043         Unreviewed GTK gardening.
94044
94045         Adding failure expectation for fast/media/mq-resolution.html, it relies
94046         on the Resolution Media Query feature being enabled.
94047         Adding a proper bug modifier for fast/files/workers/worker-apply-blob-url-to-xhr.html.
94048
94049         * platform/gtk/TestExpectations:
94050
94051 2012-10-23  Vsevolod Vlasov  <vsevik@chromium.org>
94052
94053         Web Inspector: Move UISourceCode creation out of mappings to workspace.
94054         https://bugs.webkit.org/show_bug.cgi?id=100092
94055
94056         Reviewed by Pavel Feldman.
94057
94058         * http/tests/inspector/workspace-test.js:
94059         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
94060         * inspector/debugger/resource-script-mapping-expected.txt:
94061         * inspector/debugger/scripts-panel.html:
94062
94063 2012-10-23  Mike West  <mkwst@chromium.org>
94064
94065         Web Inspector: MIME type errors should truncate long URLs.
94066         https://bugs.webkit.org/show_bug.cgi?id=100083
94067
94068         Reviewed by Pavel Feldman.
94069
94070         * http/tests/inspector/network/image-as-text-loading-data-url-expected.txt: Added.
94071         * http/tests/inspector/network/image-as-text-loading-data-url.html: Added.
94072
94073 2012-10-23  Alexander Pavlov  <apavlov@chromium.org>
94074
94075         Web Inspector: Crash when adding a keyframes rule in the Styles pane
94076         https://bugs.webkit.org/show_bug.cgi?id=99826
94077
94078         Reviewed by Pavel Feldman.
94079
94080         * inspector/styles/add-new-rule-invalid-selector-expected.txt: Added.
94081         * inspector/styles/add-new-rule-invalid-selector.html: Added.
94082
94083 2012-10-15  Kenneth Rohde Christiansen  <kenneth@webkit.org>
94084
94085         Add support for resolution media query
94086         https://bugs.webkit.org/show_bug.cgi?id=99077
94087
94088         Reviewed by Antti Koivisto.
94089
94090         Test (resolution: x) media query to ensure compliance
94091         with spec plus proposed dppx values.
94092
94093         * fast/media/mq-resolution-expected.txt: Added.
94094         * fast/media/mq-resolution.html: Added.
94095
94096         * LayoutTests/platform/mac/TestExpectations:
94097         * LayoutTests/platform/chromium/TestExpectations:
94098
94099             Skip the test as the ports do not enable CSS Image Resolution.
94100
94101 2012-10-23  Csaba Osztrogonác  <ossy@webkit.org>
94102
94103         [Qt][WK2] Unreviewed gardening.
94104
94105         * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt:
94106
94107 2012-10-23  Csaba Osztrogonác  <ossy@webkit.org>
94108
94109         [Qt] Unreviewed holiday gardening to paint the bots green.
94110
94111         * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt: Added after r132041.
94112         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-frames-expected.txt: Added after r132041.
94113         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback2-expected.txt: Added after r132041.
94114         * platform/qt/TestExpectations: Skip new failing tests.
94115
94116 2012-10-23  Adam Klein  <adamk@chromium.org>
94117
94118         Always parse pasted fragments as HTML even on XHTML pages
94119         https://bugs.webkit.org/show_bug.cgi?id=99880
94120
94121         Reviewed by Ojan Vafai.
94122
94123         Updated existing tests to match new expected behavior.
94124
94125         * editing/pasteboard/paste-noscript-xhtml-expected.txt: The HTML
94126         parser leaves <script> tags in the DOM when pasting, but removes their
94127         attributes and children, so this is just as safe as the previous
94128         behavior.
94129         * platform/mac/editing/pasteboard/paste-xml-expected.txt: Now that we
94130         use the HTML parser, parsing the paste succeeds and so we insert DOM
94131         instead of plain text. Similar rebaselines may be needed on other
94132         platforms.
94133
94134 2012-10-23  Zan Dobersek  <zandobersek@gmail.com>
94135
94136         Unreviewed GTK gardening.
94137
94138         Fixing failure expectation for fast/sub-pixel/file-upload-control-at-fractional-offset.html,
94139         the test is a reftest so the expectation should be ImageOnlyFailure.
94140
94141         * platform/gtk/TestExpectations:
94142
94143 2012-10-23  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
94144
94145         [WK2] [WTR] WebKitTestRunner needs testRunner.queueForwardNavigation
94146         https://bugs.webkit.org/show_bug.cgi?id=99700
94147
94148         Reviewed by Kenneth Rohde Christiansen.
94149
94150         Unskipped http/tests/cache/subresource-failover-to-network.html for WK2 ports.
94151
94152         * platform/wk2/TestExpectations:
94153
94154 2012-10-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>
94155
94156         [Qt] REGRESSION (r130851): fast/text/word-space-with-kerning.html fails
94157         https://bugs.webkit.org/show_bug.cgi?id=98876
94158
94159         Reviewed by Simon Hausmann.
94160
94161         Unskip passing word-width tests.
94162
94163         * platform/qt/TestExpectations:
94164
94165 2012-10-23  Dongwoo Joshua Im  <dw.im@samsung.com>
94166
94167         viewport-128-expected.txt has been removed unexpectedly.
94168         https://bugs.webkit.org/show_bug.cgi?id=100108
94169
94170         Reviewed by Gyuyoung Kim.
94171
94172         viewport-128-expected.txt has been removed by http://trac.webkit.org/changeset/132186 unexpectedly.
94173
94174         * fast/viewport/viewport-128-expected.txt: Added.
94175
94176 2012-10-23  Alexander Pavlov  <apavlov@chromium.org>
94177
94178         Web Inspector: Incorrect resolution of relative URLs containing a scheme in query parameters
94179         https://bugs.webkit.org/show_bug.cgi?id=100084
94180
94181         Reviewed by Vsevolod Vlasov.
94182
94183         * inspector/styles/styles-url-linkify-expected.txt:
94184         * inspector/styles/styles-url-linkify.html:
94185
94186 2012-10-23  Sheriff Bot  <webkit.review.bot@gmail.com>
94187
94188         Unreviewed, rolling out r132149.
94189         http://trac.webkit.org/changeset/132149
94190         https://bugs.webkit.org/show_bug.cgi?id=100098
94191
94192         Breaks inspector profiler tests in debug mode. (Requested by
94193         pfeldman1 on #webkit).
94194
94195         * fast/table/col-span-change-relayout-expected.txt: Removed.
94196         * fast/table/col-span-change-relayout.html: Removed.
94197
94198 2012-10-23  Csaba Osztrogonác  <ossy@webkit.org>
94199
94200         [Qt] Unreviewed holiday gardening.
94201
94202         * platform/qt/TestExpectations: Skip new tests (and sort) because ENABLE(SHADOW_DOM) is disabled.
94203
94204 2012-10-23  Kent Tamura  <tkent@chromium.org>
94205
94206         Support full month names in DateTimeEditElement, and use them in input[type=month] by default
94207         https://bugs.webkit.org/show_bug.cgi?id=100060
94208
94209         Reviewed by Kentaro Hara.
94210
94211         Note: Other affected tests are already marked in TestExpectations.
94212
94213         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html:
94214          Add max attributes to show appearance in typical usage.
94215         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
94216         Updated.
94217
94218 2012-10-23  Mike West  <mkwst@chromium.org>
94219
94220         Viewport errors should be slightly friendlier with regard to ';'.
94221         https://bugs.webkit.org/show_bug.cgi?id=100003
94222
94223         Reviewed by Adam Barth.
94224
94225         * fast/viewport/viewport-128-expected.txt:
94226         * fast/viewport/viewport-133-expected.txt:
94227         * fast/viewport/viewport-134-expected.txt:
94228         * fast/viewport/viewport-54-expected.txt:
94229         * fast/viewport/viewport-65-expected.txt:
94230         * fast/viewport/viewport-67-expected.txt:
94231         * fast/viewport/viewport-77-expected.txt:
94232         * fast/viewport/viewport-warnings-5-expected.txt:
94233             Updating tests with new expectations.
94234
94235 2012-10-23  Dan Carney  <dcarney@google.com>
94236
94237         When blocking localStorage, Firefox throws a security exception on access, and maybe so should we
94238         https://bugs.webkit.org/show_bug.cgi?id=63257
94239
94240         Reviewed by Jochen Eisinger.
94241
94242         Adjust tests to handle new exceptions.
94243
94244         * fast/storage/storage-detached-iframe-expected.txt:
94245         * fast/storage/storage-detached-iframe.html:
94246         * platform/chromium/permissionclient/storage-permission-expected.txt:
94247         * platform/chromium/permissionclient/storage-permission.html:
94248
94249 2012-10-23  Mark Lam  <mark.lam@apple.com>
94250
94251         Make topCallFrame reliable.
94252         https://bugs.webkit.org/show_bug.cgi?id=98928.
94253
94254         Reviewed by Geoffrey Garen.
94255
94256         - Re-baseline some tests to match the new stack dump results.
94257
94258         * http/tests/inspector/console-resource-errors-expected.txt:
94259         * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt:
94260         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt:
94261
94262 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
94263
94264         Unreviewed GTK gardening.
94265
94266         Removing failure for an accessibility test that's already passing.
94267         Updating and adding expectations for subpixel tests to reflect
94268         the current situation.
94269
94270         * platform/gtk/TestExpectations:
94271
94272 2012-10-22  Kangil Han  <kangil.han@samsung.com>
94273
94274         [EFL] Skip fast/events/tabindex-focus-blur-all.html case.
94275         https://bugs.webkit.org/show_bug.cgi?id=100067
94276
94277         Unreviewed, EFL gardening.
94278
94279         fast/events/tabindex-focus-blur-all.html case has been crashed due to ASSERT in hashtable.
94280         Please refer to BUG 100065 for crash details.
94281
94282         * platform/efl-wk1/TestExpectations:
94283
94284 2012-10-22  MORITA Hajime  <morrita@google.com>
94285
94286         Assertion failed at WebCore::toInsertionPoint / WebCore::ContentDistributor::distribute
94287         https://bugs.webkit.org/show_bug.cgi?id=100038
94288
94289         Reviewed by Kent Tamura.
94290
94291         * fast/dom/shadow/insertion-points-with-shadow-disabled-expected.txt: Added.
94292         * fast/dom/shadow/insertion-points-with-shadow-disabled.html: Added.
94293
94294 2012-10-22  Dongwoo Joshua Im  <dw.im@samsung.com>
94295
94296         Include path in the repaint-text-decoration-style.html should be changed.
94297         https://bugs.webkit.org/show_bug.cgi?id=100063
94298
94299         Unreviewed gardening.
94300
94301         The include path is differentiated by http://trac.webkit.org/changeset/132043
94302
94303         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style.html:
94304
94305 2012-10-22  Shinya Kawanaka  <shinyak@chromium.org>
94306
94307         [Shadow] Fallback content should also be reprojection.
94308         https://bugs.webkit.org/show_bug.cgi?id=99750
94309
94310         Reviewed by Dimitri Glazkov.
94311
94312         * fast/dom/shadow/content-reprojection-fallback-expected.html: Added.
94313         * fast/dom/shadow/content-reprojection-fallback-reprojection-expected.html: Added.
94314         * fast/dom/shadow/content-reprojection-fallback-reprojection.html: Added.
94315         * fast/dom/shadow/content-reprojection-fallback.html: Added.
94316
94317 2012-10-22  Dirk Pranke  <dpranke@chromium.org>
94318
94319         Unreviewed, more Chromium ML expectation updating.
94320
94321         * platform/chromium-mac-mountainlion/TestExpectations:
94322         * platform/chromium/TestExpectations:
94323
94324 2012-10-22  Tony Chang  <tony@chromium.org>
94325
94326         margin-top/bottom has no effect for child nodes of flex items
94327         https://bugs.webkit.org/show_bug.cgi?id=99923
94328
94329         Reviewed by Ojan Vafai.
94330
94331         Add a test to make sure we don't collapse margins in flex items.
94332
94333         * css3/flexbox/flexitem-no-margin-collapsing-expected.txt: Added.
94334         * css3/flexbox/flexitem-no-margin-collapsing.html: Added.
94335         * css3/flexbox/repaint.html:
94336
94337 2012-10-22  Emil A Eklund  <eae@chromium.org>
94338
94339         Unreviewed chromium win rebaselines.
94340
94341         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
94342         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
94343
94344 2012-10-22  Dirk Pranke  <dpranke@chromium.org>
94345
94346         Unreviewed, more Chromium ML expectation updating.
94347
94348         * platform/chromium-mac-mountainlion/TestExpectations:
94349         * platform/chromium/TestExpectations:
94350
94351 2012-10-22  Michael Saboff  <msaboff@apple.com>
94352
94353         Regression(r131655): Crash in StringImpl::findIgnoringCase
94354         https://bugs.webkit.org/show_bug.cgi?id=99753
94355
94356         Reviewed by Geoffrey Garen.
94357
94358         New regression test.
94359
94360         * fast/js/find-ignoring-case-regress-99753-expected.txt: Added.
94361         * fast/js/find-ignoring-case-regress-99753.html: Added.
94362
94363 2012-10-22  Tony Chang  <tony@chromium.org>
94364
94365         Unreviewed, land render tree results for css3/flexbox pixel test that
94366         landed earlier this morning. The results were pulled from the bots.
94367
94368         * platform/gtk/TestExpectations:
94369         * platform/gtk/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
94370         * platform/mac/TestExpectations:
94371         * platform/mac/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
94372         * platform/qt/TestExpectations:
94373         * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
94374
94375 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
94376
94377         [EFL] Rebaseline another test after r131941 and r131991.
94378
94379         * platform/efl/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png:
94380
94381 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
94382
94383         [EFL] Add some missing SVG expectations.
94384
94385         * platform/efl/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
94386         * platform/efl/svg/transforms/svg-css-transforms-expected.txt: Added.
94387
94388 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
94389
94390         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 11.
94391
94392         Finally finish rebaselining the SVG tests!
94393
94394         * platform/efl/svg/filters/animate-fill-expected.png:
94395         * platform/efl/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
94396         * platform/efl/svg/filters/feImage-change-target-id-expected.png:
94397         * platform/efl/svg/filters/feImage-multiple-targets-id-change-expected.png:
94398         * platform/efl/svg/filters/feImage-reference-invalidation-expected.png:
94399         * platform/efl/svg/filters/feImage-remove-target-expected.png:
94400         * platform/efl/svg/filters/feImage-target-add-to-document-expected.png:
94401         * platform/efl/svg/filters/feImage-target-attribute-change-expected.png:
94402         * platform/efl/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
94403         * platform/efl/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
94404         * platform/efl/svg/filters/feImage-target-changes-id-expected.png:
94405         * platform/efl/svg/filters/feImage-target-id-change-expected.png:
94406         * platform/efl/svg/filters/feImage-target-inline-style-change-expected.png:
94407         * platform/efl/svg/filters/feImage-target-property-change-expected.png:
94408         * platform/efl/svg/filters/feImage-target-reappend-to-document-expected.png:
94409         * platform/efl/svg/filters/feImage-target-remove-from-document-expected.png:
94410         * platform/efl/svg/filters/feImage-target-style-change-expected.png:
94411         * platform/efl/svg/filters/filter-refresh-expected.png:
94412         * platform/efl/svg/filters/filter-width-update-expected.png: Added.
94413         * platform/efl/svg/filters/invalidate-on-child-layout-expected.png:
94414         * platform/efl/svg/hixie/perf/001-expected.png:
94415         * platform/efl/svg/hixie/perf/002-expected.png:
94416         * platform/efl/svg/hixie/perf/003-expected.png:
94417         * platform/efl/svg/hixie/perf/004-expected.png:
94418         * platform/efl/svg/hixie/perf/005-expected.png:
94419         * platform/efl/svg/hixie/perf/006-expected.png:
94420         * platform/efl/svg/hixie/perf/007-expected.png:
94421         * platform/efl/svg/repaint/filter-child-repaint-expected.png:
94422         * platform/efl/svg/repaint/image-href-change-expected.png:
94423         * platform/efl/svg/repaint/image-with-clip-path-expected.png:
94424         * platform/efl/svg/repaint/inner-svg-change-viewBox-contract-expected.png:
94425         * platform/efl/svg/repaint/inner-svg-change-viewBox-expected.png:
94426         * platform/efl/svg/repaint/inner-svg-change-viewPort-relative-expected.png:
94427         * platform/efl/svg/repaint/mask-clip-target-transform-expected.png:
94428         * platform/efl/svg/repaint/repainting-after-animation-element-removal-expected.png:
94429         * platform/efl/svg/repaint/text-mask-update-expected.png:
94430         * platform/efl/svg/text/append-text-node-to-tspan-expected.png:
94431         * platform/efl/svg/text/ems-display-none-expected.png:
94432         * platform/efl/svg/text/exs-display-none-expected.png:
94433         * platform/efl/svg/text/modify-text-node-in-tspan-expected.png:
94434         * platform/efl/svg/text/remove-text-node-from-tspan-expected.png:
94435         * platform/efl/svg/text/remove-tspan-from-text-expected.png:
94436         * platform/efl/svg/text/text-rescale-expected.png:
94437         * platform/efl/svg/text/text-text-05-t-expected.png:
94438         * platform/efl/svg/text/text-viewbox-rescale-expected.png:
94439         * platform/efl/svg/text/tspan-dynamic-positioning-expected.png:
94440         * platform/efl/svg/transforms/animated-path-inside-transformed-html-expected.png:
94441         * platform/efl/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
94442         * platform/efl/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png:
94443         * platform/efl/svg/zoom/page/relative-sized-document-scrollbars-expected.png:
94444         * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.png:
94445         * platform/efl/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png:
94446         * platform/efl/svg/zoom/text/absolute-sized-document-scrollbars-expected.png:
94447         * platform/efl/svg/zoom/text/relative-sized-document-scrollbars-expected.png:
94448         * platform/efl/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
94449         * platform/efl/svg/zoom/text/zoom-foreignObject-expected.png:
94450
94451 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
94452
94453         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 10.
94454
94455         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
94456         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
94457         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
94458         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
94459         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
94460         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
94461         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
94462         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
94463         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
94464         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
94465         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
94466         * platform/efl/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
94467         * platform/efl/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
94468         * platform/efl/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
94469         * platform/efl/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
94470         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
94471         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
94472         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
94473         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
94474         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
94475         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
94476         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
94477         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
94478         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
94479         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
94480         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
94481         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
94482         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
94483         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
94484         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
94485         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
94486         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
94487         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
94488         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
94489         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
94490         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
94491         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
94492         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
94493         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
94494         * platform/efl/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
94495         * platform/efl/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
94496         * platform/efl/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
94497         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
94498         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
94499         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
94500         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
94501         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
94502         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
94503         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
94504         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
94505         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
94506         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
94507         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
94508         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
94509         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
94510         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
94511         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
94512         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
94513         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
94514         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
94515         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
94516         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png:
94517         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
94518         * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
94519         * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png:
94520         * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
94521
94522 2012-10-22  Julien Chaffraix  <jchaffraix@webkit.org>
94523
94524         RenderTableCol::computePreferredLogicalWidths and RenderTableCol::layout should never be called
94525         https://bugs.webkit.org/show_bug.cgi?id=99861
94526
94527         Reviewed by Ojan Vafai.
94528
94529         Added this test as the code in RenderTableCol::updateFromElement wasn't properly covered.
94530
94531         * fast/table/col-span-change-relayout-expected.txt: Added.
94532         * fast/table/col-span-change-relayout.html: Added.
94533
94534 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
94535
94536         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 9.
94537
94538         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
94539         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
94540         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
94541         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
94542         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
94543         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
94544         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
94545         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
94546         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
94547         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
94548         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
94549         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
94550         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
94551         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
94552         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
94553         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
94554         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
94555         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
94556         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
94557         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
94558         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
94559         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
94560         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
94561         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
94562         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
94563         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
94564         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
94565         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
94566         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
94567         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
94568         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
94569         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
94570         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
94571         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
94572         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
94573         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
94574         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
94575         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
94576         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
94577         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
94578         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
94579         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
94580         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
94581         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
94582         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
94583         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
94584         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
94585         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
94586         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
94587         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
94588         * platform/efl/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
94589         * platform/efl/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
94590         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
94591         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
94592         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
94593
94594 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
94595
94596         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 8.
94597
94598         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
94599         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
94600         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
94601         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
94602         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
94603         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
94604         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
94605         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
94606         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
94607         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
94608         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
94609         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
94610         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
94611         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
94612         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
94613         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
94614         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
94615         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
94616         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
94617         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
94618         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
94619         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
94620         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
94621         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
94622         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
94623         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
94624         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
94625         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
94626         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
94627         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
94628         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
94629         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
94630         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
94631         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
94632         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
94633         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
94634         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
94635         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
94636         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
94637         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
94638         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
94639         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
94640         * platform/efl/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
94641         * platform/efl/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
94642         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
94643         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
94644         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
94645         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
94646         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
94647         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
94648         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
94649         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
94650         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
94651         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
94652         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
94653
94654 2012-10-22  Dirk Pranke  <dpranke@chromium.org>
94655
94656         Unreviewed, update more Chromium ML expectations.
94657
94658         * platform/chromium-mac-mountainlion/TestExpectations:
94659         * platform/chromium/TestExpectations:
94660
94661 2012-10-22  Mark Lam  <mark.lam@apple.com>
94662
94663         Change stack recursion checks to be based on stack availability.
94664         https://bugs.webkit.org/show_bug.cgi?id=99872.
94665
94666         Reviewed by Filip Pizlo and Geoffrey Garen.
94667
94668         Updated test baseline.
94669
94670         * fast/js/global-recursion-on-full-stack-expected.txt:
94671         * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:
94672
94673 2012-10-22  Andreas Kling  <kling@webkit.org>
94674
94675         REGRESSION(r131104): Heap-use-after-free in WebCore::Element::attributeChanged
94676         <http://webkit.org/b/99937>
94677
94678         Reviewed by Anders Carlsson.
94679
94680         * fast/html/input-type-change-crash-expected.txt: Added.
94681         * fast/html/input-type-change-crash.html: Added.
94682
94683 2012-10-22  Joshua Bell  <jsbell@chromium.org>
94684
94685         IndexedDB: Bounds check for IDBCursor.advance() incorrect
94686         https://bugs.webkit.org/show_bug.cgi?id=100014
94687
94688         Reviewed by Tony Chang.
94689
94690         Assert that advance(2^32) throws and advance(2^32-1) does not, per WebIDL.
94691
94692         * storage/indexeddb/cursor-advance-expected.txt:
94693         * storage/indexeddb/resources/cursor-advance.js:
94694         (testBadAdvance.advanceBadly):
94695         (testBadAdvance):
94696         (testEdges.request.onsuccess):
94697         (testEdges):
94698
94699 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
94700
94701         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 7.
94702
94703         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
94704         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
94705         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
94706         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
94707         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
94708         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
94709         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
94710         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
94711         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
94712         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
94713         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
94714         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
94715         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
94716         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
94717         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
94718         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
94719         * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
94720         * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
94721         * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
94722         * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
94723         * platform/efl/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
94724         * platform/efl/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
94725         * platform/efl/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
94726         * platform/efl/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
94727         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
94728         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
94729         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
94730         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
94731         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
94732         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
94733         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
94734         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
94735         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
94736         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
94737         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
94738         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
94739         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
94740         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
94741         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
94742         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
94743         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
94744         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
94745         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
94746         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
94747         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
94748         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
94749         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
94750         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
94751         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
94752         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
94753         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
94754         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
94755         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
94756         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
94757         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
94758         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
94759         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
94760         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
94761         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
94762         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
94763         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
94764         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
94765         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
94766         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
94767         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
94768         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
94769         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
94770         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
94771         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
94772         * platform/efl/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
94773         * platform/efl/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
94774         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
94775         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
94776         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
94777         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
94778
94779 2012-10-22  Tony Chang  <tony@chromium.org>
94780
94781         WebKit does not support 'flex-wrap: nowrap'
94782         https://bugs.webkit.org/show_bug.cgi?id=99924
94783
94784         Reviewed by Ojan Vafai.
94785
94786         Update expectations (find and replace none with nowrap).
94787
94788         * css3/flexbox/css-properties-expected.txt:
94789         * css3/flexbox/css-properties.html:
94790         * fast/css/getComputedStyle/computed-style-expected.txt:
94791         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
94792         * svg/css/getComputedStyle-basic-expected.txt:
94793
94794 2012-10-22  Emil A Eklund  <eae@chromium.org>
94795
94796         Unreviewed chromium windows gardening.
94797
94798         * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.txt: Removed.
94799         * platform/chromium-linux/css1/text_properties/vertical_align-expected.txt: Removed.
94800         * platform/chromium-linux/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
94801         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt: Removed.
94802         * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed.
94803         * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed.
94804         * platform/chromium-linux/fast/css/acid2-expected.txt: Removed.
94805         * platform/chromium-linux/fast/css/acid2-pixel-expected.txt: Removed.
94806         * platform/chromium-linux/fast/forms/007-expected.txt: Removed.
94807         * platform/chromium-linux/fast/forms/placeholder-position-expected.txt: Removed.
94808         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.txt: Removed.
94809         * platform/chromium-linux/fast/html/details-add-child-1-expected.txt: Removed.
94810         * platform/chromium-linux/fast/html/details-add-child-2-expected.txt: Removed.
94811         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.txt: Removed.
94812         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.txt: Removed.
94813         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
94814         * platform/chromium-linux/fast/html/details-add-summary-1-expected.txt: Removed.
94815         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
94816         * platform/chromium-linux/fast/html/details-add-summary-10-expected.txt: Removed.
94817         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
94818         * platform/chromium-linux/fast/html/details-add-summary-2-expected.txt: Removed.
94819         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
94820         * platform/chromium-linux/fast/html/details-add-summary-3-expected.txt: Removed.
94821         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
94822         * platform/chromium-linux/fast/html/details-add-summary-4-expected.txt: Removed.
94823         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
94824         * platform/chromium-linux/fast/html/details-add-summary-5-expected.txt: Removed.
94825         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
94826         * platform/chromium-linux/fast/html/details-add-summary-6-expected.txt: Removed.
94827         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
94828         * platform/chromium-linux/fast/html/details-add-summary-7-expected.txt: Removed.
94829         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
94830         * platform/chromium-linux/fast/html/details-add-summary-8-expected.txt: Removed.
94831         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
94832         * platform/chromium-linux/fast/html/details-add-summary-9-expected.txt: Removed.
94833         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.txt: Removed.
94834         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.txt: Removed.
94835         * platform/chromium-linux/fast/html/details-marker-style-expected.txt: Removed.
94836         * platform/chromium-linux/fast/html/details-nested-1-expected.txt: Removed.
94837         * platform/chromium-linux/fast/html/details-nested-2-expected.txt: Removed.
94838         * platform/chromium-linux/fast/html/details-no-summary1-expected.txt: Removed.
94839         * platform/chromium-linux/fast/html/details-no-summary2-expected.txt: Removed.
94840         * platform/chromium-linux/fast/html/details-no-summary3-expected.txt: Removed.
94841         * platform/chromium-linux/fast/html/details-no-summary4-expected.txt: Removed.
94842         * platform/chromium-linux/fast/html/details-open-javascript-expected.txt: Removed.
94843         * platform/chromium-linux/fast/html/details-open1-expected.txt: Removed.
94844         * platform/chromium-linux/fast/html/details-open2-expected.txt: Removed.
94845         * platform/chromium-linux/fast/html/details-open3-expected.txt: Removed.
94846         * platform/chromium-linux/fast/html/details-open4-expected.txt: Removed.
94847         * platform/chromium-linux/fast/html/details-open5-expected.txt: Removed.
94848         * platform/chromium-linux/fast/html/details-open6-expected.txt: Removed.
94849         * platform/chromium-linux/fast/html/details-position-expected.txt: Removed.
94850         * platform/chromium-linux/fast/html/details-remove-child-1-expected.txt: Removed.
94851         * platform/chromium-linux/fast/html/details-remove-child-2-expected.txt: Removed.
94852         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
94853         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.txt: Removed.
94854         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
94855         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.txt: Removed.
94856         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
94857         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.txt: Removed.
94858         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
94859         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.txt: Removed.
94860         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
94861         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.txt: Removed.
94862         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
94863         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.txt: Removed.
94864         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.txt: Removed.
94865         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.txt: Removed.
94866         * platform/chromium-linux/fast/html/details-writing-mode-expected.txt: Removed.
94867         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
94868         * platform/chromium-linux/fast/inline/002-expected.txt: Removed.
94869         * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt: Removed.
94870         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.txt: Removed.
94871         * platform/chromium-linux/http/tests/misc/acid2-expected.txt: Removed.
94872         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
94873         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows: Removed.
94874         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Removed.
94875         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.txt: Removed.
94876         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
94877         * platform/chromium-linux/svg/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
94878         * platform/chromium-linux/svg/transforms/svg-css-transforms-expected.txt: Removed.
94879         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed.
94880         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed.
94881         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
94882         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
94883         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed.
94884         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed.
94885         * platform/chromium-linux/tables/mozilla/bugs/bug30692-expected.txt: Removed.
94886         * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.txt: Removed.
94887         * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.txt: Removed.
94888         * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.txt: Removed.
94889         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Removed.
94890         * platform/chromium-linux/transforms/svg-vs-css-expected.txt: Removed.
94891         * platform/chromium-mac-lion/fast/css/acid2-expected.png: Added.
94892         * platform/chromium-mac-lion/fast/css/acid2-pixel-expected.png: Added.
94893         * platform/chromium-mac-lion/fast/inline/002-expected.png: Added.
94894         * platform/chromium-mac-lion/fast/multicol: Added.
94895         * platform/chromium-mac-lion/fast/multicol/table-vertical-align-expected.png: Added.
94896         * platform/chromium-mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Added.
94897         * platform/chromium-mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: Added.
94898         * platform/chromium-mac-lion/http/tests/misc: Added.
94899         * platform/chromium-mac-lion/http/tests/misc/acid2-expected.png: Added.
94900         * platform/chromium-mac-lion/http/tests/misc/acid2-pixel-expected.png: Added.
94901         * platform/chromium-mac-lion/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
94902         * platform/chromium-mac-lion/svg/transforms/svg-css-transforms-expected.png: Added.
94903         * platform/chromium-mac-lion/tables/mozilla/bugs/bug14323-expected.png: Added.
94904         * platform/chromium-mac-lion/tables/mozilla/bugs/bug43854-2-expected.png: Added.
94905         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4427-expected.png: Added.
94906         * platform/chromium-mac-lion/tables/mozilla/bugs/bug6404-expected.png: Added.
94907         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Added.
94908         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1647-expected.png: Added.
94909         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug56024-expected.png: Added.
94910         * platform/chromium-mac-lion/transforms: Added.
94911         * platform/chromium-mac-lion/transforms/svg-vs-css-expected.png: Added.
94912         * platform/chromium-mac-snowleopard/fast/css/acid2-expected.png: Removed.
94913         * platform/chromium-mac-snowleopard/fast/css/acid2-pixel-expected.png: Removed.
94914         * platform/chromium-mac-snowleopard/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Removed.
94915         * platform/chromium-mac-snowleopard/http/tests/misc/acid2-expected.png: Removed.
94916         * platform/chromium-mac-snowleopard/http/tests/misc/acid2-pixel-expected.png: Removed.
94917         * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-clip-path-expected.png: Removed.
94918         * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-expected.png: Removed.
94919         * platform/chromium-mac-snowleopard/transforms/svg-vs-css-expected.png: Removed.
94920         * platform/chromium-win-xp/fast/inline: Added.
94921         * platform/chromium-win-xp/fast/inline-block/contenteditable-baseline-expected.txt:
94922         * platform/chromium-win-xp/fast/inline/vertical-align-text-bottom-expected.txt: Added.
94923         * platform/chromium-win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
94924         * platform/chromium-win-xp/http/tests/misc/acid2-pixel-expected.txt: Added.
94925         * platform/chromium-win-xp/svg/transforms: Removed.
94926         * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
94927         * platform/chromium-win-xp/tables/mozilla/bugs/bug14323-expected.txt: Added.
94928         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs: Added.
94929         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Added.
94930         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Added.
94931         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt:
94932         * platform/chromium-win/css1/text_properties/vertical_align-expected.png:
94933         * platform/chromium-win/css1/text_properties/vertical_align-expected.txt:
94934         * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
94935         * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
94936         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
94937         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt:
94938         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
94939         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed.
94940         * platform/chromium-win/fast/css/acid2-expected.txt:
94941         * platform/chromium-win/fast/css/acid2-pixel-expected.txt:
94942         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
94943         * platform/chromium-win/fast/forms/007-expected.png:
94944         * platform/chromium-win/fast/forms/007-expected.txt:
94945         * platform/chromium-win/fast/forms/basic-buttons-expected.png:
94946         * platform/chromium-win/fast/forms/basic-buttons-expected.txt:
94947         * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
94948         * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
94949         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
94950         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
94951         * platform/chromium-win/fast/forms/searchfield-heights-expected.png:
94952         * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
94953         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
94954         * platform/chromium-win/fast/html/details-add-child-1-expected.png:
94955         * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
94956         * platform/chromium-win/fast/html/details-add-child-2-expected.png:
94957         * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
94958         * platform/chromium-win/fast/html/details-add-details-child-1-expected.png:
94959         * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
94960         * platform/chromium-win/fast/html/details-add-details-child-2-expected.png:
94961         * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
94962         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
94963         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
94964         * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
94965         * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
94966         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
94967         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
94968         * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
94969         * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
94970         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
94971         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
94972         * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
94973         * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
94974         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
94975         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
94976         * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
94977         * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
94978         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
94979         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
94980         * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
94981         * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
94982         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
94983         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
94984         * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
94985         * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
94986         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
94987         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
94988         * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
94989         * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
94990         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
94991         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
94992         * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
94993         * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
94994         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
94995         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
94996         * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
94997         * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
94998         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
94999         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
95000         * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
95001         * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
95002         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png:
95003         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
95004         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png:
95005         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt:
95006         * platform/chromium-win/fast/html/details-marker-style-expected.png:
95007         * platform/chromium-win/fast/html/details-marker-style-expected.txt:
95008         * platform/chromium-win/fast/html/details-nested-1-expected.png:
95009         * platform/chromium-win/fast/html/details-nested-1-expected.txt:
95010         * platform/chromium-win/fast/html/details-nested-2-expected.png:
95011         * platform/chromium-win/fast/html/details-nested-2-expected.txt:
95012         * platform/chromium-win/fast/html/details-no-summary1-expected.png:
95013         * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
95014         * platform/chromium-win/fast/html/details-no-summary2-expected.png:
95015         * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
95016         * platform/chromium-win/fast/html/details-no-summary3-expected.png:
95017         * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
95018         * platform/chromium-win/fast/html/details-no-summary4-expected.png:
95019         * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
95020         * platform/chromium-win/fast/html/details-open-javascript-expected.png:
95021         * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
95022         * platform/chromium-win/fast/html/details-open1-expected.png:
95023         * platform/chromium-win/fast/html/details-open1-expected.txt:
95024         * platform/chromium-win/fast/html/details-open2-expected.png:
95025         * platform/chromium-win/fast/html/details-open2-expected.txt:
95026         * platform/chromium-win/fast/html/details-open3-expected.png:
95027         * platform/chromium-win/fast/html/details-open3-expected.txt:
95028         * platform/chromium-win/fast/html/details-open4-expected.png:
95029         * platform/chromium-win/fast/html/details-open4-expected.txt:
95030         * platform/chromium-win/fast/html/details-open5-expected.png:
95031         * platform/chromium-win/fast/html/details-open5-expected.txt:
95032         * platform/chromium-win/fast/html/details-open6-expected.png:
95033         * platform/chromium-win/fast/html/details-open6-expected.txt:
95034         * platform/chromium-win/fast/html/details-position-expected.png:
95035         * platform/chromium-win/fast/html/details-position-expected.txt:
95036         * platform/chromium-win/fast/html/details-remove-child-1-expected.png:
95037         * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
95038         * platform/chromium-win/fast/html/details-remove-child-2-expected.png:
95039         * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
95040         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
95041         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
95042         * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
95043         * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
95044         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
95045         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
95046         * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
95047         * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
95048         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
95049         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
95050         * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
95051         * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
95052         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
95053         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
95054         * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
95055         * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
95056         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
95057         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
95058         * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
95059         * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
95060         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
95061         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
95062         * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
95063         * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
95064         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png:
95065         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
95066         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png:
95067         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
95068         * platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
95069         * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
95070         * platform/chromium-win/fast/html/details-replace-text-expected.png:
95071         * platform/chromium-win/fast/html/details-replace-text-expected.txt:
95072         * platform/chromium-win/fast/html/details-writing-mode-expected.png:
95073         * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
95074         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png:
95075         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt:
95076         * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt:
95077         * platform/chromium-win/fast/inline/002-expected.txt:
95078         * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.png:
95079         * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.txt:
95080         * platform/chromium-win/fast/multicol/table-vertical-align-expected.txt:
95081         * platform/chromium-win/fast/repaint/4774354-expected.png:
95082         * platform/chromium-win/fast/repaint/4776765-expected.png:
95083         * platform/chromium-win/fast/repaint/caret-outside-block-expected.png:
95084         * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
95085         * platform/chromium-win/fast/repaint/selection-rl-expected.png:
95086         * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
95087         * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt:
95088         * platform/chromium-win/http/tests/misc/acid2-expected.txt:
95089         * platform/chromium-win/http/tests/misc/acid2-pixel-expected.txt:
95090         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
95091         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
95092         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt:
95093         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png:
95094         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.txt:
95095         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
95096         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
95097         * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.txt:
95098         * platform/chromium-win/svg/transforms/svg-css-transforms-expected.txt:
95099         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
95100         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
95101         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
95102         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
95103         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
95104         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
95105         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
95106         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
95107         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
95108         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
95109         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
95110         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
95111         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
95112         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
95113         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
95114         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
95115         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
95116         * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.png:
95117         * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.txt:
95118         * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.txt:
95119         * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.png:
95120         * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.txt:
95121         * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.png:
95122         * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.txt:
95123         * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.png:
95124         * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.txt:
95125         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
95126         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
95127         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
95128         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
95129         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
95130         * platform/chromium-win/transforms/svg-vs-css-expected.txt:
95131
95132 2012-10-22  Tony Chang  <tony@chromium.org>
95133
95134         [chromium] Unreviewed, Win and Mac baselines for css3/flexbox/flexbox-baseline-margins.html.
95135
95136         * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
95137         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
95138         * platform/chromium-mac/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
95139         * platform/chromium-mac/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
95140         * platform/chromium-win/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
95141         * platform/chromium-win/css3/flexbox/flexbox-baseline-margins-expected.txt: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/flexbox-baseline-margins-expected.txt.
95142         * platform/chromium/TestExpectations:
95143
95144 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
95145
95146         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 6.
95147
95148         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
95149         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
95150         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
95151         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
95152         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
95153         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
95154         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
95155         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
95156         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
95157         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
95158         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
95159         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
95160         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
95161         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
95162         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
95163         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
95164         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
95165         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
95166         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
95167         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
95168         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
95169         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
95170         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
95171         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
95172         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
95173         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
95174         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
95175         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
95176         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
95177         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
95178         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
95179         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
95180         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
95181         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
95182         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
95183         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
95184         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
95185         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
95186         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
95187         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
95188         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
95189         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
95190         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
95191         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
95192         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
95193         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
95194         * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
95195         * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
95196         * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
95197         * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
95198         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
95199
95200 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
95201
95202         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 5.
95203
95204         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
95205         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
95206         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
95207         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
95208         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
95209         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
95210         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
95211         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
95212         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
95213         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
95214         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
95215         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
95216         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
95217         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
95218         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
95219         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
95220         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
95221         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
95222         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
95223         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
95224         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
95225         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
95226         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
95227         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
95228         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
95229         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
95230         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
95231         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
95232         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
95233         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
95234         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
95235         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
95236         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
95237         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
95238         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
95239         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
95240         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
95241         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
95242         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
95243         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
95244
95245 2012-10-22  Emil A Eklund  <eae@chromium.org>
95246
95247         Unreviewed chromium test expectations update.
95248
95249         * platform/chromium/TestExpectations:
95250
95251 2012-10-22  Sheriff Bot  <webkit.review.bot@gmail.com>
95252
95253         Unreviewed, rolling out r132119.
95254         http://trac.webkit.org/changeset/132119
95255         https://bugs.webkit.org/show_bug.cgi?id=100019
95256
95257         Fails its own test on Mac platforms. (Requested by leviw on
95258         #webkit).
95259
95260         * fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html: Removed.
95261         * platform/chromium/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt: Removed.
95262
95263 2012-10-22  Emil A Eklund  <eae@chromium.org>
95264
95265         Unreviewed gardening.
95266
95267         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.txt: Removed.
95268         * platform/chromium-mac-lion/editing/selection/3690703-expected.txt: Removed.
95269         * platform/chromium-mac-lion/editing/selection/3690719-expected.txt: Removed.
95270         * platform/chromium-mac-lion/editing/selection/4397952-expected.txt: Removed.
95271         * platform/chromium-mac-lion/editing/selection/5240265-expected.txt: Removed.
95272         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.txt: Removed.
95273         * platform/chromium-mac-lion/fast/block/float/032-expected.txt: Removed.
95274         * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.txt: Removed.
95275         * platform/chromium-mac-lion/fast/css/continuationCrash-expected.txt: Removed.
95276         * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.txt: Removed.
95277         * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.txt: Removed.
95278         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Removed.
95279         * platform/chromium-mac-lion/fast/forms/001-expected.txt: Removed.
95280         * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.txt: Removed.
95281         * platform/chromium-mac-lion/fast/forms/box-shadow-override-expected.txt: Removed.
95282         * platform/chromium-mac-lion/fast/forms/button-sizes-expected.txt: Removed.
95283         * platform/chromium-mac-lion/fast/forms/button-style-color-expected.txt: Removed.
95284         * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.txt: Removed.
95285         * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.txt: Removed.
95286         * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.txt: Removed.
95287         * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.txt: Removed.
95288         * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.txt: Removed.
95289         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.txt: Removed.
95290         * platform/chromium-mac-lion/fast/forms/formmove3-expected.txt: Removed.
95291         * platform/chromium-mac-lion/fast/forms/input-appearance-height-expected.png: Added.
95292         * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.txt: Removed.
95293         * platform/chromium-mac-lion/fast/forms/input-value-expected.txt: Removed.
95294         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.txt: Removed.
95295         * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.txt: Removed.
95296         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.txt: Removed.
95297         * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Removed.
95298         * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.txt: Removed.
95299         * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.txt: Removed.
95300         * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.txt: Removed.
95301         * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.txt: Removed.
95302         * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.txt: Removed.
95303         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.txt: Removed.
95304         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.txt: Removed.
95305         * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.txt: Removed.
95306         * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.txt: Removed.
95307         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.txt: Removed.
95308         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.txt: Removed.
95309         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-4-expected.txt: Removed.
95310         * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.txt: Removed.
95311         * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.txt: Removed.
95312         * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.txt: Removed.
95313         * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.txt: Removed.
95314         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.txt: Removed.
95315         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.txt: Removed.
95316         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.txt: Removed.
95317         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.txt: Removed.
95318         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.txt: Removed.
95319         * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.txt: Removed.
95320         * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.txt: Removed.
95321         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Removed.
95322         * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.txt: Removed.
95323         * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.txt: Removed.
95324         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Removed.
95325         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed.
95326         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Removed.
95327         * platform/chromium-mac-snowleopard/fast/css/acid2-expected.png: Added.
95328         * platform/chromium-mac-snowleopard/fast/css/acid2-pixel-expected.png: Added.
95329         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
95330         * platform/chromium-mac-snowleopard/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Added.
95331         * platform/chromium-mac-snowleopard/http/tests/misc/acid2-expected.png: Added.
95332         * platform/chromium-mac-snowleopard/http/tests/misc/acid2-pixel-expected.png: Added.
95333         * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
95334         * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-expected.png: Added.
95335         * platform/chromium-mac-snowleopard/transforms/svg-vs-css-expected.png: Added.
95336         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
95337         * platform/chromium-mac/editing/selection/3690703-2-expected.txt:
95338         * platform/chromium-mac/editing/selection/3690703-expected.png:
95339         * platform/chromium-mac/editing/selection/3690703-expected.txt:
95340         * platform/chromium-mac/editing/selection/3690719-expected.png:
95341         * platform/chromium-mac/editing/selection/3690719-expected.txt:
95342         * platform/chromium-mac/editing/selection/4397952-expected.png:
95343         * platform/chromium-mac/editing/selection/4397952-expected.txt:
95344         * platform/chromium-mac/editing/selection/5240265-expected.png:
95345         * platform/chromium-mac/editing/selection/5240265-expected.txt:
95346         * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
95347         * platform/chromium-mac/editing/selection/selection-button-text-expected.txt:
95348         * platform/chromium-mac/fast/block/float/032-expected.txt:
95349         * platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
95350         * platform/chromium-mac/fast/block/float/float-avoidance-expected.txt:
95351         * platform/chromium-mac/fast/css/continuationCrash-expected.png:
95352         * platform/chromium-mac/fast/css/continuationCrash-expected.txt:
95353         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.png:
95354         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.txt:
95355         * platform/chromium-mac/fast/css/rtl-ordering-expected.png:
95356         * platform/chromium-mac/fast/css/rtl-ordering-expected.txt:
95357         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
95358         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
95359         * platform/chromium-mac/fast/forms/001-expected.png:
95360         * platform/chromium-mac/fast/forms/001-expected.txt:
95361         * platform/chromium-mac/fast/forms/blankbuttons-expected.png:
95362         * platform/chromium-mac/fast/forms/blankbuttons-expected.txt:
95363         * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
95364         * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
95365         * platform/chromium-mac/fast/forms/button-sizes-expected.png:
95366         * platform/chromium-mac/fast/forms/button-sizes-expected.txt:
95367         * platform/chromium-mac/fast/forms/button-style-color-expected.png:
95368         * platform/chromium-mac/fast/forms/button-style-color-expected.txt:
95369         * platform/chromium-mac/fast/forms/button-table-styles-expected.png:
95370         * platform/chromium-mac/fast/forms/button-table-styles-expected.txt:
95371         * platform/chromium-mac/fast/forms/button-text-transform-expected.png:
95372         * platform/chromium-mac/fast/forms/button-text-transform-expected.txt:
95373         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
95374         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt:
95375         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png:
95376         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.txt:
95377         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png:
95378         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.txt:
95379         * platform/chromium-mac/fast/forms/file/file-input-pressed-state-expected.png:
95380         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png:
95381         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.txt:
95382         * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
95383         * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
95384         * platform/chromium-mac/fast/forms/formmove3-expected.png:
95385         * platform/chromium-mac/fast/forms/formmove3-expected.txt:
95386         * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
95387         * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
95388         * platform/chromium-mac/fast/forms/input-button-sizes-expected.png:
95389         * platform/chromium-mac/fast/forms/input-button-sizes-expected.txt:
95390         * platform/chromium-mac/fast/forms/input-value-expected.png:
95391         * platform/chromium-mac/fast/forms/input-value-expected.txt:
95392         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
95393         * platform/chromium-mac/fast/forms/menulist-clip-expected.txt:
95394         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png:
95395         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.txt:
95396         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
95397         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
95398         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
95399         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
95400         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png:
95401         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.txt:
95402         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
95403         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt:
95404         * platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
95405         * platform/chromium-mac/fast/replaced/width100percent-button-expected.txt:
95406         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png:
95407         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt:
95408         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
95409         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt:
95410         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
95411         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt:
95412         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
95413         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt:
95414         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
95415         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
95416         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.png:
95417         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.txt:
95418         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
95419         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt:
95420         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
95421         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt:
95422         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
95423         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.txt:
95424         * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt:
95425         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png:
95426         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.txt:
95427         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
95428         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt:
95429         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png:
95430         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.txt:
95431         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png:
95432         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.txt:
95433         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.png:
95434         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.txt:
95435         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
95436         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.txt:
95437         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
95438         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.txt:
95439         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
95440         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.txt:
95441         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png:
95442         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt:
95443         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png:
95444         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt:
95445         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
95446         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt:
95447         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
95448         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
95449         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
95450         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.txt:
95451         * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
95452         * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt:
95453         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
95454         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
95455         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
95456         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
95457         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
95458         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
95459         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
95460         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
95461         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
95462         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
95463         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
95464
95465 2012-10-22  Hans Muller  <hmuller@adobe.com>
95466
95467         [CSS Exclusions] Points on the bottom and right edges of an exclusion shape should be classified as "outside"
95468         https://bugs.webkit.org/show_bug.cgi?id=98967
95469
95470         Reviewed by Dirk Schulze.
95471
95472         Verify that a exclusion shape-inside overlaps lines whose top is less than the
95473         shape bounds' top+height but not equal to the shape bounds' top+height.
95474
95475         * fast/exclusions/shape-inside/shape-inside-bottom-edge-expected.html: Added.
95476         * fast/exclusions/shape-inside/shape-inside-bottom-edge.html: Added.
95477
95478 2012-10-22  Chris Rogers  <crogers@google.com>
95479
95480         Update some AudioContext create() method names to latest Web Audio spec
95481         https://bugs.webkit.org/show_bug.cgi?id=99888
95482
95483         Reviewed by Adam Barth.
95484
95485         * webaudio/delaynode-expected.txt:
95486         * webaudio/delaynode.html:
95487         * webaudio/gain.html:
95488         * webaudio/javascriptaudionode-expected.txt:
95489         * webaudio/javascriptaudionode.html:
95490
95491 2012-10-22  Levi Weintraub  <leviw@chromium.org>
95492
95493         Unreviewed gardening. Baselines following r132112.
95494
95495         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
95496         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
95497
95498 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
95499
95500         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 4.
95501
95502         * platform/efl/svg/as-background-image/svg-background-partial-redraw-expected.png:
95503         * platform/efl/svg/as-image/animated-svg-as-image-expected.png:
95504         * platform/efl/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
95505         * platform/efl/svg/as-image/animated-svg-as-image-same-image-expected.png:
95506         * platform/efl/svg/as-image/svg-image-change-content-size-expected.png:
95507         * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
95508         * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
95509         * platform/efl/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png:
95510         * platform/efl/svg/as-object/embedded-svg-size-changes-expected.png:
95511         * platform/efl/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png:
95512         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-expected.png:
95513         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
95514         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
95515         * platform/efl/svg/carto.net/tabgroup-expected.png:
95516         * platform/efl/svg/carto.net/window-expected.png:
95517         * platform/efl/svg/css/shadow-changes-expected.png:
95518         * platform/efl/svg/dom/SVGPathSegList-segment-modification-expected.png:
95519         * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png:
95520         * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
95521         * platform/efl/svg/dom/SVGRectElement/rect-modify-rx-expected.png:
95522         * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
95523         * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
95524         * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
95525         * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
95526         * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
95527         * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
95528         * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
95529         * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
95530         * platform/efl/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
95531         * platform/efl/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
95532         * platform/efl/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
95533         * platform/efl/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
95534         * platform/efl/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
95535         * platform/efl/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
95536         * platform/efl/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
95537         * platform/efl/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
95538         * platform/efl/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
95539         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
95540         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
95541         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
95542
95543 2012-10-22  Emil A Eklund  <eae@chromium.org>
95544
95545         Unreviewed gardening.
95546
95547         * css1/text_properties/vertical_align-expected.txt: Added.
95548         * fast/multicol/table-vertical-align-expected.png: Added.
95549         * fast/multicol/table-vertical-align-expected.txt: Added.
95550         * fast/repaint/caret-outside-block-expected.png: Added.
95551         * http/tests/misc/acid2-expected.png: Added.
95552         * platform/chromium-linux-x86/fast/inline: Added.
95553         * platform/chromium-linux-x86/fast/inline-block/contenteditable-baseline-expected.txt:
95554         * platform/chromium-linux-x86/fast/inline/vertical-align-text-bottom-expected.txt: Added.
95555         * platform/chromium-linux-x86/fast/multicol/table-vertical-align-expected.txt: Removed.
95556         * platform/chromium-linux-x86/http/tests/misc/acid2-pixel-expected.txt: Added.
95557         * platform/chromium-linux-x86/svg/transforms: Removed.
95558         * platform/chromium-linux-x86/tables/mozilla/bugs/bug14323-expected.txt: Added.
95559         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Added.
95560         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Added.
95561         * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.txt: Added.
95562         * platform/chromium-linux/css1/text_properties/vertical_align-expected.png:
95563         * platform/chromium-linux/css1/text_properties/vertical_align-expected.txt: Added.
95564         * platform/chromium-linux/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added.
95565         * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
95566         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
95567         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt: Added.
95568         * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
95569         * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
95570         * platform/chromium-linux/fast/css/acid2-expected.txt: Added.
95571         * platform/chromium-linux/fast/css/acid2-pixel-expected.txt: Added.
95572         * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
95573         * platform/chromium-linux/fast/forms/007-expected.png:
95574         * platform/chromium-linux/fast/forms/007-expected.txt: Added.
95575         * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
95576         * platform/chromium-linux/fast/forms/basic-buttons-expected.txt:
95577         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
95578         * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
95579         * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png:
95580         * platform/chromium-linux/fast/forms/placeholder-position-expected.txt: Added.
95581         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
95582         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.txt: Added.
95583         * platform/chromium-linux/fast/forms/searchfield-heights-expected.png:
95584         * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
95585         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
95586         * platform/chromium-linux/fast/html/details-add-child-1-expected.png:
95587         * platform/chromium-linux/fast/html/details-add-child-1-expected.txt: Added.
95588         * platform/chromium-linux/fast/html/details-add-child-2-expected.png:
95589         * platform/chromium-linux/fast/html/details-add-child-2-expected.txt: Added.
95590         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png:
95591         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.txt: Added.
95592         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png:
95593         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.txt: Added.
95594         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
95595         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.txt: Added.
95596         * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
95597         * platform/chromium-linux/fast/html/details-add-summary-1-expected.txt: Added.
95598         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
95599         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.txt: Added.
95600         * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
95601         * platform/chromium-linux/fast/html/details-add-summary-10-expected.txt: Added.
95602         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
95603         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.txt: Added.
95604         * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
95605         * platform/chromium-linux/fast/html/details-add-summary-2-expected.txt: Added.
95606         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
95607         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.txt: Added.
95608         * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
95609         * platform/chromium-linux/fast/html/details-add-summary-3-expected.txt: Added.
95610         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
95611         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.txt: Added.
95612         * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
95613         * platform/chromium-linux/fast/html/details-add-summary-4-expected.txt: Added.
95614         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
95615         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.txt: Added.
95616         * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
95617         * platform/chromium-linux/fast/html/details-add-summary-5-expected.txt: Added.
95618         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
95619         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.txt: Added.
95620         * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
95621         * platform/chromium-linux/fast/html/details-add-summary-6-expected.txt: Added.
95622         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
95623         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.txt: Added.
95624         * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
95625         * platform/chromium-linux/fast/html/details-add-summary-7-expected.txt: Added.
95626         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
95627         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.txt: Added.
95628         * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
95629         * platform/chromium-linux/fast/html/details-add-summary-8-expected.txt: Added.
95630         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
95631         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.txt: Added.
95632         * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
95633         * platform/chromium-linux/fast/html/details-add-summary-9-expected.txt: Added.
95634         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png:
95635         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.txt: Added.
95636         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png:
95637         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.txt: Added.
95638         * platform/chromium-linux/fast/html/details-marker-style-expected.png:
95639         * platform/chromium-linux/fast/html/details-marker-style-expected.txt: Added.
95640         * platform/chromium-linux/fast/html/details-nested-1-expected.png:
95641         * platform/chromium-linux/fast/html/details-nested-1-expected.txt: Added.
95642         * platform/chromium-linux/fast/html/details-nested-2-expected.png:
95643         * platform/chromium-linux/fast/html/details-nested-2-expected.txt: Added.
95644         * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
95645         * platform/chromium-linux/fast/html/details-no-summary1-expected.txt: Added.
95646         * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
95647         * platform/chromium-linux/fast/html/details-no-summary2-expected.txt: Added.
95648         * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
95649         * platform/chromium-linux/fast/html/details-no-summary3-expected.txt: Added.
95650         * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
95651         * platform/chromium-linux/fast/html/details-no-summary4-expected.txt: Added.
95652         * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
95653         * platform/chromium-linux/fast/html/details-open-javascript-expected.txt: Added.
95654         * platform/chromium-linux/fast/html/details-open1-expected.png:
95655         * platform/chromium-linux/fast/html/details-open1-expected.txt: Added.
95656         * platform/chromium-linux/fast/html/details-open2-expected.png:
95657         * platform/chromium-linux/fast/html/details-open2-expected.txt: Added.
95658         * platform/chromium-linux/fast/html/details-open3-expected.png:
95659         * platform/chromium-linux/fast/html/details-open3-expected.txt: Added.
95660         * platform/chromium-linux/fast/html/details-open4-expected.png:
95661         * platform/chromium-linux/fast/html/details-open4-expected.txt: Added.
95662         * platform/chromium-linux/fast/html/details-open5-expected.png:
95663         * platform/chromium-linux/fast/html/details-open5-expected.txt: Added.
95664         * platform/chromium-linux/fast/html/details-open6-expected.png:
95665         * platform/chromium-linux/fast/html/details-open6-expected.txt: Added.
95666         * platform/chromium-linux/fast/html/details-position-expected.png:
95667         * platform/chromium-linux/fast/html/details-position-expected.txt: Added.
95668         * platform/chromium-linux/fast/html/details-remove-child-1-expected.png:
95669         * platform/chromium-linux/fast/html/details-remove-child-1-expected.txt: Added.
95670         * platform/chromium-linux/fast/html/details-remove-child-2-expected.png:
95671         * platform/chromium-linux/fast/html/details-remove-child-2-expected.txt: Added.
95672         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
95673         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.txt: Added.
95674         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
95675         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.txt: Added.
95676         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
95677         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.txt: Added.
95678         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
95679         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.txt: Added.
95680         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
95681         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.txt: Added.
95682         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
95683         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.txt: Added.
95684         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
95685         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.txt: Added.
95686         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
95687         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.txt: Added.
95688         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
95689         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.txt: Added.
95690         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
95691         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.txt: Added.
95692         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
95693         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.txt: Added.
95694         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
95695         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.txt: Added.
95696         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png:
95697         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.txt: Added.
95698         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png:
95699         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.txt: Added.
95700         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
95701         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
95702         * platform/chromium-linux/fast/html/details-replace-text-expected.png:
95703         * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
95704         * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
95705         * platform/chromium-linux/fast/html/details-writing-mode-expected.txt: Added.
95706         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png:
95707         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
95708         * platform/chromium-linux/fast/inline-block/contenteditable-baseline-expected.txt:
95709         * platform/chromium-linux/fast/inline/002-expected.txt: Added.
95710         * platform/chromium-linux/fast/inline/vertical-align-text-bottom-expected.png:
95711         * platform/chromium-linux/fast/inline/vertical-align-text-bottom-expected.txt: Added.
95712         * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt:
95713         * platform/chromium-linux/fast/repaint/4774354-expected.png:
95714         * platform/chromium-linux/fast/repaint/4776765-expected.png:
95715         * platform/chromium-linux/fast/repaint/caret-outside-block-expected.png:
95716         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
95717         * platform/chromium-linux/fast/repaint/selection-rl-expected.png:
95718         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
95719         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
95720         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
95721         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.txt: Added.
95722         * platform/chromium-linux/http/tests/misc/acid2-expected.txt: Added.
95723         * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.txt: Added.
95724         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
95725         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
95726         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing: Added.
95727         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows: Added.
95728         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Added.
95729         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png:
95730         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.txt: Added.
95731         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
95732         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.txt: Added.
95733         * platform/chromium-linux/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
95734         * platform/chromium-linux/svg/transforms/svg-css-transforms-expected.txt: Added.
95735         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
95736         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
95737         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
95738         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
95739         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added.
95740         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
95741         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
95742         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
95743         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
95744         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
95745         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
95746         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
95747         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
95748         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
95749         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added.
95750         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
95751         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
95752         * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.png:
95753         * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.txt: Added.
95754         * platform/chromium-linux/tables/mozilla/bugs/bug30692-expected.txt: Added.
95755         * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.png:
95756         * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.txt: Added.
95757         * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png:
95758         * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.txt: Added.
95759         * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png:
95760         * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.txt: Added.
95761         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Added.
95762         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
95763         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Added.
95764         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
95765         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Added.
95766         * platform/chromium-linux/transforms/svg-vs-css-expected.txt: Added.
95767         * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-expected.png:
95768         * platform/chromium-mac-lion/fast/forms/007-expected.png:
95769         * platform/chromium-mac-lion/fast/forms/basic-buttons-expected.png:
95770         * platform/chromium-mac-lion/fast/forms/datalist: Added.
95771         * platform/chromium-mac-lion/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
95772         * platform/chromium-mac-lion/fast/forms/search-vertical-alignment-expected.png:
95773         * platform/chromium-mac-lion/fast/forms/searchfield-heights-expected.png:
95774         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Added.
95775         * platform/chromium-mac-lion/fast/html/details-add-child-1-expected.png:
95776         * platform/chromium-mac-lion/fast/html/details-add-child-2-expected.png:
95777         * platform/chromium-mac-lion/fast/html/details-add-details-child-1-expected.png:
95778         * platform/chromium-mac-lion/fast/html/details-add-details-child-2-expected.png:
95779         * platform/chromium-mac-lion/fast/html/details-add-summary-1-and-click-expected.png:
95780         * platform/chromium-mac-lion/fast/html/details-add-summary-1-expected.png:
95781         * platform/chromium-mac-lion/fast/html/details-add-summary-10-and-click-expected.png:
95782         * platform/chromium-mac-lion/fast/html/details-add-summary-10-expected.png:
95783         * platform/chromium-mac-lion/fast/html/details-add-summary-2-and-click-expected.png:
95784         * platform/chromium-mac-lion/fast/html/details-add-summary-2-expected.png:
95785         * platform/chromium-mac-lion/fast/html/details-add-summary-3-and-click-expected.png:
95786         * platform/chromium-mac-lion/fast/html/details-add-summary-3-expected.png:
95787         * platform/chromium-mac-lion/fast/html/details-add-summary-4-and-click-expected.png:
95788         * platform/chromium-mac-lion/fast/html/details-add-summary-4-expected.png:
95789         * platform/chromium-mac-lion/fast/html/details-add-summary-5-and-click-expected.png:
95790         * platform/chromium-mac-lion/fast/html/details-add-summary-5-expected.png:
95791         * platform/chromium-mac-lion/fast/html/details-add-summary-6-and-click-expected.png:
95792         * platform/chromium-mac-lion/fast/html/details-add-summary-6-expected.png:
95793         * platform/chromium-mac-lion/fast/html/details-add-summary-7-and-click-expected.png:
95794         * platform/chromium-mac-lion/fast/html/details-add-summary-7-expected.png:
95795         * platform/chromium-mac-lion/fast/html/details-add-summary-8-and-click-expected.png:
95796         * platform/chromium-mac-lion/fast/html/details-add-summary-8-expected.png:
95797         * platform/chromium-mac-lion/fast/html/details-add-summary-9-and-click-expected.png:
95798         * platform/chromium-mac-lion/fast/html/details-add-summary-9-expected.png:
95799         * platform/chromium-mac-lion/fast/html/details-add-summary-child-1-expected.png:
95800         * platform/chromium-mac-lion/fast/html/details-add-summary-child-2-expected.png:
95801         * platform/chromium-mac-lion/fast/html/details-marker-style-expected.png:
95802         * platform/chromium-mac-lion/fast/html/details-nested-1-expected.png:
95803         * platform/chromium-mac-lion/fast/html/details-nested-2-expected.png:
95804         * platform/chromium-mac-lion/fast/html/details-no-summary1-expected.png:
95805         * platform/chromium-mac-lion/fast/html/details-no-summary2-expected.png:
95806         * platform/chromium-mac-lion/fast/html/details-no-summary3-expected.png:
95807         * platform/chromium-mac-lion/fast/html/details-no-summary4-expected.png:
95808         * platform/chromium-mac-lion/fast/html/details-open-javascript-expected.png:
95809         * platform/chromium-mac-lion/fast/html/details-open1-expected.png:
95810         * platform/chromium-mac-lion/fast/html/details-open2-expected.png:
95811         * platform/chromium-mac-lion/fast/html/details-open3-expected.png:
95812         * platform/chromium-mac-lion/fast/html/details-open4-expected.png:
95813         * platform/chromium-mac-lion/fast/html/details-open5-expected.png:
95814         * platform/chromium-mac-lion/fast/html/details-open6-expected.png:
95815         * platform/chromium-mac-lion/fast/html/details-position-expected.png:
95816         * platform/chromium-mac-lion/fast/html/details-remove-child-1-expected.png:
95817         * platform/chromium-mac-lion/fast/html/details-remove-child-2-expected.png:
95818         * platform/chromium-mac-lion/fast/html/details-remove-summary-1-and-click-expected.png:
95819         * platform/chromium-mac-lion/fast/html/details-remove-summary-1-expected.png:
95820         * platform/chromium-mac-lion/fast/html/details-remove-summary-2-and-click-expected.png:
95821         * platform/chromium-mac-lion/fast/html/details-remove-summary-2-expected.png:
95822         * platform/chromium-mac-lion/fast/html/details-remove-summary-3-and-click-expected.png:
95823         * platform/chromium-mac-lion/fast/html/details-remove-summary-3-expected.png:
95824         * platform/chromium-mac-lion/fast/html/details-remove-summary-4-and-click-expected.png:
95825         * platform/chromium-mac-lion/fast/html/details-remove-summary-4-expected.png:
95826         * platform/chromium-mac-lion/fast/html/details-remove-summary-5-and-click-expected.png:
95827         * platform/chromium-mac-lion/fast/html/details-remove-summary-5-expected.png:
95828         * platform/chromium-mac-lion/fast/html/details-remove-summary-6-and-click-expected.png:
95829         * platform/chromium-mac-lion/fast/html/details-remove-summary-6-expected.png:
95830         * platform/chromium-mac-lion/fast/html/details-remove-summary-child-1-expected.png:
95831         * platform/chromium-mac-lion/fast/html/details-remove-summary-child-2-expected.png:
95832         * platform/chromium-mac-lion/fast/html/details-replace-summary-child-expected.png:
95833         * platform/chromium-mac-lion/fast/html/details-replace-text-expected.png:
95834         * platform/chromium-mac-lion/fast/html/details-writing-mode-expected.png:
95835         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zoom-expected.png:
95836         * platform/chromium-mac-lion/fast/inline: Added.
95837         * platform/chromium-mac-lion/fast/inline/vertical-align-text-bottom-expected.png: Added.
95838         * platform/chromium-mac-lion/fast/inline/vertical-align-text-bottom-expected.txt: Added.
95839         * platform/chromium-mac-lion/fast/repaint: Added.
95840         * platform/chromium-mac-lion/fast/repaint/4774354-expected.png: Added.
95841         * platform/chromium-mac-lion/fast/repaint/4776765-expected.png: Added.
95842         * platform/chromium-mac-lion/fast/repaint/caret-outside-block-expected.png: Added.
95843         * platform/chromium-mac-lion/fast/repaint/selection-rl-expected.png: Added.
95844         * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.txt: Removed.
95845         * platform/chromium-mac-lion/fast/writing-mode/fieldsets-expected.png:
95846         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
95847         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-2-expected.png:
95848         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
95849         * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
95850         * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
95851         * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
95852         * platform/chromium-mac-lion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
95853         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
95854         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
95855         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
95856         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
95857         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
95858         * platform/chromium-mac-snowleopard/fast/forms/007-expected.png:
95859         * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png:
95860         * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
95861         * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
95862         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
95863         * platform/chromium-mac-snowleopard/fast/html/details-add-child-1-expected.png:
95864         * platform/chromium-mac-snowleopard/fast/html/details-add-child-2-expected.png:
95865         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-1-expected.png:
95866         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-2-expected.png:
95867         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-and-click-expected.png:
95868         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-expected.png:
95869         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-and-click-expected.png:
95870         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-expected.png:
95871         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-and-click-expected.png:
95872         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-expected.png:
95873         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-and-click-expected.png:
95874         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-expected.png:
95875         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-and-click-expected.png:
95876         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-expected.png:
95877         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-and-click-expected.png:
95878         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-expected.png:
95879         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-and-click-expected.png:
95880         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-expected.png:
95881         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-and-click-expected.png:
95882         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-expected.png:
95883         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-and-click-expected.png:
95884         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-expected.png:
95885         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png:
95886         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-expected.png:
95887         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-1-expected.png:
95888         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-2-expected.png:
95889         * platform/chromium-mac-snowleopard/fast/html/details-nested-1-expected.png:
95890         * platform/chromium-mac-snowleopard/fast/html/details-nested-2-expected.png:
95891         * platform/chromium-mac-snowleopard/fast/html/details-no-summary1-expected.png:
95892         * platform/chromium-mac-snowleopard/fast/html/details-no-summary2-expected.png:
95893         * platform/chromium-mac-snowleopard/fast/html/details-no-summary3-expected.png:
95894         * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
95895         * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
95896         * platform/chromium-mac-snowleopard/fast/html/details-open1-expected.png:
95897         * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
95898         * platform/chromium-mac-snowleopard/fast/html/details-open3-expected.png:
95899         * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
95900         * platform/chromium-mac-snowleopard/fast/html/details-open5-expected.png:
95901         * platform/chromium-mac-snowleopard/fast/html/details-open6-expected.png:
95902         * platform/chromium-mac-snowleopard/fast/html/details-position-expected.png:
95903         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-1-expected.png:
95904         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-2-expected.png:
95905         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-and-click-expected.png:
95906         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-expected.png:
95907         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-and-click-expected.png:
95908         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-expected.png:
95909         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-and-click-expected.png:
95910         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-expected.png:
95911         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-and-click-expected.png:
95912         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-expected.png:
95913         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-and-click-expected.png:
95914         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-expected.png:
95915         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png:
95916         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-expected.png:
95917         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-1-expected.png:
95918         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-2-expected.png:
95919         * platform/chromium-mac-snowleopard/fast/html/details-replace-summary-child-expected.png:
95920         * platform/chromium-mac-snowleopard/fast/html/details-replace-text-expected.png:
95921         * platform/chromium-mac-snowleopard/fast/html/details-writing-mode-expected.png:
95922         * platform/chromium-mac-snowleopard/fast/inline/vertical-align-text-bottom-expected.png:
95923         * platform/chromium-mac-snowleopard/fast/inline/vertical-align-text-bottom-expected.txt: Added.
95924         * platform/chromium-mac-snowleopard/fast/multicol/table-vertical-align-expected.txt: Removed.
95925         * platform/chromium-mac-snowleopard/fast/repaint/4774354-expected.png:
95926         * platform/chromium-mac-snowleopard/fast/repaint/4776765-expected.png:
95927         * platform/chromium-mac-snowleopard/fast/repaint/caret-outside-block-expected.png:
95928         * platform/chromium-mac-snowleopard/fast/writing-mode/fieldsets-expected.png:
95929         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
95930         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
95931         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
95932         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
95933         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
95934         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
95935         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.txt:
95936         * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
95937         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
95938         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
95939         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
95940         * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
95941         * platform/chromium-mac/fast/css/acid2-expected.png: Added.
95942         * platform/chromium-mac/fast/css/acid2-pixel-expected.png:
95943         * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.png: Added.
95944         * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
95945         * platform/chromium-mac/fast/forms/007-expected.png:
95946         * platform/chromium-mac/fast/forms/007-expected.txt:
95947         * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
95948         * platform/chromium-mac/fast/forms/basic-buttons-expected.txt:
95949         * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
95950         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
95951         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt:
95952         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
95953         * platform/chromium-mac/fast/html/details-add-child-1-expected.png:
95954         * platform/chromium-mac/fast/html/details-add-child-1-expected.txt:
95955         * platform/chromium-mac/fast/html/details-add-child-2-expected.png:
95956         * platform/chromium-mac/fast/html/details-add-child-2-expected.txt:
95957         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png:
95958         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.txt:
95959         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png:
95960         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.txt:
95961         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png:
95962         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
95963         * platform/chromium-mac/fast/html/details-add-summary-1-expected.png:
95964         * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt:
95965         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png:
95966         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
95967         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png:
95968         * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt:
95969         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png:
95970         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
95971         * platform/chromium-mac/fast/html/details-add-summary-2-expected.png:
95972         * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt:
95973         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png:
95974         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
95975         * platform/chromium-mac/fast/html/details-add-summary-3-expected.png:
95976         * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt:
95977         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png:
95978         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
95979         * platform/chromium-mac/fast/html/details-add-summary-4-expected.png:
95980         * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt:
95981         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png:
95982         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
95983         * platform/chromium-mac/fast/html/details-add-summary-5-expected.png:
95984         * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt:
95985         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png:
95986         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
95987         * platform/chromium-mac/fast/html/details-add-summary-6-expected.png:
95988         * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt:
95989         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png:
95990         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
95991         * platform/chromium-mac/fast/html/details-add-summary-7-expected.png:
95992         * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt:
95993         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png:
95994         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
95995         * platform/chromium-mac/fast/html/details-add-summary-8-expected.png:
95996         * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt:
95997         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png:
95998         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
95999         * platform/chromium-mac/fast/html/details-add-summary-9-expected.png:
96000         * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt:
96001         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png:
96002         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.txt:
96003         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png:
96004         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.txt:
96005         * platform/chromium-mac/fast/html/details-marker-style-expected.png:
96006         * platform/chromium-mac/fast/html/details-marker-style-expected.txt:
96007         * platform/chromium-mac/fast/html/details-nested-1-expected.png:
96008         * platform/chromium-mac/fast/html/details-nested-1-expected.txt:
96009         * platform/chromium-mac/fast/html/details-nested-2-expected.png:
96010         * platform/chromium-mac/fast/html/details-nested-2-expected.txt:
96011         * platform/chromium-mac/fast/html/details-no-summary1-expected.png:
96012         * platform/chromium-mac/fast/html/details-no-summary1-expected.txt:
96013         * platform/chromium-mac/fast/html/details-no-summary2-expected.png:
96014         * platform/chromium-mac/fast/html/details-no-summary2-expected.txt:
96015         * platform/chromium-mac/fast/html/details-no-summary3-expected.png:
96016         * platform/chromium-mac/fast/html/details-no-summary3-expected.txt:
96017         * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
96018         * platform/chromium-mac/fast/html/details-no-summary4-expected.txt:
96019         * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
96020         * platform/chromium-mac/fast/html/details-open-javascript-expected.txt:
96021         * platform/chromium-mac/fast/html/details-open1-expected.png:
96022         * platform/chromium-mac/fast/html/details-open1-expected.txt:
96023         * platform/chromium-mac/fast/html/details-open2-expected.png:
96024         * platform/chromium-mac/fast/html/details-open2-expected.txt:
96025         * platform/chromium-mac/fast/html/details-open3-expected.png:
96026         * platform/chromium-mac/fast/html/details-open3-expected.txt:
96027         * platform/chromium-mac/fast/html/details-open4-expected.png:
96028         * platform/chromium-mac/fast/html/details-open4-expected.txt:
96029         * platform/chromium-mac/fast/html/details-open5-expected.png:
96030         * platform/chromium-mac/fast/html/details-open5-expected.txt:
96031         * platform/chromium-mac/fast/html/details-open6-expected.png:
96032         * platform/chromium-mac/fast/html/details-open6-expected.txt:
96033         * platform/chromium-mac/fast/html/details-position-expected.png:
96034         * platform/chromium-mac/fast/html/details-position-expected.txt:
96035         * platform/chromium-mac/fast/html/details-remove-child-1-expected.png:
96036         * platform/chromium-mac/fast/html/details-remove-child-1-expected.txt:
96037         * platform/chromium-mac/fast/html/details-remove-child-2-expected.png:
96038         * platform/chromium-mac/fast/html/details-remove-child-2-expected.txt:
96039         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png:
96040         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
96041         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png:
96042         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt:
96043         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png:
96044         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
96045         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png:
96046         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt:
96047         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png:
96048         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
96049         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png:
96050         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt:
96051         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png:
96052         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
96053         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png:
96054         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt:
96055         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png:
96056         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
96057         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png:
96058         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt:
96059         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png:
96060         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
96061         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png:
96062         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt:
96063         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png:
96064         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.txt:
96065         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png:
96066         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.txt:
96067         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
96068         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.txt:
96069         * platform/chromium-mac/fast/html/details-replace-text-expected.png:
96070         * platform/chromium-mac/fast/html/details-replace-text-expected.txt:
96071         * platform/chromium-mac/fast/html/details-writing-mode-expected.png:
96072         * platform/chromium-mac/fast/html/details-writing-mode-expected.txt:
96073         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.png:
96074         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
96075         * platform/chromium-mac/fast/inline/002-expected.png:
96076         * platform/chromium-mac/fast/inline/vertical-align-text-bottom-expected.png:
96077         * platform/chromium-mac/fast/inline/vertical-align-text-bottom-expected.txt:
96078         * platform/chromium-mac/fast/multicol/table-vertical-align-expected.png:
96079         * platform/chromium-mac/fast/multicol/table-vertical-align-expected.txt:
96080         * platform/chromium-mac/fast/repaint/4774354-expected.png:
96081         * platform/chromium-mac/fast/repaint/4776765-expected.png:
96082         * platform/chromium-mac/fast/repaint/caret-outside-block-expected.png:
96083         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
96084         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
96085         * platform/chromium-mac/fast/repaint/selection-rl-expected.png:
96086         * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
96087         * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt:
96088         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.png:
96089         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.txt:
96090         * platform/chromium-mac/http/tests/misc/acid2-expected.png: Added.
96091         * platform/chromium-mac/http/tests/misc/acid2-pixel-expected.png:
96092         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
96093         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
96094         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt:
96095         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.png:
96096         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
96097         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
96098         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.txt:
96099         * platform/chromium-mac/svg/transforms/svg-css-transforms-clip-path-expected.png:
96100         * platform/chromium-mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
96101         * platform/chromium-mac/svg/transforms/svg-css-transforms-expected.png:
96102         * platform/chromium-mac/svg/transforms/svg-css-transforms-expected.txt:
96103         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
96104         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
96105         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
96106         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
96107         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
96108         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
96109         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
96110         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
96111         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
96112         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
96113         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
96114         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
96115         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
96116         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
96117         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
96118         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
96119         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
96120         * platform/chromium-mac/tables/mozilla/bugs/bug14323-expected.png:
96121         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.txt:
96122         * platform/chromium-mac/tables/mozilla/bugs/bug43854-2-expected.png:
96123         * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png:
96124         * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.png:
96125         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
96126         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
96127         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
96128         * platform/chromium-mac/transforms/svg-vs-css-expected.png:
96129         * platform/chromium-mac/transforms/svg-vs-css-expected.txt:
96130         * platform/chromium-win-xp/fast/multicol/table-vertical-align-expected.txt: Removed.
96131         * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
96132         * platform/chromium-win-xp/tables/mozilla/bugs/bug43854-2-expected.png: Removed.
96133         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
96134         * platform/chromium/TestExpectations:
96135         * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Replaced.
96136         * platform/chromium/fast/css/acid2-expected.png: Removed.
96137         * platform/chromium/http/tests/misc/acid2-expected.png: Removed.
96138         * platform/efl/css1/text_properties/vertical_align-expected.txt: Removed.
96139         * platform/efl/fast/multicol/table-vertical-align-expected.png: Removed.
96140         * platform/efl/fast/multicol/table-vertical-align-expected.txt: Removed.
96141         * platform/efl/fast/repaint/caret-outside-block-expected.png: Removed.
96142         * platform/efl/http/tests/misc/acid2-expected.png: Removed.
96143         * platform/efl/svg/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
96144         * platform/efl/svg/transforms/svg-css-transforms-expected.txt: Removed.
96145         * platform/efl/tables/mozilla/bugs/bug43854-2-expected.txt: Removed.
96146         * platform/efl/tables/mozilla/bugs/bug4427-expected.txt: Removed.
96147         * platform/efl/tables/mozilla/bugs/bug6404-expected.txt: Removed.
96148         * platform/gtk/css1/text_properties/vertical_align-expected.txt: Removed.
96149         * platform/gtk/fast/multicol/table-vertical-align-expected.png: Removed.
96150         * platform/gtk/fast/multicol/table-vertical-align-expected.txt: Removed.
96151         * platform/gtk/fast/repaint/caret-outside-block-expected.png: Removed.
96152         * platform/gtk/http/tests/misc/acid2-expected.png: Removed.
96153         * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
96154         * platform/gtk/svg/transforms/svg-css-transforms-expected.txt: Removed.
96155
96156 2012-10-22  Anders Carlsson  <andersca@apple.com>
96157
96158         [WK2] Regression(r131990): plugins/npruntime/remove-property.html started failing
96159         https://bugs.webkit.org/show_bug.cgi?id=99977
96160
96161         Reviewed by Alexey Proskuryakov.
96162
96163         Remove now passing test.
96164
96165         * platform/efl-wk2/TestExpectations:
96166
96167 2012-10-22  Varun Jain  <varunjain@chromium.org>
96168
96169         Context menu generated from touch gestures on textareas has
96170         context of the cursor position instead of the position where the event occurs.
96171         https://bugs.webkit.org/show_bug.cgi?id=99520
96172
96173         Reviewed by Kenneth Rohde Christiansen.
96174
96175         Send a synthetic mouse down event for context menu-summoning-gesture events so that
96176         textareas can correctly set cursors before receiving the context menu event.
96177
96178         * fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html: Added.
96179         * platform/chromium/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt: Added.
96180
96181 2012-10-22  Emil A Eklund  <eae@chromium.org>
96182
96183         Unreviewed gardening.
96184
96185         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png:
96186         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.txt: Added.
96187         * platform/chromium-mac-lion/editing/selection/3690703-expected.png:
96188         * platform/chromium-mac-lion/editing/selection/3690703-expected.txt: Added.
96189         * platform/chromium-mac-lion/editing/selection/3690719-expected.png:
96190         * platform/chromium-mac-lion/editing/selection/3690719-expected.txt: Added.
96191         * platform/chromium-mac-lion/editing/selection/4397952-expected.png:
96192         * platform/chromium-mac-lion/editing/selection/4397952-expected.txt: Added.
96193         * platform/chromium-mac-lion/editing/selection/5240265-expected.png:
96194         * platform/chromium-mac-lion/editing/selection/5240265-expected.txt: Added.
96195         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.png:
96196         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.txt: Added.
96197         * platform/chromium-mac-lion/fast/block/float/032-expected.txt: Added.
96198         * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.png:
96199         * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.txt: Added.
96200         * platform/chromium-mac-lion/fast/css/continuationCrash-expected.png:
96201         * platform/chromium-mac-lion/fast/css/continuationCrash-expected.txt: Added.
96202         * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.png:
96203         * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.txt: Added.
96204         * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.png:
96205         * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.txt: Added.
96206         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
96207         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Added.
96208         * platform/chromium-mac-lion/fast/forms/001-expected.png:
96209         * platform/chromium-mac-lion/fast/forms/001-expected.txt: Added.
96210         * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.png:
96211         * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.txt: Added.
96212         * platform/chromium-mac-lion/fast/forms/box-shadow-override-expected.png: Added.
96213         * platform/chromium-mac-lion/fast/forms/box-shadow-override-expected.txt: Added.
96214         * platform/chromium-mac-lion/fast/forms/button-sizes-expected.png:
96215         * platform/chromium-mac-lion/fast/forms/button-sizes-expected.txt: Added.
96216         * platform/chromium-mac-lion/fast/forms/button-style-color-expected.png:
96217         * platform/chromium-mac-lion/fast/forms/button-style-color-expected.txt: Added.
96218         * platform/chromium-mac-lion/fast/forms/button-table-styles-expected.png:
96219         * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.png:
96220         * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.txt: Added.
96221         * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.png:
96222         * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.txt: Added.
96223         * platform/chromium-mac-lion/fast/forms/date-multiple-fields: Added.
96224         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
96225         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
96226         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
96227         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
96228         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
96229         * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.png:
96230         * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.txt: Added.
96231         * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.png:
96232         * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.txt: Added.
96233         * platform/chromium-mac-lion/fast/forms/file/file-input-pressed-state-expected.png:
96234         * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.png:
96235         * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.txt: Added.
96236         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.png:
96237         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.txt: Added.
96238         * platform/chromium-mac-lion/fast/forms/formmove3-expected.png:
96239         * platform/chromium-mac-lion/fast/forms/formmove3-expected.txt: Added.
96240         * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.png:
96241         * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.txt: Added.
96242         * platform/chromium-mac-lion/fast/forms/input-value-expected.png:
96243         * platform/chromium-mac-lion/fast/forms/input-value-expected.txt: Added.
96244         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png:
96245         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.txt: Added.
96246         * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.png:
96247         * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.txt: Added.
96248         * platform/chromium-mac-lion/fast/forms/time-multiple-fields: Added.
96249         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Added.
96250         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Added.
96251         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
96252         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
96253         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.txt: Added.
96254         * platform/chromium-mac-lion/fast/forms/week-multiple-fields: Added.
96255         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Added.
96256         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Added.
96257         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
96258         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Added.
96259         * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
96260         * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Added.
96261         * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.png:
96262         * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.txt: Added.
96263         * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.png:
96264         * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.txt: Added.
96265         * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.png:
96266         * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.txt: Added.
96267         * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.png: Added.
96268         * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.txt: Added.
96269         * platform/chromium-mac-lion/fast/text/international/text-spliced-font-expected.png: Added.
96270         * platform/chromium-mac-lion/fast/text/international/text-spliced-font-expected.txt: Added.
96271         * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.png:
96272         * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt:
96273         * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.png:
96274         * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.txt: Added.
96275         * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.png:
96276         * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.txt: Added.
96277         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.png:
96278         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.txt: Added.
96279         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.png:
96280         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.txt: Added.
96281         * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.png:
96282         * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.txt: Added.
96283         * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.png:
96284         * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.txt: Added.
96285         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.png:
96286         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.txt: Added.
96287         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.png:
96288         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.txt: Added.
96289         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-4-expected.txt: Added.
96290         * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.png:
96291         * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.txt: Added.
96292         * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.png:
96293         * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.txt: Added.
96294         * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.png:
96295         * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.txt: Added.
96296         * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.png:
96297         * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.txt: Added.
96298         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.png:
96299         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.txt: Added.
96300         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.png:
96301         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.txt: Added.
96302         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.png:
96303         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.txt: Added.
96304         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.png:
96305         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.txt: Added.
96306         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.png:
96307         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.txt: Added.
96308         * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.png:
96309         * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.txt: Added.
96310         * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.png:
96311         * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.txt: Added.
96312         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
96313         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Added.
96314         * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.png:
96315         * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.txt: Added.
96316         * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.png:
96317         * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.txt: Added.
96318         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
96319         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Added.
96320         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added.
96321         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
96322         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Added.
96323         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
96324         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
96325         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
96326         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
96327         * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png:
96328         * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
96329         * platform/chromium-mac-snowleopard/fast/block/float/float-avoidance-expected.png:
96330         * platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.png:
96331         * platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png:
96332         * platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.png:
96333         * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
96334         * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
96335         * platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.png:
96336         * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
96337         * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png:
96338         * platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.png:
96339         * platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.png:
96340         * platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.png:
96341         * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png:
96342         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
96343         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
96344         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
96345         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
96346         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
96347         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-direction-expected.png:
96348         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png:
96349         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-pressed-state-expected.png:
96350         * platform/chromium-mac-snowleopard/fast/forms/file/input-file-re-render-expected.png:
96351         * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
96352         * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png:
96353         * platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png:
96354         * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
96355         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
96356         * platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.png:
96357         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
96358         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
96359         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
96360         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
96361         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
96362         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
96363         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
96364         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
96365         * platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
96366         * platform/chromium-mac-snowleopard/fast/overflow/scrollRevealButton-expected.png:
96367         * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
96368         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png:
96369         * platform/chromium-mac-snowleopard/fast/text/international/text-spliced-font-expected.png:
96370         * platform/chromium-mac-snowleopard/fast/text/international/text-spliced-font-expected.txt: Added.
96371         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.png:
96372         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt:
96373         * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
96374         * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
96375         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
96376         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
96377         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.png:
96378         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
96379         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
96380         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
96381         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.png:
96382         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
96383         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png:
96384         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png:
96385         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.png:
96386         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
96387         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
96388         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
96389         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.png:
96390         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.png:
96391         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
96392         * platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
96393         * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
96394         * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
96395         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
96396         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
96397         * platform/chromium-win-xp/fast/text/international/text-spliced-font-expected.png: Removed.
96398
96399 2012-10-22  Aaron Colwell  <acolwell@chromium.org>
96400
96401         webkitsourceopen event doesn't always fire
96402         https://bugs.webkit.org/show_bug.cgi?id=99868
96403
96404         Reviewed by Adam Barth.
96405
96406         Added a test that verifies the webkitsourceopen event still fires
96407         even if the MediaSource variable goes out of scope and garbage
96408         collection occurs.
96409
96410         * http/tests/media/media-source/video-media-source-garbage-collection-before-sourceopen-expected.txt: Added.
96411         * http/tests/media/media-source/video-media-source-garbage-collection-before-sourceopen.html: Added.
96412
96413 2012-10-22  Jer Noble  <jer.noble@apple.com>
96414
96415         Unreviewed, further Apple Mac baselines for shadow DOM changes to RenderSlider.
96416
96417         * platform/mac/fast/forms/input-appearance-height-expected.txt:
96418         * platform/mac/media/controls-without-preload-expected.txt:
96419
96420 2012-10-22  Emil A Eklund  <eae@chromium.org>
96421
96422         Change baselinePosition and maxAscent/maxDescent to int
96423         https://bugs.webkit.org/show_bug.cgi?id=99767
96424
96425         Reviewed by Levi Weintraub.
96426         
96427         Add test for alignment of replaced elements. Update existing
96428         tests to account for rounding differences in alignment.
96429
96430         * fast/sub-pixel/replaced-element-baseline-expected.txt: Added.
96431         * fast/sub-pixel/replaced-element-baseline.html: Added.
96432         * platform/chromium-linux/css1/text_properties/vertical_align-expected.png:
96433         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
96434         * platform/chromium-linux/fast/inline/vertical-align-text-bottom-expected.png:
96435         * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt:
96436         * platform/chromium-linux/fast/repaint/4774354-expected.png:
96437         * platform/chromium-linux/fast/repaint/4776765-expected.png:
96438         * platform/chromium-linux/fast/repaint/caret-outside-block-expected.png:
96439         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
96440         * platform/chromium-linux/fast/repaint/selection-rl-expected.png:
96441         * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.png:
96442         * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.png:
96443         * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png:
96444         * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png:
96445         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
96446         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
96447         * platform/chromium-win/css1/text_properties/vertical_align-expected.txt:
96448         * platform/chromium-win/fast/css/acid2-expected.txt:
96449         * platform/chromium-win/fast/css/acid2-pixel-expected.txt:
96450         * platform/chromium-win/fast/inline/002-expected.txt:
96451         * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.txt:
96452         * platform/chromium-win/http/tests/misc/acid2-expected.txt:
96453         * platform/chromium-win/http/tests/misc/acid2-pixel-expected.txt:
96454         * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.txt:
96455         * platform/chromium-win/svg/transforms/svg-css-transforms-expected.txt:
96456         * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.txt:
96457         * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.txt:
96458         * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.txt:
96459         * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.txt:
96460         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
96461         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
96462         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
96463         * platform/chromium-win/transforms/svg-vs-css-expected.txt:
96464
96465 2012-10-22  Emil A Eklund  <eae@chromium.org>
96466
96467         Unreviewed gardening, marking fast/sub-pixel/file-upload-control-at-fractional-offset.html as failing on LION for now.
96468
96469         * platform/chromium/TestExpectations:
96470
96471 2012-10-22  Tony Chang  <tony@chromium.org>
96472
96473         Fix some baseline flexbox alignment
96474         https://bugs.webkit.org/show_bug.cgi?id=99879
96475
96476         Reviewed by Ojan Vafai.
96477
96478         Additional test cases for baseline aligning flexbox.
96479
96480         * css3/flexbox/flexbox-baseline-margins.html: Added.
96481         * css3/flexbox/resources/flexbox.css:
96482         (.flex-one): New cross browser value.
96483         * platform/chromium-linux/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
96484         * platform/chromium-linux/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
96485         * platform/chromium/TestExpectations:
96486         * platform/efl/TestExpectations:
96487         * platform/gtk/TestExpectations:
96488         * platform/mac/TestExpectations:
96489         * platform/qt/TestExpectations:
96490         * platform/win/TestExpectations:
96491
96492 2012-10-22  Tony Chang  <tony@chromium.org>
96493
96494         Unreviewed, updating skipped tests that moved.
96495
96496         * platform/win/TestExpectations:
96497
96498 2012-10-22  Mario Sanchez Prada  <msanchez@igalia.com>
96499
96500         [GTK] Don't use deprecated AccessibilityObject methods after r99502
96501         https://bugs.webkit.org/show_bug.cgi?id=99985
96502
96503         Reviewed by Chris Fleizach.
96504
96505         Update test and expectations to reflect the changes in the
96506         accessible title (now it's the localized one) being returned.
96507
96508         * platform/gtk/accessibility/media-controls-panel-title-expected.txt: Updated.
96509         * platform/gtk/accessibility/media-controls-panel-title.html: Updated.
96510
96511 2012-10-22  Emil A Eklund  <eae@chromium.org>
96512
96513         Convert fast/sub-pixel/file-upload-control-at-fractional-offset-expected.html to ref test
96514         https://bugs.webkit.org/show_bug.cgi?id=99869
96515
96516         Reviewed by Eric Seidel.
96517
96518         fast/sub-pixel/file-upload-control-at-fractional-offset-expected.html is currently a pixel test, convert it to a ref test instead.
96519
96520         * fast/sub-pixel/file-upload-control-at-fractional-offset-expected.html: Added.
96521         * platform/chromium-linux/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
96522         * platform/chromium-linux/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
96523         * platform/chromium-mac-lion/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
96524         * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
96525         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
96526         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
96527         * platform/chromium-win/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
96528         * platform/chromium-win/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
96529         * platform/gtk/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
96530         * platform/gtk/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
96531
96532 2012-10-16  Andrey Kosyakov  <caseq@chromium.org>
96533
96534         Web Inspector: add timeline instrumentation for scrolling of a layer
96535         https://bugs.webkit.org/show_bug.cgi?id=99461
96536
96537         Reviewed by Pavel Feldman.
96538
96539         - added Scroll record type;
96540
96541         * inspector/timeline/timeline-enum-stability-expected.txt:
96542
96543 2012-10-22  Vsevolod Vlasov  <vsevik@chromium.org>
96544
96545         Web Inspector: Prepare mappings to moving uiSourceCodes creation out of them to workspace.
96546         https://bugs.webkit.org/show_bug.cgi?id=99997
96547
96548         Reviewed by Pavel Feldman.
96549
96550         * http/tests/inspector/compiler-script-mapping.html:
96551
96552 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
96553
96554         Unreviewed GTK gardening.
96555
96556         Fixing expectations for fast/dom/gc-acid3.html to pass the linting.
96557
96558         * platform/gtk/TestExpectations:
96559
96560 2012-10-22  Vsevolod Vlasov  <vsevik@chromium.org>
96561
96562         Web Inspector: Treat dynamic anonymous scripts as other anonymous and fix anonymous script editing and breakpoints.
96563         https://bugs.webkit.org/show_bug.cgi?id=99989
96564
96565         Reviewed by Pavel Feldman.
96566
96567         * http/tests/inspector-enabled/dynamic-scripts-expected.txt:
96568         * http/tests/inspector/debugger-test.js:
96569         (initialize_DebuggerTest):
96570         * inspector/debugger/dynamic-script-tag-expected.txt:
96571         * inspector/debugger/dynamic-scripts-expected.txt:
96572         * inspector/debugger/live-edit-breakpoints-expected.txt:
96573         * inspector/debugger/live-edit-breakpoints.html:
96574         * inspector/debugger/resource-script-mapping-expected.txt:
96575         * inspector/debugger/resource-script-mapping.html:
96576
96577 2012-10-22  Emil A Eklund  <eae@chromium.org>
96578
96579         Convert fast/sub-pixel/float-containing-block-with-margin.html to text test
96580         https://bugs.webkit.org/show_bug.cgi?id=99866
96581
96582         Reviewed by Eric Seidel.
96583
96584         fast/sub-pixel/float-containing-block-with-margin.html doesn't
96585         need to be a pixel test, convert it to a text one.
96586
96587         * fast/sub-pixel/float-containing-block-with-margin-expected.txt:
96588         * fast/sub-pixel/float-containing-block-with-margin.html:
96589         * platform/chromium-linux/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
96590         * platform/chromium-mac-lion/fast/sub-pixel: Removed.
96591         * platform/chromium-mac-snowleopard/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
96592         * platform/chromium-mac/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
96593         * platform/chromium-win/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
96594
96595 2012-10-22  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
96596
96597         [css3-text] Add rendering support for -webkit-text-decoration-style
96598         https://bugs.webkit.org/show_bug.cgi?id=94094
96599
96600         Reviewed by Julien Chaffraix.
96601
96602         Added paint and repaint layout tests for CSS3 text-decoration-style
96603         property. Pixel results are not included due to missing platform support
96604         for some decoration styles (handled on bug 93507). These are going
96605         to be added when platform support is complete.
96606
96607         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style-expected.txt: Added.
96608         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style.html: Added.
96609         * fast/css3-text/css3-text-decoration/text-decoration-style-expected.txt: Added.
96610         * fast/css3-text/css3-text-decoration/text-decoration-style.html: Added.
96611
96612 2012-10-22  Erik Arvidsson  <arv@chromium.org>
96613
96614         HTMLBaseElement href attribute binding returns wrong URL
96615         https://bugs.webkit.org/show_bug.cgi?id=98184
96616
96617         Reviewed by Ojan Vafai.
96618
96619         Resolve the href attribute binding relative to the document URL instead of resolving it to the
96620         base element itself. If there is no href attribute this should return the fallback base URL.
96621
96622         http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-base-element
96623
96624         * fast/dom/HTMLAnchorElement/set-href-attribute-rebase-expected.txt: Added.
96625         * fast/dom/HTMLAnchorElement/set-href-attribute-rebase.html: Added.
96626         * fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document-expected.txt: Added.
96627         * fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document.html: Added.
96628         * fast/dom/element-attribute-js-null-expected.txt:
96629         * fast/dom/element-attribute-js-null.html:
96630
96631 2012-10-22  Florin Malita  <fmalita@chromium.org>
96632
96633         Incorrect embedded SVG image sizing on first load
96634         https://bugs.webkit.org/show_bug.cgi?id=99489
96635
96636         Reviewed by Nikolas Zimmermann.
96637
96638         * svg/custom/svg-image-initial-size-expected.html: Added.
96639         * svg/custom/svg-image-initial-size.html: Added.
96640
96641 2012-10-22  Christophe Dumez  <christophe.dumez@intel.com>
96642
96643         [EFL][WK2] Skip plugins/npruntime/remove-property.html
96644         https://bugs.webkit.org/show_bug.cgi?id=99978
96645
96646         Unreviewed EFL gardening.
96647
96648         Skip plugins/npruntime/remove-property.html which started
96649         failing after r131990.
96650
96651         * platform/efl-wk2/TestExpectations:
96652
96653 2012-10-22  Dongwoo Joshua Im  <dw.im@samsung.com>
96654
96655         Change the path of the include files in the text decoration test cases.
96656         https://bugs.webkit.org/show_bug.cgi?id=99974
96657
96658         Reviewed by Gyuyoung Kim.
96659
96660         The include path is differentiated by http://trac.webkit.org/changeset/132043
96661
96662         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html:
96663         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style.html:
96664         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line.html:
96665
96666 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
96667
96668         [GTK] Enable Microdata DOM API
96669         https://bugs.webkit.org/show_bug.cgi?id=99033
96670
96671         Reviewed by Martin Robinson.
96672
96673         Unskip the Microdata tests, they all pass now that the feature has been enabled.
96674
96675         * platform/gtk/TestExpectations:
96676
96677 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
96678
96679         [GTK] Enable CSP 1.1
96680         https://bugs.webkit.org/show_bug.cgi?id=99064
96681
96682         Reviewed by Martin Robinson.
96683
96684         Unskip the CSP 1.1 layout tests as they all pass with the feature enabled.
96685
96686         * platform/gtk/TestExpectations:
96687
96688 2012-10-22  Keishi Hattori  <keishi@webkit.org>
96689
96690         Test date-suggestion-picker-reset-value-after-reload.html will timeout when running with other tests
96691         https://bugs.webkit.org/show_bug.cgi?id=99969
96692
96693         Reviewed by Kent Tamura.
96694
96695         When running with other tests the iframe onload event seems to fire before the script tag is parsed.
96696
96697         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html:
96698
96699 2012-10-22  Allan Sandfeld Jensen  <allan.jensen@digia.com>
96700
96701         [Qt] Handle GET of blob URLs.
96702         https://bugs.webkit.org/show_bug.cgi?id=99053
96703
96704         Reviewed by Simon Hausmann.
96705
96706         Unskip tests working after we handle GET of Blob URLs. Unfortunately they require beginDragWithFiles, 
96707         and thus only work in DRT.
96708
96709         * platform/qt-5.0-wk2/TestExpectations:
96710         * platform/qt/TestExpectations:
96711         * platform/qt/fast/files/workers/worker-read-blob-async-actual.txt: Added.
96712
96713 2012-10-22  Allan Sandfeld Jensen  <allan.jensen@digia.com>
96714
96715         [Qt] Basic gesture event handling
96716         https://bugs.webkit.org/show_bug.cgi?id=66173
96717
96718         Reviewed by Simon Hausmann.
96719
96720         * platform/qt-5.0-wk2/TestExpectations:
96721         * platform/qt/TestExpectations:
96722         * platform/qt/fast/events/touch/gesture/gesture-click-expected.txt: Added.
96723
96724 2012-10-22  Shinya Kawanaka  <shinyak@chromium.org>
96725
96726         [Shadow] ASSERT triggered when we try reprojecting fallback elements.
96727         https://bugs.webkit.org/show_bug.cgi?id=99815
96728
96729         Reviewed by Hajime Morita.
96730
96731         * fast/dom/shadow/content-reprojection-fallback-crash-expected.txt: Added.
96732         * fast/dom/shadow/content-reprojection-fallback-crash.html: Added.
96733
96734 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
96735
96736         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 3.
96737
96738         * platform/efl/fast/repaint/scroll-fixed-layer-with-reflection-expected.png:
96739         * platform/efl/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
96740         * platform/efl/fast/repaint/scroll-fixed-reflected-layer-expected.png:
96741         * platform/efl/fast/repaint/scroll-in-clipped-layer-expected.png:
96742         * platform/efl/fast/repaint/scroll-in-fixed-layer-expected.png:
96743         * platform/efl/fast/repaint/scroll-in-transformed-layer-expected.png:
96744         * platform/efl/fast/repaint/scroll-inside-table-cell-expected.png:
96745         * platform/efl/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
96746         * platform/efl/fast/repaint/scroll-with-transformed-parent-layer-expected.png:
96747         * platform/efl/fast/repaint/search-field-cancel-expected.png:
96748         * platform/efl/fast/repaint/select-option-background-color-expected.png:
96749         * platform/efl/fast/repaint/selected-replaced-expected.png:
96750         * platform/efl/fast/repaint/selection-after-delete-expected.png:
96751         * platform/efl/fast/repaint/selection-after-remove-expected.png:
96752         * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
96753         * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.png:
96754         * platform/efl/fast/repaint/selection-rl-expected.png:
96755         * platform/efl/fast/repaint/stacked-diacritics-expected.png:
96756         * platform/efl/fast/repaint/static-to-positioned-expected.png:
96757         * platform/efl/fast/repaint/subtree-layoutstate-transform-expected.png:
96758         * platform/efl/fast/repaint/subtree-root-clip-2-expected.png: Added.
96759         * platform/efl/fast/repaint/subtree-root-clip-3-expected.png: Added.
96760         * platform/efl/fast/repaint/subtree-root-clip-expected.png: Added.
96761         * platform/efl/fast/repaint/subtree-root-skipped-expected.png:
96762         * platform/efl/fast/repaint/table-cell-collapsed-border-expected.png:
96763         * platform/efl/fast/repaint/table-cell-move-expected.png:
96764         * platform/efl/fast/repaint/table-col-background-expected.png:
96765         * platform/efl/fast/repaint/table-collapsed-border-expected.png:
96766         * platform/efl/fast/repaint/table-extra-bottom-grow-expected.png:
96767         * platform/efl/fast/repaint/table-outer-border-expected.png:
96768         * platform/efl/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png:
96769         * platform/efl/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png:
96770         * platform/efl/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png:
96771         * platform/efl/fast/repaint/table-row-expected.png:
96772         * platform/efl/fast/repaint/table-section-overflow-expected.png:
96773         * platform/efl/fast/repaint/table-section-repaint-expected.png:
96774         * platform/efl/fast/repaint/table-two-pass-layout-overpaint-expected.png:
96775         * platform/efl/fast/repaint/text-append-dirty-lines-expected.png:
96776         * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
96777         * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.png:
96778         * platform/efl/fast/repaint/textarea-set-disabled-expected.png:
96779         * platform/efl/fast/repaint/transform-absolute-child-expected.png:
96780         * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.png:
96781         * platform/efl/fast/repaint/transform-disable-layoutstate-expected.png:
96782         * platform/efl/fast/repaint/transform-layout-repaint-expected.png:
96783         * platform/efl/fast/repaint/transform-relative-position-expected.png:
96784         * platform/efl/fast/repaint/transform-repaint-descendants-expected.png:
96785         * platform/efl/fast/repaint/transform-replaced-shadows-expected.png:
96786         * platform/efl/fast/repaint/transform-rotate-and-remove-expected.png:
96787         * platform/efl/fast/repaint/transform-translate-expected.png:
96788         * platform/efl/fast/table/border-collapsing/cached-69296-expected.png:
96789         * platform/efl/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.png: Added.
96790         * platform/efl/fast/table/border-collapsing/cached-change-row-border-width-expected.png: Added.
96791         * platform/efl/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png: Added.
96792         * platform/efl/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
96793
96794 2012-10-22  Dongwoo Joshua Im  <dw.im@samsung.com>
96795
96796         Move LayoutTests/fast/css3-text-decoration directory into LayoutTests/fast/css3-text directory.
96797         https://bugs.webkit.org/show_bug.cgi?id=99948
96798
96799         Reviewed by Hajime Morita.
96800
96801         css3-text-decoration is one of the feature under the ENABLE_CSS3_TEXT flag,
96802         it should be maintained in the css3-text directory with other features under the same flag.
96803
96804         * 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.
96805         * 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.
96806         * 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.
96807         * 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.
96808         * 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.
96809         (testElementStyle):
96810         (testComputedStyle):
96811         * 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.
96812         (testElementStyle):
96813         (testComputedStyleValue):
96814         (testValue):
96815         * 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.
96816         * 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.
96817         * 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.
96818         * fast/css3-text/css3-text-decoration/text-decoration-line-expected.html: Renamed from LayoutTests/fast/css3-text-decoration/text-decoration-line-expected.html.
96819         * fast/css3-text/css3-text-decoration/text-decoration-line.html: Renamed from LayoutTests/fast/css3-text-decoration/text-decoration-line.html.
96820         * platform/chromium/TestExpectations:
96821         * 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.
96822         * platform/mac/TestExpectations:
96823         * platform/qt-4.8/TestExpectations:
96824         * platform/qt-mac/TestExpectations:
96825         * platform/qt/TestExpectations:
96826         * 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.
96827         * 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.
96828
96829 2012-10-22  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
96830
96831         WebKitTestRunner needs testRunner.queueLoadingScript and testRunner.queueNonLoadingScript
96832         https://bugs.webkit.org/show_bug.cgi?id=42675
96833
96834         Reviewed by Kenneth Rohde Christiansen.
96835
96836         Unskipped corresponding test cases for WK2. Put those which still fail to appropriate
96837         groups.
96838
96839         * platform/wk2/TestExpectations:
96840
96841 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
96842
96843         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 2.
96844
96845         * platform/efl/fast/repaint/body-background-image-expected.png:
96846         * platform/efl/fast/repaint/layout-state-only-positioned-expected.png:
96847         * platform/efl/fast/repaint/layout-state-relative-expected.png:
96848         * platform/efl/fast/repaint/layout-state-scrolloffset-expected.png:
96849         * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png:
96850         * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png:
96851         * platform/efl/fast/repaint/line-flow-with-floats-1-expected.png:
96852         * platform/efl/fast/repaint/line-flow-with-floats-10-expected.png:
96853         * platform/efl/fast/repaint/line-flow-with-floats-2-expected.png:
96854         * platform/efl/fast/repaint/line-flow-with-floats-3-expected.png:
96855         * platform/efl/fast/repaint/line-flow-with-floats-4-expected.png:
96856         * platform/efl/fast/repaint/line-flow-with-floats-5-expected.png:
96857         * platform/efl/fast/repaint/line-flow-with-floats-6-expected.png:
96858         * platform/efl/fast/repaint/line-flow-with-floats-7-expected.png:
96859         * platform/efl/fast/repaint/line-flow-with-floats-8-expected.png:
96860         * platform/efl/fast/repaint/line-flow-with-floats-9-expected.png:
96861         * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.png:
96862         * platform/efl/fast/repaint/line-in-scrolled-clipped-block-expected.png:
96863         * platform/efl/fast/repaint/line-overflow-expected.png:
96864         * platform/efl/fast/repaint/lines-with-layout-delta-expected.png:
96865         * platform/efl/fast/repaint/list-marker-2-expected.png:
96866         * platform/efl/fast/repaint/make-children-non-inline-expected.png:
96867         * platform/efl/fast/repaint/moving-shadow-on-path-expected.png:
96868         * platform/efl/fast/repaint/multicol-repaint-expected.png:
96869         * platform/efl/fast/repaint/nested-iframe-scroll-inner-expected.png:
96870         * platform/efl/fast/repaint/nested-iframe-scroll-outer-expected.png:
96871         * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
96872         * platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.png:
96873         * platform/efl/fast/repaint/outline-child-repaint-expected.png:
96874         * platform/efl/fast/repaint/outline-inset-expected.png:
96875         * platform/efl/fast/repaint/outline-repaint-glitch-expected.png:
96876         * platform/efl/fast/repaint/outline-shrinking-expected.png:
96877         * platform/efl/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png:
96878         * platform/efl/fast/repaint/overflow-clip-subtree-layout-expected.png: Added.
96879         * platform/efl/fast/repaint/overflow-delete-line-expected.png:
96880         * platform/efl/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png:
96881         * platform/efl/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.png:
96882         * platform/efl/fast/repaint/overflow-hide-expected.png:
96883         * platform/efl/fast/repaint/overflow-into-content-expected.png:
96884         * platform/efl/fast/repaint/overflow-outline-repaint-expected.png:
96885         * platform/efl/fast/repaint/overflow-scroll-delete-expected.png:
96886         * platform/efl/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png:
96887         * platform/efl/fast/repaint/overflow-show-expected.png:
96888         * platform/efl/fast/repaint/reflection-redraw-expected.png:
96889         * platform/efl/fast/repaint/reflection-repaint-test-expected.png:
96890         * platform/efl/fast/repaint/region-painting-invalidation-expected.png:
96891         * platform/efl/fast/repaint/region-painting-via-layout-expected.png:
96892         * platform/efl/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
96893         * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
96894         * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
96895         * platform/efl/fast/repaint/repaint-during-scroll-expected.png:
96896         * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.png:
96897         * platform/efl/fast/repaint/repaint-resized-overflow-expected.png:
96898         * platform/efl/fast/repaint/scroll-absolute-layer-with-reflection-expected.png:
96899         * platform/efl/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png:
96900
96901 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
96902
96903         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 1.
96904
96905         * platform/efl/fast/repaint/4774354-expected.png:
96906         * platform/efl/fast/repaint/4776765-expected.png:
96907         * platform/efl/fast/repaint/absolute-position-changed-expected.png:
96908         * platform/efl/fast/repaint/add-table-overpaint-expected.png: Removed.
96909         * platform/efl/fast/repaint/background-generated-expected.png:
96910         * platform/efl/fast/repaint/background-misaligned-expected.png:
96911         * platform/efl/fast/repaint/backgroundSizeRepaint-expected.png:
96912         * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
96913         * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.png:
96914         * platform/efl/fast/repaint/block-no-inflow-children-expected.png:
96915         * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
96916         * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png:
96917         * platform/efl/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
96918         * platform/efl/fast/repaint/block-selection-gap-stale-cache-expected.png:
96919         * platform/efl/fast/repaint/border-fit-lines-expected.png:
96920         * platform/efl/fast/repaint/border-radius-repaint-expected.png:
96921         * platform/efl/fast/repaint/border-repaint-glitch-expected.png:
96922         * platform/efl/fast/repaint/box-shadow-dynamic-expected.png:
96923         * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.png:
96924         * platform/efl/fast/repaint/bugzilla-3509-expected.png:
96925         * platform/efl/fast/repaint/bugzilla-5699-expected.png:
96926         * platform/efl/fast/repaint/bugzilla-6278-expected.png:
96927         * platform/efl/fast/repaint/bugzilla-6388-expected.png:
96928         * platform/efl/fast/repaint/bugzilla-6473-expected.png:
96929         * platform/efl/fast/repaint/bugzilla-7235-expected.png:
96930         * platform/efl/fast/repaint/button-spurious-layout-hint-expected.png:
96931         * platform/efl/fast/repaint/canvas-putImageData-expected.png:
96932         * platform/efl/fast/repaint/caret-outside-block-expected.png:
96933         * platform/efl/fast/repaint/change-transform-expected.png:
96934         * platform/efl/fast/repaint/clip-with-layout-delta-expected.png:
96935         * platform/efl/fast/repaint/clipped-relative-expected.png:
96936         * platform/efl/fast/repaint/containing-block-position-change-expected.png:
96937         * platform/efl/fast/repaint/content-into-overflow-expected.png:
96938         * platform/efl/fast/repaint/continuation-after-outline-expected.png:
96939         * platform/efl/fast/repaint/control-clip-expected.png:
96940         * platform/efl/fast/repaint/create-layer-repaint-expected.png:
96941         * platform/efl/fast/repaint/delete-into-nested-block-expected.png:
96942         * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
96943         * platform/efl/fast/repaint/erase-overflow-expected.png:
96944         * platform/efl/fast/repaint/fixed-after-scroll-expected.png:
96945         * platform/efl/fast/repaint/fixed-and-absolute-position-scrolled-expected.png:
96946         * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.png:
96947         * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
96948         * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
96949         * platform/efl/fast/repaint/fixed-expected.png:
96950         * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
96951         * platform/efl/fast/repaint/fixed-move-after-scroll-expected.png:
96952         * platform/efl/fast/repaint/fixed-position-transparency-with-overflow-expected.png:
96953         * platform/efl/fast/repaint/fixed-scale-expected.png:
96954         * platform/efl/fast/repaint/fixed-scroll-simple-expected.png:
96955         * platform/efl/fast/repaint/fixed-table-cell-expected.png:
96956         * platform/efl/fast/repaint/fixed-table-overflow-expected.png:
96957         * platform/efl/fast/repaint/fixed-table-overflow-zindex-expected.png:
96958         * platform/efl/fast/repaint/fixed-tranformed-expected.png:
96959         * platform/efl/fast/repaint/float-in-new-block-with-layout-delta-expected.png:
96960         * platform/efl/fast/repaint/float-move-during-layout-expected.png:
96961         * platform/efl/fast/repaint/float-new-in-block-expected.png:
96962         * platform/efl/fast/repaint/float-overflow-expected.png: Added.
96963         * platform/efl/fast/repaint/float-overflow-right-expected.png: Added.
96964         * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.png:
96965         * platform/efl/fast/repaint/iframe-scroll-repaint-expected.png:
96966         * platform/efl/fast/repaint/inline-block-resize-expected.png:
96967         * platform/efl/fast/repaint/inline-color-change-expected.png:
96968         * platform/efl/fast/repaint/inline-horizontal-bt-overflow-expected.png:
96969         * platform/efl/fast/repaint/inline-outline-repaint-expected.png:
96970         * platform/efl/fast/repaint/inline-vertical-lr-overflow-expected.png:
96971         * platform/efl/fast/repaint/inline-vertical-rl-overflow-expected.png:
96972         * platform/efl/fast/repaint/intermediate-layout-position-clip-expected.png:
96973         * platform/efl/fast/repaint/intermediate-layout-position-expected.png:
96974         * platform/efl/fast/repaint/invisible-objects-expected.png:
96975         * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png:
96976         * platform/efl/fast/repaint/japanese-rl-selection-repaint-expected.png:
96977         * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
96978         * platform/efl/fast/repaint/layer-full-repaint-expected.png:
96979         * platform/efl/fast/repaint/layer-hide-when-needs-layout-expected.png:
96980         * platform/efl/fast/repaint/layer-visibility-expected.png:
96981
96982 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
96983
96984         Unreviewed GTK gardening.
96985
96986         Adding flaky crashing expectations for fast/dom/gc-acid3.html
96987         and http/tests/misc/acid3.html.
96988         Removing timeout expectations for tests that were fixed in r131942.
96989         Reclassifying svg/animations/animate-css-xml-attributeType.html
96990         as a non-flaky failure.
96991
96992         * platform/gtk/TestExpectations:
96993
96994 2012-10-22  Anton Muhin  <antonm@chromium.org>
96995
96996         Unreviewed Chromium rebaselines.
96997
96998         * platform/chromium/TestExpectations:
96999
97000 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
97001
97002         Unreviewed, suppressing failure until I can figure out what's going on.
97003
97004         * platform/chromium/TestExpectations:
97005
97006 2012-10-21  Keishi Hattori  <keishi@webkit.org>
97007
97008         Refactor picker tests to fix flakiness and share code
97009         https://bugs.webkit.org/show_bug.cgi?id=99671
97010
97011         Reviewed by Kent Tamura.
97012
97013         Refactored so picker tests share code and structure.
97014
97015         * fast/forms/resources/picker-common.js: Shared by all picker tests. Requires js-test-pre.js. Sets up an asynchronous test.
97016         (openPicker): Opens the picker for the given input and calls the callback when the picker did open.
97017         (popupOpenCallbackWrapper):
97018         (sendKey):
97019         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
97020         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
97021         * platform/chromium/TestExpectations: Marked all tests as not flaky. Marked all pixel tests as need rebaseline.
97022         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.txt:
97023         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.txt:
97024         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html:
97025         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance.html:
97026         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
97027         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html:
97028         * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html:
97029         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step-expected.txt:
97030         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html:
97031         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
97032         * platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.txt:
97033         * platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html:
97034         * platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.txt:
97035         * platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance.html:
97036         * platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.txt:
97037         * platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance.html:
97038         * platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.txt:
97039         * platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance.html:
97040         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html:
97041         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.txt:
97042         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.txt:
97043         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html:
97044         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.txt:
97045         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar.html:
97046         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance.html:
97047         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
97048         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html:
97049         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html:
97050         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html:
97051         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html:
97052         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute-expected.txt:
97053         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html:
97054         * platform/chromium/fast/forms/suggestion-picker/resources/suggestion-picker-common.js: Moved to resource directory like all other js files.
97055         (valueForEntry):
97056         (highlightedEntry):
97057         (entryValues):
97058         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.txt:
97059         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.txt:
97060         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl.html:
97061         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.txt:
97062         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar.html:
97063         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance.html:
97064         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations.html:
97065         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute.html:
97066         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html:
97067         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html:
97068
97069 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
97070
97071         Unreviewed, could've sworn this was in the previous patch ...
97072
97073         * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Removed.
97074         * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
97075
97076 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
97077
97078         Unreviewed. More chromium baseline cleanup after r132022.
97079
97080         * platform/chromium-mac-lion/editing/selection/iframe-expected.png: Added.
97081         * platform/chromium-mac-lion/editing/selection/move-by-line-001-expected.png: Added.
97082         * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.png: Removed.
97083         * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.txt: Removed.
97084         * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.png: Removed.
97085         * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.txt: Removed.
97086         * platform/chromium-mac/svg/custom/pattern-scaling-expected.txt: Removed.
97087         * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.png: Removed.
97088         * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.txt: Removed.
97089         * platform/chromium-win/svg/custom/pattern-scaling-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/custom/pattern-scaling-expected.png.
97090         * platform/chromium/svg/custom/pattern-scaling-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/custom/pattern-scaling-expected.txt.
97091
97092 2012-10-21  Shinya Kawanaka  <shinyak@chromium.org>
97093
97094         Web Inspector: Shadow DOM: Node removal doesn't reflect.
97095         https://bugs.webkit.org/show_bug.cgi?id=99567
97096
97097         Reviewed by Pavel Feldman.
97098
97099         * inspector/elements/update-shadowdom-expected.txt: Added.
97100         * inspector/elements/update-shadowdom.html: Added.
97101         * platform/mac/TestExpectations:
97102
97103 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
97104
97105         Unreviewed, more Chromium ML baselining minor cleanups.
97106
97107         * 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.
97108         * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
97109         * platform/chromium-mac/editing/selection/iframe-expected.png:
97110         * platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
97111         * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
97112         * platform/chromium/TestExpectations:
97113
97114 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
97115
97116         Unreviewed, rebaseline remaining Chromium ML editing tests.
97117
97118         (long list of new baselines omitted).
97119
97120 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
97121
97122         Unreviewed, new Chromium ML expectations for editing/inserting and editing/pasteboard.
97123
97124         (long list of new baselines omitted).
97125
97126 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
97127
97128         Unreviewed, new Chromium ML baselines for editing/deleting, editing/execCommand, and editing/selection
97129
97130         (long list of new baselines omitted).
97131
97132 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
97133
97134         Unreviewed, new Chromium ML baselines for platform/chromium/virtual/gpu/fast/hidpi.
97135
97136         * 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.
97137         * 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.
97138         * 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.
97139         * 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.
97140         * 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.
97141         * 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.
97142         * 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.
97143         * 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.
97144         * 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.
97145         * 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.
97146         * 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.
97147         * 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.
97148         * 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.
97149         * 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.
97150         * 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.
97151         * 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.
97152         * 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.
97153         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png:
97154         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
97155         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
97156         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png:
97157         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png:
97158         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png:
97159         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
97160         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
97161         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png:
97162         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png:
97163         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png:
97164         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png:
97165         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-4-expected.png:
97166         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-5-expected.png:
97167         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-6-expected.png:
97168         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-7-expected.png:
97169         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
97170         * platform/chromium/TestExpectations:
97171
97172 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
97173
97174         Unreviewed, add Chromium ML baselines for fast/hidpi.
97175
97176         * 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.
97177         * 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.
97178         * 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.
97179         * 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.
97180         * 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.
97181         * 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.
97182         * 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.
97183         * 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.
97184         * 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.
97185         * 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.
97186         * 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.
97187         * platform/chromium-mac-lion/fast/hidpi/image-set-simple-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-simple-expected.png.
97188         * 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.
97189         * platform/chromium-mac-lion/fast/hidpi/resize-corner-hidpi-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/resize-corner-hidpi-expected.png.
97190         * 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.
97191         * platform/chromium-mac-mountainlion/TestExpectations:
97192         * platform/chromium-mac/fast/hidpi/clip-text-in-hidpi-expected.png:
97193         * platform/chromium-mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
97194         * platform/chromium-mac/fast/hidpi/image-set-as-background-expected.png:
97195         * platform/chromium-mac/fast/hidpi/image-set-background-dynamic-expected.png:
97196         * platform/chromium-mac/fast/hidpi/image-set-background-repeat-expected.png:
97197         * platform/chromium-mac/fast/hidpi/image-set-background-repeat-without-size-expected.png:
97198         * platform/chromium-mac/fast/hidpi/image-set-border-image-comparison-expected.png:
97199         * platform/chromium-mac/fast/hidpi/image-set-border-image-dynamic-expected.png:
97200         * platform/chromium-mac/fast/hidpi/image-set-border-image-simple-expected.png:
97201         * platform/chromium-mac/fast/hidpi/image-set-in-content-dynamic-expected.png:
97202         * platform/chromium-mac/fast/hidpi/image-set-out-of-order-expected.png:
97203         * platform/chromium-mac/fast/hidpi/image-set-simple-expected.png:
97204         * platform/chromium-mac/fast/hidpi/image-set-without-specified-width-expected.png:
97205         * platform/chromium-mac/fast/hidpi/resize-corner-hidpi-expected.png:
97206         * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.png:
97207         * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
97208
97209 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
97210
97211         Unreviewed, re-adjust Chromium Mac expectations.
97212
97213         * platform/chromium/TestExpectations:
97214
97215 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
97216
97217         Unreviewed, new Chromium ML baselines for fast/canvas.
97218
97219         * fast/canvas/canvas-incremental-repaint-expected.png: Renamed from LayoutTests/platform/efl/fast/canvas/canvas-incremental-repaint-expected.png.
97220         * fast/canvas/canvas-size-change-after-layout-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/canvas-size-change-after-layout-expected.png.
97221         * fast/canvas/canvasDrawingIntoSelf-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/canvasDrawingIntoSelf-expected.png.
97222         * fast/canvas/drawImage-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/drawImage-expected.png.
97223         * fast/canvas/shadow-offset-1-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/shadow-offset-1-expected.png.
97224         * fast/canvas/shadow-offset-2-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/shadow-offset-2-expected.png.
97225         * fast/canvas/shadow-offset-3-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/shadow-offset-3-expected.png.
97226         * platform/chromium-mac-lion/fast/canvas/arc360-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/arc360-expected.png.
97227         * platform/chromium-mac-lion/fast/canvas/canvas-before-css-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-before-css-expected.png.
97228         * platform/chromium-mac-lion/fast/canvas/canvas-bg-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-bg-expected.png.
97229         * platform/chromium-mac-lion/fast/canvas/canvas-composite-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-composite-expected.png.
97230         * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png.
97231         * platform/chromium-mac-lion/fast/canvas/canvas-resize-reset-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-resize-reset-expected.png.
97232         * 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.
97233         * platform/chromium-mac-lion/fast/canvas/canvas-text-alignment-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-text-alignment-expected.png.
97234         * platform/chromium-mac-lion/fast/canvas/canvas-text-baseline-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-text-baseline-expected.png.
97235         * 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.
97236         * platform/chromium-mac-lion/fast/canvas/canvas-zoom-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-zoom-expected.png.
97237         * platform/chromium-mac-lion/fast/canvas/canvasDrawingIntoSelf-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvasDrawingIntoSelf-expected.png.
97238         * platform/chromium-mac-lion/fast/canvas/check-stale-putImageData-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/check-stale-putImageData-expected.png.
97239         * platform/chromium-mac-lion/fast/canvas/drawImage-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/drawImage-expected.png.
97240         * platform/chromium-mac-lion/fast/canvas/drawImage-with-globalAlpha-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/drawImage-with-globalAlpha-expected.png.
97241         * 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.
97242         * 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.
97243         * platform/chromium-mac-lion/fast/canvas/fillrect_gradient-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/fillrect_gradient-expected.png.
97244         * 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.
97245         * platform/chromium-mac-lion/fast/canvas/image-pattern-rotate-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/image-pattern-rotate-expected.png.
97246         * platform/chromium-mac-lion/fast/canvas/patternfill-repeat-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/patternfill-repeat-expected.png.
97247         * platform/chromium-mac-lion/fast/canvas/quadraticCurveTo-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/quadraticCurveTo-expected.png.
97248         * platform/chromium-mac-lion/fast/canvas/setWidthResetAfterForcedRender-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/setWidthResetAfterForcedRender-expected.png.
97249         * platform/chromium-mac-lion/fast/canvas/shadow-offset-1-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-1-expected.png.
97250         * platform/chromium-mac-lion/fast/canvas/shadow-offset-2-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-2-expected.png.
97251         * platform/chromium-mac-lion/fast/canvas/shadow-offset-3-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-3-expected.png.
97252         * platform/chromium-mac-lion/fast/canvas/shadow-offset-4-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-4-expected.png.
97253         * platform/chromium-mac-lion/fast/canvas/shadow-offset-5-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-5-expected.png.
97254         * platform/chromium-mac-lion/fast/canvas/shadow-offset-6-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-6-expected.png.
97255         * platform/chromium-mac-lion/fast/canvas/shadow-offset-7-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-7-expected.png.
97256         * platform/chromium-mac-lion/fast/canvas/toDataURL-alpha-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/toDataURL-alpha-expected.png.
97257         * 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.
97258         * platform/chromium-mac-mountainlion/TestExpectations:
97259         * platform/chromium-mac/fast/canvas/arc360-expected.png:
97260         * platform/chromium-mac/fast/canvas/canvas-before-css-expected.png:
97261         * platform/chromium-mac/fast/canvas/canvas-bg-expected.png:
97262         * platform/chromium-mac/fast/canvas/canvas-composite-expected.png:
97263         * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
97264         * platform/chromium-mac/fast/canvas/canvas-resize-reset-expected.png:
97265         * platform/chromium-mac/fast/canvas/canvas-size-change-after-layout-expected.png:
97266         * platform/chromium-mac/fast/canvas/canvas-text-alignment-expected.png:
97267         * platform/chromium-mac/fast/canvas/canvas-text-baseline-expected.png:
97268         * platform/chromium-mac/fast/canvas/canvas-transforms-during-path-expected.png:
97269         * platform/chromium-mac/fast/canvas/canvas-zoom-expected.png:
97270         * platform/chromium-mac/fast/canvas/canvasDrawingIntoSelf-expected.png:
97271         * platform/chromium-mac/fast/canvas/check-stale-putImageData-expected.png:
97272         * platform/chromium-mac/fast/canvas/drawImage-expected.png:
97273         * platform/chromium-mac/fast/canvas/drawImage-with-globalAlpha-expected.png:
97274         * platform/chromium-mac/fast/canvas/fill-stroke-clip-reset-path-expected.png:
97275         * platform/chromium-mac/fast/canvas/fillrect-gradient-zero-stops-expected.png:
97276         * platform/chromium-mac/fast/canvas/fillrect_gradient-expected.png:
97277         * platform/chromium-mac/fast/canvas/image-object-in-canvas-expected.png:
97278         * platform/chromium-mac/fast/canvas/image-pattern-rotate-expected.png:
97279         * platform/chromium-mac/fast/canvas/patternfill-repeat-expected.png:
97280         * platform/chromium-mac/fast/canvas/quadraticCurveTo-expected.png:
97281         * platform/chromium-mac/fast/canvas/setWidthResetAfterForcedRender-expected.png:
97282         * platform/chromium-mac/fast/canvas/shadow-offset-1-expected.png:
97283         * platform/chromium-mac/fast/canvas/shadow-offset-2-expected.png:
97284         * platform/chromium-mac/fast/canvas/shadow-offset-3-expected.png:
97285         * platform/chromium-mac/fast/canvas/shadow-offset-4-expected.png:
97286         * platform/chromium-mac/fast/canvas/shadow-offset-5-expected.png:
97287         * platform/chromium-mac/fast/canvas/shadow-offset-6-expected.png:
97288         * platform/chromium-mac/fast/canvas/shadow-offset-7-expected.png:
97289         * platform/chromium-mac/fast/canvas/toDataURL-alpha-expected.png:
97290         * platform/chromium-mac/fast/canvas/zero-size-fill-rect-expected.png:
97291         * platform/chromium/TestExpectations:
97292         * platform/gtk/fast/canvas/canvas-incremental-repaint-expected.png: Removed.
97293
97294 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
97295
97296         Unreviewed, expectations update for Chromium.
97297
97298         * platform/chromium-mac-mountainlion/TestExpectations:
97299         * platform/chromium/TestExpectations:
97300
97301 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
97302
97303         Unreviewed, update Chromium ML baselines for LayoutTests/css1 and optimize.
97304
97305         * css1/formatting_model/floating_elements-expected.png: Renamed from LayoutTests/platform/efl/css1/formatting_model/floating_elements-expected.png.
97306         * platform/chromium-linux-x86/css1/basic/class_as_selector-expected.png: Removed.
97307         * platform/chromium-linux-x86/css1/basic/id_as_selector-expected.png: Removed.
97308         * platform/chromium-linux-x86/css1/box_properties/border_bottom-expected.png: Removed.
97309         * platform/chromium-linux-x86/css1/box_properties/margin_left-expected.png: Removed.
97310         * platform/chromium-linux-x86/css1/box_properties/padding_right-expected.png: Removed.
97311         * platform/chromium-linux-x86/css1/pseudo/anchor-expected.png: Removed.
97312         * platform/chromium-mac-lion/css1/basic/class_as_selector-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/class_as_selector-expected.png.
97313         * platform/chromium-mac-lion/css1/basic/comments-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/comments-expected.png.
97314         * platform/chromium-mac-lion/css1/basic/containment-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/containment-expected.png.
97315         * platform/chromium-mac-lion/css1/basic/contextual_selectors-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/contextual_selectors-expected.png.
97316         * platform/chromium-mac-lion/css1/basic/grouping-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/grouping-expected.png.
97317         * platform/chromium-mac-lion/css1/basic/id_as_selector-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/id_as_selector-expected.png.
97318         * platform/chromium-mac-lion/css1/basic/inheritance-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/inheritance-expected.png.
97319         * platform/chromium-mac-lion/css1/box_properties/acid_test-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/acid_test-expected.png.
97320         * platform/chromium-mac-lion/css1/box_properties/border-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border-expected.png.
97321         * platform/chromium-mac-lion/css1/box_properties/border_bottom-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_bottom-expected.png.
97322         * 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.
97323         * 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.
97324         * 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.
97325         * platform/chromium-mac-lion/css1/box_properties/border_color-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_color-expected.png.
97326         * 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.
97327         * platform/chromium-mac-lion/css1/box_properties/border_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_inline-expected.png.
97328         * platform/chromium-mac-lion/css1/box_properties/border_left-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_left-expected.png.
97329         * 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.
97330         * 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.
97331         * 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.
97332         * platform/chromium-mac-lion/css1/box_properties/border_right-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_right-expected.png.
97333         * 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.
97334         * 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.
97335         * 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.
97336         * platform/chromium-mac-lion/css1/box_properties/border_style-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_style-expected.png.
97337         * 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.
97338         * platform/chromium-mac-lion/css1/box_properties/border_top-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_top-expected.png.
97339         * 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.
97340         * 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.
97341         * 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.
97342         * platform/chromium-mac-lion/css1/box_properties/border_width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_width-expected.png.
97343         * 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.
97344         * platform/chromium-mac-lion/css1/box_properties/clear-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/clear-expected.png.
97345         * platform/chromium-mac-lion/css1/box_properties/clear_float-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/clear_float-expected.png.
97346         * platform/chromium-mac-lion/css1/box_properties/float-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/float-expected.png.
97347         * 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.
97348         * platform/chromium-mac-lion/css1/box_properties/float_margin-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/float_margin-expected.png.
97349         * 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.
97350         * platform/chromium-mac-lion/css1/box_properties/height-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/height-expected.png.
97351         * platform/chromium-mac-lion/css1/box_properties/margin-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin-expected.png.
97352         * platform/chromium-mac-lion/css1/box_properties/margin_bottom-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_bottom-expected.png.
97353         * 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.
97354         * platform/chromium-mac-lion/css1/box_properties/margin_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_inline-expected.png.
97355         * platform/chromium-mac-lion/css1/box_properties/margin_left-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_left-expected.png.
97356         * 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.
97357         * platform/chromium-mac-lion/css1/box_properties/margin_right-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_right-expected.png.
97358         * 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.
97359         * platform/chromium-mac-lion/css1/box_properties/margin_top-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_top-expected.png.
97360         * 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.
97361         * platform/chromium-mac-lion/css1/box_properties/padding-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding-expected.png.
97362         * platform/chromium-mac-lion/css1/box_properties/padding_bottom-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_bottom-expected.png.
97363         * 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.
97364         * platform/chromium-mac-lion/css1/box_properties/padding_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_inline-expected.png.
97365         * platform/chromium-mac-lion/css1/box_properties/padding_left-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_left-expected.png.
97366         * 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.
97367         * platform/chromium-mac-lion/css1/box_properties/padding_right-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_right-expected.png.
97368         * 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.
97369         * platform/chromium-mac-lion/css1/box_properties/padding_top-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_top-expected.png.
97370         * 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.
97371         * platform/chromium-mac-lion/css1/box_properties/width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/width-expected.png.
97372         * platform/chromium-mac-lion/css1/cascade/cascade_order-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/cascade/cascade_order-expected.png.
97373         * platform/chromium-mac-lion/css1/cascade/important-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/cascade/important-expected.png.
97374         * platform/chromium-mac-lion/css1/classification/display-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/display-expected.png.
97375         * platform/chromium-mac-lion/css1/classification/list_style-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style-expected.png.
97376         * platform/chromium-mac-lion/css1/classification/list_style_image-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style_image-expected.png.
97377         * platform/chromium-mac-lion/css1/classification/list_style_position-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style_position-expected.png.
97378         * platform/chromium-mac-lion/css1/classification/list_style_type-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style_type-expected.png.
97379         * platform/chromium-mac-lion/css1/classification/white_space-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/white_space-expected.png.
97380         * platform/chromium-mac-lion/css1/color_and_background/background-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/background-expected.png.
97381         * 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.
97382         * 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.
97383         * 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.
97384         * 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.
97385         * 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.
97386         * platform/chromium-mac-lion/css1/color_and_background/color-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/color-expected.png.
97387         * platform/chromium-mac-lion/css1/conformance/forward_compatible_parsing-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/conformance/forward_compatible_parsing-expected.png.
97388         * platform/chromium-mac-lion/css1/font_properties/font-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font-expected.png.
97389         * platform/chromium-mac-lion/css1/font_properties/font_family-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_family-expected.png.
97390         * platform/chromium-mac-lion/css1/font_properties/font_size-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_size-expected.png.
97391         * platform/chromium-mac-lion/css1/font_properties/font_style-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_style-expected.png.
97392         * platform/chromium-mac-lion/css1/font_properties/font_variant-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_variant-expected.png.
97393         * platform/chromium-mac-lion/css1/font_properties/font_weight-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_weight-expected.png.
97394         * platform/chromium-mac-lion/css1/formatting_model/canvas-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/canvas-expected.png.
97395         * platform/chromium-mac-lion/css1/formatting_model/floating_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/floating_elements-expected.png.
97396         * 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.
97397         * platform/chromium-mac-lion/css1/formatting_model/horizontal_formatting-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.png.
97398         * platform/chromium-mac-lion/css1/formatting_model/inline_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/inline_elements-expected.png.
97399         * platform/chromium-mac-lion/css1/formatting_model/replaced_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/replaced_elements-expected.png.
97400         * platform/chromium-mac-lion/css1/formatting_model/vertical_formatting-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.png.
97401         * platform/chromium-mac-lion/css1/pseudo/anchor-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/anchor-expected.png.
97402         * platform/chromium-mac-lion/css1/pseudo/firstletter-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/firstletter-expected.png.
97403         * platform/chromium-mac-lion/css1/pseudo/firstline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/firstline-expected.png.
97404         * platform/chromium-mac-lion/css1/pseudo/multiple_pseudo_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/multiple_pseudo_elements-expected.png.
97405         * 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.
97406         * platform/chromium-mac-lion/css1/text_properties/letter_spacing-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/letter_spacing-expected.png.
97407         * platform/chromium-mac-lion/css1/text_properties/line_height-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/line_height-expected.png.
97408         * platform/chromium-mac-lion/css1/text_properties/text_align-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_align-expected.png.
97409         * platform/chromium-mac-lion/css1/text_properties/text_decoration-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_decoration-expected.png.
97410         * platform/chromium-mac-lion/css1/text_properties/text_indent-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_indent-expected.png.
97411         * platform/chromium-mac-lion/css1/text_properties/text_transform-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_transform-expected.png.
97412         * platform/chromium-mac-lion/css1/text_properties/vertical_align-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/vertical_align-expected.png.
97413         * platform/chromium-mac-lion/css1/text_properties/word_spacing-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/word_spacing-expected.png.
97414         * platform/chromium-mac-lion/css1/units/color_units-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/color_units-expected.png.
97415         * platform/chromium-mac-lion/css1/units/length_units-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/length_units-expected.png.
97416         * platform/chromium-mac-lion/css1/units/percentage_units-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/percentage_units-expected.png.
97417         * platform/chromium-mac-lion/css1/units/urls-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/urls-expected.png.
97418         * platform/chromium-mac-mountainlion/TestExpectations:
97419         * platform/chromium-mac/css1/basic/class_as_selector-expected.png:
97420         * platform/chromium-mac/css1/basic/comments-expected.png:
97421         * platform/chromium-mac/css1/basic/containment-expected.png:
97422         * platform/chromium-mac/css1/basic/contextual_selectors-expected.png:
97423         * platform/chromium-mac/css1/basic/grouping-expected.png:
97424         * platform/chromium-mac/css1/basic/id_as_selector-expected.png:
97425         * platform/chromium-mac/css1/basic/inheritance-expected.png:
97426         * platform/chromium-mac/css1/box_properties/acid_test-expected.png:
97427         * platform/chromium-mac/css1/box_properties/border-expected.png:
97428         * platform/chromium-mac/css1/box_properties/border_bottom-expected.png:
97429         * platform/chromium-mac/css1/box_properties/border_bottom_inline-expected.png:
97430         * platform/chromium-mac/css1/box_properties/border_bottom_width-expected.png:
97431         * platform/chromium-mac/css1/box_properties/border_bottom_width_inline-expected.png:
97432         * platform/chromium-mac/css1/box_properties/border_color-expected.png:
97433         * platform/chromium-mac/css1/box_properties/border_color_inline-expected.png:
97434         * platform/chromium-mac/css1/box_properties/border_inline-expected.png:
97435         * platform/chromium-mac/css1/box_properties/border_left-expected.png:
97436         * platform/chromium-mac/css1/box_properties/border_left_inline-expected.png:
97437         * platform/chromium-mac/css1/box_properties/border_left_width-expected.png:
97438         * platform/chromium-mac/css1/box_properties/border_left_width_inline-expected.png:
97439         * platform/chromium-mac/css1/box_properties/border_right-expected.png:
97440         * platform/chromium-mac/css1/box_properties/border_right_inline-expected.png:
97441         * platform/chromium-mac/css1/box_properties/border_right_width-expected.png:
97442         * platform/chromium-mac/css1/box_properties/border_right_width_inline-expected.png:
97443         * platform/chromium-mac/css1/box_properties/border_style-expected.png:
97444         * platform/chromium-mac/css1/box_properties/border_style_inline-expected.png:
97445         * platform/chromium-mac/css1/box_properties/border_top-expected.png:
97446         * platform/chromium-mac/css1/box_properties/border_top_inline-expected.png:
97447         * platform/chromium-mac/css1/box_properties/border_top_width-expected.png:
97448         * platform/chromium-mac/css1/box_properties/border_top_width_inline-expected.png:
97449         * platform/chromium-mac/css1/box_properties/border_width-expected.png:
97450         * platform/chromium-mac/css1/box_properties/border_width_inline-expected.png:
97451         * platform/chromium-mac/css1/box_properties/clear-expected.png:
97452         * platform/chromium-mac/css1/box_properties/clear_float-expected.png:
97453         * platform/chromium-mac/css1/box_properties/float-expected.png:
97454         * platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.png:
97455         * platform/chromium-mac/css1/box_properties/float_margin-expected.png:
97456         * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png:
97457         * platform/chromium-mac/css1/box_properties/height-expected.png:
97458         * platform/chromium-mac/css1/box_properties/margin-expected.png:
97459         * platform/chromium-mac/css1/box_properties/margin_bottom-expected.png:
97460         * platform/chromium-mac/css1/box_properties/margin_bottom_inline-expected.png:
97461         * platform/chromium-mac/css1/box_properties/margin_inline-expected.png:
97462         * platform/chromium-mac/css1/box_properties/margin_left-expected.png:
97463         * platform/chromium-mac/css1/box_properties/margin_left_inline-expected.png:
97464         * platform/chromium-mac/css1/box_properties/margin_right-expected.png:
97465         * platform/chromium-mac/css1/box_properties/margin_right_inline-expected.png:
97466         * platform/chromium-mac/css1/box_properties/margin_top-expected.png:
97467         * platform/chromium-mac/css1/box_properties/margin_top_inline-expected.png:
97468         * platform/chromium-mac/css1/box_properties/padding-expected.png:
97469         * platform/chromium-mac/css1/box_properties/padding_bottom-expected.png:
97470         * platform/chromium-mac/css1/box_properties/padding_bottom_inline-expected.png:
97471         * platform/chromium-mac/css1/box_properties/padding_inline-expected.png:
97472         * platform/chromium-mac/css1/box_properties/padding_left-expected.png:
97473         * platform/chromium-mac/css1/box_properties/padding_left_inline-expected.png:
97474         * platform/chromium-mac/css1/box_properties/padding_right-expected.png:
97475         * platform/chromium-mac/css1/box_properties/padding_right_inline-expected.png:
97476         * platform/chromium-mac/css1/box_properties/padding_top-expected.png:
97477         * platform/chromium-mac/css1/box_properties/padding_top_inline-expected.png:
97478         * platform/chromium-mac/css1/box_properties/width-expected.png:
97479         * platform/chromium-mac/css1/cascade/cascade_order-expected.png:
97480         * platform/chromium-mac/css1/cascade/important-expected.png:
97481         * platform/chromium-mac/css1/classification/display-expected.png:
97482         * platform/chromium-mac/css1/classification/list_style-expected.png:
97483         * platform/chromium-mac/css1/classification/list_style_image-expected.png:
97484         * platform/chromium-mac/css1/classification/list_style_position-expected.png:
97485         * platform/chromium-mac/css1/classification/list_style_type-expected.png:
97486         * platform/chromium-mac/css1/classification/white_space-expected.png:
97487         * platform/chromium-mac/css1/color_and_background/background-expected.png:
97488         * platform/chromium-mac/css1/color_and_background/background_attachment-expected.png:
97489         * platform/chromium-mac/css1/color_and_background/background_color-expected.png:
97490         * platform/chromium-mac/css1/color_and_background/background_image-expected.png:
97491         * platform/chromium-mac/css1/color_and_background/background_position-expected.png:
97492         * platform/chromium-mac/css1/color_and_background/background_repeat-expected.png:
97493         * platform/chromium-mac/css1/color_and_background/color-expected.png:
97494         * platform/chromium-mac/css1/conformance/forward_compatible_parsing-expected.png:
97495         * platform/chromium-mac/css1/font_properties/font-expected.png:
97496         * platform/chromium-mac/css1/font_properties/font_family-expected.png:
97497         * platform/chromium-mac/css1/font_properties/font_size-expected.png:
97498         * platform/chromium-mac/css1/font_properties/font_style-expected.png:
97499         * platform/chromium-mac/css1/font_properties/font_variant-expected.png:
97500         * platform/chromium-mac/css1/font_properties/font_weight-expected.png:
97501         * platform/chromium-mac/css1/formatting_model/canvas-expected.png:
97502         * platform/chromium-mac/css1/formatting_model/floating_elements-expected.png:
97503         * platform/chromium-mac/css1/formatting_model/height_of_lines-expected.png:
97504         * platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.png:
97505         * platform/chromium-mac/css1/formatting_model/inline_elements-expected.png:
97506         * platform/chromium-mac/css1/formatting_model/replaced_elements-expected.png:
97507         * platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.png:
97508         * platform/chromium-mac/css1/pseudo/anchor-expected.png:
97509         * platform/chromium-mac/css1/pseudo/firstletter-expected.png:
97510         * platform/chromium-mac/css1/pseudo/firstline-expected.png:
97511         * platform/chromium-mac/css1/pseudo/multiple_pseudo_elements-expected.png:
97512         * platform/chromium-mac/css1/pseudo/pseudo_elements_in_selectors-expected.png:
97513         * platform/chromium-mac/css1/text_properties/letter_spacing-expected.png:
97514         * platform/chromium-mac/css1/text_properties/line_height-expected.png:
97515         * platform/chromium-mac/css1/text_properties/text_align-expected.png:
97516         * platform/chromium-mac/css1/text_properties/text_decoration-expected.png:
97517         * platform/chromium-mac/css1/text_properties/text_indent-expected.png:
97518         * platform/chromium-mac/css1/text_properties/text_transform-expected.png:
97519         * platform/chromium-mac/css1/text_properties/vertical_align-expected.png:
97520         * platform/chromium-mac/css1/text_properties/word_spacing-expected.png:
97521         * platform/chromium-mac/css1/units/color_units-expected.png:
97522         * platform/chromium-mac/css1/units/length_units-expected.png:
97523         * platform/chromium-mac/css1/units/percentage_units-expected.png:
97524         * platform/chromium-mac/css1/units/urls-expected.png:
97525         * platform/chromium-win-xp/css1/basic/class_as_selector-expected.png: Removed.
97526         * platform/chromium-win-xp/css1/basic/containment-expected.png: Removed.
97527         * platform/chromium-win-xp/css1/basic/id_as_selector-expected.png: Removed.
97528         * platform/chromium-win-xp/css1/box_properties/border_bottom-expected.png: Removed.
97529         * platform/chromium-win-xp/css1/box_properties/border_left-expected.png: Removed.
97530         * platform/chromium-win-xp/css1/box_properties/border_right_inline-expected.png: Removed.
97531         * platform/chromium-win-xp/css1/box_properties/border_top-expected.png: Removed.
97532         * platform/chromium-win-xp/css1/box_properties/clear_float-expected.png: Removed.
97533         * platform/chromium-win-xp/css1/box_properties/margin_left-expected.png: Removed.
97534         * platform/chromium-win-xp/css1/box_properties/margin_right-expected.png: Removed.
97535         * platform/chromium-win-xp/css1/box_properties/padding_left-expected.png: Removed.
97536         * platform/chromium-win-xp/css1/box_properties/padding_right-expected.png: Removed.
97537         * platform/chromium-win-xp/css1/cascade/cascade_order-expected.png: Removed.
97538         * platform/chromium-win-xp/css1/classification/list_style_type-expected.png: Removed.
97539         * platform/chromium-win-xp/css1/formatting_model/floating_elements-expected.png: Removed.
97540         * platform/chromium-win-xp/css1/pseudo/anchor-expected.png: Removed.
97541         * platform/gtk/css1/formatting_model/floating_elements-expected.png: Removed.
97542
97543 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
97544
97545         Unreviewed, chromium expectations update to remove passing tests.
97546
97547
97548         * platform/chromium-mac-mountainlion/TestExpectations:
97549         * platform/chromium/TestExpectations:
97550
97551 2012-10-08  Robert Hogan  <robert@webkit.org>
97552
97553         In some float situations, the original layout is wrong and only corrects itself on repaint
97554         https://bugs.webkit.org/show_bug.cgi?id=18939
97555
97556         Reviewed by Levi Weintraub.
97557
97558         * fast/block/br-with-clearance-after-collapsing-space-expected.html: Added.
97559         * fast/block/br-with-clearance-after-collapsing-space.html: Added.
97560
97561 2012-10-08  Robert Hogan  <robert@webkit.org>
97562
97563         floated element with negative margin causes text wrap bug
97564         https://bugs.webkit.org/show_bug.cgi?id=94825
97565
97566         Reviewed by Levi Weintraub.
97567
97568         * fast/block/float/float-on-line-obeys-container-padding.html: Added.
97569         * fast/block/float/float-on-line-obeys-container-padding-expected.html: Added.
97570
97571 2012-10-20  Dan Bernstein  <mitz@apple.com>
97572
97573         <rdar://problem/12512710> [mac] Text with zero font size renders as 12px sometimes
97574         https://bugs.webkit.org/show_bug.cgi?id=99918
97575
97576         Reviewed by Geoff Garen.
97577
97578         * fast/text/zero-font-size-2-expected.html: Added.
97579         * fast/text/zero-font-size-2.html: Added.
97580
97581 2012-10-20  Florin Malita  <fmalita@chromium.org>
97582
97583         [Chromium] Unreviewed rebaselines after http://trac.webkit.org/changeset/131974, take two.
97584
97585         * 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.
97586         * 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.
97587         * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.txt: Added.
97588         * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.txt: Added.
97589         * platform/chromium-mac/svg/custom/pattern-scaling-expected.txt: Added.
97590         * platform/chromium-win-xp/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Removed.
97591         * 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.
97592         * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.png: Removed.
97593         * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.txt: Added.
97594         * platform/chromium-win-xp/svg/custom/pattern-with-transformation-expected.png: Removed.
97595         * platform/chromium-win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
97596         * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
97597         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
97598         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
97599         * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
97600         * platform/chromium-win/svg/custom/pattern-with-transformation-expected.png:
97601         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
97602         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
97603
97604 2012-10-20  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
97605
97606         [EFL] Add missing expectations for some tests in svg/custom.
97607
97608         * platform/efl/svg/custom/js-late-pattern-creation-expected.png: Added.
97609         * platform/efl/svg/custom/js-late-pattern-creation-expected.txt: Added.
97610         * platform/efl/svg/custom/pattern-skew-transformed-expected.png: Added.
97611         * platform/efl/svg/custom/pattern-with-transformation-expected.png: Added.
97612         * platform/efl/svg/custom/pattern-with-transformation-expected.txt: Added.
97613
97614 2012-10-20  Florin Malita  <fmalita@chromium.org>
97615
97616         Unreviewed rebaseline after http://trac.webkit.org/changeset/131974.
97617
97618         * platform/chromium-linux-x86/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
97619         * platform/chromium-linux-x86/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
97620         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
97621         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
97622         * platform/chromium-mac-lion/svg/custom/js-late-pattern-creation-expected.png: Added.
97623         * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.png: Added.
97624         * platform/chromium-mac-lion/svg/custom/pattern-with-transformation-expected.png: Added.
97625         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
97626         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
97627         * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.png: Added.
97628         * platform/chromium-mac-snowleopard/svg/custom/pattern-with-transformation-expected.png:
97629         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
97630         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
97631         * platform/chromium-mac/svg/custom/pattern-scaling-expected.png: Added.
97632         * platform/chromium-mac/svg/custom/pattern-skew-transformed-expected.png:
97633         * platform/chromium-win-xp/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
97634         * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.png: Added.
97635         * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.png: Added.
97636         * platform/chromium-win-xp/svg/custom/pattern-with-transformation-expected.png: Added.
97637         * platform/chromium-win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
97638         * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
97639         * platform/chromium/TestExpectations:
97640
97641 2012-10-20  Mike West  <mkwst@chromium.org>
97642
97643         Cleanup: Move stacktrace tests to a subdirectory.
97644         https://bugs.webkit.org/show_bug.cgi?id=99857
97645
97646         Reviewed by Pavel Feldman.
97647
97648         I plan on adding more than a few tests checking that stacktraces are
97649         associated with console logs. This patch simply moves the four existing
97650         tests into a subdirectory so that I don't spam http/tests/inspector with
97651         stacktrace tests.
97652
97653         * 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.
97654         * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-injected-content-warning-contains-stacktrace.html.
97655         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/http/tests/inspector/csp-inline-warning-contains-stacktrace-expected.txt.
97656         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-inline-warning-contains-stacktrace.html.
97657         * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/http/tests/inspector/csp-setInterval-warning-contains-stacktrace-expected.txt.
97658         * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-setInterval-warning-contains-stacktrace.html.
97659         * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/http/tests/inspector/csp-setTimeout-warning-contains-stacktrace-expected.txt.
97660         * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-setTimeout-warning-contains-stacktrace.html.
97661         * http/tests/inspector/stacktraces/resources/csp-inline-test.js: Renamed from LayoutTests/http/tests/inspector/resources/csp-inline-test.js.
97662         (thisTest):
97663         * http/tests/inspector/stacktraces/resources/stacktrace-test.js: Renamed from LayoutTests/http/tests/inspector/resources/csp-test.js.
97664         (test.addMessage):
97665         (test):
97666         * 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.
97667         * 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.
97668         * 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.
97669         * 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.
97670
97671 2012-10-20  Byungwoo Lee  <bw80.lee@samsung.com>
97672
97673         [EFL] Unskip the tests about regressions after r130699.
97674         https://bugs.webkit.org/show_bug.cgi?id=99910
97675
97676         Unreviewed EFL gardening.
97677
97678         Unskip the test cases about regressions after r130699
97679         fast/css/import-style-update.html
97680         fast/events/attribute-listener-cloned-from-frameless-doc-context-2.html
97681         fast/events/attribute-listener-cloned-from-frameless-doc-context.html
97682         fast/events/attribute-listener-extracted-from-frameless-doc-context-2.html
97683         fast/events/attribute-listener-extracted-from-frameless-doc-context.html
97684         fast/html/link-rel-stylesheet.html
97685         fast/loader/data-url-encoding-html.html
97686         fast/loader/data-url-encoding-svg.html
97687         fast/spatial-navigation/snav-iframe-nested.html
97688
97689         It seems to be passing consistently now.
97690
97691         * platform/efl/TestExpectations:
97692
97693 2012-10-19  Florin Malita  <fmalita@chromium.org>
97694
97695         Incorrect pattern scaling
97696         https://bugs.webkit.org/show_bug.cgi?id=99870
97697
97698         Reviewed by Dirk Schulze.
97699
97700         * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
97701         * platform/chromium-linux/svg/custom/pattern-scaling-expected.png: Added.
97702         * platform/chromium-linux/svg/custom/pattern-scaling-expected.txt: Added.
97703         * platform/chromium-linux/svg/custom/pattern-with-transformation-expected.png:
97704         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
97705         * platform/chromium-win/svg/custom/pattern-skew-transformed-expected.png:
97706         * platform/chromium/TestExpectations:
97707         * platform/efl/TestExpectations:
97708         * platform/gtk/TestExpectations:
97709         * platform/mac/TestExpectations:
97710         * platform/qt/TestExpectations:
97711         * svg/custom/pattern-scaling.svg: Added.
97712
97713 2012-10-19  Levi Weintraub  <leviw@chromium.org>
97714
97715         Unreviewed gardening. Marking platform/chromium/virtual/gpu/fast/canvas/webgl/array-bounds-clamping.html
97716         failing on Chromium.
97717
97718         * platform/chromium/TestExpectations:
97719
97720 2012-10-19  Pablo Flouret  <pablof@motorola.com>
97721
97722         Implement setRangeText() on text controls
97723         https://bugs.webkit.org/show_bug.cgi?id=91907
97724
97725         Reviewed by Kent Tamura.
97726
97727         * fast/forms/color/color-setrangetext-expected.txt: Added.
97728         * fast/forms/color/color-setrangetext.html: Added.
97729         * fast/forms/date/date-setrangetext-expected.txt: Added.
97730         * fast/forms/date/date-setrangetext.html: Added.
97731         * fast/forms/datetime/datetime-setrangetext-expected.txt: Added.
97732         * fast/forms/datetime/datetime-setrangetext.html: Added.
97733         * fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt: Added.
97734         * fast/forms/datetimelocal/datetimelocal-setrangetext.html: Added.
97735         * fast/forms/file/file-setrangetext-expected.txt: Added.
97736         * fast/forms/file/file-setrangetext.html: Added.
97737         * fast/forms/hidden/hidden-setrangetext-expected.txt: Added.
97738         * fast/forms/hidden/hidden-setrangetext.html: Added.
97739         * fast/forms/image/image-setrangetext-expected.txt: Added.
97740         * fast/forms/image/image-setrangetext.html: Added.
97741         * fast/forms/month/month-setrangetext-expected.txt: Added.
97742         * fast/forms/month/month-setrangetext.html: Added.
97743         * fast/forms/number/number-setrangetext-expected.txt: Added.
97744         * fast/forms/number/number-setrangetext.html: Added.
97745         * fast/forms/range/range-setrangetext-expected.txt: Added.
97746         * fast/forms/range/range-setrangetext.html: Added.
97747         * fast/forms/resources/common-setrangetext.js: Added.
97748         (runTestsShouldPass):
97749         (runTestsShouldFail):
97750         * fast/forms/search/search-setrangetext-expected.txt: Added.
97751         * fast/forms/search/search-setrangetext.html: Added.
97752         * fast/forms/setrangetext-expected.txt: Added.
97753         * fast/forms/setrangetext.html: Added.
97754         * fast/forms/textarea/textarea-setrangetext-expected.txt: Added.
97755         * fast/forms/textarea/textarea-setrangetext.html: Added.
97756         * fast/forms/time/time-setrangetext-expected.txt: Added.
97757         * fast/forms/time/time-setrangetext.html: Added.
97758         * fast/forms/week/week-setrangetext-expected.txt: Added.
97759         * fast/forms/week/week-setrangetext.html: Added.
97760
97761 2012-10-19  Joshua Bell  <jsbell@chromium.org>
97762
97763         IndexedDB: Hidden indexing events are visible to script via bubbling/capture
97764         https://bugs.webkit.org/show_bug.cgi?id=96566
97765
97766         Reviewed by Tony Chang.
97767
97768         Listen for unexpected events in both capture and bubble phases.
97769
97770         * storage/indexeddb/resources/index-population.js:
97771         (deleteSuccess):
97772         (doSetVersion1):
97773         (setVersion2):
97774
97775 2012-10-19  Simon Fraser  <simon.fraser@apple.com>
97776
97777         Fix a hang when combining tile cache layers with preserve-3d or reflections
97778         https://bugs.webkit.org/show_bug.cgi?id=99890
97779
97780         Reviewed by Dean Jackson.
97781
97782         Tests that combine tiled layers with preserve-3d and reflections.
97783
97784         * compositing/tiling/preserve3d-tiled-expected.txt: Added.
97785         * compositing/tiling/preserve3d-tiled.html: Added.
97786         * compositing/tiling/reflected-tiled-expected.txt: Added.
97787         * compositing/tiling/reflected-tiled.html: Added.
97788
97789 2012-10-19  Emil A Eklund  <eae@chromium.org>
97790
97791         Unreviewed gardening.
97792
97793         * platform/chromium-linux/platform/chromium/virtual/deferred: Added.
97794         * platform/chromium-linux/platform/chromium/virtual/deferred/fast: Added.
97795         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images: Added.
97796         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
97797         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
97798         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
97799         * platform/chromium/TestExpectations:
97800
97801 2012-10-19  Emil A Eklund  <eae@chromium.org>
97802
97803         Convert fast/innerHTML from pixel to ref tests
97804         https://bugs.webkit.org/show_bug.cgi?id=99875
97805
97806         Reviewed by Dirk Pranke.
97807
97808         * fast/innerHTML/001-expected.html: Added.
97809         * fast/innerHTML/002-expected.html: Added.
97810         * fast/innerHTML/003-expected.html: Added.
97811         * fast/innerHTML/006-expected.html: Added.
97812         * platform/chromium-linux/fast/innerHTML/001-expected.png: Removed.
97813         * platform/chromium-linux/fast/innerHTML/002-expected.png: Removed.
97814         * platform/chromium-linux/fast/innerHTML/003-expected.png: Removed.
97815         * platform/chromium-linux/fast/innerHTML/006-expected.png: Removed.
97816         * platform/chromium-mac-snowleopard/fast/innerHTML/001-expected.png: Removed.
97817         * platform/chromium-mac-snowleopard/fast/innerHTML/002-expected.png: Removed.
97818         * platform/chromium-mac-snowleopard/fast/innerHTML/003-expected.png: Removed.
97819         * platform/chromium-mac-snowleopard/fast/innerHTML/006-expected.png: Removed.
97820         * platform/chromium-mac/fast/innerHTML/001-expected.png: Removed.
97821         * platform/chromium-mac/fast/innerHTML/002-expected.png: Removed.
97822         * platform/chromium-mac/fast/innerHTML/003-expected.png: Removed.
97823         * platform/chromium-mac/fast/innerHTML/006-expected.png: Removed.
97824         * platform/chromium-win/fast/innerHTML/001-expected.png: Removed.
97825         * platform/chromium-win/fast/innerHTML/001-expected.txt: Removed.
97826         * platform/chromium-win/fast/innerHTML/002-expected.png: Removed.
97827         * platform/chromium-win/fast/innerHTML/002-expected.txt: Removed.
97828         * platform/chromium-win/fast/innerHTML/003-expected.png: Removed.
97829         * platform/chromium-win/fast/innerHTML/003-expected.txt: Removed.
97830         * platform/chromium-win/fast/innerHTML/006-expected.png: Removed.
97831         * platform/chromium-win/fast/innerHTML/006-expected.txt: Removed.
97832         * platform/chromium/fast/innerHTML/001-expected.txt: Removed.
97833         * platform/chromium/fast/innerHTML/002-expected.txt: Removed.
97834         * platform/chromium/fast/innerHTML/003-expected.txt: Removed.
97835         * platform/chromium/fast/innerHTML/006-expected.txt: Removed.
97836         * platform/efl/fast/innerHTML/001-expected.png: Removed.
97837         * platform/efl/fast/innerHTML/001-expected.txt: Removed.
97838         * platform/efl/fast/innerHTML/002-expected.png: Removed.
97839         * platform/efl/fast/innerHTML/002-expected.txt: Removed.
97840         * platform/efl/fast/innerHTML/003-expected.png: Removed.
97841         * platform/efl/fast/innerHTML/003-expected.txt: Removed.
97842         * platform/efl/fast/innerHTML/006-expected.png: Removed.
97843         * platform/efl/fast/innerHTML/006-expected.txt: Removed.
97844         * platform/gtk/fast/innerHTML/001-expected.png: Removed.
97845         * platform/gtk/fast/innerHTML/001-expected.txt: Removed.
97846         * platform/gtk/fast/innerHTML/002-expected.png: Removed.
97847         * platform/gtk/fast/innerHTML/002-expected.txt: Removed.
97848         * platform/gtk/fast/innerHTML/003-expected.png: Removed.
97849         * platform/gtk/fast/innerHTML/003-expected.txt: Removed.
97850         * platform/gtk/fast/innerHTML/006-expected.png: Removed.
97851         * platform/gtk/fast/innerHTML/006-expected.txt: Removed.
97852         * platform/mac/fast/innerHTML/001-expected.png: Removed.
97853         * platform/mac/fast/innerHTML/001-expected.txt: Removed.
97854         * platform/mac/fast/innerHTML/002-expected.png: Removed.
97855         * platform/mac/fast/innerHTML/002-expected.txt: Removed.
97856         * platform/mac/fast/innerHTML/003-expected.png: Removed.
97857         * platform/mac/fast/innerHTML/003-expected.txt: Removed.
97858         * platform/mac/fast/innerHTML/006-expected.png: Removed.
97859         * platform/mac/fast/innerHTML/006-expected.txt: Removed.
97860         * platform/qt/fast/innerHTML/001-expected.png: Removed.
97861         * platform/qt/fast/innerHTML/001-expected.txt: Removed.
97862         * platform/qt/fast/innerHTML/002-expected.png: Removed.
97863         * platform/qt/fast/innerHTML/002-expected.txt: Removed.
97864         * platform/qt/fast/innerHTML/003-expected.png: Removed.
97865         * platform/qt/fast/innerHTML/003-expected.txt: Removed.
97866         * platform/qt/fast/innerHTML/006-expected.png: Removed.
97867         * platform/qt/fast/innerHTML/006-expected.txt: Removed.
97868
97869 2012-10-19  Chris Fleizach  <cfleizach@apple.com>
97870
97871         AX: aria-hidden=false does not work as expected
97872         https://bugs.webkit.org/show_bug.cgi?id=98787
97873
97874         Reviewed by Beth Dakin.
97875
97876         * accessibility/aria-hidden-negates-no-visibility.html: Added.
97877         * platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt: Added.
97878
97879 2012-10-19  Tony Chang  <tony@chromium.org>
97880
97881         Unreviewed, fix lint error in Qt TestExpectations file.
97882
97883         * platform/qt-5.0-wk1/TestExpectations: Remove duplicate skip entry.
97884
97885 2012-10-19  Emil A Eklund  <eae@chromium.org>
97886
97887         Unreviewed gardening, rebaselining deferred image tests for r131928.
97888
97889         * platform/chromium-mac-lion/platform/chromium/virtual/deferred: Added.
97890         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast: Added.
97891         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images: Added.
97892         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/animated-gif-with-offsets-expected.png: Added.
97893         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added.
97894         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/image-map-anchor-children-expected.png: Added.
97895         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-case-expected.png: Added.
97896         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
97897         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-expected.png: Added.
97898         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
97899         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
97900         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
97901         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
97902         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
97903         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/jpeg-with-color-profile-expected.png: Added.
97904         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/png-with-color-profile-expected.png: Added.
97905         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred: Added.
97906         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast: Added.
97907         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images: Added.
97908         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/animated-gif-with-offsets-expected.png: Added.
97909         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/image-map-anchor-children-expected.png: Added.
97910         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-case-expected.png: Added.
97911         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
97912         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-expected.png: Added.
97913         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
97914         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
97915         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
97916         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
97917         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
97918         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/jpeg-with-color-profile-expected.png: Added.
97919         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/png-with-color-profile-expected.png: Added.
97920
97921 2012-10-19  Csaba Osztrogonác  <ossy@webkit.org>
97922
97923         Unreviewed, rolling out r131915.
97924         http://trac.webkit.org/changeset/131915
97925         https://bugs.webkit.org/show_bug.cgi?id=98787
97926
97927         It broke the build on platforms with \!HAVE(ACCESSIBILITY)
97928
97929         * accessibility/aria-hidden-negates-no-visibility.html: Removed.
97930         * platform/chromium/TestExpectations:
97931         * platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt: Removed.
97932
97933 2012-10-19  Emil A Eklund  <eae@chromium.org>
97934
97935         Unreviewed gardening, rebaselining deferred image tests for r131928.
97936
97937         * platform/chromium-mac/platform/chromium/virtual/deferred: Added.
97938         * platform/chromium-mac/platform/chromium/virtual/deferred/fast: Added.
97939         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images: Added.
97940         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/animated-gif-with-offsets-expected.png: Added.
97941         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added.
97942         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
97943         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/image-map-anchor-children-expected.png: Added.
97944         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-case-expected.png: Added.
97945         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
97946         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-expected.png: Added.
97947         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
97948         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
97949         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
97950         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
97951         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
97952         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/jpeg-with-color-profile-expected.png: Added.
97953         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/png-with-color-profile-expected.png: Added.
97954         * platform/chromium-win/platform/chromium/virtual/deferred: Added.
97955         * platform/chromium-win/platform/chromium/virtual/deferred/fast: Added.
97956         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images: Added.
97957         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
97958
97959 2012-10-09  Martin Robinson  <mrobinson@igalia.com>
97960
97961         REGRESSION (r130699): 5 various fast/ tests started failing
97962         https://bugs.webkit.org/show_bug.cgi?id=98729
97963
97964         Reviewed by Xan Lopez.
97965
97966         Unskip some tests which are now passing.
97967
97968         * platform/gtk/TestExpectations:
97969
97970 2012-10-19  Emil A Eklund  <eae@chromium.org>
97971
97972         Unreviewed gardening.
97973
97974         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed.
97975         * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
97976         * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
97977         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
97978         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed.
97979         * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
97980         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
97981         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
97982
97983 2012-10-19  Joshua Bell  <jsbell@chromium.org>
97984
97985         [V8] IndexedDB: Crash when lazy-indexing Date keys
97986         https://bugs.webkit.org/show_bug.cgi?id=99860
97987
97988         Reviewed by Adam Barth.
97989
97990         Add test for greedy/lazy indexing all different key types.
97991
97992         * storage/indexeddb/lazy-index-types-expected.txt: Added.
97993         * storage/indexeddb/lazy-index-types.html: Added.
97994         * storage/indexeddb/resources/lazy-index-types.js: Added.
97995         (test.request.onsuccess):
97996         (test):
97997         (onSuccess.request.onsuccess):
97998         (onSuccess):
97999         (onComplete):
98000
98001 2012-10-18  Dean Jackson  <dino@apple.com>
98002
98003         Shader translator needs option to clamp uniform array accesses in vertex shaders
98004         https://bugs.webkit.org/show_bug.cgi?id=98977
98005         https://code.google.com/p/angleproject/issues/detail?id=49
98006
98007         Reviewed by Alok Priyadarshi and Ken Russell.
98008
98009         * fast/canvas/webgl/array-bounds-clamping-expected.txt: Added.
98010         * fast/canvas/webgl/array-bounds-clamping.html: Added.
98011         * platform/chromium/TestExpectations: Won't pass on Chromium until this patch is upstreamed.
98012
98013 2012-09-08  Alpha Lam  <hclam@chromium.org>
98014
98015         [chromium] Implement deferred image decoding
98016         https://bugs.webkit.org/show_bug.cgi?id=94240
98017
98018         Reviewed by Stephen White.
98019
98020         Adding a virtual test suite for Chromium to test deferred image
98021         decoding.
98022
98023         platform/chromium/virtual/deferred/fast/images will be tested with
98024         --force-compositing --enable-per-tile-painting --enable-deferred-image-decoding.
98025
98026         * platform/chromium/virtual/deferred/fast/images/README.txt: Added.
98027
98028 2012-10-19  Emil A Eklund  <eae@chromium.org>
98029
98030         Unreviewed gardening.
98031
98032         * platform/chromium-mac-lion/compositing/shadows: Added.
98033         * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png: Added.
98034         * platform/chromium-mac-lion/css2.1: Added.
98035         * platform/chromium-mac-lion/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Added.
98036         * platform/chromium-mac-lion/css2.1/t090501-c414-flt-03-b-g-expected.png: Added.
98037         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
98038         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
98039         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
98040         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
98041         * platform/chromium-mac-lion/fast/block/float/032-expected.png: Added.
98042         * platform/chromium-mac-lion/fast/forms/input-baseline-expected.png: Added.
98043         * platform/chromium-mac-lion/fast/forms/input-placeholder-paint-order-expected.png: Added.
98044         * platform/chromium-mac-lion/fast/forms/placeholder-position-expected.png: Added.
98045         * platform/chromium-mac-lion/fast/forms/searchfield-heights-expected.png: Added.
98046         * platform/chromium-mac-lion/fast/inline-block: Added.
98047         * platform/chromium-mac-lion/fast/inline-block/contenteditable-baseline-expected.png: Added.
98048         * platform/chromium-mac-lion/platform: Added.
98049         * platform/chromium-mac-lion/platform/chromium: Added.
98050         * platform/chromium-mac-lion/platform/chromium/virtual: Added.
98051         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing: Added.
98052         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows: Added.
98053         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
98054         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-4-expected.png: Added.
98055         * platform/chromium-mac-lion/tables/mozilla/bugs/bug30692-expected.png: Added.
98056         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Added.
98057
98058 2012-10-19  Dongwoo Joshua Im  <dw.im@samsung.com>
98059
98060         Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
98061         https://bugs.webkit.org/show_bug.cgi?id=99804
98062
98063         Reviewed by Julien Chaffraix.
98064
98065         CSS3 text related properties will be implemented under this flag,
98066         including text decoration, text-align-last, and text-justify.
98067
98068         * platform/chromium/TestExpectations:
98069         * platform/mac/TestExpectations:
98070         * platform/qt-4.8/TestExpectations:
98071         * platform/qt-mac/TestExpectations:
98072         * platform/qt/TestExpectations:
98073
98074 2012-10-19  Emil A Eklund  <eae@chromium.org>
98075
98076         Unreviewed gardening.
98077
98078         * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
98079         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
98080         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
98081         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing: Added.
98082         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows: Added.
98083         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
98084         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
98085         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
98086
98087 2012-10-19  Emil A Eklund  <eae@chromium.org>
98088
98089         Unreviewed chromium rebaseline for r131503.
98090
98091         * fast/forms/input-baseline-expected.txt: Added.
98092         * fast/forms/placeholder-position-expected.txt: Added.
98093         * platform/chromium-linux-x86/fast/inline-block: Added.
98094         * platform/chromium-linux-x86/fast/inline-block/contenteditable-baseline-expected.txt: Added.
98095         * platform/chromium-linux-x86/fast/text/international: Added.
98096         * platform/chromium-linux-x86/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
98097         * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
98098         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
98099         * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
98100         * platform/chromium-linux/fast/forms/007-expected.png:
98101         * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
98102         * platform/chromium-linux/fast/forms/basic-buttons-expected.txt:
98103         * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
98104         * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png:
98105         * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
98106         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
98107         * platform/chromium-linux/fast/forms/searchfield-heights-expected.png:
98108         * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
98109         * platform/chromium-linux/fast/html/details-add-child-1-expected.png:
98110         * platform/chromium-linux/fast/html/details-add-child-2-expected.png:
98111         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png:
98112         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png:
98113         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
98114         * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
98115         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
98116         * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
98117         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
98118         * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
98119         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
98120         * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
98121         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
98122         * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
98123         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
98124         * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
98125         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
98126         * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
98127         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
98128         * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
98129         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
98130         * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
98131         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
98132         * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
98133         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png:
98134         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png:
98135         * platform/chromium-linux/fast/html/details-marker-style-expected.png:
98136         * platform/chromium-linux/fast/html/details-nested-1-expected.png:
98137         * platform/chromium-linux/fast/html/details-nested-2-expected.png:
98138         * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
98139         * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
98140         * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
98141         * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
98142         * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
98143         * platform/chromium-linux/fast/html/details-open1-expected.png:
98144         * platform/chromium-linux/fast/html/details-open2-expected.png:
98145         * platform/chromium-linux/fast/html/details-open3-expected.png:
98146         * platform/chromium-linux/fast/html/details-open4-expected.png:
98147         * platform/chromium-linux/fast/html/details-open5-expected.png:
98148         * platform/chromium-linux/fast/html/details-open6-expected.png:
98149         * platform/chromium-linux/fast/html/details-position-expected.png:
98150         * platform/chromium-linux/fast/html/details-remove-child-1-expected.png:
98151         * platform/chromium-linux/fast/html/details-remove-child-2-expected.png:
98152         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
98153         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
98154         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
98155         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
98156         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
98157         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
98158         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
98159         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
98160         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
98161         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
98162         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
98163         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
98164         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png:
98165         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png:
98166         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
98167         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
98168         * platform/chromium-linux/fast/html/details-replace-text-expected.png:
98169         * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
98170         * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
98171         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png:
98172         * platform/chromium-linux/fast/inline-block/contenteditable-baseline-expected.txt: Added.
98173         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
98174         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
98175         * platform/chromium-linux/fast/text/international/vertical-text-glyph-test-expected.png: Added.
98176         * platform/chromium-linux/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
98177         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
98178         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png:
98179         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
98180         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
98181         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
98182         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
98183         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
98184         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
98185         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
98186         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
98187         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
98188         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
98189         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
98190         * platform/chromium-mac-lion/css3: Added.
98191         * platform/chromium-mac-lion/css3/flexbox: Added.
98192         * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-expected.png: Added.
98193         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png: Added.
98194         * platform/chromium-mac-lion/editing/selection/3690703-expected.png: Added.
98195         * platform/chromium-mac-lion/editing/selection/3690719-expected.png: Added.
98196         * platform/chromium-mac-lion/editing/selection/4397952-expected.png: Added.
98197         * platform/chromium-mac-lion/editing/selection/5240265-expected.png: Added.
98198         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.png: Added.
98199         * platform/chromium-mac-lion/fast: Added.
98200         * platform/chromium-mac-lion/fast/block: Added.
98201         * platform/chromium-mac-lion/fast/block/float: Added.
98202         * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.png: Added.
98203         * platform/chromium-mac-lion/fast/css: Added.
98204         * platform/chromium-mac-lion/fast/css/continuationCrash-expected.png: Added.
98205         * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.png: Added.
98206         * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.png: Added.
98207         * platform/chromium-mac-lion/fast/dom: Added.
98208         * platform/chromium-mac-lion/fast/dom/HTMLProgressElement: Added.
98209         * platform/chromium-mac-lion/fast/dom/HTMLProgressElement/progress-element-expected.png: Added.
98210         * platform/chromium-mac-lion/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
98211         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement: Added.
98212         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
98213         * platform/chromium-mac-lion/fast/forms: Added.
98214         * platform/chromium-mac-lion/fast/forms/001-expected.png: Added.
98215         * platform/chromium-mac-lion/fast/forms/007-expected.png: Added.
98216         * platform/chromium-mac-lion/fast/forms/basic-buttons-expected.png: Added.
98217         * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.png: Added.
98218         * platform/chromium-mac-lion/fast/forms/button-sizes-expected.png: Added.
98219         * platform/chromium-mac-lion/fast/forms/button-style-color-expected.png: Added.
98220         * platform/chromium-mac-lion/fast/forms/button-table-styles-expected.png: Added.
98221         * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.png: Added.
98222         * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.png: Added.
98223         * platform/chromium-mac-lion/fast/forms/date: Added.
98224         * platform/chromium-mac-lion/fast/forms/date/date-reset-value-expected.png: Added.
98225         * platform/chromium-mac-lion/fast/forms/file: Added.
98226         * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.png: Added.
98227         * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.png: Added.
98228         * platform/chromium-mac-lion/fast/forms/file/file-input-pressed-state-expected.png: Added.
98229         * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.png: Added.
98230         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.png: Added.
98231         * platform/chromium-mac-lion/fast/forms/formmove3-expected.png: Added.
98232         * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.png: Added.
98233         * platform/chromium-mac-lion/fast/forms/input-value-expected.png: Added.
98234         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png: Added.
98235         * platform/chromium-mac-lion/fast/forms/search-vertical-alignment-expected.png: Added.
98236         * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.png: Added.
98237         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png: Added.
98238         * platform/chromium-mac-lion/fast/html: Added.
98239         * platform/chromium-mac-lion/fast/html/details-add-child-1-expected.png: Added.
98240         * platform/chromium-mac-lion/fast/html/details-add-child-2-expected.png: Added.
98241         * platform/chromium-mac-lion/fast/html/details-add-details-child-1-expected.png: Added.
98242         * platform/chromium-mac-lion/fast/html/details-add-details-child-2-expected.png: Added.
98243         * platform/chromium-mac-lion/fast/html/details-add-summary-1-and-click-expected.png: Added.
98244         * platform/chromium-mac-lion/fast/html/details-add-summary-1-expected.png: Added.
98245         * platform/chromium-mac-lion/fast/html/details-add-summary-10-and-click-expected.png: Added.
98246         * platform/chromium-mac-lion/fast/html/details-add-summary-10-expected.png: Added.
98247         * platform/chromium-mac-lion/fast/html/details-add-summary-2-and-click-expected.png: Added.
98248         * platform/chromium-mac-lion/fast/html/details-add-summary-2-expected.png: Added.
98249         * platform/chromium-mac-lion/fast/html/details-add-summary-3-and-click-expected.png: Added.
98250         * platform/chromium-mac-lion/fast/html/details-add-summary-3-expected.png: Added.
98251         * platform/chromium-mac-lion/fast/html/details-add-summary-4-and-click-expected.png: Added.
98252         * platform/chromium-mac-lion/fast/html/details-add-summary-4-expected.png: Added.
98253         * platform/chromium-mac-lion/fast/html/details-add-summary-5-and-click-expected.png: Added.
98254         * platform/chromium-mac-lion/fast/html/details-add-summary-5-expected.png: Added.
98255         * platform/chromium-mac-lion/fast/html/details-add-summary-6-and-click-expected.png: Added.
98256         * platform/chromium-mac-lion/fast/html/details-add-summary-6-expected.png: Added.
98257         * platform/chromium-mac-lion/fast/html/details-add-summary-7-and-click-expected.png: Added.
98258         * platform/chromium-mac-lion/fast/html/details-add-summary-7-expected.png: Added.
98259         * platform/chromium-mac-lion/fast/html/details-add-summary-8-and-click-expected.png: Added.
98260         * platform/chromium-mac-lion/fast/html/details-add-summary-8-expected.png: Added.
98261         * platform/chromium-mac-lion/fast/html/details-add-summary-9-and-click-expected.png: Added.
98262         * platform/chromium-mac-lion/fast/html/details-add-summary-9-expected.png: Added.
98263         * platform/chromium-mac-lion/fast/html/details-add-summary-child-1-expected.png: Added.
98264         * platform/chromium-mac-lion/fast/html/details-add-summary-child-2-expected.png: Added.
98265         * platform/chromium-mac-lion/fast/html/details-marker-style-expected.png: Added.
98266         * platform/chromium-mac-lion/fast/html/details-nested-1-expected.png: Added.
98267         * platform/chromium-mac-lion/fast/html/details-nested-2-expected.png: Added.
98268         * platform/chromium-mac-lion/fast/html/details-no-summary1-expected.png: Added.
98269         * platform/chromium-mac-lion/fast/html/details-no-summary2-expected.png: Added.
98270         * platform/chromium-mac-lion/fast/html/details-no-summary3-expected.png: Added.
98271         * platform/chromium-mac-lion/fast/html/details-no-summary4-expected.png: Added.
98272         * platform/chromium-mac-lion/fast/html/details-open-javascript-expected.png: Added.
98273         * platform/chromium-mac-lion/fast/html/details-open1-expected.png: Added.
98274         * platform/chromium-mac-lion/fast/html/details-open2-expected.png: Added.
98275         * platform/chromium-mac-lion/fast/html/details-open3-expected.png: Added.
98276         * platform/chromium-mac-lion/fast/html/details-open4-expected.png: Added.
98277         * platform/chromium-mac-lion/fast/html/details-open5-expected.png: Added.
98278         * platform/chromium-mac-lion/fast/html/details-open6-expected.png: Added.
98279         * platform/chromium-mac-lion/fast/html/details-position-expected.png: Added.
98280         * platform/chromium-mac-lion/fast/html/details-remove-child-1-expected.png: Added.
98281         * platform/chromium-mac-lion/fast/html/details-remove-child-2-expected.png: Added.
98282         * platform/chromium-mac-lion/fast/html/details-remove-summary-1-and-click-expected.png: Added.
98283         * platform/chromium-mac-lion/fast/html/details-remove-summary-1-expected.png: Added.
98284         * platform/chromium-mac-lion/fast/html/details-remove-summary-2-and-click-expected.png: Added.
98285         * platform/chromium-mac-lion/fast/html/details-remove-summary-2-expected.png: Added.
98286         * platform/chromium-mac-lion/fast/html/details-remove-summary-3-and-click-expected.png: Added.
98287         * platform/chromium-mac-lion/fast/html/details-remove-summary-3-expected.png: Added.
98288         * platform/chromium-mac-lion/fast/html/details-remove-summary-4-and-click-expected.png: Added.
98289         * platform/chromium-mac-lion/fast/html/details-remove-summary-4-expected.png: Added.
98290         * platform/chromium-mac-lion/fast/html/details-remove-summary-5-and-click-expected.png: Added.
98291         * platform/chromium-mac-lion/fast/html/details-remove-summary-5-expected.png: Added.
98292         * platform/chromium-mac-lion/fast/html/details-remove-summary-6-and-click-expected.png: Added.
98293         * platform/chromium-mac-lion/fast/html/details-remove-summary-6-expected.png: Added.
98294         * platform/chromium-mac-lion/fast/html/details-remove-summary-child-1-expected.png: Added.
98295         * platform/chromium-mac-lion/fast/html/details-remove-summary-child-2-expected.png: Added.
98296         * platform/chromium-mac-lion/fast/html/details-replace-summary-child-expected.png: Added.
98297         * platform/chromium-mac-lion/fast/html/details-replace-text-expected.png: Added.
98298         * platform/chromium-mac-lion/fast/html/details-writing-mode-expected.png: Added.
98299         * platform/chromium-mac-lion/fast/images: Added.
98300         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
98301         * platform/chromium-mac-lion/fast/overflow: Added.
98302         * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Added.
98303         * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.png: Added.
98304         * platform/chromium-mac-lion/fast/replaced: Added.
98305         * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.png: Added.
98306         * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.png: Added.
98307         * platform/chromium-mac-lion/fast/speech: Added.
98308         * platform/chromium-mac-lion/fast/sub-pixel: Added.
98309         * platform/chromium-mac-lion/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
98310         * platform/chromium-mac-lion/fast/text: Added.
98311         * platform/chromium-mac-lion/fast/text/international: Added.
98312         * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.png: Added.
98313         * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
98314         * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.png: Added.
98315         * platform/chromium-mac-lion/fast/writing-mode: Added.
98316         * platform/chromium-mac-lion/fast/writing-mode/fieldsets-expected.png: Added.
98317         * platform/chromium-mac-lion/http: Added.
98318         * platform/chromium-mac-lion/http/tests: Added.
98319         * platform/chromium-mac-lion/http/tests/navigation: Added.
98320         * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.png: Added.
98321         * platform/chromium-mac-lion/svg: Added.
98322         * platform/chromium-mac-lion/svg/as-border-image: Added.
98323         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-2-expected.png: Added.
98324         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png: Added.
98325         * platform/chromium-mac-lion/svg/zoom: Added.
98326         * platform/chromium-mac-lion/svg/zoom/page: Added.
98327         * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added.
98328         * platform/chromium-mac-lion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
98329         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
98330         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added.
98331         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added.
98332         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
98333         * platform/chromium-mac-lion/tables: Added.
98334         * platform/chromium-mac-lion/tables/mozilla: Added.
98335         * platform/chromium-mac-lion/tables/mozilla/bugs: Added.
98336         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.png: Added.
98337         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.png: Added.
98338         * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.png: Added.
98339         * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.png: Added.
98340         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.png: Added.
98341         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.png: Added.
98342         * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.png: Added.
98343         * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.png: Added.
98344         * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.png: Added.
98345         * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.png: Added.
98346         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.png: Added.
98347         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.png: Added.
98348         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.png: Added.
98349         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.png: Added.
98350         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.png: Added.
98351         * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.png: Added.
98352         * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.png: Added.
98353         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders: Added.
98354         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
98355         * platform/chromium-mac-lion/tables/mozilla/dom: Added.
98356         * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.png: Added.
98357         * platform/chromium-mac-lion/tables/mozilla/other: Added.
98358         * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.png: Added.
98359         * platform/chromium-mac-lion/tables/mozilla_expected_failures: Added.
98360         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs: Added.
98361         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added.
98362         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Added.
98363         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
98364         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
98365         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
98366         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
98367         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
98368         * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png:
98369         * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
98370         * platform/chromium-mac-snowleopard/fast/block/float/float-avoidance-expected.png:
98371         * platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.png:
98372         * platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png:
98373         * platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.png:
98374         * platform/chromium-mac-snowleopard/fast/dom/HTMLProgressElement/progress-element-expected.png: Added.
98375         * platform/chromium-mac-snowleopard/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
98376         * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
98377         * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
98378         * platform/chromium-mac-snowleopard/fast/forms/007-expected.png:
98379         * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png:
98380         * platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.png:
98381         * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png:
98382         * platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.png:
98383         * platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.png:
98384         * platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.png:
98385         * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png:
98386         * platform/chromium-mac-snowleopard/fast/forms/date/date-reset-value-expected.png: Added.
98387         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-direction-expected.png:
98388         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png:
98389         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-pressed-state-expected.png:
98390         * platform/chromium-mac-snowleopard/fast/forms/file/input-file-re-render-expected.png:
98391         * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
98392         * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png:
98393         * platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png:
98394         * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
98395         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
98396         * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
98397         * platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.png:
98398         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
98399         * platform/chromium-mac-snowleopard/fast/html/details-add-child-1-expected.png:
98400         * platform/chromium-mac-snowleopard/fast/html/details-add-child-2-expected.png:
98401         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-1-expected.png:
98402         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-2-expected.png:
98403         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-and-click-expected.png:
98404         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-expected.png:
98405         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-and-click-expected.png:
98406         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-expected.png:
98407         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-and-click-expected.png:
98408         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-expected.png:
98409         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-and-click-expected.png:
98410         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-expected.png:
98411         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-and-click-expected.png:
98412         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-expected.png:
98413         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-and-click-expected.png:
98414         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-expected.png:
98415         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-and-click-expected.png:
98416         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-expected.png:
98417         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-and-click-expected.png:
98418         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-expected.png:
98419         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-and-click-expected.png:
98420         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-expected.png:
98421         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png:
98422         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-expected.png:
98423         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-1-expected.png:
98424         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-2-expected.png:
98425         * platform/chromium-mac-snowleopard/fast/html/details-nested-1-expected.png:
98426         * platform/chromium-mac-snowleopard/fast/html/details-nested-2-expected.png:
98427         * platform/chromium-mac-snowleopard/fast/html/details-no-summary1-expected.png:
98428         * platform/chromium-mac-snowleopard/fast/html/details-no-summary2-expected.png:
98429         * platform/chromium-mac-snowleopard/fast/html/details-no-summary3-expected.png:
98430         * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
98431         * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
98432         * platform/chromium-mac-snowleopard/fast/html/details-open1-expected.png:
98433         * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
98434         * platform/chromium-mac-snowleopard/fast/html/details-open3-expected.png:
98435         * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
98436         * platform/chromium-mac-snowleopard/fast/html/details-open5-expected.png:
98437         * platform/chromium-mac-snowleopard/fast/html/details-open6-expected.png:
98438         * platform/chromium-mac-snowleopard/fast/html/details-position-expected.png:
98439         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-1-expected.png:
98440         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-2-expected.png:
98441         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-and-click-expected.png:
98442         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-expected.png:
98443         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-and-click-expected.png:
98444         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-expected.png:
98445         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-and-click-expected.png:
98446         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-expected.png:
98447         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-and-click-expected.png:
98448         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-expected.png:
98449         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-and-click-expected.png:
98450         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-expected.png:
98451         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png:
98452         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-expected.png:
98453         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-1-expected.png:
98454         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-2-expected.png:
98455         * platform/chromium-mac-snowleopard/fast/html/details-replace-summary-child-expected.png:
98456         * platform/chromium-mac-snowleopard/fast/html/details-replace-text-expected.png:
98457         * platform/chromium-mac-snowleopard/fast/html/details-writing-mode-expected.png:
98458         * platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
98459         * platform/chromium-mac-snowleopard/fast/overflow/scrollRevealButton-expected.png:
98460         * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
98461         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png:
98462         * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
98463         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.png:
98464         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt:
98465         * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
98466         * platform/chromium-mac-snowleopard/fast/writing-mode/fieldsets-expected.png:
98467         * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
98468         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
98469         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
98470         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
98471         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
98472         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
98473         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
98474         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
98475         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
98476         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.png:
98477         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
98478         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
98479         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
98480         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.png:
98481         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
98482         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png:
98483         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png:
98484         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.png:
98485         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
98486         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
98487         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
98488         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.png:
98489         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.png:
98490         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
98491         * platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
98492         * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
98493         * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
98494         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
98495         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
98496         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
98497         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.txt:
98498         * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.png:
98499         * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
98500         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.png:
98501         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
98502         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
98503         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
98504         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
98505         * platform/chromium-mac/editing/selection/3690703-2-expected.txt:
98506         * platform/chromium-mac/editing/selection/3690703-expected.png:
98507         * platform/chromium-mac/editing/selection/3690703-expected.txt:
98508         * platform/chromium-mac/editing/selection/3690719-expected.png:
98509         * platform/chromium-mac/editing/selection/3690719-expected.txt:
98510         * platform/chromium-mac/editing/selection/4397952-expected.png:
98511         * platform/chromium-mac/editing/selection/4397952-expected.txt:
98512         * platform/chromium-mac/editing/selection/5240265-expected.png:
98513         * platform/chromium-mac/editing/selection/5240265-expected.txt:
98514         * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
98515         * platform/chromium-mac/editing/selection/selection-button-text-expected.txt:
98516         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
98517         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
98518         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
98519         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
98520         * platform/chromium-mac/fast/block/float/032-expected.png:
98521         * platform/chromium-mac/fast/block/float/032-expected.txt:
98522         * platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
98523         * platform/chromium-mac/fast/block/float/float-avoidance-expected.txt:
98524         * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
98525         * platform/chromium-mac/fast/css/continuationCrash-expected.png:
98526         * platform/chromium-mac/fast/css/continuationCrash-expected.txt:
98527         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.png:
98528         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.txt:
98529         * platform/chromium-mac/fast/css/rtl-ordering-expected.png:
98530         * platform/chromium-mac/fast/css/rtl-ordering-expected.txt:
98531         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
98532         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
98533         * platform/chromium-mac/fast/forms/001-expected.png:
98534         * platform/chromium-mac/fast/forms/001-expected.txt:
98535         * platform/chromium-mac/fast/forms/007-expected.png:
98536         * platform/chromium-mac/fast/forms/007-expected.txt:
98537         * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
98538         * platform/chromium-mac/fast/forms/basic-buttons-expected.txt:
98539         * platform/chromium-mac/fast/forms/blankbuttons-expected.png:
98540         * platform/chromium-mac/fast/forms/blankbuttons-expected.txt:
98541         * platform/chromium-mac/fast/forms/button-sizes-expected.png:
98542         * platform/chromium-mac/fast/forms/button-sizes-expected.txt:
98543         * platform/chromium-mac/fast/forms/button-style-color-expected.png:
98544         * platform/chromium-mac/fast/forms/button-style-color-expected.txt:
98545         * platform/chromium-mac/fast/forms/button-table-styles-expected.png:
98546         * platform/chromium-mac/fast/forms/button-table-styles-expected.txt:
98547         * platform/chromium-mac/fast/forms/button-text-transform-expected.png:
98548         * platform/chromium-mac/fast/forms/button-text-transform-expected.txt:
98549         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
98550         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt:
98551         * platform/chromium-mac/fast/forms/date/date-reset-value-expected.png: Added.
98552         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png:
98553         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.txt:
98554         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png:
98555         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.txt:
98556         * platform/chromium-mac/fast/forms/file/file-input-pressed-state-expected.png:
98557         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png:
98558         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.txt:
98559         * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
98560         * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
98561         * platform/chromium-mac/fast/forms/formmove3-expected.png:
98562         * platform/chromium-mac/fast/forms/formmove3-expected.txt:
98563         * platform/chromium-mac/fast/forms/input-baseline-expected.png:
98564         * platform/chromium-mac/fast/forms/input-button-sizes-expected.png:
98565         * platform/chromium-mac/fast/forms/input-button-sizes-expected.txt:
98566         * platform/chromium-mac/fast/forms/input-placeholder-paint-order-expected.png:
98567         * platform/chromium-mac/fast/forms/input-value-expected.png:
98568         * platform/chromium-mac/fast/forms/input-value-expected.txt:
98569         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
98570         * platform/chromium-mac/fast/forms/menulist-clip-expected.txt:
98571         * platform/chromium-mac/fast/forms/placeholder-position-expected.png:
98572         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
98573         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt:
98574         * platform/chromium-mac/fast/forms/searchfield-heights-expected.png:
98575         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png:
98576         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.txt:
98577         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
98578         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
98579         * platform/chromium-mac/fast/html/details-add-child-1-expected.png:
98580         * platform/chromium-mac/fast/html/details-add-child-1-expected.txt:
98581         * platform/chromium-mac/fast/html/details-add-child-2-expected.png:
98582         * platform/chromium-mac/fast/html/details-add-child-2-expected.txt:
98583         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png:
98584         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.txt:
98585         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png:
98586         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.txt:
98587         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png:
98588         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
98589         * platform/chromium-mac/fast/html/details-add-summary-1-expected.png:
98590         * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt:
98591         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png:
98592         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
98593         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png:
98594         * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt:
98595         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png:
98596         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
98597         * platform/chromium-mac/fast/html/details-add-summary-2-expected.png:
98598         * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt:
98599         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png:
98600         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
98601         * platform/chromium-mac/fast/html/details-add-summary-3-expected.png:
98602         * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt:
98603         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png:
98604         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
98605         * platform/chromium-mac/fast/html/details-add-summary-4-expected.png:
98606         * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt:
98607         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png:
98608         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
98609         * platform/chromium-mac/fast/html/details-add-summary-5-expected.png:
98610         * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt:
98611         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png:
98612         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
98613         * platform/chromium-mac/fast/html/details-add-summary-6-expected.png:
98614         * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt:
98615         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png:
98616         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
98617         * platform/chromium-mac/fast/html/details-add-summary-7-expected.png:
98618         * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt:
98619         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png:
98620         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
98621         * platform/chromium-mac/fast/html/details-add-summary-8-expected.png:
98622         * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt:
98623         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png:
98624         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
98625         * platform/chromium-mac/fast/html/details-add-summary-9-expected.png:
98626         * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt:
98627         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png:
98628         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.txt:
98629         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png:
98630         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.txt:
98631         * platform/chromium-mac/fast/html/details-marker-style-expected.png:
98632         * platform/chromium-mac/fast/html/details-marker-style-expected.txt:
98633         * platform/chromium-mac/fast/html/details-nested-1-expected.png:
98634         * platform/chromium-mac/fast/html/details-nested-1-expected.txt:
98635         * platform/chromium-mac/fast/html/details-nested-2-expected.png:
98636         * platform/chromium-mac/fast/html/details-nested-2-expected.txt:
98637         * platform/chromium-mac/fast/html/details-no-summary1-expected.png:
98638         * platform/chromium-mac/fast/html/details-no-summary1-expected.txt:
98639         * platform/chromium-mac/fast/html/details-no-summary2-expected.png:
98640         * platform/chromium-mac/fast/html/details-no-summary2-expected.txt:
98641         * platform/chromium-mac/fast/html/details-no-summary3-expected.png:
98642         * platform/chromium-mac/fast/html/details-no-summary3-expected.txt:
98643         * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
98644         * platform/chromium-mac/fast/html/details-no-summary4-expected.txt:
98645         * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
98646         * platform/chromium-mac/fast/html/details-open-javascript-expected.txt:
98647         * platform/chromium-mac/fast/html/details-open1-expected.png:
98648         * platform/chromium-mac/fast/html/details-open1-expected.txt:
98649         * platform/chromium-mac/fast/html/details-open2-expected.png:
98650         * platform/chromium-mac/fast/html/details-open2-expected.txt:
98651         * platform/chromium-mac/fast/html/details-open3-expected.png:
98652         * platform/chromium-mac/fast/html/details-open3-expected.txt:
98653         * platform/chromium-mac/fast/html/details-open4-expected.png:
98654         * platform/chromium-mac/fast/html/details-open4-expected.txt:
98655         * platform/chromium-mac/fast/html/details-open5-expected.png:
98656         * platform/chromium-mac/fast/html/details-open5-expected.txt:
98657         * platform/chromium-mac/fast/html/details-open6-expected.png:
98658         * platform/chromium-mac/fast/html/details-open6-expected.txt:
98659         * platform/chromium-mac/fast/html/details-position-expected.png:
98660         * platform/chromium-mac/fast/html/details-position-expected.txt:
98661         * platform/chromium-mac/fast/html/details-remove-child-1-expected.png:
98662         * platform/chromium-mac/fast/html/details-remove-child-1-expected.txt:
98663         * platform/chromium-mac/fast/html/details-remove-child-2-expected.png:
98664         * platform/chromium-mac/fast/html/details-remove-child-2-expected.txt:
98665         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png:
98666         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
98667         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png:
98668         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt:
98669         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png:
98670         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
98671         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png:
98672         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt:
98673         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png:
98674         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
98675         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png:
98676         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt:
98677         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png:
98678         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
98679         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png:
98680         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt:
98681         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png:
98682         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
98683         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png:
98684         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt:
98685         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png:
98686         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
98687         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png:
98688         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt:
98689         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png:
98690         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.txt:
98691         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png:
98692         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.txt:
98693         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
98694         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.txt:
98695         * platform/chromium-mac/fast/html/details-replace-text-expected.png:
98696         * platform/chromium-mac/fast/html/details-replace-text-expected.txt:
98697         * platform/chromium-mac/fast/html/details-writing-mode-expected.png:
98698         * platform/chromium-mac/fast/html/details-writing-mode-expected.txt:
98699         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.png:
98700         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
98701         * platform/chromium-mac/fast/inline-block/contenteditable-baseline-expected.png:
98702         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
98703         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
98704         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png:
98705         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.txt:
98706         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
98707         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt:
98708         * platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
98709         * platform/chromium-mac/fast/replaced/width100percent-button-expected.txt:
98710         * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
98711         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
98712         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt:
98713         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png:
98714         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt:
98715         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
98716         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt:
98717         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.png:
98718         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.txt:
98719         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
98720         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt:
98721         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
98722         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt:
98723         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.png:
98724         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
98725         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
98726         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.txt:
98727         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
98728         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
98729         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
98730         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
98731         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
98732         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
98733         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
98734         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
98735         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
98736         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
98737         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
98738         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
98739         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
98740         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
98741         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
98742         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
98743         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt:
98744         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
98745         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
98746         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.png:
98747         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.txt:
98748         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
98749         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt:
98750         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
98751         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt:
98752         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
98753         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.txt:
98754         * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.png:
98755         * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt:
98756         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png:
98757         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.txt:
98758         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
98759         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt:
98760         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.png:
98761         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.txt:
98762         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png:
98763         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.txt:
98764         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png:
98765         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.txt:
98766         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.png:
98767         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.txt:
98768         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
98769         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.txt:
98770         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
98771         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.txt:
98772         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
98773         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.txt:
98774         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png:
98775         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt:
98776         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png:
98777         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt:
98778         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
98779         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt:
98780         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
98781         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
98782         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
98783         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.txt:
98784         * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
98785         * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt:
98786         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
98787         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
98788         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
98789         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
98790         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
98791         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
98792         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
98793         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
98794         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
98795         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
98796         * platform/chromium-win-xp/fast/inline-block/contenteditable-baseline-expected.txt: Added.
98797         * platform/chromium-win-xp/fast/text/international/vertical-text-glyph-test-expected.png: Added.
98798         * platform/chromium-win-xp/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
98799         * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Removed.
98800         * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Removed.
98801         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Removed.
98802         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Removed.
98803         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt:
98804         * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
98805         * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
98806         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
98807         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt:
98808         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
98809         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
98810         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
98811         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
98812         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
98813         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
98814         * platform/chromium-win/fast/forms/007-expected.png:
98815         * platform/chromium-win/fast/forms/007-expected.txt:
98816         * platform/chromium-win/fast/forms/basic-buttons-expected.png:
98817         * platform/chromium-win/fast/forms/basic-buttons-expected.txt:
98818         * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
98819         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
98820         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
98821         * platform/chromium-win/fast/forms/searchfield-heights-expected.png:
98822         * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
98823         * platform/chromium-win/fast/html/details-add-child-1-expected.png:
98824         * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
98825         * platform/chromium-win/fast/html/details-add-child-2-expected.png:
98826         * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
98827         * platform/chromium-win/fast/html/details-add-details-child-1-expected.png:
98828         * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
98829         * platform/chromium-win/fast/html/details-add-details-child-2-expected.png:
98830         * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
98831         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
98832         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
98833         * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
98834         * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
98835         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
98836         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
98837         * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
98838         * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
98839         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
98840         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
98841         * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
98842         * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
98843         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
98844         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
98845         * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
98846         * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
98847         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
98848         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
98849         * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
98850         * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
98851         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
98852         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
98853         * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
98854         * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
98855         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
98856         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
98857         * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
98858         * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
98859         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
98860         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
98861         * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
98862         * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
98863         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
98864         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
98865         * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
98866         * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
98867         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
98868         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
98869         * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
98870         * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
98871         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png:
98872         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
98873         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png:
98874         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt:
98875         * platform/chromium-win/fast/html/details-marker-style-expected.png:
98876         * platform/chromium-win/fast/html/details-marker-style-expected.txt:
98877         * platform/chromium-win/fast/html/details-nested-1-expected.png:
98878         * platform/chromium-win/fast/html/details-nested-1-expected.txt:
98879         * platform/chromium-win/fast/html/details-nested-2-expected.png:
98880         * platform/chromium-win/fast/html/details-nested-2-expected.txt:
98881         * platform/chromium-win/fast/html/details-no-summary1-expected.png:
98882         * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
98883         * platform/chromium-win/fast/html/details-no-summary2-expected.png:
98884         * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
98885         * platform/chromium-win/fast/html/details-no-summary3-expected.png:
98886         * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
98887         * platform/chromium-win/fast/html/details-no-summary4-expected.png:
98888         * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
98889         * platform/chromium-win/fast/html/details-open-javascript-expected.png:
98890         * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
98891         * platform/chromium-win/fast/html/details-open1-expected.png:
98892         * platform/chromium-win/fast/html/details-open1-expected.txt:
98893         * platform/chromium-win/fast/html/details-open2-expected.png:
98894         * platform/chromium-win/fast/html/details-open2-expected.txt:
98895         * platform/chromium-win/fast/html/details-open3-expected.png:
98896         * platform/chromium-win/fast/html/details-open3-expected.txt:
98897         * platform/chromium-win/fast/html/details-open4-expected.png:
98898         * platform/chromium-win/fast/html/details-open4-expected.txt:
98899         * platform/chromium-win/fast/html/details-open5-expected.png:
98900         * platform/chromium-win/fast/html/details-open5-expected.txt:
98901         * platform/chromium-win/fast/html/details-open6-expected.png:
98902         * platform/chromium-win/fast/html/details-open6-expected.txt:
98903         * platform/chromium-win/fast/html/details-position-expected.png:
98904         * platform/chromium-win/fast/html/details-position-expected.txt:
98905         * platform/chromium-win/fast/html/details-remove-child-1-expected.png:
98906         * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
98907         * platform/chromium-win/fast/html/details-remove-child-2-expected.png:
98908         * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
98909         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
98910         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
98911         * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
98912         * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
98913         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
98914         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
98915         * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
98916         * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
98917         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
98918         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
98919         * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
98920         * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
98921         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
98922         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
98923         * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
98924         * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
98925         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
98926         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
98927         * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
98928         * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
98929         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
98930         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
98931         * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
98932         * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
98933         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png:
98934         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
98935         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png:
98936         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
98937         * platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
98938         * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
98939         * platform/chromium-win/fast/html/details-replace-text-expected.png:
98940         * platform/chromium-win/fast/html/details-replace-text-expected.txt:
98941         * platform/chromium-win/fast/html/details-writing-mode-expected.png:
98942         * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
98943         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png:
98944         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt:
98945         * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt:
98946         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
98947         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
98948         * platform/chromium-win/fast/text/international/vertical-text-glyph-test-expected.png:
98949         * platform/chromium-win/fast/text/international/vertical-text-glyph-test-expected.txt:
98950         * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
98951         * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt:
98952         * platform/chromium-win/platform/chromium/virtual/softwarecompositing: Added.
98953         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows: Added.
98954         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Added.
98955         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png:
98956         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.txt:
98957         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
98958         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
98959         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
98960         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
98961         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
98962         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
98963         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
98964         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
98965         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
98966         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
98967         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
98968         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
98969         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
98970         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
98971         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
98972         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
98973         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
98974         * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.txt:
98975         * platform/chromium/TestExpectations:
98976         * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Replaced.
98977         * platform/chromium/fast/forms/input-baseline-expected.txt: Removed.
98978         * platform/chromium/fast/forms/placeholder-position-expected.txt: Removed.
98979         * platform/mac/fast/forms/input-baseline-expected.txt: Removed.
98980         * platform/mac/fast/forms/placeholder-position-expected.txt: Removed.
98981
98982 2012-10-19  Levi Weintraub  <leviw@chromium.org>
98983
98984         Unreviewed gardening. Fixing a lint issue.
98985
98986         * platform/chromium/TestExpectations:
98987
98988 2012-10-19  Chris Fleizach  <cfleizach@apple.com>
98989
98990         AX: aria-hidden=false does not work as expected
98991         https://bugs.webkit.org/show_bug.cgi?id=98787
98992
98993         Reviewed by Beth Dakin.
98994
98995         * accessibility/aria-hidden-negates-no-visibility.html: Added.
98996         * platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt: Added.
98997
98998 2012-10-19  Shinya Kawanaka  <shinyak@chromium.org>
98999
99000         Elements assigned to <shadow> should not be reprojected.
99001         https://bugs.webkit.org/show_bug.cgi?id=99680
99002
99003         Reviewed by Dimitri Glazkov.
99004
99005         * fast/dom/shadow/content-reprojection-complex-expected.html: Added.
99006         * fast/dom/shadow/content-reprojection-complex.html: Added.
99007         * fast/dom/shadow/content-reprojection-shadow-expected.html: Added.
99008         * fast/dom/shadow/content-reprojection-shadow.html: Added.
99009         * fast/dom/shadow/shadow-reprojection-prohibited-expected.html: Added.
99010         * fast/dom/shadow/shadow-reprojection-prohibited.html: Added.
99011
99012 2012-10-19  Pan Deng  <pan.deng@intel.com>
99013
99014         Fix incorrect User Timing test case path in TestExpectations of qt-5.0-wk2 platform.
99015         https://bugs.webkit.org/show_bug.cgi?id=99811.
99016
99017         Reviewed by Tony Gentilcore.
99018
99019         Path 'http/tests/w3c/webperf/proposal/Intel/user-timing' is replaced by 'http/tests/w3c/webperf/submission/Intel/user-timing' in this patch.
99020
99021         * platform/qt-5.0-wk2/TestExpectations:
99022
99023 2012-10-19  Chris Fleizach  <cfleizach@apple.com>
99024
99025         VO issues with hidden <legend> and last explicitly labelled element within a group <fieldset>
99026         https://bugs.webkit.org/show_bug.cgi?id=96325
99027
99028         Reviewed by Beth Dakin.
99029
99030         * accessibility/hidden-legend-expected.txt: Added.
99031         * accessibility/hidden-legend.html: Added.
99032         * platform/chromium/TestExpectations:
99033
99034 2012-10-19  Shinya Kawanaka  <shinyak@chromium.org>
99035
99036         Should have a test case where InsertionPoint has a ShadowRoot.
99037         https://bugs.webkit.org/show_bug.cgi?id=99822
99038
99039         Reviewed by Dimitri Glazkov.
99040
99041         We didn't have a test case where InsertionPoint has a ShadowRoot. Let's have it not to cause a regression.
99042
99043         * fast/dom/shadow/shadowroot-of-insertionpoint-expected.html: Added.
99044         * fast/dom/shadow/shadowroot-of-insertionpoint.html: Added.
99045
99046 2012-10-19  Chris Fleizach  <cfleizach@apple.com>
99047
99048         AX: Refactor accessibility name computation so it's more platform independent
99049         https://bugs.webkit.org/show_bug.cgi?id=99502
99050
99051         Reviewed by Beth Dakin.
99052
99053         Update a test to reflect change in what shoud be recognized as a title.
99054
99055         * platform/mac/accessibility/aria-radiobutton-text.html:
99056
99057 2012-10-19  Zan Dobersek  <zandobersek@gmail.com>
99058
99059         [WK2][GTK] Fullscreen tests timing out in bots
99060         https://bugs.webkit.org/show_bug.cgi?id=93973
99061
99062         Reviewed by Philippe Normand.
99063
99064         Remove failure expectations for the fullscreen tests. They all pass now,
99065         with a pass expectation needed for one test to aknowledge that.
99066
99067         * platform/gtk-wk2/TestExpectations:
99068
99069 2012-10-19  Kent Tamura  <tkent@chromium.org>
99070
99071         [Chromium] Test expectation update
99072         http://webkit.org/b/99818
99073
99074         month-multiple-fields-keyboard-events.html is failing on SnowLeopard too.
99075
99076         * platform/chromium/TestExpectations:
99077
99078 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
99079
99080         [Qt] Pixel tests need rebaseline
99081         https://bugs.webkit.org/show_bug.cgi?id=99323
99082
99083         Unreviewed pixel rebaseline.
99084
99085         Part 7.
99086         Rebaseline the rest of pixel results. All of these tests producing correct results,
99087         only the expectations were outdated. Most of the differenes was not detectable by
99088         looking at the expected and actual results, only ImageDiff sees the difference.
99089
99090         * platform/qt/http/tests/misc/acid2-expected.png:
99091         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png:
99092         * platform/qt/tables/mozilla/bugs/bug101674-expected.png:
99093         * platform/qt/tables/mozilla/bugs/bug10269-2-expected.png:
99094         * platform/qt/tables/mozilla/bugs/bug10633-expected.png:
99095         * platform/qt/tables/mozilla/bugs/bug1067-2-expected.png:
99096         * platform/qt/tables/mozilla/bugs/bug113235-1-expected.png:
99097         * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
99098         * platform/qt/tables/mozilla/bugs/bug126742-expected.png:
99099         * platform/qt/tables/mozilla/bugs/bug1302-expected.png:
99100         * platform/qt/tables/mozilla/bugs/bug137388-2-expected.png:
99101         * platform/qt/tables/mozilla/bugs/bug1430-expected.png:
99102         * platform/qt/tables/mozilla/bugs/bug17130-1-expected.png:
99103         * platform/qt/tables/mozilla/bugs/bug17130-2-expected.png:
99104         * platform/qt/tables/mozilla/bugs/bug22019-expected.png:
99105         * platform/qt/tables/mozilla/bugs/bug23235-expected.png:
99106         * platform/qt/tables/mozilla/bugs/bug2479-1-expected.png:
99107         * platform/qt/tables/mozilla/bugs/bug2479-3-expected.png:
99108         * platform/qt/tables/mozilla/bugs/bug2479-4-expected.png:
99109         * platform/qt/tables/mozilla/bugs/bug2886-expected.png:
99110         * platform/qt/tables/mozilla/bugs/bug2947-expected.png:
99111         * platform/qt/tables/mozilla/bugs/bug2962-expected.png:
99112         * platform/qt/tables/mozilla/bugs/bug6404-expected.png:
99113         * platform/qt/tables/mozilla/bugs/bug73321-expected.png:
99114         * platform/qt/tables/mozilla/bugs/bug86708-expected.png:
99115         * platform/qt/tables/mozilla/bugs/bug8950-expected.png:
99116         * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
99117         * platform/qt/tables/mozilla/core/bloomberg-expected.png:
99118         * platform/qt/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
99119         * platform/qt/tables/mozilla/core/one_row-expected.png:
99120         * platform/qt/tables/mozilla/marvin/backgr_index-expected.png:
99121         * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
99122         * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
99123         * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
99124         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
99125         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
99126         * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
99127         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
99128         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
99129         * platform/qt/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
99130         * platform/qt/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
99131         * platform/qt/tables/mozilla/marvin/tbody_valign_middle-expected.png:
99132         * platform/qt/tables/mozilla/marvin/tbody_valign_top-expected.png:
99133         * platform/qt/tables/mozilla/marvin/td_valign_baseline-expected.png:
99134         * platform/qt/tables/mozilla/marvin/td_valign_bottom-expected.png:
99135         * platform/qt/tables/mozilla/marvin/td_valign_middle-expected.png:
99136         * platform/qt/tables/mozilla/marvin/td_valign_top-expected.png:
99137         * platform/qt/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
99138         * platform/qt/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
99139         * platform/qt/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
99140         * platform/qt/tables/mozilla/marvin/tfoot_valign_top-expected.png:
99141         * platform/qt/tables/mozilla/marvin/th_valign_baseline-expected.png:
99142         * platform/qt/tables/mozilla/marvin/th_valign_bottom-expected.png:
99143         * platform/qt/tables/mozilla/marvin/th_valign_middle-expected.png:
99144         * platform/qt/tables/mozilla/marvin/th_valign_top-expected.png:
99145         * platform/qt/tables/mozilla/marvin/thead_valign_baseline-expected.png:
99146         * platform/qt/tables/mozilla/marvin/thead_valign_bottom-expected.png:
99147         * platform/qt/tables/mozilla/marvin/thead_valign_middle-expected.png:
99148         * platform/qt/tables/mozilla/marvin/thead_valign_top-expected.png:
99149         * platform/qt/tables/mozilla/marvin/tr_valign_baseline-expected.png:
99150         * platform/qt/tables/mozilla/marvin/tr_valign_bottom-expected.png:
99151         * platform/qt/tables/mozilla/marvin/tr_valign_middle-expected.png:
99152         * platform/qt/tables/mozilla/marvin/tr_valign_top-expected.png:
99153         * platform/qt/tables/mozilla/other/cell_widths-expected.png:
99154         * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
99155         * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.png:
99156         * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
99157         * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
99158         * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
99159         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
99160         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
99161         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
99162         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
99163         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
99164         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
99165         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
99166         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
99167         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
99168         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
99169         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
99170         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
99171         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
99172         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
99173         * platform/qt/transforms/3d/general/matrix-with-zoom-3d-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla/bugs/bug1067-2-expected.png.
99174         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.png:
99175         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
99176         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png:
99177         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.png:
99178         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
99179         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
99180         * platform/qt/transitions/suspend-transform-transition-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla/bugs/bug1067-2-expected.png.
99181
99182 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
99183
99184         [Qt] Pixel tests need rebaseline
99185         https://bugs.webkit.org/show_bug.cgi?id=99323
99186
99187         Unreviewed pixel rebaseline.
99188
99189         Part 6.
99190         Rebaseline pixel results in the svg directory.
99191         All of these tests producing correct results, only the expectations
99192         were outdated. Most of the differenes was not detectable by looking
99193         at the expected and actual results, only ImageDiff sees the difference.
99194
99195         * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
99196         * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
99197         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
99198         * platform/qt/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png:
99199         * platform/qt/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
99200         * platform/qt/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
99201         * platform/qt/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
99202         * platform/qt/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
99203         * platform/qt/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
99204         * platform/qt/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
99205         * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
99206         * platform/qt/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
99207         * platform/qt/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
99208         * platform/qt/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
99209         * platform/qt/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
99210         * platform/qt/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
99211         * platform/qt/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
99212         * platform/qt/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
99213         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
99214         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
99215         * platform/qt/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
99216         * platform/qt/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
99217         * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
99218         * platform/qt/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
99219         * platform/qt/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
99220         * platform/qt/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
99221         * platform/qt/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
99222         * platform/qt/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
99223         * platform/qt/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
99224         * platform/qt/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
99225         * platform/qt/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
99226         * platform/qt/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
99227         * platform/qt/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
99228         * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
99229         * platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
99230         * platform/qt/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
99231         * platform/qt/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
99232         * platform/qt/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
99233         * platform/qt/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
99234         * platform/qt/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
99235         * platform/qt/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
99236         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
99237         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
99238         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
99239         * platform/qt/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
99240         * platform/qt/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
99241         * platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
99242         * platform/qt/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
99243         * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
99244         * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
99245         * platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
99246         * platform/qt/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
99247         * platform/qt/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
99248         * platform/qt/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
99249         * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
99250         * platform/qt/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
99251         * platform/qt/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
99252         * platform/qt/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
99253         * platform/qt/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
99254         * platform/qt/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
99255         * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
99256         * platform/qt/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
99257         * platform/qt/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
99258         * platform/qt/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
99259         * platform/qt/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
99260         * platform/qt/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
99261         * platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
99262         * platform/qt/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
99263         * platform/qt/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
99264         * platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
99265         * platform/qt/svg/animations/animateMotion-additive-2c-expected.png: Added.
99266         * platform/qt/svg/animations/animateMotion-additive-2d-expected.png: Added.
99267         * platform/qt/svg/as-border-image/svg-as-border-image-expected.png:
99268         * platform/qt/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
99269         * platform/qt/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
99270         * platform/qt/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png:
99271         * platform/qt/svg/css/text-shadow-multiple-expected.png:
99272         * platform/qt/svg/custom/absolute-sized-content-with-resources-expected.png:
99273         * platform/qt/svg/custom/altglyph-expected.png:
99274         * platform/qt/svg/custom/focus-ring-expected.png:
99275         * platform/qt/svg/custom/glyph-selection-lang-attribute-expected.png:
99276         * platform/qt/svg/custom/gradient-stroke-width-expected.png:
99277         * platform/qt/svg/custom/grayscale-gradient-mask-2-expected.png:
99278         * platform/qt/svg/custom/grayscale-gradient-mask-expected.png:
99279         * platform/qt/svg/custom/image-rescale-expected.png:
99280         * platform/qt/svg/custom/image-small-width-height-expected.png:
99281         * platform/qt/svg/custom/relative-sized-image-expected.png:
99282         * platform/qt/svg/custom/text-rotation-expected.png:
99283         * platform/qt/svg/dom/css-transforms-expected.png:
99284         * platform/qt/svg/filters/feDropShadow-expected.png:
99285         * platform/qt/svg/filters/filterRes1-expected.png:
99286         * platform/qt/svg/filters/filterRes3-expected.png:
99287         * platform/qt/svg/hixie/perf/004-expected.png:
99288         * platform/qt/svg/hixie/use/002-expected.png:
99289         * platform/qt/svg/text/multichar-glyph-expected.png:
99290         * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.png:
99291         * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.png:
99292         * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.png:
99293         * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.png:
99294         * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.png:
99295         * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.png:
99296         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
99297         * platform/qt/svg/text/select-x-list-2-expected.png:
99298         * platform/qt/svg/text/select-x-list-3-expected.png:
99299         * platform/qt/svg/text/select-x-list-4-expected.png:
99300         * platform/qt/svg/text/select-x-list-with-tspans-2-expected.png:
99301         * platform/qt/svg/text/select-x-list-with-tspans-3-expected.png:
99302         * platform/qt/svg/text/select-x-list-with-tspans-4-expected.png:
99303         * platform/qt/svg/text/selection-doubleclick-expected.png:
99304         * platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
99305         * platform/qt/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
99306         * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
99307         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
99308         * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
99309         * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
99310
99311 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
99312
99313         [Qt] Pixel tests need rebaseline
99314         https://bugs.webkit.org/show_bug.cgi?id=99323
99315
99316         Unreviewed pixel rebaseline.
99317
99318         Part 5.
99319         Rebaseline pixel results the rest of the fast directory.
99320         All of these tests producing correct results, only the expectations
99321         were outdated. Most of the differenes was not detectable by looking
99322         at the expected and actual results, only ImageDiff sees the difference.
99323
99324         * platform/qt/fast/dom/Element/class-attribute-whitespace-expected.png:
99325         * platform/qt/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png:
99326         * platform/qt/fast/dom/children-nodes-expected.png:
99327         * platform/qt/fast/dom/clone-node-dynamic-style-expected.png:
99328         * platform/qt/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
99329         * platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png:
99330         * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
99331         * platform/qt/fast/dynamic/selection-highlight-adjust-expected.png:
99332         * platform/qt/fast/dynamic/staticY-marking-parents-regression-expected.png:
99333         * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.png:
99334         * platform/qt/fast/events/pointer-events-2-expected.png:
99335         * platform/qt/fast/forms/listbox-scrollbar-incremental-load-expected.png:
99336         * platform/qt/fast/forms/select-change-listbox-size-expected.png:
99337         * platform/qt/fast/images/color-jpeg-with-color-profile-expected.png:
99338         * platform/qt/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
99339         * platform/qt/fast/inline/br-text-decoration-expected.png:
99340         * platform/qt/fast/inline/continuation-outlines-expected.png:
99341         * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.png:
99342         * platform/qt/fast/inline/inline-box-background-expected.png:
99343         * platform/qt/fast/inline/inline-box-background-long-image-expected.png:
99344         * platform/qt/fast/inline/inline-box-background-repeat-x-expected.png:
99345         * platform/qt/fast/inline/inline-box-background-repeat-y-expected.png:
99346         * platform/qt/fast/layers/normal-flow-hit-test-expected.png:
99347         * platform/qt/fast/layers/opacity-outline-expected.png:
99348         * platform/qt/fast/layers/scroll-rect-to-visible-expected.png:
99349         * platform/qt/fast/line-grid/line-grid-contains-value-expected.png:
99350         * platform/qt/fast/line-grid/line-grid-inside-columns-expected.png:
99351         * platform/qt/fast/line-grid/line-grid-into-columns-expected.png:
99352         * platform/qt/fast/lists/003-expected.png:
99353         * platform/qt/fast/lists/003-vertical-expected.png:
99354         * platform/qt/fast/lists/marker-before-empty-inline-expected.png:
99355         * platform/qt/fast/lists/marker-image-error-expected.png:
99356         * platform/qt/fast/lists/markers-in-selection-expected.png:
99357         * platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.png:
99358         * platform/qt/fast/lists/scrolled-marker-paint-expected.png:
99359         * platform/qt/fast/multicol/column-rules-expected.png:
99360         * platform/qt/fast/multicol/column-rules-stacking-expected.png:
99361         * platform/qt/fast/multicol/columns-shorthand-parsing-expected.png:
99362         * platform/qt/fast/multicol/float-multicol-expected.png:
99363         * platform/qt/fast/multicol/nested-columns-expected.png:
99364         * platform/qt/fast/multicol/overflow-across-columns-percent-height-expected.png:
99365         * platform/qt/fast/multicol/positioned-with-constrained-height-expected.png:
99366         * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png:
99367         * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
99368         * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
99369         * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
99370         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
99371         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.png:
99372         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
99373         * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
99374         * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.png:
99375         * platform/qt/fast/multicol/span/span-margin-collapsing-expected.png:
99376         * platform/qt/fast/multicol/vertical-lr/column-rules-expected.png:
99377         * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
99378         * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.png:
99379         * platform/qt/fast/multicol/vertical-rl/column-rules-expected.png:
99380         * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
99381         * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.png:
99382         * platform/qt/fast/overflow/hit-test-overflow-controls-expected.png:
99383         * platform/qt/fast/overflow/image-selection-highlight-expected.png:
99384         * platform/qt/fast/overflow/overflow-focus-ring-expected.png:
99385         * platform/qt/fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
99386         * platform/qt/fast/overflow/paged-x-div-expected.png:
99387         * platform/qt/fast/overflow/paged-x-on-root-expected.png:
99388         * platform/qt/fast/overflow/paged-y-div-expected.png:
99389         * platform/qt/fast/overflow/paged-y-on-root-expected.png:
99390         * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.png:
99391         * platform/qt/fast/reflections/reflection-direction-expected.png:
99392         * platform/qt/fast/reflections/reflection-with-zoom-expected.png:
99393         * platform/qt/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png:
99394         * platform/qt/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png:
99395         * platform/qt/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png:
99396         * platform/qt/fast/regions/percentage-margins-variable-width-regions-expected.png:
99397         * platform/qt/fast/repaint/float-overflow-expected.png:
99398         * platform/qt/fast/repaint/float-overflow-right-expected.png:
99399         * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.png:
99400         * platform/qt/fast/replaced/001-expected.png:
99401         * platform/qt/fast/replaced/002-expected.png:
99402         * platform/qt/fast/replaced/003-expected.png:
99403         * platform/qt/fast/replaced/absolute-image-sizing-expected.png:
99404         * platform/qt/fast/replaced/image-sizing-expected.png:
99405         * platform/qt/fast/replaced/inline-box-wrapper-handover-expected.png:
99406         * platform/qt/fast/replaced/selection-rect-in-table-cell-expected.png:
99407         * platform/qt/fast/ruby/ruby-block-style-not-updated-expected.png: Added.
99408         * platform/qt/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.png: Added.
99409         * platform/qt/fast/ruby/ruby-inline-style-not-updated-expected.png: Added.
99410         * platform/qt/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.png: Added.
99411         * platform/qt/fast/selectors/166-expected.png:
99412         * platform/qt/fast/table/border-collapsing/004-expected.png:
99413         * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
99414         * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-expected.png:
99415         * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png:
99416         * platform/qt/fast/table/edge-offsets-expected.png:
99417         * platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.png:
99418         * platform/qt/fast/table/frame-and-rules-expected.png:
99419         * platform/qt/fast/table/prepend-in-anonymous-table-expected.png:
99420         * platform/qt/fast/table/table-row-style-not-updated-expected.png: Added.
99421         * platform/qt/fast/table/table-row-style-not-updated-with-before-content-expected.png: Added.
99422         * platform/qt/fast/table/table-style-not-updated-expected.png: Added.
99423         * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.png:
99424         * platform/qt/fast/text/break-word-expected.png:
99425         * platform/qt/fast/text/capitalize-empty-generated-string-expected.png:
99426         * platform/qt/fast/text/capitalize-preserve-nbsp-expected.png:
99427         * platform/qt/fast/text/delete-hard-break-character-expected.png:
99428         * platform/qt/fast/text/hyphenate-limit-lines-expected.png:
99429         * platform/qt/fast/text/midword-break-hang-expected.png:
99430         * platform/qt/fast/text/reset-emptyRun-expected.png:
99431         * platform/qt/fast/text/selection-hard-linebreak-expected.png:
99432         * platform/qt/fast/text/stroking-decorations-expected.png:
99433         * platform/qt/fast/text/text-letter-spacing-expected.png:
99434         * platform/qt/fast/text/wbr-expected.png:
99435         * platform/qt/fast/text/whitespace/018-expected.png:
99436         * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
99437         * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.png:
99438         * platform/qt/fast/transforms/shadows-expected.png:
99439         * platform/qt/fast/transforms/transformed-caret-expected.png:
99440         * platform/qt/fast/transforms/transforms-with-zoom-expected.png:
99441         * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
99442         * platform/qt/fast/writing-mode/english-lr-text-expected.png:
99443
99444 2012-10-19  Kent Tamura  <tkent@chromium.org>
99445
99446         Use Localizer::monthFormat to construct input[type=month] UI
99447         https://bugs.webkit.org/show_bug.cgi?id=99818
99448
99449         Reviewed by Kentaro Hara.
99450
99451         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.txt: Added.
99452         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html: Added.
99453         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
99454         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
99455         Updated because symbolic month fields don't support digit-key input.
99456         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
99457         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
99458         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
99459         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
99460         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
99461         * platform/chromium/TestExpectations:
99462
99463 2012-10-19  Vsevolod Vlasov  <vsevik@chromium.org>
99464
99465         Web Inspector: inspector/styles/styles-history.html is failing Text on Windows and Linux
99466         https://bugs.webkit.org/show_bug.cgi?id=99519
99467
99468         Reviewed by Alexander Pavlov.
99469
99470         * inspector/styles/styles-history.html:
99471         * platform/chromium/TestExpectations:
99472
99473 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
99474
99475         [Qt] Pixel tests need rebaseline
99476         https://bugs.webkit.org/show_bug.cgi?id=99323
99477
99478         Unreviewed pixel rebase.
99479
99480         Part 4.
99481         Rebaseline pixel results in first part of fast (backgrounds, block, borders,
99482         box-shadow, css). All of these tests producing correct results, only the expectations
99483         were outdated. Most of the differenes was not detectable by looking at the expected
99484         and actual results, only ImageDiff sees the difference.
99485
99486         * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.png:
99487         * platform/qt/fast/backgrounds/background-position-parsing-expected.png:
99488         * platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
99489         * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
99490         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.png:
99491         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
99492         * platform/qt/fast/backgrounds/size/backgroundSize15-expected.png:
99493         * platform/qt/fast/backgrounds/size/backgroundSize16-expected.png:
99494         * platform/qt/fast/backgrounds/size/contain-and-cover-expected.png: Added.
99495         * platform/qt/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
99496         * platform/qt/fast/block/basic/adding-near-anonymous-block-expected.png:
99497         * platform/qt/fast/block/basic/truncation-rtl-expected.png:
99498         * platform/qt/fast/block/float/002-expected.png:
99499         * platform/qt/fast/block/float/020-expected.png:
99500         * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.png:
99501         * platform/qt/fast/block/float/float-in-float-painting-expected.png:
99502         * platform/qt/fast/block/float/intruding-painted-twice-expected.png:
99503         * platform/qt/fast/block/float/nopaint-after-layer-destruction-expected.png:
99504         * platform/qt/fast/block/float/nopaint-after-layer-destruction2-expected.png:
99505         * platform/qt/fast/block/float/table-relayout-expected.png:
99506         * platform/qt/fast/block/float/vertical-move-relayout-expected.png:
99507         * platform/qt/fast/block/margin-collapse/055-expected.png:
99508         * platform/qt/fast/block/positioning/absolute-in-inline-ltr-3-expected.png:
99509         * platform/qt/fast/block/positioning/absolute-in-inline-short-ltr-expected.png:
99510         * platform/qt/fast/block/positioning/absolute-in-inline-short-rtl-expected.png:
99511         * platform/qt/fast/block/positioning/auto/007-expected.png:
99512         * platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.png:
99513         * platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.png:
99514         * platform/qt/fast/borders/border-image-01-expected.png:
99515         * platform/qt/fast/borders/border-image-border-radius-expected.png:
99516         * platform/qt/fast/borders/border-image-longhand-expected.png:
99517         * platform/qt/fast/borders/border-image-massive-scale-expected.png:
99518         * platform/qt/fast/borders/border-image-outset-expected.png:
99519         * platform/qt/fast/borders/border-image-outset-in-shorthand-expected.png:
99520         * platform/qt/fast/borders/border-image-repeat-expected.png:
99521         * platform/qt/fast/borders/border-image-rotate-transform-expected.png:
99522         * platform/qt/fast/borders/border-image-scale-transform-expected.png:
99523         * platform/qt/fast/borders/border-image-scaled-expected.png:
99524         * platform/qt/fast/borders/border-image-scrambled-expected.png:
99525         * platform/qt/fast/borders/border-image-side-reduction-expected.png:
99526         * platform/qt/fast/borders/border-image-source-expected.png:
99527         * platform/qt/fast/borders/border-mixed-alpha-expected.png:
99528         * platform/qt/fast/borders/border-radius-complex-inner-expected.png:
99529         * platform/qt/fast/borders/border-radius-different-width-001-expected.png:
99530         * platform/qt/fast/borders/rtl-border-01-expected.png:
99531         * platform/qt/fast/borders/rtl-border-02-expected.png:
99532         * platform/qt/fast/borders/rtl-border-03-expected.png:
99533         * platform/qt/fast/borders/rtl-border-04-expected.png:
99534         * platform/qt/fast/box-shadow/spread-expected.png:
99535         * platform/qt/fast/canvas/arc360-expected.png:
99536         * platform/qt/fast/canvas/canvas-before-css-expected.png:
99537         * platform/qt/fast/canvas/canvas-composite-expected.png:
99538         * platform/qt/fast/canvas/canvas-text-alignment-expected.png:
99539         * platform/qt/fast/canvas/canvas-text-baseline-expected.png:
99540         * platform/qt/fast/canvas/canvasDrawingIntoSelf-expected.png:
99541         * platform/qt/fast/canvas/check-stale-putImageData-expected.png: Added.
99542         * platform/qt/fast/canvas/drawImage-expected.png:
99543         * platform/qt/fast/canvas/drawImage-with-globalAlpha-expected.png:
99544         * platform/qt/fast/canvas/fill-stroke-clip-reset-path-expected.png:
99545         * platform/qt/fast/canvas/fillrect-gradient-zero-stops-expected.png:
99546         * platform/qt/fast/canvas/fillrect_gradient-expected.png:
99547         * platform/qt/fast/canvas/image-object-in-canvas-expected.png:
99548         * platform/qt/fast/canvas/patternfill-repeat-expected.png:
99549         * platform/qt/fast/canvas/quadraticCurveTo-expected.png:
99550         * platform/qt/fast/canvas/shadow-offset-1-expected.png:
99551         * platform/qt/fast/canvas/shadow-offset-2-expected.png:
99552         * platform/qt/fast/canvas/shadow-offset-3-expected.png:
99553         * platform/qt/fast/canvas/shadow-offset-4-expected.png:
99554         * platform/qt/fast/canvas/shadow-offset-5-expected.png:
99555         * platform/qt/fast/canvas/shadow-offset-6-expected.png:
99556         * platform/qt/fast/canvas/shadow-offset-7-expected.png:
99557         * platform/qt/fast/canvas/zero-size-fill-rect-expected.png:
99558         * platform/qt/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
99559         * platform/qt/fast/css/acid2-expected.png:
99560         * platform/qt/fast/css/clip-zooming-expected.png:
99561         * platform/qt/fast/css/css1_forward_compatible_parsing-expected.png:
99562         * platform/qt/fast/css/css2-system-fonts-expected.png:
99563         * platform/qt/fast/css/empty-pseudo-class-expected.png:
99564         * platform/qt/fast/css/find-next-layer-expected.png:
99565         * platform/qt/fast/css/first-child-pseudo-class-expected.png:
99566         * platform/qt/fast/css/first-letter-capitalized-expected.png:
99567         * platform/qt/fast/css/first-letter-detach-expected.png:
99568         * platform/qt/fast/css/first-letter-hover-expected.png:
99569         * platform/qt/fast/css/first-line-text-decoration-expected.png:
99570         * platform/qt/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
99571         * platform/qt/fast/css/first-of-type-pseudo-class-expected.png:
99572         * platform/qt/fast/css/focus-ring-multiline-expected.png:
99573         * platform/qt/fast/css/font-face-opentype-expected.png:
99574         * platform/qt/fast/css/font-face-synthetic-bold-italic-expected.png:
99575         * platform/qt/fast/css/font-face-weight-matching-expected.png:
99576         * platform/qt/fast/css/font-shorthand-weight-only-expected.png:
99577         * platform/qt/fast/css/hover-subselector-expected.png:
99578         * platform/qt/fast/css/hsl-color-expected.png:
99579         * platform/qt/fast/css/last-child-pseudo-class-expected.png:
99580         * platform/qt/fast/css/last-of-type-pseudo-class-expected.png:
99581         * platform/qt/fast/css/line-height-font-order-expected.png:
99582         * platform/qt/fast/css/margin-top-bottom-dynamic-expected.png:
99583         * platform/qt/fast/css/min-width-with-spanned-cell-expected.png: Added.
99584         * platform/qt/fast/css/min-width-with-spanned-cell-fixed-expected.png: Added.
99585         * platform/qt/fast/css/nth-child-dynamic-expected.png:
99586         * platform/qt/fast/css/only-child-pseudo-class-expected.png:
99587         * platform/qt/fast/css/only-of-type-pseudo-class-expected.png:
99588         * platform/qt/fast/css/outline-auto-empty-rects-expected.png:
99589         * platform/qt/fast/css/outline-auto-location-expected.png:
99590         * platform/qt/fast/css/percent-top-value-with-relative-position-expected.png:
99591         * platform/qt/fast/css/text-rendering-expected.png:
99592         * platform/qt/fast/css/universal-hover-quirk-expected.png:
99593
99594 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
99595
99596         [Qt] Pixel tests need rebaseline
99597         https://bugs.webkit.org/show_bug.cgi?id=99323
99598
99599         Unreviewed rebaseline.
99600
99601         Part 3.
99602         Rebase pixel results in editing. All of these tests producing correct results,
99603         only the expectations were outdated.
99604
99605         * platform/qt/editing/deleting/4922367-expected.png:
99606         * platform/qt/editing/deleting/5099303-expected.png:
99607         * platform/qt/editing/deleting/5144139-2-expected.png:
99608         * platform/qt/editing/deleting/5483370-expected.png:
99609         * platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
99610         * platform/qt/editing/deleting/delete-3608462-fix-expected.png:
99611         * platform/qt/editing/deleting/delete-4083333-fix-expected.png:
99612         * platform/qt/editing/deleting/delete-and-undo-expected.png:
99613         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
99614         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
99615         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
99616         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
99617         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
99618         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
99619         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
99620         * platform/qt/editing/deleting/delete-block-contents-001-expected.png:
99621         * platform/qt/editing/deleting/delete-block-contents-002-expected.png:
99622         * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.png:
99623         * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.png:
99624         * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.png:
99625         * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.png:
99626         * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.png:
99627         * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.png:
99628         * platform/qt/editing/deleting/delete-block-merge-contents-011-expected.png:
99629         * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.png:
99630         * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.png:
99631         * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.png:
99632         * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.png:
99633         * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.png:
99634         * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.png:
99635         * platform/qt/editing/deleting/delete-br-001-expected.png:
99636         * platform/qt/editing/deleting/delete-br-007-expected.png:
99637         * platform/qt/editing/deleting/delete-br-013-expected.png:
99638         * platform/qt/editing/deleting/delete-character-001-expected.png:
99639         * platform/qt/editing/deleting/delete-contiguous-ws-001-expected.png:
99640         * platform/qt/editing/deleting/delete-first-list-item-expected.png:
99641         * platform/qt/editing/deleting/delete-image-001-expected.png:
99642         * platform/qt/editing/deleting/delete-image-003-expected.png:
99643         * platform/qt/editing/deleting/delete-image-004-expected.png:
99644         * platform/qt/editing/deleting/delete-leading-ws-001-expected.png:
99645         * platform/qt/editing/deleting/delete-line-015-expected.png:
99646         * platform/qt/editing/deleting/delete-line-016-expected.png:
99647         * platform/qt/editing/deleting/delete-line-017-expected.png:
99648         * platform/qt/editing/deleting/delete-listitem-002-expected.png:
99649         * platform/qt/editing/deleting/delete-selection-001-expected.png:
99650         * platform/qt/editing/deleting/delete-to-select-table-expected.png:
99651         * platform/qt/editing/deleting/delete-trailing-ws-001-expected.png:
99652         * platform/qt/editing/deleting/delete-trailing-ws-002-expected.png:
99653         * platform/qt/editing/deleting/delete-ws-fixup-001-expected.png:
99654         * platform/qt/editing/deleting/delete-ws-fixup-002-expected.png:
99655         * platform/qt/editing/deleting/delete-ws-fixup-003-expected.png:
99656         * platform/qt/editing/deleting/delete-ws-fixup-004-expected.png:
99657         * platform/qt/editing/deleting/list-item-1-expected.png:
99658         * platform/qt/editing/deleting/merge-endOfParagraph-expected.png:
99659         * platform/qt/editing/deleting/merge-no-br-expected.png:
99660         * platform/qt/editing/deleting/merge-unrendered-space-expected.png:
99661         * platform/qt/editing/deleting/merge-whitespace-pre-expected.png:
99662         * platform/qt/editing/deleting/non-smart-delete-expected.png:
99663         * platform/qt/editing/deleting/smart-delete-001-expected.png:
99664         * platform/qt/editing/deleting/smart-delete-002-expected.png:
99665         * platform/qt/editing/deleting/table-cells-expected.png:
99666         * platform/qt/editing/execCommand/4580583-2-expected.png:
99667         * platform/qt/editing/execCommand/4641880-1-expected.png:
99668         * platform/qt/editing/execCommand/4641880-2-expected.png:
99669         * platform/qt/editing/execCommand/4747450-expected.png:
99670         * platform/qt/editing/execCommand/4916402-expected.png:
99671         * platform/qt/editing/execCommand/4916541-expected.png:
99672         * platform/qt/editing/execCommand/5080333-1-expected.png:
99673         * platform/qt/editing/execCommand/5080333-2-expected.png:
99674         * platform/qt/editing/execCommand/5136770-expected.png:
99675         * platform/qt/editing/execCommand/5138441-expected.png:
99676         * platform/qt/editing/execCommand/5142012-1-expected.png:
99677         * platform/qt/editing/execCommand/5142012-2-expected.png:
99678         * platform/qt/editing/execCommand/5190926-expected.png:
99679         * platform/qt/editing/execCommand/5481523-expected.png:
99680         * platform/qt/editing/execCommand/5569741-expected.png:
99681         * platform/qt/editing/execCommand/create-list-with-hr-expected.png:
99682         * platform/qt/editing/execCommand/indent-list-item-expected.png:
99683         * platform/qt/editing/execCommand/indent-selection-expected.png:
99684         * platform/qt/editing/execCommand/insert-list-and-stitch-expected.png:
99685         * platform/qt/editing/execCommand/print-expected.png:
99686         * platform/qt/editing/execCommand/remove-list-from-range-selection-expected.png:
99687         * platform/qt/editing/execCommand/selectAll-expected.png:
99688         * platform/qt/editing/input/caret-at-the-edge-of-input-expected.png:
99689         * platform/qt/editing/inserting/12882-expected.png:
99690         * platform/qt/editing/inserting/4278698-expected.png:
99691         * platform/qt/editing/inserting/4840662-expected.png:
99692         * platform/qt/editing/inserting/4960120-2-expected.png:
99693         * platform/qt/editing/inserting/5002441-expected.png:
99694         * platform/qt/editing/inserting/5058163-1-expected.png:
99695         * platform/qt/editing/inserting/5058163-2-expected.png:
99696         * platform/qt/editing/inserting/5156401-2-expected.png:
99697         * platform/qt/editing/inserting/5510537-expected.png:
99698         * platform/qt/editing/inserting/5549929-2-expected.png:
99699         * platform/qt/editing/inserting/5549929-3-expected.png:
99700         * platform/qt/editing/inserting/6703873-expected.png:
99701         * platform/qt/editing/inserting/editing-empty-divs-expected.png:
99702         * platform/qt/editing/inserting/insert-3775316-fix-expected.png:
99703         * platform/qt/editing/inserting/insert-after-delete-001-expected.png:
99704         * platform/qt/editing/inserting/insert-at-end-01-expected.png:
99705         * platform/qt/editing/inserting/insert-at-end-02-expected.png:
99706         * platform/qt/editing/inserting/insert-br-001-expected.png:
99707         * platform/qt/editing/inserting/insert-br-003-expected.png:
99708         * platform/qt/editing/inserting/insert-br-006-expected.png:
99709         * platform/qt/editing/inserting/insert-br-007-expected.png:
99710         * platform/qt/editing/inserting/insert-br-008-expected.png:
99711         * platform/qt/editing/inserting/insert-br-009-expected.png:
99712         * platform/qt/editing/inserting/insert-br-at-tabspan-001-expected.png:
99713         * platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.png:
99714         * platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.png:
99715         * platform/qt/editing/inserting/insert-br-quoted-001-expected.png:
99716         * platform/qt/editing/inserting/insert-br-quoted-002-expected.png:
99717         * platform/qt/editing/inserting/insert-br-quoted-003-expected.png:
99718         * platform/qt/editing/inserting/insert-br-quoted-004-expected.png:
99719         * platform/qt/editing/inserting/insert-br-quoted-005-expected.png:
99720         * platform/qt/editing/inserting/insert-br-quoted-006-expected.png:
99721         * platform/qt/editing/inserting/insert-div-022-expected.png:
99722         * platform/qt/editing/inserting/insert-div-023-expected.png:
99723         * platform/qt/editing/inserting/insert-div-024-expected.png:
99724         * platform/qt/editing/inserting/insert-div-026-expected.png:
99725         * platform/qt/editing/inserting/insert-paragraph-01-expected.png:
99726         * platform/qt/editing/inserting/insert-paragraph-03-expected.png:
99727         * platform/qt/editing/inserting/insert-paragraph-04-expected.png:
99728         * platform/qt/editing/inserting/insert-paragraph-05-expected.png:
99729         * platform/qt/editing/inserting/insert-space-in-empty-doc-expected.png:
99730         * platform/qt/editing/inserting/insert-tab-001-expected.png:
99731         * platform/qt/editing/inserting/insert-tab-002-expected.png:
99732         * platform/qt/editing/inserting/insert-tab-004-expected.png:
99733         * platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.png:
99734         * platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png:
99735         * platform/qt/editing/inserting/insert-text-at-tabspan-003-expected.png:
99736         * platform/qt/editing/inserting/insert-text-with-newlines-expected.png:
99737         * platform/qt/editing/inserting/line-break-expected.png:
99738         * platform/qt/editing/inserting/paragraph-separator-01-expected.png:
99739         * platform/qt/editing/inserting/paragraph-separator-02-expected.png:
99740         * platform/qt/editing/inserting/paragraph-separator-in-table-1-expected.png:
99741         * platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.png:
99742         * platform/qt/editing/inserting/return-key-with-selection-001-expected.png:
99743         * platform/qt/editing/inserting/return-key-with-selection-002-expected.png:
99744         * platform/qt/editing/inserting/return-key-with-selection-003-expected.png:
99745         * platform/qt/editing/inserting/typing-001-expected.png:
99746         * platform/qt/editing/inserting/typing-002-expected.png:
99747         * platform/qt/editing/inserting/typing-003-expected.png:
99748         * platform/qt/editing/inserting/typing-around-br-001-expected.png:
99749         * platform/qt/editing/inserting/typing-around-image-001-expected.png:
99750         * platform/qt/editing/pasteboard/3976872-expected.png:
99751         * platform/qt/editing/pasteboard/4076267-2-expected.png:
99752         * platform/qt/editing/pasteboard/4076267-3-expected.png:
99753         * platform/qt/editing/pasteboard/4631972-expected.png:
99754         * platform/qt/editing/pasteboard/4806874-expected.png:
99755         * platform/qt/editing/pasteboard/5006779-expected.png:
99756         * platform/qt/editing/pasteboard/5071074-2-expected.png:
99757         * platform/qt/editing/pasteboard/5071074-expected.png:
99758         * platform/qt/editing/pasteboard/5075944-expected.png:
99759         * platform/qt/editing/pasteboard/5156401-1-expected.png:
99760         * platform/qt/editing/pasteboard/5247341-expected.png:
99761         * platform/qt/editing/pasteboard/5387578-expected.png:
99762         * platform/qt/editing/pasteboard/5478250-expected.png:
99763         * platform/qt/editing/pasteboard/5601583-1-expected.png:
99764         * platform/qt/editing/pasteboard/8145-1-expected.png:
99765         * platform/qt/editing/pasteboard/8145-2-expected.png:
99766         * platform/qt/editing/pasteboard/8145-3-expected.png:
99767         * platform/qt/editing/pasteboard/bad-placeholder-expected.png:
99768         * platform/qt/editing/pasteboard/cut-text-001-expected.png:
99769         * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.png:
99770         * platform/qt/editing/pasteboard/displaced-placeholder-expected.png:
99771         * platform/qt/editing/pasteboard/merge-after-delete-1-expected.png:
99772         * platform/qt/editing/pasteboard/merge-after-delete-2-expected.png:
99773         * platform/qt/editing/pasteboard/merge-end-blockquote-expected.png:
99774         * platform/qt/editing/pasteboard/merge-start-blockquote-expected.png:
99775         * platform/qt/editing/pasteboard/paste-4035648-fix-expected.png:
99776         * platform/qt/editing/pasteboard/paste-4038267-fix-expected.png:
99777         * platform/qt/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
99778         * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
99779         * platform/qt/editing/pasteboard/paste-line-endings-001-expected.png:
99780         * platform/qt/editing/pasteboard/paste-line-endings-002-expected.png:
99781         * platform/qt/editing/pasteboard/paste-line-endings-003-expected.png:
99782         * platform/qt/editing/pasteboard/paste-line-endings-004-expected.png:
99783         * platform/qt/editing/pasteboard/paste-line-endings-005-expected.png:
99784         * platform/qt/editing/pasteboard/paste-line-endings-006-expected.png:
99785         * platform/qt/editing/pasteboard/paste-line-endings-007-expected.png:
99786         * platform/qt/editing/pasteboard/paste-line-endings-008-expected.png:
99787         * platform/qt/editing/pasteboard/paste-line-endings-009-expected.png:
99788         * platform/qt/editing/pasteboard/paste-line-endings-010-expected.png:
99789         * platform/qt/editing/pasteboard/paste-match-style-001-expected.png:
99790         * platform/qt/editing/pasteboard/paste-match-style-002-expected.png:
99791         * platform/qt/editing/pasteboard/paste-text-019-expected.png:
99792         * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
99793         * platform/qt/editing/pasteboard/pasting-object-expected.png:
99794         * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.png:
99795         * platform/qt/editing/pasteboard/smart-paste-007-expected.png:
99796         * platform/qt/editing/pasteboard/smart-paste-008-expected.png:
99797         * platform/qt/editing/pasteboard/undoable-fragment-removes-expected.png:
99798         * platform/qt/editing/pasteboard/unrendered-br-expected.png:
99799         * platform/qt/editing/selection/3690703-2-expected.png:
99800         * platform/qt/editing/selection/3690703-expected.png:
99801         * platform/qt/editing/selection/3690719-expected.png:
99802         * platform/qt/editing/selection/4397952-expected.png:
99803         * platform/qt/editing/selection/4818145-expected.png:
99804         * platform/qt/editing/selection/4932260-1-expected.png:
99805         * platform/qt/editing/selection/4932260-2-expected.png:
99806         * platform/qt/editing/selection/4932260-3-expected.png:
99807         * platform/qt/editing/selection/5007143-2-expected.png:
99808         * platform/qt/editing/selection/5007143-expected.png:
99809         * platform/qt/editing/selection/5057506-2-expected.png:
99810         * platform/qt/editing/selection/5057506-expected.png:
99811         * platform/qt/editing/selection/5076323-2-expected.png:
99812         * platform/qt/editing/selection/5076323-3-expected.png:
99813         * platform/qt/editing/selection/5131716-1-expected.png:
99814         * platform/qt/editing/selection/5131716-2-expected.png:
99815         * platform/qt/editing/selection/5131716-3-expected.png:
99816         * platform/qt/editing/selection/5131716-4-expected.png:
99817         * platform/qt/editing/selection/5234383-1-expected.png:
99818         * platform/qt/editing/selection/5234383-2-expected.png:
99819         * platform/qt/editing/selection/6476-expected.png:
99820         * platform/qt/editing/selection/after-line-wrap-expected.png:
99821         * platform/qt/editing/selection/caret-before-select-expected.png:
99822         * platform/qt/editing/selection/click-start-of-line-expected.png:
99823         * platform/qt/editing/selection/editable-non-editable-crash-expected.png:
99824         * platform/qt/editing/selection/end-of-document-expected.png:
99825         * platform/qt/editing/selection/extend-by-character-001-expected.png:
99826         * platform/qt/editing/selection/extend-by-character-006-expected.png:
99827         * platform/qt/editing/selection/extend-by-sentence-001-expected.png:
99828         * platform/qt/editing/selection/extend-by-word-001-expected.png:
99829         * platform/qt/editing/selection/extend-by-word-002-expected.png:
99830         * platform/qt/editing/selection/extend-selection-bidi-expected.png:
99831         * platform/qt/editing/selection/iframe-expected.png:
99832         * platform/qt/editing/selection/image-before-linebreak-expected.png:
99833         * platform/qt/editing/selection/inline-closest-leaf-child-expected.png:
99834         * platform/qt/editing/selection/leave-requested-block-expected.png:
99835         * platform/qt/editing/selection/mixed-editability-6-expected.png:
99836         * platform/qt/editing/selection/mixed-editability-7-expected.png:
99837         * platform/qt/editing/selection/move-backwords-by-word-001-expected.png:
99838         * platform/qt/editing/selection/move-between-blocks-no-001-expected.png:
99839         * platform/qt/editing/selection/move-by-character-001-expected.png:
99840         * platform/qt/editing/selection/move-by-line-001-expected.png:
99841         * platform/qt/editing/selection/move-by-line-002-expected.png:
99842         * platform/qt/editing/selection/move-by-sentence-001-expected.png:
99843         * platform/qt/editing/selection/move-by-sentence-linebreak-expected.png:
99844         * platform/qt/editing/selection/move-by-word-001-expected.png:
99845         * platform/qt/editing/selection/previous-line-position-expected.png:
99846         * platform/qt/editing/selection/replaced-boundaries-1-expected.png:
99847         * platform/qt/editing/selection/replaced-boundaries-2-expected.png:
99848         * platform/qt/editing/selection/replaced-boundaries-3-expected.png:
99849         * platform/qt/editing/selection/select-all-001-expected.png:
99850         * platform/qt/editing/selection/select-all-002-expected.png:
99851         * platform/qt/editing/selection/table-caret-1-expected.png:
99852         * platform/qt/editing/selection/table-caret-2-expected.png:
99853         * platform/qt/editing/selection/unrendered-space-expected.png:
99854         * platform/qt/editing/style/5017613-1-expected.png:
99855         * platform/qt/editing/style/5017613-2-expected.png:
99856         * platform/qt/editing/style/5046875-1-expected.png:
99857         * platform/qt/editing/style/5046875-2-expected.png:
99858         * platform/qt/editing/style/5065910-expected.png:
99859         * platform/qt/editing/style/5228141-expected.png:
99860         * platform/qt/editing/style/5279521-expected.png:
99861         * platform/qt/editing/style/block-styles-007-expected.png:
99862         * platform/qt/editing/style/font-family-with-space-expected.png:
99863         * platform/qt/editing/style/style-3681552-fix-001-expected.png:
99864         * platform/qt/editing/style/style-3681552-fix-002-expected.png:
99865         * platform/qt/editing/style/style-3998892-fix-expected.png:
99866         * platform/qt/editing/style/style-boundary-001-expected.png:
99867         * platform/qt/editing/style/style-boundary-002-expected.png:
99868         * platform/qt/editing/style/style-boundary-003-expected.png:
99869         * platform/qt/editing/style/style-boundary-004-expected.png:
99870         * platform/qt/editing/style/typing-style-001-expected.png:
99871         * platform/qt/editing/style/typing-style-002-expected.png:
99872         * platform/qt/editing/style/unbold-in-bold-expected.png:
99873         * platform/qt/editing/undo/4063751-expected.png:
99874         * platform/qt/editing/undo/5378473-expected.png:
99875         * platform/qt/editing/undo/redo-typing-001-expected.png:
99876         * platform/qt/editing/undo/undo-combined-delete-boundary-expected.png:
99877         * platform/qt/editing/undo/undo-combined-delete-expected.png:
99878         * platform/qt/editing/undo/undo-delete-boundary-expected.png:
99879         * platform/qt/editing/undo/undo-delete-expected.png:
99880         * platform/qt/editing/undo/undo-forward-delete-boundary-expected.png:
99881         * platform/qt/editing/undo/undo-forward-delete-expected.png:
99882         * platform/qt/editing/undo/undo-misspellings-expected.png:
99883         * platform/qt/editing/undo/undo-typing-001-expected.png:
99884         * platform/qt/editing/unsupported-content/list-delete-001-expected.png:
99885         * platform/qt/editing/unsupported-content/list-delete-003-expected.png:
99886         * platform/qt/editing/unsupported-content/list-type-after-expected.png:
99887         * platform/qt/editing/unsupported-content/list-type-before-expected.png:
99888         * platform/qt/editing/unsupported-content/table-delete-001-expected.png:
99889         * platform/qt/editing/unsupported-content/table-delete-002-expected.png:
99890         * platform/qt/editing/unsupported-content/table-delete-003-expected.png:
99891         * platform/qt/editing/unsupported-content/table-type-after-expected.png:
99892         * platform/qt/editing/unsupported-content/table-type-before-expected.png:
99893
99894 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
99895
99896         [Qt] Pixel tests need rebaseline
99897         https://bugs.webkit.org/show_bug.cgi?id=99323
99898
99899         Unreviewed rebaseline.
99900
99901         Part 2.
99902         Rebase pixel results in animations, compositing, css1, css2.1 and css3.
99903
99904         * platform/qt/animations/cross-fade-border-image-source-expected.png:
99905         * platform/qt/compositing/direct-image-compositing-expected.png:
99906         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
99907         * platform/qt/css1/basic/containment-expected.png:
99908         * platform/qt/css1/basic/inheritance-expected.png:
99909         * platform/qt/css1/box_properties/border-expected.png:
99910         * platform/qt/css1/box_properties/border_bottom-expected.png:
99911         * platform/qt/css1/box_properties/border_left-expected.png:
99912         * platform/qt/css1/box_properties/border_left_width-expected.png:
99913         * platform/qt/css1/box_properties/border_right_inline-expected.png:
99914         * platform/qt/css1/box_properties/border_right_width-expected.png:
99915         * platform/qt/css1/box_properties/border_style-expected.png:
99916         * platform/qt/css1/box_properties/border_top-expected.png:
99917         * platform/qt/css1/box_properties/clear_float-expected.png:
99918         * platform/qt/css1/box_properties/float_margin-expected.png:
99919         * platform/qt/css1/box_properties/float_on_text_elements-expected.png:
99920         * platform/qt/css1/box_properties/margin_inline-expected.png:
99921         * platform/qt/css1/box_properties/margin_left-expected.png:
99922         * platform/qt/css1/box_properties/margin_right-expected.png:
99923         * platform/qt/css1/box_properties/padding_bottom-expected.png:
99924         * platform/qt/css1/box_properties/padding_bottom_inline-expected.png:
99925         * platform/qt/css1/box_properties/padding_inline-expected.png:
99926         * platform/qt/css1/box_properties/padding_left-expected.png:
99927         * platform/qt/css1/box_properties/padding_right-expected.png:
99928         * platform/qt/css1/cascade/cascade_order-expected.png:
99929         * platform/qt/css1/cascade/important-expected.png:
99930         * platform/qt/css1/classification/display-expected.png:
99931         * platform/qt/css1/color_and_background/background_position-expected.png:
99932         * platform/qt/css1/color_and_background/background_repeat-expected.png:
99933         * platform/qt/css1/conformance/forward_compatible_parsing-expected.png:
99934         * platform/qt/css1/font_properties/font-expected.png:
99935         * platform/qt/css1/formatting_model/inline_elements-expected.png:
99936         * platform/qt/css1/formatting_model/vertical_formatting-expected.png:
99937         * platform/qt/css1/pseudo/anchor-expected.png:
99938         * platform/qt/css1/pseudo/firstletter-expected.png:
99939         * platform/qt/css1/pseudo/firstline-expected.png:
99940         * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.png:
99941         * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.png:
99942         * platform/qt/css1/text_properties/text_decoration-expected.png:
99943         * platform/qt/css1/text_properties/text_indent-expected.png:
99944         * platform/qt/css1/text_properties/text_transform-expected.png:
99945         * platform/qt/css1/units/urls-expected.png:
99946         * platform/qt/css2.1/20110323/c543-txt-decor-000-expected.png:
99947         * platform/qt/css2.1/20110323/margin-collapse-clear-016-expected.png: Added.
99948         * platform/qt/css2.1/20110323/replaced-min-max-001-expected.png:
99949         * platform/qt/css2.1/t051201-c23-first-line-00-b-expected.png:
99950         * platform/qt/css2.1/t0602-c13-inh-underlin-00-e-expected.png:
99951         * platform/qt/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
99952         * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.png:
99953         * platform/qt/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
99954         * platform/qt/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
99955         * platform/qt/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
99956         * platform/qt/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
99957         * platform/qt/css3/filters/crash-hw-sw-switch-expected.png:
99958         * platform/qt/css3/selectors3/html/css3-modsel-17-expected.png:
99959         * platform/qt/css3/selectors3/html/css3-modsel-18a-expected.png:
99960         * platform/qt/css3/selectors3/xhtml/css3-modsel-17-expected.png:
99961         * platform/qt/css3/selectors3/xhtml/css3-modsel-18a-expected.png:
99962         * platform/qt/css3/selectors3/xml/css3-modsel-17-expected.png:
99963         * platform/qt/css3/selectors3/xml/css3-modsel-18a-expected.png:
99964
99965 2012-10-19  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
99966
99967         [EFL] Gardening to make the bots green
99968         https://bugs.webkit.org/show_bug.cgi?id=99828
99969
99970         Unreviewed EFL gardening.
99971
99972         Adding test expectations for failures caused by
99973         r131836 and r131824.
99974
99975         * platform/efl-wk1/TestExpectations:
99976         * platform/efl/TestExpectations:
99977
99978 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
99979
99980         [Qt] Pixel tests need rebaseline
99981         https://bugs.webkit.org/show_bug.cgi?id=99323
99982
99983         Unreviewed rebaseline.
99984
99985         Part I.
99986         Identifying wrong results, and rebasing some expected png's.
99987
99988         * platform/qt-5.0-wk1/TestExpectations:
99989         * platform/qt-5.0-wk2/TestExpectations:
99990         * platform/qt-5.0-wk2/fast/borders/border-image-01-expected.png: Added.
99991         * platform/qt-5.0-wk2/fast/borders/border-image-border-radius-expected.png: Added.
99992         * platform/qt-5.0-wk2/fast/borders/border-image-longhand-expected.png: Added.
99993         * platform/qt-5.0-wk2/fast/borders/border-image-massive-scale-expected.png: Added.
99994         * platform/qt-5.0-wk2/fast/borders/border-image-outset-expected.png: Added.
99995         * platform/qt-5.0-wk2/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
99996         * platform/qt-5.0-wk2/fast/borders/border-image-repeat-expected.png: Added.
99997         * platform/qt-5.0-wk2/fast/borders/border-image-rotate-transform-expected.png: Added.
99998         * platform/qt-5.0-wk2/fast/borders/border-image-scale-transform-expected.png: Added.
99999         * platform/qt-5.0-wk2/fast/borders/border-image-scaled-expected.png: Added.
100000         * platform/qt-5.0-wk2/fast/borders/border-image-scrambled-expected.png: Added.
100001         * platform/qt-5.0-wk2/fast/borders/border-image-side-reduction-expected.png: Added.
100002         * platform/qt-5.0-wk2/fast/borders/border-image-source-expected.png: Added.
100003         * platform/qt-5.0-wk2/fast/borders/border-mixed-alpha-expected.png: Added.
100004         * platform/qt-5.0-wk2/fast/borders/border-radius-complex-inner-expected.png: Added.
100005         * platform/qt-5.0-wk2/fast/borders/border-radius-different-width-001-expected.png: Added.
100006         * platform/qt-5.0-wk2/fast/box-shadow/shadow-tiling-artifact-expected.png: Added.
100007         * platform/qt-5.0-wk2/fast/box-shadow/spread-expected.png: Added.
100008         * platform/qt-5.0-wk2/fast/canvas/arc360-expected.png: Added.
100009         * platform/qt-5.0-wk2/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Added.
100010         * platform/qt-5.0-wk2/fast/repaint/iframe-scroll-repaint-expected.png:
100011         * platform/qt-5.0-wk2/fast/repaint/selection-after-delete-expected.png:
100012         * platform/qt-5.0-wk2/fast/repaint/selection-after-remove-expected.png:
100013         * platform/qt-5.0-wk2/fast/repaint/selection-clear-expected.png:
100014         * platform/qt-5.0-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
100015         * platform/qt-5.0-wk2/fast/replaced/absolute-image-sizing-expected.png: Added.
100016         * platform/qt-5.0-wk2/fast/replaced/image-sizing-expected.png: Added.
100017         * platform/qt-5.0-wk2/svg/custom/mask-invalidation-expected.png: Copied from LayoutTests/platform/qt/svg/custom/mask-invalidation-expected.png.
100018         * platform/qt-5.0-wk2/svg/custom/relative-sized-image-expected.png: Added.
100019         * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
100020         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
100021         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
100022         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
100023         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
100024         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
100025         * 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.
100026         * platform/qt/TestExpectations:
100027         * platform/qt/animations/cross-fade-background-image-expected.png:
100028         * platform/qt/animations/cross-fade-border-image-source-expected.png:
100029         * platform/qt/animations/cross-fade-list-style-image-expected.png:
100030         * platform/qt/animations/cross-fade-webkit-mask-image-expected.png:
100031         * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.png:
100032         * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
100033         * platform/qt/svg/custom/mask-invalidation-expected.png:
100034         * platform/qt/svg/text/remove-text-node-from-tspan-expected.png:
100035         * platform/qt/svg/text/remove-tspan-from-text-expected.png:
100036         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Removed.
100037         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Removed.
100038
100039 2012-10-19  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
100040
100041         [EFL] Rebaseline pixel expectation that is rendered correctly now.
100042
100043         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
100044
100045 2012-10-19  Zan Dobersek  <zandobersek@gmail.com>
100046
100047         Unreviewed GTK gardening.
100048
100049         Adding a platform-specific baseline for a new Shadow DOM test
100050         that was introduced in r131758, the new baseline differs from
100051         the original one just by an annoying newline at the end of the
100052         document.
100053
100054         Adding test expectations for list styles test failure caused by
100055         r131836. Adding a test expectation for a new a11y test introduced
100056         in r131871.
100057
100058         * platform/gtk/TestExpectations:
100059         * platform/gtk/fast/dom/shadow/user-modify-in-datalist-crash-expected.txt: Added.
100060
100061 2012-10-19  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
100062
100063         [EFL] Unskip a few passing tests.
100064
100065         * platform/efl-wk1/TestExpectations:
100066         * platform/efl/TestExpectations:
100067
100068 2012-10-19  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
100069
100070         [EFL] Rebaseline a few pixel expectations now that WK1 also shows the resizer in textareas.
100071
100072         * platform/efl/fast/forms/basic-textareas-expected.png:
100073         * platform/efl/fast/forms/basic-textareas-quirks-expected.png:
100074
100075 2012-10-18  Dominic Mazzoni  <dmazzoni@google.com>
100076
100077         AX: labelForElement is slow when there are a lot of DOM elements
100078         https://bugs.webkit.org/show_bug.cgi?id=97825
100079
100080         Reviewed by Ryosuke Niwa.
100081
100082         Adds two new tests for titleUIElement that run on both Mac and
100083         Chromium. One tests correctness, the other tests speed.
100084
100085         Fixes one test so that it passes on Chromium.
100086         Enables other tests that now pass on Chromium.
100087
100088         * accessibility/secure-textfield-title-ui.html:
100089         * accessibility/title-ui-element-correctness-expected.txt: Added.
100090         * accessibility/title-ui-element-correctness.html: Added.
100091         * perf/accessibility-title-ui-element-expected.txt: Added.
100092         * perf/accessibility-title-ui-element.html: Added.
100093         * platform/chromium/TestExpectations:
100094
100095 2012-10-18  Alexander Pavlov  <apavlov@chromium.org>
100096
100097         Web Inspector: [Styles] Property considered overridden if it is non-inherited important property in inherited style
100098         https://bugs.webkit.org/show_bug.cgi?id=99720
100099
100100         Reviewed by Yury Semikhatsky.
100101
100102         * inspector/elements/elements-panel-styles-expected.txt:
100103         * inspector/elements/resources/elements-panel-styles.css:
100104         (#container):
100105         (.foo):
100106
100107 2012-10-18  Dongwoo Joshua Im  <dw.im@samsung.com>
100108
100109         quirk-orphaned-units.html should be removed from TestExpectations.
100110         https://bugs.webkit.org/show_bug.cgi?id=99807
100111
100112         Reviewed by Csaba Osztrogonác.
100113
100114         quirk-orphaned-units.html is no more existed, so it should be removed from TestExpectations.
100115
100116         * platform/qt-mac/TestExpectations: Remove quirk-orphaned-units.html.
100117
100118 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
100119
100120         Remove entries for now-passing tests in chroum-mac-mountainlion.
100121
100122         Unreviewed, expectations change.
100123
100124         * platform/chromium-mac-mountainlion/TestExpectations:
100125
100126 2012-10-18  Kunihiko Sakamoto  <ksakamoto@chromium.org>
100127
100128         Implement value sanitization algorithm for type=datetime
100129         https://bugs.webkit.org/show_bug.cgi?id=76893
100130
100131         Reviewed by Kent Tamura.
100132
100133         Added a test for the value sanitization algorithm for type=datetime.
100134         Also updated affected tests.
100135
100136         * fast/forms/datetime/ValidityState-typeMismatch-datetime-expected.txt:
100137         * fast/forms/datetime/ValidityState-typeMismatch-datetime.html:
100138         '0001-01-01T00:00+01:00' is an invalid value because that is before
100139         0001-01-01 00:00 UTC. '0001-01-01T00:00-01:00' is a valid value.
100140         * fast/forms/datetime/datetime-value-sanitization-expected.txt: Added.
100141         * fast/forms/datetime/datetime-value-sanitization.html: Added.
100142         * fast/forms/datetime/input-valueasdate-datetime-expected.txt:
100143         * fast/forms/datetime/input-valueasdate-datetime.html:
100144         Setting valueAsDate should run the algorithm to convert a Date object to a
100145         string, that returns valid normalized forced-UTC global date and time string.
100146         See http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#dom-input-valueasdate
100147         * fast/forms/datetime/input-valueasnumber-datetime-expected.txt:
100148         * fast/forms/datetime/input-valueasnumber-datetime.html:
100149         Setting valueAsNumber should run the algorithm to convert a number to a
100150         string, that returns valid normalized forced-UTC global date and time string.
100151         See http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#dom-input-valueasnumber
100152
100153 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
100154
100155         Unreviewed, expectations and baselines for chromium-mac-mountainlion
100156
100157         * 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.
100158         * 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.
100159         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
100160         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
100161         * platform/chromium/TestExpectations:
100162
100163 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
100164
100165         Land first batch of Chromium Mac 10.8-specific baselines.
100166
100167         Unreviewed, gardening.
100168
100169         * animations/cross-fade-background-image-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-background-image-expected.png.
100170         * animations/cross-fade-border-image-source-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-border-image-source-expected.png.
100171         * animations/cross-fade-list-style-image-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-list-style-image-expected.png.
100172         * animations/cross-fade-webkit-mask-image-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-webkit-mask-image-expected.png.
100173         * 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.
100174         * 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.
100175         * 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.
100176         * platform/chromium-mac-lion/animations/cross-fade-background-image-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/cross-fade-background-image-expected.png.
100177         * 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.
100178         * 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.
100179         * 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.
100180         * platform/chromium-mac-lion/animations/state-at-end-event-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/state-at-end-event-expected.png.
100181         * 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.
100182         * 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.
100183         * platform/chromium-mac-lion/compositing/compositing-visible-descendant-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/compositing-visible-descendant-expected.png.
100184         * platform/chromium-mac-lion/compositing/generated-content-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/generated-content-expected.png.
100185         * 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.
100186         * platform/chromium-mac-lion/compositing/geometry/composited-html-size-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/composited-html-size-expected.png.
100187         * platform/chromium-mac-lion/compositing/geometry/fixed-in-composited-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-in-composited-expected.png.
100188         * 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.
100189         * 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.
100190         * platform/chromium-mac-lion/compositing/geometry/fixed-position-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-position-expected.png.
100191         * 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.
100192         * 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.
100193         * 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.
100194         * 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.
100195         * 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.
100196         * 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.
100197         * platform/chromium-mac-lion/compositing/geometry/outline-change-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/outline-change-expected.png.
100198         * platform/chromium-mac-lion/compositing/geometry/partial-layout-update-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/partial-layout-update-expected.png.
100199         * platform/chromium-mac-lion/compositing/geometry/root-layer-update-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/root-layer-update-expected.png.
100200         * 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.
100201         * platform/chromium-mac-lion/compositing/geometry/video-fixed-scrolling-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/video-fixed-scrolling-expected.png.
100202         * platform/chromium-mac-lion/compositing/geometry/video-opacity-overlay-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/video-opacity-overlay-expected.png.
100203         * platform/chromium-mac-lion/compositing/iframes/composited-iframe-alignment-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/iframes/composited-iframe-alignment-expected.png.
100204         * 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.
100205         * 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.
100206         * platform/chromium-mac-lion/compositing/layers-inside-overflow-scroll-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/layers-inside-overflow-scroll-expected.png.
100207         * platform/chromium-mac-lion/compositing/masks/direct-image-mask-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/direct-image-mask-expected.png.
100208         * platform/chromium-mac-lion/compositing/masks/masked-ancestor-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/masked-ancestor-expected.png.
100209         * platform/chromium-mac-lion/compositing/masks/multiple-masks-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/multiple-masks-expected.png.
100210         * platform/chromium-mac-lion/compositing/masks/simple-composited-mask-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/simple-composited-mask-expected.png.
100211         * platform/chromium-mac-lion/compositing/overflow/ancestor-overflow-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/ancestor-overflow-expected.png.
100212         * 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.
100213         * platform/chromium-mac-lion/compositing/overflow/nested-scrolling-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png.
100214         * platform/chromium-mac-lion/compositing/overflow/overflow-compositing-descendant-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png.
100215         * platform/chromium-mac-lion/compositing/overflow/overflow-positioning-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/overflow-positioning-expected.png.
100216         * platform/chromium-mac-lion/compositing/overflow/overflow-scroll-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/overflow-scroll-expected.png.
100217         * platform/chromium-mac-lion/compositing/overflow/parent-overflow-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/parent-overflow-expected.png.
100218         * platform/chromium-mac-lion/compositing/overflow/remove-overflow-crash2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/remove-overflow-crash2-expected.png.
100219         * platform/chromium-mac-lion/compositing/overflow/scroll-ancestor-update-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png.
100220         * platform/chromium-mac-lion/compositing/overflow/scrollbar-painting-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/scrollbar-painting-expected.png.
100221         * 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.
100222         * platform/chromium-mac-lion/compositing/reflections/animation-inside-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png.
100223         * 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.
100224         * platform/chromium-mac-lion/compositing/reflections/deeply-nested-reflections-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/deeply-nested-reflections-expected.png.
100225         * 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.
100226         * 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.
100227         * 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.
100228         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-animated-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-animated-expected.png.
100229         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-expected.png.
100230         * 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.
100231         * 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.
100232         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-opacity-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-opacity-expected.png.
100233         * 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.
100234         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png.
100235         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-transformed2-expected.png.
100236         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transition-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-transition-expected.png.
100237         * platform/chromium-mac-lion/compositing/reflections/reflection-in-composited-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png.
100238         * platform/chromium-mac-lion/compositing/reflections/reflection-on-composited-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-on-composited-expected.png.
100239         * platform/chromium-mac-lion/compositing/reflections/reflection-ordering-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-ordering-expected.png.
100240         * platform/chromium-mac-lion/compositing/reflections/reflection-positioning-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-positioning-expected.png.
100241         * platform/chromium-mac-lion/compositing/reflections/reflection-positioning2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-positioning2-expected.png.
100242         * platform/chromium-mac-lion/compositing/reflections/simple-composited-reflections-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/simple-composited-reflections-expected.png.
100243         * platform/chromium-mac-lion/compositing/reflections/transform-inside-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/transform-inside-reflection-expected.png.
100244         * 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.
100245         * platform/chromium-mac-lion/compositing/repaint/composited-document-element-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/composited-document-element-expected.png.
100246         * platform/chromium-mac-lion/compositing/repaint/layer-repaint-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/layer-repaint-expected.png.
100247         * platform/chromium-mac-lion/compositing/repaint/layer-repaint-rects-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/layer-repaint-rects-expected.png.
100248         * platform/chromium-mac-lion/compositing/repaint/opacity-between-absolute-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/opacity-between-absolute-expected.png.
100249         * platform/chromium-mac-lion/compositing/repaint/opacity-between-absolute2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/opacity-between-absolute2-expected.png.
100250         * platform/chromium-mac-lion/compositing/self-painting-layers-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/self-painting-layers-expected.png.
100251         * platform/chromium-mac-lion/compositing/sibling-positioning-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/sibling-positioning-expected.png.
100252         * platform/chromium-mac-lion/compositing/text-on-large-layer-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/text-on-large-layer-expected.png.
100253         * 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.
100254         * platform/chromium-mac-lion/compositing/transitions/singular-scale-transition-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/transitions/singular-scale-transition-expected.png.
100255         * 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.
100256         * platform/chromium-mac-lion/compositing/webgl/webgl-background-color-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/webgl/webgl-background-color-expected.png.
100257         * platform/chromium-mac-lion/compositing/webgl/webgl-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/webgl/webgl-reflection-expected.png.
100258         * platform/chromium-mac/animations/3d/change-transform-in-end-event-expected.png:
100259         * platform/chromium-mac/animations/3d/matrix-transform-type-animation-expected.png:
100260         * platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.png:
100261         * platform/chromium-mac/animations/cross-fade-background-image-expected.png:
100262         * platform/chromium-mac/animations/cross-fade-border-image-source-expected.png:
100263         * platform/chromium-mac/animations/cross-fade-list-style-image-expected.png:
100264         * platform/chromium-mac/animations/cross-fade-webkit-mask-image-expected.png:
100265         * platform/chromium-mac/animations/state-at-end-event-expected.png:
100266         * platform/chromium-mac/compositing/animation/state-at-end-event-transform-layer-expected.png:
100267         * platform/chromium-mac/compositing/color-matching/pdf-image-match-expected.png:
100268         * platform/chromium-mac/compositing/compositing-visible-descendant-expected.png:
100269         * platform/chromium-mac/compositing/generated-content-expected.png:
100270         * platform/chromium-mac/compositing/geometry/abs-position-inside-opacity-expected.png:
100271         * platform/chromium-mac/compositing/geometry/composited-html-size-expected.png:
100272         * platform/chromium-mac/compositing/geometry/fixed-in-composited-expected.png:
100273         * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
100274         * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-expected.png:
100275         * platform/chromium-mac/compositing/geometry/fixed-position-expected.png:
100276         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
100277         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
100278         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
100279         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
100280         * platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
100281         * platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-expected.png:
100282         * platform/chromium-mac/compositing/geometry/outline-change-expected.png:
100283         * platform/chromium-mac/compositing/geometry/partial-layout-update-expected.png:
100284         * platform/chromium-mac/compositing/geometry/root-layer-update-expected.png:
100285         * platform/chromium-mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
100286         * platform/chromium-mac/compositing/geometry/video-fixed-scrolling-expected.png:
100287         * platform/chromium-mac/compositing/geometry/video-opacity-overlay-expected.png:
100288         * platform/chromium-mac/compositing/iframes/composited-iframe-alignment-expected.png:
100289         * platform/chromium-mac/compositing/iframes/iframe-copy-on-scroll-expected.png:
100290         * platform/chromium-mac/compositing/images/direct-image-background-color-expected.png:
100291         * platform/chromium-mac/compositing/layers-inside-overflow-scroll-expected.png:
100292         * platform/chromium-mac/compositing/masks/direct-image-mask-expected.png:
100293         * platform/chromium-mac/compositing/masks/masked-ancestor-expected.png:
100294         * platform/chromium-mac/compositing/masks/multiple-masks-expected.png:
100295         * platform/chromium-mac/compositing/masks/simple-composited-mask-expected.png:
100296         * platform/chromium-mac/compositing/overflow/ancestor-overflow-expected.png:
100297         * platform/chromium-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
100298         * platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png:
100299         * platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png:
100300         * platform/chromium-mac/compositing/overflow/overflow-positioning-expected.png:
100301         * platform/chromium-mac/compositing/overflow/overflow-scroll-expected.png:
100302         * platform/chromium-mac/compositing/overflow/parent-overflow-expected.png:
100303         * platform/chromium-mac/compositing/overflow/remove-overflow-crash2-expected.png:
100304         * platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png:
100305         * platform/chromium-mac/compositing/overflow/scrollbar-painting-expected.png:
100306         * platform/chromium-mac/compositing/overflow/theme-affects-visual-overflow-expected.png:
100307         * platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png:
100308         * platform/chromium-mac/compositing/reflections/compositing-change-inside-reflection-expected.png:
100309         * platform/chromium-mac/compositing/reflections/deeply-nested-reflections-expected.png:
100310         * platform/chromium-mac/compositing/reflections/load-video-in-reflection-expected.png:
100311         * platform/chromium-mac/compositing/reflections/masked-reflection-on-composited-expected.png:
100312         * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
100313         * platform/chromium-mac/compositing/reflections/nested-reflection-animated-expected.png:
100314         * platform/chromium-mac/compositing/reflections/nested-reflection-expected.png:
100315         * platform/chromium-mac/compositing/reflections/nested-reflection-mask-change-expected.png:
100316         * platform/chromium-mac/compositing/reflections/nested-reflection-on-overflow-expected.png:
100317         * platform/chromium-mac/compositing/reflections/nested-reflection-opacity-expected.png:
100318         * platform/chromium-mac/compositing/reflections/nested-reflection-size-change-expected.png:
100319         * platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png:
100320         * platform/chromium-mac/compositing/reflections/nested-reflection-transformed2-expected.png:
100321         * platform/chromium-mac/compositing/reflections/nested-reflection-transition-expected.png:
100322         * platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png:
100323         * platform/chromium-mac/compositing/reflections/reflection-on-composited-expected.png:
100324         * platform/chromium-mac/compositing/reflections/reflection-ordering-expected.png:
100325         * platform/chromium-mac/compositing/reflections/reflection-positioning-expected.png:
100326         * platform/chromium-mac/compositing/reflections/reflection-positioning2-expected.png:
100327         * platform/chromium-mac/compositing/reflections/simple-composited-reflections-expected.png:
100328         * platform/chromium-mac/compositing/reflections/transform-inside-reflection-expected.png:
100329         * platform/chromium-mac/compositing/repaint/become-overlay-composited-layer-expected.png:
100330         * platform/chromium-mac/compositing/repaint/composited-document-element-expected.png:
100331         * platform/chromium-mac/compositing/repaint/layer-repaint-expected.png:
100332         * platform/chromium-mac/compositing/repaint/layer-repaint-rects-expected.png:
100333         * platform/chromium-mac/compositing/repaint/opacity-between-absolute-expected.png:
100334         * platform/chromium-mac/compositing/repaint/opacity-between-absolute2-expected.png:
100335         * platform/chromium-mac/compositing/self-painting-layers-expected.png:
100336         * platform/chromium-mac/compositing/sibling-positioning-expected.png:
100337         * platform/chromium-mac/compositing/text-on-large-layer-expected.png:
100338         * platform/chromium-mac/compositing/transitions/scale-transition-no-start-expected.png:
100339         * platform/chromium-mac/compositing/transitions/singular-scale-transition-expected.png:
100340         * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
100341         * platform/chromium-mac/compositing/webgl/webgl-background-color-expected.png:
100342         * platform/chromium-mac/compositing/webgl/webgl-reflection-expected.png:
100343
100344 2012-10-18  Anand Chakravarty  <anandc@google.com>
100345
100346         Incorrect check performed in Media Source objects test.
100347         https://bugs.webkit.org/show_bug.cgi?id=99390
100348
100349         Reviewed by Eric Carlson.
100350
100351         Use an expected value of 5 in the buffered attribute.
100352
100353         * http/tests/media/media-source/video-media-source-objects-expected.txt:
100354         * http/tests/media/media-source/video-media-source-objects.html:
100355
100356 2012-10-18  Anand Chakravarty  <anandc@google.com>
100357
100358         Use of uninitialized variable in Media Source API test.
100359         https://bugs.webkit.org/show_bug.cgi?id=99387
100360
100361         Reviewed by Eric Carlson.
100362
100363         Set value of seekTime to 1 before using it.
100364
100365         * http/tests/media/media-source/video-media-source-state-changes.html:
100366
100367 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
100368
100369         De-dup expectations for chromium mountainlion
100370
100371         Unreviewed, expectations update.
100372
100373         * platform/chromium-mac-mountainlion/TestExpectations:
100374         * platform/chromium/TestExpectations:
100375
100376 2012-10-18  Adam Barth  <abarth@webkit.org>
100377
100378         [V8] fast/dom/gc-9.html fails for document.styleSheets
100379         https://bugs.webkit.org/show_bug.cgi?id=99786
100380
100381         Reviewed by Kentaro Hara.
100382
100383         * platform/chromium/fast/dom/gc-9-expected.txt:
100384             - Test progression.
100385
100386 2012-10-18  Adam Barth  <abarth@webkit.org>
100387
100388         [V8] fast/dom/gc-9.html fails for document.implementation
100389         https://bugs.webkit.org/show_bug.cgi?id=99783
100390
100391         Reviewed by Kentaro Hara.
100392
100393         * platform/chromium/TestExpectations:
100394             - TestExpectations claims that this test is "brain damaged", but it
100395               looks like the test has improved since that comment was written
100396               and that this test is actually quite valuable.
100397         * platform/chromium/fast/dom/gc-9-expected.txt: Added.
100398             - This patch adds a Chromium-specific baseline for this test.
100399               Before this patch, we failed the document.implementation
100400               subtests.
100401
100402 2012-10-18  Kent Tamura  <tkent@chromium.org>
100403
100404         [Chromium] Test expectation update.
100405
100406         * platform/chromium/TestExpectations: Remove entries for passing *-multiple-fieds tests.
100407         * platform/chromium-mac-mountainlion/TestExpectations: Add them.
100408
100409 2012-10-18  Pan Deng  <pan.deng@intel.com>
100410
100411         [Resource Timing]Test cases for set buffer size functionality and event when buffer full.
100412         https://bugs.webkit.org/show_bug.cgi?id=84885.
100413
100414         Reviewed by Tony Gentilcore.
100415
100416         Test cases in this patch validate buffer size restriction functionality, clear resource timing functionality and the fired event when buffer full. 
100417
100418         * http/tests/w3c/webperf/resources/webperftestharnessextension.js:
100419         (PerformanceContext.prototype.getEntriesByName):
100420         (PerformanceContext.prototype.setResourceTimingBufferSize):
100421         (PerformanceContext.prototype.registerResourceTimingBufferFullCallback):
100422         (PerformanceContext.prototype.clearResourceTimings):
100423         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_populate_entries-expected.txt: Added.
100424         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_populate_entries.html: Added.
100425         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_shrink_buffer_size-expected.txt: Added.
100426         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_shrink_buffer_size.html: Added.
100427         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_size_restriction-expected.txt: Added.
100428         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_size_restriction.html: Added.
100429         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_clear_resource_timing_functionality-expected.txt: Added.
100430         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_clear_resource_timing_functionality.html: Added.
100431         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_on_shrink_buffer_size-expected.txt: Added.
100432         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_on_shrink_buffer_size.html: Added.
100433         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_store_and_clear_during_callback-expected.txt: Added.
100434         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_store_and_clear_during_callback.html: Added.
100435         * platform/chromium/TestExpectations:
100436         * platform/efl/TestExpectations:
100437         * platform/gtk/TestExpectations:
100438         * platform/mac/TestExpectations:
100439         * platform/qt-5.0-wk2/TestExpectations:
100440         * platform/qt/TestExpectations:
100441         * platform/win/TestExpectations:
100442
100443 2012-10-18  Ryosuke Niwa  <rniwa@webkit.org>
100444
100445         REGRESSION(r130411): Copying & pasting the first line of text can move caret to the end of text area
100446         https://bugs.webkit.org/show_bug.cgi?id=99663
100447
100448         Reviewed by Enrica Casucci and Levi Weintraub.
100449
100450         Add a regression test for copying and pasting the first line in a textarea with two lines of text.
100451
100452         * editing/pasteboard/copy-paste-first-line-in-textarea-expected.txt: Added.
100453         * editing/pasteboard/copy-paste-first-line-in-textarea.html: Added.
100454
100455 2012-10-18  W. James MacLean  <wjmaclean@chromium.org>
100456
100457         [chromium] Re-enable gesture highlight layout tests, fix GestureLongPress regression.
100458         https://bugs.webkit.org/show_bug.cgi?id=99632
100459
100460         Reviewed by James Robinson.
100461
100462         Re-enable layout tests for gesture highlights. Includes fix for GestureTapCancel test.
100463
100464         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress.html:
100465         * platform/chromium/TestExpectations:
100466
100467 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
100468
100469         [chromium] fix lint errors/conflicts in ML TestExpectations
100470
100471         Unreviewed, expectations change.
100472
100473         * platform/chromium-mac-mountainlion/TestExpectations:
100474
100475 2012-10-18  Sheriff Bot  <webkit.review.bot@gmail.com>
100476
100477         Unreviewed, rolling out r131810.
100478         http://trac.webkit.org/changeset/131810
100479         https://bugs.webkit.org/show_bug.cgi?id=99762
100480
100481         Broke linux debug webkit_unit_tests (Requested by
100482         danakj|gardening on #webkit).
100483
100484         * platform/chromium/TestExpectations:
100485         * platform/chromium/virtual/deferred/fast/images/README.txt: Removed.
100486
100487 2012-10-18  Mike West  <mkwst@chromium.org>
100488
100489         Add layout tests for wildcarded hosts in CSP directives.
100490         https://bugs.webkit.org/show_bug.cgi?id=99693
100491
100492         Reviewed by Adam Barth.
100493
100494         Adds four test cases to ensure that wildcarded hosts in Content Security
100495         Policy source expressions function correctly with and without paths,
100496         and with wildcarded ports.
100497
100498         * http/tests/security/contentSecurityPolicy/source-list-parsing-09-expected.txt: Added.
100499         * http/tests/security/contentSecurityPolicy/source-list-parsing-09.html: Added.
100500
100501 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
100502
100503         [chromium] update ML-specific failures
100504         https://bugs.webkit.org/show_bug.cgi?id=99505
100505
100506         Unreviewed, expectations change.
100507
100508         * platform/chromium-mac-mountainlion/TestExpectations:
100509
100510 2012-10-18  Alpha Lam  <hclam@chromium.org>
100511
100512         [chromium] Implement deferred image decoding
100513         https://bugs.webkit.org/show_bug.cgi?id=94240
100514
100515         Reviewed by Stephen White.
100516
100517         Adding a virtual test suite for Chromium to test deferred image
100518         decoding.
100519
100520         platform/chromium/virtual/deferred/fast/images will be tested with
100521         --force-compositing --enable-per-tile-painting --enable-deferred-image-decoding.
100522
100523         * platform/chromium/virtual/deferred/fast/images/README.txt: Added.
100524
100525 2012-10-18  Max Vujovic  <mvujovic@adobe.com>
100526
100527         [CSS Shaders] Validate types of built-in vertex attributes
100528         https://bugs.webkit.org/show_bug.cgi?id=98972
100529
100530         Reviewed by Dean Jackson.
100531
100532         invalid-custom-filter-attribute-types.html uses a set of vertex shaders. Each vertex shader
100533         defines a specific attribute with the wrong type. None of the vertex shaders in the test
100534         should execute. If a vertex shader does execute, its associated fragment shader will render
100535         a green div as red.
100536
100537         * css3/filters/custom/invalid-custom-filter-attribute-types-expected.html: Added.
100538         * css3/filters/custom/invalid-custom-filter-attribute-types.html: Added.
100539         * css3/filters/resources/invalid-type-a-mesh-coord.vs: Added.
100540         * css3/filters/resources/invalid-type-a-position.vs: Added.
100541         * css3/filters/resources/invalid-type-a-tex-coord.vs: Added.
100542         * css3/filters/resources/invalid-type-a-triangle-coord.vs: Added.
100543         * css3/filters/resources/invalid-type-attribute-array.vs: Added.
100544
100545 2012-10-18  Tony Chang  <tony@chromium.org>
100546
100547         Unreviewed, update Qt expectations for slider tests.
100548
100549         fast/events/touch/touch-slider.html now has a specific bug number.
100550         media/video-playing-and-pause.html is removed. I added it by accident
100551         causing it to be run. Qt didn't run this test before my change.
100552
100553         * platform/qt/TestExpectations:
100554
100555 2012-10-18  James Simonsen  <simonjam@chromium.org>
100556
100557         Add a script for exporting http/tests/w3c/webperf/submission to W3C
100558         https://bugs.webkit.org/show_bug.cgi?id=99675
100559
100560         Reviewed by Tony Gentilcore.
100561
100562         The W3C tests expect a company to contribute them. Move these to the Intel directory.
100563
100564         * 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.
100565         * 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.
100566         * 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.
100567         * 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.
100568         * 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.
100569         * 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.
100570         * 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.
100571         * 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.
100572         * 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.
100573         * 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.
100574         * 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.
100575         * 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.
100576         * 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.
100577         * 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.
100578         * 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.
100579         * 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.
100580         * platform/chromium/TestExpectations:
100581         * platform/efl/TestExpectations:
100582         * platform/gtk/TestExpectations:
100583         * platform/mac/TestExpectations:
100584         * platform/qt-5.0-wk2/TestExpectations:
100585         * platform/qt/TestExpectations:
100586         * platform/win/TestExpectations:
100587
100588 2012-10-18  Pablo Flouret  <pablof@motorola.com>
100589
100590         Implement css3-conditional's @supports rule
100591         https://bugs.webkit.org/show_bug.cgi?id=86146
100592
100593         Reviewed by Antti Koivisto.
100594
100595         * css3/supports-expected.txt: Added.
100596         * css3/supports.html: Added.
100597
100598         * platform/chromium/TestExpectations:
100599         * platform/efl/TestExpectations:
100600         * platform/gtk/TestExpectations:
100601         * platform/mac/TestExpectations:
100602         * platform/qt/TestExpectations:
100603         * platform/win/TestExpectations:
100604         * platform/wincairo/TestExpectations:
100605         * platform/wk2/TestExpectations:
100606             Skip the test until the feature is enabled.
100607
100608 2012-10-18  Jer Noble  <jer.noble@apple.com>
100609
100610         Fullscreen movie controls behave incorrectly when clicked (and dragged)
100611         https://bugs.webkit.org/show_bug.cgi?id=99610
100612
100613         Reviewed by Eric Carlson.
100614
100615         Add a second drag operation, testing that the location does not reset at the beginning of
100616         each additional drag.
100617
100618         * fullscreen/video-controls-drag-expected.txt:
100619         * fullscreen/video-controls-drag.html:
100620
100621 2012-10-18  Brandon Jones  <bajones@google.com>
100622
100623         Implement OES_element_index_uint / WEBKIT_OES_element_index_uint
100624         https://bugs.webkit.org/show_bug.cgi?id=97400
100625
100626         Reviewed by Kenneth Russell.
100627
100628         Added OES_element_index_uint extension conformance test from KHRONOS
100629
100630         * fast/canvas/webgl/oes-element-index-uint-expected.txt: Added.
100631         * fast/canvas/webgl/oes-element-index-uint.html: Added.
100632         * platform/chromium/TestExpectations:
100633         * platform/efl/TestExpectations:
100634         * platform/mac/TestExpectations:
100635         * platform/wk2/TestExpectations:
100636
100637 2012-10-18  Dana Jansens  <danakj@chromium.org>
100638
100639         Unreviewed, mark http/tests/xmlhttprequest/request-encoding2.html as flaky.
100640         https://bugs.webkit.org/show_bug.cgi?id=99734
100641
100642         * platform/chromium/TestExpectations:
100643
100644 2012-10-18  Stephen Chenney  <schenney@chromium.org>
100645
100646         Unreviewed testExpectation change for Chromium.
100647
100648         * platform/chromium/TestExpectations: Marked svg/hixie/perf/007.xml as [ Pass Slow ]
100649
100650 2012-10-18  Tony Chang  <tony@chromium.org>
100651
100652         Unreviewed, rebaseline a slider test on Mac.
100653         I think I grabbed the baseline at the wrong time or from the wrong bot yesterday.
100654
100655         * platform/mac/media/video-playing-and-pause-expected.txt:
100656
100657 2012-10-18  Hans Muller  <hmuller@adobe.com>
100658
100659         [CSS Exclusions] Handle special case "empty" shapes
100660         https://bugs.webkit.org/show_bug.cgi?id=99342
100661
100662         Reviewed by Dirk Schulze.
100663
100664         Verify that "empty" shape-inside shapes do not constrain the text their element contains.
100665
100666         * fast/exclusions/shape-inside/shape-inside-empty-expected.html: Added.
100667         * fast/exclusions/shape-inside/shape-inside-empty.html: Added.
100668
100669 2012-10-18  Takashi Sakamoto  <tasak@google.com>
100670
100671         REGRESSION(r131464): Null-pointer crash in StyleResolver::styleForElement
100672         https://bugs.webkit.org/show_bug.cgi?id=99587
100673
100674         Reviewed by Dimitri Glazkov.
100675
100676         * fast/dom/shadow/user-modify-in-datalist-crash-expected.txt: Added.
100677         * fast/dom/shadow/user-modify-in-datalist-crash.html: Added.
100678
100679 2012-10-18  Kent Tamura  <tkent@chromium.org>
100680
100681         [Chromium] Test expectation update mainly for
100682         https://bugs.webkit.org/show_bug.cgi?id=99673
100683
100684         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
100685         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
100686         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
100687         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
100688         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
100689         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
100690         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
100691         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
100692         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
100693         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
100694         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
100695         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
100696         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
100697
100698 2012-10-18  Stephen Chenney  <schenney@chromium.org>
100699
100700         Rebaselining some longstanding Chromium expectations.
100701
100702         Unreviewed test expectations update.
100703
100704         These were marked as expected fail when a Skia roll went in. That was ago.
100705
100706         * platform/chromium-linux/fast/repaint/list-marker-expected.png:
100707         * platform/chromium-linux/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
100708         * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
100709         * platform/chromium-mac-snowleopard/fast/repaint/list-marker-expected.png:
100710         * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
100711         * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
100712         * platform/chromium-mac-snowleopard/svg/hixie/perf/007-expected.png:
100713         * platform/chromium-mac/fast/repaint/list-marker-expected.png:
100714         * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
100715         * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
100716         * platform/chromium-win-xp/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
100717         * platform/chromium-win/fast/repaint/focus-ring-expected.png:
100718         * platform/chromium-win/fast/repaint/list-marker-expected.png:
100719         * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
100720         * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
100721         * platform/chromium/TestExpectations:
100722
100723 2012-10-18  Anton Muhin  <antonm@chromium.org>
100724
100725         Unreviewed Chromium rebaselines.
100726
100727         * platform/chromium-linux/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Removed.
100728         * platform/chromium-mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png:
100729         * platform/chromium-mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png:
100730         * platform/chromium-mac/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
100731         * platform/chromium-win/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
100732
100733 2012-10-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
100734
100735         [EFL] Update pixel expectation for a datalist test.
100736
100737         * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
100738
100739 2012-10-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
100740
100741         [EFL] Gardening. Remove pixel expectation for a test that's actually a reftest.
100742
100743         * platform/efl/fast/forms/datalist/update-range-with-datalist-expected.png: Removed.
100744
100745 2012-10-18  KwangYong Choi  <ky0.choi@samsung.com>
100746
100747         [EFL] Rebaseline http/tests/plugins/ after r129972
100748         https://bugs.webkit.org/show_bug.cgi?id=99672
100749
100750         Unreviewed. Plugin feature is enabled on EFL WK2 port after r129972.
100751
100752         * platform/efl-wk1/TestExpectations:
100753         * platform/efl-wk2/TestExpectations:
100754         * platform/efl/TestExpectations:
100755
100756 2012-10-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
100757
100758         [EFL] Unskip http/tests/security/xss-DENIED-xsl-external-entity.xml.
100759
100760         It seems to be passing consistently now.
100761
100762         * platform/efl/TestExpectations:
100763
100764 2012-10-18  Nandor Huszka  <hnandor@inf.u-szeged.hu>
100765
100766         [Qt] Unreviewed gardening
100767
100768         Skipping a test, remove unnecessary expected files.
100769
100770         * platform/qt-5.0/fast/forms/box-shadow-override-expected.png: Removed.
100771         * platform/qt-5.0/fast/forms/box-shadow-override-expected.txt: Removed.
100772         * platform/qt/TestExpectations:
100773
100774 2012-10-18  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
100775
100776         [EFL] Gardening after r131640
100777         https://bugs.webkit.org/show_bug.cgi?id=99692
100778
100779         Unreviewed gardening.
100780
100781         Failing gamepad/gamepad-out-of-range-crasher.html is skipped for EFL.
100782
100783         * platform/efl/TestExpectations:
100784
100785 2012-10-18  Kent Tamura  <tkent@chromium.org>
100786
100787         Set min-width property instead of width property for date/time fields
100788         https://bugs.webkit.org/show_bug.cgi?id=99673
100789
100790         Reviewed by Hajime Morita.
100791
100792         Update affected test results. Non-Mac chromium ports already have lines
100793         for them in TestExpectations.
100794
100795         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
100796         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
100797         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
100798
100799 2012-10-18  MORITA Hajime  <morrita@google.com>
100800
100801         Assertion failure at TreeScopeAdopter::moveNodeToNewDocument()
100802         https://bugs.webkit.org/show_bug.cgi?id=99510
100803
100804         Reviewed by Kent Tamura.
100805
100806         * fast/forms/textarea/textarea-autofocus-removal-while-focusing-with-style-expected.txt: Added.
100807         * fast/forms/textarea/textarea-autofocus-removal-while-focusing-with-style.html: Added.
100808
100809 2012-10-18  Zan Dobersek  <zandobersek@gmail.com>
100810
100811         Unreviewed GTK gardening.
100812
100813         Updating baselines for two accessibility tests after r131674.
100814
100815         Updating baseline for media/video-playing-and-pause.html but still
100816         marking the test a flaky as the render tree output can differ from
100817         the new baseline.
100818
100819         * platform/gtk/TestExpectations:
100820         * platform/gtk/accessibility/inline-continuations-expected.txt:
100821         * platform/gtk/accessibility/media-element-expected.txt:
100822         * platform/gtk/media/video-playing-and-pause-expected.txt:
100823
100824 2012-10-17  Kangil Han  <kangil.han@samsung.com>
100825
100826         Let's move use-while-animating-crash-expected.txt to common place.
100827         https://bugs.webkit.org/show_bug.cgi?id=99678
100828
100829         Unreviewed, expectations change.
100830
100831         Move expected result to common place to pass svg/animations/use-while-animating-crash.html case.
100832
100833         * svg/animations/use-while-animating-crash-expected.txt: Renamed from LayoutTests/platform/mac/svg/animations/use-while-animating-crash-expected.txt.
100834
100835 2012-10-17  Hayato Ito  <hayato@chromium.org>
100836
100837         Content element does not expose distributedNodes property.
100838         https://bugs.webkit.org/show_bug.cgi?id=99232
100839
100840         Reviewed by Dimitri Glazkov.
100841
100842         Add getDistributedNodes() to HTMLContentElement's IDL, which returns a
100843         static NodeList whose node are distributed to the content element.
100844
100845         * fast/dom/shadow/content-element-distributed-nodes-expected.txt: Added.
100846         * fast/dom/shadow/content-element-distributed-nodes.html: Added.
100847         * fast/dom/shadow/distributed-nodes-expected.txt: Removed.
100848         * fast/dom/shadow/distributed-nodes.html: Removed.
100849         * platform/qt/TestExpectations:
100850
100851 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
100852
100853         Clone baselines from platform/mac to platform/chromium [7 of 7]
100854         https://bugs.webkit.org/show_bug.cgi?id=99666
100855
100856         Unreviewed, expectations change.
100857
100858         (long list of expectations files omitted).
100859
100860 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
100861
100862         Clone baselines from platform/mac to platform/chromium [6 of 7]
100863         https://bugs.webkit.org/show_bug.cgi?id=99666
100864
100865         Unreviewed, expectations change.
100866
100867         (long list of expectations files omitted).
100868
100869 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
100870
100871         Clone baselines from platform/mac to platform/chromium [5 of 7]
100872         https://bugs.webkit.org/show_bug.cgi?id=99666
100873
100874         Unreviewed, expectations change.
100875
100876         (long list of expectations files omitted).
100877
100878 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
100879
100880         Clone baselines from platform/mac to platform/chromium [4 of 7]
100881         https://bugs.webkit.org/show_bug.cgi?id=99666
100882
100883         Unreviewed, expectations change.
100884
100885         (long list of expectations files omitted).
100886
100887 2012-10-17  Pan Deng  <pan.deng@intel.com>
100888
100889         [User Timing] Test Cases of User Timing. According to http://www.w3.org/TR/2012/CR-user-timing-20120726/
100890         https://bugs.webkit.org/show_bug.cgi?id=90963
100891
100892         Reviewed by Tony Gentilcore.
100893
100894         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. 
100895
100896         * http/tests/w3c/webperf/resources/webperftestharnessextension.js: Added.
100897         (test_method_exists):
100898         (test_noless_than):
100899         (performance_entrylist_checker.entry_check.test_equals):
100900         (performance_entrylist_checker.entry_check):
100901         (performance_entrylist_checker.entrylist_order_check):
100902         (performance_entrylist_checker.entrylist_check):
100903         (PerformanceContext):
100904         (PerformanceContext.prototype.initialMeasures):
100905         (PerformanceContext.prototype.mark):
100906         (PerformanceContext.prototype.measure):
100907         (PerformanceContext.prototype.clearMarks):
100908         (PerformanceContext.prototype.clearMeasures):
100909         (PerformanceContext.prototype.getEntries):
100910         (PerformanceContext.prototype.getEntriesByType):
100911         (PerformanceContext.prototype.getEntriesByName):
100912         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMarks-expected.txt: Added.
100913         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMarks.html: Added.
100914         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMeasures-expected.txt: Added.
100915         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMeasures.html: Added.
100916         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark-expected.txt: Added.
100917         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark.html: Added.
100918         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark_exception-expected.txt: Added.
100919         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark_exception.html: Added.
100920         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure-expected.txt: Added.
100921         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure.html: Added.
100922         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_associate_with_navigation_timing-expected.txt: Added.
100923         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_associate_with_navigation_timing.html: Added.
100924         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_exception-expected.txt: Added.
100925         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_exception.html: Added.
100926         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_method_exist-expected.txt: Added.
100927         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_method_exist.html: Added.
100928         * platform/chromium/TestExpectations:
100929         * platform/efl/TestExpectations:
100930         * platform/gtk/TestExpectations:
100931         * platform/mac/TestExpectations:
100932         * platform/qt-5.0-wk2/TestExpectations:
100933         * platform/qt/TestExpectations:
100934         * platform/win/TestExpectations:
100935
100936 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
100937
100938         Clone baselines from platform/mac to platform/chromium [3 of 7]
100939         https://bugs.webkit.org/show_bug.cgi?id=99666
100940
100941         Unreviewed, expectations change.
100942
100943         (long list of expectations files omitted).
100944
100945 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
100946
100947         Clone baselines from platform/mac to platform/chromium [2 of 7]
100948         https://bugs.webkit.org/show_bug.cgi?id=99666
100949
100950         Unreviewed, expectations change.
100951
100952         (long list of expectations files omitted).
100953
100954 2012-10-17  Kent Tamura  <tkent@chromium.org>
100955
100956         [Chromium] Rebaseline expectations for multiple-fields <input>
100957
100958         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
100959         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
100960         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
100961         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
100962         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
100963         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
100964         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
100965         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
100966         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
100967         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
100968         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
100969         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
100970         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
100971         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
100972         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
100973         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
100974         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
100975         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
100976         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
100977         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
100978         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
100979         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
100980         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
100981         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
100982         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
100983         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
100984         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
100985         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
100986         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
100987         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
100988         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
100989         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
100990         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
100991         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
100992         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
100993         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
100994         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
100995         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
100996         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
100997         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
100998         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
100999         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
101000         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
101001         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
101002         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
101003         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
101004         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
101005         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
101006         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
101007         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
101008         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
101009         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
101010         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
101011         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
101012         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
101013         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
101014         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
101015         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
101016         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
101017         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
101018         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
101019         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
101020         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
101021         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
101022         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
101023         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
101024         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
101025         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
101026         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
101027         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
101028         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
101029         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
101030         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
101031         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
101032         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
101033         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
101034         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
101035         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
101036         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
101037         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
101038         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
101039         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
101040         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
101041         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
101042         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
101043         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
101044         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
101045         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
101046         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
101047         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
101048         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
101049         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
101050         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
101051         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
101052         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
101053         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
101054         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
101055         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
101056         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
101057         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
101058         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
101059         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
101060         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
101061         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
101062         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
101063         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
101064         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
101065         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
101066         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
101067
101068 2012-10-17  Elliott Sprehn  <esprehn@chromium.org>
101069
101070         StyleRareNonInheritedData::contentDataEquivalent only looks at the first ContentData
101071         https://bugs.webkit.org/show_bug.cgi?id=99560
101072
101073         Reviewed by Eric Seidel.
101074
101075         Test that when the content CSS property changes we update the displayed content.
101076
101077         * fast/css-generated-content/content-property-change-expected.html: Added.
101078         * fast/css-generated-content/content-property-change.html: Added.
101079
101080 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
101081
101082         Clone baselines from platform/mac to platform/chromium [1 of 7]
101083         https://bugs.webkit.org/show_bug.cgi?id=99666
101084
101085         Unreviewed, expectations change.
101086
101087 2012-10-17  Joanmarie Diggs  <jdiggs@igalia.com>
101088
101089         [GTK] AccessibilityUIElement::role() should be consistent across platforms wherever possible
101090         https://bugs.webkit.org/show_bug.cgi?id=99640
101091
101092         Reviewed by Chris Fleizach.
101093
101094         Updated tests and expectations to use the Mac/Safari-style AXRole strings
101095
101096         * platform/gtk/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt:
101097         * platform/gtk/accessibility/aria-combobox-expected.txt:
101098         * platform/gtk/accessibility/aria-fallback-roles-expected.txt:
101099         * platform/gtk/accessibility/aria-menubar-menuitems-expected.txt:
101100         * platform/gtk/accessibility/aria-roles-expected.txt:
101101         * platform/gtk/accessibility/aria-roles-unignored-expected.txt:
101102         * platform/gtk/accessibility/aria-roles-unignored.html:
101103         * platform/gtk/accessibility/aria-slider-required-attributes-expected.txt:
101104         * platform/gtk/accessibility/aria-slider-required-attributes.html:
101105         * platform/gtk/accessibility/aria-table-hierarchy-expected.txt:
101106         * platform/gtk/accessibility/aria-table-hierarchy.html:
101107         * platform/gtk/accessibility/aria-tables-expected.txt:
101108         * platform/gtk/accessibility/aria-toggle-button-role-expected.txt:
101109         * platform/gtk/accessibility/aria-toggle-button-role.html:
101110         * platform/gtk/accessibility/aria-toggle-button-with-title-expected.txt:
101111         * platform/gtk/accessibility/button-accessible-name-expected.txt:
101112         * platform/gtk/accessibility/button-accessible-name.html:
101113         * platform/gtk/accessibility/canvas-description-and-role-expected.txt:
101114         * platform/gtk/accessibility/caret-browsing-text-focus-expected.txt:
101115         * platform/gtk/accessibility/caret-browsing-text-focus.html:
101116         * platform/gtk/accessibility/deleting-iframe-destroys-axcache-expected.txt:
101117         * platform/gtk/accessibility/div-within-anchors-causes-crash-expected.txt:
101118         * platform/gtk/accessibility/entry-and-password-expected.txt:
101119         * platform/gtk/accessibility/input-slider-expected.txt:
101120         * platform/gtk/accessibility/input-slider.html:
101121         * platform/gtk/accessibility/legend-expected.txt:
101122         * platform/gtk/accessibility/list-items-always-exposed-expected.txt:
101123         * platform/gtk/accessibility/list-items-always-exposed.html:
101124         * platform/gtk/accessibility/media-controls-panel-title-expected.txt:
101125         * platform/gtk/accessibility/media-controls-panel-title.html:
101126         * platform/gtk/accessibility/name-from-label-expected.txt:
101127         * platform/gtk/accessibility/name-from-label.html:
101128         * platform/gtk/accessibility/object-with-title-expected.txt:
101129         * platform/gtk/accessibility/object-with-title.html:
101130         * platform/gtk/accessibility/replaced-objects-in-anonymous-blocks-expected.txt:
101131         * platform/gtk/accessibility/spans-expected.txt:
101132         * platform/gtk/accessibility/spans-paragraphs-and-divs-expected.txt:
101133         * platform/gtk/accessibility/spans-paragraphs-and-divs.html:
101134         * platform/gtk/accessibility/spans.html:
101135         * platform/gtk/accessibility/svg-image-expected.txt:
101136         * platform/gtk/accessibility/table-hierarchy-expected.txt:
101137         * platform/gtk/accessibility/table-hierarchy.html:
101138
101139 2012-10-17  Arpita Bahuguna  <arpitabahuguna@gmail.com>
101140
101141         Incorrect rendering of borders on <col> with span > 1
101142         https://bugs.webkit.org/show_bug.cgi?id=76246
101143
101144         Reviewed by Julien Chaffraix.
101145
101146         * fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png:
101147         * fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt:
101148         * fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png:
101149         * fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt:
101150         Existing tests modified. This is because previously, while computing collapsed
101151         start border, we did not take the preceeding col's enclosing colgroup's end border
101152         into consideration. While computing the collapsed start border, only the preceeding
101153         col element's end border was considered.
101154
101155         With this fix, for the above two tests, the last col's width now changes due to
101156         the border being applied to it (the preceeding col's enclosing colgroup's end border)
101157         which causes the table's width to change. Also, we should note that the cell's grow
101158         by half the border's width; which is expected (on account of their being collapsed
101159         borders).
101160
101161         * fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.txt: Added.
101162         * fast/table/border-collapsing/collapsed-border-with-col-colgroup-span.html: Added.
101163         * platform/chromium-linux/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
101164         Image only test added for verifying the behavior of collapsed borders with
101165         col and colgroup span.
101166         New expected image file added for the chromium-linux port.
101167
101168 2012-10-17  Tom Sepez  <tsepez@chromium.org>
101169
101170         Crash in ContainerNode::removeAllChildren()
101171         https://bugs.webkit.org/show_bug.cgi?id=98443
101172
101173         Reviewed by Eric Carlson.
101174
101175         * http/tests/security/video-poster-cross-origin-crash2-expected.txt: Added.
101176         * http/tests/security/video-poster-cross-origin-crash2.html: Added.
101177
101178 2012-10-17  Joshua Bell  <jsbell@chromium.org>
101179
101180         IndexedDB: Closing connection in upgradeneeded should result in error event
101181         https://bugs.webkit.org/show_bug.cgi?id=99486
101182
101183         Reviewed by Tony Chang.
101184
101185         Updated test expectation - error, not success.
101186
101187         * storage/indexeddb/intversion-close-in-oncomplete-expected.txt:
101188         * storage/indexeddb/resources/intversion-close-in-oncomplete.js:
101189         (deleteSuccess):
101190         (upgradeNeeded.transaction.oncomplete):
101191         (upgradeNeeded):
101192         (openError):
101193
101194 2012-10-17  Ryosuke Niwa  <rniwa@webkit.org>
101195
101196         Build fix after r131651.
101197
101198         * fast/harness/perftests/runs-per-second-iterations.html:
101199         * fast/harness/perftests/runs-per-second-log.html:
101200
101201 2012-10-17  Allan Sandfeld Jensen  <allan.jensen@digia.com>
101202
101203         [Qt] Certain SVG content freezes QtWebKit
101204         https://bugs.webkit.org/show_bug.cgi?id=97258
101205
101206         Reviewed by Simon Hausmann.
101207
101208         * svg/stroke/zero-width-hang-expected.txt: Added.
101209         * svg/stroke/zero-width-hang.html: Added.
101210
101211 2012-10-17  Filip Pizlo  <fpizlo@apple.com>
101212
101213         REGRESSION (r130826 or r130828): Twitter top bar is dysfunctional
101214         https://bugs.webkit.org/show_bug.cgi?id=99577
101215         <rdar://problem/12518883>
101216
101217         Reviewed by Mark Hahnenberg.
101218
101219         * fast/js/dfg-array-pop-value-clearing-expected.txt: Added.
101220         * fast/js/dfg-array-pop-value-clearing.html: Added.
101221         * fast/js/jsc-test-list:
101222         * fast/js/script-tests/dfg-array-pop-value-clearing.js: Added.
101223         (foo):
101224
101225 2012-10-17  Joshua Bell  <jsbell@chromium.org>
101226
101227         IndexedDB: Enforce unsigned long/unsigned long long ranges
101228         https://bugs.webkit.org/show_bug.cgi?id=99637
101229
101230         Reviewed by Tony Chang.
101231
101232         Additional edge case tests and updated expectations.
101233
101234         * storage/indexeddb/cursor-advance-expected.txt:
101235         * storage/indexeddb/intversion-bad-parameters-expected.txt:
101236         * storage/indexeddb/intversion-encoding-expected.txt:
101237         * storage/indexeddb/resources/cursor-advance.js:
101238         (testBadAdvance.advanceBadly):
101239         (testBadAdvance):
101240         * storage/indexeddb/resources/intversion-bad-parameters.js:
101241         (deleteSuccess):
101242         * storage/indexeddb/resources/intversion-encoding.js:
101243
101244 2012-10-17  Tony Chang  <tony@chromium.org>
101245
101246         fast/forms/range/input-appearance-range-rtl.html off by one pixel
101247         https://bugs.webkit.org/show_bug.cgi?id=99625
101248
101249         Reviewed by Ojan Vafai.
101250
101251         Run test on GTK+ and Qt now that it is fixed.
101252
101253         * platform/gtk/TestExpectations:
101254         * platform/qt/TestExpectations:
101255
101256 2012-10-17  Tony Chang  <tony@chromium.org>
101257
101258         Unreviewed, Qt baselines for shadow DOM changes to RenderSlider.
101259         There are a couple unexplained failures that I'm still investigating.
101260
101261         * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Removed.
101262         * platform/chromium-mac/fast/forms/range/range-thumb-height-percentage-expected.txt: Removed.
101263         * platform/chromium-mac/fast/forms/range/slider-padding-expected.txt: Removed.
101264         * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.txt: Removed.
101265         * platform/qt/TestExpectations:
101266         * platform/qt/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
101267         * platform/qt/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
101268         * platform/qt/fast/forms/box-shadow-override-expected.txt:
101269         * platform/qt/fast/forms/range/input-appearance-range-expected.txt:
101270         * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.txt:
101271         * platform/qt/fast/forms/range/slider-padding-expected.txt:
101272         * platform/qt/fast/multicol/client-rects-expected.txt:
101273         * platform/qt/fast/repaint/slider-thumb-drag-release-expected.txt:
101274         * platform/qt/fast/repaint/slider-thumb-float-expected.txt: Added.
101275
101276 2012-10-17  Tony Chang  <tony@chromium.org>
101277
101278         Unreviewed, Apple Mac baselines for shadow DOM changes to RenderSlider.
101279
101280         * platform/mac/TestExpectations:
101281         * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
101282         * platform/mac/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
101283         * platform/mac/fast/forms/box-shadow-override-expected.txt:
101284         * platform/mac/fast/forms/range/input-appearance-range-expected.txt:
101285         * platform/mac/fast/forms/range/range-thumb-height-percentage-expected.txt:
101286         * platform/mac/fast/forms/range/slider-padding-expected.txt:
101287         * platform/mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
101288         * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt: Added.
101289         * platform/mac/fast/multicol/client-rects-expected.txt:
101290         * platform/mac/fast/repaint/slider-thumb-drag-release-expected.txt:
101291         * platform/mac/fast/repaint/slider-thumb-float-expected.txt: Added.
101292         * platform/mac/media/audio-controls-rendering-expected.txt:
101293         * platform/mac/media/controls-after-reload-expected.txt:
101294         * platform/mac/media/controls-strict-expected.txt:
101295         * platform/mac/media/controls-styling-strict-expected.txt:
101296         * platform/mac/media/video-controls-rendering-expected.txt:
101297         * platform/mac/media/video-display-toggle-expected.txt:
101298         * platform/mac/media/video-no-audio-expected.txt:
101299         * platform/mac/media/video-playing-and-pause-expected.txt:
101300
101301 2012-10-17  Filip Pizlo  <fpizlo@apple.com>
101302
101303         JIT op_get_by_pname should call cti_get_by_val_generic and not cti_get_by_val
101304         https://bugs.webkit.org/show_bug.cgi?id=99631
101305         <rdar://problem/12483221>
101306
101307         Reviewed by Mark Hahnenberg.
101308
101309         * fast/js/get-by-pname-that-looks-like-a-patchable-get-by-val-expected.txt: Added.
101310         * fast/js/get-by-pname-that-looks-like-a-patchable-get-by-val.html: Added.
101311         * fast/js/jsc-test-list:
101312         * fast/js/script-tests/get-by-pname-that-looks-like-a-patchable-get-by-val.js: Added.
101313         (foo):
101314
101315 2012-10-17  Tony Chang  <tony@chromium.org>
101316
101317         Unreviewed, second set of GTK+ baselines for shadow DOM changes to RenderSlider.
101318
101319         * platform/gtk/TestExpectations:
101320         * platform/gtk/media/audio-controls-rendering-expected.txt:
101321         * platform/gtk/media/audio-repaint-expected.txt:
101322         * platform/gtk/media/controls-after-reload-expected.txt:
101323         * platform/gtk/media/controls-strict-expected.txt:
101324         * platform/gtk/media/controls-styling-expected.txt:
101325         * platform/gtk/media/controls-styling-strict-expected.txt:
101326         * platform/gtk/media/controls-without-preload-expected.txt:
101327         * platform/gtk/media/media-controls-clone-expected.txt:
101328         * platform/gtk/media/media-document-audio-repaint-expected.txt:
101329         * platform/gtk/media/track/track-cue-rendering-horizontal-expected.txt:
101330         * platform/gtk/media/track/track-cue-rendering-vertical-expected.txt:
101331         * platform/gtk/media/video-controls-rendering-expected.txt:
101332         * platform/gtk/media/video-display-toggle-expected.txt:
101333         * platform/gtk/media/video-empty-source-expected.txt:
101334         * platform/gtk/media/video-no-audio-expected.txt:
101335         * platform/gtk/media/video-playing-and-pause-expected.txt:
101336         * platform/gtk/media/video-zoom-controls-expected.txt:
101337
101338 2012-10-17  Scott Graham  <scottmg@chromium.org>
101339
101340         Integer overflows/underflows in all Gamepad controller api calls.
101341         https://bugs.webkit.org/show_bug.cgi?id=97262
101342
101343         Reviewed by Abhishek Arya.
101344
101345         * gamepad/gamepad-out-of-range-crasher.html: Added.
101346         * gamepad/gamepad-out-of-range-crasher-expected.txt: Added.
101347
101348 2012-10-17  Tony Chang  <tony@chromium.org>
101349
101350         Unreviewed, Chromium baselines for shadow DOM changes to RenderSlider.
101351
101352         * platform/chromium-linux-x86/fast/multicol/client-rects-expected.txt: Removed.
101353         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
101354         * 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.
101355         * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
101356         * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
101357         * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
101358         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
101359         * 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.
101360         * platform/chromium-mac-snowleopard/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt.
101361         * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
101362         * 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.
101363         * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
101364         * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
101365         * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
101366         * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
101367         * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
101368         * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
101369         * platform/chromium-mac/fast/forms/range/input-appearance-range-expected.txt:
101370         * platform/chromium-mac/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
101371         * platform/chromium-mac/fast/forms/range/slider-padding-expected.txt: Added.
101372         * platform/chromium-mac/fast/forms/range/slider-thumb-shared-style-expected.txt: Added.
101373         * 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.
101374         * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
101375         * platform/chromium-mac/fast/layers/video-layer-expected.txt:
101376         * platform/chromium-mac/fast/multicol/client-rects-expected.txt:
101377         * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
101378         * platform/chromium-mac/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt.
101379         * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
101380         * platform/chromium-mac/media/audio-repaint-expected.txt:
101381         * platform/chromium-mac/media/controls-after-reload-expected.txt:
101382         * platform/chromium-mac/media/controls-strict-expected.txt:
101383         * platform/chromium-mac/media/controls-styling-expected.txt:
101384         * platform/chromium-mac/media/controls-styling-strict-expected.txt:
101385         * platform/chromium-mac/media/controls-without-preload-expected.txt:
101386         * platform/chromium-mac/media/media-controls-clone-expected.txt:
101387         * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
101388         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:
101389         * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.txt:
101390         * platform/chromium-mac/media/video-controls-rendering-expected.txt:
101391         * platform/chromium-mac/media/video-display-toggle-expected.txt:
101392         * platform/chromium-mac/media/video-empty-source-expected.txt:
101393         * platform/chromium-mac/media/video-no-audio-expected.txt:
101394         * platform/chromium-mac/media/video-playing-and-pause-expected.txt:
101395         * platform/chromium-mac/media/video-zoom-controls-expected.txt:
101396         * 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.
101397         * 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.
101398         * platform/chromium-win-xp/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Removed.
101399         * 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.
101400         * platform/chromium-win-xp/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt.
101401         * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
101402         * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
101403         * platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
101404         * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
101405         * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
101406         * platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
101407         * platform/chromium-win/fast/forms/range/input-appearance-range-expected.png:
101408         * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt:
101409         * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt:
101410         * platform/chromium-win/fast/forms/range/slider-padding-expected.txt:
101411         * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt:
101412         * platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt:
101413         * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.txt:
101414         * platform/chromium-win/fast/multicol/client-rects-expected.txt:
101415         * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt:
101416         * platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt:
101417         * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.txt:
101418         * 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.
101419         * platform/chromium/TestExpectations:
101420         * platform/mac-lion/media/audio-repaint-expected.txt: Removed.
101421
101422 2012-10-17  Dana Jansens  <danakj@chromium.org>
101423
101424         Unreviewed gardening, mark inspector/styles/styles-history.html as flaky on Linux.
101425         https://bugs.webkit.org/show_bug.cgi?id=99519
101426
101427         * platform/chromium/TestExpectations:
101428
101429 2012-10-17  Tony Chang  <tony@chromium.org>
101430
101431         Unreviewed, first set of GTK+ baselines for shadow DOM changes to RenderSlider.
101432
101433         * fast/forms/range/slider-thumb-stylability-expected.txt: Renamed from LayoutTests/platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt.
101434         * platform/chromium-mac-snowleopard/fast/hidpi/video-controls-in-hidpi-expected.txt: Removed.
101435         * platform/chromium-mac-snowleopard/fast/multicol/client-rects-expected.txt: Removed.
101436         * platform/chromium-win-xp/fast/multicol/client-rects-expected.txt: Removed.
101437         * platform/gtk/TestExpectations:
101438         * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
101439         * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
101440         * platform/gtk/fast/forms/box-shadow-override-expected.txt:
101441         * platform/gtk/fast/forms/input-appearance-height-expected.txt:
101442         * platform/gtk/fast/forms/range/input-appearance-range-expected.txt:
101443         * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
101444         * platform/gtk/fast/forms/range/slider-padding-expected.txt:
101445         * platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.txt:
101446         * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.png: Removed.
101447         * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.txt:
101448         * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
101449         * platform/gtk/fast/layers/video-layer-expected.txt:
101450         * platform/gtk/fast/multicol/client-rects-expected.txt:
101451         * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt:
101452         * platform/gtk/fast/repaint/slider-thumb-float-expected.txt: Added.
101453         * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
101454
101455 2012-10-17  Dana Jansens  <danakj@chromium.org>
101456
101457         Rebaseline some windows tests now that the bot is providing results in the right place.
101458
101459         Unreviewed gardening.
101460
101461         * platform/chromium-win-xp/css1/basic/inheritance-expected.png: Removed.
101462         * platform/chromium-win-xp/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Removed.
101463         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Removed.
101464         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Removed.
101465         * platform/chromium-win-xp/tables/mozilla/bugs/bug73321-expected.png: Removed.
101466         * platform/chromium-win/css1/basic/inheritance-expected.png:
101467         * platform/chromium-win/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png:
101468         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
101469         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
101470         * platform/chromium-win/tables/mozilla/bugs/bug73321-expected.png:
101471
101472 2012-10-17  Philip Rogers  <pdr@google.com>
101473
101474         Allow lazy initialization of SVG XML animated properties.
101475         https://bugs.webkit.org/show_bug.cgi?id=84657
101476
101477         Reviewed by Tim Horton.
101478
101479         * platform/mac/svg/animations/use-while-animating-crash-expected.txt: Added.
101480         * svg/animations/use-while-animating-crash.html: Added.
101481
101482 2012-10-17  Dan Carney  <dcarney@google.com>
101483
101484         Bind isolatedWorldSecurityOrigin to world
101485         https://bugs.webkit.org/show_bug.cgi?id=99582
101486
101487         Reviewed by Adam Barth.
101488
101489         Clean up of isolated worlds added after test completion.
101490
101491         * http/tests/security/isolatedWorld/cross-origin-xhr.html:
101492
101493 2012-10-17  Simon Fraser  <simon.fraser@apple.com>
101494
101495         GraphicsLayer visible rect computation needs to use the current animating transform
101496         https://bugs.webkit.org/show_bug.cgi?id=99529
101497
101498         Reviewed by Dean Jackson.
101499
101500         Tests that exercise visible-rect computation on an animating layer.
101501
101502         * compositing/visible-rect/animated-expected.txt: Added.
101503         * compositing/visible-rect/animated-from-none-expected.txt: Added.
101504         * compositing/visible-rect/animated-from-none.html: Added.
101505         * compositing/visible-rect/animated.html: Added.
101506
101507 2012-10-17  Sadrul Habib Chowdhury  <sadrul@chromium.org>
101508
101509         plugins: Allow a plugin to dictate whether it can receive drag events or not.
101510         https://bugs.webkit.org/show_bug.cgi?id=99355
101511
101512         Reviewed by Tony Chang.
101513
101514         Update test to not set contentEditable on the plugin anymore.
101515
101516         * platform/chromium/plugins/drag-events-expected.txt:
101517         * platform/chromium/plugins/drag-events.html:
101518
101519 2012-10-17  Christophe Dumez  <christophe.dumez@intel.com>
101520
101521         xss-DENIED-xsl-document-securityOrigin.xml crashes with icon assertion
101522         https://bugs.webkit.org/show_bug.cgi?id=99571
101523
101524         Reviewed by Kenneth Rohde Christiansen.
101525
101526         Unskip http/tests/security/xss-DENIED-xsl-document-securityOrigin.xml
101527         for EFL WebKit2 now that it no longer hits an assertion in
101528         IconDatabase.
101529
101530         * platform/efl-wk2/TestExpectations:
101531
101532 2012-10-17  Shinya Kawanaka  <shinyak@chromium.org>
101533
101534         Dynamically added elements do not get re-projected.
101535         https://bugs.webkit.org/show_bug.cgi?id=99227
101536
101537         Reviewed by Dimitri Glazkov.
101538
101539         * fast/dom/shadow/content-reprojection-dynamic-expected.html: Added.
101540         * fast/dom/shadow/content-reprojection-dynamic.html: Added.
101541
101542 2012-10-17  Dana Jansens  <danakj@chromium.org>
101543
101544         Layout Test http/tests/workers/text-encoding.html is flaky crashing on debug bots
101545         https://bugs.webkit.org/show_bug.cgi?id=99604
101546
101547         Unreviewed gardening.
101548
101549         * platform/chromium/TestExpectations:
101550
101551 2012-10-17  Vsevolod Vlasov  <vsevik@chromium.org>
101552
101553         Unreviewed inspector test fixed and skipped on JSC.
101554
101555         * inspector/debugger/live-edit-breakpoints-expected.txt:
101556         * inspector/debugger/live-edit-breakpoints.html:
101557         * platform/efl/TestExpectations:
101558         * platform/gtk/TestExpectations:
101559         * platform/mac/TestExpectations:
101560         * platform/qt/TestExpectations:
101561         * platform/win/TestExpectations:
101562         * platform/wincairo/TestExpectations:
101563
101564 2012-10-17  Hans Muller  <hmuller@adobe.com>
101565
101566         [CSS Exclusions] Additional simple polygon tests
101567         https://bugs.webkit.org/show_bug.cgi?id=98548
101568
101569         Reviewed by Dirk Schulze.
101570
101571         Added a pair of CSS Exclusions shape-inside ref-tests for regular polygons
101572         with 8 and 16 sides. Also made some small revisions to the supporting code,
101573         simple-polyon.js, and the existing simple polygon tests, and to localize and
101574         correct the conversion from float to layout coordinates. All of the tests
101575         now round/truncate the left edge of line segment intervals depending on whether
101576         subpixel layout is enabled.
101577
101578         * fast/exclusions/resources/simple-polygon.js:
101579         (createRegularPolygonVertices):
101580         (polygonXIntercepts):
101581         (simulatePolygonShape):
101582         (generateSimulatedPolygonShapeInsideElement):
101583         (createPolygonShapeInsideTestCase):
101584         (createPolygonShapeInsideTestCaseExpected):
101585         * fast/exclusions/shape-inside/shape-inside-regular-polygon16-expected.html: Added.
101586         * fast/exclusions/shape-inside/shape-inside-regular-polygon16.html: Added.
101587         * fast/exclusions/shape-inside/shape-inside-regular-polygon8-expected.html: Added.
101588         * fast/exclusions/shape-inside/shape-inside-regular-polygon8.html: Added.
101589         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001-expected.html:
101590         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001.html:
101591         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002-expected.html:
101592         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002.html:
101593         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003-expected.html:
101594         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003.html:
101595         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html:
101596         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html:
101597
101598 2012-10-17  Vsevolod Vlasov  <vsevik@chromium.org>
101599
101600         Web Inspector: [Regression] Undoing script changes does not restore breakpoints.
101601         https://bugs.webkit.org/show_bug.cgi?id=99598
101602
101603         Reviewed by Pavel Feldman.
101604
101605         * http/tests/inspector/live-edit-test.js:
101606         (initialize_LiveEditTest.InspectorTest.replaceInSource):
101607         (initialize_LiveEditTest.InspectorTest.commitSource):
101608         (initialize_LiveEditTest.InspectorTest.undoSourceEditing):
101609         (initialize_LiveEditTest):
101610         * inspector/debugger/live-edit-breakpoints-expected.txt: Added.
101611         * inspector/debugger/live-edit-breakpoints.html: Added.
101612         * inspector/debugger/live-edit.html:
101613
101614 2012-10-17  Dana Jansens  <danakj@chromium.org>
101615
101616         Unreviewed rebaseline for ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001.htm
101617
101618         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
101619
101620 2012-10-17  Joanmarie Diggs  <jdiggs@igalia.com>
101621
101622         [GTK] accessibility/ignore-spacer-elements.html is failing
101623         https://bugs.webkit.org/show_bug.cgi?id=98366
101624
101625         Reviewed by Chris Fleizach.
101626
101627         The failure was due to platform-specific expectations of childrenCount.
101628         The solution was conditionalizing the test.
101629
101630         * accessibility/ignore-spacer-elements.html: Base expected childrenCount on platform.
101631         * platform/gtk/TestExpectations: Unskip previously-failing test.
101632
101633 2012-10-17  Mariusz Grzegorczyk  <mariusz.g@samsung.com>
101634
101635         Unreviewed EFL gardening.
101636         https://bugs.webkit.org/show_bug.cgi?id=99596
101637
101638         Unskip editing/inserting, editing/selection, editing/spelling and editing/style categories.
101639         Mark missing text expectations for these.
101640
101641         * platform/efl-wk1/TestExpectations:
101642         * platform/efl-wk2/TestExpectations:
101643         * platform/efl/TestExpectations:
101644
101645 2012-10-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
101646
101647         [WK2][WTR] InjectedBundlePage::decidePolicyForNavigationAction() should print only filename part of local URLs
101648         https://bugs.webkit.org/show_bug.cgi?id=99581
101649
101650         Reviewed by Kenneth Rohde Christiansen.
101651
101652         Unskipped fast/loader/reload-policy-delegate.html for WK2.
101653
101654         * platform/wk2/TestExpectations:
101655
101656 2012-10-17  Harald Alvestrand  <hta@google.com>
101657
101658         Implement the Selector argument to RTCPeerConnection.getStats
101659         https://bugs.webkit.org/show_bug.cgi?id=99460
101660
101661         Reviewed by Adam Barth.
101662
101663         * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt: Added.
101664         * fast/mediastream/RTCPeerConnection-statsSelector.html: Added.
101665
101666 2012-10-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
101667
101668         WebKitTestRunner needs layoutTestController.queueReload
101669         https://bugs.webkit.org/show_bug.cgi?id=42672
101670
101671         Reviewed by Kenneth Rohde Christiansen.
101672
101673         Unskipped the related test cases for WK2.
101674
101675         * platform/efl-wk2/TestExpectations:
101676         * platform/wk2/TestExpectations:
101677
101678 2012-10-17  Kent Tamura  <tkent@chromium.org>
101679
101680         REGRESSION(r131421): Text baseline becomes incorrect after re-layout of input[type=time]
101681         https://bugs.webkit.org/show_bug.cgi?id=99572
101682
101683         Reviewed by Kentaro Hara.
101684
101685         * fast/forms/time-multiple-fields/time-multiple-fields-static-relayout-expected.txt: Added.
101686         * fast/forms/time-multiple-fields/time-multiple-fields-static-relayout.html: Added.
101687
101688 2012-10-17  Zan Dobersek  <zandobersek@gmail.com>
101689
101690         Unreviewed GTK gardening.
101691
101692         Fixing expectation for fast/forms/range/input-appearance-range-rtl.html,
101693         it's a reftest so the failure is actually of pixel nature.
101694
101695         Also removing some expectations for tests that now consistently pass.
101696
101697         * platform/gtk/TestExpectations:
101698
101699 2012-10-17  Dominik Röttsches  <dominik.rottsches@intel.com>
101700
101701         [EFL] Unreviewed gardening.
101702
101703         Unskipping 4 cases after regression was fixed in r131229,
101704         moving out a crash and incorrect console loggin on the wk2 bot.
101705
101706         * platform/efl-wk2/TestExpectations:
101707         * platform/efl/TestExpectations:
101708
101709 2012-10-17  Mike West  <mkwst@chromium.org>
101710
101711         V8 should throw a more descriptive exception when blocking 'eval' via CSP.
101712         https://bugs.webkit.org/show_bug.cgi?id=94332
101713
101714         Reviewed by Adam Barth.
101715
101716         * platform/chromium/TestExpectations:
101717             Unskipping these tests, as this patch unbreaks them.
101718         * platform/chromium/http/tests/security/contentSecurityPolicy/eval-blocked-expected.txt:
101719         * platform/chromium/http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe-expected.txt:
101720         * platform/chromium/http/tests/security/contentSecurityPolicy/function-constructor-blocked-expected.txt:
101721             Updating expectations with the new error message.
101722
101723 2012-10-17  MORITA Hajime  <morrita@google.com>
101724
101725         Assertion failed on HTMLFormControlElement.cpp: updateFromElementCallback()
101726         https://bugs.webkit.org/show_bug.cgi?id=99566
101727
101728         Reviewed by Kent Tamura.
101729
101730         * fast/forms/textarea/textarea-autofocus-removal-while-focusing.txt: Added.
101731         * fast/forms/textarea/textarea-autofocus-removal-while-focusing.html: Added.
101732
101733 2012-10-17  Anton Muhin  <antonm@chromium.org>
101734
101735         Unreviewed Chromium rebaselines.
101736
101737         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
101738         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
101739         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
101740
101741 2012-10-17  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
101742
101743         [Qt] Unreviwed gardening. Skip failing reftest after r131497.
101744         https://bugs.webkit.org/show_bug.cgi?id=98666
101745
101746         * platform/qt/TestExpectations: Skip fast/forms/range/input-appearance-range-rtl.html.
101747
101748 2012-10-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
101749
101750         WebKitTestRunner needs testRunner.queueLoad
101751         https://bugs.webkit.org/show_bug.cgi?id=42674
101752
101753         Reviewed by Kenneth Rohde Christiansen.
101754
101755         Unskipped corresponding tests for WK2 and WK2 EFL, put those which still failing to appropriate groups.
101756
101757         * platform/efl-wk2/TestExpectations:
101758         * platform/wk2/TestExpectations:
101759
101760 2012-10-17  Douglas Stockwell  <dstockwell@chromium.org>
101761
101762         Content of replaced elements should be trimmed to the content edge curve.
101763         https://bugs.webkit.org/show_bug.cgi?id=63899
101764
101765         Reviewed by Simon Fraser.
101766
101767         * fast/replaced/border-radius-clip-content-edge-expected.txt: Added.
101768         * fast/replaced/border-radius-clip-content-edge.html: Added.
101769         * platform/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
101770         * platform/chromium/TestExpectations:
101771         * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
101772         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
101773
101774 2012-10-17  Kunihiko Sakamoto  <ksakamoto@chromium.org>
101775
101776         The HTML5 formtarget/formaction/formenctyp/formmethod/formnovalidate attributes don't work in button tags with nested elements
101777         https://bugs.webkit.org/show_bug.cgi?id=90539
101778
101779         Reviewed by Kent Tamura.
101780
101781         Added a test case to verify that formaction attribute of <button> element is
101782         used when its child <span> is clicked.
101783
101784         * fast/forms/formaction-attribute-expected.txt:
101785         * fast/forms/formaction-attribute.html: Removed unused doneAction2 variable.
101786
101787 2012-10-16  Csaba Osztrogonác  <ossy@webkit.org>
101788
101789         Unreviewed, rolling out r131516 and r131550.
101790         http://trac.webkit.org/changeset/131516
101791         http://trac.webkit.org/changeset/131550
101792         https://bugs.webkit.org/show_bug.cgi?id=99349
101793
101794         It caused zillion different problem on different platforms
101795
101796         * fast/workers/resources/worker-event-listener.js:
101797
101798 2012-10-16  Keishi Hattori  <keishi@webkit.org>
101799
101800         Add test that checks if scrolling works inside the suggestion picker
101801         https://bugs.webkit.org/show_bug.cgi?id=99409
101802
101803         Reviewed by Kent Tamura.
101804
101805         We want to test that scrolling, both by scrollbar and mouse wheel, work inside the suggestion picker.
101806
101807         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations-expected.txt:
101808         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html:
101809         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations-expected.txt:
101810         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html:
101811
101812 2012-10-16  Kent Tamura  <tkent@chromium.org>
101813
101814         Re-add a test which was removed mistakenly in r131538.
101815         https://bugs.webkit.org/show_bug.cgi?id=98103
101816
101817         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onclick-expected.txt: Added.
101818         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onclick.html: Added.
101819
101820 2012-10-16  Kent Tamura  <tkent@chromium.org>
101821
101822         Move tests for calendar picker to platform/chromium/fast/forms/calendar-picker/
101823         https://bugs.webkit.org/show_bug.cgi?id=98103
101824
101825         Reviewed by Yuta Kitamura.
101826
101827         Move tests for calendar picker to platform/chromium/fast/forms/
101828         calendar-picker/ because
101829          - Ease of skipping
101830          - We're going to support non-date types in the calendar picker.
101831          - Not sure the calendar picker code will be used on other platforms.
101832
101833         * fast/forms/date/calendar-picker-appearance-expected.txt: Removed.
101834         * fast/forms/date/calendar-picker-appearance-pre-100-expected.txt: Removed.
101835         * fast/forms/date/calendar-picker-appearance-pre-100.html: Removed.
101836         * fast/forms/date/calendar-picker-appearance.html: Removed.
101837         * fast/forms/date/calendar-picker-common.js: Removed.
101838         * fast/forms/date/calendar-picker-key-operations-expected.txt: Removed.
101839         * fast/forms/date/calendar-picker-key-operations.html: Removed.
101840         * fast/forms/date/calendar-picker-mouse-operations-expected.txt: Removed.
101841         * fast/forms/date/calendar-picker-mouse-operations.html: Removed.
101842         * fast/forms/date/calendar-picker-type-change-onclick-expected.txt: Removed.
101843         * fast/forms/date/calendar-picker-type-change-onclick.html: Removed.
101844         * fast/forms/date/calendar-picker-with-step-expected.txt: Removed.
101845         * fast/forms/date/calendar-picker-with-step.html: Removed.
101846         * platform/chromium-linux-x86/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
101847         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker: Added.
101848         * 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.
101849         * platform/chromium-linux/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
101850         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker: Added.
101851         * 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.
101852         * platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
101853         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker: Added.
101854         * 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.
101855         * platform/chromium-mac/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
101856         * 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.
101857         * platform/chromium-win-xp/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
101858         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker: Added.
101859         * 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.
101860         * platform/chromium-win/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
101861         * platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt: Removed.
101862         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker: Added.
101863         * 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.
101864         * 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.
101865         * platform/chromium/TestExpectations:
101866         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-appearance-expected.txt.
101867         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html:
101868         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance.html: Copied from LayoutTests/fast/forms/date/calendar-picker-appearance.html.
101869         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-key-operations-expected.txt.
101870         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html: Copied from LayoutTests/fast/forms/date/calendar-picker-key-operations.html.
101871         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-mouse-operations-expected.txt.
101872         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: Copied from LayoutTests/fast/forms/date/calendar-picker-mouse-operations.html.
101873         * 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.
101874         * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html: Copied from LayoutTests/fast/forms/date/calendar-picker-appearance-pre-100.html.
101875         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-with-step-expected.txt.
101876         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html: Copied from LayoutTests/fast/forms/date/calendar-picker-with-step.html.
101877         * platform/chromium/fast/forms/calendar-picker/resources: Added.
101878         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js: Copied from LayoutTests/fast/forms/date/calendar-picker-common.js.
101879         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Fix calendar-picker-common.js path.
101880         * platform/gtk/TestExpectations:
101881
101882 2012-10-16  Dirk Pranke  <dpranke@chromium.org>
101883
101884         Update Chromium ML expectations
101885
101886         Unreviewed, expectations change.
101887
101888         * platform/chromium-mac-mountainlion/TestExpectations:
101889
101890 2012-10-16  Joseph Pecoraro  <pecoraro@apple.com>
101891
101892         HTMLSelectElement::optionSelectedByUser confuses listIndex and optionIndex
101893         https://bugs.webkit.org/show_bug.cgi?id=99523
101894
101895         Reviewed by Simon Fraser.
101896
101897         Extend the dom activate test to test calls on a <select multiple> with
101898         <optgroup>s. This previously untested case was broken.
101899
101900         * platform/mac/fast/objc/dom-html-select-activate-expected.txt:
101901         * platform/mac/fast/objc/dom-html-select-activate.html:
101902
101903 2012-10-16  Jian Li  <jianli@chromium.org>
101904
101905         Rename feature define ENABLE_WIDGET_REGION to ENABLE_DRAGGBALE_REGION
101906         https://bugs.webkit.org/show_bug.cgi?id=98975
101907
101908         Reviewed by Adam Barth.
101909
101910         Renaming is needed to better match with the draggable region code.
101911
101912         * platform/efl/TestExpectations:
101913         * platform/gtk/TestExpectations:
101914         * platform/mac/TestExpectations:
101915         * platform/qt/TestExpectations:
101916         * platform/win/TestExpectations:
101917         * platform/wincairo/TestExpectations:
101918
101919 2012-10-16  Dana Jansens  <danakj@chromium.org>
101920
101921         Unreviewed, rebaselines after r131358
101922         https://bugs.webkit.org/show_bug.cgi?id=99441
101923
101924         * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
101925         * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
101926         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
101927         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
101928
101929 2012-10-16  James Simonsen  <simonjam@chromium.org>
101930
101931         [Page Visibility API] View-less documents should report as hidden
101932         https://bugs.webkit.org/show_bug.cgi?id=99410
101933
101934         Reviewed by Tony Gentilcore.
101935
101936         * fast/events/page-visibility-null-view-expected.txt: Added.
101937         * fast/events/page-visibility-null-view.html: Added.
101938
101939 2012-10-16  Tony Chang  <tony@chromium.org>
101940
101941         Unreviewed, broaden Chromium TestExpectations to match waterfall.
101942
101943         * platform/chromium/TestExpectations:
101944
101945 2012-10-16  Dana Jansens  <danakj@chromium.org>
101946
101947         Rebaseline mac compositing/geometry/fixed-position-transform-composited-page-scale-down.html
101948         https://bugs.webkit.org/show_bug.cgi?id=89702
101949
101950         Unreviewed gardening.
101951
101952         * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Removed.
101953         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
101954         * platform/chromium/TestExpectations:
101955
101956 2012-10-16  Tony Chang  <tony@chromium.org>
101957
101958         Unreviewed, fix TestExpectations for Qt and GTK after RenderSlider change.
101959
101960         * platform/gtk/TestExpectations:
101961         * platform/gtk/media/video-volume-slider-expected.txt:
101962         * platform/qt/TestExpectations:
101963
101964 2012-10-16  Dana Jansens  <danakj@chromium.org>
101965
101966         Rebaseline for css1/basic/inheritance.html
101967
101968         Unreviewed gardening.
101969
101970         * platform/chromium-mac/css1/basic/inheritance-expected.png:
101971
101972 2012-10-16  Dana Jansens  <danakj@chromium.org>
101973
101974         Web Inspector: inspector/styles/styles-history.html is failing Text on win7
101975         https://bugs.webkit.org/show_bug.cgi?id=99519
101976
101977         Unreviewed gardening.
101978
101979         * platform/chromium/TestExpectations:
101980
101981 2012-10-16  Dana Jansens  <danakj@chromium.org>
101982
101983         Rebaselines for r131503
101984         https://bugs.webkit.org/show_bug.cgi?id=99516
101985
101986         Unreviewed gardening.
101987
101988         * platform/chromium/TestExpectations:
101989
101990 2012-10-16  Tony Chang  <tony@chromium.org>
101991
101992         Unreviewed, fix lint error in chromium-android/TestExpectations.
101993
101994         * platform/chromium-android/TestExpectations:
101995
101996 2012-10-16  Tony Chang  <tony@chromium.org>
101997
101998         Unreviewed, lint fixes for TestExpectations.
101999
102000         * platform/chromium/TestExpectations:
102001
102002 2012-10-16  Dana Jansens  <danakj@chromium.org>
102003
102004         Lint fixes for TestExpectations
102005
102006         Unreviewed gardening.
102007
102008         * platform/chromium/TestExpectations:
102009
102010 2012-10-16  Dana Jansens  <danakj@chromium.org>
102011
102012         Rebaselines for r131503
102013         https://bugs.webkit.org/show_bug.cgi?id=99516
102014
102015         Unreviewed gardening.
102016
102017         * platform/chromium/TestExpectations:
102018
102019 2012-10-16  Dana Jansens  <danakj@chromium.org>
102020
102021         Some tests need rebaseline after r131497
102022         https://bugs.webkit.org/show_bug.cgi?id=99511
102023
102024         Unreviewed gardening.
102025
102026         * platform/chromium/TestExpectations:
102027
102028 2012-10-16  Joanmarie Diggs  <jdiggs@igalia.com>
102029
102030         [GTK] accessibility/radio-button-title-label.html is failing
102031         https://bugs.webkit.org/show_bug.cgi?id=98374
102032
102033         Unreviewed. Unskipped test, new port-specific baseline.
102034
102035         New baseline for the GTK port. If there is a proper label tag, we
102036         expect the widget to get its name/title from that label. The aria
102037         labelledby property is exposed in addition to the label; not instead
102038         of the label.
102039
102040         * platform/gtk/TestExpectations: Unskipped failing test.
102041         * platform/gtk/accessibility/radio-button-title-label-expected.txt: Added.
102042
102043 2012-10-16  Dirk Pranke  <dpranke@chromium.org>
102044
102045         [chromium] add Mountain Lion baselines
102046         https://bugs.webkit.org/show_bug.cgi?id=99505
102047
102048         Reviewed by Ojan Vafai.
102049
102050         This change adds a temporary 10.8/MountainLion-specific
102051         expectations file for Chromium so that the bot can be green
102052         while we are updating all the baselines and triaging failures.
102053
102054         * platform/chromium-mac-mountainlion/TestExpectations: Added.
102055
102056 2012-10-16  Joanmarie Diggs  <jdiggs@igalia.com>
102057
102058         [GTK] accessibility/inline-continuations.html is failing
102059         https://bugs.webkit.org/show_bug.cgi?id=98367
102060
102061         Unreviewed. Unskipped test, new port-specific expectations.
102062
102063         ATs for the GTK port are expecting only meaningful text objects, with
102064         the text of spans getting folded into the parent object.
102065
102066         * platform/gtk/TestExpectations: Updated to unskip test.
102067         * platform/gtk/accessibility/inline-continuations-expected.txt: Added.
102068
102069 2012-10-16  Emil A Eklund  <eae@chromium.org>
102070
102071         Remove special-case flooring of baselinePosition for replaced elements in InlineFlowBox::placeBoxesInBlockDirection
102072         https://bugs.webkit.org/show_bug.cgi?id=99376
102073
102074         Reviewed by Levi Weintraub.
102075
102076         * platform/chromium/TestExpectations:
102077
102078 2012-10-16  Filip Pizlo  <fpizlo@apple.com>
102079
102080         GetScopedVar CSE matches dead GetScopedVar's leading to IR corruption
102081         https://bugs.webkit.org/show_bug.cgi?id=99470
102082         <rdar://problem/12363698>
102083
102084         Rubber stamped by Mark Hahnenberg.
102085
102086         * fast/js/dfg-cse-dead-get-scoped-var-expected.txt: Added.
102087         * fast/js/dfg-cse-dead-get-scoped-var.html: Added.
102088         * fast/js/jsc-test-list:
102089         * fast/js/script-tests/dfg-cse-dead-get-scoped-var.js: Added.
102090         (foo.return.if):
102091         (foo):
102092
102093 2012-10-16  Adam Barth  <abarth@webkit.org>
102094
102095         Document::adoptNode shouldn't special-case <iframe>
102096         https://bugs.webkit.org/show_bug.cgi?id=99247
102097
102098         Reviewed by Ryosuke Niwa.
102099
102100         Test that adopting an object element into itself also throws an
102101         exception.
102102
102103         * fast/frames/adopt-object-into-itself-expected.txt: Added.
102104         * fast/frames/adopt-object-into-itself.html: Added.
102105
102106 2012-10-16  Dana Jansens  <danakj@chromium.org>
102107
102108         lots-of-objects.html is flaky crashing on the webkit.org mac bot.
102109         http://code.google.com/p/chromium/issues/detail?id=46603
102110
102111         Unreviewed gardening.
102112
102113         * platform/chromium/TestExpectations:
102114
102115 2012-10-16  Tony Chang  <tony@chromium.org>
102116
102117         input[type=range] as a flex item renders thumb at wrong position
102118         https://bugs.webkit.org/show_bug.cgi?id=98666
102119
102120         Reviewed by Ojan Vafai.
102121
102122         Changing the render tree to use RenderFlexibleBox instead of RenderDeprecatedFlexibleBox
102123         and not using a RenderLayer unless noted otherwise.
102124
102125         * css3/flexbox/flexitem-stretch-range-expected.html: Added.
102126         * css3/flexbox/flexitem-stretch-range.html: Added. New test to verify stretched flex item has the
102127         thumb in the correct place.
102128         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
102129         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
102130         * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
102131         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Changed the default height to
102132         129px for vertical controls. This makes more sense than having a height of 100%.
102133         * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
102134         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png: The thumb now appears below the
102135         focus ring. This matches other form controls like buttons and textareas.
102136         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
102137         * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
102138         * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
102139         * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
102140         * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
102141         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt:
102142         * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
102143         * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
102144         * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
102145         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt:
102146         * platform/chromium-win/fast/layers/video-layer-expected.txt:
102147         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
102148         * platform/chromium-win/media/audio-repaint-expected.txt:
102149         * platform/chromium-win/media/controls-after-reload-expected.txt:
102150         * platform/chromium-win/media/controls-strict-expected.txt:
102151         * platform/chromium-win/media/controls-styling-expected.txt:
102152         * platform/chromium-win/media/controls-styling-strict-expected.txt:
102153         * platform/chromium-win/media/controls-without-preload-expected.txt:
102154         * platform/chromium-win/media/media-controls-clone-expected.txt:
102155         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
102156         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.txt:
102157         * platform/chromium-win/media/video-controls-rendering-expected.txt:
102158         * platform/chromium-win/media/video-display-toggle-expected.txt:
102159         * platform/chromium-win/media/video-empty-source-expected.txt:
102160         * platform/chromium-win/media/video-no-audio-expected.txt:
102161         * platform/chromium-win/media/video-playing-and-pause-expected.txt:
102162         * platform/chromium-win/media/video-zoom-controls-expected.txt:
102163
102164 2012-10-16  Xianzhu Wang  <wangxianzhu@chromium.org>
102165
102166         [Chromium] Android: Need a way to get appropriate font for some specific characters.
102167         https://bugs.webkit.org/show_bug.cgi?id=67587
102168
102169         Reviewed by Adam Barth.
102170
102171         Removed unnecessary rebaselines.
102172         Removed failure expectations for the tests now pass.
102173         Added pixel only rebaselines for some of the above tests.
102174
102175         * platform/chromium-android/fast/repaint/japanese-rl-selection-repaint-expected.png: Added. New pixel rebaseline.
102176         * platform/chromium-android/fast/writing-mode/japanese-lr-selection-expected.png: Removed. Unnecessary rebaseline.
102177         * platform/chromium-android/fast/writing-mode/japanese-lr-selection-expected.txt: Removed. Unnecessary rebaseline.
102178         * platform/chromium-android/fast/writing-mode/japanese-rl-selection-expected.png: Added. New pixel rebaseline.
102179         * platform/chromium-android/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Removed. Unnecessary rebaseline.
102180         * platform/chromium/TestExpectations: Removed the failure expectations for the tests now pass.
102181
102182 2012-10-16  Tommy Widenflycht  <tommyw@google.com>
102183
102184         MediaStream API: Add the chromium API for RTCDataChannel
102185         https://bugs.webkit.org/show_bug.cgi?id=99435
102186
102187         Reviewed by Adam Barth.
102188
102189         Adding tests for RTCDataChannel.
102190
102191         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt: Added.
102192         * fast/mediastream/RTCPeerConnection-datachannel.html: Added.
102193
102194 2012-10-16  Tony Chang  <tony@chromium.org>
102195
102196         Unreviewed, rebaseline 2 Chromium Mac test.
102197         Small differences due to using MESA.
102198
102199         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
102200         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
102201         * platform/chromium/TestExpectations:
102202
102203 2012-10-16  Stephen Chenney  <schenney@chromium.org>
102204
102205         An feImage that tries to render itself should be stopped
102206         https://bugs.webkit.org/show_bug.cgi?id=94652
102207
102208         Reviewed by Eric Seidel.
102209
102210         Ref-test to verify that an feImage that tries to draw itself will not
102211         crash. This test must be render in order to verify the result. Do not
102212         convert to dumpAstext.
102213
102214         * svg/filters/feImage-self-referencing-expected.html: Added.
102215         * svg/filters/feImage-self-referencing.html: Added.
102216
102217 2012-10-16  Nico Weber  <thakis@chromium.org>
102218
102219         [chromium/mac] Make spelling indicator HighDPI
102220         https://bugs.webkit.org/show_bug.cgi?id=99417
102221
102222         Reviewed by Stephen White.
102223
102224         New baselines.
102225
102226         * platform/chromium-mac/editing/spelling/inline-spelling-markers-hidpi-expected.png :
102227         * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png :
102228
102229 2012-10-16  Dana Jansens  <danakj@chromium.org>
102230
102231         Remove expected fails for tests that need rebaseline after http://trac.webkit.org/changeset/131358
102232
102233         Unreviewed gardening.
102234
102235         * platform/chromium/TestExpectations:
102236
102237 2012-10-16  Tony Chang  <tony@chromium.org>
102238
102239         in a column flexbox, input overflows the box when stretched
102240         https://bugs.webkit.org/show_bug.cgi?id=99273
102241
102242         Reviewed by Ojan Vafai.
102243
102244         Add a ref test since we're testing form rendering. Make sure that we get the
102245         right behavior without the performance optimization (e.g., in multiline flexbox).
102246
102247         * css3/flexbox/stretch-input-in-column-expected.html: Added.
102248         * css3/flexbox/stretch-input-in-column.html: Added.
102249
102250 2012-10-16  Csaba Osztrogonác  <ossy@webkit.org>
102251
102252         [Qt] Unreviewed gardening, unskip a now passing test.
102253
102254         * platform/qt/TestExpectations:
102255
102256 2012-10-16  Simon Fraser  <simon.fraser@apple.com>
102257
102258         REGRESSION (r128787): Fixed position div causes other elements to not update correctly
102259         https://bugs.webkit.org/show_bug.cgi?id=98579
102260
102261         Reviewed by Beth Dakin.
102262
102263         Repaint test that scrolls an overflow element until its content layers overlap some
102264         other composited element. Only the pixel result is interesting.
102265
102266         * compositing/repaint/requires-backing-repaint-expected.png: Added.
102267         * compositing/repaint/requires-backing-repaint-expected.txt: Added.
102268         * compositing/repaint/requires-backing-repaint.html: Added.
102269
102270 2012-10-16  Mike Reed  <reed@google.com>
102271
102272         update expectations preparing for skia optimization
102273         https://bugs.webkit.org/show_bug.cgi?id=99476
102274
102275         Reviewed by NOBODY.
102276
102277         crbug.com/156097
102278         Chrome will enable a skia optimization (see crbug/156097). In preparation for that, we mark these tests
102279         to be rebaselined after that change lands.
102280
102281         * platform/chromium/TestExpectations:
102282
102283 2012-10-16  Joshua Bell  <jsbell@chromium.org>
102284
102285         IndexedDB: setTimeout in layout tests causes flakiness in multiprocess ports
102286         https://bugs.webkit.org/show_bug.cgi?id=98949
102287
102288         Reviewed by Tony Chang.
102289
102290         In multiprocess ports with asynchronous IPC, events and timers may race causing script
102291         callbacks to execute in different orders.
102292
102293         Eliminate the uses of setTimeout() where the intent is to have code delayed but may
102294         race with a pending event.
102295
102296         * fast/js/resources/js-test-pre.js:
102297         (evalAndLog) Added quiet flag.
102298         * storage/indexeddb/deletedatabase-blocked-expected.txt:
102299         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
102300         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
102301         * storage/indexeddb/intversion-close-between-events-expected.txt:
102302         * storage/indexeddb/resources/deletedatabase-blocked.js: Remove setTimeout.
102303         (test.request.onsuccess.openOnSuccess.h.onversionchange):
102304         (test.request.onsuccess.openOnSuccess.request.onblocked):
102305         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js: Remove setTimeout.
102306         (test.request.onsuccess.openOnSuccess.h.onversionchange):
102307         (test.request.onsuccess.openOnSuccess.request.onblocked):
102308         * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js: Remove setTimeout.
102309         (test.request.onsuccess.openOnSuccess.h.onversionchange):
102310         (test.request.onsuccess.openOnSuccess.request.onsuccess.h2OpenOnSuccess.request.onblocked):
102311         * storage/indexeddb/resources/intversion-close-between-events.js: Test was intended to call db.close()
102312         between "complete" and "success" but in single process ports this is not possible, and in multi-process
102313         ports is not reliable. To make the test not flaky and watch out for regressions in this edge case, it
102314         is changed to have minimal logging.
102315         (deleteSuccess):
102316         (upgradeNeeded.transaction.oncomplete):
102317         (upgradeNeeded):
102318         (closeDB):
102319         (openSuccess):
102320         (checkFinished):
102321         * storage/indexeddb/resources/intversion-close-in-oncomplete.js: Log on error rather than timing out.
102322         (deleteSuccess):
102323         * storage/indexeddb/resources/setversion-blocked.js: Removed setTimeout.
102324         (test.request.onsuccess.h1OpenOnSuccess.request.onsuccess.h2OpenOnSuccess.h2.onversionchange):
102325         (test.request.onsuccess.h1OpenOnSuccess.request.onsuccess.h2OpenOnSuccess.request.onblocked):
102326         * storage/indexeddb/resources/shared.js:
102327         (evalAndExpectException) Added quiet flag.
102328         * storage/indexeddb/setversion-blocked-expected.txt:
102329
102330 2012-10-16  Takashi Sakamoto  <tasak@google.com>
102331
102332         [Meta] [Shadow] contenteditable attribute for distributed nodes.
102333         https://bugs.webkit.org/show_bug.cgi?id=90017
102334
102335         Reviewed by Dimitri Glazkov.
102336
102337         * fast/dom/shadow/user-modify-inheritance-expected.txt:
102338         * fast/dom/shadow/user-modify-inheritance.html:
102339
102340 2012-10-16  Vsevolod Vlasov  <vsevik@chromium.org>
102341
102342         Web Inspector: Get rid of (now empty) JavaScriptSource and StyleSource, rename all usages to UISourceCode.
102343         https://bugs.webkit.org/show_bug.cgi?id=99469
102344
102345         Reviewed by Pavel Feldman.
102346
102347         * http/tests/inspector/debugger-test.js:
102348         (initialize_DebuggerTest):
102349         * http/tests/inspector/workspace-test.js:
102350         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
102351         * inspector/debugger/breakpoint-manager.html:
102352         * inspector/debugger/network-uisourcecode-provider-expected.txt:
102353         * inspector/debugger/script-formatter-breakpoints.html:
102354         * inspector/debugger/script-formatter-console.html:
102355         * inspector/debugger/script-formatter-search.html:
102356         * inspector/debugger/script-snippet-model.html:
102357         * inspector/debugger/scripts-panel.html:
102358         * inspector/debugger/source-frame-count.html:
102359         * inspector/styles/edit-inspector-stylesheet.html:
102360         * inspector/styles/styles-history.html:
102361
102362 2012-10-15  Vsevolod Vlasov  <vsevik@chromium.org>
102363
102364         Web Inspector: Extract domain specific editing handling logic from UISourceCode (step 2).
102365         https://bugs.webkit.org/show_bug.cgi?id=99301
102366
102367         Reviewed by Pavel Feldman.
102368
102369         * http/tests/inspector/debugger-test.js:
102370         (initialize_DebuggerTest):
102371         * inspector/styles/edit-inspector-stylesheet.html:
102372
102373 2012-10-16  Dana Jansens  <danakj@chromium.org>
102374
102375         Layout Test fast/forms/date/calendar-picker-key-operations.html is failing
102376         https://bugs.webkit.org/show_bug.cgi?id=99466
102377
102378         Unreviewed gardening.
102379
102380         * platform/chromium/TestExpectations:
102381
102382 2012-10-16  Alexander Pavlov  <apavlov@chromium.org>
102383
102384         Web Inspector: [Elements] Double-click to live edit style tags changes text to 'undefined' in some situations
102385         https://bugs.webkit.org/show_bug.cgi?id=99336
102386
102387         Reviewed by Vsevolod Vlasov.
102388
102389         Change the DOM tree dump format to include newlines replaced by '\n's.
102390
102391         * http/tests/inspector/elements-test.js:
102392         (initialize_ElementTest.InspectorTest.dumpElementsTree):
102393         * inspector/elements/edit-dom-actions-expected.txt:
102394         * inspector/elements/edit-dom-actions.html:
102395         * inspector/elements/elements-panel-limited-children-expected.txt:
102396         * inspector/elements/elements-panel-structure-expected.txt:
102397         * inspector/elements/iframe-load-event-expected.txt:
102398         * inspector/elements/insert-node-expected.txt:
102399         * inspector/elements/perform-undo-undo-expected.txt:
102400         * inspector/elements/user-properties-expected.txt:
102401         * inspector/styles/force-pseudo-state-expected.txt:
102402
102403 2012-10-16  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
102404
102405         [GTK] Update baselines for failing svg test after r131435
102406         https://bugs.webkit.org/show_bug.cgi?id=99462
102407
102408         Unreviewed GTK gardening.
102409
102410         Updating baselines after downgrading the Cairo to version 1.10.2.
102411
102412         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
102413         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
102414
102415 2012-10-16  Zan Dobersek  <zandobersek@gmail.com>
102416
102417         Unreviewed GTK gardening.
102418
102419         Adding (flaky) crashing expectations for a couple of tests.
102420
102421         * platform/gtk/TestExpectations:
102422
102423 2012-10-16  Mike West  <mkwst@chromium.org>
102424
102425         Web Inspector: Whitelist safe styles for 'console.log('%c...', ...)'.
102426         https://bugs.webkit.org/show_bug.cgi?id=98945
102427
102428         Reviewed by Pavel Feldman.
102429
102430         * http/tests/inspector/console-test.js:
102431         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
102432             Use the 'cssText' property of an element, rather than reading from
102433             its 'style' attribute. Also, gracefully handle unstyled elements
102434             by explicitly noting their emptyness.
102435         * inspector/console/console-format-style-whitelist-expected.txt: Added.
102436         * inspector/console/console-format-style-whitelist.html: Added.
102437
102438 2012-10-16  Keishi Hattori  <keishi@webkit.org>
102439
102440         [Chromium] Rebaseline calendar-picker-key-operations.html due to r162114
102441
102442         Unreviewed.
102443
102444         * fast/forms/date/calendar-picker-key-operations-expected.txt:
102445         * platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt:
102446
102447 2012-10-16  Zan Dobersek  <zandobersek@gmail.com>
102448
102449         Unreviewed GTK gardening.
102450
102451         Updating baselines and expectations after downgrading the Cairo
102452         version used in JHBuild dependencies back to 1.10.2.
102453
102454         * platform/gtk/TestExpectations:
102455         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
102456         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
102457         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
102458         * platform/gtk/svg/batik/text/smallFonts-expected.txt:
102459         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
102460         * platform/gtk/svg/batik/text/textOnPath-expected.txt:
102461         * platform/gtk/svg/batik/text/textOnPath2-expected.txt:
102462         * platform/gtk/svg/batik/text/textOnPath3-expected.txt:
102463         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
102464         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
102465         * platform/gtk/svg/custom/js-update-path-changes-expected.txt:
102466         * platform/gtk/svg/custom/js-update-path-removal-expected.txt:
102467         * platform/gtk/svg/custom/path-textPath-simulation-expected.txt:
102468
102469 2012-10-16  Keishi Hattori  <keishi@webkit.org>
102470
102471         Add test that checks that reloading after setting a value for an input element from a suggestion picker resets the values
102472         https://bugs.webkit.org/show_bug.cgi?id=99407
102473
102474         Reviewed by Kent Tamura.
102475
102476         We want to test that a reload resets values of input elements, even if
102477         they were set by the suggestion picker.
102478
102479         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload-expected.txt: Added.
102480         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html: Added.
102481
102482 2012-10-16  Shinya Kawanaka  <shinyak@chromium.org>
102483
102484         [Chromium] Unreviewed gardening, TestExpectations updated.
102485
102486         * platform/chromium/TestExpectations:
102487
102488 2012-10-15  Kent Tamura  <tkent@chromium.org>
102489
102490         Fix some appearance glitches of multiple fields input elements
102491         https://bugs.webkit.org/show_bug.cgi?id=99412
102492
102493         Reviewed by Kentaro Hara.
102494
102495         All of rendering tests for multiple fields inputs need rebaseline
102496         because of the padding change.
102497
102498         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt:
102499         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html:
102500         Add a fixed height case.
102501         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
102502         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
102503         * platform/chromium/TestExpectations:
102504
102505 2012-10-16  Keishi Hattori  <keishi@webkit.org>
102506
102507         [Chromium] Mark date-suggestion-picker-appearance.html as need rebaseline
102508
102509         Unreviewed.
102510
102511         Mark date-suggestion-picker-appearance.html as need rebaseline until chromium side change lands.
102512
102513         * platform/chromium/TestExpectations:
102514
102515 2012-10-15  Keishi Hattori  <keishi@webkit.org>
102516
102517         Move suggestion picker tests to suggestion-picker directory
102518         https://bugs.webkit.org/show_bug.cgi?id=99415
102519
102520         Reviewed by Kent Tamura.
102521
102522         Moving the tests suggestion picker tests to platform/chromium/fast/forms/suggestion-picker chromium android can easily skip them.
102523
102524         * 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.
102525         * 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.
102526         * 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.
102527         * 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.
102528         * 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.
102529         * 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.
102530         * 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.
102531         * 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.
102532         * 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.
102533         * 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.
102534         * 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.
102535         * 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.
102536         * 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.
102537         * 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.
102538         * 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.
102539         * 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.
102540         * 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.
102541         * 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.
102542         * 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.
102543         * 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.
102544         * 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.
102545         * 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.
102546         * 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.
102547         * 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.
102548         * 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.
102549         * 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.
102550         * platform/chromium/TestExpectations: Removed obsolete lines.
102551         * 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.
102552         * 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.
102553         * 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.
102554         * 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.
102555         * 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.
102556         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance.html: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-appearance.html.
102557         * 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.
102558         * 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.
102559         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html:
102560         * 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.
102561         * 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.
102562         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html:
102563         * platform/chromium/fast/forms/suggestion-picker/suggestion-picker-common.js: Renamed from LayoutTests/fast/forms/resources/suggestion-picker-common.js.
102564         * 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.
102565         * 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.
102566         * 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.
102567         * 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.
102568         * 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.
102569         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance.html: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-appearance.html.
102570         * 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.
102571         * 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.
102572         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute.html:
102573         * 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.
102574         * 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.
102575         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html:
102576
102577 2012-10-15  Yury Semikhatsky  <yurys@chromium.org>
102578
102579         Web Inspector: restore watch expression expansion state
102580         https://bugs.webkit.org/show_bug.cgi?id=99304
102581
102582         Reviewed by Pavel Feldman.
102583
102584         Expand watch expression value and its properties if they were expanded
102585         before update.
102586
102587         * inspector/debugger/watch-expressions-preserve-expansion-expected.txt: Added.
102588         * inspector/debugger/watch-expressions-preserve-expansion.html: Added.
102589
102590 2012-10-15  Mike West  <mkwst@chromium.org>
102591
102592         Warn when CSP headers don't separate directives with ';'.
102593         https://bugs.webkit.org/show_bug.cgi?id=99274
102594
102595         Reviewed by Adam Barth.
102596
102597         * http/tests/security/contentSecurityPolicy/source-list-parsing-no-semicolon-expected.txt: Added.
102598         * http/tests/security/contentSecurityPolicy/source-list-parsing-no-semicolon.html: Added.
102599
102600 2012-10-15  Pablo Flouret  <pablof@motorola.com>
102601
102602         Add force parameter to DOMTokenList.toggle
102603         https://bugs.webkit.org/show_bug.cgi?id=99375
102604
102605         Reviewed by Darin Adler.
102606
102607         * fast/dom/HTMLElement/class-list-expected.txt:
102608         * fast/dom/HTMLElement/class-list-quirks-expected.txt:
102609         * fast/dom/HTMLElement/script-tests/class-list.js:
102610         (shouldThrowDOMException):
102611
102612 2012-10-15  Shinya Kawanaka  <shinyak@chromium.org>
102613
102614         [Chromium] Unreviewed gardening, TestExpectations updated.
102615
102616         * platform/chromium/TestExpectations:
102617
102618 2012-10-15  Keishi Hattori  <keishi@webkit.org>
102619
102620         Add tests for suggestion picker that test step/min/max attributes
102621         https://bugs.webkit.org/show_bug.cgi?id=99168
102622
102623         Reviewed by Kent Tamura.
102624
102625         These tests that setting step/min/max attributes filters out values from the suggestion picker.
102626
102627         * fast/forms/resources/suggestion-picker-common.js:
102628         (valueForEntry): Returns value for an suggestion list entry element.
102629         (highlightedEntry):
102630         (entryValues): Returns an array of entry values.
102631         (openPicker): Added callback argument.
102632         (popupOpenCallbackWrapper):
102633         * platform/chromium-android/TestExpectations:
102634         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute-expected.txt: Added.
102635         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html: Added.
102636         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute-expected.txt: Added.
102637         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html: Added.
102638         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute-expected.txt: Added.
102639         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute.html: Added.
102640         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute-expected.txt: Added.
102641         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html: Added.
102642
102643 2012-10-15  Vlad Grecescu  <igrecesc@adobe.com>, Douglas Stockwell  <dstockwell@chromium.org>
102644
102645         Support for background-clip:content-box and padding-box with border-radius
102646         https://bugs.webkit.org/show_bug.cgi?id=23166
102647
102648         Reviewed by Simon Fraser.
102649
102650         * fast/css/background-clip-radius-values-expected.png: Added.
102651         * fast/css/background-clip-radius-values-expected.txt: Added.
102652         * fast/css/background-clip-radius-values.html: Added.
102653         * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png: Added.
102654         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png:
102655         * platform/chromium/TestExpectations:
102656         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
102657         * platform/qt/TestExpectations:
102658         * platform/efl/TestExpectations:
102659
102660 2012-10-15  Kent Tamura  <tkent@chromium.org>
102661
102662         [Chromium] Layout Test *-multiple-fields-keyboard-events.html etc. are failing on Win XP
102663         https://bugs.webkit.org/show_bug.cgi?id=99408
102664
102665         These failures are expected. Just do rebaseline.
102666
102667         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt: Added.
102668         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Added.
102669         * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt: Added.
102670
102671 2012-10-15  Shinya Kawanaka  <shinyak@chromium.org>
102672
102673         [Chromium] Unreviewed gardening, TestExpectations updated.
102674
102675         Now lint passes.
102676
102677         * platform/chromium/TestExpectations:
102678
102679 2012-10-15  Kenichi Ishibashi  <bashi@chromium.org>
102680
102681         [WebSocket] WebSocketInflater should handle BFINAL = 1 blocks
102682         https://bugs.webkit.org/show_bug.cgi?id=99282
102683
102684         Reviewed by Yuta Kitamura.
102685
102686         Added a test for receiving compressed blocks with BFINAL set to 1.
102687
102688         * http/tests/websocket/tests/hybi/deflate-frame-set-bfinal-expected.txt: Added.
102689         * http/tests/websocket/tests/hybi/deflate-frame-set-bfinal.html: Added.
102690         * http/tests/websocket/tests/hybi/deflate-frame_wsh.py:
102691         (web_socket_do_extra_handshake): Call set_bfinal() if the 'set_bfinal' parameter is passed.
102692
102693 2012-10-15  Simon Fraser  <simon.fraser@apple.com>
102694
102695         Fix GraphicsLayer visible rect computation when scrolling in WebKit1
102696         https://bugs.webkit.org/show_bug.cgi?id=99385
102697
102698         Reviewed by Dean Jackson, Tim Horton.
102699
102700         scrolled.html tests the visible rect after scrolling. The other tests
102701         are for visibleRect in iframes, with and without compositing layers
102702         in the parent document (which exercises different code paths in WebKit1).
102703
102704         * compositing/visible-rect/iframe-and-layers-expected.txt: Added.
102705         * compositing/visible-rect/iframe-and-layers.html: Added.
102706         * compositing/visible-rect/iframe-no-layers-expected.txt: Added.
102707         * compositing/visible-rect/iframe-no-layers.html: Added.
102708         * compositing/visible-rect/resources/subframe-with-layers.html: Added.
102709         * compositing/visible-rect/scrolled-expected.txt: Added.
102710         * compositing/visible-rect/scrolled.html: Added.
102711         * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt: Added.
102712
102713 2012-10-14  Kent Tamura  <tkent@chromium.org>
102714
102715         Input elements with multiple fields UI should set appropriate direction for browser locale automatically
102716         https://bugs.webkit.org/show_bug.cgi?id=99291
102717
102718         Reviewed by Hajime Morita.
102719
102720         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n.html:
102721         Added. We can confirm ar-eg and he-il have RTL layout.
102722         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.txt: Added.
102723         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
102724
102725         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
102726         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
102727         - Enable the lang-attribute-aware-form-control-UI feature.
102728         - Set lang=he-il instead of dir=rtl because dir=rtl is ignored.
102729         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Ditto.
102730         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html: Ditto.
102731
102732         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
102733         Updated becaues dir=RTL doesn't affect.
102734         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
102735         Ditto.
102736         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
102737         Ditto.
102738         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
102739         Ditto.
102740
102741         * platform/chromium/TestExpectations:
102742
102743 2012-10-15  Dana Jansens  <danakj@chromium.org>
102744
102745         inspector/styles/styles-computed-trace.html is timing out
102746         https://bugs.webkit.org/show_bug.cgi?id=99391
102747
102748         Unreviewed gardening.
102749
102750         * platform/chromium/TestExpectations:
102751
102752 2012-10-15  Dana Jansens  <danakj@chromium.org>
102753
102754         inspector/debugger/xhr-breakpoints.html is flaky
102755         https://bugs.webkit.org/show_bug.cgi?id=99389
102756
102757         Unreviewed gardening.
102758
102759         * platform/chromium/TestExpectations:
102760
102761 2012-10-15  Dana Jansens  <danakj@chromium.org>
102762
102763         Layout Test webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html is failing.
102764         https://bugs.webkit.org/show_bug.cgi?id=99357
102765
102766         Unreviewed gardening.
102767
102768         * platform/chromium/TestExpectations:
102769
102770 2012-10-15  Dana Jansens  <danakj@chromium.org>
102771
102772         Rebaseline after r131358.
102773
102774         Unreviewed gardening.
102775
102776         * platform/chromium-win-xp/css1/basic/inheritance-expected.png: Added.
102777         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
102778         * platform/chromium-win-xp/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added.
102779         * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added.
102780         * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
102781         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
102782         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
102783         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
102784         * platform/chromium-win-xp/tables/mozilla/bugs/bug73321-expected.png: Added.
102785
102786 2012-10-15  Dirk Pranke  <dpranke@chromium.org>
102787
102788         skip crashing softwarecompositing bugs
102789         https://bugs.webkit.org/show_bug.cgi?id=99381
102790
102791         Reviewed by Adrienne Walker.
102792
102793         These tests might be hanging the win (dbg)(2) bot; apart from
102794         that, there's not a lot of point in running tests that are known
102795         to be for unimplemented features.
102796
102797         * platform/chromium/TestExpectations:
102798
102799 2012-10-15  Tony Chang  <tony@chromium.org>
102800
102801         Unreviewed, rolling out r131367.
102802         http://trac.webkit.org/changeset/131367
102803         https://bugs.webkit.org/show_bug.cgi?id=98666
102804
102805         crashes on Apple Mac
102806
102807         * css3/flexbox/flexitem-stretch-range-expected.html: Removed.
102808         * css3/flexbox/flexitem-stretch-range.html: Removed.
102809         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
102810         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
102811         * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
102812         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
102813         * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
102814         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png:
102815         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
102816         * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
102817         * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
102818         * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
102819         * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
102820         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt:
102821         * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
102822         * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
102823         * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
102824         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt:
102825         * platform/chromium-win/fast/layers/video-layer-expected.txt:
102826         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
102827         * platform/chromium-win/media/audio-repaint-expected.txt:
102828         * platform/chromium-win/media/controls-after-reload-expected.txt:
102829         * platform/chromium-win/media/controls-strict-expected.txt:
102830         * platform/chromium-win/media/controls-styling-expected.txt:
102831         * platform/chromium-win/media/controls-styling-strict-expected.txt:
102832         * platform/chromium-win/media/controls-without-preload-expected.txt:
102833         * platform/chromium-win/media/media-controls-clone-expected.txt:
102834         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
102835         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.txt:
102836         * platform/chromium-win/media/video-controls-rendering-expected.txt:
102837         * platform/chromium-win/media/video-display-toggle-expected.txt:
102838         * platform/chromium-win/media/video-empty-source-expected.txt:
102839         * platform/chromium-win/media/video-no-audio-expected.txt:
102840         * platform/chromium-win/media/video-playing-and-pause-expected.txt:
102841         * platform/chromium-win/media/video-zoom-controls-expected.txt:
102842         * platform/chromium/TestExpectations:
102843         * platform/efl/TestExpectations:
102844         * platform/gtk/TestExpectations:
102845         * platform/mac/TestExpectations:
102846         * platform/qt/TestExpectations:
102847         * platform/win/TestExpectations:
102848
102849 2012-10-15  Chris Rogers  <crogers@google.com>
102850
102851         Rebaseline webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html for chromium-linux
102852         https://bugs.webkit.org/show_bug.cgi?id=99377
102853
102854         Unreviewed rebaseline.
102855
102856         * platform/chromium-linux-x86/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
102857         * platform/chromium-linux/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
102858         * platform/chromium-mac/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
102859
102860 2012-10-15  Joshua Bell  <jsbell@chromium.org>
102861
102862         IndexedDB: Pass type of error causing abort to IDBTransaction::onAbort
102863         https://bugs.webkit.org/show_bug.cgi?id=99097
102864
102865         Reviewed by Tony Chang.
102866
102867         Verify that IDBTransaction.error is reporting ConstraintError when indexing fails.
102868
102869         * storage/indexeddb/lazy-index-population-expected.txt:
102870         * storage/indexeddb/lazy-index-population.html:
102871
102872 2012-10-15  Dana Jansens  <danakj@chromium.org>
102873
102874         Rebaselines after 131358.
102875
102876         Unreviewed gardening.
102877
102878         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
102879         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
102880         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
102881         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
102882         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.png:
102883         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
102884         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
102885         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
102886         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
102887         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
102888         * platform/chromium-mac/tables/mozilla/bugs/bug24200-expected.png:
102889         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
102890
102891 2012-10-15  Dana Jansens  <danakj@chromium.org>
102892
102893         Rebaselines after 131358
102894
102895         Unreviewed gardening.
102896
102897         * platform/chromium-mac-snowleopard/css1/basic/inheritance-expected.png:
102898         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
102899         * platform/chromium-mac-snowleopard/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png:
102900         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
102901         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
102902         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
102903         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
102904         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
102905         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug73321-expected.png:
102906         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
102907         * platform/chromium-mac/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png:
102908         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
102909         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
102910         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
102911         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
102912         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
102913         * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.png:
102914
102915 2012-10-12  Tony Chang  <tony@chromium.org>
102916
102917         input[type=range] as a flex item renders thumb at wrong position
102918         https://bugs.webkit.org/show_bug.cgi?id=98666
102919
102920         Reviewed by Ojan Vafai.
102921
102922         Changing the render tree to use RenderFlexibleBox instead of RenderDeprecatedFlexibleBox
102923         and not using a RenderLayer unless noted otherwise.
102924
102925         * css3/flexbox/flexitem-stretch-range-expected.html: Added.
102926         * css3/flexbox/flexitem-stretch-range.html: Added. New test to verify stretched flex item has the
102927         thumb in the correct place.
102928         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
102929         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
102930         * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
102931         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Changed the default height to
102932         129px for vertical controls. This makes more sense than having a height of 100%.
102933         * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
102934         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png: The thumb now appears below the
102935         focus ring. This matches other form controls like buttons and textareas.
102936         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
102937         * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
102938         * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
102939         * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
102940         * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
102941         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt:
102942         * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
102943         * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
102944         * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
102945         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt:
102946         * platform/chromium-win/fast/layers/video-layer-expected.txt:
102947         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
102948         * platform/chromium-win/media/audio-repaint-expected.txt:
102949         * platform/chromium-win/media/controls-after-reload-expected.txt:
102950         * platform/chromium-win/media/controls-strict-expected.txt:
102951         * platform/chromium-win/media/controls-styling-expected.txt:
102952         * platform/chromium-win/media/controls-styling-strict-expected.txt:
102953         * platform/chromium-win/media/controls-without-preload-expected.txt:
102954         * platform/chromium-win/media/media-controls-clone-expected.txt:
102955         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
102956         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.txt:
102957         * platform/chromium-win/media/video-controls-rendering-expected.txt:
102958         * platform/chromium-win/media/video-display-toggle-expected.txt:
102959         * platform/chromium-win/media/video-empty-source-expected.txt:
102960         * platform/chromium-win/media/video-no-audio-expected.txt:
102961         * platform/chromium-win/media/video-playing-and-pause-expected.txt:
102962         * platform/chromium-win/media/video-zoom-controls-expected.txt:
102963
102964 2012-10-15  Chris Rogers  <crogers@google.com>
102965
102966         Rebaseline webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html for Mac/Win
102967         https://bugs.webkit.org/show_bug.cgi?id=99368
102968
102969         Unreviewed rebaseline.
102970
102971         * platform/chromium-mac-snowleopard/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
102972         * platform/chromium-win-xp/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
102973         * platform/chromium/TestExpectations:
102974
102975 2012-10-15  Levi Weintraub  <leviw@chromium.org>
102976
102977         Regression r130057: incorrect block pref width for alternating InlineFlow and inline Replaced
102978         https://bugs.webkit.org/show_bug.cgi?id=99194
102979
102980         Reviewed by Eric Seidel.
102981
102982         * fast/block/block-with-inline-replaced-children-in-inline-flows-expected.html: Added.
102983         * fast/block/block-with-inline-replaced-children-in-inline-flows.html: Added.
102984
102985 2012-10-15  Emil A Eklund  <eae@chromium.org>
102986
102987         Revert rounding change in RenderTable::paintObject
102988         https://bugs.webkit.org/show_bug.cgi?id=99364
102989
102990         Reviewed by Levi Weintraub.
102991
102992         Revert pixel expected results to what we had prior to r122769.
102993
102994         * platform/chromium/TestExpectations:
102995         * platform/chromium-linux/css1/basic/inheritance-expected.png:
102996         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
102997         * platform/chromium-linux/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png:
102998         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
102999         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
103000         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
103001         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
103002         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
103003         * platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.png:
103004
103005 2012-10-15  Joshua Bell  <jsbell@chromium.org>
103006
103007         IndexedDB: Key paths should support non-ASCII identifiers
103008         https://bugs.webkit.org/show_bug.cgi?id=98814
103009
103010         Reviewed by Kentaro Hara.
103011
103012         Test representative characters from various Unicode character classes
103013         as valid (or invalid) identifier lead and trailing characters.
103014
103015         * storage/indexeddb/keypath-basics-expected.txt:
103016         * storage/indexeddb/resources/keypath-basics.js:
103017         (testValidKeyPaths):
103018
103019 2012-10-15  Mike West  <mkwst@chromium.org>
103020
103021         Console messages containing long URLs should cut at some reasonable length.
103022         https://bugs.webkit.org/show_bug.cgi?id=97980
103023
103024         Reviewed by Pavel Feldman.
103025
103026         * inspector/console/console-trim-long-urls-expected.txt: Added.
103027         * inspector/console/console-trim-long-urls.html: Added.
103028         * inspector/styles/inject-stylesheet-expected.txt:
103029         * platform/chromium/inspector/styles/inject-stylesheet-expected.txt:
103030             Updating test expectations.
103031
103032 2012-10-15  Mihnea Ovidenie  <mihnea@adobe.com>
103033
103034         [CSSRegions]Add support for auto-height regions (without region-breaks)
103035         https://bugs.webkit.org/show_bug.cgi?id=97533
103036
103037         Reviewed by Julien Chaffraix.
103038
103039         Added tests for auto-height regions, with different writing modes, with min/max-height.
103040         The bug referenced in the tests is the master bug for auto-height support, 91097.
103041
103042         * fast/regions/autoheight-abspos-region-expected.html: Added.
103043         * fast/regions/autoheight-abspos-region.html: Added.
103044         * fast/regions/autoheight-floatright-region-expected.html: Added.
103045         * fast/regions/autoheight-floatright-region.html: Added.
103046         * fast/regions/autoheight-horizontal-bt-expected.html: Added.
103047         * fast/regions/autoheight-horizontal-bt.html: Added.
103048         * fast/regions/autoheight-inlineblock-normalflow-region-expected.html: Added.
103049         * fast/regions/autoheight-inlineblock-normalflow-region.html: Added.
103050         * fast/regions/autoheight-maxheight-region-expected.html: Added.
103051         * fast/regions/autoheight-maxheight-region.html: Added.
103052         * fast/regions/autoheight-minheight-region-expected.html: Added.
103053         * fast/regions/autoheight-minheight-region.html: Added.
103054         * fast/regions/autoheight-normalflow-region-expected.html: Added.
103055         * fast/regions/autoheight-normalflow-region.html: Added.
103056         * fast/regions/autoheight-vertical-lr-expected.html: Added.
103057         * fast/regions/autoheight-vertical-lr.html: Added.
103058         * fast/regions/autoheight-vertical-rl-expected.html: Added.
103059         * fast/regions/autoheight-vertical-rl.html: Added.
103060         * fast/regions/webkit-named-flow-first-empty-region-index.html: Fix an element style (though the test was passing before).
103061
103062 2012-10-15  Dana Jansens  <danakj@chromium.org>
103063
103064         Layout Test webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html is failing
103065         https://bugs.webkit.org/show_bug.cgi?id=99357
103066
103067         Unreviewed gardening.
103068
103069         * platform/chromium/TestExpectations:
103070
103071 2012-10-15  Joshua Bell  <jsbell@chromium.org>
103072
103073         [Chromium] Unreviewed gardening. Fix bug link in TestExpectations.
103074
103075         * platform/chromium/TestExpectations:
103076
103077 2012-10-15  Dana Jansens  <danakj@chromium.org>
103078
103079         Layout Test inspector/debugger/dynamic-scripts.html is flaky
103080         https://bugs.webkit.org/show_bug.cgi?id=99338
103081
103082         Unreviewed gardening.
103083
103084         * platform/chromium/TestExpectations:
103085
103086 2012-10-15  Mike West  <mkwst@chromium.org>
103087
103088         CSP source expressions should support paths at file-level granularity.
103089         https://bugs.webkit.org/show_bug.cgi?id=99250
103090
103091         Reviewed by Adam Barth.
103092
103093         * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-01.html:
103094             Adjust tests by adding trailing slashes to source expressions that
103095             should match directories.
103096         * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02-expected.txt:
103097         * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02.html:
103098             Adjust tests to check the new behavior: matching individiual files,
103099             and matching directories only with a trailing '/'.
103100
103101 2012-10-15  Jay Civelli  <jcivelli@chromium.org>
103102
103103         Calling WebCore::SharedBuffer::append(data, 0) on a shared buffer when
103104         its current position is at a segment boundary (4096) ends up adding an
103105         unitialized segment (with uninitialized memory) to the SharedBuffer.
103106         https://bugs.webkit.org/show_bug.cgi?id=99000
103107
103108         Reviewed by Adam Barth.
103109
103110         * mhtml/shared_buffer_bug-expected.txt: Added.
103111         * mhtml/shared_buffer_bug.mht: Added.
103112
103113 2012-10-15  Luke Macpherson   <macpherson@chromium.org>
103114
103115         Make CSS variable names case-insensitive.
103116         https://bugs.webkit.org/show_bug.cgi?id=98712
103117
103118         Reviewed by Tony Chang.
103119
103120         Add test that variable names are match correctly when different case is used.
103121
103122         * fast/css/variables/case-insensitive-expected.html: Added.
103123         * fast/css/variables/case-insensitive.html: Added.
103124
103125 2012-10-15  Vsevolod Vlasov  <vsevik@chromium.org>
103126
103127         Unreviewed inspector tests fix.
103128
103129         * http/tests/inspector-enabled/dynamic-scripts-expected.txt:
103130         * http/tests/inspector-enabled/dynamic-scripts.html:
103131         * inspector/debugger/dynamic-scripts-expected.txt:
103132         * inspector/debugger/dynamic-scripts.html:
103133
103134 2012-10-15  Dana Jansens  <danakj@chromium.org>
103135
103136         Layout Test plugins/update-widgets-crash.html is failing
103137         https://bugs.webkit.org/show_bug.cgi?id=99333
103138
103139         Unreviewed gardening.
103140
103141         * platform/chromium/TestExpectations:
103142
103143 2012-10-15  Dominik Röttsches  <dominik.rottsches@intel.com>
103144
103145         Unreviewed GTK gardening.
103146
103147         * platform/gtk/TestExpectations: Silencing a style-checker warning.
103148
103149 2012-10-15  Vsevolod Vlasov  <vsevik@chromium.org>
103150
103151         Web Inspector: Scripts for dynamically added script elements are not shown in sources panel.
103152         https://bugs.webkit.org/show_bug.cgi?id=99324
103153
103154         Reviewed by Pavel Feldman.
103155
103156         * http/tests/inspector-enabled/dynamic-scripts-expected.txt: Added.
103157         * http/tests/inspector-enabled/dynamic-scripts.html: Added.
103158         * http/tests/inspector-enabled/resources/dynamic-script.js: Added.
103159         (fooDynamicScript):
103160         * inspector/debugger/dynamic-scripts-expected.txt: Added.
103161         * inspector/debugger/dynamic-scripts.html: Added.
103162         * inspector/debugger/resources/dynamic-script.js: Added.
103163         (fooDynamicScript):
103164
103165 2012-10-15  Tullio Lucena  <tullio.lucena@openbossa.org>
103166
103167         [Qt] Unskip and rebase now passing tests.
103168         https://bugs.webkit.org/show_bug.cgi?id=98824
103169
103170         Reviewed by Csaba Osztrogonác.
103171
103172         Updating tests results.
103173
103174         * platform/qt/TestExpectations:
103175         * platform/qt/editing/selection/caret-rtl-2-expected.png: Added.
103176         * platform/qt/editing/selection/caret-rtl-2-expected.txt:
103177         * platform/qt/editing/selection/caret-rtl-expected.png: Added.
103178         * platform/qt/editing/selection/caret-rtl-expected.txt:
103179         * platform/qt/editing/selection/extend-selection-bidi-expected.png: Added.
103180         * platform/qt/editing/selection/extend-selection-bidi-expected.txt: Added.
103181         * platform/qt/editing/selection/move-past-trailing-space-expected.png: Added.
103182         * platform/qt/editing/selection/move-past-trailing-space-expected.txt: Added.
103183
103184 2012-10-15  Shinya Kawanaka  <shinyak@chromium.org>
103185
103186         [Chromium] Unreviewed gardening, TestExpectations updated.
103187
103188         * platform/chromium/TestExpectations:
103189
103190 2012-10-14  Shinya Kawanaka  <shinyak@chromium.org>
103191
103192         [Chromium] Unreviewed gardening, TestExpectations updated.
103193
103194         * platform/chromium/TestExpectations:
103195
103196 2012-10-14  Jon Lee  <jonlee@apple.com>
103197
103198         Allow notification origin permission request when no js callback is provided
103199         https://bugs.webkit.org/show_bug.cgi?id=63615
103200         <rdar://problem/11059590>
103201
103202         Reviewed by Sam Weinig.
103203
103204         * http/tests/notifications/legacy/request-expected.txt:
103205         * http/tests/notifications/legacy/request-no-callback-expected.txt: Added.
103206         * http/tests/notifications/legacy/request-no-callback.html: Calls webkitNotifications.requestPermission()
103207         with no callback, with default and denied permission. For WebKit2, if the permission is not default, it
103208         will short circuit instead of creating a pending request.
103209         * http/tests/notifications/legacy/request.html: The test mistakenly uses the standard API instead of
103210         the legacy API. The results don't change, but we make sure that we call
103211         webkitNotifications.requestPermission() with a callback to test full coverage of the legacy API. We also
103212         expand the test to cover both default and denied permissions.
103213         * http/tests/notifications/request-expected.txt:
103214         * http/tests/notifications/request.html: Expand test to cover both default and denied permissions.
103215
103216 2012-10-12  Adam Barth  <abarth@webkit.org>
103217
103218         Unreviewed gardening.
103219
103220         * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.txt: Removed.
103221         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
103222         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
103223         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
103224         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png:
103225         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
103226
103227 2012-10-12  Adam Barth  <abarth@webkit.org>
103228
103229         Fix lint error in TestExpectations.
103230
103231         * platform/chromium/TestExpectations:
103232
103233 2012-10-12  Simon Fraser  <simon.fraser@apple.com>
103234
103235         Fix GraphicsLayerCA visible rect computation in the face of perspective and preserve-3d
103236         https://bugs.webkit.org/show_bug.cgi?id=99212
103237
103238         Reviewed by Tim Horton.
103239
103240         Layer tree tests that include visible rect information, to test visible rect
103241         computation for more complex layer trees.
103242
103243         * compositing/visible-rect/3d-transform-style-expected.txt: Added.
103244         * compositing/visible-rect/3d-transform-style.html: Added.
103245         * compositing/visible-rect/3d-transformed-expected.txt: Added.
103246         * compositing/visible-rect/3d-transformed.html: Added.
103247         * compositing/visible-rect/nested-transform-expected.txt: Added.
103248         * compositing/visible-rect/nested-transform.html: Added.
103249
103250 2012-10-12  Simon Fraser  <simon.fraser@apple.com>
103251
103252         Add some initial visible rect tests and tweak the visible wash layer
103253         https://bugs.webkit.org/show_bug.cgi?id=99095
103254
103255         Reviewed by Tim Horton.
103256
103257         Add some tests of the GraphicsLayerCA visibleRect for simple cases.
103258         
103259         Skip these tests on platforms that don't log layer visible rects
103260         (all non-Mac).
103261
103262         * compositing/visible-rect/2d-transformed-expected.txt: Added.
103263         * compositing/visible-rect/2d-transformed.html: Added.
103264         * compositing/visible-rect/clipped-by-viewport-expected.txt: Added.
103265         * compositing/visible-rect/clipped-by-viewport.html: Added.
103266         * compositing/visible-rect/clipped-visible-rect-expected.txt: Added.
103267         * compositing/visible-rect/clipped-visible-rect.html: Added.
103268         * platform/chromium-android/TestExpectations:
103269         * platform/chromium/TestExpectations:
103270         * platform/chromium/virtual/softwarecompositing/TestExpectations: Added.
103271         * platform/efl/TestExpectations:
103272         * platform/gtk/TestExpectations:
103273         * platform/qt/TestExpectations:
103274         * platform/win/TestExpectations:
103275         * platform/wincairo/TestExpectations:
103276
103277 2012-10-12  Roger Fong  <roger_fong@apple.com>
103278
103279         Unreviewed. Windows rebaseline afer r130411.
103280
103281         * platform/win/editing/pasteboard/paste-text-008-expected.txt:
103282
103283 2012-10-12  Roger Fong  <roger_fong@apple.com>
103284
103285         Unreviewed. Test passes, unskip, update results.
103286
103287         * platform/win/TestExpectations:
103288         * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt:
103289
103290 2012-10-12  Jeffrey Pfau  <jpfau@apple.com>
103291
103292         Unreviewed. Checking in fast/js/random-array-gc-stress.html as timing out.
103293
103294         * platform/mac/TestExpectations:
103295
103296 2012-10-12  Tony Chang  <tony@chromium.org>
103297
103298         Unreviewed, chromium-mac-snowleopard rebaseline for a slider.
103299         The thumb moved a small amount (maybe during shadow dom refactor?).
103300         This matches the Apple Lion result.
103301
103302         * platform/chromium-mac-snowleopard/fast/forms/range/input-appearance-range-expected.png:
103303         * platform/chromium/TestExpectations:
103304
103305 2012-10-12  Tony Chang  <tony@chromium.org>
103306
103307         Unreviewed, remove duplicate TestExpectation entries.
103308
103309         * platform/efl-wk1/TestExpectations:
103310         * platform/efl/TestExpectations:
103311
103312 2012-10-12  Roger Fong  <roger_fong@apple.com>
103313
103314         Unreviewed. Skipping tests involving CSS_COMPOSITING on Windows. Feature isn't and should not be enabled.
103315
103316         * platform/win/TestExpectations:
103317
103318 2012-10-12  Emil A Eklund  <eae@chromium.org>
103319
103320         Unreviewed cleanup, remove unneeded XP specific rebaselines for chromium.
103321
103322         * platform/chromium-win-xp/fast/speech: Removed.
103323         * platform/chromium-win-xp/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
103324         * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Removed.
103325
103326 2012-10-12  Levi Weintraub  <leviw@chromium.org>
103327
103328         Unreviewed gardening. Updating expectations for fast/repaint/repaint-across-writing-mode-boundary.html
103329         and switching the TestExpectations files for ports with SUBPIXEL_LAYOUT disabled to skip the entire
103330         sub-pixel test folder.
103331
103332         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
103333         * platform/chromium-win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
103334         * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
103335         * platform/chromium/TestExpectations:
103336         * platform/mac-lion/TestExpectations:
103337         * platform/mac-snowleopard/TestExpectations:
103338         * platform/mac-wk2/TestExpectations:
103339         * platform/mac/TestExpectations:
103340         * platform/qt-4.8/TestExpectations:
103341         * platform/qt/TestExpectations:
103342         * platform/win-wk2/TestExpectations:
103343         * platform/win-xp/TestExpectations:
103344         * platform/win/TestExpectations:
103345         * platform/wincairo/TestExpectations:
103346         * platform/wk2/TestExpectations:
103347
103348 2012-10-12  Emil A Eklund  <eae@chromium.org>
103349
103350         Unreviewed chromium windows rebaseline for r131202.
103351
103352         * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
103353         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
103354         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
103355         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
103356         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png:
103357         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
103358         * platform/chromium-win/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
103359         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
103360         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
103361         * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
103362
103363 2012-10-12  Emil A Eklund  <eae@chromium.org>
103364
103365         Unreviewed chromium rebaseline for r131216.
103366
103367         * fast/box-sizing/box-sizing-expected.txt: Replaced.
103368         * fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
103369         * platform/chromium-mac-snowleopard/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
103370         * platform/chromium-mac-snowleopard/fast/writing-mode/fieldsets-expected.png:
103371         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.txt:
103372         * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
103373         * platform/chromium-mac/fast/box-sizing/box-sizing-expected.txt:
103374         * platform/chromium-mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
103375         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.png:
103376         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.txt:
103377         * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
103378         * platform/chromium-win-xp/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
103379         * platform/efl/fast/box-sizing/box-sizing-expected.txt: Removed.
103380         * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
103381         * platform/gtk/fast/box-sizing/box-sizing-expected.txt: Removed.
103382         * platform/gtk/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
103383         * platform/win-future/fast/box-sizing: Added.
103384         * platform/win-future/fast/box-sizing/box-sizing-expected.txt: Added.
103385
103386 2012-10-12  Emil A Eklund  <eae@chromium.org>
103387
103388         Unreviewed chromium windows rebaseline for vertical-rl-ltr test.
103389
103390         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
103391         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
103392         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
103393         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
103394
103395 2012-10-12  Emil A Eklund  <eae@chromium.org>
103396
103397         Unreviewed chromium rebaseline for r131202.
103398
103399         * css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added.
103400         * css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Added.
103401         * css3/flexbox/flexbox-baseline-expected.txt: Added.
103402         * fast/html/details-add-child-1-expected.txt: Added.
103403         * fast/html/details-add-child-2-expected.txt: Added.
103404         * fast/html/details-add-details-child-1-expected.txt: Added.
103405         * fast/html/details-add-details-child-2-expected.txt: Added.
103406         * fast/html/details-add-summary-1-and-click-expected.txt: Added.
103407         * fast/html/details-add-summary-1-expected.txt: Added.
103408         * fast/html/details-add-summary-10-and-click-expected.txt: Added.
103409         * fast/html/details-add-summary-10-expected.txt: Added.
103410         * fast/html/details-add-summary-2-and-click-expected.txt: Added.
103411         * fast/html/details-add-summary-2-expected.txt: Added.
103412         * fast/html/details-add-summary-3-and-click-expected.txt: Added.
103413         * fast/html/details-add-summary-3-expected.txt: Added.
103414         * fast/html/details-add-summary-4-and-click-expected.txt: Added.
103415         * fast/html/details-add-summary-4-expected.txt: Added.
103416         * fast/html/details-add-summary-5-and-click-expected.txt: Added.
103417         * fast/html/details-add-summary-5-expected.txt: Added.
103418         * fast/html/details-add-summary-6-and-click-expected.txt: Added.
103419         * fast/html/details-add-summary-6-expected.txt: Added.
103420         * fast/html/details-add-summary-7-and-click-expected.txt: Added.
103421         * fast/html/details-add-summary-7-expected.txt: Added.
103422         * fast/html/details-add-summary-8-and-click-expected.txt: Added.
103423         * fast/html/details-add-summary-8-expected.txt: Added.
103424         * fast/html/details-add-summary-9-and-click-expected.txt: Added.
103425         * fast/html/details-add-summary-9-expected.txt: Added.
103426         * fast/html/details-add-summary-child-1-expected.txt: Added.
103427         * fast/html/details-add-summary-child-2-expected.txt: Added.
103428         * fast/html/details-nested-1-expected.txt: Added.
103429         * fast/html/details-no-summary1-expected.txt: Added.
103430         * fast/html/details-no-summary2-expected.txt: Added.
103431         * fast/html/details-no-summary3-expected.txt: Added.
103432         * fast/html/details-open1-expected.txt: Added.
103433         * fast/html/details-open3-expected.txt: Added.
103434         * fast/html/details-open5-expected.txt: Added.
103435         * fast/html/details-open6-expected.txt: Added.
103436         * fast/html/details-remove-child-1-expected.txt: Added.
103437         * fast/html/details-remove-child-2-expected.txt: Added.
103438         * fast/html/details-remove-summary-1-and-click-expected.txt: Added.
103439         * fast/html/details-remove-summary-1-expected.txt: Added.
103440         * fast/html/details-remove-summary-2-and-click-expected.txt: Added.
103441         * fast/html/details-remove-summary-2-expected.txt: Added.
103442         * fast/html/details-remove-summary-3-and-click-expected.txt: Added.
103443         * fast/html/details-remove-summary-3-expected.txt: Added.
103444         * fast/html/details-remove-summary-4-and-click-expected.txt: Added.
103445         * fast/html/details-remove-summary-4-expected.txt: Added.
103446         * fast/html/details-remove-summary-5-and-click-expected.txt: Added.
103447         * fast/html/details-remove-summary-5-expected.txt: Added.
103448         * fast/html/details-remove-summary-6-and-click-expected.txt: Added.
103449         * fast/html/details-remove-summary-6-expected.txt: Added.
103450         * fast/html/details-remove-summary-child-1-expected.txt: Added.
103451         * fast/html/details-remove-summary-child-2-expected.txt: Added.
103452         * fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
103453         * platform/chromium-linux/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
103454         * platform/chromium-linux/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Added.
103455         * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.png: Added.
103456         * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.txt: Added.
103457         * platform/chromium-linux/fast/forms/listbox-hit-test-zoomed-expected.png: Added.
103458         * platform/chromium-linux/fast/forms/listbox-hit-test-zoomed-expected.txt: Added.
103459         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
103460         * platform/chromium-mac-snowleopard/fast/forms/007-expected.png:
103461         * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png:
103462         * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
103463         * platform/chromium-mac-snowleopard/fast/html/details-add-child-1-expected.png:
103464         * platform/chromium-mac-snowleopard/fast/html/details-add-child-2-expected.png:
103465         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-1-expected.png:
103466         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-2-expected.png:
103467         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-and-click-expected.png:
103468         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-expected.png:
103469         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-and-click-expected.png:
103470         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-expected.png:
103471         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-and-click-expected.png:
103472         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-expected.png:
103473         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-and-click-expected.png:
103474         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-expected.png:
103475         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-and-click-expected.png:
103476         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-expected.png:
103477         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-and-click-expected.png:
103478         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-expected.png:
103479         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-and-click-expected.png:
103480         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-expected.png:
103481         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-and-click-expected.png:
103482         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-expected.png:
103483         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-and-click-expected.png:
103484         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-expected.png:
103485         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png:
103486         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-expected.png:
103487         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-1-expected.png:
103488         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-2-expected.png:
103489         * platform/chromium-mac-snowleopard/fast/html/details-nested-1-expected.png:
103490         * platform/chromium-mac-snowleopard/fast/html/details-nested-2-expected.png:
103491         * platform/chromium-mac-snowleopard/fast/html/details-no-summary1-expected.png:
103492         * platform/chromium-mac-snowleopard/fast/html/details-no-summary2-expected.png:
103493         * platform/chromium-mac-snowleopard/fast/html/details-no-summary3-expected.png:
103494         * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
103495         * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
103496         * platform/chromium-mac-snowleopard/fast/html/details-open1-expected.png:
103497         * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
103498         * platform/chromium-mac-snowleopard/fast/html/details-open3-expected.png:
103499         * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
103500         * platform/chromium-mac-snowleopard/fast/html/details-open5-expected.png:
103501         * platform/chromium-mac-snowleopard/fast/html/details-open6-expected.png:
103502         * platform/chromium-mac-snowleopard/fast/html/details-position-expected.png:
103503         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-1-expected.png:
103504         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-2-expected.png:
103505         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-and-click-expected.png:
103506         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-expected.png:
103507         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-and-click-expected.png:
103508         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-expected.png:
103509         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-and-click-expected.png:
103510         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-expected.png:
103511         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-and-click-expected.png:
103512         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-expected.png:
103513         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-and-click-expected.png:
103514         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-expected.png:
103515         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png:
103516         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-expected.png:
103517         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-1-expected.png:
103518         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-2-expected.png:
103519         * platform/chromium-mac-snowleopard/fast/html/details-replace-summary-child-expected.png:
103520         * platform/chromium-mac-snowleopard/fast/html/details-replace-text-expected.png:
103521         * platform/chromium-mac-snowleopard/fast/html/details-writing-mode-expected.png:
103522         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
103523         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
103524         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
103525         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
103526         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
103527         * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
103528         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
103529         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
103530         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
103531         * platform/chromium-mac/fast/forms/007-expected.png:
103532         * platform/chromium-mac/fast/forms/007-expected.txt:
103533         * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
103534         * platform/chromium-mac/fast/forms/basic-buttons-expected.txt:
103535         * platform/chromium-mac/fast/forms/basic-textareas-expected.txt:
103536         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
103537         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt:
103538         * platform/chromium-mac/fast/html/details-add-child-1-expected.png:
103539         * platform/chromium-mac/fast/html/details-add-child-1-expected.txt:
103540         * platform/chromium-mac/fast/html/details-add-child-2-expected.png:
103541         * platform/chromium-mac/fast/html/details-add-child-2-expected.txt:
103542         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png:
103543         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.txt:
103544         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png:
103545         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.txt:
103546         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png:
103547         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
103548         * platform/chromium-mac/fast/html/details-add-summary-1-expected.png:
103549         * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt:
103550         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png:
103551         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
103552         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png:
103553         * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt:
103554         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png:
103555         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
103556         * platform/chromium-mac/fast/html/details-add-summary-2-expected.png:
103557         * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt:
103558         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png:
103559         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
103560         * platform/chromium-mac/fast/html/details-add-summary-3-expected.png:
103561         * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt:
103562         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png:
103563         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
103564         * platform/chromium-mac/fast/html/details-add-summary-4-expected.png:
103565         * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt:
103566         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png:
103567         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
103568         * platform/chromium-mac/fast/html/details-add-summary-5-expected.png:
103569         * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt:
103570         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png:
103571         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
103572         * platform/chromium-mac/fast/html/details-add-summary-6-expected.png:
103573         * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt:
103574         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png:
103575         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
103576         * platform/chromium-mac/fast/html/details-add-summary-7-expected.png:
103577         * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt:
103578         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png:
103579         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
103580         * platform/chromium-mac/fast/html/details-add-summary-8-expected.png:
103581         * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt:
103582         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png:
103583         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
103584         * platform/chromium-mac/fast/html/details-add-summary-9-expected.png:
103585         * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt:
103586         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png:
103587         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.txt:
103588         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png:
103589         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.txt:
103590         * platform/chromium-mac/fast/html/details-marker-style-expected.png:
103591         * platform/chromium-mac/fast/html/details-marker-style-expected.txt:
103592         * platform/chromium-mac/fast/html/details-nested-1-expected.png:
103593         * platform/chromium-mac/fast/html/details-nested-1-expected.txt:
103594         * platform/chromium-mac/fast/html/details-nested-2-expected.png:
103595         * platform/chromium-mac/fast/html/details-nested-2-expected.txt:
103596         * platform/chromium-mac/fast/html/details-no-summary1-expected.png:
103597         * platform/chromium-mac/fast/html/details-no-summary1-expected.txt:
103598         * platform/chromium-mac/fast/html/details-no-summary2-expected.png:
103599         * platform/chromium-mac/fast/html/details-no-summary2-expected.txt:
103600         * platform/chromium-mac/fast/html/details-no-summary3-expected.png:
103601         * platform/chromium-mac/fast/html/details-no-summary3-expected.txt:
103602         * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
103603         * platform/chromium-mac/fast/html/details-no-summary4-expected.txt:
103604         * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
103605         * platform/chromium-mac/fast/html/details-open-javascript-expected.txt:
103606         * platform/chromium-mac/fast/html/details-open1-expected.png:
103607         * platform/chromium-mac/fast/html/details-open1-expected.txt:
103608         * platform/chromium-mac/fast/html/details-open2-expected.png:
103609         * platform/chromium-mac/fast/html/details-open2-expected.txt:
103610         * platform/chromium-mac/fast/html/details-open3-expected.png:
103611         * platform/chromium-mac/fast/html/details-open3-expected.txt:
103612         * platform/chromium-mac/fast/html/details-open4-expected.png:
103613         * platform/chromium-mac/fast/html/details-open4-expected.txt:
103614         * platform/chromium-mac/fast/html/details-open5-expected.png:
103615         * platform/chromium-mac/fast/html/details-open5-expected.txt:
103616         * platform/chromium-mac/fast/html/details-open6-expected.png:
103617         * platform/chromium-mac/fast/html/details-open6-expected.txt:
103618         * platform/chromium-mac/fast/html/details-position-expected.png:
103619         * platform/chromium-mac/fast/html/details-position-expected.txt:
103620         * platform/chromium-mac/fast/html/details-remove-child-1-expected.png:
103621         * platform/chromium-mac/fast/html/details-remove-child-1-expected.txt:
103622         * platform/chromium-mac/fast/html/details-remove-child-2-expected.png:
103623         * platform/chromium-mac/fast/html/details-remove-child-2-expected.txt:
103624         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png:
103625         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
103626         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png:
103627         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt:
103628         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png:
103629         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
103630         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png:
103631         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt:
103632         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png:
103633         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
103634         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png:
103635         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt:
103636         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png:
103637         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
103638         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png:
103639         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt:
103640         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png:
103641         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
103642         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png:
103643         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt:
103644         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png:
103645         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
103646         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png:
103647         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt:
103648         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png:
103649         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.txt:
103650         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png:
103651         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.txt:
103652         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
103653         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.txt:
103654         * platform/chromium-mac/fast/html/details-replace-text-expected.png:
103655         * platform/chromium-mac/fast/html/details-replace-text-expected.txt:
103656         * platform/chromium-mac/fast/html/details-writing-mode-expected.png:
103657         * platform/chromium-mac/fast/html/details-writing-mode-expected.txt:
103658         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.png:
103659         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
103660         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.png:
103661         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
103662         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
103663         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.txt:
103664         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
103665         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
103666         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
103667         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
103668         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
103669         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
103670         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
103671         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
103672         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
103673         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
103674         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
103675         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
103676         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
103677         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
103678         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
103679         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
103680         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
103681         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
103682         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
103683         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
103684         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.txt:
103685         * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
103686         * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
103687         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
103688         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
103689         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
103690         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
103691         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
103692         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
103693         * platform/chromium-win/fast/forms/007-expected.png:
103694         * platform/chromium-win/fast/forms/basic-buttons-expected.png:
103695         * platform/chromium-win/fast/forms/basic-buttons-expected.txt:
103696         * platform/chromium-win/fast/forms/listbox-hit-test-zoomed-expected.png: Added.
103697         * platform/chromium-win/fast/forms/listbox-hit-test-zoomed-expected.txt: Added.
103698         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
103699         * platform/chromium-win/fast/forms/searchfield-heights-expected.png:
103700         * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
103701         * platform/chromium-win/fast/forms/textarea-metrics-expected.txt: Added.
103702         * platform/chromium-win/fast/html/details-add-child-1-expected.png:
103703         * platform/chromium-win/fast/html/details-add-child-2-expected.png:
103704         * platform/chromium-win/fast/html/details-add-details-child-1-expected.png:
103705         * platform/chromium-win/fast/html/details-add-details-child-2-expected.png:
103706         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
103707         * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
103708         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
103709         * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
103710         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
103711         * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
103712         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
103713         * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
103714         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
103715         * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
103716         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
103717         * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
103718         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
103719         * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
103720         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
103721         * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
103722         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
103723         * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
103724         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
103725         * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
103726         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png:
103727         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png:
103728         * platform/chromium-win/fast/html/details-marker-style-expected.png:
103729         * platform/chromium-win/fast/html/details-nested-1-expected.png:
103730         * platform/chromium-win/fast/html/details-nested-2-expected.png:
103731         * platform/chromium-win/fast/html/details-no-summary1-expected.png:
103732         * platform/chromium-win/fast/html/details-no-summary2-expected.png:
103733         * platform/chromium-win/fast/html/details-no-summary3-expected.png:
103734         * platform/chromium-win/fast/html/details-no-summary4-expected.png:
103735         * platform/chromium-win/fast/html/details-open-javascript-expected.png:
103736         * platform/chromium-win/fast/html/details-open1-expected.png:
103737         * platform/chromium-win/fast/html/details-open2-expected.png:
103738         * platform/chromium-win/fast/html/details-open3-expected.png:
103739         * platform/chromium-win/fast/html/details-open4-expected.png:
103740         * platform/chromium-win/fast/html/details-open5-expected.png:
103741         * platform/chromium-win/fast/html/details-open6-expected.png:
103742         * platform/chromium-win/fast/html/details-position-expected.png:
103743         * platform/chromium-win/fast/html/details-remove-child-1-expected.png:
103744         * platform/chromium-win/fast/html/details-remove-child-2-expected.png:
103745         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
103746         * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
103747         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
103748         * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
103749         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
103750         * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
103751         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
103752         * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
103753         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
103754         * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
103755         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
103756         * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
103757         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png:
103758         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png:
103759         * platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
103760         * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
103761         * platform/chromium-win/fast/html/details-replace-text-expected.png:
103762         * platform/chromium-win/fast/html/details-replace-text-expected.txt:
103763         * platform/chromium-win/fast/html/details-writing-mode-expected.png:
103764         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png:
103765         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png:
103766         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
103767         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
103768         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
103769         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
103770         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
103771         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
103772         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
103773         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
103774         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
103775         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
103776         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
103777         * platform/chromium/TestExpectations:
103778         * platform/efl/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
103779         * platform/efl/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Removed.
103780         * platform/efl/css3/flexbox/flexbox-baseline-expected.txt: Removed.
103781         * platform/efl/fast/html/details-add-child-1-expected.txt: Removed.
103782         * platform/efl/fast/html/details-add-child-2-expected.txt: Removed.
103783         * platform/efl/fast/html/details-add-details-child-1-expected.txt: Removed.
103784         * platform/efl/fast/html/details-add-details-child-2-expected.txt: Removed.
103785         * platform/efl/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
103786         * platform/efl/fast/html/details-add-summary-1-expected.txt: Removed.
103787         * platform/efl/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
103788         * platform/efl/fast/html/details-add-summary-10-expected.txt: Removed.
103789         * platform/efl/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
103790         * platform/efl/fast/html/details-add-summary-2-expected.txt: Removed.
103791         * platform/efl/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
103792         * platform/efl/fast/html/details-add-summary-3-expected.txt: Removed.
103793         * platform/efl/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
103794         * platform/efl/fast/html/details-add-summary-4-expected.txt: Removed.
103795         * platform/efl/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
103796         * platform/efl/fast/html/details-add-summary-5-expected.txt: Removed.
103797         * platform/efl/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
103798         * platform/efl/fast/html/details-add-summary-6-expected.txt: Removed.
103799         * platform/efl/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
103800         * platform/efl/fast/html/details-add-summary-7-expected.txt: Removed.
103801         * platform/efl/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
103802         * platform/efl/fast/html/details-add-summary-8-expected.txt: Removed.
103803         * platform/efl/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
103804         * platform/efl/fast/html/details-add-summary-9-expected.txt: Removed.
103805         * platform/efl/fast/html/details-add-summary-child-1-expected.txt: Removed.
103806         * platform/efl/fast/html/details-add-summary-child-2-expected.txt: Removed.
103807         * platform/efl/fast/html/details-nested-1-expected.txt: Removed.
103808         * platform/efl/fast/html/details-no-summary1-expected.txt: Removed.
103809         * platform/efl/fast/html/details-no-summary2-expected.txt: Removed.
103810         * platform/efl/fast/html/details-no-summary3-expected.txt: Removed.
103811         * platform/efl/fast/html/details-open1-expected.txt: Removed.
103812         * platform/efl/fast/html/details-open3-expected.txt: Removed.
103813         * platform/efl/fast/html/details-open5-expected.txt: Removed.
103814         * platform/efl/fast/html/details-open6-expected.txt: Removed.
103815         * platform/efl/fast/html/details-remove-child-1-expected.txt: Removed.
103816         * platform/efl/fast/html/details-remove-child-2-expected.txt: Removed.
103817         * platform/efl/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
103818         * platform/efl/fast/html/details-remove-summary-1-expected.txt: Removed.
103819         * platform/efl/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
103820         * platform/efl/fast/html/details-remove-summary-2-expected.txt: Removed.
103821         * platform/efl/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
103822         * platform/efl/fast/html/details-remove-summary-3-expected.txt: Removed.
103823         * platform/efl/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
103824         * platform/efl/fast/html/details-remove-summary-4-expected.txt: Removed.
103825         * platform/efl/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
103826         * platform/efl/fast/html/details-remove-summary-5-expected.txt: Removed.
103827         * platform/efl/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
103828         * platform/efl/fast/html/details-remove-summary-6-expected.txt: Removed.
103829         * platform/efl/fast/html/details-remove-summary-child-1-expected.txt: Removed.
103830         * platform/efl/fast/html/details-remove-summary-child-2-expected.txt: Removed.
103831         * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
103832         * platform/efl/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
103833         * platform/efl/tables/mozilla/bugs/bug30692-expected.txt: Removed.
103834         * platform/gtk/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
103835         * platform/gtk/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Removed.
103836         * platform/gtk/css3/flexbox: Removed.
103837         * platform/gtk/css3/flexbox/flexbox-baseline-expected.txt: Removed.
103838         * platform/gtk/fast/html/details-add-child-1-expected.txt: Removed.
103839         * platform/gtk/fast/html/details-add-child-2-expected.txt: Removed.
103840         * platform/gtk/fast/html/details-add-details-child-1-expected.txt: Removed.
103841         * platform/gtk/fast/html/details-add-details-child-2-expected.txt: Removed.
103842         * platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
103843         * platform/gtk/fast/html/details-add-summary-1-expected.txt: Removed.
103844         * platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
103845         * platform/gtk/fast/html/details-add-summary-10-expected.txt: Removed.
103846         * platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
103847         * platform/gtk/fast/html/details-add-summary-2-expected.txt: Removed.
103848         * platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
103849         * platform/gtk/fast/html/details-add-summary-3-expected.txt: Removed.
103850         * platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
103851         * platform/gtk/fast/html/details-add-summary-4-expected.txt: Removed.
103852         * platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
103853         * platform/gtk/fast/html/details-add-summary-5-expected.txt: Removed.
103854         * platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
103855         * platform/gtk/fast/html/details-add-summary-6-expected.txt: Removed.
103856         * platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
103857         * platform/gtk/fast/html/details-add-summary-7-expected.txt: Removed.
103858         * platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
103859         * platform/gtk/fast/html/details-add-summary-8-expected.txt: Removed.
103860         * platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
103861         * platform/gtk/fast/html/details-add-summary-9-expected.txt: Removed.
103862         * platform/gtk/fast/html/details-add-summary-child-1-expected.txt: Removed.
103863         * platform/gtk/fast/html/details-add-summary-child-2-expected.txt: Removed.
103864         * platform/gtk/fast/html/details-nested-1-expected.txt: Removed.
103865         * platform/gtk/fast/html/details-no-summary1-expected.txt: Removed.
103866         * platform/gtk/fast/html/details-no-summary2-expected.txt: Removed.
103867         * platform/gtk/fast/html/details-no-summary3-expected.txt: Removed.
103868         * platform/gtk/fast/html/details-open1-expected.txt: Removed.
103869         * platform/gtk/fast/html/details-open3-expected.txt: Removed.
103870         * platform/gtk/fast/html/details-open5-expected.txt: Removed.
103871         * platform/gtk/fast/html/details-open6-expected.txt: Removed.
103872         * platform/gtk/fast/html/details-remove-child-1-expected.txt: Removed.
103873         * platform/gtk/fast/html/details-remove-child-2-expected.txt: Removed.
103874         * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
103875         * platform/gtk/fast/html/details-remove-summary-1-expected.txt: Removed.
103876         * platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
103877         * platform/gtk/fast/html/details-remove-summary-2-expected.txt: Removed.
103878         * platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
103879         * platform/gtk/fast/html/details-remove-summary-3-expected.txt: Removed.
103880         * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
103881         * platform/gtk/fast/html/details-remove-summary-4-expected.txt: Removed.
103882         * platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
103883         * platform/gtk/fast/html/details-remove-summary-5-expected.txt: Removed.
103884         * platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
103885         * platform/gtk/fast/html/details-remove-summary-6-expected.txt: Removed.
103886         * platform/gtk/fast/html/details-remove-summary-child-1-expected.txt: Removed.
103887         * platform/gtk/fast/html/details-remove-summary-child-2-expected.txt: Removed.
103888         * platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
103889         * platform/gtk/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
103890         * platform/gtk/tables/mozilla/bugs/bug30692-expected.txt: Removed.
103891         * svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
103892         * tables/mozilla/bugs/bug30692-expected.txt: Added.
103893
103894 2012-10-12  James Simonsen  <simonjam@chromium.org>
103895
103896         [RequestAnimationFrame] Remove vendor prefix
103897         https://bugs.webkit.org/show_bug.cgi?id=99116
103898
103899         Reviewed by Adam Barth.
103900
103901         * fast/animation/request-animation-frame-callback-id.html:
103902         * fast/animation/request-animation-frame-cancel-expected.txt:
103903         * fast/animation/request-animation-frame-detach-element.html:
103904         * fast/animation/request-animation-frame-detach-element2.html:
103905         * fast/animation/request-animation-frame-during-modal.html:
103906         * fast/animation/request-animation-frame-iframe2.html:
103907         * fast/animation/request-animation-frame-missing-arguments-expected.txt:
103908         * fast/animation/request-animation-frame-missing-arguments.html:
103909         * fast/animation/script-tests/request-animation-frame-cancel.js:
103910         (window):
103911         * fast/animation/script-tests/request-animation-frame-cancel2.js:
103912         * fast/animation/script-tests/request-animation-frame-disabled.js:
103913         * fast/animation/script-tests/request-animation-frame-subframe.html:
103914         * fast/animation/script-tests/request-animation-frame-timestamps-advance.js:
103915         (window.requestAnimationFrame):
103916         * fast/animation/script-tests/request-animation-frame-timestamps.js:
103917         * fast/animation/script-tests/request-animation-frame-within-callback.js:
103918         (window):
103919         * fast/animation/script-tests/request-animation-frame.js:
103920         * fast/canvas/script-tests/canvas-imageSmoothingEnabled-repaint.js:
103921         (BrowserPaint):
103922         * fast/canvas/webgl/webgl-texture-binding-preserved.html:
103923         * fast/dom/Window/post-message-crash.html:
103924         * inspector/timeline/timeline-animation-frame.html:
103925
103926 2012-10-12  Emil A Eklund  <eae@chromium.org>
103927
103928         Unreviewed chromium lucid rebaseline for r131202.
103929
103930         * platform/chromium-linux-x86/svg/as-border-image: Removed.
103931         * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Removed.
103932         * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
103933         * platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Removed.
103934         * platform/chromium-mac-snowleopard/svg/as-border-image: Removed.
103935         * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Removed.
103936         * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
103937         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: Removed.
103938         * platform/chromium-win-xp/svg/as-border-image: Removed.
103939         * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.png: Removed.
103940         * platform/chromium-win-xp/svg/zoom/page/zoom-background-images-expected.png: Removed.
103941
103942 2012-10-12  Emil A Eklund  <eae@chromium.org>
103943
103944         Unreviewed chromium mac rebaseline for r131202.
103945
103946         * platform/chromium-linux-x86/fast/block/float: Removed.
103947         * platform/chromium-linux-x86/fast/block/float/float-avoidance-expected.png: Removed.
103948         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
103949         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
103950         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
103951         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
103952         * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png:
103953         * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
103954         * platform/chromium-mac-snowleopard/fast/block/float/float-avoidance-expected.png:
103955         * platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.png:
103956         * platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png:
103957         * platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.png:
103958         * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
103959         * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
103960         * platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.png:
103961         * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
103962         * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png:
103963         * platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.png:
103964         * platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.png:
103965         * platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.png:
103966         * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png:
103967         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
103968         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
103969         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
103970         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
103971         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-direction-expected.png:
103972         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png:
103973         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-pressed-state-expected.png:
103974         * platform/chromium-mac-snowleopard/fast/forms/file/input-file-re-render-expected.png:
103975         * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
103976         * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png:
103977         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
103978         * platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png:
103979         * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
103980         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
103981         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
103982         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
103983         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
103984         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
103985         * platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.png:
103986         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
103987         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
103988         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
103989         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
103990         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
103991         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
103992         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
103993         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
103994         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
103995         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
103996         * platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
103997         * platform/chromium-mac-snowleopard/fast/overflow/scrollRevealButton-expected.png:
103998         * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
103999         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png:
104000         * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
104001         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.png:
104002         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt:
104003         * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
104004         * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
104005         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
104006         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
104007         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
104008         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
104009         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
104010         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
104011         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
104012         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.png:
104013         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
104014         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
104015         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
104016         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.png:
104017         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
104018         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png:
104019         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png:
104020         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.png:
104021         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
104022         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
104023         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
104024         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.png:
104025         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.png:
104026         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
104027         * platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
104028         * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
104029         * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
104030         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
104031         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
104032         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
104033         * platform/chromium-mac/editing/selection/3690703-2-expected.txt:
104034         * platform/chromium-mac/editing/selection/3690703-expected.png:
104035         * platform/chromium-mac/editing/selection/3690703-expected.txt:
104036         * platform/chromium-mac/editing/selection/3690719-expected.png:
104037         * platform/chromium-mac/editing/selection/3690719-expected.txt:
104038         * platform/chromium-mac/editing/selection/4397952-expected.png:
104039         * platform/chromium-mac/editing/selection/4397952-expected.txt:
104040         * platform/chromium-mac/editing/selection/5240265-expected.png:
104041         * platform/chromium-mac/editing/selection/5240265-expected.txt:
104042         * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
104043         * platform/chromium-mac/editing/selection/selection-button-text-expected.txt:
104044         * platform/chromium-mac/fast/block/float/032-expected.txt:
104045         * platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
104046         * platform/chromium-mac/fast/block/float/float-avoidance-expected.txt:
104047         * platform/chromium-mac/fast/css/continuationCrash-expected.png:
104048         * platform/chromium-mac/fast/css/continuationCrash-expected.txt:
104049         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.png:
104050         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.txt:
104051         * platform/chromium-mac/fast/css/rtl-ordering-expected.png:
104052         * platform/chromium-mac/fast/css/rtl-ordering-expected.txt:
104053         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
104054         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
104055         * platform/chromium-mac/fast/forms/001-expected.png:
104056         * platform/chromium-mac/fast/forms/001-expected.txt:
104057         * platform/chromium-mac/fast/forms/blankbuttons-expected.png:
104058         * platform/chromium-mac/fast/forms/blankbuttons-expected.txt:
104059         * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
104060         * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
104061         * platform/chromium-mac/fast/forms/button-sizes-expected.png:
104062         * platform/chromium-mac/fast/forms/button-sizes-expected.txt:
104063         * platform/chromium-mac/fast/forms/button-style-color-expected.png:
104064         * platform/chromium-mac/fast/forms/button-style-color-expected.txt:
104065         * platform/chromium-mac/fast/forms/button-table-styles-expected.png:
104066         * platform/chromium-mac/fast/forms/button-table-styles-expected.txt:
104067         * platform/chromium-mac/fast/forms/button-text-transform-expected.png:
104068         * platform/chromium-mac/fast/forms/button-text-transform-expected.txt:
104069         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
104070         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt:
104071         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
104072         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
104073         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
104074         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
104075         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png:
104076         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.txt:
104077         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png:
104078         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.txt:
104079         * platform/chromium-mac/fast/forms/file/file-input-pressed-state-expected.png:
104080         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png:
104081         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.txt:
104082         * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
104083         * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
104084         * platform/chromium-mac/fast/forms/formmove3-expected.png:
104085         * platform/chromium-mac/fast/forms/formmove3-expected.txt:
104086         * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
104087         * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
104088         * platform/chromium-mac/fast/forms/input-button-sizes-expected.png:
104089         * platform/chromium-mac/fast/forms/input-button-sizes-expected.txt:
104090         * platform/chromium-mac/fast/forms/input-value-expected.png:
104091         * platform/chromium-mac/fast/forms/input-value-expected.txt:
104092         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
104093         * platform/chromium-mac/fast/forms/menulist-clip-expected.txt:
104094         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
104095         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
104096         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
104097         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
104098         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png:
104099         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.txt:
104100         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
104101         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
104102         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
104103         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
104104         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
104105         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
104106         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
104107         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
104108         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
104109         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
104110         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
104111         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
104112         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
104113         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png:
104114         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.txt:
104115         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
104116         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt:
104117         * platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
104118         * platform/chromium-mac/fast/replaced/width100percent-button-expected.txt:
104119         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
104120         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt:
104121         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png:
104122         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt:
104123         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
104124         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt:
104125         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
104126         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt:
104127         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
104128         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
104129         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
104130         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
104131         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
104132         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing: Added.
104133         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows: Added.
104134         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Added.
104135         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
104136         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt:
104137         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
104138         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
104139         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.png:
104140         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.txt:
104141         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
104142         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt:
104143         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
104144         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt:
104145         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
104146         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.txt:
104147         * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt:
104148         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png:
104149         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.txt:
104150         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
104151         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt:
104152         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png:
104153         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.txt:
104154         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png:
104155         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.txt:
104156         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.png:
104157         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.txt:
104158         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
104159         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.txt:
104160         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
104161         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.txt:
104162         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
104163         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.txt:
104164         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png:
104165         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt:
104166         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png:
104167         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt:
104168         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
104169         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt:
104170         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
104171         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
104172         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
104173         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.txt:
104174         * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
104175         * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt:
104176         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
104177         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
104178         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
104179         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
104180         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
104181         * platform/chromium-win-xp/fast/block/float: Removed.
104182         * platform/chromium-win-xp/fast/block/float/float-avoidance-expected.png: Removed.
104183         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs: Removed.
104184         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.
104185
104186 2012-10-12  Rob Buis  <rbuis@rim.com>
104187
104188         [BlackBerry] Add tests of WebSocketEnabled preference
104189         https://bugs.webkit.org/show_bug.cgi?id=84982
104190
104191         Reviewed by Yong Li.
104192
104193         * platform/blackberry/http/tests/websocket/tests/enable-disable-setting-expected.txt: Added.
104194         * platform/blackberry/http/tests/websocket/tests/enable-disable-setting.html: Added.
104195
104196 2012-10-11  Emil A Eklund  <eae@chromium.org>
104197
104198         [Sub pixel layout] Change RenderBox to not round logicalTop/Left for RenderReplaced
104199         https://bugs.webkit.org/show_bug.cgi?id=99108
104200
104201         Reviewed by Levi Weintraub.
104202
104203         Update tests expectations to reflect more correct rounding behavior.
104204         Specifically many images and other replaced content is no longer rendered at y -1.
104205
104206         * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
104207         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
104208         * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
104209         * platform/chromium-linux/fast/forms/007-expected.png:
104210         * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
104211         * platform/chromium-linux/fast/forms/basic-buttons-expected.txt:
104212         * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
104213         * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png:
104214         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
104215         * platform/chromium-linux/fast/forms/searchfield-heights-expected.png:
104216         * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
104217         * platform/chromium-linux/fast/html/details-add-child-1-expected.png:
104218         * platform/chromium-linux/fast/html/details-add-child-2-expected.png:
104219         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png:
104220         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png:
104221         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
104222         * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
104223         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
104224         * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
104225         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
104226         * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
104227         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
104228         * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
104229         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
104230         * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
104231         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
104232         * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
104233         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
104234         * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
104235         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
104236         * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
104237         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
104238         * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
104239         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
104240         * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
104241         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png:
104242         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png:
104243         * platform/chromium-linux/fast/html/details-marker-style-expected.png:
104244         * platform/chromium-linux/fast/html/details-nested-1-expected.png:
104245         * platform/chromium-linux/fast/html/details-nested-2-expected.png:
104246         * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
104247         * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
104248         * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
104249         * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
104250         * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
104251         * platform/chromium-linux/fast/html/details-open1-expected.png:
104252         * platform/chromium-linux/fast/html/details-open2-expected.png:
104253         * platform/chromium-linux/fast/html/details-open3-expected.png:
104254         * platform/chromium-linux/fast/html/details-open4-expected.png:
104255         * platform/chromium-linux/fast/html/details-open5-expected.png:
104256         * platform/chromium-linux/fast/html/details-open6-expected.png:
104257         * platform/chromium-linux/fast/html/details-position-expected.png:
104258         * platform/chromium-linux/fast/html/details-remove-child-1-expected.png:
104259         * platform/chromium-linux/fast/html/details-remove-child-2-expected.png:
104260         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
104261         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
104262         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
104263         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
104264         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
104265         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
104266         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
104267         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
104268         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
104269         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
104270         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
104271         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
104272         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png:
104273         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png:
104274         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
104275         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
104276         * platform/chromium-linux/fast/html/details-replace-text-expected.png:
104277         * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
104278         * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
104279         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png:
104280         * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png:
104281         * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.png:
104282         * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
104283         * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png:
104284         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
104285         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
104286         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
104287         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png:
104288         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
104289         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
104290         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
104291         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
104292         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
104293         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
104294         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
104295         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
104296         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
104297         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
104298         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
104299         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt:
104300         * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
104301         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt:
104302         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
104303         * platform/chromium-win/fast/box-sizing/box-sizing-expected.txt:
104304         * platform/chromium-win/fast/forms/007-expected.txt:
104305         * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
104306         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
104307         * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
104308         * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
104309         * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
104310         * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
104311         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
104312         * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
104313         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
104314         * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
104315         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
104316         * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
104317         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
104318         * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
104319         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
104320         * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
104321         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
104322         * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
104323         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
104324         * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
104325         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
104326         * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
104327         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
104328         * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
104329         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
104330         * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
104331         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
104332         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt:
104333         * platform/chromium-win/fast/html/details-marker-style-expected.txt:
104334         * platform/chromium-win/fast/html/details-nested-1-expected.txt:
104335         * platform/chromium-win/fast/html/details-nested-2-expected.txt:
104336         * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
104337         * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
104338         * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
104339         * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
104340         * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
104341         * platform/chromium-win/fast/html/details-open1-expected.txt:
104342         * platform/chromium-win/fast/html/details-open2-expected.txt:
104343         * platform/chromium-win/fast/html/details-open3-expected.txt:
104344         * platform/chromium-win/fast/html/details-open4-expected.txt:
104345         * platform/chromium-win/fast/html/details-open5-expected.txt:
104346         * platform/chromium-win/fast/html/details-open6-expected.txt:
104347         * platform/chromium-win/fast/html/details-position-expected.txt:
104348         * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
104349         * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
104350         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
104351         * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
104352         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
104353         * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
104354         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
104355         * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
104356         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
104357         * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
104358         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
104359         * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
104360         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
104361         * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
104362         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
104363         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
104364         * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
104365         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt:
104366         * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt:
104367         * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt:
104368         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
104369         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.txt:
104370         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
104371         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
104372         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
104373         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
104374         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
104375         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
104376         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
104377         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
104378         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
104379         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
104380         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
104381         * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.txt:
104382         * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt:
104383
104384 2012-10-05  Jer Noble  <jer.noble@apple.com>
104385
104386         Enable ENCRYPTED_MEDIA support on Mac.
104387         https://bugs.webkit.org/show_bug.cgi?id=98044
104388
104389         Reviewed by Anders Carlsson.
104390
104391         Add platform specific expected results.
104392
104393         * platform/mac/fast/events/constructors/media-key-event-constructor-expected.txt: Added.
104394         * platform/chromium/fast/events/constructors/media-key-event-constructor-expected.txt: Copied from 
104395             fast/events/constructors/media-key-event-constructor-expected.txt due to chromium expected results 
104396             search order including platform/mac.
104397
104398 2012-10-12  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
104399
104400         [EFL] Unreviewed gardening.
104401
104402         Move some WontFix tests to the right place in the file, and add
104403         some ImageOnlyFailures that showed up after updating Cairo to
104404         1.12.4.
104405
104406         * platform/efl/TestExpectations:
104407
104408 2012-10-12  Csaba Osztrogonác  <ossy@webkit.org>
104409
104410         [Qt] Unreviewed gardening.
104411
104412         * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt: Updated.
104413         * platform/qt/TestExpectations: Skip a flakey test.
104414
104415 2012-10-12  Adam Barth  <abarth@webkit.org>
104416
104417         More baselines updates after http://trac.webkit.org/changeset/131134.
104418         It seems http://trac.webkit.org/changeset/131158 wasn't quite complete.
104419
104420         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Removed.
104421         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Removed.
104422         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Removed.
104423         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Removed.
104424         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Removed.
104425         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Removed.
104426         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Removed.
104427         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Removed.
104428         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Removed.
104429         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Removed.
104430         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Removed.
104431         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Removed.
104432         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Removed.
104433         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Removed.
104434         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Removed.
104435         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-no-markup-expected.png: Removed.
104436         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
104437         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
104438         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
104439         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
104440         * platform/chromium-linux-x86/svg/text/bidi-text-query-expected.txt: Removed.
104441         * platform/chromium-linux-x86/transforms/2d/hindi-rotated-expected.png: Removed.
104442         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
104443         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
104444         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
104445         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
104446         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
104447         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
104448         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
104449         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
104450         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
104451         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
104452         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
104453         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
104454         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
104455         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
104456         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
104457         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
104458         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
104459         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
104460         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
104461         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
104462         * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: Removed.
104463         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
104464         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
104465         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
104466         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
104467         * platform/chromium-mac-snowleopard/svg/text/bidi-text-query-expected.txt: Removed.
104468         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
104469         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
104470         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
104471         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
104472         * platform/chromium-win-xp/svg/text/bidi-text-query-expected.txt: Removed.
104473
104474 2012-10-12  Adam Barth  <abarth@webkit.org>
104475
104476         Note that this test is flaky.
104477
104478         * platform/chromium/TestExpectations:
104479
104480 2012-10-12  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
104481
104482         [EFL] More pixel expectations and gardening.
104483
104484         Skip some pixel tests which are failing in WK1 and add correct PNG
104485         baselines for quite a few tests which render correctly in WK2.
104486
104487         * platform/efl-wk1/TestExpectations:
104488         * platform/efl/TestExpectations:
104489         * platform/efl/compositing/fixed-position-scroll-offset-history-restore-expected.png: Added.
104490         * platform/efl/compositing/geometry/fixed-in-composited-expected.png:
104491         * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.png:
104492         * platform/efl/compositing/geometry/video-fixed-scrolling-expected.png:
104493         * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png:
104494         * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png: Added.
104495         * platform/efl/fast/block/positioning/rtl-fixed-positioning-expected.png:
104496         * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
104497         * platform/efl/fast/dynamic/anchor-lock-expected.png:
104498         * platform/efl/fast/events/autoscroll-expected.png:
104499         * platform/efl/fast/events/reveal-link-when-focused-expected.png:
104500         * platform/efl/fast/layers/scroll-rect-to-visible-expected.png:
104501         * platform/efl/fast/multicol/scrolling-overflow-expected.png:
104502         * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.png:
104503         * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.png:
104504         * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.png:
104505         * platform/efl/fast/overflow/scrollRevealButton-expected.png:
104506         * platform/efl/fast/repaint/absolute-position-changed-expected.png:
104507         * platform/efl/fast/repaint/fixed-after-scroll-expected.png:
104508         * platform/efl/fast/repaint/fixed-and-absolute-position-scrolled-expected.png:
104509         * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.png:
104510         * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
104511         * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
104512         * platform/efl/fast/repaint/fixed-expected.png:
104513         * platform/efl/fast/repaint/fixed-move-after-scroll-expected.png:
104514         * platform/efl/fast/repaint/fixed-scale-expected.png:
104515         * platform/efl/fast/repaint/fixed-scroll-simple-expected.png:
104516         * platform/efl/fast/repaint/fixed-table-cell-expected.png:
104517         * platform/efl/fast/repaint/fixed-table-overflow-expected.png:
104518         * platform/efl/fast/repaint/fixed-table-overflow-zindex-expected.png:
104519         * platform/efl/fast/repaint/fixed-tranformed-expected.png:
104520         * platform/efl/fast/repaint/repaint-during-scroll-expected.png:
104521         * platform/efl/fast/repaint/scroll-absolute-layer-with-reflection-expected.png:
104522         * platform/efl/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png:
104523         * platform/efl/fast/repaint/scroll-fixed-layer-with-reflection-expected.png:
104524         * platform/efl/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
104525         * platform/efl/fast/repaint/scroll-fixed-reflected-layer-expected.png:
104526         * platform/efl/fast/repaint/scroll-in-fixed-layer-expected.png:
104527         * platform/efl/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
104528         * platform/efl/fast/text/atsui-negative-spacing-features-expected.png:
104529         * platform/efl/fast/text/justify-ideograph-complex-expected.png:
104530         * platform/efl/fast/text/large-text-composed-char-expected.png:
104531         * platform/efl/http/tests/loading/simple-subframe-expected.png: Added.
104532         * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
104533         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
104534         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
104535         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
104536         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
104537         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
104538         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
104539         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
104540         * platform/efl/tables/mozilla_expected_failures/bugs/bug1647-expected.png: Added.
104541
104542 2012-10-12  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
104543
104544         [EFL] Gardening of the WK2 Debug Bot failing tests
104545         https://bugs.webkit.org/show_bug.cgi?id=99184
104546
104547         Unreviewed EFL gardening.
104548
104549         Skip failing tests on WK2 debug bot. Also, unskip tests that are
104550         consistently passing.
104551
104552         * platform/efl-wk1/TestExpectations:
104553         * platform/efl-wk2/TestExpectations:
104554         * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt:
104555         * platform/efl/TestExpectations:
104556
104557 2012-10-12  Alexander Pavlov  <apavlov@chromium.org>
104558
104559         Unreviewed, rebaseline inspector/styles/region-style-crash.html after r131176.
104560
104561         * inspector/styles/region-style-crash-expected.txt:
104562
104563 2012-10-12  Alexander Pavlov  <apavlov@chromium.org>
104564
104565         Web Inspector: [Styles] !important priority not honored inside the same declaration
104566         https://bugs.webkit.org/show_bug.cgi?id=99170
104567
104568         Reviewed by Yury Semikhatsky.
104569
104570         * inspector/elements/elements-panel-styles-expected.txt:
104571         * inspector/elements/resources/elements-panel-styles.css:
104572         (.foo):
104573
104574 2012-10-12  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
104575
104576         [EFL] Gardening to make the bots green
104577         https://bugs.webkit.org/show_bug.cgi?id=99176
104578
104579         Unreviewed EFL gardening.
104580
104581         Skip failing tests in order to make the bots green.
104582
104583         * platform/efl/TestExpectations:
104584
104585 2012-10-12  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
104586
104587         Unreviewed EFL gardening.
104588         https://bugs.webkit.org/show_bug.cgi?id=99161
104589
104590         Unskip editing/pasteboard and add test expectations for failing tests.
104591
104592         * platform/efl/TestExpectations:
104593
104594 2012-10-12  Pavel Feldman  <pfeldman@chromium.org>
104595
104596         Web Inspector: relies on current Function.prototype.bind in the frame
104597         https://bugs.webkit.org/show_bug.cgi?id=99164
104598
104599         Reviewed by Yury Semikhatsky.
104600
104601         * inspector/console/command-line-api-expected.txt:
104602         * inspector/console/console-bind-fake-expected.txt: Added.
104603         * inspector/console/console-bind-fake.html: Added.
104604
104605 2012-10-12  Csaba Osztrogonác  <ossy@webkit.org>
104606
104607         [Qt] Unreviewed gardening, update expected files, skip new failing tests.
104608
104609         * platform/qt-5.0-wk2/TestExpectations:
104610         * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt: Added.
104611         * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
104612         * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
104613
104614 2012-10-12  Alexander Pavlov  <apavlov@chromium.org>
104615
104616         Web Inspector: [Styles] Colors should be "As authored" by default
104617         https://bugs.webkit.org/show_bug.cgi?id=99017
104618
104619         Reviewed by Vsevolod Vlasov.
104620
104621         Test rebaselines.
104622
104623         * inspector/elements/elements-panel-styles-expected.txt:
104624         * inspector/styles/inject-stylesheet-expected.txt:
104625         * inspector/styles/lazy-computed-style-expected.txt:
104626         * inspector/styles/styles-computed-trace-expected.txt:
104627         * inspector/styles/styles-overriden-properties-expected.txt:
104628         * inspector/styles/styles-update-from-js-expected.txt:
104629         * inspector/styles/variables/css-variables-expected.txt:
104630         * platform/chromium/inspector/styles/inject-stylesheet-expected.txt:
104631
104632 2012-10-12  Vsevolod Vlasov  <vsevik@chromium.org>
104633
104634         Web Inspector: Extract domain specific editing handling logic from UISourceCode descendants (step 1).
104635         https://bugs.webkit.org/show_bug.cgi?id=98912
104636
104637         Reviewed by Pavel Feldman.
104638
104639         * inspector/debugger/live-edit.html:
104640         * inspector/extensions/extensions-resources.html:
104641
104642 2012-10-12  Kenichi Ishibashi  <bashi@chromium.org>
104643
104644         Unreviewed test expectations update after r131134
104645
104646         * platform/chromium-linux/css3/font-feature-settings-rendering-expected.txt:
104647         * platform/chromium-linux/fast/text/atsui-negative-spacing-features-expected.png:
104648         * platform/chromium-linux/fast/text/atsui-spacing-features-expected.png:
104649         * platform/chromium-linux/fast/text/cg-vs-atsui-expected.png:
104650         * platform/chromium-linux/fast/text/complex-text-opacity-expected.png:
104651         * platform/chromium-linux/fast/text/drawBidiText-expected.png:
104652         * platform/chromium-linux/fast/text/international/arabic-justify-expected.png:
104653         * platform/chromium-linux/fast/text/international/arabic-vertical-offset-expected.png:
104654         * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.png:
104655         * platform/chromium-linux/fast/text/international/hebrew-vowels-expected.png:
104656         * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
104657         * platform/chromium-linux/fast/text/international/khmer-selection-expected.png:
104658         * platform/chromium-linux/fast/text/international/khmer-selection-expected.txt:
104659         * platform/chromium-linux/fast/text/international/text-spliced-font-expected.png:
104660         * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png:
104661         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
104662         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
104663         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
104664         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
104665         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
104666         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
104667         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
104668         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
104669         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
104670         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
104671         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
104672         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
104673         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
104674         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
104675         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
104676         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
104677         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
104678         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
104679         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
104680         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
104681         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
104682         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
104683         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
104684         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
104685         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
104686         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
104687         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
104688         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
104689         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
104690         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
104691         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
104692         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
104693         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
104694         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
104695         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
104696         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
104697         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
104698         * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
104699         * platform/chromium-linux/svg/text/bidi-text-query-expected.png:
104700         * platform/chromium-linux/svg/text/bidi-text-query-expected.txt:
104701         * platform/chromium-linux/svg/text/bidi-tspans-expected.png:
104702         * platform/chromium-linux/svg/text/text-intro-05-t-expected.png:
104703         * platform/chromium-linux/svg/text/text-with-geometric-precision-expected.png:
104704         * platform/chromium-linux/transforms/2d/hindi-rotated-expected.png:
104705         * platform/chromium/TestExpectations:
104706
104707 2012-10-12  Zan Dobersek  <zandobersek@gmail.com>
104708
104709         Unreviewed GTK gardening.
104710
104711         Rebaselining fast/dom/Window/window-properties-performance.html after r131106.
104712         Adding a failure expectation for a transitions blend mode test added in r131146.
104713
104714         * platform/gtk/TestExpectations:
104715         * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt:
104716
104717 2012-10-12  Kenichi Ishibashi  <bashi@chromium.org>
104718
104719         [WebSocket] Add "Cache-Control: no-cache" to handshake request
104720         https://bugs.webkit.org/show_bug.cgi?id=98000
104721
104722         Reviewed by Yuta Kitamura.
104723
104724         Add a test for no-cache headers check.
104725
104726         * http/tests/websocket/tests/hybi/nocache-expected.txt: Added.
104727         * http/tests/websocket/tests/hybi/nocache-test_wsh.py: Added.
104728         (web_socket_do_extra_handshake):
104729         (web_socket_transfer_data):
104730         * http/tests/websocket/tests/hybi/nocache.html: Added.
104731
104732 2012-10-12  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
104733
104734         [Qt] Unreviewed gardening. Skip test using disabled SHADOW_DOM.
104735
104736         * platform/qt/TestExpectations: Skip fast/dom/shadow/insertion-point-resetStyleInheritance.html.
104737
104738 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
104739
104740         [Chromium] Unreviewed gardening, TestExpectation updated.
104741
104742         * platform/chromium/TestExpectations:
104743
104744 2012-10-11  Rik Cabanier  <cabanier@adobe.com>
104745
104746         Bad copy constructor in StyleRareNonInheritedData
104747         https://bugs.webkit.org/show_bug.cgi?id=98950
104748
104749         Reviewed by Eric Seidel.
104750
104751         Typo in copy constructor caused blendmode to always be the default.
104752
104753         * platform/chromium/TestExpectations:
104754         * transitions/blendmode-transitions-expected.txt: Added.
104755         * transitions/blendmode-transitions.html: Added.
104756         * transitions/resources/transition-test-helpers.js:
104757         * transitions/svg-transitions-expected.txt:
104758
104759 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org> 
104760
104761         [Chromium] Unreviewed gardening, TestExpectation updated.
104762
104763         * platform/chromium/TestExpectations:
104764
104765 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
104766
104767         [Chromium] Unreviewed gardening, TestExpectations updated.
104768
104769         * platform/chromium/TestExpectations:
104770
104771 2012-10-11  Takashi Sakamoto  <tasak@google.com>
104772
104773         [Shadow DOM] Insertion points need resetStyleInheritance
104774         https://bugs.webkit.org/show_bug.cgi?id=93922
104775
104776         Reviewed by Dimitri Glazkov.
104777
104778         * fast/dom/shadow/insertion-point-resetStyleInheritance-expected.txt: Added.
104779         * fast/dom/shadow/insertion-point-resetStyleInheritance.html: Added.
104780
104781 2012-10-11  Kenichi Ishibashi  <bashi@chromium.org>
104782
104783         [Chromium] Use harfbuzz-ng by default on Linux
104784         https://bugs.webkit.org/show_bug.cgi?id=97281
104785
104786         Reviewed by Tony Chang.
104787
104788         * platform/chromium/TestExpectations: Added temporary expectations.
104789
104790 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org> 
104791
104792         [Chromium] Unreviewed gardening, rebaselined.
104793
104794         * platform/chromium-linux/platform/chromium/compositing/tiny-layer-rotated-expected.png:
104795         * platform/chromium-mac/platform/chromium/compositing/tiny-layer-rotated-expected.png:
104796         * platform/chromium-win/platform/chromium/compositing/tiny-layer-rotated-expected.png:
104797
104798 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
104799
104800         [Chromium] Unreviewed gardening, rebaselined.
104801
104802         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
104803
104804 2012-10-11  Sheriff Bot  <webkit.review.bot@gmail.com>
104805
104806         Unreviewed, rolling out r131100.
104807         http://trac.webkit.org/changeset/131100
104808         https://bugs.webkit.org/show_bug.cgi?id=99127
104809
104810         Caused an ASSERT (Requested by abarth|gardening on #webkit).
104811
104812         * css3/filters/custom/custom-filter-composite-operators-expected.png: Removed.
104813         * css3/filters/custom/custom-filter-composite-operators-expected.txt: Removed.
104814         * css3/filters/custom/custom-filter-composite-operators.html: Removed.
104815
104816 2012-10-11  Adam Barth  <abarth@webkit.org>
104817
104818         Add baselines for the rest of the platforms after
104819         http://trac.webkit.org/changeset/131111
104820
104821         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed.
104822         * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
104823         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
104824         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
104825         * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
104826         * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
104827
104828 2012-10-11  Sheriff Bot  <webkit.review.bot@gmail.com>
104829
104830         Unreviewed, rolling out r131107.
104831         http://trac.webkit.org/changeset/131107
104832         https://bugs.webkit.org/show_bug.cgi?id=99126
104833
104834         Causes an ASSERT (Requested by abarth|gardening on #webkit).
104835
104836         * accessibility/secure-textfield-title-ui.html:
104837         * accessibility/title-ui-element-correctness-expected.txt: Removed.
104838         * accessibility/title-ui-element-correctness.html: Removed.
104839         * perf/accessibility-title-ui-element-expected.txt: Removed.
104840         * perf/accessibility-title-ui-element.html: Removed.
104841         * platform/chromium/TestExpectations:
104842
104843 2012-10-11  Jeffrey Pfau  <jpfau@apple.com>
104844
104845         [Mac] Temporarily mark fast/canvas/webgl/arraybuffer-transfer-of-control.html as failing
104846         https://bugs.webkit.org/show_bug.cgi?id=99096
104847
104848         * platform/mac/TestExpectations:
104849
104850 2012-10-11  Levi Weintraub  <leviw@chromium.org>
104851
104852         [Sub pixel layout] Fast-path iframe scrolling can picks up an extra pixel
104853         https://bugs.webkit.org/show_bug.cgi?id=98571
104854
104855         Reviewed by Emil A Eklund.
104856
104857         Tests scrolling of sub-pixel layers on sub-pixel platforms (Chromium).
104858
104859         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Added.
104860         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
104861         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
104862         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
104863         The repaint rect shrinks safely by one pixel.
104864         * platform/chromium/TestExpectations:
104865         * platform/mac-lion/TestExpectations:
104866         * platform/mac-snowleopard/TestExpectations:
104867         * platform/mac-wk2/TestExpectations:
104868         * platform/mac/TestExpectations:
104869         * platform/qt-4.8/TestExpectations:
104870         * platform/qt/TestExpectations:
104871         * platform/win-wk2/TestExpectations:
104872         * platform/win-xp/TestExpectations:
104873         * platform/win/TestExpectations:
104874         * platform/wincairo/TestExpectations:
104875         * platform/wk2/TestExpectations:
104876
104877 2012-10-11  Dominic Mazzoni  <dmazzoni@google.com>
104878
104879         AX: labelForElement is slow when there are a lot of DOM elements
104880         https://bugs.webkit.org/show_bug.cgi?id=97825
104881
104882         Reviewed by Ryosuke Niwa.
104883
104884         Adds two new tests for titleUIElement that run on both Mac and
104885         Chromium. One tests correctness, the other tests speed.
104886
104887         Fixes one test so that it passes on Chromium.
104888         Enables other tests that now pass on Chromium.
104889
104890         * accessibility/secure-textfield-title-ui.html:
104891         * accessibility/title-ui-element-correctness-expected.txt: Added.
104892         * accessibility/title-ui-element-correctness.html: Added.
104893         * perf/accessibility-title-ui-element-expected.txt: Added.
104894         * perf/accessibility-title-ui-element.html: Added.
104895         * platform/chromium/TestExpectations:
104896
104897 2012-10-11  James Simonsen  <simonjam@chromium.org>
104898
104899         unprefix window.performance.webkitNow()
104900         https://bugs.webkit.org/show_bug.cgi?id=88278
104901
104902         Reviewed by Tony Gentilcore.
104903
104904         * fast/dom/Window/window-properties-performance-expected.txt:
104905         * fast/performance/performance-now-timestamps-expected.txt:
104906         * fast/performance/script-tests/performance-now-timestamps.js:
104907         * platform/chromium/TestExpectations: Remove skipped expectation.
104908         * platform/efl/TestExpectations:
104909         * platform/efl/fast/dom/Window/window-properties-performance-expected.txt:
104910         * platform/gtk/TestExpectations:
104911         * platform/qt/TestExpectations:
104912         * platform/qt/fast/dom/Window/window-properties-performance-expected.txt:
104913         * resources/magnitude-perf.js:
104914         (Magnitude._runIteration):
104915
104916 2012-10-11  Huang Dongsung  <luxtella@company100.net>
104917
104918         [CSS Shaders] Make custom filters use a premultiplied buffer.
104919         https://bugs.webkit.org/show_bug.cgi?id=98396
104920
104921         Reviewed by Dean Jackson.
104922
104923         Add test to check that the DOM element texture composites correctly
104924         when source alpha is a fractional value.
104925
104926         * css3/filters/custom/custom-filter-composite-fractional-source-alpha-expected.html: Added.
104927         * css3/filters/custom/custom-filter-composite-fractional-source-alpha.html: Added.
104928
104929 2012-10-11  Huang Dongsung  <luxtella@company100.net>
104930
104931         [CSS Shaders] Implement all composite operators except destination and lighter.
104932         https://bugs.webkit.org/show_bug.cgi?id=97859
104933
104934         Reviewed by Dean Jackson.
104935
104936         Add test to check that the DOM element texture composites correctly with the css_MixColor
104937         variable from the author's shader for each composite operator.
104938
104939         * css3/filters/custom/custom-filter-composite-operators-expected.png: Added.
104940         * css3/filters/custom/custom-filter-composite-operators-expected.txt: Added.
104941         * css3/filters/custom/custom-filter-composite-operators.html: Added.
104942
104943 2012-10-11  Adam Barth  <abarth@webkit.org>
104944
104945         One more baseline tweak after v8-i18n roll.
104946
104947         * platform/chromium/fast/js/date-proto-generic-invocation-expected.txt: Replaced.
104948
104949 2012-10-11  Filip Pizlo  <fpizlo@apple.com>
104950
104951         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
104952         https://bugs.webkit.org/show_bug.cgi?id=99100
104953         <rdar://problem/12480955>
104954
104955         Reviewed by Michael Saboff and Mark Hahnenberg.
104956
104957         * fast/js/dfg-uint32-to-number-in-middle-of-copy-propagation-expected.txt: Added.
104958         * fast/js/dfg-uint32-to-number-in-middle-of-copy-propagation.html: Added.
104959         * fast/js/jsc-test-list:
104960         * fast/js/script-tests/dfg-uint32-to-number-in-middle-of-copy-propagation.js: Added.
104961         (foo):
104962
104963 2012-10-11  Joshua Bell  <jsbell@chromium.org>
104964
104965         IndexedDB: IDL types defined in spec should be visible to scripts
104966         https://bugs.webkit.org/show_bug.cgi?id=99093
104967
104968         Reviewed by Adam Barth.
104969
104970         Verify that interfaces defined in the IDB spec's WebIDL are present on the
104971         global object.
104972
104973         * storage/indexeddb/interfaces-expected.txt: Added.
104974         * storage/indexeddb/interfaces.html: Added.
104975         * storage/indexeddb/resources/interfaces.js: Added.
104976         * storage/indexeddb/resources/shared.js: Remove assertion redundant with this test.
104977         (test):
104978
104979 2012-10-11  Adam Barth  <abarth@webkit.org>
104980
104981         Rebaseline these tests after v8-i18n roll.
104982
104983         * platform/chromium/fast/js/kde/StringObject-expected.txt:
104984         * platform/chromium/fast/js/kde/function_length-expected.txt: Added.
104985         * platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt: Added.
104986         * platform/chromium/fast/js/string-prototype-properties-expected.txt:
104987         * platform/chromium/inspector-protocol/runtime-getProperties-expected.txt:
104988
104989 2012-10-11  Jeffrey Pfau  <jpfau@apple.com>
104990
104991         [WK2] WTR needs an implementation of setAsynchronousSpellCheckingEnabled
104992         https://bugs.webkit.org/show_bug.cgi?id=81042
104993
104994         Unreviewed, skipped a test that requires setAsynchronousSpellCheckingEnabled
104995
104996         * platform/wk2/TestExpectations:
104997
104998 2012-10-11  Adam Barth  <abarth@webkit.org>
104999
105000         I'm not 100% sure what caused this test to change behavior, but fewer
105001         unexpected exceptions seems like a good thing.
105002
105003         * platform/chromium/http/tests/media: Added.
105004         * platform/chromium/http/tests/media/media-source: Added.
105005         * platform/chromium/http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: Added.
105006
105007 2012-10-11  Adam Barth  <abarth@webkit.org>
105008
105009         Note that this test is flaky.
105010
105011         * platform/chromium/TestExpectations:
105012
105013 2012-10-11  Csaba Osztrogonác  <ossy@webkit.org>
105014
105015         [Qt] Unreviewed gardening, skip new failing tests.
105016
105017         * platform/qt/TestExpectations:
105018
105019 2012-10-11  Csaba Osztrogonác  <ossy@webkit.org>
105020
105021         [Qt] Unreviewed gardening, unskip and rebase now passing tests.
105022
105023         * platform/qt/TestExpectations:
105024         * platform/qt/css2.1/20110323/inline-table-001-expected.png: Added.
105025         * platform/qt/css2.1/20110323/inline-table-001-expected.txt: Added.
105026         * platform/qt/css2.1/20110323/inline-table-002a-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
105027         * platform/qt/css2.1/20110323/inline-table-002a-expected.txt: Added.
105028         * platform/qt/css2.1/20110323/inline-table-003-expected.png: Added.
105029         * platform/qt/css2.1/20110323/inline-table-003-expected.txt: Added.
105030         * platform/qt/css2.1/20110323/table-height-algorithm-023-expected.png: Added.
105031         * platform/qt/css2.1/20110323/table-height-algorithm-023-expected.txt: Added.
105032         * platform/qt/css2.1/20110323/table-height-algorithm-024-expected.png: Added.
105033         * platform/qt/css2.1/20110323/table-height-algorithm-024-expected.txt: Added.
105034         * platform/qt/css2.1/t051201-c23-first-line-00-b-expected.png: Added.
105035         * platform/qt/css2.1/t051201-c23-first-line-00-b-expected.txt:
105036         * platform/qt/css3/filters/blur-filter-page-scroll-expected.png:
105037         * platform/qt/css3/filters/blur-filter-page-scroll-parents-expected.png:
105038         * platform/qt/css3/filters/blur-filter-page-scroll-self-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
105039         * platform/qt/css3/filters/blur-filter-page-scroll-self-expected.txt: Added.
105040         * platform/qt/css3/filters/composited-during-animation-expected.txt: Added.
105041         * platform/qt/css3/filters/composited-during-animation-layertree-expected.txt: Added.
105042         * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt: Added.
105043         * platform/qt/css3/filters/effect-reference-ordering-expected.png:
105044         * platform/qt/css3/images/cross-fade-background-size-expected.png: Added.
105045         * platform/qt/css3/images/cross-fade-background-size-expected.txt: Added.
105046         * platform/qt/css3/unicode-bidi-isolate-basic-expected.png: Added.
105047         * platform/qt/css3/unicode-bidi-isolate-basic-expected.txt: Added.
105048         * platform/qt/editing/inserting/multiple-lines-selected-expected.png: Added.
105049         * platform/qt/editing/inserting/multiple-lines-selected-expected.txt: Added.
105050         * platform/qt/fast/borders/rtl-border-04-expected.png: Added.
105051         * platform/qt/fast/borders/rtl-border-04-expected.txt: Added.
105052         * platform/qt/fast/borders/rtl-border-05-expected.png: Added.
105053         * platform/qt/fast/borders/rtl-border-05-expected.txt: Added.
105054         * platform/qt/fast/box-shadow/single-pixel-shadow-expected.png: Added.
105055         * platform/qt/fast/box-shadow/single-pixel-shadow-expected.txt: Added.
105056         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added.
105057         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt: Added.
105058         * platform/qt/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
105059         * platform/qt/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
105060         * platform/qt/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
105061         * platform/qt/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
105062         * platform/qt/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
105063         * platform/qt/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
105064         * platform/qt/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
105065         * platform/qt/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
105066         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
105067         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
105068         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
105069         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
105070         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
105071         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
105072         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
105073         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
105074         * platform/qt/fast/dom/34176-expected.png: Added.
105075         * platform/qt/fast/dom/34176-expected.txt: Added.
105076         * platform/qt/fast/forms/input-placeholder-paint-order-expected.png: Added.
105077         * platform/qt/fast/forms/input-placeholder-paint-order-expected.txt: Added.
105078         * platform/qt/fast/forms/select/optgroup-rendering-expected.png: Added.
105079         * platform/qt/fast/forms/select/optgroup-rendering-expected.txt: Added.
105080         * platform/qt/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
105081         * platform/qt/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Added.
105082         * platform/qt/fast/inline/inline-box-background-expected.png: Added.
105083         * platform/qt/fast/inline/inline-box-background-expected.txt: Added.
105084         * platform/qt/fast/inline/inline-box-background-long-image-expected.png: Added.
105085         * platform/qt/fast/inline/inline-box-background-long-image-expected.txt: Added.
105086         * platform/qt/fast/inline/inline-box-background-repeat-x-expected.png: Added.
105087         * platform/qt/fast/inline/inline-box-background-repeat-x-expected.txt: Added.
105088         * platform/qt/fast/inline/inline-box-background-repeat-y-expected.png: Added.
105089         * platform/qt/fast/inline/inline-box-background-repeat-y-expected.txt: Added.
105090         * platform/qt/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
105091         * platform/qt/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
105092         * platform/qt/fast/reflections/reflection-with-zoom-expected.png: Added.
105093         * platform/qt/fast/reflections/reflection-with-zoom-expected.txt: Added.
105094         * platform/qt/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
105095         * platform/qt/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
105096         * platform/qt/fast/speech/input-appearance-searchandspeech-expected.png:
105097         * platform/qt/fast/speech/input-appearance-searchandspeech-expected.txt:
105098         * platform/qt/fast/speech/input-appearance-speechbutton-expected.png:
105099         * platform/qt/fast/speech/input-appearance-speechbutton-expected.txt:
105100         * platform/qt/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added.
105101         * platform/qt/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added.
105102         * platform/qt/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added.
105103         * platform/qt/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added.
105104         * platform/qt/fast/table/table-row-outline-paint-expected.png: Added.
105105         * platform/qt/fast/table/table-row-outline-paint-expected.txt: Added.
105106         * platform/qt/http/tests/misc/willCacheResponse-delegate-callback-expected.txt: Added.
105107         * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Added.
105108         * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
105109         * platform/qt/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png:
105110         * platform/qt/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added.
105111         * platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
105112         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
105113         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
105114         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
105115         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
105116         * platform/qt/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
105117         * platform/qt/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
105118         * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
105119         * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
105120         * platform/qt/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
105121         * platform/qt/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
105122         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
105123         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
105124         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
105125         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
105126         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
105127         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
105128         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
105129         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
105130         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
105131         * platform/qt/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
105132         * platform/qt/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
105133         * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
105134         * platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
105135         * platform/qt/svg/batik/filters/feTile-expected.png: Added.
105136         * platform/qt/svg/batik/filters/feTile-expected.txt:
105137         * platform/qt/svg/batik/paints/patternRegions-expected.png:
105138         * platform/qt/svg/batik/paints/patternRegions-expected.txt:
105139         * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.png:
105140         * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
105141         * platform/qt/svg/batik/text/textEffect-expected.png:
105142         * platform/qt/svg/batik/text/textEffect-expected.txt:
105143         * platform/qt/svg/batik/text/textEffect3-expected.png:
105144         * platform/qt/svg/batik/text/textEffect3-expected.txt:
105145         * platform/qt/svg/batik/text/textLayout-expected.png: Added.
105146         * platform/qt/svg/batik/text/textLayout-expected.txt: Added.
105147         * platform/qt/svg/batik/text/textOnPathSpaces-expected.png: Added.
105148         * platform/qt/svg/batik/text/textOnPathSpaces-expected.txt: Added.
105149         * platform/qt/svg/batik/text/textStyles-expected.png: Added.
105150         * platform/qt/svg/batik/text/textStyles-expected.txt: Added.
105151         * platform/qt/svg/batik/text/verticalText-expected.png: Added.
105152         * platform/qt/svg/batik/text/verticalText-expected.txt: Added.
105153         * platform/qt/svg/batik/text/xmlSpace-expected.png: Added.
105154         * platform/qt/svg/batik/text/xmlSpace-expected.txt: Added.
105155         * platform/qt/svg/clip-path/clip-in-clip-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
105156         * platform/qt/svg/clip-path/clip-in-clip-expected.txt: Added.
105157         * platform/qt/svg/clip-path/clipper-placement-issue-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
105158         * platform/qt/svg/clip-path/clipper-placement-issue-expected.txt: Added.
105159         * platform/qt/svg/css/group-with-shadow-expected.png: Added.
105160         * platform/qt/svg/css/group-with-shadow-expected.txt: Added.
105161         * 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.
105162         * platform/qt/svg/custom/clip-path-with-css-transform-1-expected.txt: Added.
105163         * 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.
105164         * platform/qt/svg/custom/clip-path-with-css-transform-2-expected.txt: Added.
105165         * platform/qt/svg/custom/feComponentTransfer-Discrete-expected.png: Added.
105166         * platform/qt/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
105167         * platform/qt/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
105168         * platform/qt/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
105169         * platform/qt/svg/custom/feComponentTransfer-Linear-expected.png: Added.
105170         * platform/qt/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
105171         * platform/qt/svg/custom/feComponentTransfer-Table-expected.png: Added.
105172         * platform/qt/svg/custom/feComponentTransfer-Table-expected.txt: Added.
105173         * platform/qt/svg/custom/gradient-deep-referencing-expected.txt:
105174         * platform/qt/svg/custom/gradient-with-1d-boundingbox-expected.txt:
105175         * platform/qt/svg/custom/hit-test-with-br-expected.png: Added.
105176         * platform/qt/svg/custom/hit-test-with-br-expected.txt: Added.
105177         * platform/qt/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
105178         * platform/qt/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
105179         * platform/qt/svg/custom/js-late-pattern-creation-expected.png: Added.
105180         * platform/qt/svg/custom/js-late-pattern-creation-expected.txt: Added.
105181         * platform/qt/svg/custom/junk-data-expected.png: Added.
105182         * platform/qt/svg/custom/junk-data-expected.txt: Added.
105183         * platform/qt/svg/custom/missing-xlink-expected.png:
105184         * platform/qt/svg/custom/missing-xlink-expected.txt:
105185         * platform/qt/svg/custom/non-scaling-stroke-expected.png:
105186         * platform/qt/svg/custom/non-scaling-stroke-expected.txt:
105187         * platform/qt/svg/custom/painting-marker-07-f-inherit-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
105188         * platform/qt/svg/custom/painting-marker-07-f-inherit-expected.txt: Added.
105189         * platform/qt/svg/custom/path-bad-data-expected.png:
105190         * platform/qt/svg/custom/path-bad-data-expected.txt:
105191         * platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
105192         * platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Added.
105193         * platform/qt/svg/custom/recursive-gradient-expected.txt:
105194         * platform/qt/svg/custom/relative-sized-content-with-resources-expected.png:
105195         * platform/qt/svg/custom/relative-sized-content-with-resources-expected.txt:
105196         * platform/qt/svg/custom/small-rect-scale-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
105197         * platform/qt/svg/custom/small-rect-scale-expected.txt: Added.
105198         * platform/qt/svg/custom/stroked-pattern-expected.txt:
105199         * platform/qt/svg/custom/use-font-face-crash-expected.png:
105200         * platform/qt/svg/custom/use-font-face-crash-expected.txt:
105201         * platform/qt/svg/custom/use-invalid-pattern-expected.txt: Added.
105202         * platform/qt/svg/custom/visibility-override-filter-expected.png:
105203         * platform/qt/svg/dom/length-list-parser-expected.txt:
105204         * platform/qt/svg/filters/big-sized-filter-2-expected.png: Added.
105205         * platform/qt/svg/filters/big-sized-filter-2-expected.txt: Added.
105206         * platform/qt/svg/filters/big-sized-filter-expected.png: Added.
105207         * platform/qt/svg/filters/big-sized-filter-expected.txt: Added.
105208         * platform/qt/svg/foreignObject/fO-display-none-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
105209         * platform/qt/svg/foreignObject/fO-display-none-expected.txt: Added.
105210         * 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.
105211         * platform/qt/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.txt: Added.
105212         * platform/qt/svg/hixie/data-types/002-expected.png: Added.
105213         * platform/qt/svg/hixie/data-types/002-expected.txt: Added.
105214         * platform/qt/svg/hixie/error/012-expected.png: Added.
105215         * platform/qt/svg/hixie/error/012-expected.txt: Added.
105216         * platform/qt/svg/hixie/perf/006-expected.png:
105217         * platform/qt/svg/hixie/perf/006-expected.txt:
105218         * platform/qt/svg/text/bidi-embedded-direction-expected.png: Added.
105219         * platform/qt/svg/text/bidi-embedded-direction-expected.txt: Added.
105220         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png: Added.
105221         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
105222         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png: Added.
105223         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
105224         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png: Added.
105225         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
105226         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png: Added.
105227         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
105228         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Added.
105229         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
105230         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Added.
105231         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
105232         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Added.
105233         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
105234         * platform/qt/svg/text/text-rescale-expected.png: Added.
105235         * platform/qt/svg/text/text-rescale-expected.txt: Added.
105236         * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
105237         * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
105238         * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: Added.
105239         * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
105240
105241 2012-10-11  Dan Bernstein  <mitz@apple.com>
105242
105243         <rdar://problem/12477191> Combined text reverts to full-width font after a style change
105244         https://bugs.webkit.org/show_bug.cgi?id=99009
105245
105246         Reviewed by John Sullivan.
105247
105248         * fast/text/text-combine-width-after-style-change-expected.html: Added.
105249         * fast/text/text-combine-width-after-style-change.html: Added.
105250
105251 2012-10-11  Hayato Ito  <hayato@chromium.org>
105252
105253         Update ComposedShadowTreeWalker for Shadow DOM re-projection.
105254         https://bugs.webkit.org/show_bug.cgi?id=97151
105255
105256         Reviewed by Dimitri Glazkov.
105257
105258         * fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
105259         * fast/dom/shadow/composed-shadow-tree-walker.html:
105260         * fast/dom/shadow/resources/shadow-dom.js:
105261         (createShadowRootWithAttributes):
105262         (createDOM):
105263         * fast/dom/shadow/shadow-dom-event-dispatching.html:
105264         * fast/dom/shadow/shadowdom-reprojection-1-expected.html: Added.
105265         * fast/dom/shadow/shadowdom-reprojection-1.html: Added.
105266         * fast/dom/shadow/shadowdom-reprojection-2-expected.html: Added.
105267         * fast/dom/shadow/shadowdom-reprojection-2.html: Added.
105268
105269 2012-10-11  Joshua Bell  <jsbell@chromium.org>
105270
105271         WebIDL: overloaded methods prevent number -> string conversion
105272         https://bugs.webkit.org/show_bug.cgi?id=85326
105273
105274         Reviewed by Kentaro Hara.
105275
105276         Updated expectations - new (more generic) console warnings.
105277
105278         * storage/indexeddb/cursor-overloads-expected.txt:
105279         * storage/indexeddb/legacy-constants-expected.txt:
105280
105281 2012-10-11  Zan Dobersek  <zandobersek@gmail.com>
105282
105283         Unreviewed GTK gardening.
105284
105285         Cleaning up the expected failures section. Any test that is marked as a WontFix
105286         should now have a small comment about the reasoning for such expectation, but no
105287         bug modifier. Any other expectation should now have a dedicated bug entry in the
105288         bugzilla that has the Gtk and LayoutTestFailure keywords. Also removed some
105289         outdated expectations or moved them into the failing tests section.
105290
105291         * platform/gtk/TestExpectations:
105292
105293 2012-10-11  Ádám Kallai  <kadam@inf.u-szeged.hu>
105294
105295         [Qt] Unreviewed gardening after 131050, 131051.
105296
105297         * platform/qt-5.0-wk2/TestExpectations:
105298         * platform/qt/TestExpectations:
105299
105300 2012-10-11  Kenichi Ishibashi <bashi@chromium.org>
105301
105302         REGRESSION(130231): Causes 3 complex font test failures on EFL / Harfbuzz+Freetype
105303         https://bugs.webkit.org/show_bug.cgi?id=98247
105304
105305         Reviewed by Kenneth Rohde Christiansen.
105306
105307         Removing temporary failures of complex font cases.
105308
105309         * platform/efl/TestExpectations:
105310
105311 2012-10-11  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
105312
105313         REGRESSION (r129478-r129480): http/tests/loading/text-content-type-with-binary-extension.html failing on Apple MountainLion Debug WK2 (Tests)
105314         https://bugs.webkit.org/show_bug.cgi?id=98527
105315
105316         Reviewed by Kenneth Rohde Christiansen.
105317
105318         Rebased http/tests/loading/text-content-type-with-binary-extension.html for WK2 EFL, as dumping order is affected.
105319         Other WK2 ports will have to do the same.
105320
105321         * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt: Added.
105322         * platform/gtk-wk2/TestExpectations:
105323         * platform/mac-wk2/TestExpectations:
105324         * platform/qt-5.0-wk2/TestExpectations:
105325
105326 2012-10-11  Zan Dobersek  <zandobersek@gmail.com>
105327
105328         Unreviewed GTK gardening.
105329
105330         Adding platform-specific baseline for svg/custom/clip-mask-negative-scale.html
105331         that's required after r130090.
105332
105333         * platform/gtk/TestExpectations:
105334         * platform/gtk/svg/custom/clip-mask-negative-scale-expected.png: Added.
105335         * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Added.
105336
105337 2012-10-11  Keishi Hattori  <keishi@webkit.org>
105338
105339         F4 key should open the picker popup on Windows and Linux
105340         https://bugs.webkit.org/show_bug.cgi?id=98754
105341
105342         Reviewed by Kent Tamura.
105343
105344         * fast/forms/date/calendar-picker-key-operations.html:
105345         * platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt: Added.
105346         * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt:
105347         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt:
105348         * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt:
105349         * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations.html:
105350         * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt:
105351         * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations.html:
105352
105353 2012-10-11  Ádám Kallai  <kadam@inf.u-szeged.hu>
105354
105355         [Qt] Reviewing Qt TestExpectations. Unskip now passing tests.
105356
105357         * platform/qt-5.0-wk1/TestExpectations:
105358         * platform/qt-5.0-wk2/TestExpectations:
105359         * platform/qt/TestExpectations:
105360
105361 2012-10-11  Pavel Feldman  <pfeldman@chromium.org>
105362
105363         Not reviewed: revert 131004, 131012, 131016, 131042, 131043 for breaking inspector console
105364         https://bugs.webkit.org/show_bug.cgi?id=99042
105365
105366         * fast/css-generated-content/before-content-continuation-chain-expected.txt:
105367         * platform/chromium-mac-snowleopard/fast/css-generated-content/table-row-group-to-inline-expected.png:
105368         * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png: Added.
105369         * platform/chromium/TestExpectations:
105370         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
105371         * platform/gtk/TestExpectations:
105372         * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt:
105373         * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.png:
105374         * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
105375
105376 2012-10-11  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
105377
105378         [Qt] Unreviewed gardening after r131044.
105379
105380         Skip the failing tests.
105381
105382         * platform/qt-5.0-wk2/TestExpectations:
105383
105384 2012-10-11  Allan Sandfeld Jensen  <allan.jensen@digia.com>
105385
105386         Unreviewed Qt gardening.
105387
105388         Unskip more tests that now passes in DRT after the implementation of beginDragWithFiles.
105389
105390         * platform/qt-5.0-wk2/TestExpectations:
105391         * platform/qt/TestExpectations:
105392
105393 2012-10-11  Arpita Bahuguna  <arpitabahuguna@gmail.com>
105394
105395         REGRESSION (r96393): In some cases, generated content is never shown
105396         https://bugs.webkit.org/show_bug.cgi?id=88196
105397
105398         Reviewed by Antti Koivisto.
105399
105400         * fast/selectors/style-sharing-attribute-selector-with-pseudo-element-expected.html: Added.
105401         * fast/selectors/style-sharing-attribute-selector-with-pseudo-element.html: Added.
105402         Ref test added for verifying that the attribute selector style, when specified
105403         in conjucntion with pseudo-elements, is applied to the corresponding element.
105404
105405 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
105406
105407         Some shadow roots are not showing up in Inspector.
105408         https://bugs.webkit.org/show_bug.cgi?id=88251
105409
105410         Reviewed by Pavel Feldman.
105411
105412         * inspector/elements/shadow-root-expected.txt: Added.
105413         * inspector/elements/shadow-root.html: Added.
105414
105415 2012-10-11  Jussi Kukkonen  <jussi.kukkonen@intel.com>
105416
105417         [WK2] Enable tests that use setAlwaysAcceptCookies()
105418         https://bugs.webkit.org/show_bug.cgi?id=98891
105419
105420         Unreviewed gardening. Enable WebKit2 tests that use
105421         setAlwaysAcceptCookies(): this feature was added several months ago.
105422
105423         * platform/wk2/TestExpectations:
105424
105425 2012-10-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
105426
105427         [EFL] Rebaseline fast/css-generated-content/table-row-group-to-inline.html after r131004.
105428
105429         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
105430
105431 2012-10-11  Zan Dobersek  <zandobersek@gmail.com>
105432
105433         Unreviewed GTK gardening.
105434
105435         Rebaselining fast/css-generated-content/table-row-group-to-inline.html after r131004.
105436         Adding a flaky crashing expectation for fast/css/style-scoped/style-scoped-apply-authot-styles.html.
105437
105438         * platform/gtk/TestExpectations:
105439         * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt:
105440
105441 2012-10-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
105442
105443         [EFL] Unskip fast/dom/shadow/shadowdom-dynamic-styling.html
105444
105445         Seems to be passing consistently now.
105446
105447         * platform/efl/TestExpectations:
105448
105449 2012-10-11  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
105450
105451         [EFL] Add baselines for editing/pasteboard.
105452         https://bugs.webkit.org/show_bug.cgi?id=99018
105453
105454         Unreviewed EFL gardening.
105455
105456         * platform/efl/editing/pasteboard/: 26 new baselines.
105457
105458 2012-10-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
105459
105460         [EFL] More unreviewed gardening.
105461
105462         Revert my r130959, it turns out the tests being reported as
105463         failing were ones which were not listed in TestExpectations at
105464         all, so no cookie for me.
105465
105466         Also add `Missing' as a valid expectation for
105467         fast/css/text-rendering.html. While at it remove the text
105468         expectations for it, since the test is failing for us anyway.
105469
105470         * platform/efl/TestExpectations:
105471         * platform/efl/fast/css/text-rendering-expected.txt: Removed.
105472
105473 2012-10-11  Alexander Pavlov  <apavlov@chromium.org>
105474
105475         Web Inspector: [Elements] Breadcrumbs are not updated upon involved elements' className changes
105476         https://bugs.webkit.org/show_bug.cgi?id=98887
105477
105478         Reviewed by Vsevolod Vlasov.
105479
105480         * inspector/elements/breadcrumb-updates-expected.txt: Added.
105481         * inspector/elements/breadcrumb-updates.html: Added.
105482
105483 2012-10-11  Kunihiko Sakamoto  <ksakamoto@chromium.org>
105484
105485         Final newline (LF or CRLF) in paste buffer is converted to space
105486         https://bugs.webkit.org/show_bug.cgi?id=80838
105487
105488         Reviewed by Ryosuke Niwa.
105489
105490         Verify that trailing newlines are stripped when pasted into text inputs.
105491
105492         * editing/input/paste-text-ending-with-interchange-newline-expected.txt:
105493         Updated the expectation.
105494         * fast/forms/paste-multiline-text-input.html:
105495         Changed to use document.execCommand to mimic pasting, because setting
105496         input.value attribute does not trigger beforeTextInserted event.
105497         Added a test case to test trailing newlines.
105498
105499 2012-10-11  Ilya Tikhonovsky  <loislo@chromium.org>
105500
105501         Unreviewed. Skip inspector/profiler/memory-instrumentation-canvas.html on JSC platforms until proper fix in platform specific canvas code.
105502         https://bugs.webkit.org/show_bug.cgi?id=99001
105503
105504         * platform/efl/TestExpectations:
105505         * platform/gtk/TestExpectations:
105506         * platform/mac/TestExpectations:
105507         * platform/win/TestExpectations:
105508
105509 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
105510
105511         [Chromium] Unreviewed gardening, test expectation update.
105512
105513         * platform/chromium/TestExpectations:
105514
105515 2012-10-11  Csaba Osztrogonác  <ossy@webkit.org>
105516
105517         [Qt] Unreviewed morning gardening, skip new failing tests.
105518
105519         * platform/qt-5.0-wk2/TestExpectations:
105520         * platform/qt/TestExpectations:
105521
105522 2012-10-10  Ilya Tikhonovsky  <loislo@chromium.org>
105523
105524         Web Inspector: NMI instrument HTMLCanvas element.
105525         https://bugs.webkit.org/show_bug.cgi?id=98917
105526
105527         Reviewed by Yury Semikhatsky.
105528
105529         It also includes non intrusive instrumentation for skia classes.
105530
105531         * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
105532         * inspector/profiler/memory-instrumentation-cached-images.html:
105533         * inspector/profiler/memory-instrumentation-canvas.html: Added.
105534         * inspector/profiler/memory-instrumentation-test.js: Added.
105535         (initialize_MemoryInstrumentationTest.InspectorTest._memoryBlockSize):
105536         (initialize_MemoryInstrumentationTest.InspectorTest.validateMemoryBlockSize):
105537         (initialize_MemoryInstrumentationTest):
105538
105539 2012-10-10  Shinya Kawanaka  <shinyak@chromium.org>
105540
105541         [Chromium] Unreviewed gardening, rebaselined.
105542
105543         * platform/chromium-mac-snowleopard/fast/css-generated-content/table-row-group-to-inline-expected.png:
105544         * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png: Removed.
105545
105546 2012-10-10  Simon Fraser  <simon.fraser@apple.com>
105547
105548         compositing/images/truncated-direct-png-image.html has been failing on Mac since it was
105549         added. Mark it as an expected image failure.
105550
105551         * platform/mac/TestExpectations:
105552
105553 2012-10-10  Simon Fraser  <simon.fraser@apple.com>
105554
105555         compositing/tiling/crash-reparent-tiled-layer.html is flakey
105556         https://bugs.webkit.org/show_bug.cgi?id=82546
105557
105558         Reviewed by Beth Dakin.
105559
105560         Unskip a previously-flakey tiled layer test that should not be flakey after this change.
105561
105562         * platform/mac/TestExpectations:
105563
105564 2012-10-10  James Simonsen  <simonjam@chromium.org>
105565
105566         Import W3C test suite for performance.now()
105567         https://bugs.webkit.org/show_bug.cgi?id=98953
105568
105569         Reviewed by Tony Gentilcore.
105570
105571         * http/tests/w3c/webperf/approved/HighResolutionTime/basic-expected.txt: Added.
105572         * http/tests/w3c/webperf/approved/HighResolutionTime/basic.html: Added.
105573         * http/tests/w3c/webperf/approved/HighResolutionTime/monotonic-clock-expected.txt: Added.
105574         * http/tests/w3c/webperf/approved/HighResolutionTime/monotonic-clock.html: Added.
105575         * http/tests/w3c/webperf/approved/HighResolutionTime/resources/now_frame.html: Added.
105576         * http/tests/w3c/webperf/approved/HighResolutionTime/test_cross_frame_start-expected.txt: Added.
105577         * http/tests/w3c/webperf/approved/HighResolutionTime/test_cross_frame_start.html: Added.
105578         * platform/chromium/TestExpectations: Skipped everywhere until we remove the prefix.
105579         * platform/efl/TestExpectations:
105580         * platform/gtk/TestExpectations:
105581         * platform/qt/TestExpectations:
105582
105583 2012-10-10  Dan Bernstein  <mitz@apple.com>
105584
105585         <rdar://problem/12472460> text-combine doesn’t use third- and quarter-width variants when used with @font-face
105586         https://bugs.webkit.org/show_bug.cgi?id=98961
105587
105588         Reviewed by Tim Horton.
105589
105590         * fast/text/text-combine-with-font-face-expected.html: Added.
105591         * fast/text/text-combine-with-font-face.html: Added.
105592
105593 2012-10-10  Elliott Sprehn  <esprehn@chromium.org>
105594
105595         Move :before and :after into the DOM        
105596         https://bugs.webkit.org/show_bug.cgi?id=95117
105597
105598         Reviewed by Eric Seidel.
105599
105600         Regenerated some baselines for tests given the new generated content architecture and disabled
105601         tests that are testing generated content on inputs which were wrong.
105602
105603         * fast/css-generated-content/before-content-continuation-chain-expected.txt:
105604         * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png:
105605         * platform/chromium/TestExpectations: Disable the tests for generated content on inputs. A follow up CL with remove these tests.
105606         * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.png:
105607         * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
105608            This test always produced wrong output because we leave an anonymous RenderTable in the tree,
105609            and now that generated content is handled like DOM nodes this test renders differently since the
105610            content ends up after the left over RenderTable. Both outputs are wrong until Bug 86261 is fixed.
105611
105612 2012-10-10  Levi Weintraub  <leviw@chromium.org>
105613
105614         Tests failure on Chromium Mac after r130821
105615         https://bugs.webkit.org/show_bug.cgi?id=98865
105616
105617         Reviewed by Adam Barth.
105618
105619         Removing failing test entries.
105620
105621         * platform/chromium/TestExpectations:
105622
105623 2012-10-10  Stephen Chenney  <schenney@chromium.org>
105624
105625         SVGTextRunRenderingContext changes font data in the glyph page, but it shouldn't
105626         https://bugs.webkit.org/show_bug.cgi?id=98755
105627
105628         Reviewed by Eric Seidel.
105629
105630         New test case that includes an alt-glyph that comes from the system
105631         fallback font (because the alt-glyph doesn't reference anything). This
105632         test crashes on Chromium linux without the patch, and may crash on
105633         other platforms too.
105634
105635         * svg/text/alt-glpyh-on-fallback-font-crash.html: Added.
105636
105637 2012-10-10  Tab Atkins  <jackalmage@gmail.com>
105638
105639         column-count: 0 should not prevent margin-collapse through
105640         https://bugs.webkit.org/show_bug.cgi?id=65159
105641
105642         Reviewed by Tony Chang.
105643
105644         Fixed the zeroColumnCount.html test to properly test that "0" is an invalid CSS value,
105645         rather than just ensuring that it doesn't crash.
105646
105647         * fast/multicol/zeroColumnCount-expected.txt:
105648         * fast/multicol/zeroColumnCount.html:
105649
105650 2012-10-10  Alexander Shalamov  <alexander.shalamov@intel.com>
105651
105652         Invalid values for media query features are not handled
105653         https://bugs.webkit.org/show_bug.cgi?id=97006
105654
105655         Reviewed by Kenneth Rohde Christiansen.
105656
105657         Imported CSS3 Media Queries test suite from http://www.w3.org/Style/CSS/Test/MediaQueries/20120229/
105658
105659         * fast/media/media-query-invalid-value.html: Fixed invalid media query.
105660         * fast/media/media-query-serialization.html: Fixed invalid media query.
105661         * fast/media/w3c/README: Added.
105662         * fast/media/w3c/resources/media_queries_iframe.html: Added. (Imported from w3c test suite)
105663         * fast/media/w3c/test_media_queries-expected.txt: Added.
105664         * fast/media/w3c/test_media_queries.html: Added. (Imported from w3c test suite)
105665
105666 2012-10-10  MORITA Hajime  <morrita@google.com>
105667
105668         https://bugs.webkit.org/show_bug.cgi?id=95664
105669         [Shadow DOM] should be able to be available without <style scoped>
105670
105671         Reviewed by Dimitri Glazkov.
105672
105673         * fast/dom/shadow/style-scoped-not-enabled-expected.txt: Added.
105674         * fast/dom/shadow/style-scoped-not-enabled.html: Added.
105675
105676 2012-10-10  Ojan Vafai  <ojan@chromium.org>
105677
105678         check-layout.js should always dumpAsText
105679         https://bugs.webkit.org/show_bug.cgi?id=98959
105680
105681         Reviewed by Tony Chang.
105682
105683         Every checkLayout test was already dumpAsText except for 
105684         css3/flexbox/flex-item-child-overflow.html, which is a reftest
105685         and really doesn't need to be a checkLayout test.
105686
105687         * css3/flexbox/auto-height-dynamic.html:
105688         * css3/flexbox/box-sizing-min-max-sizes.html:
105689         * css3/flexbox/box-sizing.html:
105690         * css3/flexbox/columns-auto-size.html:
105691         * css3/flexbox/columns-height-set-via-top-bottom.html:
105692         * css3/flexbox/flex-algorithm-min-max.html:
105693         * css3/flexbox/flex-algorithm-with-margins.html:
105694         * css3/flexbox/flex-algorithm.html:
105695         * css3/flexbox/flex-align-column.html:
105696         * css3/flexbox/flex-align-end.html:
105697         * css3/flexbox/flex-align-max.html:
105698         * css3/flexbox/flex-align-percent-height.html:
105699         * css3/flexbox/flex-align-stretch.html:
105700         * css3/flexbox/flex-align-vertical-writing-mode.html:
105701         * css3/flexbox/flex-align.html:
105702         * css3/flexbox/flex-flow-auto-margins.html:
105703         * css3/flexbox/flex-flow-border.html:
105704         * css3/flexbox/flex-flow-margins-auto-size.html:
105705         * css3/flexbox/flex-flow-margins.html:
105706         * css3/flexbox/flex-flow-orientations.html:
105707         * css3/flexbox/flex-flow-overflow.html:
105708         * css3/flexbox/flex-flow-padding.html:
105709         * css3/flexbox/flex-flow.html:
105710         * css3/flexbox/flex-item-child-overflow-expected.html:
105711         * css3/flexbox/flex-item-child-overflow.html:
105712         * css3/flexbox/flex-item-min-size.html:
105713         * css3/flexbox/flex-justify-content.html:
105714         * css3/flexbox/flex-no-flex.html:
105715         * css3/flexbox/flex-rounding.html:
105716         * css3/flexbox/flexitem-stretch-image.html:
105717         * css3/flexbox/flexitem.html:
105718         * css3/flexbox/floated-flexbox.html:
105719         * css3/flexbox/inline-flex.html:
105720         * css3/flexbox/line-wrapping.html:
105721         * css3/flexbox/multiline-align-content-horizontal-column.html:
105722         * css3/flexbox/multiline-align-content.html:
105723         * css3/flexbox/multiline-align-self.html:
105724         * css3/flexbox/multiline-column-auto.html:
105725         * css3/flexbox/multiline-justify-content.html:
105726         * css3/flexbox/multiline-reverse-wrap-overflow.html:
105727         * css3/flexbox/multiline.html:
105728         * css3/flexbox/nested-stretch.html:
105729         * css3/flexbox/orthogonal-flex-directions.html:
105730         * css3/flexbox/percent-margins.html:
105731         * css3/flexbox/percentage-heights.html:
105732         * css3/flexbox/percentage-sizes-quirks.html:
105733         * css3/flexbox/percentage-sizes.html:
105734         * css3/flexbox/perpendicular-writing-modes-inside-flex-item.html:
105735         * css3/flexbox/position-absolute-child.html:
105736         * css3/flexbox/position-absolute-children.html:
105737         * css3/flexbox/preferred-widths-orthogonal.html:
105738         * css3/flexbox/preferred-widths.html:
105739         * css3/flexbox/relayout-image-load.html:
105740         * css3/flexbox/style-change.html:
105741         * css3/flexbox/true-centering.html:
105742         * css3/flexbox/writing-modes.html:
105743         * fast/block/margins-perpendicular-containing-block.html:
105744         * fast/css-grid-layout/place-cell-by-index.html:
105745         * fast/css/deprecated-flexbox-auto-min-size.html:
105746         * fast/css/nested-percent-height-on-replaced.html:
105747         * fast/css/percentage-height-auto-sized-body-quirks.html:
105748         * fast/flexbox/flexing-overflow-scroll-item.html:
105749         * fast/replaced/vertical-writing-mode-max-logical-width-replaced.html:
105750         * fast/table/bad-replaced-sizing-preferred-logical-widths.html:
105751         * fast/table/margins-flipped-text-direction.html:
105752         * fast/table/margins-perpendicular-containing-block.html:
105753         * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks.html:
105754         * fast/writing-mode/percentage-height-orthogonal-writing-modes.html:
105755         * resources/check-layout.js:
105756
105757 2012-10-10  Jeffrey Pfau  <jpfau@apple.com>
105758
105759         [Mac][WK2] Unreviewed, skipping fast/parser/document-open-in-unload.html
105760
105761         * platform/mac-wk2/TestExpectations:
105762
105763 2012-10-10  Ojan Vafai  <ojan@chromium.org>
105764
105765         Remove perf tests that haven't failed in the past 500 runs.
105766         * platform/chromium/TestExpectations:
105767
105768 2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>
105769
105770         More unreviewed Chromium gardening.
105771
105772         * platform/chromium/TestExpectations:
105773         Removed 11 more entries that have not failed in last 100 runs according to the flakiness dashboard.
105774
105775 2012-10-10  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
105776
105777         [WK2][WTR] WebKitTestRunner UI process should be aware of Custom Policy Delegate
105778         https://bugs.webkit.org/show_bug.cgi?id=95974
105779
105780         Reviewed by Kenneth Rohde Christiansen.
105781
105782         Unskipped fast/loader/onload-policy-ignore-for-frame.html for WK2.
105783
105784         * platform/wk2/TestExpectations:
105785
105786 2012-10-10  Adam Barth  <abarth@webkit.org>
105787
105788         This test can also fail with TEXT.
105789
105790         * platform/chromium/TestExpectations:
105791
105792 2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>
105793
105794         Unreviewed Chromium gardening.
105795
105796         * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png:
105797         * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png:
105798         * platform/chromium-mac/fast/repaint/reflection-repaint-test-expected.png: Added.
105799         * platform/chromium-mac/fast/repaint/transform-layout-repaint-expected.png: Added.
105800         * platform/chromium-win/fast/repaint/reflection-repaint-test-expected.png:
105801         * platform/chromium-win/fast/repaint/transform-layout-repaint-expected.png:
105802         The flakiness dashboard was lying on this entry. After talking with Emil, the baselines are correct so
105803         rebaselined these tests.
105804
105805         * platform/chromium/TestExpectations:
105806         Marked fast/dom/gc-dom-tree-lifetime.html as timeout as marking it slow didn't remove the flakiness.
105807
105808 2012-10-10  Adam Barth  <abarth@webkit.org>
105809
105810         When we check in image baselines, we use the -expected.png suffix
105811         rather than the -actual.png suffix. (This is likely a typo in
105812         http://trac.webkit.org/changeset/130940.)
105813
105814         * platform/chromium-win/editing/spelling/inline-spelling-markers-hidpi-actual.png: Removed.
105815         * 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.
105816
105817 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
105818
105819         [EFL] Skip the color-correction tests.
105820
105821         Just specifying `Missing' makes the build bots sometimes report
105822         these tests as failing.
105823
105824         * platform/efl/TestExpectations:
105825
105826 2012-10-10  Adam Barth  <abarth@webkit.org>
105827
105828         Add a note that this test is flaky and can trigger an ASSERT.
105829
105830         * platform/chromium/TestExpectations:
105831
105832 2012-10-10  David Barton  <dbarton@mathscribe.com>
105833
105834         Turn on ENABLE_MATHML for Chromium
105835         https://bugs.webkit.org/show_bug.cgi?id=96960
105836
105837         Reviewed by Adam Barth.
105838
105839         We're enabling MathML now partly to let the automated fuzzers go to work. Some layout tuning will also be done in the
105840         next few days, so we expect MathML pixel tests to be changing during that time.
105841
105842         * platform/chromium/TestExpectations:
105843
105844 2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>
105845
105846         Unreviewed Chromium gardening.
105847
105848         * platform/chromium/TestExpectations:
105849         Removed 10 entries that have not failed in last 100 runs according to the flakiness dashboard.
105850
105851 2012-10-10  Mike West  <mkwst@chromium.org>
105852
105853         Web Inspector: add support for %c (style) in console API
105854         https://bugs.webkit.org/show_bug.cgi?id=69401
105855
105856         Reviewed by Pavel Feldman.
105857
105858         * http/tests/inspector/console-test.js:
105859         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
105860             Helper to dump the style associated with a console message.
105861         * inspector/console/console-format-style-expected.txt: Added.
105862         * inspector/console/console-format-style.html: Added.
105863
105864 2012-10-10  Varun Jain  <varunjain@chromium.org>
105865
105866         [chromium] Spelling and grammar markers are pixelated in hidpi.
105867         https://bugs.webkit.org/show_bug.cgi?id=98339
105868
105869         Reviewed by Stephen White.
105870
105871         We create separate bitmaps for markers in normal and hidpi mode as per
105872         specification from UX and choose the right bitmap based on the current
105873         device scale factor.
105874
105875         * editing/spelling/grammar-markers-hidpi-expected.txt: Added.
105876         * editing/spelling/grammar-markers-hidpi.html: Added.
105877         * editing/spelling/inline-spelling-markers-hidpi-expected.txt: Added.
105878         * editing/spelling/inline-spelling-markers-hidpi.html: Added.
105879         * platform/chromium-linux/editing/spelling/grammar-markers-hidpi-expected.png: Added.
105880         * platform/chromium-linux/editing/spelling/inline-spelling-markers-hidpi-expected.png: Added.
105881         * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png: Added.
105882         * platform/chromium-mac/editing/spelling/inline-spelling-markers-hidpi-expected.png: Added.
105883         * platform/chromium-win/editing/spelling/grammar-markers-hidpi-expected.png: Added.
105884         * platform/chromium-win/editing/spelling/inline-spelling-markers-hidpi-actual.png: Added.
105885
105886 2012-10-10  Adam Barth  <abarth@webkit.org>
105887
105888         These tests appear to pass now.
105889
105890         * platform/chromium/TestExpectations:
105891
105892 2012-10-10  Adam Barth  <abarth@webkit.org>
105893
105894         These tests appear to pass.
105895
105896         * platform/chromium/TestExpectations:
105897
105898 2012-10-10  David Grogan  <dgrogan@chromium.org>
105899
105900         Inspector: display IndexedDB integer versions
105901         https://bugs.webkit.org/show_bug.cgi?id=95816
105902
105903         Reviewed by Vsevolod Vlasov.
105904
105905         * http/tests/inspector/indexeddb/database-structure-expected.txt:
105906         * http/tests/inspector/indexeddb/database-structure.html:
105907
105908 2012-10-10  Shinya Kawanaka  <shinyak@chromium.org>
105909
105910         Needs internal API to return distributed nodes for InsertionPoint
105911         https://bugs.webkit.org/show_bug.cgi?id=98868
105912
105913         Reviewed by Hajime Morita.
105914
105915         * fast/dom/shadow/distributed-nodes-expected.txt: Added.
105916         * fast/dom/shadow/distributed-nodes.html: Added.
105917
105918 2012-10-10  Peter Beverloo  <peter@chromium.org>
105919
105920         Update more baselines and some entries in TestExpectations for Android.
105921
105922         Unreviewed rebaselining.
105923
105924         * platform/chromium-android/compositing/: 5 new baselines.
105925         * platform/chromium-android/css2.1/: 5 new baselines.
105926         * platform/chromium-android/css3/: 2 new baselines.
105927         * platform/chromium-android/editing/: 5 new baselines.
105928         * platform/chromium-android/fast/: 67 new baselines.
105929         * platform/chromium-android/http/: 3 new baselines.
105930         * platform/chromium-android/ietestcenter/: 4 new baselines.
105931         * platform/chromium-android/platform/: 51 new baselines.
105932         * platform/chromium-android/svg/: 111 new baselines.
105933         * platform/chromium-android/tables/: 57 new baselines.
105934         * platform/chromium-android/transitions/: 1 new baseline.
105935         * platform/chromium/TestExpectations:
105936
105937 2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>
105938
105939         Unreviewed Chromium gardening.
105940
105941         * platform/chromium/TestExpectations:
105942         Amend bad change from r130904, the test *IS* timing out on all Debug platforms,
105943         not just on Android Debug.
105944
105945 2012-10-10  Andrei Bucur  <abucur@adobe.com>
105946
105947         [CSS Regions] Create a separate list for the invalid regions
105948         https://bugs.webkit.org/show_bug.cgi?id=98752
105949
105950         Reviewed by Andreas Kling.
105951
105952         The result for fast/regions/flows-dependency-same-flow.html was adapted to the new dump format.
105953         Also, the platform expected results files were removed and a generic baseline was added.
105954
105955         * fast/regions/flows-dependency-same-flow-expected.png: Added.
105956         * fast/regions/flows-dependency-same-flow-expected.txt: Renamed from LayoutTests/platform/qt/fast/regions/flows-dependency-same-flow-expected.txt.
105957         * platform/efl/fast/regions/flows-dependency-same-flow-expected.png: Removed.
105958         * platform/efl/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
105959         * platform/gtk/fast/regions/flows-dependency-same-flow-expected.png: Removed.
105960         * platform/gtk/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
105961         * platform/mac/fast/regions/flows-dependency-same-flow-expected.png: Removed.
105962         * platform/mac/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
105963         * platform/qt/fast/regions/flows-dependency-same-flow-expected.png: Removed.
105964
105965 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
105966
105967         [EFL] Remove a few wrong expectations from the tree and properly skip the tests.
105968
105969         * platform/efl/TestExpectations:
105970         * platform/efl/fast/css/color-correction-backgrounds-and-text-expected.png: Removed.
105971         * platform/efl/fast/css/color-correction-backgrounds-and-text-expected.txt: Removed.
105972         * platform/efl/fast/css/color-correction-expected.png: Removed.
105973         * platform/efl/fast/css/color-correction-expected.txt: Removed.
105974         * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Removed.
105975         * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
105976         * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
105977         * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
105978         * platform/efl/fast/css/color-correction-untagged-images-expected.txt: Removed.
105979
105980 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
105981
105982         [EFL] More gardening.
105983
105984         * platform/efl/TestExpectations: Unskip a few tests which have had
105985         their pixel expectations committed.
105986         * platform/efl/svg/css/text-gradient-shadow-expected.png: Added.
105987
105988 2012-10-10  Zan Dobersek  <zandobersek@gmail.com>
105989
105990         Unreviewed GTK gardening.
105991
105992         Rebaselining tests after r130851.
105993
105994         * platform/gtk/fast/text/justify-ideograph-complex-expected.txt:
105995         * platform/gtk/platform: Added.
105996         * platform/gtk/platform/gtk: Added.
105997         * platform/gtk/platform/gtk/fonts: Added.
105998         * platform/gtk/platform/gtk/fonts/complex-text-shadows-expected.txt: Added.
105999         * platform/gtk/platform/gtk/fonts/font-face-with-complex-text-expected.txt: Added.
106000
106001 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
106002
106003         [EFL] Add more missing pixel expectations to lots of different directories.
106004
106005         * platform/efl/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
106006         * platform/efl/compositing/geometry/fixed-position-composited-page-scale-expected.png: Added.
106007         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
106008         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png: Added.
106009         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added.
106010         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Added.
106011         * platform/efl/compositing/geometry/foreground-layer-expected.png: Added.
106012         * platform/efl/compositing/layer-creation/spanOverlapsCanvas-expected.png: Added.
106013         * platform/efl/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Added.
106014         * platform/efl/compositing/video/video-controls-layer-creation-expected.png: Added.
106015         * platform/efl/editing/pasteboard/drag-drop-dead-frame-expected.png: Added.
106016         * platform/efl/editing/selection/5354455-2-expected.png: Added.
106017         * platform/efl/editing/undo/4063751-expected.png: Added.
106018         * platform/efl/editing/undo/5378473-expected.png: Added.
106019         * platform/efl/editing/undo/redo-typing-001-expected.png: Added.
106020         * platform/efl/editing/undo/undo-combined-delete-boundary-expected.png: Added.
106021         * platform/efl/editing/undo/undo-combined-delete-expected.png: Added.
106022         * platform/efl/editing/undo/undo-delete-boundary-expected.png: Added.
106023         * platform/efl/editing/undo/undo-delete-expected.png: Added.
106024         * platform/efl/editing/undo/undo-forward-delete-boundary-expected.png: Added.
106025         * platform/efl/editing/undo/undo-forward-delete-expected.png: Added.
106026         * platform/efl/editing/undo/undo-misspellings-expected.png: Added.
106027         * platform/efl/editing/undo/undo-typing-001-expected.png: Added.
106028         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Added.
106029         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Added.
106030         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Added.
106031         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Added.
106032         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Added.
106033         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added.
106034         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Added.
106035         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
106036         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Added.
106037         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Added.
106038         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Added.
106039         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Added.
106040         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Added.
106041         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Added.
106042         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Added.
106043         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Added.
106044         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Added.
106045         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Added.
106046         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Added.
106047         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Added.
106048         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Added.
106049         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Added.
106050         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
106051         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Added.
106052         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Added.
106053         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
106054         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Added.
106055         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
106056         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
106057         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Added.
106058         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Added.
106059         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Added.
106060         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Added.
106061         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Added.
106062         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Added.
106063         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Added.
106064         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Added.
106065         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
106066         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Added.
106067         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
106068         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Added.
106069         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Added.
106070         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Added.
106071         * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Added.
106072         * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Added.
106073         * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Added.
106074         * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Added.
106075         * platform/efl/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Added.
106076         * platform/efl/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Added.
106077         * platform/efl/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Added.
106078         * platform/efl/ietestcenter/css3/text/textshadow-001-expected.png: Added.
106079         * platform/efl/ietestcenter/css3/text/textshadow-002-expected.png: Added.
106080         * platform/efl/ietestcenter/css3/text/textshadow-003-expected.png: Added.
106081         * platform/efl/ietestcenter/css3/text/textshadow-004-expected.png: Added.
106082         * platform/efl/ietestcenter/css3/text/textshadow-005-expected.png: Added.
106083         * platform/efl/ietestcenter/css3/text/textshadow-006-expected.png: Added.
106084         * platform/efl/ietestcenter/css3/text/textshadow-007-expected.png: Added.
106085         * platform/efl/ietestcenter/css3/text/textshadow-009-expected.png: Added.
106086         * platform/efl/ietestcenter/css3/text/textshadow-010-expected.png: Added.
106087         * platform/efl/printing/iframe-print-expected.png: Added.
106088
106089 2012-10-10  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
106090
106091         [GTK] svg/W3C-SVG-1.1/animate-elem-08-t.svg needs rebaselining after r130840
106092         https://bugs.webkit.org/show_bug.cgi?id=98910
106093
106094         Unreviewed, rebaseline GTK+ test results.
106095
106096         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
106097         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
106098
106099 2012-10-10  Allan Sandfeld Jensen  <allan.jensen@digia.com>
106100
106101         [Qt] REGRESSION: 5 tests started to fail with newer Qt5
106102         https://bugs.webkit.org/show_bug.cgi?id=90687
106103
106104         Unreviewed gardening after r129234.
106105
106106         Moves the Qt 5 specific results to qt-5.0 directory, while moving the old results to qt-4.8.
106107
106108         * platform/qt-4.8/http/tests/xmlhttprequest/methods-expected.txt: Copied from LayoutTests/platform/qt/http/tests/xmlhttprequest/methods-expected.txt.
106109         * 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.
106110         * platform/qt-4.8/http/tests/xmlhttprequest/workers/methods-expected.txt: Copied from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/methods-expected.txt.
106111         * 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.
106112         * 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.
106113         * platform/qt-5.0/http/tests/xmlhttprequest/methods-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/xmlhttprequest/methods-expected.txt.
106114         * 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.
106115         * platform/qt-5.0/http/tests/xmlhttprequest/workers/methods-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/methods-expected.txt.
106116         * 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.
106117
106118 2012-10-10  Adam Barth  <abarth@webkit.org>
106119
106120         Record that these tests have additional failure modes.
106121
106122         * platform/chromium/TestExpectations:
106123
106124 2012-10-10  Peter Beverloo  <peter@chromium.org>
106125
106126         [Chromium-Android] Another batch of TestExpectation updates for Android
106127         https://bugs.webkit.org/show_bug.cgi?id=98909
106128
106129         Unreviewed test expectation update.
106130
106131         Many of the failures were actually ImageOnlyFailure, which isn't part
106132         of the Failure state. This also includes a number of new expected
106133         results, mostly focusing on crashing and timing out tests.
106134
106135         * platform/chromium-android/TestExpectations:
106136         * platform/chromium/TestExpectations:
106137
106138 2012-10-10  Kent Tamura  <tkent@chromium.org>
106139
106140         [Chromium] Layout Test platform/chromium/fast/forms/*/*-suggestion-picker-*-operations.html are flaky
106141         https://bugs.webkit.org/show_bug.cgi?id=98906
106142
106143         * platform/chromium/TestExpectations:
106144
106145 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
106146
106147         [EFL] Add some css3 expectations, rebaseline a css2.1 PNG.
106148
106149         * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.png:
106150         * platform/efl/css3/flexbox/flexbox-baseline-expected.png: Added.
106151         * platform/efl/css3/flexbox/flexbox-baseline-expected.txt: Added.
106152         * platform/efl/css3/images/cross-fade-background-size-expected.png: Added.
106153
106154 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
106155
106156         [EFL] Hopefully finish adding SVG pixel expectations.
106157
106158         * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Added.
106159         * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Added.
106160         * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Added.
106161         * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Added.
106162         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Added.
106163         * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Added.
106164         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Added.
106165         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Added.
106166         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Added.
106167         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Added.
106168         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Added.
106169         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Added.
106170         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Added.
106171         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png: Added.
106172         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png: Added.
106173         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png: Added.
106174         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png: Added.
106175         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png: Added.
106176         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png: Added.
106177         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: Added.
106178         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Added.
106179         * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.png: Added.
106180         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png: Added.
106181         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Added.
106182         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Added.
106183         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Added.
106184         * platform/efl/svg/as-background-image/animated-svg-as-background-expected.png: Added.
106185         * platform/efl/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added.
106186         * platform/efl/svg/as-background-image/background-image-tiled-expected.png: Added.
106187         * platform/efl/svg/as-background-image/same-image-two-instances-background-image-expected.png: Added.
106188         * platform/efl/svg/as-background-image/svg-as-background-2-expected.png: Added.
106189         * platform/efl/svg/as-background-image/svg-as-background-5-expected.png: Added.
106190         * platform/efl/svg/as-background-image/svg-as-background-6-expected.png: Added.
106191         * platform/efl/svg/as-background-image/svg-as-background-expected.png: Added.
106192         * platform/efl/svg/as-background-image/svg-as-background-with-relative-size-expected.png: Added.
106193         * platform/efl/svg/as-background-image/svg-as-background-with-viewBox-expected.png: Added.
106194         * platform/efl/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
106195         * platform/efl/svg/as-background-image/svg-background-partial-redraw-expected.png: Added.
106196         * platform/efl/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
106197         * platform/efl/svg/as-image/image-respects-pageScaleFactor-change-expected.png: Added.
106198         * platform/efl/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
106199         * platform/efl/svg/as-image/svg-as-image-expected.png: Added.
106200         * platform/efl/svg/as-image/svg-as-relative-image-expected.png: Added.
106201         * platform/efl/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png: Added.
106202         * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
106203         * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
106204         * platform/efl/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png: Added.
106205         * platform/efl/svg/as-object/embedded-svg-size-changes-expected.png: Added.
106206         * platform/efl/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png: Added.
106207         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-expected.png: Added.
106208         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
106209         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
106210         * platform/efl/svg/carto.net/combobox-expected.png: Added.
106211         * platform/efl/svg/carto.net/scrollbar-expected.png: Added.
106212         * platform/efl/svg/carto.net/selectionlist-expected.png: Added.
106213         * platform/efl/svg/carto.net/textbox-expected.png: Added.
106214         * platform/efl/svg/clip-path/clip-in-clip-expected.png: Added.
106215         * platform/efl/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Added.
106216         * platform/efl/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Added.
106217         * platform/efl/svg/clip-path/clip-path-childs-clipped-expected.png: Added.
106218         * platform/efl/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Added.
106219         * platform/efl/svg/clip-path/clip-path-clipped-expected.png: Added.
106220         * platform/efl/svg/clip-path/clip-path-clipped-nonzero-expected.png: Added.
106221         * platform/efl/svg/clip-path/clip-path-objectBoundingBox-expected.png: Added.
106222         * platform/efl/svg/clip-path/clip-path-on-clipped-use-expected.png: Added.
106223         * platform/efl/svg/clip-path/clip-path-on-g-and-child-expected.png: Added.
106224         * platform/efl/svg/clip-path/clip-path-on-g-expected.png: Added.
106225         * platform/efl/svg/clip-path/clip-path-on-svg-and-child-expected.png: Added.
106226         * platform/efl/svg/clip-path/clip-path-on-svg-expected.png: Added.
106227         * platform/efl/svg/clip-path/clip-path-recursive-call-by-child-expected.png: Added.
106228         * platform/efl/svg/clip-path/clip-path-recursive-call-expected.png: Added.
106229         * platform/efl/svg/clip-path/clip-path-text-and-stroke-expected.png: Added.
106230         * platform/efl/svg/clip-path/clip-path-text-expected.png: Added.
106231         * platform/efl/svg/clip-path/clip-path-transform-2-expected.png: Added.
106232         * platform/efl/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Added.
106233         * platform/efl/svg/clip-path/clip-path-use-as-child-expected.png: Added.
106234         * platform/efl/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Added.
106235         * platform/efl/svg/css/arrow-with-shadow-expected.png: Added.
106236         * platform/efl/svg/css/background-image-svg-expected.png: Added.
106237         * platform/efl/svg/css/circle-in-mask-with-shadow-expected.png: Added.
106238         * platform/efl/svg/css/composite-shadow-text-expected.png: Added.
106239         * platform/efl/svg/css/css-box-min-width-expected.png: Added.
106240         * platform/efl/svg/css/path-with-shadow-expected.png: Added.
106241         * platform/efl/svg/css/rect-gradient-stroke-shadow-expected.png: Added.
106242         * platform/efl/svg/css/shadow-and-opacity-expected.png: Added.
106243         * platform/efl/svg/css/shadow-with-large-radius-expected.png: Added.
106244         * platform/efl/svg/css/shadow-with-negative-offset-expected.png: Added.
106245         * platform/efl/svg/css/text-shadow-multiple-expected.png: Added.
106246         * platform/efl/svg/dom/SVGLengthList-appendItem-expected.png: Added.
106247         * platform/efl/svg/dom/SVGLengthList-basics-expected.png: Added.
106248         * platform/efl/svg/dom/SVGLengthList-getItem-expected.png: Added.
106249         * platform/efl/svg/dom/SVGLengthList-initialize-expected.png: Added.
106250         * platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png: Added.
106251         * platform/efl/svg/dom/SVGLengthList-removeItem-expected.png: Added.
106252         * platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
106253         * platform/efl/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Added.
106254         * platform/efl/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added.
106255         * platform/efl/svg/dom/SVGNumberList-basics-expected.png: Added.
106256         * platform/efl/svg/dom/SVGPathSegList-appendItem-expected.png: Added.
106257         * platform/efl/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added.
106258         * platform/efl/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added.
106259         * platform/efl/svg/dom/SVGPathSegList-removeItem-expected.png: Added.
106260         * platform/efl/svg/dom/SVGPathSegList-replaceItem-expected.png: Added.
106261         * platform/efl/svg/dom/SVGPathSegList-segment-modification-expected.png: Added.
106262         * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
106263         * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added.
106264         * platform/efl/svg/dom/SVGPointList-basics-expected.png: Added.
106265         * platform/efl/svg/dom/SVGRectElement: Added.
106266         * platform/efl/svg/dom/SVGRectElement/rect-modify-rx-expected.png: Added.
106267         * platform/efl/svg/dom/SVGStringList-basics-expected.png: Added.
106268         * platform/efl/svg/dom/SVGTransformList-basics-expected.png: Added.
106269         * platform/efl/svg/filters/color-interpolation-filters-expected.png: Added.
106270         * platform/efl/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png: Added.
106271         * platform/efl/svg/foreignObject/fO-display-none-expected.png: Added.
106272         * platform/efl/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.png: Added.
106273         * platform/efl/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
106274         * platform/efl/svg/foreignObject/fO-parent-display-none-expected.png: Added.
106275         * platform/efl/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.png: Added.
106276         * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-expected.png: Added.
106277         * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.png: Added.
106278         * platform/efl/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png: Added.
106279         * platform/efl/svg/foreignObject/svg-document-as-direct-child-expected.png: Added.
106280         * platform/efl/svg/foreignObject/svg-document-in-html-document-expected.png: Added.
106281         * platform/efl/svg/foreignObject/text-tref-02-b-expected.png: Added.
106282
106283 2012-10-10  Max Vujovic  <mvujovic@adobe.com>
106284
106285         SVG root element's inspector highlight has different dimensions than the element when zooming the page
106286         https://bugs.webkit.org/show_bug.cgi?id=78031
106287
106288         Reviewed by Pavel Feldman.
106289
106290         Add test that verifies the position and size of the highlight rectangles overlayed on an SVG
106291         root element when the page is zoomed.
106292
106293         * inspector/elements/highlight-svg-root-zoomed-expected.txt: Added.
106294         * inspector/elements/highlight-svg-root-zoomed.html: Added.
106295
106296 2012-10-10  Balazs Kelemen  <kbalazs@webkit.org>
106297
106298         [Qt] Test drivers should handle repaint rects
106299         https://bugs.webkit.org/show_bug.cgi?id=68870
106300
106301         Reviewed by Zoltan Herczeg.
106302
106303         Rebasline results. Added new expectations where the results were good.
106304         I evaulated the results based on the mac and chromium-mac ports. In some
106305         cases I accepted our diverging result if it seemed to be ok by looking
106306         into the test. Marked bad results as image failure.
106307
106308         * platform/qt-5.0-wk2/TestExpectations:
106309         * platform/qt-5.0-wk2/compositing/iframes/fixed-position-iframe-expected.png: Added.
106310         * 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.
106311         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-scroll-expected.png:
106312         * platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.png:
106313         * platform/qt-5.0-wk2/compositing/repaint/shrink-layer-expected.png: Copied from LayoutTests/platform/qt/svg/custom/clip-path-href-changes-expected.png.
106314         * 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.
106315         * platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png:
106316         * platform/qt-5.0-wk2/compositing/transitions/singular-scale-transition-expected.png: Added.
106317         * platform/qt-5.0-wk2/css3/filters/filter-change-repaint-expected.png: Added.
106318         * platform/qt-5.0-wk2/fast/backgrounds/solid-color-context-restore-expected.png: Added.
106319         * 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.
106320         * platform/qt-5.0-wk2/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
106321         * 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.
106322         * platform/qt-5.0-wk2/fast/reflections/inline-crash-expected.png: Added.
106323         * platform/qt-5.0-wk2/fast/repaint/body-background-image-expected.png: Added.
106324         * platform/qt-5.0-wk2/fast/repaint/delete-into-nested-block-expected.png: Added.
106325         * 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.
106326         * platform/qt-5.0-wk2/fast/repaint/fixed-scale-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/iframe-scroll-repaint-expected.png.
106327         * 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.
106328         * 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.
106329         * 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.
106330         * 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.
106331         * 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.
106332         * platform/qt-5.0-wk2/fast/repaint/reflection-repaint-test-expected.png: Added.
106333         * 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.
106334         * 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.
106335         * platform/qt-5.0-wk2/fast/repaint/scale-page-shrink-expected.png: Added.
106336         * platform/qt-5.0-wk2/fast/repaint/selection-after-delete-expected.png: Added.
106337         * platform/qt-5.0-wk2/fast/repaint/selection-after-remove-expected.png: Added.
106338         * platform/qt-5.0-wk2/fast/repaint/selection-clear-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/table-hover-on-link-expected.png.
106339         * platform/qt-5.0-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
106340         * 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.
106341         * platform/qt-5.0-wk2/fast/text/font-initial-expected.png: Added.
106342         * platform/qt-5.0-wk2/svg/text/remove-text-node-from-tspan-expected.png: Added.
106343         * platform/qt-5.0-wk2/svg/text/remove-tspan-from-text-expected.png: Added.
106344         * platform/qt/fast/canvas/canvas-as-image-incremental-repaint-expected.png:
106345         * platform/qt/fast/canvas/canvas-incremental-repaint-expected.png: Added.
106346         * platform/qt/fast/dynamic/containing-block-change-expected.png:
106347         * platform/qt/fast/frames/transparent-scrollbar-expected.png: Copied from LayoutTests/platform/qt/svg/custom/repaint-on-constant-size-change-expected.png.
106348         * platform/qt/fast/layers/add-layer-with-nested-stacking-expected.png:
106349         * platform/qt/fast/layers/inline-dirty-z-order-lists-expected.png:
106350         * platform/qt/fast/layers/layer-content-visibility-change-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/layout-state-only-positioned-expected.png.
106351         * platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.png:
106352         * platform/qt/fast/repaint/4774354-expected.png:
106353         * platform/qt/fast/repaint/4776765-expected.png:
106354         * platform/qt/fast/repaint/backgroundSizeRepaint-expected.png:
106355         * platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
106356         * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.png:
106357         * platform/qt/fast/repaint/block-no-inflow-children-expected.png:
106358         * platform/qt/fast/repaint/border-fit-lines-expected.png:
106359         * platform/qt/fast/repaint/border-radius-repaint-expected.png:
106360         * platform/qt/fast/repaint/border-repaint-glitch-expected.png:
106361         * platform/qt/fast/repaint/box-shadow-dynamic-expected.png:
106362         * platform/qt/fast/repaint/bugzilla-3509-expected.png:
106363         * platform/qt/fast/repaint/bugzilla-5699-expected.png:
106364         * platform/qt/fast/repaint/bugzilla-6278-expected.png:
106365         * platform/qt/fast/repaint/bugzilla-6388-expected.png:
106366         * platform/qt/fast/repaint/bugzilla-6473-expected.png:
106367         * platform/qt/fast/repaint/bugzilla-7235-expected.png:
106368         * platform/qt/fast/repaint/button-spurious-layout-hint-expected.png:
106369         * platform/qt/fast/repaint/caret-outside-block-expected.png:
106370         * platform/qt/fast/repaint/change-transform-expected.png:
106371         * platform/qt/fast/repaint/clip-with-layout-delta-expected.png:
106372         * platform/qt/fast/repaint/clipped-relative-expected.png:
106373         * platform/qt/fast/repaint/containing-block-position-change-expected.png:
106374         * platform/qt/fast/repaint/content-into-overflow-expected.png:
106375         * platform/qt/fast/repaint/continuation-after-outline-expected.png:
106376         * platform/qt/fast/repaint/control-clip-expected.png:
106377         * platform/qt/fast/repaint/create-layer-repaint-expected.png:
106378         * platform/qt/fast/repaint/delete-into-nested-block-expected.png:
106379         * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
106380         * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.png:
106381         * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
106382         * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
106383         * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
106384         * platform/qt/fast/repaint/fixed-move-after-scroll-expected.png:
106385         * platform/qt/fast/repaint/fixed-tranformed-expected.png:
106386         * platform/qt/fast/repaint/float-move-during-layout-expected.png:
106387         * platform/qt/fast/repaint/float-overflow-expected.png:
106388         * platform/qt/fast/repaint/float-overflow-right-expected.png:
106389         * platform/qt/fast/repaint/gradients-em-stops-repaint-expected.png:
106390         * platform/qt/fast/repaint/iframe-scroll-repaint-expected.png:
106391         * platform/qt/fast/repaint/inline-color-change-expected.png:
106392         * platform/qt/fast/repaint/inline-outline-repaint-expected.png:
106393         * platform/qt/fast/repaint/invisible-objects-expected.png:
106394         * platform/qt/fast/repaint/layer-visibility-expected.png: Copied from LayoutTests/platform/qt/fast/layers/add-layer-with-nested-stacking-expected.png.
106395         * platform/qt/fast/repaint/layout-state-only-positioned-expected.png:
106396         * platform/qt/fast/repaint/layout-state-relative-expected.png:
106397         * platform/qt/fast/repaint/layout-state-scrolloffset-expected.png:
106398         * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.png:
106399         * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.png:
106400         * platform/qt/fast/repaint/line-flow-with-floats-1-expected.png:
106401         * platform/qt/fast/repaint/line-flow-with-floats-10-expected.png:
106402         * platform/qt/fast/repaint/line-flow-with-floats-2-expected.png:
106403         * platform/qt/fast/repaint/line-flow-with-floats-3-expected.png:
106404         * platform/qt/fast/repaint/line-flow-with-floats-4-expected.png:
106405         * platform/qt/fast/repaint/line-flow-with-floats-5-expected.png:
106406         * platform/qt/fast/repaint/line-flow-with-floats-6-expected.png:
106407         * platform/qt/fast/repaint/line-flow-with-floats-7-expected.png:
106408         * platform/qt/fast/repaint/line-flow-with-floats-8-expected.png:
106409         * platform/qt/fast/repaint/line-flow-with-floats-9-expected.png:
106410         * platform/qt/fast/repaint/line-in-scrolled-clipped-block-expected.png:
106411         * platform/qt/fast/repaint/line-overflow-expected.png:
106412         * platform/qt/fast/repaint/lines-with-layout-delta-expected.png:
106413         * platform/qt/fast/repaint/list-marker-2-expected.png:
106414         * platform/qt/fast/repaint/make-children-non-inline-expected.png:
106415         * platform/qt/fast/repaint/multicol-repaint-expected.png:
106416         * platform/qt/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
106417         * platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.png:
106418         * platform/qt/fast/repaint/outline-child-repaint-expected.png:
106419         * platform/qt/fast/repaint/outline-inset-expected.png:
106420         * platform/qt/fast/repaint/outline-repaint-glitch-expected.png:
106421         * platform/qt/fast/repaint/outline-shrinking-expected.png:
106422         * platform/qt/fast/repaint/overflow-clip-subtree-layout-expected.png:
106423         * platform/qt/fast/repaint/overflow-delete-line-expected.png:
106424         * platform/qt/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png:
106425         * platform/qt/fast/repaint/overflow-into-content-expected.png:
106426         * platform/qt/fast/repaint/overflow-scroll-delete-expected.png:
106427         * platform/qt/fast/repaint/reflection-redraw-expected.png:
106428         * platform/qt/fast/repaint/reflection-repaint-test-expected.png:
106429         * platform/qt/fast/repaint/region-painting-invalidation-expected.png:
106430         * platform/qt/fast/repaint/region-painting-via-layout-expected.png:
106431         * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
106432         * platform/qt/fast/repaint/repaint-during-scroll-expected.png:
106433         * platform/qt/fast/repaint/repaint-resized-overflow-expected.png:
106434         * platform/qt/fast/repaint/search-field-cancel-expected.png:
106435         * platform/qt/fast/repaint/select-option-background-color-expected.png:
106436         * platform/qt/fast/repaint/selected-replaced-expected.png:
106437         * platform/qt/fast/repaint/selection-after-delete-expected.png:
106438         * platform/qt/fast/repaint/selection-after-remove-expected.png:
106439         * platform/qt/fast/repaint/selection-clear-expected.png:
106440         * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
106441         * platform/qt/fast/repaint/selection-rl-expected.png:
106442         * platform/qt/fast/repaint/stacked-diacritics-expected.png:
106443         * platform/qt/fast/repaint/subtree-layoutstate-transform-expected.png:
106444         * platform/qt/fast/repaint/subtree-root-clip-2-expected.png:
106445         * platform/qt/fast/repaint/subtree-root-clip-3-expected.png:
106446         * platform/qt/fast/repaint/subtree-root-clip-expected.png:
106447         * platform/qt/fast/repaint/subtree-root-skipped-expected.png:
106448         * platform/qt/fast/repaint/table-cell-collapsed-border-expected.png:
106449         * platform/qt/fast/repaint/table-cell-move-expected.png:
106450         * platform/qt/fast/repaint/table-collapsed-border-expected.png:
106451         * platform/qt/fast/repaint/table-extra-bottom-grow-expected.png:
106452         * platform/qt/fast/repaint/table-hover-on-link-expected.png:
106453         * platform/qt/fast/repaint/table-section-repaint-expected.png:
106454         * platform/qt/fast/repaint/table-two-pass-layout-overpaint-expected.png:
106455         * platform/qt/fast/repaint/text-append-dirty-lines-expected.png:
106456         * platform/qt/fast/repaint/transform-absolute-child-expected.png:
106457         * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.png:
106458         * platform/qt/fast/repaint/transform-disable-layoutstate-expected.png:
106459         * platform/qt/fast/repaint/transform-layout-repaint-expected.png:
106460         * platform/qt/fast/repaint/transform-relative-position-expected.png:
106461         * platform/qt/fast/repaint/transform-repaint-descendants-expected.png:
106462         * platform/qt/fast/repaint/transform-replaced-shadows-expected.png:
106463         * platform/qt/fast/repaint/transform-rotate-and-remove-expected.png:
106464         * platform/qt/fast/repaint/transform-translate-expected.png:
106465         * platform/qt/fast/table/border-collapsing/cached-69296-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/layout-state-only-positioned-expected.png.
106466         * 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.
106467         * 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.
106468         * 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.
106469         * platform/qt/http/tests/misc/slow-loading-image-in-pattern-expected.png:
106470         * platform/qt/svg/as-background-image/svg-background-partial-redraw-expected.png:
106471         * platform/qt/svg/as-image/animated-svg-as-image-expected.png:
106472         * platform/qt/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
106473         * platform/qt/svg/as-image/animated-svg-as-image-same-image-expected.png:
106474         * platform/qt/svg/as-image/svg-image-change-content-size-expected.png:
106475         * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
106476         * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
106477         * platform/qt/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png:
106478         * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
106479         * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
106480         * platform/qt/svg/carto.net/window-expected.png:
106481         * platform/qt/svg/custom/absolute-sized-content-with-resources-expected.png:
106482         * platform/qt/svg/custom/animate-path-discrete-expected.png:
106483         * platform/qt/svg/custom/animate-path-morphing-expected.png:
106484         * platform/qt/svg/custom/animate-target-id-changed-expected.png:
106485         * platform/qt/svg/custom/animate-target-removed-from-document-expected.png:
106486         * platform/qt/svg/custom/circle-move-invalidation-expected.png:
106487         * platform/qt/svg/custom/clip-path-child-changes-expected.png:
106488         * platform/qt/svg/custom/clip-path-href-changes-expected.png:
106489         * platform/qt/svg/custom/clip-path-units-changes-expected.png:
106490         * platform/qt/svg/custom/deep-dynamic-updates-expected.png:
106491         * platform/qt/svg/custom/fill-opacity-update-expected.png:
106492         * platform/qt/svg/custom/foreignObject-crash-on-hover-expected.png:
106493         * platform/qt/svg/custom/gradient-add-stops-expected.png:
106494         * platform/qt/svg/custom/gradient-stop-style-change-expected.png:
106495         * platform/qt/svg/custom/hit-test-unclosed-subpaths-expected.png:
106496         * platform/qt/svg/custom/js-late-clipPath-and-object-creation-expected.png:
106497         * platform/qt/svg/custom/js-late-clipPath-creation-expected.png:
106498         * platform/qt/svg/custom/js-late-gradient-and-object-creation-expected.png:
106499         * platform/qt/svg/custom/js-late-gradient-creation-expected.png:
106500         * platform/qt/svg/custom/js-late-marker-and-object-creation-expected.png:
106501         * platform/qt/svg/custom/js-late-marker-creation-expected.png:
106502         * platform/qt/svg/custom/js-late-mask-and-object-creation-expected.png:
106503         * platform/qt/svg/custom/js-late-mask-creation-expected.png:
106504         * platform/qt/svg/custom/js-update-bounce-expected.png:
106505         * platform/qt/svg/custom/js-update-container-expected.png:
106506         * platform/qt/svg/custom/js-update-container2-expected.png:
106507         * platform/qt/svg/custom/js-update-gradient-expected.png:
106508         * platform/qt/svg/custom/js-update-image-expected.png:
106509         * platform/qt/svg/custom/js-update-path-changes-expected.png:
106510         * platform/qt/svg/custom/js-update-path-removal-expected.png:
106511         * platform/qt/svg/custom/js-update-pattern-child-expected.png:
106512         * platform/qt/svg/custom/js-update-pattern-expected.png:
106513         * platform/qt/svg/custom/js-update-polygon-changes-expected.png:
106514         * platform/qt/svg/custom/js-update-polygon-removal-expected.png:
106515         * platform/qt/svg/custom/js-update-stop-expected.png:
106516         * platform/qt/svg/custom/js-update-stop-linked-gradient-expected.png:
106517         * platform/qt/svg/custom/js-update-style-expected.png:
106518         * platform/qt/svg/custom/js-update-transform-addition-expected.png:
106519         * platform/qt/svg/custom/js-update-transform-changes-expected.png:
106520         * platform/qt/svg/custom/marker-child-changes-css-expected.png:
106521         * platform/qt/svg/custom/marker-child-changes-expected.png:
106522         * platform/qt/svg/custom/marker-viewBox-changes-expected.png:
106523         * platform/qt/svg/custom/mask-child-changes-expected.png:
106524         * platform/qt/svg/custom/mask-invalidation-expected.png:
106525         * platform/qt/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png:
106526         * platform/qt/svg/custom/prevent-default-expected.png:
106527         * platform/qt/svg/custom/relative-sized-content-expected.png:
106528         * platform/qt/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
106529         * platform/qt/svg/custom/relative-sized-image-expected.png:
106530         * platform/qt/svg/custom/relative-sized-inner-svg-expected.png:
106531         * platform/qt/svg/custom/relative-sized-shadow-tree-content-expected.png:
106532         * platform/qt/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
106533         * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.png:
106534         * platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
106535         * platform/qt/svg/custom/repaint-moving-svg-and-div-expected.png:
106536         * platform/qt/svg/custom/repaint-on-constant-size-change-expected.png:
106537         * platform/qt/svg/custom/repaint-on-image-bounds-change-expected.png:
106538         * platform/qt/svg/custom/repaint-stroke-width-changes-expected.png:
106539         * platform/qt/svg/custom/resource-client-removal-expected.png:
106540         * platform/qt/svg/custom/resource-invalidate-on-target-update-expected.png:
106541         * platform/qt/svg/custom/scroll-hit-test-expected.png:
106542         * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
106543         * platform/qt/svg/custom/stroke-opacity-update-expected.png:
106544         * platform/qt/svg/custom/svg-absolute-children-expected.png:
106545         * platform/qt/svg/custom/text-dom-removal-expected.png:
106546         * platform/qt/svg/custom/text-repaint-including-stroke-expected.png:
106547         * platform/qt/svg/custom/text-xy-updates-SVGList-expected.png:
106548         * platform/qt/svg/custom/use-clipped-hit-expected.png:
106549         * platform/qt/svg/custom/use-detach-expected.png:
106550         * platform/qt/svg/custom/use-disappears-after-style-update-expected.png:
106551         * platform/qt/svg/custom/use-elementInstance-event-target-expected.png:
106552         * platform/qt/svg/custom/use-elementInstance-methods-expected.png:
106553         * platform/qt/svg/custom/use-event-handler-on-referenced-element-expected.png:
106554         * platform/qt/svg/custom/use-event-handler-on-use-element-expected.png:
106555         * platform/qt/svg/custom/use-setAttribute-crash-expected.png:
106556         * platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.png:
106557         * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
106558         * platform/qt/svg/dom/SVGRectElement/rect-modify-rx-expected.png:
106559         * platform/qt/svg/filters/feImage-change-target-id-expected.png:
106560         * platform/qt/svg/filters/feImage-multiple-targets-id-change-expected.png:
106561         * platform/qt/svg/filters/feImage-reference-invalidation-expected.png: Copied from LayoutTests/platform/qt/svg/custom/animate-target-removed-from-document-expected.png.
106562         * platform/qt/svg/filters/feImage-remove-target-expected.png:
106563         * platform/qt/svg/filters/feImage-target-add-to-document-expected.png:
106564         * platform/qt/svg/filters/feImage-target-attribute-change-expected.png:
106565         * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
106566         * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
106567         * platform/qt/svg/filters/feImage-target-changes-id-expected.png:
106568         * platform/qt/svg/filters/feImage-target-id-change-expected.png:
106569         * platform/qt/svg/filters/feImage-target-inline-style-change-expected.png:
106570         * platform/qt/svg/filters/feImage-target-property-change-expected.png:
106571         * platform/qt/svg/filters/feImage-target-reappend-to-document-expected.png:
106572         * platform/qt/svg/filters/feImage-target-remove-from-document-expected.png:
106573         * platform/qt/svg/filters/feImage-target-style-change-expected.png:
106574         * platform/qt/svg/filters/filter-refresh-expected.png:
106575         * platform/qt/svg/filters/filter-width-update-expected.png:
106576         * platform/qt/svg/filters/invalidate-on-child-layout-expected.png:
106577         * platform/qt/svg/hixie/perf/001-expected.png:
106578         * platform/qt/svg/hixie/perf/002-expected.png:
106579         * platform/qt/svg/hixie/perf/003-expected.png:
106580         * platform/qt/svg/hixie/perf/004-expected.png:
106581         * platform/qt/svg/hixie/perf/005-expected.png:
106582         * platform/qt/svg/hixie/perf/007-expected.png:
106583         * platform/qt/svg/repaint/filter-child-repaint-expected.png:
106584         * platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.png:
106585         * platform/qt/svg/repaint/inner-svg-change-viewBox-expected.png:
106586         * platform/qt/svg/repaint/inner-svg-change-viewPort-relative-expected.png:
106587         * platform/qt/svg/repaint/mask-clip-target-transform-expected.png:
106588         * platform/qt/svg/repaint/repainting-after-animation-element-removal-expected.png:
106589         * platform/qt/svg/repaint/text-mask-update-expected.png:
106590         * platform/qt/svg/text/append-text-node-to-tspan-expected.png:
106591         * platform/qt/svg/text/ems-display-none-expected.png:
106592         * platform/qt/svg/text/exs-display-none-expected.png:
106593         * platform/qt/svg/text/modify-text-node-in-tspan-expected.png:
106594         * platform/qt/svg/text/text-text-05-t-expected.png:
106595         * platform/qt/svg/text/text-viewbox-rescale-expected.png:
106596         * platform/qt/svg/text/tspan-dynamic-positioning-expected.png:
106597         * platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.png:
106598         * platform/qt/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png:
106599         * platform/qt/svg/zoom/page/relative-sized-document-scrollbars-expected.png:
106600         * platform/qt/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png:
106601         * platform/qt/svg/zoom/text/absolute-sized-document-scrollbars-expected.png:
106602         * platform/qt/svg/zoom/text/relative-sized-document-scrollbars-expected.png:
106603         * platform/qt/svg/zoom/text/zoom-foreignObject-expected.png:
106604
106605 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
106606
106607         [EFL] Skip fast/css/color-correction-on-text.html.
106608
106609         * platform/efl/TestExpectations:
106610
106611 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
106612
106613         [EFL] Gardening for the some SVG pixel expectations.
106614
106615         * platform/efl/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
106616         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
106617         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
106618         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
106619         * platform/efl/svg/filters/animate-fill-expected.png: Added.
106620         * platform/efl/svg/filters/feImage-reference-invalidation-expected.png: Added.
106621         * platform/efl/svg/hixie/data-types/001-expected.png: Added.
106622         * platform/efl/svg/hixie/dynamic/002-expected.png: Added.
106623         * platform/efl/svg/hixie/dynamic/003-expected.png: Added.
106624         * platform/efl/svg/hixie/dynamic/004-expected.png: Added.
106625         * platform/efl/svg/hixie/dynamic/005-expected.png: Added.
106626         * platform/efl/svg/hixie/dynamic/006-expected.png: Added.
106627         * platform/efl/svg/hixie/error/002-expected.png: Added.
106628         * platform/efl/svg/hixie/error/006-expected.png: Added.
106629         * platform/efl/svg/hixie/error/007-expected.png: Added.
106630         * platform/efl/svg/hixie/error/008-expected.png: Added.
106631         * platform/efl/svg/hixie/error/009-expected.png: Added.
106632         * platform/efl/svg/hixie/error/010-expected.png: Added.
106633         * platform/efl/svg/hixie/error/011-expected.png: Added.
106634         * platform/efl/svg/hixie/error/014-test-expected.png: Added.
106635         * platform/efl/svg/hixie/error/015-expected.png: Added.
106636         * platform/efl/svg/hixie/error/016-expected.png: Added.
106637         * platform/efl/svg/hixie/intrinsic/001-expected.png: Added.
106638         * platform/efl/svg/hixie/intrinsic/002-expected.png: Added.
106639         * platform/efl/svg/hixie/intrinsic/003-expected.png: Added.
106640         * platform/efl/svg/hixie/links/001-expected.png: Added.
106641         * platform/efl/svg/hixie/links/002-expected.png: Added.
106642         * platform/efl/svg/hixie/painting/001-expected.png: Added.
106643         * platform/efl/svg/hixie/processing-model/005-expected.png: Added.
106644         * platform/efl/svg/hixie/rendering-model/003a-expected.png: Added.
106645         * platform/efl/svg/hixie/text/001-expected.png: Added.
106646         * platform/efl/svg/hixie/text/002-expected.png: Added.
106647         * platform/efl/svg/hixie/text/003a-expected.png: Added.
106648         * platform/efl/svg/hixie/text/003b-expected.png: Added.
106649         * platform/efl/svg/hixie/use/002-test-expected.png: Added.
106650         * platform/efl/svg/hixie/viewbox/001-expected.png: Added.
106651         * platform/efl/svg/hixie/viewbox/002-expected.png: Added.
106652         * platform/efl/svg/hixie/viewbox/003-expected.png: Added.
106653         * platform/efl/svg/hixie/viewbox/004-expected.png: Added.
106654         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Added.
106655         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Added.
106656         * platform/efl/svg/overflow/overflow-on-foreignObject-expected.png: Added.
106657         * platform/efl/svg/overflow/overflow-on-inner-svg-element-defaults-expected.png: Added.
106658         * platform/efl/svg/repaint/image-href-change-expected.png: Added.
106659         * platform/efl/svg/repaint/image-with-clip-path-expected.png: Added.
106660         * platform/efl/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
106661         * platform/efl/svg/repaint/mask-clip-target-transform-expected.png: Added.
106662         * platform/efl/svg/repaint/repainting-after-animation-element-removal-expected.png: Added.
106663         * platform/efl/svg/stroke/zero-length-arc-linecaps-rendering-expected.png: Added.
106664         * platform/efl/svg/wicd/sizing-flakiness-expected.png: Added.
106665         * platform/efl/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Added.
106666         * platform/efl/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Added.
106667         * platform/efl/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Added.
106668         * platform/efl/svg/zoom/page/zoom-background-images-expected.png: Added.
106669         * platform/efl/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
106670         * platform/efl/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Added.
106671         * platform/efl/svg/zoom/page/zoom-svg-as-image-expected.png: Added.
106672         * platform/efl/svg/zoom/page/zoom-svg-as-object-expected.png: Added.
106673         * platform/efl/svg/zoom/page/zoom-svg-as-relative-image-expected.png: Added.
106674         * platform/efl/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
106675         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
106676         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
106677         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added.
106678         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added.
106679         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
106680         * platform/efl/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Added.
106681         * platform/efl/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Added.
106682         * platform/efl/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Added.
106683
106684 2012-10-10  Vsevolod Vlasov  <vsevik@chromium.org>
106685
106686         Unreviewed inspector test fix.
106687
106688         * http/tests/inspector/search/resources-search-match-index.html:
106689
106690 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
106691
106692         [EFL] Update some pixel expectations for the new Cairo, and add more baselines for other tests.
106693
106694         * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
106695         * platform/efl/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
106696         * platform/efl/fast/borders/border-shadow-large-radius-expected.png: Added.
106697         * platform/efl/fast/borders/fieldsetBorderRadius-expected.png:
106698         * platform/efl/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
106699         * platform/efl/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
106700         * platform/efl/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
106701         * platform/efl/fast/css/color-correction-on-text-expected.png: Removed.
106702         * platform/efl/fast/css/color-correction-on-text-expected.txt: Removed.
106703         * platform/efl/fast/css/square-button-appearance-expected.png: Added.
106704         * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
106705         * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
106706         * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
106707         * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
106708         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
106709         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
106710         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
106711         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
106712         * platform/efl/fast/events/context-no-deselect-expected.png: Added.
106713         * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
106714         * platform/efl/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
106715         * platform/efl/fast/forms/input-placeholder-paint-order-expected.png: Added.
106716         * platform/efl/fast/forms/textarea: Added.
106717         * platform/efl/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
106718         * platform/efl/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
106719         * platform/efl/fast/html/details-marker-style-expected.png: Added.
106720         * platform/efl/fast/images/image-css3-content-data-expected.png: Added.
106721         * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
106722         * platform/efl/fast/images/paint-subrect-expected.png: Added.
106723         * platform/efl/fast/images/paint-subrect-grid-expected.png: Added.
106724         * platform/efl/fast/images/repaint-subrect-grid-expected.png: Added.
106725         * platform/efl/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
106726         * platform/efl/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
106727         * platform/efl/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
106728         * platform/efl/fast/js: Added.
106729         * platform/efl/fast/js/exception-linenums-in-html-3-expected.png: Added.
106730         * platform/efl/fast/js/missing-style-end-tag-js-expected.png: Added.
106731         * platform/efl/fast/js/missing-title-end-tag-js-expected.png: Added.
106732         * platform/efl/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
106733         * platform/efl/fast/layers/scroll-with-transform-layer-expected.png: Added.
106734         * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
106735         * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
106736         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Added.
106737         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Added.
106738         * platform/efl/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
106739         * platform/efl/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
106740         * platform/efl/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
106741         * platform/efl/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
106742         * platform/efl/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
106743         * platform/efl/fast/scrolling: Added.
106744         * platform/efl/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
106745         * platform/efl/fast/table/colspanMinWidth-vertical-expected.png: Added.
106746         * platform/efl/fast/table/table-row-focus-ring-paint-expected.png: Added.
106747         * platform/efl/fast/text/text-shadow-no-default-color-expected.png: Added.
106748
106749 2012-10-10  Christophe Dumez  <christophe.dumez@intel.com>
106750
106751         SQLResultSet.rowsAffected not cleared
106752         https://bugs.webkit.org/show_bug.cgi?id=46070
106753
106754         Reviewed by Kenneth Rohde Christiansen.
106755
106756         Add layout test to check that SQLResultSet.rowsAffected is
106757         correct in executeSql() success callback.
106758
106759         * storage/websql/execute-sql-rowsAffected-expected.txt: Added.
106760         * storage/websql/execute-sql-rowsAffected.html: Added.
106761
106762 2012-10-10  KwangYong Choi  <ky0.choi@samsung.com>
106763
106764         [EFL] Rebaseline after r129972 which enabled plugin feature
106765         https://bugs.webkit.org/show_bug.cgi?id=98750
106766
106767         Unreviewed. Plugin feature is enabled on EFL port after r129972.
106768
106769         * platform/efl-wk1/TestExpectations: EFL WK1 does not support plugins yet.
106770         * platform/efl-wk2/TestExpectations:
106771         * platform/efl/TestExpectations:
106772         * platform/efl/plugins/iframe-plugin-bgcolor-expected.txt: Added.
106773         * platform/efl/plugins/mouse-click-plugin-clears-selection-expected.txt: Added.
106774         * platform/efl/plugins/netscape-dom-access-expected.txt: Added.
106775         * platform/efl/plugins/plugin-javascript-access-expected.txt: Added.
106776         * platform/efl/plugins/resize-from-plugin-expected.txt: Added.
106777
106778 2012-10-09  Kent Tamura  <tkent@chromium.org>
106779
106780         Add behavior tests for input[type=date] with multiple fields
106781         https://bugs.webkit.org/show_bug.cgi?id=98480
106782
106783         Reviewed by Kentaro Hara.
106784
106785         * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes-expected.txt: Added.
106786         * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes.html: Added.
106787         * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification-expected.txt: Added.
106788         * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification.html: Added.
106789         * fast/forms/date-multiple-fields/date-multiple-fields-blur-and-focus-events-expected.txt: Added.
106790         * fast/forms/date-multiple-fields/date-multiple-fields-blur-and-focus-events.html: Added.
106791         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
106792         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
106793         * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events-expected.txt: Added.
106794         * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events.html: Added.
106795         * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
106796         * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html: Added.
106797         * fast/forms/date-multiple-fields/date-multiple-fields-reset-value-after-reloads-expected.txt: Added.
106798         * fast/forms/date-multiple-fields/date-multiple-fields-reset-value-after-reloads.html: Added.
106799         * fast/forms/date-multiple-fields/date-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
106800         * 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.
106801         * fast/forms/date-multiple-fields/date-multiple-fields-wheel-event-expected.txt: Added.
106802         * 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.
106803         * fast/forms/date/date-reset-value-expected.html: Added.
106804         * fast/forms/date/date-reset-value.html: Added.
106805
106806         * fast/forms/resources/common-spinbutton-change-and-input-events.js:
106807         (testSpinButtonChangeAndInputEvents):
106808         Uses getElementByPseudoId() to obtain spin button position. The date
106809         type and the time type have their spin button at different positions
106810         because of a picker indicator triangle.
106811         * fast/forms/number/number-spinbutton-change-and-input-events.html:
106812         Need to import comon.js because common-spinbutton-change-and-input-events.js depends on it.
106813         * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events.html:
106814         Ditto.
106815
106816         * fast/forms/resources/common-wheel-event.js:
106817         (testWheelEvent): Fix a wrong message.
106818         * fast/forms/time-multiple-fields/time-multiple-fields-wheel-event-expected.txt: Ditto.
106819
106820         * fast/forms/resources/multiple-fields-blur-and-focus-events.js:
106821         Added. Move the code from time-multiple-fields-blur-and-focus-events.html.
106822         * fast/forms/time-multiple-fields/time-multiple-fields-blur-and-focus-events.html:
106823         Moved the code to multiple-fields-blur-and-focus-events.js.
106824
106825         * platform/chromium/TestExpectations:
106826
106827 2012-10-10  Alexander Pavlov  <apavlov@chromium.org>
106828
106829         Web Inspector: Semantically incorrect CSS rules result in broken source code data
106830         https://bugs.webkit.org/show_bug.cgi?id=98520
106831
106832         Reviewed by Vsevolod Vlasov.
106833
106834         * inspector/styles/parse-stylesheet-errors-expected.txt:
106835         * inspector/styles/parse-stylesheet-errors.html:
106836
106837 2012-10-09  Jocelyn Turcotte  <jocelyn.turcotte@digia.com>
106838
106839         [Qt][WK2] REGRESSION(r130629): It made touchadjustment/focusout-on-touch.html fai1
106840         https://bugs.webkit.org/show_bug.cgi?id=98642
106841
106842         Reviewed by Kenneth Rohde Christiansen.
106843
106844         * platform/qt-5.0-wk2/TestExpectations: Unskip focusout-on-touch.html
106845
106846 2012-10-10  Allan Sandfeld Jensen  <allan.jensen@digia.com>
106847
106848         [Qt] DumpRenderTree needs a beginDragWithFiles implementation
106849         https://bugs.webkit.org/show_bug.cgi?id=50902
106850
106851         Reviewed by Simon Hausmann.
106852
106853         Move some skipped tests that now passing in DRT to only being skipped in WTR.
106854
106855         * platform/qt-5.0-wk2/TestExpectations:
106856         * platform/qt/TestExpectations:
106857
106858 2012-10-10  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
106859
106860         [Qt] Unreviewed gardening. Skip failing test.
106861         https://bugs.webkit.org/show_bug.cgi?id=98876
106862
106863         * platform/qt/TestExpectations: skip fast/text/word-space-with-kerning.html.
106864
106865 2012-10-09  Kent Tamura  <tkent@chromium.org>
106866
106867         Add a test to check a step attribute works for a calendar picker
106868         https://bugs.webkit.org/show_bug.cgi?id=98866
106869
106870         Reviewed by Yuta Kitamura.
106871
106872         * platform/chromium-android/TestExpectations:
106873         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
106874         * platform/chromium/TestExpectations:
106875         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.txt: Added.
106876         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html: Added.
106877
106878 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
106879
106880         [Qt] Unreviewed gardening, skip tests to paint the bot green.
106881
106882         * platform/qt-5.0-wk2/TestExpectations:
106883
106884 2012-10-09  Noel Gordon  <noel.gordon@gmail.com>
106885
106886         Flush load-and-stall.php output after sleeping
106887         https://bugs.webkit.org/show_bug.cgi?id=98862
106888
106889         Reviewed by Kent Tamura.
106890
106891         Should not be a behavioral change: testing the bots with this change to see if
106892         it helps with chromium linux/win test flakyness.
106893
106894         * http/tests/resources/load-and-stall.php:
106895
106896 2012-10-09  Adam Barth  <abarth@webkit.org>
106897
106898         Note test failures after http://trac.webkit.org/changeset/130851. We
106899         plan to follow up in the morning in
106900         https://bugs.webkit.org/show_bug.cgi?id=98867.
106901
106902         * platform/chromium/TestExpectations:
106903
106904 2012-10-09  Enrica Casucci  <enrica@apple.com>
106905
106906         Tests failure on Chromium Mac after r130821.
106907         https://bugs.webkit.org/show_bug.cgi?id=98865
106908
106909         Unreviewed.
106910
106911         Marking tests as failing.
106912
106913         * platform/chromium/TestExpectations:
106914
106915 2012-10-09  Noel Gordon  <noel.gordon@gmail.com>
106916
106917         Initialize $written variable in load-and-stall.php script
106918         https://bugs.webkit.org/show_bug.cgi?id=98854
106919
106920         Reviewed by Kent Tamura.
106921
106922         * http/tests/resources/load-and-stall.php:
106923
106924 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
106925
106926         [Qt] Unreviewed gardening.
106927
106928         * 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.
106929
106930 2012-10-09  Kent Tamura  <tkent@chromium.org>
106931
106932         Sub-fields in input[type=time] should not be focusable if the input is disabled or read-only
106933         https://bugs.webkit.org/show_bug.cgi?id=98850
106934
106935         Reviewed by Kentaro Hara.
106936
106937         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
106938         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
106939         * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events-expected.txt:
106940         * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events.html:
106941
106942 2012-10-09  Pablo Flouret  <pablof@motorola.com>
106943
106944         [Qt]REGRESSION(r120107): It made http/tests/xmlhttprequest/origin-exact-matching.html fails
106945         https://bugs.webkit.org/show_bug.cgi?id=88913
106946
106947         Reviewed by Csaba Osztrogonác.
106948
106949         Blind fix to try to fix the test.
106950
106951         * http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma.html:
106952         * http/tests/xmlhttprequest/resources/access-control-allow-lists.php:
106953
106954 2012-10-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
106955
106956         [EFL] Update EFL baselines after r130840
106957         https://bugs.webkit.org/show_bug.cgi?id=98846
106958
106959         Unreviewed EFL gardening.
106960
106961         Update baselines after the cairo update in r130840.
106962
106963         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
106964         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
106965         * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
106966         * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
106967         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
106968         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
106969         * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
106970         * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
106971         * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
106972         * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
106973
106974 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
106975
106976         [Qt] new test http/tests/cookies/single-quoted-value.html is failing
106977         https://bugs.webkit.org/show_bug.cgi?id=86066
106978
106979         Reviewed by Csaba Osztrogonác.
106980
106981         Unskipping test.
106982
106983         * platform/qt/TestExpectations:
106984
106985 2012-10-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
106986
106987         [Cairo] Bump Cairo to fix more canvas/philip tests
106988         https://bugs.webkit.org/show_bug.cgi?id=97658
106989
106990         Reviewed by Martin Robinson.
106991
106992         Update platform-specific baselines after the cairo update. Also,
106993         unksip canvas/philip tests which are passing now.
106994
106995         * platform/efl/TestExpectations:
106996         * platform/efl/fast/box-shadow/box-shadow-clipped-slices-expected.png:
106997         * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png:
106998         * platform/efl/fast/dynamic/window-scrollbars-test-expected.png:
106999         * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png:
107000         * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
107001         * platform/efl/svg/batik/text/smallFonts-expected.png:
107002         * platform/efl/svg/batik/text/smallFonts-expected.txt:
107003         * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
107004         * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
107005         * platform/efl/svg/batik/text/textOnPath-expected.png:
107006         * platform/efl/svg/batik/text/textOnPath-expected.txt:
107007         * platform/efl/svg/batik/text/textOnPath2-expected.png:
107008         * platform/efl/svg/batik/text/textOnPath2-expected.txt:
107009         * platform/efl/svg/batik/text/textOnPath3-expected.png:
107010         * platform/efl/svg/batik/text/textOnPath3-expected.txt:
107011         * platform/efl/svg/batik/text/textOnPathSpaces-expected.png:
107012         * platform/efl/svg/batik/text/textOnPathSpaces-expected.txt:
107013         * platform/efl/svg/batik/text/verticalTextOnPath-expected.png:
107014         * platform/efl/svg/batik/text/verticalTextOnPath-expected.txt:
107015         * platform/efl/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
107016         * platform/efl/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
107017         * platform/efl/transforms/2d/transform-fixed-container-expected.png:
107018         * platform/gtk/TestExpectations:
107019         * platform/gtk/fast/canvas/canvas-incremental-repaint-expected.png:
107020         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
107021         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
107022         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
107023         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
107024         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
107025         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
107026         * platform/gtk/svg/batik/text/smallFonts-expected.png:
107027         * platform/gtk/svg/batik/text/smallFonts-expected.txt:
107028         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
107029         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
107030         * platform/gtk/svg/batik/text/textOnPath-expected.png:
107031         * platform/gtk/svg/batik/text/textOnPath-expected.txt:
107032         * platform/gtk/svg/batik/text/textOnPath2-expected.png:
107033         * platform/gtk/svg/batik/text/textOnPath2-expected.txt:
107034         * platform/gtk/svg/batik/text/textOnPath3-expected.png:
107035         * platform/gtk/svg/batik/text/textOnPath3-expected.txt:
107036         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.png:
107037         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
107038         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.png:
107039         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
107040         * platform/gtk/svg/custom/js-update-path-changes-expected.png:
107041         * platform/gtk/svg/custom/js-update-path-changes-expected.txt:
107042         * platform/gtk/svg/custom/js-update-path-removal-expected.png:
107043         * platform/gtk/svg/custom/js-update-path-removal-expected.txt:
107044         * platform/gtk/svg/custom/path-textPath-simulation-expected.png:
107045         * platform/gtk/svg/custom/path-textPath-simulation-expected.txt:
107046
107047 2012-10-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
107048
107049         fast/canvas/canvas-fillRect-gradient-shadow.html failing
107050         https://bugs.webkit.org/show_bug.cgi?id=98760
107051
107052         Reviewed by Martin Robinson.
107053
107054         Adjust the test case to verify the pixel in the middle of the shadow,
107055         instead of the outer edge, to make sure that the test will not fail
107056         in case if there is any effect around the borders.
107057
107058         * fast/canvas/script-tests/canvas-fillRect-gradient-shadow.js:
107059
107060 2012-10-09  Kent Tamura  <tkent@chromium.org>
107061
107062         Should reject invalid dates constructed with multiple fields UI
107063         https://bugs.webkit.org/show_bug.cgi?id=98727
107064
107065         Reviewed by Hajime Morita.
107066
107067         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt: Added.
107068         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html: Added.
107069         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
107070         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
107071           Updated the test. 275760-12 is not a valid month value.
107072
107073 2012-10-08  Tullio Lucena  <tullio.lucena@openbossa.org>
107074
107075         [Qt]REGRESSION(r128699): It made 2 fast/js/dfg tests assert
107076         https://bugs.webkit.org/show_bug.cgi?id=96907
107077
107078         Reviewed by Csaba Osztrogonác.
107079
107080         Unskipping tests.
107081
107082         * platform/qt/TestExpectations:
107083
107084 2012-10-09  Jeffrey Pfau  <jpfau@apple.com>
107085
107086         [Mac] Unreviewed, skipping http/tests/security/svg-image-leak.html
107087
107088         * platform/mac/TestExpectations:
107089
107090 2012-10-09  Adam Barth  <abarth@webkit.org>
107091
107092         filesystem-url-in-iframe test is flaky
107093         https://bugs.webkit.org/show_bug.cgi?id=95246
107094
107095         Reviewed by Eric Seidel.
107096
107097         This test was assuming that the navigation would complete before the
107098         async JavaScript executed, which is true usually (but not always).
107099
107100         * http/tests/security/mixedContent/filesystem-url-in-iframe.html:
107101         * platform/chromium/TestExpectations:
107102
107103 2012-10-09  Jian Li  <jianli@chromium.org>
107104
107105         Update the CSS property used to support draggable regions.
107106         https://bugs.webkit.org/show_bug.cgi?id=97156
107107
107108         Reviewed by Adam Barth.
107109
107110         Update the test and rename the files due to CSS property name and
107111         syntax changes.
107112
107113         * fast/css/draggable-region-parser-expected.txt: Added.
107114         * fast/css/draggable-region-parser.html: Added.
107115         * fast/css/widget-region-parser-expected.txt: Removed.
107116         * fast/css/widget-region-parser.html: Removed.
107117         * platform/efl/TestExpectations: Rename the skipped test.
107118         * platform/gtk/TestExpectations: Rename the skipped test.
107119         * platform/mac/TestExpectations: Skip the renamed test since WIDGET_REGION is off.
107120         * platform/qt/TestExpectations: Rename the skipped test.
107121         * platform/win/TestExpectations: Rename the skipped test.
107122         * platform/wincairo/TestExpectations: Rename the skipped test.
107123
107124 2012-10-09  Kiran Muppala  <cmuppala@apple.com>
107125
107126         Fix coding style of layout test fast/dom/timer-throttling-hidden-page.html
107127         https://bugs.webkit.org/show_bug.cgi?id=98828
107128
107129         Reviewed by Ojan Vafai.
107130
107131         Replaced tab characters with spaces, fixed position of braces and renamed
107132         variables to be more explanatory.
107133
107134         * fast/dom/timer-throttling-hidden-page.html:
107135
107136 2012-10-09  Sadrul Habib Chowdhury  <sadrul@chromium.org>
107137
107138         [chromium] Add drop event for plugins.
107139         https://bugs.webkit.org/show_bug.cgi?id=98827
107140
107141         Reviewed by Adam Barth.
107142
107143         Updated the test to verify that a plugin can receive drop events. Note
107144         that the plugin needs contentEditable set to true.
107145
107146         * platform/chromium/plugins/drag-events-expected.txt:
107147         * platform/chromium/plugins/drag-events.html:
107148
107149 2012-10-09  Sheriff Bot  <webkit.review.bot@gmail.com>
107150
107151         Unreviewed, rolling out r130811 and r130821.
107152         http://trac.webkit.org/changeset/130811
107153         http://trac.webkit.org/changeset/130821
107154         https://bugs.webkit.org/show_bug.cgi?id=98831
107155
107156         Broke date-suggestion-picker-appearance-with-scroll-bar.html
107157         (Requested by abarth|gardening on #webkit).
107158
107159         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Removed.
107160         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
107161         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Removed.
107162         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed.
107163         * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Removed.
107164         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
107165         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Removed.
107166         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed.
107167         * platform/mac-lion/TestExpectations:
107168         * platform/mac-snowleopard/TestExpectations:
107169         * platform/mac-wk2/TestExpectations:
107170         * platform/mac/TestExpectations:
107171         * platform/qt-4.8/TestExpectations:
107172         * platform/qt/TestExpectations:
107173         * platform/win-wk2/TestExpectations:
107174         * platform/win-xp/TestExpectations:
107175         * platform/win/TestExpectations:
107176         * platform/wincairo/TestExpectations:
107177         * platform/wk2/TestExpectations:
107178
107179 2012-10-09  Dominic Mazzoni  <dmazzoni@google.com>
107180
107181         AX: 5 accessibility tests just need minor tweaks to pass on chromium
107182         https://bugs.webkit.org/show_bug.cgi?id=98311
107183
107184         Reviewed by Chris Fleizach.
107185
107186         Modifies tests so that they log data that tends to vary between
107187         platforms using debug(), rather than asserting a platform-specific
107188         value. Gets rid of "forks" of tests in the gtk directory. Adds
107189         expectations and unskips 5 tests on Chromium.
107190
107191         * accessibility/aria-list-and-listitem.html:
107192         * accessibility/aria-option-role.html:
107193         * accessibility/aria-tab-roles.html:
107194         * platform/chromium/TestExpectations:
107195         * platform/chromium/accessibility/aria-fallback-roles-expected.txt: Renamed from LayoutTests/platform/chromium-win/accessibility/aria-fallback-roles-expected.txt.
107196         * platform/chromium/accessibility/aria-list-and-listitem-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-list-and-listitem-expected.txt.
107197         * platform/chromium/accessibility/aria-option-role-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-option-role-expected.txt.
107198         * platform/chromium/accessibility/aria-tab-roles-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-tab-roles-expected.txt.
107199         * platform/gtk/accessibility/aria-list-and-listitem-expected.txt:
107200         * platform/gtk/accessibility/aria-list-and-listitem.html: Removed.
107201         * platform/gtk/accessibility/aria-option-role-expected.txt:
107202         * platform/gtk/accessibility/aria-option-role.html: Removed.
107203         * platform/mac/accessibility/aria-list-and-listitem-expected.txt:
107204         * platform/mac/accessibility/aria-option-role-expected.txt:
107205         * platform/mac/accessibility/aria-tab-roles-expected.txt:
107206
107207 2012-10-09  Levi Weintraub  <leviw@chromium.org>
107208
107209         Rolling back unintended change to iframe-copy-on-scroll.html from previous commit.
107210
107211         * compositing/iframes/iframe-copy-on-scroll.html:
107212
107213 2012-10-09  Levi Weintraub  <leviw@chromium.org>
107214
107215         Unreviewed gardening. Updating test expectations after r130811.
107216
107217         * compositing/iframes/iframe-copy-on-scroll.html:
107218         * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
107219         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
107220         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
107221         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
107222         * platform/chromium/TestExpectations:
107223
107224 2012-10-09  Alexander Shalamov  <alexander.shalamov@intel.com>
107225
107226         CSS Style is not recalculated when media attribute of style element is changed
107227         https://bugs.webkit.org/show_bug.cgi?id=96752
107228
107229         Reviewed by Kenneth Rohde Christiansen.
107230
107231         Added test to verify that when "media" attribute for style element is updated,
107232         style is recalculated.
107233
107234         * fast/media/mq-js-update-media.html: Added.
107235
107236 2012-10-09  Levi Weintraub  <leviw@chromium.org>
107237
107238         [Sub pixel layout] Fast-path iframe scrolling can picks up an extra pixel
107239         https://bugs.webkit.org/show_bug.cgi?id=98571
107240
107241         Reviewed by Emil A Eklund.
107242
107243         Tests scrolling of sub-pixel layers on sub-pixel platforms (Chromium).
107244
107245         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Added.
107246         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
107247         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
107248         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
107249         The repaint rect shrinks safely by one pixel.
107250         * platform/chromium/TestExpectations:
107251         * platform/mac-lion/TestExpectations:
107252         * platform/mac-snowleopard/TestExpectations:
107253         * platform/mac-wk2/TestExpectations:
107254         * platform/mac/TestExpectations:
107255         * platform/qt-4.8/TestExpectations:
107256         * platform/qt/TestExpectations:
107257         * platform/win-wk2/TestExpectations:
107258         * platform/win-xp/TestExpectations:
107259         * platform/win/TestExpectations:
107260         * platform/wincairo/TestExpectations:
107261         * platform/wk2/TestExpectations:
107262
107263 2012-10-09  Adam Barth  <abarth@webkit.org>
107264
107265         These tests also fail with ImageOnlyFailures.
107266
107267         * platform/chromium/TestExpectations:
107268
107269 2012-10-09  Adam Barth  <abarth@webkit.org>
107270
107271         This test now appears to fail on the bots because
107272         http://trac.webkit.org/changeset/130799 removed the ImageOnlyFailure
107273         attribute.
107274
107275         * platform/chromium/TestExpectations:
107276
107277 2012-10-09  Peter Beverloo  <peter@chromium.org>
107278
107279         [Chromium] More TestExpectation updates for Android
107280         https://bugs.webkit.org/show_bug.cgi?id=98818
107281
107282         Unreviewed test expectation updates.
107283
107284         List more failures (all with bugs assigned) in the TestExpectation file for
107285         Android. Move an older block around, considering we may want to re-triage it.
107286
107287         * platform/chromium/TestExpectations:
107288
107289 2012-10-09  Julien Chaffraix  <jchaffraix@webkit.org>
107290
107291         Unreviewed Chromium gardening.
107292
107293         * platform/chromium/TestExpectations:
107294         Removed this entry: there was no need for new baselines.
107295
107296 2012-10-09  Adam Barth  <abarth@webkit.org>
107297
107298         dfg-cross-global tests are flaky because they misuse js-test-pre.js
107299         https://bugs.webkit.org/show_bug.cgi?id=98813
107300
107301         Reviewed by Daniel Bates.
107302
107303         These tests have a race between js-test-pre's "done" message and the
107304         timeout. This patch change then to use jsTestIsAsync and finishJSTest()
107305         appropriately.
107306
107307         * fast/js/script-tests/dfg-cross-global-object-inline-new-array-literal-with-variables.js:
107308         * fast/js/script-tests/dfg-cross-global-object-inline-new-array-literal.js:
107309         * fast/js/script-tests/dfg-cross-global-object-inline-new-array-with-elements.js:
107310         * fast/js/script-tests/dfg-cross-global-object-inline-new-array-with-size.js:
107311         * fast/js/script-tests/dfg-cross-global-object-inline-new-array.js:
107312
107313 2012-10-09  Joshua Bell  <jsbell@chromium.org>
107314
107315         IndexedDB: Overflowing key generator should throw ConstraintError
107316         https://bugs.webkit.org/show_bug.cgi?id=98807
107317
107318         Reviewed by Tony Chang.
107319
107320         Verify that overflowing key generator throws ConstraintError.
107321
107322         * storage/indexeddb/key-generator-expected.txt:
107323         * storage/indexeddb/resources/key-generator.js:
107324
107325 2012-10-09  Dirk Pranke  <dpranke@chromium.org>
107326
107327         [chromium] Don't run perf/mouse-event on debug builds
107328
107329         Unreviewed, expectations change.
107330
107331         We don't normally run any perf tests on a debug build, but this
107332         one was getting run due to an improperly scoped expectation
107333         overriding the wontfix rule.
107334
107335         * platform/chromium/TestExpectations:
107336
107337 2012-10-09  David Grogan  <dgrogan@chromium.org>
107338
107339         IndexedDB: open-in-upgradeneeded layout test
107340         https://bugs.webkit.org/show_bug.cgi?id=95912
107341
107342         Reviewed by Tony Chang.
107343
107344         * storage/indexeddb/intversion-open-in-upgradeneeded-expected.txt: Added.
107345         * storage/indexeddb/intversion-open-in-upgradeneeded.html: Added.
107346         * storage/indexeddb/resources/intversion-open-in-upgradeneeded.js: Added.
107347         (test):
107348         (deleteSuccess):
107349         (upgradeNeeded1.transaction.oncomplete):
107350         (upgradeNeeded1):
107351         (openSuccess1):
107352         (onVersionChange):
107353         (onBlocked):
107354         (upgradeNeeded2):
107355         (openSuccess2):
107356
107357 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
107358
107359         Need implement isWordTextBreak for QT, and WinCE for visual word movement functionality
107360         https://bugs.webkit.org/show_bug.cgi?id=81136
107361
107362         Reviewed by Caio Marcelo de Oliveira Filho.
107363
107364         Uskipping tests that are passing after the merge https://gitorious.org/qtwebkit/testfonts/merge_requests/1
107365
107366         * platform/qt/TestExpectations:
107367
107368 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
107369
107370         RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line
107371         https://bugs.webkit.org/show_bug.cgi?id=51517
107372
107373         Reviewed by Caio Marcelo de Oliveira Filho.
107374
107375         Unskipping a test that is passing, with testfonts change in https://gitorious.org/qtwebkit/testfonts/merge_requests/1
107376
107377         * platform/qt/TestExpectations:
107378
107379 2012-10-09  Adam Barth  <abarth@webkit.org>
107380
107381         Note that this test is flaky.
107382
107383         * platform/chromium/TestExpectations:
107384
107385 2012-10-09  Adam Barth  <abarth@webkit.org>
107386
107387         Revert change to TestExpectations in http://trac.webkit.org/changeset/130779.
107388         These tests still give the wrong results.
107389
107390         * platform/chromium/TestExpectations:
107391
107392 2012-10-09  Julien Chaffraix  <jchaffraix@webkit.org>
107393
107394         Unreviewed Chromium gardening.
107395
107396         * platform/chromium/TestExpectations:
107397         Fix new-run-webkit-tests --lint-test-files after r130778.
107398
107399 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
107400
107401         [Qt] modify-up-on-rtl-wrapping-text.html fails on DRT
107402         https://bugs.webkit.org/show_bug.cgi?id=50291
107403
107404         Reviewed by Csaba Osztrogonác.
107405
107406         Unskipping editing/selection/modify-up-on-rtl-wrapping-text.html
107407
107408         * platform/qt/TestExpectations:
107409
107410 2012-10-09  Enrica Casucci  <enrica@apple.com>
107411
107412         [chromium] fast/text/international/text-spliced-font.html and fast/writing-mode/Kusa-Makura-background-canvas.html
107413         failing on the Mac after r130443
107414         https://bugs.webkit.org/show_bug.cgi?id=98545
107415
107416         Reviewed by Tony Chang.
107417
107418         Updated TextExpectations for Chromium and Mac.
107419         Moved existing expected results from mac to mac-lion and added new results for Mountain Lion.
107420
107421         * platform/chromium/TestExpectations:
107422         * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added.
107423         * platform/mac/TestExpectations:
107424         * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
107425
107426 2012-10-09  Mike Reed  <reed@google.com>
107427
107428         Update expectations in preparation for enabling float-src-rect behavior in SkCanvas::drawBitmapRect
107429         https://bugs.webkit.org/show_bug.cgi?id=98795
107430
107431         Reviewed by NOBODY.
107432
107433         Expectations change only.
107434
107435         * platform/chromium/TestExpectations:
107436
107437 2012-10-09  Philip Rogers  <pdr@google.com>
107438
107439         Prevent animation when CSS attributeType is invalid.
107440         https://bugs.webkit.org/show_bug.cgi?id=94569
107441
107442         Reviewed by Dirk Schulze.
107443
107444         Adding a test to prove this patch works (invalid-css-attribute-crash.svg)
107445         and an additional test to show that switching between XML and CSS
107446         attributeTypes works as expected (animate-css-xml-attributeType.html).
107447
107448         * platform/chromium/TestExpectations:
107449         * platform/efl/TestExpectations:
107450         * platform/gtk/TestExpectations:
107451         * platform/mac/TestExpectations:
107452         * platform/qt/TestExpectations:
107453         * platform/win/TestExpectations:
107454         * svg/animations/animate-css-xml-attributeType-expected.txt: Added.
107455         * svg/animations/animate-css-xml-attributeType.html: Added.
107456         * svg/animations/invalid-css-attribute-crash-expected.svg: Added.
107457         * svg/animations/invalid-css-attribute-crash.svg: Added.
107458         * svg/animations/script-tests/animate-css-xml-attributeType.js: Added.
107459         (sample1):
107460         (sample6):
107461         (executeTest):
107462
107463 2012-10-08  Simon Fraser  <simon.fraser@apple.com>
107464
107465         Remove DRT/WTR implementations of layerTreeAsText
107466         https://bugs.webkit.org/show_bug.cgi?id=98697
107467
107468         Reviewed by Tim Horton, James Robinson, Alexey Proskuryakov.
107469
107470         Fix a couple of tests missed in the previous chnage.
107471
107472         * compositing/geometry/preserve-3d-switching.html:
107473         * compositing/visibility/visibility-image-layers-dynamic.html:
107474
107475 2012-10-09  Pravin D  <pravind.2k4@gmail.com>
107476
107477         max-width property is does not overriding the width properties for css tables(display:table)
107478         https://bugs.webkit.org/show_bug.cgi?id=98455
107479
107480         Reviewed by Tony Chang.
107481
107482         * fast/table/css-table-max-width-expected.txt: Added.
107483         * fast/table/css-table-max-width.html: Added.
107484
107485 2012-10-09  Zan Dobersek  <zandobersek@gmail.com>
107486
107487         Unreviewed GTK gardening.
107488
107489         Expanding failure expectation for editing/pasteboard/drag-drop-list.html to
107490         again include debug configurations as well.
107491
107492         * platform/gtk/TestExpectations:
107493
107494 2012-10-09  Peter Beverloo  <peter@chromium.org>
107495
107496         [Chromium] Test expectation updates for Android
107497         https://bugs.webkit.org/show_bug.cgi?id=98786
107498
107499         Unreviewed test expectation update.
107500
107501         Update the test expectations for Android. Nineteen bugs were filed,
107502         which are all blocking bug 96398.
107503
107504         * platform/chromium-android/TestExpectations:
107505         * platform/chromium/TestExpectations:
107506
107507 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
107508
107509         [EFL] Unreviewed gardening.
107510
107511         * platform/efl-wk1/TestExpectations:
107512         * platform/efl-wk2/TestExpectations:
107513         * platform/efl/TestExpectations:
107514
107515 2012-10-09  Harald Alvestrand  <hta@google.com>
107516
107517         Change PeerConnection getStats function to single value local / remote
107518         elements in RTCStatsReport.
107519         https://bugs.webkit.org/show_bug.cgi?id=98753
107520
107521         Reviewed by Adam Barth.
107522
107523         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
107524         * fast/mediastream/RTCPeerConnection-stats.html:
107525
107526 2012-10-09  Adam Barth  <abarth@webkit.org>
107527
107528         Unreviewed. Add chromium-mac specific results for these tests. They
107529         differ from the expected results only in text rendering.
107530
107531         * platform/chromium-mac-snowleopard/fast/text/hyphenate-character-expected.png:
107532         * platform/chromium-mac-snowleopard/fast/text/hyphens-expected.png:
107533         * platform/chromium-mac/fast/text/hyphenate-character-expected.png: Added.
107534         * platform/chromium-mac/fast/text/hyphenate-limit-before-after-expected.png: Added.
107535         * platform/chromium-mac/fast/text/hyphens-expected.png: Added.
107536
107537 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
107538
107539         [EFL] Mark svg/text/selection-tripleclick.svg as flaky on WK2.
107540
107541         * platform/efl-wk2/TestExpectations:
107542
107543 2012-10-09  Sadrul Habib Chowdhury  <sadrul@chromium.org>
107544
107545         [chromium] Make sure events are transformed correctly for plugins.
107546         https://bugs.webkit.org/show_bug.cgi?id=89250
107547
107548         Reviewed by Tony Chang.
107549
107550         Added tests to make sure that events are transformed properly. Note that
107551         for touch-events, each point in the three touch-point lists in the
107552         touch-event is printed, so the same touch-point is printed out three
107553         times.
107554
107555         * platform/chromium/plugins/transformed-events-expected.txt: Added.
107556         * platform/chromium/plugins/transformed-events.html: Added.
107557
107558 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
107559
107560         [EFL] Rebaseline some svg/text tests.
107561
107562         Some pixel tests now have the red rectangle drawn around some
107563         areas like other ports.
107564
107565         While here, also add an expectation for selection-tripleclick.svg,
107566         which seems to be passing now.
107567
107568         * platform/efl/TestExpectations:
107569         * platform/efl/svg/text/foreignObject-text-clipping-bug-expected.png:
107570         * platform/efl/svg/text/selection-tripleclick-expected.png: Added.
107571         * platform/efl/svg/text/selection-tripleclick-expected.txt: Added.
107572         * platform/efl/svg/text/text-align-01-b-expected.png:
107573         * platform/efl/svg/text/text-align-02-b-expected.png:
107574         * platform/efl/svg/text/text-align-03-b-expected.png:
107575         * platform/efl/svg/text/text-align-04-b-expected.png:
107576         * platform/efl/svg/text/text-align-05-b-expected.png:
107577         * platform/efl/svg/text/text-align-06-b-expected.png:
107578         * platform/efl/svg/text/text-altglyph-01-b-expected.png:
107579         * platform/efl/svg/text/text-deco-01-b-expected.png:
107580         * platform/efl/svg/text/text-fonts-01-t-expected.png:
107581         * platform/efl/svg/text/text-fonts-02-t-expected.png:
107582         * platform/efl/svg/text/text-intro-05-t-expected.png:
107583         * platform/efl/svg/text/text-path-01-b-expected.png:
107584         * platform/efl/svg/text/text-spacing-01-b-expected.png:
107585         * platform/efl/svg/text/text-text-01-b-expected.png:
107586         * platform/efl/svg/text/text-text-03-b-expected.png:
107587         * platform/efl/svg/text/text-text-04-t-expected.png:
107588         * platform/efl/svg/text/text-text-05-t-expected.png:
107589         * platform/efl/svg/text/text-text-06-t-expected.png:
107590         * platform/efl/svg/text/text-text-07-t-expected.png:
107591         * platform/efl/svg/text/text-text-08-b-expected.png:
107592         * platform/efl/svg/text/text-tref-01-b-expected.png:
107593         * platform/efl/svg/text/text-tselect-01-b-expected.png:
107594         * platform/efl/svg/text/text-tselect-02-f-expected.png:
107595         * platform/efl/svg/text/text-tspan-01-b-expected.png:
107596         * platform/efl/svg/text/text-ws-01-t-expected.png:
107597         * platform/efl/svg/text/text-ws-02-t-expected.png:
107598
107599 2012-10-09  Allan Sandfeld Jensen  <allan.jensen@digia.com>
107600
107601         [Qt] Uploading images to Google+ using QtWebKit does not work.
107602         https://bugs.webkit.org/show_bug.cgi?id=72329
107603
107604         Reviewed by Jocelyn Turcotte.
107605
107606         Unskip the two BLOB tests that now passes. The rest of the BLOB tests unfortunately depend
107607         on features we do not have.
107608
107609         * platform/qt/TestExpectations:
107610
107611 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
107612
107613         [Qt] Unskip and rebase now passing tests.
107614
107615         * platform/qt/TestExpectations:
107616         * platform/qt/compositing/overflow/clip-descendents-expected.txt: Added.
107617         * platform/qt/css1/formatting_model/floating_elements-expected.png:
107618         * platform/qt/css1/formatting_model/floating_elements-expected.txt:
107619         * platform/qt/editing/selection/caret-ltr-2-expected.png:
107620         * platform/qt/editing/selection/caret-ltr-2-expected.txt:
107621         * platform/qt/editing/selection/caret-ltr-2-left-expected.png:
107622         * platform/qt/editing/selection/caret-ltr-2-left-expected.txt:
107623         * platform/qt/editing/selection/caret-ltr-expected.png:
107624         * platform/qt/editing/selection/caret-ltr-expected.txt:
107625         * platform/qt/editing/selection/caret-ltr-right-expected.png:
107626         * platform/qt/editing/selection/caret-ltr-right-expected.txt:
107627         * platform/qt/editing/selection/caret-rtl-2-left-expected.png:
107628         * platform/qt/editing/selection/caret-rtl-2-left-expected.txt:
107629         * platform/qt/editing/selection/caret-rtl-right-expected.png:
107630         * platform/qt/editing/selection/caret-rtl-right-expected.txt:
107631         * platform/qt/fast/backgrounds/size/zero-expected.png: Added.
107632         * platform/qt/fast/backgrounds/size/zero-expected.txt:
107633         * platform/qt/fast/block/basic/fieldset-stretch-to-legend-expected.png:
107634         * platform/qt/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
107635         * platform/qt/fast/forms/basic-buttons-expected.png:
107636         * platform/qt/fast/forms/basic-buttons-expected.txt:
107637         * platform/qt/fast/multicol/overflow-across-columns-expected.png: Added.
107638         * platform/qt/fast/multicol/overflow-across-columns-expected.txt: Added.
107639         * platform/qt/fast/multicol/overflow-unsplittable-expected.png: Added.
107640         * platform/qt/fast/multicol/overflow-unsplittable-expected.txt: Added.
107641         * platform/qt/fast/multicol/positive-leading-expected.png: Added.
107642         * platform/qt/fast/multicol/positive-leading-expected.txt: Added.
107643         * platform/qt/fast/multicol/shadow-breaking-expected.png:
107644         * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
107645         * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
107646         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
107647         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
107648         * platform/qt/fast/overflow/003-expected.png:
107649         * platform/qt/fast/overflow/003-expected.txt:
107650         * platform/qt/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Added.
107651         * platform/qt/fast/replaced/table-percent-height-expected.txt:
107652         * platform/qt/fast/text/line-initial-and-final-swashes-expected.txt: Added.
107653         * platform/qt/fonts/cursive-expected.png: Added.
107654         * platform/qt/fonts/cursive-expected.txt: Added.
107655         * platform/qt/fonts/default-expected.png: Added.
107656         * platform/qt/fonts/default-expected.txt: Added.
107657         * platform/qt/fonts/fantasy-expected.png: Added.
107658         * platform/qt/fonts/fantasy-expected.txt: Added.
107659         * platform/qt/fonts/monospace-expected.png: Added.
107660         * platform/qt/fonts/monospace-expected.txt: Added.
107661         * platform/qt/fonts/sans-serif-expected.png: Added.
107662         * platform/qt/fonts/sans-serif-expected.txt: Added.
107663         * platform/qt/fonts/serif-expected.png: Added.
107664         * platform/qt/fonts/serif-expected.txt: Added.
107665         * platform/qt/printing/page-count-relayout-shrink-expected.txt: Added.
107666         * platform/qt/printing/return-from-printing-mode-expected.png: Added.
107667         * platform/qt/printing/return-from-printing-mode-expected.txt: Added.
107668         * platform/qt/printing/setPrinting-expected.png: Added.
107669         * platform/qt/printing/setPrinting-expected.txt: Added.
107670         * platform/qt/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added.
107671         * platform/qt/svg/custom/clip-mask-negative-scale-expected.png: Added.
107672         * platform/qt/tables/mozilla/bugs/bug10296-1-expected.png:
107673         * platform/qt/tables/mozilla/bugs/bug10296-1-expected.txt:
107674         * platform/qt/tables/mozilla/bugs/bug12384-expected.png: Added.
107675         * platform/qt/tables/mozilla/bugs/bug12384-expected.txt:
107676         * platform/qt/tables/mozilla/bugs/bug99948-expected.png: Added.
107677         * platform/qt/tables/mozilla/bugs/bug99948-expected.txt:
107678         * platform/qt/tables/mozilla/marvin/colgroup_width_pct-expected.png: Added.
107679         * platform/qt/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
107680         * platform/qt/tables/mozilla/marvin/table_overflow_hidden_td-expected.png: Added.
107681         * platform/qt/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt:
107682         * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
107683         * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
107684         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png: Added.
107685         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
107686         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png: Added.
107687         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
107688         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png: Added.
107689         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
107690         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png: Added.
107691         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
107692         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png: Added.
107693         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
107694         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png: Added.
107695         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
107696         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png: Added.
107697         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
107698         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.png: Added.
107699         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt:
107700
107701 2012-10-09  Jussi Kukkonen  <jussi.kukkonen@intel.com>
107702
107703         [EFL] remove duplicate failure expectations
107704         https://bugs.webkit.org/show_bug.cgi?id=98736
107705
107706         Unreviewed gardening.
107707
107708         Many tests are listed in both efl and wk2 expectations. Remove the efl expectations
107709         in cases where the bug seems to be a wk2 issue.
107710
107711         Most expectations are also added into the efl-wk1 expectations (which is where
107712         they should have been all along).
107713
107714         * platform/efl-wk1/TestExpectations:
107715         * platform/efl/TestExpectations:
107716
107717 2012-10-09  Arpita Bahuguna  <arpitabahuguna@gmail.com>
107718
107719         Text decorations specified on the containing block are not properly applied when ::first-line is present.
107720         https://bugs.webkit.org/show_bug.cgi?id=93829
107721
107722         Reviewed by Abhishek Arya.
107723
107724         * fast/css/text-decorations-on-first-line-and-containing-block-expected.html: Added.
107725         * fast/css/text-decorations-on-first-line-and-containing-block.html: Added.
107726         Tests added for verifying the behavior of text-decorations when specified
107727         both for the ::first-line as well as its containing block.
107728
107729 2012-10-09  Sheriff Bot  <webkit.review.bot@gmail.com>
107730
107731         Unreviewed, rolling out r130746.
107732         http://trac.webkit.org/changeset/130746
107733         https://bugs.webkit.org/show_bug.cgi?id=98749
107734
107735         It made 45 tests crash on Qt (Requested by Ossy on #webkit).
107736
107737         * platform/qt/TestExpectations:
107738
107739 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
107740
107741         [EFL] Mark a few tests skipped in r130745 as failures instead of timeouts.
107742
107743         * platform/efl/TestExpectations:
107744
107745 2012-10-09  Allan Sandfeld Jensen  <allan.jensen@digia.com>
107746
107747         [Qt] Uploading images to Google+ using QtWebKit does not work.
107748         https://bugs.webkit.org/show_bug.cgi?id=72329
107749
107750         Reviewed by Jocelyn Turcotte.
107751
107752         Unskip the two BLOB tests that now passes. The rest of the BLOB tests unfortunately depend
107753         on features we do not have.
107754
107755         * platform/qt/TestExpectations:
107756
107757 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
107758
107759         [EFL] Skip a few tests after r130699.
107760
107761         * platform/efl/TestExpectations:
107762
107763 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
107764
107765         [EFL] Remove comment added in r130650 now that I've run the GTK+ tests.
107766
107767         * platform/efl-wk1/TestExpectations:
107768
107769 2012-10-09  Zan Dobersek  <zandobersek@gmail.com>
107770
107771         Unreviewed GTK gardening.
107772
107773         Adding more failure expectations for regressions after r130699.
107774
107775         * platform/gtk/TestExpectations:
107776
107777 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
107778
107779         [Qt] Unskip now passing tests.
107780
107781         * platform/qt-5.0-wk2/TestExpectations:
107782         * platform/qt/TestExpectations:
107783
107784 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
107785
107786         [Qt] /editing/selection/caret-bidi-first-and-last-letters.html fails
107787         https://bugs.webkit.org/show_bug.cgi?id=51884
107788
107789         Reviewed by Ryosuke Niwa.
107790
107791         This test pass with this change in testfonts https://gitorious.org/qtwebkit/testfonts/merge_requests/1
107792
107793         * platform/qt/TestExpectations:
107794
107795 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
107796
107797         [Qt] editing/selection/caret-at-bidi-boundary.html fails
107798         https://bugs.webkit.org/show_bug.cgi?id=66514
107799
107800         Reviewed by Yuta Kitamura.
107801
107802         Unskipping test. The update in testfonts solved this bug.
107803
107804         * platform/qt/TestExpectations:
107805
107806 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
107807
107808         [Qt] Unskip and rebase a now passing test.
107809
107810         * platform/qt/TestExpectations:
107811         * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.png:
107812         * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
107813
107814 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
107815
107816         [Qt] Unskip fast/transforms/scrollIntoView-transformed.html.
107817
107818         * platform/qt-5.0-wk2/TestExpectations:
107819         * platform/qt/TestExpectations:
107820
107821 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
107822
107823         [Qt] Unskip and rebase now passing tests.
107824
107825         * platform/qt-5.0/TestExpectations:
107826         * platform/qt/TestExpectations:
107827         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
107828         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
107829         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
107830         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
107831
107832 2012-10-09  Zan Dobersek  <zandobersek@gmail.com>
107833
107834         Unreviewed GTK gardening.
107835
107836         Adding failure expectations for regressions after r130699 and
107837         a failing multipart test introduced in r130651.
107838
107839         * platform/gtk/TestExpectations:
107840
107841 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
107842
107843         [Qt] Unskip and rebasing now passing tests.
107844
107845         * platform/qt-5.0-wk1/TestExpectations:
107846         * platform/qt/fast/css/word-space-extra-expected.png:
107847         * platform/qt/fast/css/word-space-extra-expected.txt:
107848         * platform/qt/fast/history/history-back-initial-vs-final-url-expected.txt: Added.
107849         * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
107850         * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
107851         * platform/qt/fast/transforms/transformed-focused-text-input-expected.png:
107852         * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt:
107853         * platform/qt/http/tests/navigation/postredirect-frames-expected.txt:
107854         * platform/qt/http/tests/navigation/postredirect-goback2-expected.txt:
107855
107856 2012-10-09  Keishi Hattori  <keishi@webkit.org>
107857
107858         Page popup should be smarter about its layout
107859         https://bugs.webkit.org/show_bug.cgi?id=98499
107860
107861         Reviewed by Kent Tamura.
107862
107863         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect-expected.txt: Added.
107864         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Added.
107865         * platform/chromium-android/TestExpectations: Added platform/chromium/fast/forms/page-popup.
107866
107867 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
107868
107869         [Qt] Unskip now passing tests.
107870
107871         * platform/qt/TestExpectations:
107872
107873 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
107874
107875         [Qt] Unskip now passing tests.
107876
107877         * platform/qt/TestExpectations:
107878
107879 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
107880
107881         [Qt] Unskip now passing tests.
107882
107883         * platform/qt-5.0-wk1/TestExpectations:
107884         * platform/qt-5.0-wk2/TestExpectations:
107885         * platform/qt-5.0/TestExpectations:
107886
107887 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
107888
107889         Unreviewed gadening after r130709.
107890
107891         * fast/harness/results-expected.txt:
107892
107893 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
107894
107895         [Qt][WK2] Unskip now passing tests.
107896
107897         * platform/qt-5.0-wk2/TestExpectations:
107898
107899 2012-10-08  Tullio Lucena  <tullio.lucena@openbossa.org>
107900
107901         [Qt]REGRESSION(r128699): It made 2 fast/js/dfg tests assert
107902         https://bugs.webkit.org/show_bug.cgi?id=96907
107903
107904         Reviewed by Csaba Osztrogonác.
107905
107906         Unskipping tests.
107907
107908         * platform/qt/TestExpectations:
107909
107910 2012-10-08  Kiran Muppala  <cmuppala@apple.com>
107911
107912         Throttle DOM timers on hidden pages.
107913         https://bugs.webkit.org/show_bug.cgi?id=98474
107914
107915         Reviewed by Maciej Stachowiak.
107916
107917         Add a test for DOM timer throttling on hidden pages.
107918
107919         * fast/dom/timer-throttling-hidden-page-expected.txt: Added.
107920         * fast/dom/timer-throttling-hidden-page.html: Added.
107921         * platform/chromium/TestExpectations:
107922         * platform/efl/TestExpectations:
107923         * platform/gtk/TestExpectations:
107924         * platform/qt/TestExpectations:
107925         * platform/win/TestExpectations:
107926         Skip the test since HIDDEN_PAGE_DOM_TIMER_THROTTLING is not enabled by default.
107927
107928 2012-10-08  Yoshifumi Inoue  <yosin@chromium.org>
107929
107930         HTMLSelectElement::typeAheadFind depends on implementation dependent behavior
107931         https://bugs.webkit.org/show_bug.cgi?id=98710
107932
107933         Reviewed by Kent Tamura.
107934
107935         This patch adds a test for checking HTMLSelectElement::typeAheadFind
107936         doesn't crash.
107937
107938         * fast/forms/select/select-typeahead-crash-expected.txt: Added.
107939         * fast/forms/select/select-typeahead-crash.html: Added.
107940
107941 2012-10-08  Kent Tamura  <tkent@chromium.org>
107942
107943         Take account of overflowing values for width calculation of a year sub-field
107944         https://bugs.webkit.org/show_bug.cgi?id=98506
107945
107946         Reviewed by Eric Seidel.
107947
107948         * fast/forms/date-multiple-fields/date-multiple-fields-change-layout-by-value-expected.txt: Added.
107949         * fast/forms/date-multiple-fields/date-multiple-fields-change-layout-by-value.html: Added.
107950
107951 2012-10-08  Tony Chang  <tony@chromium.org>
107952
107953         image not displayed in flexbox
107954         https://bugs.webkit.org/show_bug.cgi?id=98611
107955
107956         Reviewed by Ojan Vafai.
107957
107958         Load an image after flexbox layout has happened.
107959
107960         * css3/flexbox/relayout-image-load-expected.txt: Added.
107961         * css3/flexbox/relayout-image-load.html: Added.
107962         * platform/chromium/TestExpectations: Remove css3/flexbox/flexitem-stretch-image.html
107963         since it should no longer be flaky.
107964
107965 2012-10-08  Dirk Pranke  <dpranke@chromium.org>
107966
107967         results.html and garden-o-matic are ignoring IMAGE failures when expected to FAIL
107968         https://bugs.webkit.org/show_bug.cgi?id=98706
107969
107970         Reviewed by Ojan Vafai.
107971
107972         FAIL is supposed to map onto Failure which is supposed to map
107973         onto the old [ TEXT, IMAGE_PLUS_TEXT, AUDIO ] mapping.
107974         results.html was including IMAGE in this and garden-o-matic was
107975         including CRASH and TIMEOUT as well :(.
107976
107977         * fast/harness/resources/results-test.js:
107978         * fast/harness/results.html:
107979
107980 2012-10-08  Alpha Lam  <hclam@chromium.org>
107981
107982         Not reviewed. Rebaselines for Chromium.
107983
107984         Rebaseline after r130412 which affected image scaling pixel tests.
107985
107986         * platform/chromium-linux-x86/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
107987         * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize15-expected.png: Added.
107988         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Added.
107989         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
107990         * platform/chromium-linux-x86/fast/borders/border-image-scale-transform-expected.png: Added.
107991         * platform/chromium-linux-x86/fast/borders/border-image-scaled-expected.png: Added.
107992         * platform/chromium-linux-x86/fast/borders/border-image-slice-constrained-expected.png: Added.
107993         * platform/chromium-linux-x86/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
107994         * platform/chromium-linux-x86/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
107995         * platform/chromium-linux-x86/fast/borders/scaled-border-image-expected.png: Added.
107996         * platform/chromium-linux-x86/fast/repaint/background-misaligned-expected.png:
107997         * platform/chromium-linux-x86/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
107998         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Added.
107999         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Added.
108000         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Added.
108001         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Added.
108002         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Added.
108003         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Added.
108004         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Added.
108005         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Added.
108006         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Added.
108007         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Added.
108008         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Added.
108009         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Added.
108010         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
108011         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Added.
108012         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Added.
108013         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-no-markup-expected.png: Added.
108014         * platform/chromium-linux-x86/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
108015         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
108016         * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Added.
108017         * platform/chromium-linux-x86/svg/custom/clip-mask-negative-scale-expected.png: Added.
108018         * platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Added.
108019         * platform/chromium-linux-x86/svg/custom/pointer-events-image-css-transform-expected.png: Added.
108020         * platform/chromium-linux-x86/svg/custom/pointer-events-image-expected.png: Added.
108021         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
108022         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
108023         * platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Added.
108024         * platform/chromium-linux/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
108025         * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.png:
108026         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
108027         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
108028         * platform/chromium-linux/fast/borders/border-image-scale-transform-expected.png:
108029         * platform/chromium-linux/fast/borders/border-image-scaled-expected.png:
108030         * platform/chromium-linux/fast/borders/border-image-slice-constrained-expected.png: Added.
108031         * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-expected.png:
108032         * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
108033         * platform/chromium-linux/fast/borders/scaled-border-image-expected.png:
108034         * platform/chromium-linux/fast/repaint/background-misaligned-expected.png:
108035         * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png:
108036         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
108037         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
108038         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
108039         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
108040         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
108041         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
108042         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
108043         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
108044         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
108045         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
108046         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
108047         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
108048         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
108049         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
108050         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
108051         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
108052         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
108053         * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
108054         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
108055         * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.png:
108056         * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
108057         * platform/chromium-linux/svg/custom/pointer-events-image-css-transform-expected.png:
108058         * platform/chromium-linux/svg/custom/pointer-events-image-expected.png:
108059         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
108060         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
108061         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
108062         * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
108063         * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize15-expected.png:
108064         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Added.
108065         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
108066         * platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
108067         * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-expected.png:
108068         * platform/chromium-mac-snowleopard/fast/borders/border-image-slice-constrained-expected.png: Added.
108069         * platform/chromium-mac-snowleopard/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
108070         * platform/chromium-mac-snowleopard/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
108071         * platform/chromium-mac-snowleopard/fast/borders/scaled-border-image-expected.png:
108072         * platform/chromium-mac-snowleopard/fast/repaint/background-misaligned-expected.png:
108073         * platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png:
108074         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
108075         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
108076         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
108077         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
108078         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
108079         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
108080         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
108081         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
108082         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
108083         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
108084         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
108085         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
108086         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
108087         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
108088         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
108089         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
108090         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
108091         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
108092         * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Added.
108093         * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-expected.png:
108094         * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png:
108095         * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-css-transform-expected.png:
108096         * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-expected.png:
108097         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
108098         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
108099         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: Added.
108100         * platform/chromium-mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
108101         * platform/chromium-mac/fast/backgrounds/size/backgroundSize15-expected.png:
108102         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
108103         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
108104         * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
108105         * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
108106         * platform/chromium-mac/fast/borders/border-image-slice-constrained-expected.png:
108107         * platform/chromium-mac/fast/borders/inline-mask-overlay-image-outset-expected.png:
108108         * platform/chromium-mac/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
108109         * platform/chromium-mac/fast/borders/scaled-border-image-expected.png:
108110         * platform/chromium-mac/fast/repaint/background-misaligned-expected.png:
108111         * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png:
108112         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
108113         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
108114         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
108115         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
108116         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
108117         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
108118         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
108119         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
108120         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
108121         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
108122         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
108123         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
108124         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
108125         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
108126         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
108127         * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
108128         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
108129         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
108130         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
108131         * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
108132         * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
108133         * platform/chromium-mac/svg/custom/pointer-events-image-css-transform-expected.png:
108134         * platform/chromium-mac/svg/custom/pointer-events-image-expected.png:
108135         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
108136         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
108137         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
108138         * platform/chromium-win-xp/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
108139         * platform/chromium-win-xp/fast/backgrounds/size/backgroundSize15-expected.png: Added.
108140         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-expected.png: Added.
108141         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
108142         * platform/chromium-win-xp/fast/borders/border-image-scale-transform-expected.png: Added.
108143         * platform/chromium-win-xp/fast/borders/border-image-scaled-expected.png: Added.
108144         * platform/chromium-win-xp/fast/borders/border-image-slice-constrained-expected.png: Added.
108145         * platform/chromium-win-xp/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
108146         * platform/chromium-win-xp/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
108147         * platform/chromium-win-xp/fast/borders/scaled-border-image-expected.png: Added.
108148         * platform/chromium-win-xp/fast/repaint/background-misaligned-expected.png:
108149         * platform/chromium-win-xp/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
108150         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
108151         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
108152         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
108153         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
108154         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
108155         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
108156         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
108157         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
108158         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
108159         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
108160         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
108161         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
108162         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
108163         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
108164         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
108165         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-no-markup-expected.png:
108166         * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
108167         * platform/chromium-win-xp/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
108168         * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.png: Added.
108169         * platform/chromium-win-xp/svg/custom/clip-mask-negative-scale-expected.png: Added.
108170         * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.png: Added.
108171         * platform/chromium-win-xp/svg/custom/pointer-events-image-css-transform-expected.png: Added.
108172         * platform/chromium-win-xp/svg/custom/pointer-events-image-expected.png: Added.
108173         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
108174         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
108175         * platform/chromium-win-xp/svg/zoom/page/zoom-background-images-expected.png: Added.
108176         * platform/chromium-win/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
108177         * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.png:
108178         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
108179         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
108180         * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
108181         * platform/chromium-win/fast/borders/border-image-scaled-expected.png:
108182         * platform/chromium-win/fast/borders/border-image-slice-constrained-expected.png:
108183         * platform/chromium-win/fast/borders/inline-mask-overlay-image-outset-expected.png:
108184         * platform/chromium-win/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
108185         * platform/chromium-win/fast/borders/scaled-border-image-expected.png:
108186         * platform/chromium-win/fast/repaint/background-misaligned-expected.png:
108187         * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png:
108188         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
108189         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
108190         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
108191         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
108192         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
108193         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
108194         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
108195         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
108196         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
108197         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
108198         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
108199         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
108200         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
108201         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
108202         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
108203         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
108204         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
108205         * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
108206         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
108207         * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
108208         * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
108209         * platform/chromium-win/svg/custom/pointer-events-image-css-transform-expected.png:
108210         * platform/chromium-win/svg/custom/pointer-events-image-expected.png:
108211         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
108212         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
108213         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
108214         * platform/chromium/TestExpectations:
108215
108216 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
108217
108218         Unreviewed Chromium gardening.
108219
108220         * platform/chromium/TestExpectations:
108221         Marked a test as crashing on Lion.
108222
108223         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
108224         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-expected.png:
108225         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
108226         * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-expected.png:
108227         * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
108228         * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
108229         Rebaselined these tests after a change in Chromium compositor (Chromium r160671).
108230
108231 2012-10-08  Simon Fraser  <simon.fraser@apple.com>
108232
108233         Move layerTreeAsText to window.internals
108234         https://bugs.webkit.org/show_bug.cgi?id=98690
108235
108236         Reviewed by James Robinson.
108237
108238         Add window.internals.layerTreeAsText(document), and change the tests to use it.
108239         I'll remove testRunner.layerTreeAsText() in a later patch.
108240
108241         * compositing/animation/animation-compositing.html:
108242         * compositing/backing/no-backing-for-clip-overlap.html:
108243         * compositing/backing/no-backing-for-clip.html:
108244         * compositing/backing/no-backing-for-perspective.html:
108245         * compositing/bounds-in-flipped-writing-mode.html:
108246         * compositing/clip-child-by-non-stacking-ancestor.html:
108247         * compositing/columns/composited-in-paginated.html:
108248         * compositing/geometry/ancestor-overflow-change.html:
108249         * compositing/geometry/bounds-clipped-composited-child.html:
108250         * compositing/geometry/bounds-ignores-hidden-composited-descendant.html:
108251         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex.html:
108252         * compositing/geometry/bounds-ignores-hidden-dynamic.html:
108253         * compositing/geometry/bounds-ignores-hidden.html:
108254         * compositing/geometry/clip.html:
108255         * compositing/geometry/composited-in-columns.html:
108256         * compositing/geometry/fixed-position-composited-switch.html:
108257         * compositing/geometry/flipped-writing-mode.html:
108258         * compositing/geometry/foreground-layer.html:
108259         * compositing/geometry/layer-due-to-layer-children-deep-switch.html:
108260         * compositing/geometry/layer-due-to-layer-children-switch.html:
108261         * compositing/geometry/limit-layer-bounds-clipping-ancestor.html:
108262         * compositing/geometry/limit-layer-bounds-fixed-positioned.html:
108263         * compositing/geometry/limit-layer-bounds-opacity-transition.html:
108264         * compositing/geometry/limit-layer-bounds-overflow-root.html:
108265         * compositing/geometry/limit-layer-bounds-positioned-transition.html:
108266         * compositing/geometry/limit-layer-bounds-positioned.html:
108267         * compositing/geometry/limit-layer-bounds-transformed-overflow.html:
108268         * compositing/geometry/limit-layer-bounds-transformed.html:
108269         * compositing/geometry/preserve-3d-switching.html:
108270         * compositing/iframes/become-composited-nested-iframes.html:
108271         * compositing/iframes/become-overlapped-iframe.html:
108272         * compositing/iframes/composited-parent-iframe.html:
108273         * compositing/iframes/connect-compositing-iframe-delayed.html:
108274         * compositing/iframes/connect-compositing-iframe.html:
108275         * compositing/iframes/connect-compositing-iframe2.html:
108276         * compositing/iframes/connect-compositing-iframe3.html:
108277         * compositing/iframes/enter-compositing-iframe.html:
108278         * compositing/iframes/iframe-resize.html:
108279         * compositing/iframes/iframe-size-from-zero.html:
108280         * compositing/iframes/iframe-size-to-zero.html:
108281         * compositing/iframes/iframe-src-change.html:
108282         * compositing/iframes/invisible-nested-iframe-hide.html:
108283         * compositing/iframes/invisible-nested-iframe-show.html:
108284         * compositing/iframes/leave-compositing-iframe.html:
108285         * compositing/iframes/overlapped-iframe-iframe.html:
108286         * compositing/iframes/overlapped-iframe.html:
108287         * compositing/iframes/overlapped-nested-iframes.html:
108288         * compositing/iframes/page-cache-layer-tree.html:
108289         * compositing/iframes/resizer.html:
108290         * compositing/iframes/scrolling-iframe.html:
108291         * compositing/images/clip-on-directly-composited-image.html:
108292         * compositing/layer-creation/animation-overlap-with-children.html:
108293         * compositing/layer-creation/fixed-position-and-transform.html:
108294         * compositing/layer-creation/fixed-position-out-of-view.html:
108295         * compositing/layer-creation/fixed-position-under-transform.html:
108296         * compositing/layer-creation/no-compositing-for-preserve-3d.html:
108297         * compositing/layer-creation/overflow-scroll-overlap.html:
108298         * compositing/layer-creation/overlap-animation.html:
108299         * compositing/layer-creation/overlap-child-layer.html:
108300         * compositing/layer-creation/overlap-clipping.html:
108301         * compositing/layer-creation/overlap-transformed-and-clipped.html:
108302         * compositing/layer-creation/overlap-transformed-layer.html:
108303         * compositing/layer-creation/overlap-transforms.html:
108304         * compositing/layer-creation/rotate3d-overlap.html:
108305         * compositing/layer-creation/scroll-partial-update.html:
108306         * compositing/layer-creation/spanOverlapsCanvas.html:
108307         * compositing/layer-creation/stacking-context-overlap-nested.html:
108308         * compositing/layer-creation/stacking-context-overlap.html:
108309         * compositing/layer-creation/translatez-overlap.html:
108310         * compositing/overflow-trumps-transform-style.html:
108311         * compositing/overflow/clip-descendents.html:
108312         * compositing/overflow/content-gains-scrollbars.html:
108313         * compositing/overflow/content-loses-scrollbars.html:
108314         * compositing/overflow/overflow-auto-with-touch-no-overflow.html:
108315         * compositing/overflow/overflow-auto-with-touch-toggle.html:
108316         * compositing/overflow/overflow-auto-with-touch.html:
108317         * compositing/overflow/overflow-hidden-with-touch.html:
108318         * compositing/overflow/overflow-overlay-with-touch-no-overflow.html:
108319         * compositing/overflow/overflow-overlay-with-touch.html:
108320         * compositing/overflow/overflow-scroll-with-touch-no-overflow.html:
108321         * compositing/overflow/overflow-scrollbar-layers.html:
108322         * compositing/overflow/overflow-visible-with-touch.html:
108323         * compositing/overflow/resize-painting.html:
108324         * compositing/overflow/scrolling-content-clip-to-viewport.html:
108325         * compositing/overflow/textarea-scroll-touch.html:
108326         * compositing/plugins/1x1-composited-plugin.html:
108327         * compositing/plugins/large-to-small-composited-plugin.html:
108328         * compositing/plugins/no-backing-store.html:
108329         * compositing/plugins/small-to-large-composited-plugin.html:
108330         * compositing/rtl/rtl-absolute-overflow-scrolled.html:
108331         * compositing/rtl/rtl-absolute-overflow.html:
108332         * compositing/rtl/rtl-absolute.html:
108333         * compositing/rtl/rtl-fixed-overflow-scrolled.html:
108334         * compositing/rtl/rtl-fixed-overflow.html:
108335         * compositing/rtl/rtl-fixed.html:
108336         * compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html:
108337         * compositing/rtl/rtl-iframe-absolute-overflow.html:
108338         * compositing/rtl/rtl-iframe-absolute.html:
108339         * compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html:
108340         * compositing/rtl/rtl-iframe-fixed-overflow.html:
108341         * compositing/rtl/rtl-iframe-fixed.html:
108342         * compositing/rtl/rtl-iframe-relative.html:
108343         * compositing/rtl/rtl-relative.html:
108344         * compositing/tiled-layers-hidpi.html:
108345         * compositing/tiling/crash-reparent-tiled-layer.html:
108346         * compositing/tiling/huge-layer-add-remove-child.html-disabled:
108347         * compositing/tiling/huge-layer-img.html-disabled:
108348         * compositing/tiling/huge-layer-resize.html-disabled:
108349         * compositing/tiling/huge-layer-with-layer-children-resize.html-disabled:
108350         * compositing/tiling/huge-layer-with-layer-children.html-disabled:
108351         * compositing/tiling/huge-layer.html-disabled:
108352         * compositing/video/video-poster.html:
108353         * compositing/visibility/layer-visible-content.html:
108354         * compositing/visibility/visibility-image-layers-dynamic.html:
108355         * css3/compositing/should-have-compositing-layer.html:
108356         * css3/filters/composited-during-animation-layertree.html:
108357         * css3/filters/composited-during-transition-layertree.html:
108358         * css3/filters/filtered-compositing-descendant.html:
108359         * css3/filters/should-not-have-compositing-layer.html:
108360         * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch.html:
108361         * platform/chromium/compositing/force-compositing-mode/force-composite-empty.html:
108362         * platform/chromium/compositing/force-compositing-mode/no-overflow-iframe-layer.html:
108363         * platform/chromium/compositing/force-compositing-mode/overflow-hidden-iframe-layer.html:
108364         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing.html:
108365         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html:
108366         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-leave-compositing.html:
108367         * platform/mac/compositing/canvas/accelerated-canvas-compositing.html:
108368
108369 2012-10-08  Hans Muller  <hmuller@adobe.com>
108370
108371         [CSS Exclusions] Add support for polygonal shapes
108372         https://bugs.webkit.org/show_bug.cgi?id=96811
108373
108374         Reviewed by Dirk Schulze.
108375
108376         Verify that a rectangular shape-inside specified as a polygon works as expected for all
108377         writing-modes.
108378
108379         Added exclusions tests for non-complex concave shape-inside polygons as well.
108380         The shapes in this set of tests are "rectangular" in the sense that
108381         horizontal lines that overlap the polygon only cross the polygon twice.
108382         The expected part of each test uses float "sandbags" to simulate the
108383         shape-inside area in the test expectations. The  tests use SVG to
108384         display the polygon itself, to simplify visual inspection.
108385         (See http://www.alistapart.com/articles/sandbags/).
108386
108387         * fast/exclusions/shape-inside/shape-inside-polygon-rectangle-expected.html: Added.
108388         * fast/exclusions/shape-inside/shape-inside-polygon-rectangle.html: Added.
108389         * fast/exclusions/resources/simple-polygon.js: Added.
108390         (createPolygon):
108391         (polygonXIntercepts):
108392         (generatePolygonContentString):
108393         (simulatePolygonShape):
108394         (generateSimulatedPolygonShapeInsideElement):
108395         (positionInformativeText):
108396         (createPolygonShapeInsideTestCase):
108397         (createPolygonShapeInsideTestCaseExpected):
108398         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001-expected.html: Added.
108399         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001.html: Added.
108400         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002-expected.html: Added.
108401         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002.html: Added.
108402         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003-expected.html: Added.
108403         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003.html: Added.
108404         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html: Added.
108405         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html: Added.
108406
108407 2012-10-08  Csaba Osztrogonác  <ossy@webkit.org>
108408
108409         [Qt] Unreviewed gardening. Add PNGs after r130653,
108410         and skip tests on Qt-WK2, because they fail on it.
108411
108412         * platform/qt-5.0-wk2/TestExpectations:
108413         * platform/qt/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
108414         * platform/qt/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
108415         * platform/qt/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
108416         * platform/qt/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
108417         * platform/qt/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
108418         * platform/qt/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
108419         * platform/qt/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
108420         * platform/qt/fast/ruby/rubyDOM-remove-text2-expected.png: Added.
108421
108422 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
108423
108424         Unreviewed Chromium gardening.
108425
108426         Rebaselined those 2 tables/ tests that were forgotten in the rebaselining after r103875.
108427         https://bugs.webkit.org/show_bug.cgi?id=74888 was opened to track those rebaselining but
108428         it looks like some platform fell through the cracks.
108429
108430         * platform/chromium/TestExpectations:
108431         Removed the 2 entries.
108432
108433         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
108434         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
108435         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
108436         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions1-expected.txt: Added.
108437         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
108438         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions2-expected.txt: Added.
108439         Progression: the table captions are larger, which matches other browsers and other platforms' baselines.
108440
108441 2012-10-08  Zan Dobersek  <zandobersek@gmail.com>
108442
108443         GTK port should warn if bug modifier is missing in TestExpectations
108444         https://bugs.webkit.org/show_bug.cgi?id=98678
108445
108446         Reviewed by Dirk Pranke.
108447
108448         Add generic Bug(GTK) modifiers for two test expectations.
108449
108450         * platform/gtk/TestExpectations:
108451
108452 2012-10-08  Dirk Pranke  <dpranke@chromium.org>
108453
108454         Suppress editing/pasteboard/data-transfer-items.html failure.
108455         https://bugs.webkit.org/show_bug.cgi?id=98686
108456
108457         Unreviewed, expectations change.
108458
108459         * platform/chromium/TestExpectations:
108460
108461 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
108462
108463         Unreviewed rebaselining after r130598 and r130600.
108464
108465         * platform/chromium-linux-x86/svg/filters/filterRes-expected.txt:
108466         This baseline was forgotten.
108467
108468 2012-10-08  Tullio Lucena  <tullio.lucena@openbossa.org>
108469
108470         [Qt] new test introduced in r120354 fails on Qt
108471         https://bugs.webkit.org/show_bug.cgi?id=91968
108472
108473         Reviewed by Kenneth Rohde Christiansen.
108474
108475         Unskipping test.
108476
108477         * platform/qt/TestExpectations:
108478
108479 2012-10-08  Huang Dongsung  <luxtella@company100.net>
108480
108481         [Qt] Make ImageBufferQt use premultiplied converting functions in Color.h instead of its own mechanism.
108482         https://bugs.webkit.org/show_bug.cgi?id=98582
108483
108484         Reviewed by Eric Seidel.
108485
108486         Unskipping canvas/philip/tests/2d.imageData.put.unchanged.html that is passing.
108487
108488         * platform/qt/TestExpectations:
108489
108490 2012-10-08  Shadi Khalek  <shadi@chromium.org>
108491
108492         Fix video-test.js relativeURL() bug
108493         https://bugs.webkit.org/show_bug.cgi?id=98546
108494
108495         Reviewed by Eric Seidel.
108496
108497         Some layout tests failed due to this bug (crbug.com/154157)
108498
108499         * media/video-test.js:
108500         (testArraysEqual):
108501         (relativeURL):
108502
108503 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
108504
108505         Additional fast/repaint Chromium rebaseline.
108506
108507         Rebaselined more tests on Chromium Mac. Same as r130654 but there
108508         is some anti-aliasing differences on transformed lines.
108509
108510         * platform/chromium/TestExpectations:
108511         Removed the rebaselined tests.
108512
108513         * fast/repaint/table-section-repaint-expected.txt: Added.
108514         * platform/chromium-mac-snowleopard/fast/repaint/overflow-outline-repaint-expected.png: Added.
108515         * platform/chromium-mac-snowleopard/fast/repaint/table-collapsed-border-expected.png: Added.
108516         * platform/chromium-mac-snowleopard/fast/repaint/text-append-dirty-lines-expected.png: Added.
108517         * platform/chromium-mac-snowleopard/fast/repaint/text-selection-rect-in-overflow-2-expected.png: Added.
108518         * platform/chromium-mac-snowleopard/fast/repaint/text-selection-rect-in-overflow-expected.png: Added.
108519         * platform/chromium-mac-snowleopard/fast/repaint/transform-relative-position-expected.png: Added.
108520         * platform/chromium-mac-snowleopard/fast/repaint/transform-repaint-descendants-expected.png: Added.
108521         * platform/chromium-mac/fast/repaint/overflow-outline-repaint-expected.png: Added.
108522         * platform/chromium-mac/fast/repaint/table-col-background-expected.png: Added.
108523         * platform/chromium-mac/fast/repaint/table-collapsed-border-expected.png: Added.
108524         * platform/chromium-mac/fast/repaint/table-outer-border-expected.png: Added.
108525         * platform/chromium-mac/fast/repaint/table-row-expected.png: Added.
108526         * platform/chromium-mac/fast/repaint/table-section-overflow-expected.png: Added.
108527         * platform/chromium-mac/fast/repaint/table-section-repaint-expected.png: Added.
108528         * platform/chromium-mac/fast/repaint/table-two-pass-layout-overpaint-expected.png: Added.
108529         * platform/chromium-mac/fast/repaint/text-append-dirty-lines-expected.png: Added.
108530         * platform/chromium-mac/fast/repaint/text-selection-rect-in-overflow-2-expected.png: Added.
108531         * platform/chromium-mac/fast/repaint/text-selection-rect-in-overflow-expected.png: Added.
108532         * platform/chromium-mac/fast/repaint/transform-absolute-child-expected.png: Added.
108533         * platform/chromium-mac/fast/repaint/transform-disable-layoutstate-expected.png: Added.
108534         * platform/chromium-mac/fast/repaint/transform-relative-position-expected.png: Added.
108535         * platform/chromium-mac/fast/repaint/transform-repaint-descendants-expected.png: Added.
108536         * platform/chromium-win/fast/repaint/table-section-repaint-expected.txt: Removed.
108537         * platform/chromium/fast/repaint/table-section-repaint-expected.txt: Added.
108538         * platform/efl/fast/repaint/table-section-repaint-expected.txt: Removed.
108539         * platform/gtk/fast/repaint/table-section-repaint-expected.txt: Removed.
108540         * platform/qt/fast/repaint/table-section-repaint-expected.txt: Removed.
108541
108542 2012-10-08  Zan Dobersek  <zandobersek@gmail.com>
108543
108544         Unreviewed GTK gardening.
108545
108546         Rebaselining SVG tests after changes in r130599.
108547
108548         * platform/gtk/TestExpectations:
108549         * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
108550         * platform/gtk/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
108551         * platform/gtk/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
108552         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
108553         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
108554         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
108555         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
108556         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
108557         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
108558         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
108559         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
108560         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
108561         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
108562         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
108563         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
108564         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
108565         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
108566         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
108567         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
108568         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
108569         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
108570         * platform/gtk/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
108571         * platform/gtk/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
108572         * platform/gtk/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
108573         * platform/gtk/svg/batik/paints/gradientLimit-expected.png:
108574         * platform/gtk/svg/batik/paints/gradientLimit-expected.txt:
108575         * platform/gtk/svg/batik/paints/patternRegions-expected.png:
108576         * platform/gtk/svg/batik/paints/patternRegions-expected.txt:
108577         * platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.png:
108578         * platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
108579         * platform/gtk/svg/batik/text/textEffect-expected.png:
108580         * platform/gtk/svg/batik/text/textEffect-expected.txt: Added.
108581         * platform/gtk/svg/batik/text/textEffect3-expected.png:
108582         * platform/gtk/svg/batik/text/textEffect3-expected.txt: Added.
108583         * platform/gtk/svg/custom/gradient-deep-referencing-expected.png:
108584         * platform/gtk/svg/custom/gradient-deep-referencing-expected.txt:
108585         * platform/gtk/svg/custom/gradient-with-1d-boundingbox-expected.png: Added.
108586         * platform/gtk/svg/custom/gradient-with-1d-boundingbox-expected.txt:
108587         * platform/gtk/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
108588         * platform/gtk/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Added.
108589         * platform/gtk/svg/custom/radialGradient-focal-radius-expected.png: Added.
108590         * platform/gtk/svg/custom/radialGradient-focal-radius-expected.txt: Added.
108591         * platform/gtk/svg/custom/recursive-gradient-expected.png:
108592         * platform/gtk/svg/custom/recursive-gradient-expected.txt:
108593         * platform/gtk/svg/custom/relative-sized-content-with-resources-expected.png:
108594         * platform/gtk/svg/custom/relative-sized-content-with-resources-expected.txt:
108595         * platform/gtk/svg/custom/stroked-pattern-expected.png:
108596         * platform/gtk/svg/custom/stroked-pattern-expected.txt:
108597         * platform/gtk/svg/hixie/perf/006-expected.png:
108598         * platform/gtk/svg/hixie/perf/006-expected.txt:
108599
108600 2012-10-08  Dongwoo Joshua Im  <dw.im@samsung.com>
108601
108602         audiobuffer.html need to include audio-testing.js file.
108603         https://bugs.webkit.org/show_bug.cgi?id=98641
108604
108605         Reviewed by Eric Seidel.
108606
108607         As we discussed at the bug https://bugs.webkit.org/show_bug.cgi?id=88624,
108608         WebAudio tests need to include audio-testing.js file to set WebKitWebAudioEnabled.
108609
108610         * webaudio/audiobuffer.html: Include audio-testing.js file.
108611
108612 2012-10-08  Robert Hogan  <robert@webkit.org>
108613
108614         Border, margin and padding of an inline's inline ancestors counted twice
108615         https://bugs.webkit.org/show_bug.cgi?id=63074
108616
108617         Reviewed by David Hyatt.
108618
108619         * fast/inline/bpm-inline-ancestors-expected.html: Added.
108620         * fast/inline/bpm-inline-ancestors.html: Added.
108621
108622 2012-10-08  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
108623
108624         [WK2][WTR] WebKitTestRunner needs testRunner.dispatchPendingLoadRequests
108625         https://bugs.webkit.org/show_bug.cgi?id=98638
108626
108627         Reviewed by Eric Seidel.
108628
108629         Unskip http/tests/loading/deleted-host-in-resource-load-delegate-callback.html
108630
108631         * platform/wk2/TestExpectations:
108632
108633 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
108634
108635         [EFL] Skip http/tests/multipart/multipart-html.php while we wait for kov's patch.
108636
108637         * platform/efl/TestExpectations:
108638
108639 2012-10-08  Mike West  <mkwst@chromium.org>
108640
108641         Null-check for DOMWindow before feeding it to FeatureObserver.
108642         https://bugs.webkit.org/show_bug.cgi?id=98624
108643
108644         Reviewed by Adam Barth.
108645
108646         * http/tests/security/contentSecurityPolicy/xmlhttprequest-protected-resource-does-not-crash-expected.txt: Added.
108647         * http/tests/security/contentSecurityPolicy/xmlhttprequest-protected-resource-does-not-crash.html: Added.
108648             This test shouldn't crash.
108649
108650 2012-10-08  Tony Chang  <tony@chromium.org>
108651
108652         Unreviewed, new baseline for fast/table/colspanMinWidth-vertical.html.
108653
108654         The baseline changed in http://trac.webkit.org/changeset/130569 because
108655         controls should all be horizontal.
108656
108657         * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-vertical-expected.png:
108658         * platform/chromium-mac/fast/table/colspanMinWidth-vertical-expected.png:
108659         * platform/chromium-mac/fast/table/colspanMinWidth-vertical-expected.txt: Removed.
108660         * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.png:
108661         * platform/chromium/TestExpectations:
108662         * platform/efl/fast/table/colspanMinWidth-vertical-expected.png: Removed.
108663         * platform/gtk/TestExpectations:
108664         * platform/gtk/fast/table/colspanMinWidth-vertical-expected.png: Removed.
108665         * platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt:
108666         * platform/mac/TestExpectations:
108667         * platform/mac/fast/table/colspanMinWidth-vertical-expected.png: Removed.
108668         * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
108669         * platform/qt/TestExpectations:
108670         * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Removed.
108671         * platform/qt/fast/table/colspanMinWidth-vertical-expected.txt:
108672         * platform/win/TestExpectations:
108673         * platform/wincairo/TestExpectations:
108674
108675 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
108676
108677         Unreviewed fast/repaint Chromium rebaselining.
108678
108679         Rebaselined those tests on Chromium Mac. The differences fall in 3 buckets:
108680         - the background has an alpha off-by-one (crbug.com/23473)
108681         - the repaint rectangles are united (the Mac baselines don't do the union).
108682         - On Lion, the font used is different.
108683
108684         * platform/chromium/TestExpectations:
108685         Removed the rebaselined tests' entries.
108686
108687         * platform/chromium-mac-snowleopard/fast/repaint/bugzilla-5699-expected.png: Added.
108688         * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png: Added.
108689         * platform/chromium-mac-snowleopard/fast/repaint/create-layer-repaint-expected.png: Added.
108690         * platform/chromium-mac-snowleopard/fast/repaint/layout-state-only-positioned-expected.png: Added.
108691         * platform/chromium-mac-snowleopard/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added.
108692         * platform/chromium-mac-snowleopard/fast/repaint/line-overflow-expected.png: Added.
108693         * platform/chromium-mac-snowleopard/fast/repaint/list-marker-2-expected.png: Added.
108694         * platform/chromium-mac-snowleopard/fast/repaint/make-children-non-inline-expected.png: Added.
108695         * platform/chromium-mac-snowleopard/fast/repaint/outline-child-repaint-expected.png: Added.
108696         * platform/chromium-mac-snowleopard/fast/repaint/outline-repaint-glitch-expected.png: Added.
108697         * platform/chromium-mac-snowleopard/fast/repaint/overflow-scroll-delete-expected.png: Added.
108698         * platform/chromium-mac-snowleopard/fast/repaint/reflection-redraw-expected.png: Added.
108699         * platform/chromium-mac-snowleopard/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
108700         * platform/chromium-mac-snowleopard/fast/repaint/selection-after-delete-expected.png: Added.
108701         * platform/chromium-mac-snowleopard/fast/repaint/selection-gap-overflow-scroll-expected.png: Added.
108702         * platform/chromium-mac-snowleopard/fast/repaint/stacked-diacritics-expected.png: Added.
108703         * platform/chromium-mac-snowleopard/fast/repaint/static-to-positioned-expected.png: Added.
108704         * platform/chromium-mac-snowleopard/fast/repaint/table-cell-move-expected.png: Added.
108705         * platform/chromium-mac/fast/repaint/background-generated-expected.png: Added.
108706         * platform/chromium-mac/fast/repaint/bugzilla-5699-expected.png: Added.
108707         * platform/chromium-mac/fast/repaint/content-into-overflow-expected.png: Added.
108708         * platform/chromium-mac/fast/repaint/control-clip-expected.png: Added.
108709         * platform/chromium-mac/fast/repaint/control-clip-expected.txt:
108710         * platform/chromium-mac/fast/repaint/create-layer-repaint-expected.png: Added.
108711         * platform/chromium-mac/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
108712         * platform/chromium-mac/fast/repaint/intermediate-layout-position-expected.png: Added.
108713         * platform/chromium-mac/fast/repaint/layout-state-only-positioned-expected.png: Added.
108714         * platform/chromium-mac/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added.
108715         * platform/chromium-mac/fast/repaint/line-overflow-expected.png: Added.
108716         * platform/chromium-mac/fast/repaint/list-marker-2-expected.png: Added.
108717         * platform/chromium-mac/fast/repaint/make-children-non-inline-expected.png: Added.
108718         * platform/chromium-mac/fast/repaint/outline-child-repaint-expected.png: Added.
108719         * platform/chromium-mac/fast/repaint/outline-inset-expected.png: Added.
108720         * platform/chromium-mac/fast/repaint/outline-repaint-glitch-expected.png: Added.
108721         * platform/chromium-mac/fast/repaint/overflow-into-content-expected.png: Added.
108722         * platform/chromium-mac/fast/repaint/overflow-scroll-delete-expected.png: Added.
108723         * platform/chromium-mac/fast/repaint/reflection-redraw-expected.png: Added.
108724         * platform/chromium-mac/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
108725         * platform/chromium-mac/fast/repaint/selection-after-delete-expected.png: Added.
108726         * platform/chromium-mac/fast/repaint/selection-gap-overflow-scroll-expected.png: Added.
108727         * platform/chromium-mac/fast/repaint/stacked-diacritics-expected.png: Added.
108728         * platform/chromium-mac/fast/repaint/static-to-positioned-expected.png: Added.
108729         * platform/chromium-mac/fast/repaint/table-cell-move-expected.png: Added.
108730         * platform/chromium-win/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
108731         * platform/mac-lion/fast/repaint: Removed.
108732         * platform/mac-lion/fast/repaint/control-clip-expected.txt: Removed.
108733
108734 2012-10-08  Allan Sandfeld Jensen  <allan.jensen@digia.com>
108735
108736         [Qt] Add baselines to passing ruby DOM tests.
108737
108738         Unreviewed gardening.
108739
108740         * platform/qt/TestExpectations:
108741         * platform/qt/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
108742         * platform/qt/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
108743         * platform/qt/fast/ruby/rubyDOM-insert-text2-expected.txt: Added.
108744         * platform/qt/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
108745         * platform/qt/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
108746         * platform/qt/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added.
108747         * platform/qt/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
108748         * platform/qt/fast/ruby/rubyDOM-remove-text2-expected.txt: Added.
108749
108750 2012-10-08  Nate Chapin  <japhet@chromium.org>
108751
108752         Add a test for multipart/x-mixed-replace documents with text/html
108753         parts.
108754         https://bugs.webkit.org/show_bug.cgi?id=49072
108755
108756         Reviewed by Eric Seidel.
108757
108758         * http/tests/multipart/multipart-html-expected.txt: Added.
108759         * http/tests/multipart/multipart-html.php: Added.
108760
108761 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
108762
108763         [EFL] Skip svg/text/caret-in-svg-text.xhtml in WK1.
108764
108765         * platform/efl-wk1/TestExpectations:
108766
108767 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
108768
108769         Unreviewed gardening after r130587.
108770
108771         Per discussion with Adam, this change lands the failing baselines to
108772         get some coverage until V8 matches JSC. Fixing the baselines is
108773         covered by https://bugs.webkit.org/show_bug.cgi?id=98658
108774
108775         * platform/chromium/TestExpectations:
108776         Marked one of test as SLOW as it is timing out in Debug.
108777
108778         * platform/chromium/fast/dom/gc-12-expected.txt: Added.
108779         * platform/chromium/fast/dom/gc-3-expected.txt: Added.
108780         * platform/chromium/fast/dom/gc-5-expected.txt: Added.
108781         * platform/chromium/fast/dom/gc-dom-tree-lifetime-expected.txt: Added.
108782
108783 2012-10-08  Allan Sandfeld Jensen  <allan.jensen@digia.com>
108784
108785         Unreviewed Qt gardening.
108786
108787         Rebaseline Qt expectations for these passing tests.
108788
108789         * platform/qt/TestExpectations:
108790         * platform/qt/fast/text/basic/013-expected.txt:
108791         * platform/qt/fast/text/basic/015-expected.txt:
108792         * platform/qt/fast/text/line-breaks-expected.txt:
108793
108794 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
108795
108796         [EFL] Mark fast/dynamic/window-scrollbars-test.html as flaky.
108797
108798         * platform/efl/TestExpectations:
108799
108800 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
108801
108802         [EFL] Unskip svg/text.
108803
108804         Most of the text cases are passing, the ones which don't have been
108805         properly skipped.
108806
108807         * platform/efl/TestExpectations:
108808         * platform/efl/svg/text/append-text-node-to-tspan-expected.png: Added.
108809         * platform/efl/svg/text/append-text-node-to-tspan-expected.txt: Added.
108810         * platform/efl/svg/text/bidi-embedded-direction-expected.png: Added.
108811         * platform/efl/svg/text/bidi-embedded-direction-expected.txt: Added.
108812         * platform/efl/svg/text/bidi-reorder-value-lists-expected.png: Added.
108813         * platform/efl/svg/text/bidi-reorder-value-lists-expected.txt: Added.
108814         * platform/efl/svg/text/bidi-text-anchor-direction-expected.png: Added.
108815         * platform/efl/svg/text/bidi-text-anchor-direction-expected.txt: Added.
108816         * platform/efl/svg/text/bidi-text-query-expected.png: Added.
108817         * platform/efl/svg/text/bidi-text-query-expected.txt: Added.
108818         * platform/efl/svg/text/bidi-tspans-expected.png: Added.
108819         * platform/efl/svg/text/bidi-tspans-expected.txt: Added.
108820         * platform/efl/svg/text/ems-display-none-expected.png: Added.
108821         * platform/efl/svg/text/ems-display-none-expected.txt: Added.
108822         * platform/efl/svg/text/exs-display-none-expected.png: Added.
108823         * platform/efl/svg/text/exs-display-none-expected.txt: Added.
108824         * platform/efl/svg/text/font-size-below-point-five-2-expected.png: Added.
108825         * platform/efl/svg/text/font-size-below-point-five-2-expected.txt: Added.
108826         * platform/efl/svg/text/font-size-below-point-five-expected.png: Added.
108827         * platform/efl/svg/text/font-size-below-point-five-expected.txt: Added.
108828         * platform/efl/svg/text/foreignObject-repaint-expected.png: Added.
108829         * platform/efl/svg/text/foreignObject-repaint-expected.txt: Added.
108830         * platform/efl/svg/text/foreignObject-text-clipping-bug-expected.png: Added.
108831         * platform/efl/svg/text/foreignObject-text-clipping-bug-expected.txt: Added.
108832         * platform/efl/svg/text/kerning-expected.png: Added.
108833         * platform/efl/svg/text/kerning-expected.txt: Added.
108834         * platform/efl/svg/text/modify-text-node-in-tspan-expected.png: Added.
108835         * platform/efl/svg/text/modify-text-node-in-tspan-expected.txt: Added.
108836         * platform/efl/svg/text/multichar-glyph-expected.png: Added.
108837         * platform/efl/svg/text/multichar-glyph-expected.txt: Added.
108838         * platform/efl/svg/text/remove-text-node-from-tspan-expected.png: Added.
108839         * platform/efl/svg/text/remove-text-node-from-tspan-expected.txt: Added.
108840         * platform/efl/svg/text/remove-tspan-from-text-expected.png: Added.
108841         * platform/efl/svg/text/remove-tspan-from-text-expected.txt: Added.
108842         * platform/efl/svg/text/scaled-font-expected.png: Added.
108843         * platform/efl/svg/text/scaled-font-expected.txt: Added.
108844         * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.png: Added.
108845         * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
108846         * platform/efl/svg/text/selection-background-color-expected.png: Added.
108847         * platform/efl/svg/text/selection-background-color-expected.txt: Added.
108848         * platform/efl/svg/text/selection-styles-expected.png: Added.
108849         * platform/efl/svg/text/selection-styles-expected.txt: Added.
108850         * platform/efl/svg/text/small-fonts-2-expected.png: Added.
108851         * platform/efl/svg/text/small-fonts-2-expected.txt: Added.
108852         * platform/efl/svg/text/small-fonts-3-expected.png: Added.
108853         * platform/efl/svg/text/small-fonts-3-expected.txt: Added.
108854         * platform/efl/svg/text/small-fonts-expected.png: Added.
108855         * platform/efl/svg/text/small-fonts-in-html5-expected.png: Added.
108856         * platform/efl/svg/text/small-fonts-in-html5-expected.txt: Added.
108857         * platform/efl/svg/text/text-align-01-b-expected.png: Added.
108858         * platform/efl/svg/text/text-align-01-b-expected.txt: Added.
108859         * platform/efl/svg/text/text-align-02-b-expected.png: Added.
108860         * platform/efl/svg/text/text-align-02-b-expected.txt: Added.
108861         * platform/efl/svg/text/text-align-03-b-expected.png: Added.
108862         * platform/efl/svg/text/text-align-03-b-expected.txt: Added.
108863         * platform/efl/svg/text/text-align-04-b-expected.png: Added.
108864         * platform/efl/svg/text/text-align-04-b-expected.txt: Added.
108865         * platform/efl/svg/text/text-align-05-b-expected.png: Added.
108866         * platform/efl/svg/text/text-align-05-b-expected.txt: Added.
108867         * platform/efl/svg/text/text-align-06-b-expected.png: Added.
108868         * platform/efl/svg/text/text-align-06-b-expected.txt: Added.
108869         * platform/efl/svg/text/text-altglyph-01-b-expected.png: Added.
108870         * platform/efl/svg/text/text-altglyph-01-b-expected.txt: Added.
108871         * platform/efl/svg/text/text-deco-01-b-expected.png: Added.
108872         * platform/efl/svg/text/text-deco-01-b-expected.txt: Added.
108873         * platform/efl/svg/text/text-fill-opacity-expected.png: Added.
108874         * platform/efl/svg/text/text-fill-opacity-expected.txt: Added.
108875         * platform/efl/svg/text/text-fonts-01-t-expected.png: Added.
108876         * platform/efl/svg/text/text-fonts-01-t-expected.txt: Added.
108877         * platform/efl/svg/text/text-fonts-02-t-expected.png: Added.
108878         * platform/efl/svg/text/text-fonts-02-t-expected.txt: Added.
108879         * platform/efl/svg/text/text-gradient-positioning-expected.png: Added.
108880         * platform/efl/svg/text/text-gradient-positioning-expected.txt: Added.
108881         * platform/efl/svg/text/text-hkern-expected.png: Added.
108882         * platform/efl/svg/text/text-hkern-expected.txt: Added.
108883         * platform/efl/svg/text/text-hkern-on-vertical-text-expected.png: Added.
108884         * platform/efl/svg/text/text-hkern-on-vertical-text-expected.txt: Added.
108885         * platform/efl/svg/text/text-intro-05-t-expected.png: Added.
108886         * platform/efl/svg/text/text-intro-05-t-expected.txt: Added.
108887         * platform/efl/svg/text/text-midpoint-split-bug-expected.png: Added.
108888         * platform/efl/svg/text/text-midpoint-split-bug-expected.txt: Added.
108889         * platform/efl/svg/text/text-overflow-ellipsis-svgfont-expected.png: Added.
108890         * platform/efl/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
108891         * platform/efl/svg/text/text-path-01-b-expected.png: Added.
108892         * platform/efl/svg/text/text-path-01-b-expected.txt: Added.
108893         * platform/efl/svg/text/text-path-middle-align-expected.png: Added.
108894         * platform/efl/svg/text/text-path-middle-align-expected.txt: Added.
108895         * platform/efl/svg/text/text-repaint-rects-expected.png: Added.
108896         * platform/efl/svg/text/text-repaint-rects-expected.txt: Added.
108897         * platform/efl/svg/text/text-rescale-expected.png: Added.
108898         * platform/efl/svg/text/text-rescale-expected.txt: Added.
108899         * platform/efl/svg/text/text-spacing-01-b-expected.png: Added.
108900         * platform/efl/svg/text/text-spacing-01-b-expected.txt: Added.
108901         * platform/efl/svg/text/text-text-01-b-expected.png: Added.
108902         * platform/efl/svg/text/text-text-01-b-expected.txt: Added.
108903         * platform/efl/svg/text/text-text-03-b-expected.png: Added.
108904         * platform/efl/svg/text/text-text-03-b-expected.txt: Added.
108905         * platform/efl/svg/text/text-text-04-t-expected.png: Added.
108906         * platform/efl/svg/text/text-text-04-t-expected.txt: Added.
108907         * platform/efl/svg/text/text-text-05-t-expected.png: Added.
108908         * platform/efl/svg/text/text-text-05-t-expected.txt: Added.
108909         * platform/efl/svg/text/text-text-06-t-expected.png: Added.
108910         * platform/efl/svg/text/text-text-06-t-expected.txt: Added.
108911         * platform/efl/svg/text/text-text-07-t-expected.png: Added.
108912         * platform/efl/svg/text/text-text-07-t-expected.txt: Added.
108913         * platform/efl/svg/text/text-text-08-b-expected.png: Added.
108914         * platform/efl/svg/text/text-text-08-b-expected.txt: Added.
108915         * platform/efl/svg/text/text-tref-01-b-expected.png: Added.
108916         * platform/efl/svg/text/text-tref-01-b-expected.txt: Added.
108917         * platform/efl/svg/text/text-tselect-01-b-expected.png: Added.
108918         * platform/efl/svg/text/text-tselect-01-b-expected.txt: Added.
108919         * platform/efl/svg/text/text-tselect-02-f-expected.png: Added.
108920         * platform/efl/svg/text/text-tselect-02-f-expected.txt: Added.
108921         * platform/efl/svg/text/text-tspan-01-b-expected.png: Added.
108922         * platform/efl/svg/text/text-tspan-01-b-expected.txt: Added.
108923         * platform/efl/svg/text/text-viewbox-rescale-expected.png: Added.
108924         * platform/efl/svg/text/text-vkern-expected.png: Added.
108925         * platform/efl/svg/text/text-vkern-expected.txt: Added.
108926         * platform/efl/svg/text/text-vkern-on-horizontal-text-expected.png: Added.
108927         * platform/efl/svg/text/text-vkern-on-horizontal-text-expected.txt: Added.
108928         * platform/efl/svg/text/text-ws-01-t-expected.png: Added.
108929         * platform/efl/svg/text/text-ws-01-t-expected.txt: Added.
108930         * platform/efl/svg/text/text-ws-02-t-expected.png: Added.
108931         * platform/efl/svg/text/text-ws-02-t-expected.txt: Added.
108932         * platform/efl/svg/text/textPathBoundsBug-expected.png: Added.
108933         * platform/efl/svg/text/textPathBoundsBug-expected.txt: Added.
108934         * platform/efl/svg/text/tspan-dynamic-positioning-expected.png: Added.
108935         * platform/efl/svg/text/tspan-dynamic-positioning-expected.txt: Added.
108936
108937 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
108938
108939         [EFL] Unskip svg/dom/altGlyph-dom.xhtml
108940
108941         Seems to be passing these days.
108942
108943         * platform/efl/TestExpectations:
108944
108945 2012-10-08  Zan Dobersek  <zandobersek@gmail.com>
108946
108947         Unreviewed GTK gardening.
108948
108949         Removing crash expectations for tests that were fixed in r130611.
108950
108951         Removing failure expectations for fast/xsl/xslt-missing-namespace-in-xslt.xml,
108952         the test is working fine after r130543.
108953
108954         * platform/gtk-wk2/TestExpectations:
108955         * platform/gtk/TestExpectations:
108956
108957 2012-10-08  Allan Sandfeld Jensen  <allan.jensen@digia.com>
108958
108959         Unreviewed Qt gardening.
108960
108961         Adding expectations for tests under css2.1.
108962
108963         * platform/qt/TestExpectations:
108964
108965 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
108966
108967         [EFL] Unskip svg/W3C-SVG-1.1.
108968
108969         All but one test case worked fine (compared to the expectations in
108970         mac/).
108971
108972         * platform/efl/TestExpectations:
108973         * platform/efl/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Added.
108974         * platform/efl/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
108975         * platform/efl/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
108976         * platform/efl/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Added.
108977         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Added.
108978         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
108979         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Added.
108980         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
108981         * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Added.
108982         * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
108983         * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Added.
108984         * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
108985         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Added.
108986         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
108987         * platform/efl/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: Added.
108988         * platform/efl/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
108989         * platform/efl/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: Added.
108990         * platform/efl/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
108991         * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Added.
108992         * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
108993         * platform/efl/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Added.
108994         * platform/efl/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
108995         * platform/efl/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Added.
108996         * platform/efl/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
108997         * platform/efl/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Added.
108998         * platform/efl/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
108999         * platform/efl/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: Added.
109000         * platform/efl/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
109001         * platform/efl/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Added.
109002         * platform/efl/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
109003         * platform/efl/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: Added.
109004         * platform/efl/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
109005         * platform/efl/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: Added.
109006         * platform/efl/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
109007         * platform/efl/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: Added.
109008         * platform/efl/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
109009         * platform/efl/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: Added.
109010         * platform/efl/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
109011         * platform/efl/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: Added.
109012         * platform/efl/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
109013         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Added.
109014         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
109015         * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Added.
109016         * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
109017         * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Added.
109018         * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
109019         * platform/efl/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Added.
109020         * platform/efl/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Added.
109021         * platform/efl/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Added.
109022         * platform/efl/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
109023         * platform/efl/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Added.
109024         * platform/efl/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
109025         * platform/efl/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Added.
109026         * platform/efl/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Added.
109027         * platform/efl/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Added.
109028         * platform/efl/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
109029         * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
109030         * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: Added.
109031         * platform/efl/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Added.
109032         * platform/efl/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
109033         * platform/efl/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Added.
109034         * platform/efl/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
109035         * platform/efl/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
109036         * platform/efl/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
109037         * platform/efl/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
109038         * platform/efl/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Added.
109039         * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Added.
109040         * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
109041         * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Added.
109042         * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Added.
109043         * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
109044         * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
109045         * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Added.
109046         * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
109047         * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Added.
109048         * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
109049         * platform/efl/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Added.
109050         * platform/efl/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Added.
109051         * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Added.
109052         * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
109053         * platform/efl/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
109054         * platform/efl/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
109055         * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Added.
109056         * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
109057         * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Added.
109058         * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
109059         * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Added.
109060         * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
109061         * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Added.
109062         * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
109063         * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Added.
109064         * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
109065         * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Added.
109066         * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
109067         * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Added.
109068         * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
109069         * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Added.
109070         * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
109071         * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Added.
109072         * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
109073         * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Added.
109074         * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
109075         * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Added.
109076         * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
109077         * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Added.
109078         * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
109079         * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Added.
109080         * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
109081         * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
109082         * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Added.
109083         * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Added.
109084         * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
109085         * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Added.
109086         * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
109087         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Added.
109088         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Added.
109089         * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
109090         * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
109091         * platform/efl/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Added.
109092         * platform/efl/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Added.
109093         * platform/efl/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Added.
109094         * platform/efl/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: Added.
109095         * platform/efl/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: Added.
109096         * platform/efl/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
109097         * platform/efl/svg/W3C-SVG-1.1/color-prop-02-f-expected.png: Added.
109098         * platform/efl/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: Added.
109099         * platform/efl/svg/W3C-SVG-1.1/color-prop-03-t-expected.png: Added.
109100         * platform/efl/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: Added.
109101         * platform/efl/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: Added.
109102         * platform/efl/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Added.
109103         * platform/efl/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: Added.
109104         * platform/efl/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Added.
109105         * platform/efl/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Added.
109106         * platform/efl/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: Added.
109107         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: Added.
109108         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
109109         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: Added.
109110         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
109111         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: Added.
109112         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
109113         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Added.
109114         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
109115         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Added.
109116         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
109117         * platform/efl/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Added.
109118         * platform/efl/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
109119         * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Added.
109120         * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
109121         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
109122         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
109123         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
109124         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
109125         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Added.
109126         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
109127         * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Added.
109128         * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: Added.
109129         * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Added.
109130         * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
109131         * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
109132         * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
109133         * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
109134         * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Added.
109135         * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
109136         * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
109137         * platform/efl/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
109138         * platform/efl/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Added.
109139         * platform/efl/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Added.
109140         * platform/efl/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: Added.
109141         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Added.
109142         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
109143         * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Added.
109144         * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
109145         * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Added.
109146         * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
109147         * platform/efl/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Added.
109148         * platform/efl/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: Added.
109149         * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Added.
109150         * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
109151         * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Added.
109152         * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
109153         * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added.
109154         * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
109155         * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Added.
109156         * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
109157         * platform/efl/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: Added.
109158         * platform/efl/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: Added.
109159         * platform/efl/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added.
109160         * platform/efl/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
109161         * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Added.
109162         * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
109163         * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added.
109164         * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
109165         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Added.
109166         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
109167         * platform/efl/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
109168         * platform/efl/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
109169         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Added.
109170         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
109171         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Added.
109172         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
109173         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Added.
109174         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
109175         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
109176         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
109177         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
109178         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
109179         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
109180         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
109181         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Added.
109182         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
109183         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added.
109184         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
109185         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: Added.
109186         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added.
109187         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
109188         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
109189         * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
109190         * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
109191         * platform/efl/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
109192         * platform/efl/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
109193         * platform/efl/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: Added.
109194         * platform/efl/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
109195         * platform/efl/svg/W3C-SVG-1.1/interact-events-01-b-expected.png: Added.
109196         * platform/efl/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
109197         * platform/efl/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Added.
109198         * platform/efl/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
109199         * platform/efl/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Added.
109200         * platform/efl/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
109201         * platform/efl/svg/W3C-SVG-1.1/interact-order-03-b-expected.png: Added.
109202         * platform/efl/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
109203         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: Added.
109204         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
109205         * platform/efl/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Added.
109206         * platform/efl/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Added.
109207         * platform/efl/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Added.
109208         * platform/efl/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Added.
109209         * platform/efl/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added.
109210         * platform/efl/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added.
109211         * platform/efl/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Added.
109212         * platform/efl/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
109213         * platform/efl/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Added.
109214         * platform/efl/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
109215         * platform/efl/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Added.
109216         * platform/efl/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Added.
109217         * platform/efl/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Added.
109218         * platform/efl/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
109219         * platform/efl/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Added.
109220         * platform/efl/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
109221         * platform/efl/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Added.
109222         * platform/efl/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
109223         * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
109224         * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
109225         * platform/efl/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
109226         * platform/efl/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
109227         * platform/efl/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Added.
109228         * platform/efl/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
109229         * platform/efl/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Added.
109230         * platform/efl/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
109231         * platform/efl/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Added.
109232         * platform/efl/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
109233         * platform/efl/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Added.
109234         * platform/efl/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
109235         * platform/efl/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
109236         * platform/efl/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
109237         * platform/efl/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Added.
109238         * platform/efl/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: Added.
109239         * platform/efl/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
109240         * platform/efl/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
109241         * platform/efl/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: Added.
109242         * platform/efl/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: Added.
109243         * platform/efl/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: Added.
109244         * platform/efl/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: Added.
109245         * platform/efl/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: Added.
109246         * platform/efl/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
109247         * platform/efl/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: Added.
109248         * platform/efl/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: Added.
109249         * platform/efl/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Added.
109250         * platform/efl/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Added.
109251         * platform/efl/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Added.
109252         * platform/efl/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: Added.
109253         * platform/efl/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Added.
109254         * platform/efl/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
109255         * platform/efl/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: Added.
109256         * platform/efl/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
109257         * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: Added.
109258         * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
109259         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: Added.
109260         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
109261         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: Added.
109262         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
109263         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: Added.
109264         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
109265         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: Added.
109266         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
109267         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png: Added.
109268         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: Added.
109269         * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Added.
109270         * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: Added.
109271         * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: Added.
109272         * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: Added.
109273         * platform/efl/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
109274         * platform/efl/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Added.
109275         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Added.
109276         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
109277         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Added.
109278         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
109279         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Added.
109280         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
109281         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Added.
109282         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
109283         * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Added.
109284         * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
109285         * platform/efl/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Added.
109286         * platform/efl/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
109287         * platform/efl/svg/W3C-SVG-1.1/paths-data-10-t-expected.png: Added.
109288         * platform/efl/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: Added.
109289         * platform/efl/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Added.
109290         * platform/efl/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Added.
109291         * platform/efl/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Added.
109292         * platform/efl/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: Added.
109293         * platform/efl/svg/W3C-SVG-1.1/paths-data-14-t-expected.png: Added.
109294         * platform/efl/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: Added.
109295         * platform/efl/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Added.
109296         * platform/efl/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: Added.
109297         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
109298         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
109299         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: Added.
109300         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
109301         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: Added.
109302         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
109303         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added.
109304         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
109305         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Added.
109306         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
109307         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Added.
109308         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
109309         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: Added.
109310         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: Added.
109311         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
109312         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
109313         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: Added.
109314         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: Added.
109315         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: Added.
109316         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: Added.
109317         * platform/efl/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Added.
109318         * platform/efl/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
109319         * platform/efl/svg/W3C-SVG-1.1/render-elems-01-t-expected.png: Added.
109320         * platform/efl/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: Added.
109321         * platform/efl/svg/W3C-SVG-1.1/render-elems-02-t-expected.png: Added.
109322         * platform/efl/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: Added.
109323         * platform/efl/svg/W3C-SVG-1.1/render-elems-03-t-expected.png: Added.
109324         * platform/efl/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: Added.
109325         * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Added.
109326         * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
109327         * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Added.
109328         * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
109329         * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Added.
109330         * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
109331         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
109332         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
109333         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
109334         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
109335         * platform/efl/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Added.
109336         * platform/efl/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
109337         * platform/efl/svg/W3C-SVG-1.1/script-handle-02-b-expected.png: Added.
109338         * platform/efl/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: Added.
109339         * platform/efl/svg/W3C-SVG-1.1/script-handle-03-b-expected.png: Added.
109340         * platform/efl/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: Added.
109341         * platform/efl/svg/W3C-SVG-1.1/script-handle-04-b-expected.png: Added.
109342         * platform/efl/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: Added.
109343         * platform/efl/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png: Added.
109344         * platform/efl/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: Added.
109345         * platform/efl/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: Added.
109346         * platform/efl/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: Added.
109347         * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Added.
109348         * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: Added.
109349         * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: Added.
109350         * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: Added.
109351         * platform/efl/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: Added.
109352         * platform/efl/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
109353         * platform/efl/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: Added.
109354         * platform/efl/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: Added.
109355         * platform/efl/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png: Added.
109356         * platform/efl/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: Added.
109357         * platform/efl/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
109358         * platform/efl/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
109359         * platform/efl/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added.
109360         * platform/efl/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: Added.
109361         * platform/efl/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added.
109362         * platform/efl/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Added.
109363         * platform/efl/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: Added.
109364         * platform/efl/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: Added.
109365         * platform/efl/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png: Added.
109366         * platform/efl/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
109367         * platform/efl/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: Added.
109368         * platform/efl/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: Added.
109369         * platform/efl/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: Added.
109370         * platform/efl/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: Added.
109371         * platform/efl/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Added.
109372         * platform/efl/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
109373         * platform/efl/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: Added.
109374         * platform/efl/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
109375         * platform/efl/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: Added.
109376         * platform/efl/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
109377         * platform/efl/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: Added.
109378         * platform/efl/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
109379         * platform/efl/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: Added.
109380         * platform/efl/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
109381         * platform/efl/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
109382         * platform/efl/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
109383         * platform/efl/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: Added.
109384         * platform/efl/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: Added.
109385         * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Added.
109386         * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Added.
109387         * platform/efl/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png: Added.
109388         * platform/efl/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Added.
109389         * platform/efl/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: Added.
109390         * platform/efl/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: Added.
109391         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: Added.
109392         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
109393         * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Added.
109394         * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
109395         * platform/efl/svg/W3C-SVG-1.1/struct-group-01-t-expected.png: Added.
109396         * platform/efl/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: Added.
109397         * platform/efl/svg/W3C-SVG-1.1/struct-group-02-b-expected.png: Added.
109398         * platform/efl/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: Added.
109399         * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Added.
109400         * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: Added.
109401         * platform/efl/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: Added.
109402         * platform/efl/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: Added.
109403         * platform/efl/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Added.
109404         * platform/efl/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: Added.
109405         * platform/efl/svg/W3C-SVG-1.1/struct-image-03-t-expected.png: Added.
109406         * platform/efl/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: Added.
109407         * platform/efl/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Added.
109408         * platform/efl/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: Added.
109409         * platform/efl/svg/W3C-SVG-1.1/struct-image-05-b-expected.png: Added.
109410         * platform/efl/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: Added.
109411         * platform/efl/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: Added.
109412         * platform/efl/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
109413         * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Added.
109414         * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
109415         * platform/efl/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Added.
109416         * platform/efl/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: Added.
109417         * platform/efl/svg/W3C-SVG-1.1/struct-image-09-t-expected.png: Added.
109418         * platform/efl/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: Added.
109419         * platform/efl/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Added.
109420         * platform/efl/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: Added.
109421         * platform/efl/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: Added.
109422         * platform/efl/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: Added.
109423         * platform/efl/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
109424         * platform/efl/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
109425         * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Added.
109426         * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
109427         * platform/efl/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Added.
109428         * platform/efl/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: Added.
109429         * platform/efl/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Added.
109430         * platform/efl/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: Added.
109431         * platform/efl/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Added.
109432         * platform/efl/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: Added.
109433         * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Added.
109434         * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
109435         * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.png: Added.
109436         * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
109437         * platform/efl/svg/W3C-SVG-1.1/styling-css-06-b-expected.png: Added.
109438         * platform/efl/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
109439         * platform/efl/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: Added.
109440         * platform/efl/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: Added.
109441         * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.png: Added.
109442         * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
109443         * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.png: Added.
109444         * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
109445         * platform/efl/svg/W3C-SVG-1.1/text-align-03-b-expected.png: Added.
109446         * platform/efl/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
109447         * platform/efl/svg/W3C-SVG-1.1/text-align-04-b-expected.png: Added.
109448         * platform/efl/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
109449         * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Added.
109450         * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
109451         * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Added.
109452         * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
109453         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.png: Added.
109454         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
109455         * platform/efl/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: Added.
109456         * platform/efl/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
109457         * platform/efl/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Added.
109458         * platform/efl/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
109459         * platform/efl/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png: Added.
109460         * platform/efl/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Added.
109461         * platform/efl/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: Added.
109462         * platform/efl/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt: Added.
109463         * platform/efl/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png: Added.
109464         * platform/efl/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
109465         * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Added.
109466         * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
109467         * platform/efl/svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Added.
109468         * platform/efl/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
109469         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Added.
109470         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
109471         * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Added.
109472         * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
109473         * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added.
109474         * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
109475         * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Added.
109476         * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
109477         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: Added.
109478         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
109479         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
109480         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
109481         * platform/efl/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Added.
109482         * platform/efl/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
109483         * platform/efl/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Added.
109484         * platform/efl/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
109485         * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Added.
109486         * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
109487         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Added.
109488         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
109489         * platform/efl/svg/W3C-SVG-1.1/text-text-07-t-expected.png: Added.
109490         * platform/efl/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
109491         * platform/efl/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Added.
109492         * platform/efl/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
109493         * platform/efl/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added.
109494         * platform/efl/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: Added.
109495         * platform/efl/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Added.
109496         * platform/efl/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
109497         * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
109498         * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
109499         * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
109500         * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
109501         * platform/efl/svg/W3C-SVG-1.1/text-ws-01-t-expected.png: Added.
109502         * platform/efl/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
109503         * platform/efl/svg/W3C-SVG-1.1/text-ws-02-t-expected.png: Added.
109504         * platform/efl/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
109505         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Added.
109506         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
109507
109508 2012-10-08  Csaba Osztrogonác  <ossy@webkit.org>
109509
109510         [Qt][WK2] REGRESSION(r130629): It made touchadjustment/focusout-on-touch.html fail
109511         https://bugs.webkit.org/show_bug.cgi?id=98642
109512
109513         Unreviewed gardening, skip the new failing test to paint the bot green.
109514
109515         * platform/qt-5.0-wk2/TestExpectations:
109516
109517 2012-10-08  Csaba Osztrogonác  <ossy@webkit.org>
109518
109519         [Qt] plugins/refcount-leaks.html fails
109520         https://bugs.webkit.org/show_bug.cgi?id=98640
109521
109522         Unreviewed gardening, skip the failing test.
109523
109524         * platform/qt/TestExpectations:
109525
109526 2012-10-08  Nandor Huszka  <hnandor@inf.u-szeged.hu>
109527
109528         Unreviewed gardening, skip and update some failing test.
109529
109530         * platform/qt/TestExpectations:
109531         * platform/qt/http/tests/misc/acid3-expected.png:
109532         * platform/qt/http/tests/misc/acid3-expected.txt:
109533
109534 2012-10-08  Joone Hur  <joone.hur@intel.com>
109535
109536         [EFL] Add support for -webkit-sticky
109537         https://bugs.webkit.org/show_bug.cgi?id=95182
109538
109539         Reviewed by Kenneth Rohde Christiansen.
109540
109541         Turn on CSS sticky position by default for WebKitEfl,
109542         but most of the CSS sticky position test cases still do not pass on WK1.
109543
109544         * platform/efl-wk1/TestExpectations:
109545         * platform/efl/TestExpectations:
109546
109547 2012-10-08  Balazs Kelemen  <kbalazs@webkit.org>
109548
109549         [Qt] Reenable plugin tests
109550         https://bugs.webkit.org/show_bug.cgi?id=98528
109551
109552         Reviewed by Csaba Osztrogonác.
109553
109554         Reenable plugin tests. Skip new failures.
109555
109556         * platform/qt-5.0-wk1/TestExpectations:
109557         * platform/qt-5.0-wk2/TestExpectations:
109558         * platform/qt-5.0/TestExpectations:
109559         * platform/qt/TestExpectations:
109560
109561 2012-10-07  Noel Gordon  <noel.gordon@gmail.com>
109562
109563         Add partial load test for JPEG image
109564         https://bugs.webkit.org/show_bug.cgi?id=98487
109565
109566         Reviewed by Adam Barth.
109567
109568         Partial load test: receive a partial number of image bytes and stall forever.  The partial
109569         image should be decoded and drawn and the green <img> background should be visible.
109570
109571         * fast/images/resources/lenna.jpg: Added.
109572         * http/tests/images/jpeg-partial-load-expected.png: Added.
109573         * http/tests/images/jpeg-partial-load-expected.txt: Added.
109574         * http/tests/images/jpeg-partial-load.html: Added.
109575         * platform/chromium/http/tests/images/jpeg-partial-load-expected.png: Added.
109576         * platform/mac/http/tests/images/jpeg-partial-load-expected.png: Added.
109577
109578 2012-10-07  Arpita Bahuguna  <arpitabahuguna@gmail.com>
109579
109580         :first-line pseudo selector ignoring words created from :before
109581         https://bugs.webkit.org/show_bug.cgi?id=80794
109582
109583         Reviewed by Daniel Bates.
109584
109585         * fast/css/first-line-style-for-before-after-content-expected.html: Added.
109586         * fast/css/first-line-style-for-before-after-content.html: Added.
109587         Added ref test for verification of the scenario when :first-line style
109588         is applied to content generated from :before/:after pseudo-elements.
109589
109590 2012-10-07  Nick Carter  <nick@chromium.org>
109591
109592         [chromium] Crash in WebCore::GraphicsLayerChromium::setContentsToImage
109593         https://bugs.webkit.org/show_bug.cgi?id=98456
109594
109595         Reviewed by James Robinson.
109596
109597         New tests exercising a broken image on its own layer.
109598
109599         * compositing/images/truncated-direct-png-image-expected.html: Added.
109600         * compositing/images/truncated-direct-png-image.html: Added.
109601
109602 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
109603
109604         [EFL] Mark media/video-controls-rendering.html as flaky.
109605
109606         * platform/efl/TestExpectations:
109607
109608 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
109609
109610         [EFL] Unskip svg/W3C-SVG-1.1-SE and add expectations for it.
109611
109612         All pixel tests look OK (compared to the ones in mac/), and all
109613         tests seem to pass.
109614
109615         * platform/efl/TestExpectations:
109616         * platform/efl/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
109617         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added.
109618         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
109619         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added.
109620         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
109621         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Added.
109622         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
109623         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Added.
109624         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
109625         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
109626         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
109627         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Added.
109628         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
109629         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Added.
109630         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
109631         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
109632         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Added.
109633         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
109634         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Added.
109635         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
109636         * platform/efl/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png: Added.
109637         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added.
109638         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
109639         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
109640         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
109641         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: Added.
109642         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
109643         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Added.
109644         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
109645         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Added.
109646         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
109647         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
109648         * platform/efl/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png: Added.
109649         * platform/efl/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
109650         * platform/efl/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.png: Added.
109651         * platform/efl/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
109652         * platform/efl/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Added.
109653         * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Added.
109654         * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
109655         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: Added.
109656         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
109657         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Added.
109658         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
109659         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Added.
109660         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
109661         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
109662         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
109663         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
109664         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
109665         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Added.
109666         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
109667         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Added.
109668         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
109669         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Added.
109670         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
109671         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Added.
109672         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
109673         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Added.
109674         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Added.
109675         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
109676         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
109677         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
109678
109679 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
109680
109681         [EFL] Unskip passing test.
109682
109683         * platform/efl/TestExpectations:
109684
109685 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
109686
109687         [EFL] Finish rebaselining the SVG tests after r130599.
109688
109689         * platform/efl/TestExpectations:
109690         * platform/efl/svg/W3C-SVG-1.1: Added.
109691         * platform/efl/svg/W3C-SVG-1.1-SE: Added.
109692         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Added.
109693         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
109694         * platform/efl/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Added.
109695         * platform/efl/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Added.
109696         * platform/efl/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: Added.
109697         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Added.
109698         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
109699         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: Added.
109700         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
109701         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: Added.
109702         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: Added.
109703         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
109704         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
109705         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
109706         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
109707         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Added.
109708         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
109709         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
109710         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
109711         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
109712         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
109713         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Added.
109714         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: Added.
109715         * platform/efl/svg/W3C-SVG-1.1/struct-use-05-b-expected.png: Added.
109716         * platform/efl/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
109717         * platform/efl/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Added.
109718         * platform/efl/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: Added.
109719         * platform/efl/svg/batik/paints/patternRegions-expected.txt:
109720         * platform/efl/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
109721         * platform/efl/svg/batik/text/textEffect-expected.txt: Added.
109722         * platform/efl/svg/batik/text/textEffect3-expected.txt: Added.
109723         * platform/efl/svg/custom: Added.
109724         * platform/efl/svg/custom/clip-mask-negative-scale-expected.png: Added.
109725         * platform/efl/svg/custom/clip-mask-negative-scale-expected.txt: Added.
109726         * platform/efl/svg/custom/gradient-deep-referencing-expected.png: Added.
109727         * platform/efl/svg/custom/gradient-deep-referencing-expected.txt: Added.
109728         * platform/efl/svg/custom/gradient-with-1d-boundingbox-expected.png: Added.
109729         * platform/efl/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
109730         * platform/efl/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Added.
109731         * platform/efl/svg/custom/radialGradient-focal-radius-expected.png: Added.
109732         * platform/efl/svg/custom/radialGradient-focal-radius-expected.txt: Added.
109733         * platform/efl/svg/custom/recursive-gradient-expected.png: Added.
109734         * platform/efl/svg/custom/recursive-gradient-expected.txt: Added.
109735         * platform/efl/svg/custom/relative-sized-content-with-resources-expected.png: Added.
109736         * platform/efl/svg/custom/relative-sized-content-with-resources-expected.txt: Added.
109737         * platform/efl/svg/custom/stroked-pattern-expected.png: Added.
109738         * platform/efl/svg/custom/stroked-pattern-expected.txt: Added.
109739         * platform/efl/svg/hixie/perf/006-expected.txt:
109740
109741 2012-10-07  Daniel Bates  <dbates@webkit.org>
109742
109743         Update expected results for SVG tests on EFL, GTK, and Qt after <http://trac.webkit.org/changeset/130599>
109744         https://bugs.webkit.org/show_bug.cgi?id=97986
109745
109746         * platform/efl/svg/filters/feDisplacementMap-expected.txt:
109747         * platform/efl/svg/filters/filterRes-expected.txt:
109748         * platform/gtk/svg/custom/gradient-attr-update-expected.txt:
109749         * platform/gtk/svg/custom/gradient-rotated-bbox-expected.txt:
109750         * platform/gtk/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
109751         * platform/gtk/svg/custom/large-bounding-box-percents-expected.txt:
109752         * platform/gtk/svg/filters/feDisplacementMap-expected.txt:
109753         * platform/gtk/svg/filters/filterRes-expected.txt:
109754         * platform/qt/svg/custom/gradient-attr-update-expected.txt:
109755         * platform/qt/svg/custom/gradient-rotated-bbox-expected.txt:
109756         * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
109757         * platform/qt/svg/custom/large-bounding-box-percents-expected.txt:
109758
109759 2012-10-05  Dirk Schulze  <krit@webkit.org>
109760
109761         SVG radialGradient should support 'fr' for focal radius (just like Canvas)
109762         https://bugs.webkit.org/show_bug.cgi?id=97986
109763
109764         Reviewed by Daniel Bates.
109765
109766         DRT changed the output to reflect the new added focal radius. A bunch of tests need
109767         a rebaseline on DRT.
109768         Added a new test for focal radius and changed behavior of focal point.
109769
109770         * platform/chromium/TestExpectations:
109771         * platform/efl/TestExpectations:
109772         * platform/gtk/TestExpectations:
109773         * platform/qt/TestExpectations:
109774         * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
109775         * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
109776         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
109777         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
109778         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
109779         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
109780         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
109781         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
109782         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
109783         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
109784         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
109785         * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
109786         * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
109787         * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
109788         * platform/mac/svg/batik/paints/patternRegions-expected.txt:
109789         * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
109790         * platform/mac/svg/batik/text/textEffect-expected.txt:
109791         * platform/mac/svg/batik/text/textEffect3-expected.txt:
109792         * platform/mac/svg/custom/gradient-attr-update-expected.txt:
109793         * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
109794         * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
109795         * platform/mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
109796         * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.txt:
109797         * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
109798         * platform/mac/svg/custom/radialGradient-focal-radius-expected.png: Added.
109799         * platform/mac/svg/custom/radialGradient-focal-radius-expected.txt: Added.
109800         * platform/mac/svg/custom/recursive-gradient-expected.txt:
109801         * platform/mac/svg/custom/relative-sized-content-with-resources-expected.txt:
109802         * platform/mac/svg/custom/stroked-pattern-expected.txt:
109803         * platform/mac/svg/filters/feDisplacementMap-expected.txt:
109804         * platform/mac/svg/filters/filterRes-expected.txt:
109805         * platform/mac/svg/hixie/perf/006-expected.txt:
109806         * svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
109807         * svg/custom/gradient-stroke-width-expected.txt:
109808         * svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt:
109809         * svg/custom/radialGradient-focal-radius.svg: Added.
109810
109811 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
109812
109813         Unreviewed, rolling out r130596.
109814         http://trac.webkit.org/changeset/130596
109815         https://bugs.webkit.org/show_bug.cgi?id=98616
109816
109817         Broke build bots without IPV6 support
109818
109819         * http/conf/apache2-debian-httpd.conf:
109820         * http/conf/apache2-httpd.conf:
109821         * http/conf/cygwin-httpd.conf:
109822         * http/conf/fedora-httpd.conf:
109823
109824 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
109825
109826         webkitpy: Pass the `Listen' Apache directive from Apache, not the httpd.conf files.
109827         https://bugs.webkit.org/show_bug.cgi?id=98602
109828
109829         Reviewed by Eric Seidel.
109830
109831         * http/conf/apache2-debian-httpd.conf: Remove the `Listen'
109832         directive and related comments, it is passed to httpd by webkitpy
109833         now.
109834         * http/conf/apache2-httpd.conf: Ditto.
109835         * http/conf/cygwin-httpd.conf: Ditto.
109836         * http/conf/fedora-httpd.conf: Ditto.
109837
109838 2012-10-07  Christophe Dumez  <christophe.dumez@intel.com>
109839
109840         [EFL] Skip css3/masking tests added in r130592
109841         https://bugs.webkit.org/show_bug.cgi?id=98614
109842
109843         Unreviewed EFL gardening.
109844
109845         Skip the two css3/masking ref tests added in r130592 since
109846         they fail for EFL port and GTK port.
109847
109848         * platform/efl/TestExpectations:
109849
109850 2012-10-07  Zan Dobersek  <zandobersek@gmail.com>
109851
109852         Unreviewed GTK gardening.
109853
109854         Adding crash and failure expectations for regressions introduced through r130584.
109855         Adding image mismatch expectations for two new tests introduced in r130592.
109856
109857         * platform/gtk/TestExpectations:
109858
109859 2012-10-06  Kent Tamura  <tkent@chromium.org>
109860
109861         Update test expectation
109862         https://bugs.webkit.org/show_bug.cgi?id=98479
109863
109864         Skip tests in fast/forms/date-multiple-fields/ because it needs
109865         ENABLE_INPUT_MULTIPLE_FIELDS_UI.
109866
109867         * platform/chromium-android/TestExpectations:
109868         * platform/efl/TestExpectations:
109869         * platform/gtk/TestExpectations:
109870         * platform/mac/TestExpectations:
109871         * platform/qt/TestExpectations:
109872         * platform/win/TestExpectations:
109873
109874 2012-10-06  Raul Hudea  <rhudea@adobe.com>
109875
109876         -webkit-clip-path should parse IRIs
109877         https://bugs.webkit.org/show_bug.cgi?id=96381
109878
109879         Reviewed by Andreas Kling.
109880
109881         Tests for SVG referenced clipPath with both types of clipPathUnits: "userSpaceOnUse" and "objectBoundingBox".
109882
109883         * css3/masking/clip-path-reference-expected.html: Added.
109884         * css3/masking/clip-path-reference-userSpaceOnUse-expected.html: Added.
109885         * css3/masking/clip-path-reference-userSpaceOnUse.html: Added.
109886         * css3/masking/clip-path-reference.html: Added.
109887         * fast/masking/parsing-clip-path-iri-expected.txt: Added.
109888         * fast/masking/parsing-clip-path-iri.html: Added.
109889         * platform/chromium/TestExpectations:
109890
109891 2012-10-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
109892
109893         [EFL] Mark media/audio-garbage-collect.html as flaky on WK2.
109894
109895         * platform/efl-wk2/TestExpectations:
109896
109897 2012-10-04  Geoffrey Garen  <ggaren@apple.com>
109898
109899         If Node X is reachable from JavaScript, all Nodes in the same tree should be kept alive
109900         https://bugs.webkit.org/show_bug.cgi?id=88834
109901
109902         Reviewed by Gavin Barraclough.
109903
109904         * fast/dom/gc-12-expected.txt: Added.
109905         * fast/dom/gc-12.html: Added. Test case matches an example cited by
109906         Kentaro Hara <haraken@chromium.org> in bugzilla.
109907
109908         * fast/dom/gc-3-expected.txt:
109909         * fast/dom/gc-3.html:
109910         * fast/dom/gc-5-expected.txt:
109911         * fast/dom/gc-5.html: Updated these tests to reflect new expected behavior.
109912         We've decided that disconnected trees should persist in memory. This risks
109913         a programmer accidentally retaining more memory than expected, but it
109914         also makes the API more obvious.
109915
109916         * fast/dom/gc-dom-tree-lifetime-expected.txt: Added.
109917         * fast/dom/gc-dom-tree-lifetime.html: Added. Test case written by
109918         Kentaro Hara <haraken@chromium.org>.
109919
109920 2012-10-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
109921
109922         [EFL] Gardening.
109923
109924         Skip fast/selectors/unqualified-hover-strict.html because it seems
109925         to be flaky.
109926
109927         While here, correct its pixel expectation and fix its
109928         svn:mime-type property.
109929
109930         * platform/efl/fast/selectors/unqualified-hover-strict-expected.png: Modified property svn:mime-type.
109931
109932 2012-10-06  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
109933
109934         [EFL] Gardening to make the bots green
109935         https://bugs.webkit.org/show_bug.cgi?id=98590
109936
109937         Unreviewed EFL gardening.
109938
109939         * platform/efl/TestExpectations: Skip
109940         fast/writing-mode/vertical-subst-font-vert-no-dflt.html after r130570.
109941         * platform/efl/http/tests/misc/acid3-expected.txt: Update baselines
109942         after r130555.
109943
109944 2012-10-06  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
109945
109946         [EFL] Add baselines for the tests which are missing expected results
109947         https://bugs.webkit.org/show_bug.cgi?id=98576
109948
109949         Unreviewed EFL gardening.
109950
109951         Add platform-specific baselines after r130443 and r130489.
109952
109953         * platform/efl/TestExpectations:
109954         * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
109955         * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.txt: Added.
109956         * platform/efl/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
109957         * platform/efl/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
109958
109959 2012-10-06  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
109960
109961         [EFL] Gardening of the WK2 Debug Bot failing tests
109962         https://bugs.webkit.org/show_bug.cgi?id=98575
109963
109964         Unreviewed EFL gardening.
109965
109966         Skip failing tests in order to make the bots green.
109967
109968         * platform/efl-wk1/TestExpectations:
109969         * platform/efl-wk2/TestExpectations:
109970         * platform/efl/fast/replaced/object-with-embed-url-param-expected.txt: Removed. Current results
109971         matches the base expectations on WK2.
109972
109973 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
109974
109975         Unreviewed GTK gardening.
109976
109977         Adding reftest failure expectations for a couple of tests that
109978         were introduced in r130557 and r130570.
109979
109980         * platform/gtk/TestExpectations:
109981
109982 2012-10-05  Kent Tamura  <tkent@chromium.org>
109983
109984         [Chromium] Rebaseline for recent INPUT_MULTIPLE_FIELDS_UI changes
109985
109986         * platform/chromium-linux-x86/fast/forms/date/calendar-picker-appearance-expected.png:
109987         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
109988         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
109989         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
109990         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
109991         * platform/chromium-linux/fast/forms/date/calendar-picker-appearance-expected.png:
109992         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
109993         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
109994         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
109995         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
109996         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
109997         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
109998         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
109999         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
110000         * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
110001         * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
110002         * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
110003         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
110004         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
110005         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
110006         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
110007         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
110008         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
110009         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
110010         * platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png:
110011         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
110012         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
110013         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
110014         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
110015         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
110016         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
110017         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
110018         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
110019         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
110020         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
110021         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
110022         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
110023         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
110024         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
110025         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
110026         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
110027         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
110028         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
110029         * platform/chromium-mac/fast/forms/date/calendar-picker-appearance-expected.png:
110030         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
110031         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
110032         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
110033         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
110034         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
110035         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
110036         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
110037         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
110038         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
110039         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
110040         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
110041         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
110042         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
110043         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
110044         * platform/chromium-win-xp/fast/forms/date/calendar-picker-appearance-expected.png:
110045         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
110046         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
110047         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
110048         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
110049         * platform/chromium-win/fast/forms/date/calendar-picker-appearance-expected.png:
110050         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
110051         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
110052         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
110053         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
110054         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
110055         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
110056         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
110057         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
110058         * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
110059         * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
110060         * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
110061         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
110062         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
110063         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
110064         * platform/chromium/TestExpectations:
110065
110066 2012-10-05  Xianzhu Wang  <wangxianzhu@chromium.org>
110067
110068         OpenTypeVerticalData issue with DroidSansFallback.ttf on chromium-android and chromium-linux
110069         https://bugs.webkit.org/show_bug.cgi?id=97824
110070
110071         Reviewed by Tony Chang.
110072
110073         Ref test for the change. The punctuations in the vertical text are expected to
110074         be substituted with the corresponding vertical forms.
110075
110076         * fast/writing-mode/vertical-subst-font-vert-no-dflt-expected.html: Added.
110077         * fast/writing-mode/vertical-subst-font-vert-no-dflt.html: Added.
110078         * platform/mac/TestExpectations: Added the new test as it fails on Mac because of https://bugs.webkit.org/show_bug.cgi?id=98560. 
110079
110080 2012-10-05  Tony Chang  <tony@chromium.org>
110081
110082         Form controls should always be horizontal
110083         https://bugs.webkit.org/show_bug.cgi?id=98563
110084
110085         Reviewed by Ojan Vafai.
110086
110087         Convert fast/dom/HTMLMeterElement/meter-writing-mode.html and
110088         fast/dom/HTMLProgressElement/progress-writing-mode.html to be ref tests.
110089         Also rebaseline fast/table/colspanMinWidth-vertical.html and mark the
110090         test as needing a rebaseline on platforms other than Chromium Linux.
110091
110092         * fast/dom/HTMLMeterElement/meter-writing-mode-expected.html: Added.
110093         * fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
110094         * fast/dom/HTMLProgressElement/progress-writing-mode-expected.html: Added.
110095         * fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
110096         * fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
110097         * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.png:
110098         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
110099         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
110100         * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
110101         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
110102         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
110103         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
110104         * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
110105         * platform/chromium/TestExpectations:
110106         * platform/chromium/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
110107         * platform/efl/TestExpectations:
110108         * platform/efl/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
110109         * platform/efl/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
110110         * platform/efl/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
110111         * platform/gtk/TestExpectations:
110112         * platform/gtk/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
110113         * platform/gtk/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
110114         * platform/gtk/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
110115         * platform/mac/TestExpectations:
110116         * platform/mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
110117         * platform/mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
110118         * platform/mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
110119         * platform/mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
110120         * platform/qt-5.0/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
110121         * platform/qt/TestExpectations:
110122         * platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
110123         * platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
110124
110125 2012-10-05  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
110126
110127         [WK2][WTR] WebKitTestRunner needs testRunner.setSerializeHTTPLoads
110128         https://bugs.webkit.org/show_bug.cgi?id=98524
110129
110130         Reviewed by Alexey Proskuryakov.
110131
110132         Unskip tests that are now passing.
110133
110134         * platform/wk2/TestExpectations:
110135
110136 2012-10-05  Sheriff Bot  <webkit.review.bot@gmail.com>
110137
110138         Unreviewed, rolling out r130556 and r130564.
110139         http://trac.webkit.org/changeset/130556
110140         http://trac.webkit.org/changeset/130564
110141         https://bugs.webkit.org/show_bug.cgi?id=98572
110142
110143         The patch wasn't reviewed by a reviewer and it is breaking
110144         Chromium Windows (Requested by jchaffraix on #webkit).
110145
110146         * media/track/track-cue-rendering-expected.txt:
110147         * media/track/track-cue-rendering.html:
110148         * platform/chromium/TestExpectations:
110149
110150 2012-10-05  Julien Chaffraix  <jchaffraix@webkit.org>
110151
110152         Unreviewed Chromium gardening.
110153
110154         * platform/chromium/TestExpectations:
110155         Updated a wrong bug info and rebaselined 2 tests:
110156         fast/reflections/inline-crash.html and fast/backgrounds/solid-color-context-restore.html
110157
110158         * fast/backgrounds/solid-color-context-restore-expected.txt: Added.
110159         * fast/reflections/inline-crash-expected.txt: Added.
110160         * platform/chromium-linux/fast/backgrounds/solid-color-context-restore-expected.png: Added.
110161         * platform/chromium-linux/fast/reflections/inline-crash-expected.png: Added.
110162         * platform/chromium-win/fast/backgrounds/solid-color-context-restore-expected.png: Added.
110163         * platform/chromium-win/fast/backgrounds/solid-color-context-restore-expected.txt: Added.
110164         * platform/chromium-win/fast/reflections/inline-crash-expected.png: Added.
110165         * platform/chromium-win/fast/reflections/inline-crash-expected.txt: Added.
110166         * platform/efl/fast/backgrounds/solid-color-context-restore-expected.txt: Removed.
110167         * platform/efl/fast/reflections/inline-crash-expected.txt: Removed.
110168         * platform/gtk/fast/backgrounds/solid-color-context-restore-expected.txt: Removed.
110169         * platform/gtk/fast/reflections/inline-crash-expected.txt: Removed.
110170
110171 2012-10-05  Bear Travis  <betravis@adobe.com>
110172
110173         [CSS Exclusions] Add shape-inside tests for rounded rectangles
110174         https://bugs.webkit.org/show_bug.cgi?id=96669
110175
110176         Reviewed by Levi Weintraub.
110177
110178         Adding multiple rounded rectangle tests. The more complex tests use float "sandbags"
110179         to simulate the shape-inside area in the test expectations.
110180         (See http://www.alistapart.com/articles/sandbags/)
110181         In general, each line has its own pair of left and right floats (both lineHeight tall),
110182         to position the text and appropriately limit its width. In the simple, 0 corner radius
110183         cases, these floats can be merged because they all have the same width on the left and
110184         right.
110185
110186         * fast/exclusions/resources/rounded-rectangle.js: Contains functionality for generating
110187         a shape-inside, simulating one, and generating content that should roughly fill the
110188         shape-inside.
110189         (xFromEllipseCenter): The x distance from the center of an ellipse, based on its y
110190         distance from center.
110191         (xInset): The inset of a rounded rectangle from its bounding box.
110192         (generateString): Generate a string that roughly fills a shape-inside's content area.
110193         (simulateShape): Create floats to simulate a shape-inside area.
110194         (simulateShapeOutline): Create an outline for the rounded rectangle shape-inside.
110195         (generateSimulatedShapeElement): Simulate a shape-inside and appropriately fill it
110196         with content.
110197         (generateShapeElement): Create a shape-inside and fill it with content.
110198         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-001-expected.html: 
110199         Renamed from LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle-expected.html.
110200         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-001.html: 
110201         Renamed from LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle.html.
110202         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002-expected.html: Added.
110203         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002.html: Added.
110204         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003-expected.html: Added.
110205         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003.html: Added.
110206         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004-expected.html: Added.
110207         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004.html: Added.
110208
110209
110210 2012-10-04  Eric Carlson  <eric.carlson@apple.com>
110211
110212         Allow ports to override text track rendering style
110213         https://bugs.webkit.org/show_bug.cgi?id=97800
110214         <rdar://problem/12044964>
110215
110216         Reviewed by Silvia Pfeiffer.
110217
110218         * media/track/track-cue-rendering-expected.txt: Update results for caption css changes.
110219         * media/track/track-cue-rendering.html: 
110220         * platform/chromium/TestExpectations: Skip tests that need to be rebaselined.
110221
110222 2012-10-05  Takashi Sakamoto  <tasak@google.com>
110223
110224         Inline continuations create :after generated content on style recalcs
110225         https://bugs.webkit.org/show_bug.cgi?id=93170
110226
110227         Reviewed by Abhishek Arya.
110228
110229         * fast/css-generated-content/after-with-inline-continuation-expected.html: Added.
110230         * fast/css-generated-content/after-with-inline-continuation.html: Added.
110231         * fast/css-generated-content/dynamic-apply-after-for-inline-expected.html: Added.
110232         * fast/css-generated-content/dynamic-apply-after-for-inline.html: Added.
110233         * http/tests/misc/acid3-expected.txt:
110234         The acid3-expected.txt has the duplicate RenderBlock (positioned).
110235         Two 'layer at(638, 18) size 20x20, ... text run at (0,0) width 20: "X"'
110236         exist. So did reset-results for acid3-expected.txt.
110237
110238 2012-10-05  Tony Chang  <tony@chromium.org>
110239
110240         Fix margin box ascent computation in flexbox
110241         https://bugs.webkit.org/show_bug.cgi?id=98540
110242
110243         Reviewed by Ojan Vafai.
110244
110245         Remove a FIXME and update the results.
110246
110247         * css3/flexbox/flex-align-vertical-writing-mode.html:
110248         * css3/flexbox/flex-align.html:
110249
110250 2012-10-05  W. James MacLean  <wjmaclean@chromium.org>
110251
110252         [chromium] Enhance support for transforms in LinkHighlight.
110253         https://bugs.webkit.org/show_bug.cgi?id=94355
110254
110255         Reviewed by Adrienne Walker.
110256
110257         Improved handling of transformed highlight targets, where the transform goes beyond simple translation.
110258
110259         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line.html: Added.
110260         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html: Added.
110261         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-link.html: Added.
110262         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledX.html: Added.
110263         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledY.html: Added.
110264         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-ZIndex-expected.png: Removed.
110265         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-ZIndex-expected.txt: Removed.
110266         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line-expected.png: Added.
110267         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line-expected.txt: Added.
110268         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div-expected.png: Added.
110269         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div-expected.txt: Added.
110270         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-link-expected.png: Added.
110271         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-link-expected.txt: Added.
110272         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledX-expected.png: Added.
110273         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledX-expected.txt: Added.
110274         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledY-expected.png: Added.
110275         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledY-expected.txt: Added.
110276
110277 2012-10-05  Ojan Vafai  <ojan@chromium.org>
110278
110279         Deprecated flexboxes subtract scrollbar width/height twice
110280         https://bugs.webkit.org/show_bug.cgi?id=98552
110281
110282         Reviewed by Tony Chang.
110283
110284         * fast/flexbox/flexing-overflow-scroll-item-expected.txt: Added.
110285         * fast/flexbox/flexing-overflow-scroll-item.html: Added.
110286
110287 2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
110288
110289         GTK+ and Qt rebaselines after r130532.
110290
110291         * platform/chromium-linux-x86/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
110292         * platform/chromium-linux-x86/editing/pasteboard/paste-text-002-expected.txt: Removed.
110293         * platform/chromium-linux-x86/editing/pasteboard/paste-text-003-expected.txt: Removed.
110294         * platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
110295         * platform/chromium-linux/editing/pasteboard/paste-text-002-expected.txt: Removed.
110296         * platform/chromium-linux/editing/pasteboard/paste-text-003-expected.txt: Removed.
110297         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-002-expected.txt: Removed.
110298         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-003-expected.txt: Removed.
110299         * platform/chromium-win-xp/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
110300         * platform/chromium-win-xp/editing/pasteboard/paste-text-002-expected.txt: Removed.
110301         * platform/chromium-win-xp/editing/pasteboard/paste-text-003-expected.txt: Removed.
110302         * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
110303         * platform/chromium-win/editing/pasteboard/paste-text-002-expected.txt: Removed.
110304         * platform/chromium-win/editing/pasteboard/paste-text-003-expected.txt: Removed.
110305         * platform/chromium/svg/custom/delete-text-crash-expected.txt: Removed.
110306         * platform/chromium/svg/custom/delete-text-innerText-crash-expected.txt: Removed.
110307         * platform/gtk/editing/deleting/delete-block-merge-contents-001-expected.txt:
110308         * platform/gtk/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
110309         * platform/gtk/editing/pasteboard/merge-end-blockquote-expected.txt:
110310         * platform/gtk/editing/pasteboard/paste-text-002-expected.txt: Removed.
110311         * platform/gtk/editing/pasteboard/paste-text-003-expected.txt: Removed.
110312         * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt:
110313         * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
110314         * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt:
110315         * platform/qt/editing/pasteboard/paste-text-002-expected.txt: Removed.
110316         * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Removed.
110317
110318 2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
110319
110320         Chromium and Mac rebaselines after r130532.
110321
110322         * platform/chromium-linux-x86/editing/pasteboard/interchange-newline-1-expected.txt: Added.
110323         * platform/chromium-linux-x86/editing/pasteboard/paste-text-002-expected.txt: Added.
110324         * platform/chromium-linux-x86/editing/pasteboard/paste-text-003-expected.txt: Added.
110325         * platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.txt: Added.
110326         * platform/chromium-linux/editing/pasteboard/paste-text-002-expected.txt: Added.
110327         * platform/chromium-linux/editing/pasteboard/paste-text-003-expected.txt: Added.
110328         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-002-expected.txt:
110329         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-003-expected.txt:
110330         * platform/chromium-win-xp/editing/pasteboard/interchange-newline-1-expected.txt: Added.
110331         * platform/chromium-win-xp/editing/pasteboard/paste-text-002-expected.txt: Added.
110332         * platform/chromium-win-xp/editing/pasteboard/paste-text-003-expected.txt: Added.
110333         * platform/chromium-win/editing/deleting/delete-block-merge-contents-001-expected.txt:
110334         * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.txt:
110335         * platform/chromium-win/editing/pasteboard/merge-end-blockquote-expected.txt:
110336         * platform/chromium-win/editing/pasteboard/paste-text-002-expected.txt:
110337         * platform/chromium-win/editing/pasteboard/paste-text-003-expected.txt:
110338         * platform/chromium/svg/custom/delete-text-crash-expected.txt: Added.
110339         * platform/chromium/svg/custom/delete-text-innerText-crash-expected.txt: Added.
110340         * svg/custom/delete-text-crash-expected.txt:
110341         * svg/custom/delete-text-innerText-crash-expected.txt:
110342
110343 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
110344
110345         [Gtk] fast/xsl/xslt-missing-namespace-in-xslt.xml is failing on the 64-bit Debug builder
110346         https://bugs.webkit.org/show_bug.cgi?id=91009
110347
110348         Reviewed by Martin Robinson.
110349
110350         Update the test's baselines. The output now properly shows the error.
110351
110352         * platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.png:
110353         * platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
110354
110355 2012-10-05  Dirk Pranke  <dpranke@chromium.org>
110356
110357         Fix lint error in TestExpectations from previous change.
110358
110359         Unreviewed.
110360
110361         * platform/chromium/TestExpectations:
110362
110363 2012-10-05  Dirk Pranke  <dpranke@chromium.org>
110364
110365         [chromium] tests failing after r130443.
110366         https://bugs.webkit.org/show_bug.cgi?id=98545
110367
110368         Unreviewed, expectations change.
110369
110370          [chromium] fast/text/international/text-spliced-font.html and
110371          fast/writing-mode/Kusa-Makura-background-canvas.html are failing on
110372          the Mac after r130443 and we're not quite sure why ...
110373
110374         * platform/chromium-linux/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
110375         * platform/chromium-mac-snowleopard/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
110376         * platform/chromium-mac/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
110377         * platform/chromium-mac/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
110378         * platform/chromium-win/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
110379         * platform/chromium-win/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
110380         * platform/chromium/TestExpectations:
110381
110382 2012-10-05  W. James MacLean  <wjmaclean@chromium.org>
110383
110384         [chromium] Modify gesture highlight behaviour. Cancel on GestureLongPress and animate on GestureTapCancel.
110385         https://bugs.webkit.org/show_bug.cgi?id=97355
110386
110387         Reviewed by Adrienne Walker.
110388
110389         This patch revises the behaviour of GestureTapDown highlighting so that the highlight should disappear if
110390         interrupted by GestureTap, and animate away if interrupted by GestureTapCancel.
110391
110392         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel.html: removed extra testRunner.display().
110393         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel2.html: Added.
110394         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress.html: Added.
110395         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel2-expected.png: Added.
110396         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel2-expected.txt: Added.
110397         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress-expected.png: Added.
110398         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress-expected.txt: Added.
110399
110400 2012-10-05  Jer Noble  <jer.noble@apple.com>
110401
110402         REGRESSION (r129478-r129480): http/tests/loading/text-content-type-with-binary-extension.html failing on Apple MountainLion Debug WK2 (Tests)
110403         https://bugs.webkit.org/show_bug.cgi?id=98527
110404
110405         Unreviewed gardening after r129479.
110406
110407         * platform/mac-wk2/TestExpectations:
110408
110409 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
110410
110411         Unreviewed GTK gardening.
110412
110413         Removing failure expectation for fast/text/vertical-rl-rtl-linebreak.html
110414         since the test only needed platform-specific baselines (which were added
110415         in r130524).
110416
110417         * platform/gtk/TestExpectations:
110418
110419 2012-10-05  Ojan Vafai  <ojan@chromium.org>
110420
110421         Have perf test assert worst order of magnitude
110422         https://bugs.webkit.org/show_bug.cgi?id=98535
110423
110424         Reviewed by Tony Chang.
110425
110426         Really we only care if tests get order of magnitude slower.
110427         Assert that tests are at least a certain magnitude.
110428         Hopefully this will reduce flakiness some.
110429        
110430         * resources/magnitude-perf.js:
110431         (Magnitude._run):
110432
110433 2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
110434
110435         Deleting across multiple paragraphs can change the style of surrounding text
110436         https://bugs.webkit.org/show_bug.cgi?id=97266
110437
110438         Reviewed by Levi Weintraub.
110439
110440         Added a regression test and rebaselined tests.
110441
110442         * editing/deleting/delete-before-block-image-2-expected.txt:
110443         * editing/deleting/merge-paragraph-from-p-with-style-expected.txt:
110444         * editing/deleting/merge-paragraph-from-p-with-style.html: We changed the behavior. The editing style of p
110445         is now preserved when merging paragraphs.
110446         * editing/deleting/merge-paragraph-with-style-from-rule-expected.txt: Added.
110447         * editing/deleting/merge-paragraph-with-style-from-rule.html: Added.
110448         * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
110449         * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
110450
110451 2012-10-05  Julien Chaffraix  <jchaffraix@webkit.org>
110452
110453         Unreviewed rebaseline after r130355.
110454
110455         r130447 forgot to update the Snow Leopard pixel baselines. The only differences are due to a different font used.
110456
110457         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-combinations-expected.png: Added.
110458         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
110459         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-transformed-expected.png: Added.
110460
110461 2012-10-05  Ojan Vafai  <ojan@chromium.org>
110462
110463         Add expected result accidentally left out of http://trac.webkit.org/changeset/130337.
110464         * perf/adding-radio-buttons-expected.txt:
110465
110466 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
110467
110468         Unreviewed GTK gardening.
110469
110470         Adding platform-specific baselines after r130443 and r130489.
110471
110472         * platform/gtk/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
110473         * platform/gtk/fast/repaint/box-shadow-inset-repaint-expected.txt: Added.
110474         * platform/gtk/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
110475         * platform/gtk/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
110476
110477 2012-10-05  Christophe Dumez  <christophe.dumez@intel.com>
110478
110479         [WK2][WKTR] Implement UIClient focus callbacks in WebKitTestRunner
110480         https://bugs.webkit.org/show_bug.cgi?id=98256
110481
110482         Reviewed by Kenneth Rohde Christiansen.
110483
110484         Unskip fast/dom/Window/mozilla-focus-blur.html now that
110485         WebKitTestRunner implements UIClient's focus callbacks.
110486
110487         * platform/efl-wk2/TestExpectations:
110488
110489 2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
110490
110491         Remove wrong expectations added in r130452.
110492
110493         * platform/chromium-win-xp/editing/pasteboard/5006779-expected.png: Removed.
110494         * platform/chromium-win-xp/editing/pasteboard/5006779-expected.txt: Removed.
110495
110496 2012-10-05  Alexander Pavlov  <apavlov@chromium.org>
110497
110498         Web Inspector: [Styles] Unable to edit properties in broken stylesheets
110499         https://bugs.webkit.org/show_bug.cgi?id=98246
110500
110501         Reviewed by Vsevolod Vlasov.
110502
110503         A small refactoring to share the CSS style data dumping code among tests.
110504
110505         * http/tests/inspector/elements-test.js:
110506         (initialize_ElementTest):
110507         * inspector/styles/parse-stylesheet-errors-expected.txt: Added.
110508         * inspector/styles/parse-stylesheet-errors.html: Added.
110509         * inspector/styles/styles-new-API.html:
110510
110511 2012-10-05  Jer Noble  <jer.noble@apple.com>
110512
110513         [Mac] REGRESSION (r130411-r130414): fast/images/repaint-subrect-grid.html failing on Apple MountainLion Debug WK2 (Tests)
110514         https://bugs.webkit.org/show_bug.cgi?id=98523
110515
110516         Unreviewed gardening after r130414.
110517
110518         * platform/mac/TestExpectations:
110519
110520 2012-10-05  Csaba Osztrogonác  <ossy@webkit.org>
110521
110522         [Qt] Updates expected test results for the expanded coverage in testfonts
110523         https://bugs.webkit.org/show_bug.cgi?id=98425
110524
110525         Unreviewed gardening after r130502.
110526
110527         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
110528         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
110529         * platform/qt/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png:
110530         * platform/qt/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
110531         * platform/qt/fast/images/icon-decoding-expected.png: Added.
110532         * platform/qt/fast/images/icon-decoding-expected.txt:
110533         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
110534         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
110535
110536 2012-10-05  Sadrul Habib Chowdhury  <sadrul@chromium.org>
110537
110538         [chromium] Allow dragging into plugins.
110539         https://bugs.webkit.org/show_bug.cgi?id=98277
110540
110541         Reviewed by Tony Chang.
110542
110543         Add test to make sure that plugins receive the drag events correctly.
110544
110545         * platform/chromium/plugins/drag-events-expected.txt: Added.
110546         * platform/chromium/plugins/drag-events.html: Added.
110547
110548 2012-10-05  Marcelo Lira  <marcelo.lira@openbossa.org>
110549
110550         [Qt] Updates expected test results for the expanded coverage in testfonts
110551         https://bugs.webkit.org/show_bug.cgi?id=98425
110552
110553         Reviewed by Csaba Osztrogonác.
110554
110555         The Qt testfonts repository was expanded with the croscore set of
110556         fonts, which provides a great number of new glyphs (e.g. hebrew
110557         characters).
110558
110559         See the comments in the testfonts commit for detailed information:
110560         https://gitorious.org/qtwebkit/testfonts/commit/f11a54548121ee9fb0688dc6f32acdbfec5d2d2f/diffs
110561
110562         * platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Removed.
110563         * platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
110564         * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Removed.
110565         * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Removed.
110566         * platform/qt-5.0/fast/forms/search-rtl-expected.png: Removed.
110567         * platform/qt-5.0/fast/forms/search-rtl-expected.txt: Removed.
110568         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
110569         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
110570         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
110571         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
110572         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
110573         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
110574         * platform/qt/fast/borders/bidi-012-expected.txt:
110575         * platform/qt/fast/forms/listbox-bidi-align-expected.png:
110576         * platform/qt/fast/forms/listbox-bidi-align-expected.txt:
110577         * platform/qt/fast/forms/search-rtl-expected.png:
110578         * platform/qt/fast/forms/search-rtl-expected.txt:
110579         * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.txt:
110580         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
110581         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
110582         * platform/qt/fast/text/large-text-composed-char-expected.png:
110583         * platform/qt/svg/custom/glyph-selection-bidi-mirror-expected.png:
110584         * platform/qt/svg/custom/glyph-selection-bidi-mirror-expected.txt:
110585
110586 2012-10-05  Allan Sandfeld Jensen  <allan.jensen@digia.com>
110587
110588         Unreviewed Qt gardening.
110589
110590         The ICO decoder shouldn't be broken since it is the WebKit decoder.
110591
110592         * platform/qt/TestExpectations:
110593
110594 2012-10-05  Csaba Osztrogonác  <ossy@webkit.org>
110595
110596         [Qt] Unreviewed gardening, update an expected file for newer Qt5.
110597
110598         * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.png:
110599         * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.txt:
110600
110601 2012-10-05  Andrei Bucur  <abucur@adobe.com>
110602
110603         Incomplete repaint of boxes with inset box-shadow and padding when resized
110604         https://bugs.webkit.org/show_bug.cgi?id=59863
110605
110606         Reviewed by Simon Fraser.
110607
110608         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)
110609         so I've added a rule in the TestExpectations file.
110610
110611         * platform/chromium/TestExpectations:
110612         * fast/repaint/box-shadow-inset-repaint.html: Added.
110613         * platform/chromium-mac/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
110614         * platform/mac/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
110615         * platform/mac/fast/repaint/box-shadow-inset-repaint-expected.txt: Added.
110616
110617 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
110618
110619         Unreviewed GTK gardening.
110620
110621         Updating platform-specific baselines after r130411.
110622         Removing platform-specific baselines for CSS compositing tests
110623         and skipping these tests entirely as the feature is not yet enabled
110624         on the GTK port.
110625
110626         * platform/gtk/TestExpectations:
110627         * platform/gtk/css3/compositing: Removed.
110628         * platform/gtk/css3/compositing/blend-mode-property-expected.txt: Removed.
110629         * platform/gtk/css3/compositing/blend-mode-property-parsing-expected.txt: Removed.
110630         * platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt:
110631         * platform/gtk/editing/execCommand/paste-1-expected.txt:
110632         * platform/gtk/editing/pasteboard/8145-3-expected.txt:
110633         * platform/gtk/editing/pasteboard/paste-line-endings-007-expected.txt:
110634         * platform/gtk/editing/pasteboard/paste-match-style-001-expected.txt:
110635         * platform/gtk/editing/pasteboard/paste-text-009-expected.txt:
110636         * platform/gtk/editing/pasteboard/smart-paste-007-expected.txt:
110637         * platform/gtk/editing/pasteboard/unrendered-br-expected.txt:
110638
110639 2012-10-05  Csaba Osztrogonác  <ossy@webkit.org>
110640
110641         [Qt] Enable CSS compositing by default
110642         https://bugs.webkit.org/show_bug.cgi?id=98490
110643
110644         Reviewed by Simon Hausmann.
110645
110646         * 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.
110647
110648 2012-10-05  Kent Tamura  <tkent@chromium.org>
110649
110650         [Chromium] Test expectation update
110651         https://bugs.webkit.org/show_bug.cgi?id=98481
110652
110653         r130477 affects month-multiple-fields tests too.
110654
110655         * platform/chromium/TestExpectations:
110656
110657 2012-10-05  Sheriff Bot  <webkit.review.bot@gmail.com>
110658
110659         Unreviewed, rolling out r130466.
110660         http://trac.webkit.org/changeset/130466
110661         https://bugs.webkit.org/show_bug.cgi?id=98495
110662
110663         It made 12 tests crash on Qt-WK2 (Requested by Ossy on
110664         #webkit).
110665
110666         * platform/efl-wk2/TestExpectations:
110667
110668 2012-10-05  Kent Tamura  <tkent@chromium.org>
110669
110670         Add appearance tests for input[type=date] with multiple fields
110671         https://bugs.webkit.org/show_bug.cgi?id=98479
110672
110673         Reviewed by Kentaro Hara.
110674
110675         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.txt: Added.
110676         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic.html: Added.
110677         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.txt: Added.
110678         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes.html: Added.
110679         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
110680         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html: Added.
110681         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.txt: Added.
110682         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style.html: Added.
110683         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
110684         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
110685         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
110686         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
110687         * platform/chromium/TestExpectations:
110688
110689 2012-10-04  Kent Tamura  <tkent@chromium.org>
110690
110691         Fix sub-field width to the maximum width of a placeholder and the maximum value
110692         https://bugs.webkit.org/show_bug.cgi?id=98481
110693
110694         Reviewed by Hajime Morita.
110695
110696         Update a test and test expectations.
110697
110698         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt:
110699         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html:
110700         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
110701         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
110702         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
110703         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
110704         * platform/chromium/TestExpectations:
110705
110706 2012-10-05  Kangil Han  <kangil.han@samsung.com>
110707
110708         [EFL][WK2][WTR] Unskip parser-tests-110.html test case.
110709         https://bugs.webkit.org/show_bug.cgi?id=98484
110710
110711         Unreviewed EFL gardening.
110712
110713         fast/encoding/parser-tests-110.html test case has been passed consistently.
110714
110715         * platform/efl-wk2/TestExpectations:
110716
110717 2012-10-05  Nandor Huszka  <hnandor@inf.u-szeged.hu>
110718
110719         [Qt] Gardening, skip some failing test.
110720
110721         Reviewed by Csaba Osztrogonác.
110722
110723         * platform/qt-5.0-wk2/TestExpectations:
110724         * platform/qt/TestExpectations:
110725
110726 2012-10-05  Christophe Dumez  <christophe.dumez@intel.com>
110727
110728         [EFL] Fix window resizing / moving in WK1 and WKTR
110729         https://bugs.webkit.org/show_bug.cgi?id=98486
110730
110731         Reviewed by Gyuyoung Kim.
110732
110733         Unskip 2 window resizing / moving tests now that
110734         the implementation for those has been fixed in
110735         WebKit1 EFL.
110736
110737         * platform/efl-wk1/TestExpectations:
110738
110739 2012-10-04  Kunihiko Sakamoto  <ksakamoto@chromium.org>
110740
110741         <input> size attribute should throw INDEX_SIZE_ERR when set to 0
110742         https://bugs.webkit.org/show_bug.cgi?id=61675
110743
110744         Reviewed by Kent Tamura.
110745
110746         Added test case to verify that input.size throws INDEX_SIZE_ERR when set to 0.
110747
110748         Updated fast/forms/number/number-size.html to reflect new behavior.
110749
110750         * fast/dom/HTMLInputElement/input-size-attribute-expected.txt:
110751         * fast/dom/HTMLInputElement/input-size-attribute.html:
110752         * fast/forms/number/number-size.html:
110753         * fast/forms/number/number-size-expected.txt:
110754
110755 2012-10-04  Christophe Dumez  <christophe.dumez@intel.com>
110756
110757         [WK2][WKTR] Implement UIClient focus callbacks in WebKitTestRunner
110758         https://bugs.webkit.org/show_bug.cgi?id=98256
110759
110760         Reviewed by Kenneth Rohde Christiansen.
110761
110762         Unskip fast/dom/Window/mozilla-focus-blur.html now that
110763         WebKitTestRunner implements UIClient's focus callbacks.
110764
110765         * platform/efl-wk2/TestExpectations:
110766
110767 2012-10-04  Rik Cabanier  <cabanier@adobe.com>
110768
110769         Turn Compositing on by default in WebKit build
110770         https://bugs.webkit.org/show_bug.cgi?id=98315
110771
110772         Reviewed by Simon Fraser.
110773
110774         enable -webkit-blend-mode on trunk.
110775
110776         * css3/compositing/blend-mode-property-expected.txt:
110777         * css3/compositing/blend-mode-property-parsing-expected.txt:
110778         * css3/compositing/script-tests/blend-mode-property.js:
110779         (testblendmode):
110780         * css3/compositing/should-have-compositing-layer-expected.txt:
110781         * platform/chromium/TestExpectations: 
110782
110783 2012-10-04  Kent Tamura  <tkent@chromium.org>
110784
110785         Update some picker tests for input[type=date]
110786         https://bugs.webkit.org/show_bug.cgi?id=98390
110787
110788         Follow up of r130433. We still need offsetTop access.
110789
110790         * fast/forms/date/calendar-picker-common.js:
110791         (openPicker):
110792         * fast/forms/resources/suggestion-picker-common.js:
110793         (openPicker):
110794         * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl.html:
110795         Remove unnecessary width style.
110796
110797 2012-10-04  Tony Chang  <tony@chromium.org>
110798
110799         Convert some flexbox tests to run in mozilla
110800         https://bugs.webkit.org/show_bug.cgi?id=98464
110801
110802         Reviewed by Ojan Vafai.
110803
110804         Move properties with a small number of values into resources/flexbox.css
110805         and start using it in some flexbox tests.
110806
110807         * css3/flexbox/align-absolute-child.html:
110808         * css3/flexbox/align-baseline-expected.html:
110809         * css3/flexbox/align-baseline.html:
110810         * css3/flexbox/anonymous-block-merge-crash.html:
110811         * css3/flexbox/anonymous-block.html:
110812         * css3/flexbox/auto-height-dynamic.html:
110813         * css3/flexbox/auto-margins.html:
110814         * css3/flexbox/box-sizing-min-max-sizes.html:
110815         * css3/flexbox/box-sizing.html:
110816         * css3/flexbox/child-overflow-expected.html:
110817         * css3/flexbox/child-overflow.html:
110818         * css3/flexbox/columns-auto-size.html:
110819         * css3/flexbox/columns-height-set-via-top-bottom.html:
110820         * css3/flexbox/content-height-with-scrollbars.html:
110821         * css3/flexbox/cross-axis-scrollbar.html:
110822         * css3/flexbox/flex-algorithm-min-max.html:
110823         * css3/flexbox/flex-algorithm-with-margins.html:
110824         * css3/flexbox/flex-algorithm.html:
110825         * css3/flexbox/resources/flexbox.css: Added.
110826
110827 2012-10-04  Dirk Pranke  <dpranke@chromium.org>
110828
110829         Update chromium baselines for 5006779.html and paint-subrect-grid.html.
110830
110831         Unreviewed, rebaselining.
110832
110833         Updates after r130425 and r130411.
110834
110835         * platform/chromium-linux/fast/images/paint-subrect-grid-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/images/paint-subrect-grid-expected.png.
110836         * platform/chromium-win-xp/editing/pasteboard/5006779-expected.png: Added.
110837         * platform/chromium-win-xp/editing/pasteboard/5006779-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/5006779-expected.txt.
110838         * platform/chromium-win/editing/pasteboard/5006779-expected.txt:
110839         * platform/chromium/fast/images/paint-subrect-grid-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/images/paint-subrect-grid-expected.png.
110840
110841 2012-10-04  Douglas Stockwell  <dstockwell@chromium.org>
110842
110843         [chromium] Unreviewed. Rebaseline mac/win results after r130355
110844         https://bugs.webkit.org/show_bug.cgi?id=98472
110845
110846         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-combinations-expected.png: Added.
110847         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
110848         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-transformed-expected.png: Added.
110849         * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
110850         * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
110851         * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
110852         * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
110853         * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
110854         * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
110855         * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
110856         * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
110857         * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png:
110858         * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.png:
110859         * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
110860         * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
110861         * platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
110862         * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
110863         * platform/chromium-mac/fast/clip/overflow-border-radius-combinations-expected.png:
110864         * platform/chromium-mac/fast/clip/overflow-border-radius-fixed-position-expected.png:
110865         * platform/chromium-mac/fast/clip/overflow-border-radius-transformed-expected.png:
110866         * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
110867         * platform/chromium-mac/media/audio-controls-rendering-expected.png:
110868         * platform/chromium-mac/media/audio-repaint-expected.png:
110869         * platform/chromium-mac/media/controls-after-reload-expected.png:
110870         * platform/chromium-mac/media/controls-strict-expected.png:
110871         * platform/chromium-mac/media/controls-styling-expected.png:
110872         * platform/chromium-mac/media/controls-styling-strict-expected.png:
110873         * platform/chromium-mac/media/controls-without-preload-expected.png:
110874         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
110875         * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png:
110876         * platform/chromium-mac/media/video-controls-rendering-expected.png:
110877         * platform/chromium-mac/media/video-display-toggle-expected.png:
110878         * platform/chromium-mac/media/video-no-audio-expected.png:
110879         * platform/chromium-mac/media/video-playing-and-pause-expected.png:
110880         * platform/chromium-mac/media/video-zoom-controls-expected.png:
110881         * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.png:
110882         * platform/chromium-win/fast/clip/overflow-border-radius-combinations-expected.png:
110883         * platform/chromium-win/fast/clip/overflow-border-radius-fixed-position-expected.png:
110884         * platform/chromium-win/fast/clip/overflow-border-radius-transformed-expected.png:
110885         * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
110886         * platform/chromium-win/media/audio-controls-rendering-expected.png:
110887         * platform/chromium-win/media/audio-repaint-expected.png:
110888         * platform/chromium-win/media/controls-after-reload-expected.png:
110889         * platform/chromium-win/media/controls-strict-expected.png:
110890         * platform/chromium-win/media/controls-styling-expected.png:
110891         * platform/chromium-win/media/controls-styling-strict-expected.png:
110892         * platform/chromium-win/media/controls-without-preload-expected.png:
110893         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png:
110894         * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.png:
110895         * platform/chromium-win/media/video-controls-rendering-expected.png:
110896         * platform/chromium-win/media/video-display-toggle-expected.png:
110897         * platform/chromium-win/media/video-no-audio-expected.png:
110898         * platform/chromium-win/media/video-playing-and-pause-expected.png:
110899         * platform/chromium-win/media/video-zoom-controls-expected.png:
110900         * platform/chromium/TestExpectations:
110901
110902 2012-10-04  Enrica Casucci  <enrica@apple.com>
110903
110904         Font::glyphDataAndPageForCharacter doesn't account for text orientation when using systemFallback on a cold cache.
110905         https://bugs.webkit.org/show_bug.cgi?id=98452.
110906
110907         Reviewed by Dan Bernstein.
110908
110909         The new test adds platform specific results for Mac, since it uses system fallback fonts.
110910         I've added the expected failure for all the other platforms.
110911
110912         * fast/text/vertical-rl-rtl-linebreak.html: Added.
110913         * platform/chromium/TestExpectations:
110914         * platform/efl/TestExpectations:
110915         * platform/gtk/TestExpectations:
110916         * platform/mac/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
110917         * platform/qt/TestExpectations:
110918         * platform/win/TestExpectations:
110919
110920 2012-10-04  Adam Klein  <adamk@chromium.org>
110921
110922         MutationRecord attributeName should be null for non attribute changes
110923         https://bugs.webkit.org/show_bug.cgi?id=98438
110924
110925         Reviewed by Ojan Vafai.
110926
110927         * fast/mutation/mutation-record-nullity-expected.txt: Added.
110928         * fast/mutation/mutation-record-nullity.html: Added.
110929
110930 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
110931
110932         More Qt rebaselines after r130411.
110933
110934         * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt:
110935         * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt:
110936         * platform/qt/editing/pasteboard/5006779-expected.txt:
110937         * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt:
110938         * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt:
110939         * platform/qt/editing/pasteboard/smart-paste-004-expected.txt: Removed.
110940
110941 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
110942
110943         GTK+ rebaselines after r130411.
110944
110945         * platform/gtk/editing/deleting/delete-block-merge-contents-018-expected.txt:
110946         * platform/gtk/editing/deleting/delete-block-merge-contents-019-expected.txt:
110947         * platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt:
110948         * platform/gtk/editing/deleting/delete-block-merge-contents-021-expected.txt:
110949         * platform/gtk/editing/deleting/delete-block-merge-contents-022-expected.txt:
110950         * platform/gtk/editing/deleting/merge-no-br-expected.txt:
110951         * platform/gtk/editing/execCommand/find-after-replace-expected.txt:
110952         * platform/gtk/editing/execCommand/paste-2-expected.txt:
110953         * platform/gtk/editing/pasteboard/4944770-2-expected.txt:
110954         * platform/gtk/editing/pasteboard/5006779-expected.txt:
110955         * platform/gtk/editing/pasteboard/5028447-expected.txt:
110956         * platform/gtk/editing/pasteboard/drag-drop-modifies-page-expected.txt:
110957         * platform/gtk/editing/pasteboard/merge-end-borders-expected.txt:
110958         * platform/gtk/editing/pasteboard/paste-line-endings-008-expected.txt:
110959         * platform/gtk/editing/pasteboard/paste-line-endings-009-expected.txt:
110960         * platform/gtk/editing/pasteboard/paste-line-endings-010-expected.txt:
110961         * platform/gtk/editing/pasteboard/paste-text-008-expected.txt:
110962         * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
110963         * platform/gtk/editing/pasteboard/smart-drag-drop-expected.txt:
110964         * platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt:
110965         * platform/gtk/fast/lists/drag-into-marker-expected.txt:
110966
110967 2012-10-04  Tab Atkins  <tabatkins@google.com>
110968
110969         1ex should equal .5em when the font has no x-height metric
110970         https://bugs.webkit.org/show_bug.cgi?id=80360
110971
110972         Reviewed by Eric Seidel.
110973
110974         If a font has no x-height metric, 1ex should equal .5em.
110975
110976         Test layout tweaked by David Barr <davidbarr@chromium.org>.
110977
110978         * fast/css/ex-unit-with-no-x-height-expected.txt: Added.
110979         * fast/css/ex-unit-with-no-x-height.html: Added.
110980
110981 2012-10-04  Tullio Lucena  <tullio.lucena@openbossa.org>
110982
110983         [Qt] New test introduced in r129346 inspector-protocol/css-getSupportedCSSProperties.html fails
110984         https://bugs.webkit.org/show_bug.cgi?id=97451
110985
110986         Reviewed by Kenneth Rohde Christiansen.
110987
110988         Unskipping this test that is passing.
110989
110990         * platform/qt/TestExpectations:
110991
110992 2012-10-04  Kent Tamura  <tkent@chromium.org>
110993
110994         Update some picker tests for input[type=date]
110995         https://bugs.webkit.org/show_bug.cgi?id=98390
110996
110997         Reviewed by Daniel Bates.
110998
110999         r130375 changed a behavior. A key bind to open a calendar picker
111000         or a suggestion picker was changed from "Down" to "Alt + Down". We
111001         need to update tests which open pickers for input[type=date].
111002
111003         * fast/forms/date/calendar-picker-appearance-expected.txt:
111004         * fast/forms/date/calendar-picker-appearance-pre-100.html:
111005         Use openPicker() in calendar-picker-common.js.
111006         * fast/forms/date/calendar-picker-appearance.html: Ditto.
111007         * fast/forms/date/calendar-picker-common.js:
111008         (openPicker): Specify Alt modifier.
111009         (sendKey): Add ctrlKey and altKey flags.
111010         * fast/forms/date/calendar-picker-with-step.html:
111011         Use openPicker() in calendar-picker-common.js.
111012         * platform/chromium/TestExpectations:
111013         * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl.html:
111014         Use openPicker() in suggestion-picker-common.js
111015         * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar.html:
111016         Ditto.
111017         * platform/chromium/fast/forms/date/date-suggestion-picker-appearance.html:
111018         Ditto.
111019         * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt:
111020         * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations.html:
111021         Use openPicker() and sendKey() in suggestion-picker-common.js.
111022         Increase the internal timeout because it was too short on my machine.
111023
111024 2012-10-04  Alpha Lam  <hclam@chromium.org>
111025
111026         Unreviewed. Chromium rebaselines.
111027
111028         Rebaseline pixel results after r130412.
111029
111030         * platform/chromium-mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.png:
111031         * platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.png:
111032
111033 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
111034
111035         Another rebaseline needed after r130411.
111036
111037         * platform/mac/editing/pasteboard/5006779-expected.txt:
111038
111039 2012-10-04  Christophe Dumez  <christophe.dumez@intel.com>
111040
111041         [EFL] Add libxml 2.8.0 to jhbuild
111042         https://bugs.webkit.org/show_bug.cgi?id=98418
111043
111044         Reviewed by Laszlo Gombos.
111045
111046         Unskip fast/xsl/xslt-missing-namespace-in-xslt.xml
111047         since it passes with libxml 2.8.0 and we now depend
111048         on that version.
111049
111050         * platform/efl/TestExpectations:
111051
111052 2012-10-04  Tony Chang  <tony@chromium.org>
111053
111054         Unreviewed gardening.  Landing render tree results for css3/flexbox/flexbox-baseline.html.
111055         https://bugs.webkit.org/show_bug.cgi?id=98306
111056
111057         This pixel test was added in r130405.
111058
111059         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png: Added.
111060         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png: Added.
111061         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt: Added.
111062         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png: Added.
111063         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt: Copied from LayoutTests/platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt.
111064         * platform/chromium/TestExpectations:
111065         * platform/gtk/TestExpectations:
111066         * platform/gtk/css3/flexbox/flexbox-baseline-expected.txt: Added.
111067         * platform/mac/TestExpectations:
111068         * platform/mac/css3/flexbox/flexbox-baseline-expected.txt: Added.
111069         * platform/qt/TestExpectations:
111070         * platform/qt/css3/flexbox/flexbox-baseline-expected.txt: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt.
111071
111072 2012-10-04  Alpha Lam  <hclam@chromium.org>
111073
111074         Unreviewed. Chromium rebaselines.
111075
111076         * platform/chromium-mac/fast/images/paint-subrect-grid-expected.png: Copied from LayoutTests/platform/chromium/fast/images/paint-subrect-grid-expected.png.
111077         * platform/chromium-win/fast/images/paint-subrect-grid-expected.png: Renamed from LayoutTests/platform/chromium/fast/images/paint-subrect-grid-expected.png.
111078
111079 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
111080
111081         Chromium rebaselines after r130411.
111082
111083         * platform/chromium-linux-x86/editing/pasteboard/paste-xml-expected.txt:
111084         * platform/chromium-linux/editing/pasteboard/4944770-2-expected.txt:
111085         * platform/chromium-linux/editing/pasteboard/paste-xml-expected.txt:
111086         * platform/chromium-linux/editing/pasteboard/smart-drag-drop-expected.txt:
111087         * platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.txt:
111088         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-008-expected.txt: Removed.
111089         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-xml-expected.txt: Added.
111090         * platform/chromium-mac/editing/pasteboard/paste-xml-expected.txt:
111091         * platform/chromium-win-xp/editing/pasteboard/paste-xml-expected.txt:
111092         * platform/chromium-win/editing/deleting/delete-block-merge-contents-018-expected.txt:
111093         * platform/chromium-win/editing/deleting/delete-block-merge-contents-019-expected.txt:
111094         * platform/chromium-win/editing/deleting/delete-block-merge-contents-020-expected.txt:
111095         * platform/chromium-win/editing/deleting/delete-block-merge-contents-021-expected.txt:
111096         * platform/chromium-win/editing/deleting/delete-block-merge-contents-022-expected.txt:
111097         * platform/chromium-win/editing/deleting/merge-no-br-expected.txt:
111098         * platform/chromium-win/editing/execCommand/find-after-replace-expected.txt:
111099         * platform/chromium-win/editing/execCommand/paste-1-expected.txt:
111100         * platform/chromium-win/editing/execCommand/paste-2-expected.txt:
111101         * platform/chromium-win/editing/pasteboard/4944770-2-expected.txt:
111102         * platform/chromium-win/editing/pasteboard/5028447-expected.txt:
111103         * platform/chromium-win/editing/pasteboard/8145-3-expected.txt:
111104         * platform/chromium-win/editing/pasteboard/drag-drop-modifies-page-expected.txt:
111105         * platform/chromium-win/editing/pasteboard/merge-end-borders-expected.txt:
111106         * platform/chromium-win/editing/pasteboard/paste-line-endings-007-expected.txt:
111107         * platform/chromium-win/editing/pasteboard/paste-line-endings-008-expected.txt:
111108         * platform/chromium-win/editing/pasteboard/paste-line-endings-009-expected.txt:
111109         * platform/chromium-win/editing/pasteboard/paste-line-endings-010-expected.txt:
111110         * platform/chromium-win/editing/pasteboard/paste-match-style-001-expected.txt:
111111         * platform/chromium-win/editing/pasteboard/paste-text-008-expected.txt:
111112         * platform/chromium-win/editing/pasteboard/paste-text-009-expected.txt:
111113         * platform/chromium-win/editing/pasteboard/paste-xml-expected.txt:
111114         * platform/chromium-win/editing/pasteboard/smart-paste-007-expected.txt:
111115         * platform/chromium-win/editing/pasteboard/subframe-dragndrop-1-expected.txt:
111116         * platform/chromium-win/editing/pasteboard/unrendered-br-expected.txt:
111117         * platform/chromium-win/fast/lists/drag-into-marker-expected.txt:
111118
111119 2012-10-04  Pravin D  <pravind.2k4@gmail.com>
111120
111121         Layout broken after cloning and re-inserting a table with a misplaced <form>
111122         https://bugs.webkit.org/show_bug.cgi?id=86746
111123
111124         Reviewed by Julien Chaffraix.
111125
111126         * fast/table/form-with-non-table-display-inside-table-elements-expected.txt: Added.
111127         * fast/table/form-with-non-table-display-inside-table-elements.html: Added.
111128
111129 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
111130
111131         Qt rebaseline after r130411.
111132
111133         * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt:
111134         * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt:
111135         * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt:
111136         * platform/qt/editing/deleting/merge-no-br-expected.txt:
111137         * platform/qt/editing/execCommand/find-after-replace-expected.txt:
111138         * platform/qt/editing/execCommand/paste-1-expected.txt:
111139         * platform/qt/editing/execCommand/paste-2-expected.txt:
111140         * platform/qt/editing/pasteboard/4944770-2-expected.txt:
111141         * platform/qt/editing/pasteboard/5006779-expected.txt:
111142         * platform/qt/editing/pasteboard/5028447-expected.txt:
111143         * platform/qt/editing/pasteboard/8145-3-expected.txt:
111144         * platform/qt/editing/pasteboard/merge-end-borders-expected.txt:
111145         * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt:
111146         * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt:
111147         * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt:
111148         * platform/qt/editing/pasteboard/paste-text-008-expected.txt:
111149         * platform/qt/editing/pasteboard/paste-text-009-expected.txt:
111150         * platform/qt/editing/pasteboard/smart-paste-007-expected.txt:
111151         * platform/qt/editing/pasteboard/unrendered-br-expected.txt:
111152
111153 2012-10-04  Dean Jackson  <dino@apple.com>
111154
111155         Attribute and Uniform variable names need translation in shader
111156         https://bugs.webkit.org/show_bug.cgi?id=70989
111157
111158         Reviewed by Tim Horton (and Darin Adler).
111159
111160         Added subtests to exercise variables that are well under the limits but
111161         not long enough to produce an error. This way we now test all three options:
111162         under the limit, at the limit, over the limit.
111163
111164         Also, the tests are unskipped on Mac.
111165
111166         * fast/canvas/webgl/attrib-location-length-limits-expected.txt:
111167         * fast/canvas/webgl/attrib-location-length-limits.html:
111168         * fast/canvas/webgl/uniform-location-length-limits-expected.txt:
111169         * fast/canvas/webgl/uniform-location-length-limits.html:
111170         * platform/mac/TestExpectations:
111171
111172 2012-10-03  Benjamin Poulain  <bpoulain@apple.com>
111173
111174         [WK2] Support all attributes of GeolocationPosition
111175         https://bugs.webkit.org/show_bug.cgi?id=98212
111176
111177         Reviewed by Sam Weinig.
111178
111179         Add a new test for the exposed attributes. It is disabled everywhere else than
111180         Mac because of the missing DRT features.
111181
111182         * fast/dom/Geolocation/coordinates-interface-attributes-expected.txt: Added.
111183         * fast/dom/Geolocation/coordinates-interface-attributes.html: Added.
111184         * platform/chromium/TestExpectations:
111185         * platform/gtk/TestExpectations:
111186         * platform/qt/TestExpectations:
111187
111188 2012-10-04  Alpha Lam  <hclam@chromium.org>
111189
111190         [skia] Drawing a subrect of bitmap image is misaligned
111191         https://bugs.webkit.org/show_bug.cgi?id=95121
111192
111193         Reviewed by Stephen White.
111194
111195         3 new tests added.
111196
111197         - fast/images/paint-subrect.html
111198
111199         This test enlarges a 2x1 image in a canvas for easy verification.
111200         2/3 of the image is used as source rectangle to exercise the code path
111201         for partial pixel addressing.
111202
111203         Pixel test result should have 1/3 blue on the left and 2/3 green on the
111204         right with gradient according to interpolation settings.
111205
111206         - fast/images/paint-subrect-grid.html
111207
111208         Draws a 11x11 image into a canvas in 8 fragments with partial pixels.
111209         Canvas should look just like a single image enlarged.
111210
111211         - fast/images/repaint-subrect-grid.html
111212
111213         Scale a 31x31 image to 55x55. A blue square moves across the scaled
111214         image such that the image is partially invalidated. After the animation
111215         the image should look the same.
111216
111217         * fast/images/paint-subrect-expected.txt: Added.
111218         * fast/images/paint-subrect-grid-expected.txt: Added.
111219         * fast/images/paint-subrect-grid.html: Added.
111220         * fast/images/paint-subrect.html: Added.
111221         * fast/images/repaint-subrect-grid-expected.html: Added.
111222         * fast/images/repaint-subrect-grid.html: Added.
111223         * fast/images/resources/grid-large.png: Added.
111224         * fast/images/resources/grid-small.png: Added.
111225         * platform/chromium/TestExpectations: Added image failure expectations.
111226         * platform/chromium/fast/images/paint-subrect-expected.png: Added.
111227         * platform/chromium/fast/images/paint-subrect-grid-expected.png: Added.
111228         * platform/chromium/fast/images/repaint-subrect-grid-expected.png: Added.
111229
111230 2012-10-03  Ryosuke Niwa  <rniwa@webkit.org>
111231
111232         ReplaceSelectionCommand should merge text nodes
111233         https://bugs.webkit.org/show_bug.cgi?id=98188
111234
111235         Reviewed by Levi Weintraub.
111236
111237         Rebaselined tests.
111238
111239         * editing/deleting/merge-paragraphs-with-transparent-background-expected.txt:
111240         * editing/deleting/paste-with-transparent-background-color-expected.txt:
111241         * editing/execCommand/outdent-selection-expected.txt:
111242         * editing/execCommand/remove-list-items-expected.txt:
111243         * editing/inserting/insert-3907422-fix-expected.txt:
111244         * editing/pasteboard/avoid-copying-body-with-background-expected.txt:
111245         * editing/pasteboard/block-wrappers-necessary-expected.txt:
111246         * editing/pasteboard/drag-drop-list-expected.txt:
111247         * editing/pasteboard/merge-end-5-expected.txt:
111248         * editing/pasteboard/paste-before-tab-span-expected.txt:
111249         * editing/pasteboard/paste-into-table-cell-expected.txt:
111250         * editing/pasteboard/paste-text-001-expected.txt:
111251         * editing/pasteboard/paste-text-002-expected.txt:
111252         * editing/pasteboard/paste-text-003-expected.txt:
111253         * editing/pasteboard/paste-text-010-expected.txt:
111254         * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
111255         * editing/pasteboard/paste-unrendered-select-expected.txt:
111256         * editing/pasteboard/smart-paste-001-expected.txt:
111257         * editing/pasteboard/smart-paste-002-expected.txt:
111258         * editing/pasteboard/smart-paste-003-expected.txt:
111259         * editing/pasteboard/smart-paste-004-expected.txt:
111260         * editing/pasteboard/smart-paste-005-expected.txt:
111261         * editing/pasteboard/smart-paste-006-expected.txt:
111262         * fast/events/ondragenter-expected.txt:
111263         * fast/lists/drag-into-marker.html:
111264         * platform/mac/editing/deleting/delete-block-merge-contents-018-expected.txt:
111265         * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
111266         * platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
111267         * platform/mac/editing/deleting/delete-block-merge-contents-021-expected.txt:
111268         * platform/mac/editing/deleting/delete-block-merge-contents-022-expected.txt:
111269         * platform/mac/editing/deleting/merge-no-br-expected.txt:
111270         * platform/mac/editing/execCommand/find-after-replace-expected.txt:
111271         * platform/mac/editing/execCommand/paste-1-expected.txt:
111272         * platform/mac/editing/execCommand/paste-2-expected.txt:
111273         * platform/mac/editing/pasteboard/4944770-2-expected.txt:
111274         * platform/mac/editing/pasteboard/5006779-expected.txt:
111275         * platform/mac/editing/pasteboard/5028447-expected.txt:
111276         * platform/mac/editing/pasteboard/8145-3-expected.txt:
111277         * platform/mac/editing/pasteboard/drag-drop-modifies-page-expected.txt:
111278         * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
111279         * platform/mac/editing/pasteboard/merge-end-borders-expected.txt:
111280         * platform/mac/editing/pasteboard/paste-line-endings-007-expected.txt:
111281         * platform/mac/editing/pasteboard/paste-line-endings-008-expected.txt:
111282         * platform/mac/editing/pasteboard/paste-line-endings-009-expected.txt:
111283         * platform/mac/editing/pasteboard/paste-line-endings-010-expected.txt:
111284         * platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
111285         * platform/mac/editing/pasteboard/paste-text-004-expected.txt:
111286         * platform/mac/editing/pasteboard/paste-text-005-expected.txt:
111287         * platform/mac/editing/pasteboard/paste-text-008-expected.txt:
111288         * platform/mac/editing/pasteboard/paste-text-009-expected.txt:
111289         * platform/mac/editing/pasteboard/smart-drag-drop-expected.txt:
111290         * platform/mac/editing/pasteboard/smart-paste-007-expected.txt:
111291         * platform/mac/editing/pasteboard/smart-paste-008-expected.txt:
111292         * platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt:
111293         * platform/mac/editing/pasteboard/unrendered-br-expected.txt:
111294
111295 2012-10-04  Tony Chang  <tony@chromium.org>
111296
111297         Unreviewed, fix flexbox-baseline.html to test the new behavior after r130409.
111298
111299         * css3/flexbox/flexbox-baseline.html:
111300         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
111301         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt:
111302
111303 2012-10-04  Tony Chang  <tony@chromium.org>
111304
111305         Unreviewed, fixing expected results for a test that needs a new baseline.
111306
111307         * platform/chromium/TestExpectations:
111308         * platform/efl/TestExpectations:
111309         * platform/gtk/TestExpectations:
111310         * platform/mac/TestExpectations:
111311         * platform/qt/TestExpectations:
111312
111313 2012-10-04  Sheriff Bot  <webkit.review.bot@gmail.com>
111314
111315         Unreviewed, rolling out r130396.
111316         http://trac.webkit.org/changeset/130396
111317         https://bugs.webkit.org/show_bug.cgi?id=98421
111318
111319         This patch is causing crashes on 4 tests on Lion Debug and
111320         Mountain Lion Debug (Requested by jernoble on #webkit).
111321
111322         * compositing/layer-creation/fixed-position-absolute-descendant-expected.txt: Removed.
111323         * compositing/layer-creation/fixed-position-absolute-descendant.html: Removed.
111324
111325 2012-10-04  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
111326
111327         [EFL] Fix r140403 by skipping the right test.
111328
111329         * platform/efl/TestExpectations:
111330
111331 2012-10-04  Tony Chang  <tony@chromium.org>
111332
111333         inline-flex baseline is sometimes wrong
111334         https://bugs.webkit.org/show_bug.cgi?id=96188
111335
111336         Reviewed by Ojan Vafai.
111337
111338         Add a new pixel test and mark the test as failing so we can get pixel results from the bots.
111339
111340         * css3/flexbox/flexbox-baseline.html: Added.
111341         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png: Added.
111342         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt: Added.
111343         * platform/chromium/TestExpectations:
111344         * platform/efl/TestExpectations:
111345         * platform/gtk/TestExpectations:
111346         * platform/mac/TestExpectations:
111347         * platform/qt/TestExpectations:
111348         * platform/win/TestExpectations:
111349
111350 2012-10-04  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
111351
111352         [EFL] Temporarily skip fast/xsl/xslt-missing-namespace-in-xslt.html.
111353
111354         As bug 91009 shows, libxml 2.8.0 makes us produce a different test
111355         result. Unskip the test for now until we add that version to
111356         jhbuild.
111357
111358         * platform/efl/TestExpectations:
111359
111360 2012-10-04  Xianzhu Wang  <wangxianzhu@chromium.org>
111361
111362         [Chromium] Should set unitsPerEm in SimpleFontDataSkia.cpp
111363         https://bugs.webkit.org/show_bug.cgi?id=98100
111364
111365         Reviewed by Stephen White.
111366
111367         * fast/writing-mode/resources/DroidSansFallback-reduced.ttf: Added.
111368         * fast/writing-mode/vertical-font-vmtx-units-per-em-expected.txt: Added.
111369         * fast/writing-mode/vertical-font-vmtx-units-per-em.html: Added.
111370
111371 2012-10-04  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
111372
111373         [EFL] Revert some wrong baselines added in r130387.
111374
111375         Thanks to Christophe Dumez and Mikhail Pozdnyakov for the help.
111376
111377         * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.txt: Removed.
111378         * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.txt:
111379
111380 2012-10-04  Peter Rybin  <peter.rybin@gmail.com>
111381
111382         Web Inspector: expose object internal properties such as PrimitiveValue or BoundThis
111383         https://bugs.webkit.org/show_bug.cgi?id=94397
111384
111385         Reviewed by Yury Semikhatsky.
111386
111387         A test is added to support new feature. Old test is updated because line number changed.
111388
111389         * inspector-protocol/runtime-getProperties-expected.txt: Added.
111390         * inspector-protocol/runtime-getProperties.html: Added.
111391         * inspector/console/command-line-api-expected.txt:
111392
111393 2012-10-04  Sami Kyostila  <skyostil@chromium.org>
111394
111395         Fixed position visibility check does not consider descendants
111396         https://bugs.webkit.org/show_bug.cgi?id=98144
111397
111398         Reviewed by Simon Fraser.
111399
111400         Added a test for the fixed position layer visibility check.
111401
111402         * compositing/layer-creation/fixed-position-absolute-descendant-expected.txt: Added.
111403         * compositing/layer-creation/fixed-position-absolute-descendant.html: Added.
111404
111405 2012-10-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
111406
111407         [Qt] Unreviewed gardening after r130385. Skip some failing test.
111408
111409         * platform/qt-5.0-wk2/TestExpectations:
111410         * platform/qt/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt:
111411
111412 2012-10-04  Vsevolod Vlasov  <vsevik@chromium.org>
111413
111414         Web Inspector: When uiSourceCode content has diverged from VM script, call frames should be shown in temporary script based uiSourceCodes.
111415         https://bugs.webkit.org/show_bug.cgi?id=98385
111416
111417         Reviewed by Pavel Feldman.
111418
111419         * inspector/debugger/dynamic-script-tag-expected.txt:
111420         * inspector/debugger/resource-script-mapping-expected.txt:
111421
111422 2012-10-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
111423
111424         [Qt] Unreviewed gardening after r130385. Skip a failing test.
111425         https://bugs.webkit.org/show_bug.cgi?id=62741
111426
111427         * platform/qt/TestExpectations:
111428
111429 2012-10-04  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
111430
111431         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 6.
111432
111433         * platform/efl/compositing/reflections/animation-inside-reflection-expected.png:
111434         * platform/efl/compositing/visibility/visibility-image-layers-expected.png: Added.
111435         * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.png: Added.
111436         * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.txt: Added.
111437         * platform/efl/fast/forms/datalist/update-range-with-datalist-expected.png: Added.
111438         * platform/efl/fast/selectors/unqualified-hover-strict-expected.png:
111439         * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt:
111440         * platform/efl/fast/xsl/xslt-missing-namespace-in-xslt-expected.png:
111441         * platform/efl/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
111442         * platform/efl/fullscreen/full-screen-stacking-context-expected.png:
111443         * platform/efl/fullscreen/full-screen-zIndex-after-expected.png:
111444         * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.png:
111445         * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.txt:
111446         * platform/efl/http/tests/local/file-url-sent-as-referer-expected.png:
111447         * platform/efl/http/tests/misc/frame-access-during-load-expected.png:
111448         * platform/efl/http/tests/misc/iframe404-expected.png:
111449         * platform/efl/http/tests/misc/slow-loading-image-in-pattern-expected.png:
111450         * platform/efl/http/tests/uri/css-href-expected.png:
111451         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
111452         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
111453         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
111454         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
111455         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
111456         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
111457         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
111458         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
111459         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
111460         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
111461         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
111462         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
111463         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
111464         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
111465         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
111466         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
111467         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
111468         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
111469         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
111470         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
111471         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
111472         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
111473         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
111474         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
111475         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
111476         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
111477         * platform/efl/svg/filters/big-sized-filter-expected.png:
111478         * platform/efl/svg/filters/feColorMatrix-saturate-expected.png: Added.
111479         * platform/efl/svg/filters/feDropShadow-expected.png: Added.
111480         * platform/efl/svg/filters/feGaussianBlur-expected.png:
111481         * platform/efl/svg/filters/feImage-reference-svg-primitive-expected.png: Added.
111482         * platform/efl/svg/filters/filterRes1-expected.png:
111483         * platform/efl/svg/filters/filterRes3-expected.png:
111484         * platform/efl/svg/filters/shadow-on-rect-with-filter-expected.png:
111485         * platform/efl/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Added.
111486
111487 2012-10-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
111488
111489         [Qt] Reviewing old bugs in Qt TestExpectations. Unskip now passing test.
111490
111491         * platform/qt-5.0-wk1/TestExpectations:
111492         * platform/qt-5.0-wk2/TestExpectations:
111493         * platform/qt/TestExpectations:
111494         * platform/qt/editing/pasteboard/smart-paste-008-expected.txt:
111495         * platform/qt/http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object-expected.txt: Added.
111496         * platform/qt/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt: Added.
111497
111498 2012-10-04  Yury Semikhatsky  <yurys@chromium.org>
111499
111500         Unreviewed. Mark perf/show-hide-table-rows.html as flaky.
111501
111502         * platform/chromium/TestExpectations:
111503
111504 2012-10-04  Harald Alvestrand  <hta@google.com>
111505
111506         Change RTCPeerConnection GetStats to use Date timestamp format
111507         https://bugs.webkit.org/show_bug.cgi?id=98263
111508
111509         Reviewed by Yury Semikhatsky.
111510
111511         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
111512         * fast/mediastream/RTCPeerConnection-stats.html:
111513
111514 2012-10-04  Sheriff Bot  <webkit.review.bot@gmail.com>
111515
111516         Unreviewed, rolling out r130377.
111517         http://trac.webkit.org/changeset/130377
111518         https://bugs.webkit.org/show_bug.cgi?id=98392
111519
111520         Chromium Win compilation is broken (Requested by yurys on
111521         #webkit).
111522
111523         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
111524         * fast/mediastream/RTCPeerConnection-stats.html:
111525
111526 2012-10-04  Kent Tamura  <tkent@chromium.org>
111527
111528         Some picker test for input[type=date] are failing
111529         https://bugs.webkit.org/show_bug.cgi?id=98390
111530
111531         * platform/chromium/TestExpectations:
111532
111533 2012-10-04  Kent Tamura  <tkent@chromium.org>
111534
111535         [Chromium] Fix an error in TestExpectations.
111536
111537         * platform/chromium/TestExpectations:
111538
111539 2012-10-04  Harald Alvestrand  <hta@google.com>
111540
111541         Change RTCPeerConnection GetStats to use Date timestamp format
111542         https://bugs.webkit.org/show_bug.cgi?id=98263
111543
111544         Reviewed by Adam Barth.
111545
111546         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
111547         * fast/mediastream/RTCPeerConnection-stats.html:
111548
111549 2012-10-04  Kent Tamura  <tkent@chromium.org>
111550
111551         Update tests for input[type=date] with the multiple fields UI
111552         https://bugs.webkit.org/show_bug.cgi?id=98386
111553
111554         Reviewed by Hajime Morita.
111555
111556         Remove some tests for input[type=date. They depends on the old UI, which
111557         we don't use any more.
111558         Mark some tests fail. We need to update their results later.
111559
111560         * fast/forms/date/date-appearance.html: Removed.
111561         * fast/forms/date/date-fixed-placeholder-expected.txt: Removed.
111562         * fast/forms/date/date-fixed-placeholder.html: Removed.
111563         * fast/forms/date/date-input-visible-strings-expected.txt: Removed.
111564         * fast/forms/date/date-input-visible-strings.html: Removed.
111565         * fast/forms/date/input-date-commit-valid-only-expected.txt: Removed.
111566         * fast/forms/date/input-date-commit-valid-only.html: Removed.
111567         * platform/chromium-linux/fast/forms/date/date-appearance-expected.png: Removed.
111568         * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt: Removed.
111569         * platform/chromium-linux/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
111570         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-expected.png: Removed.
111571         * platform/chromium-mac/fast/forms/date/date-appearance-expected.png: Removed.
111572         * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt: Removed.
111573         * platform/chromium-win/fast/forms/date/date-appearance-expected.png: Removed.
111574         * platform/chromium-win/fast/forms/date/date-appearance-expected.txt: Removed.
111575         * platform/chromium-win/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
111576         * platform/chromium/TestExpectations:
111577         * platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
111578
111579 2012-10-04  Tullio Lucena  <tullio.lucena@openbossa.org>
111580
111581         [Qt] css2.1/20110323/text-indent-intrinsic-00* fail
111582         https://bugs.webkit.org/show_bug.cgi?id=91772
111583
111584         Reviewed by Yuta Kitamura.
111585
111586         Unskip some tests that are passing.
111587
111588         * platform/qt/TestExpectations:
111589
111590 2012-10-04  Zan Dobersek  <zandobersek@gmail.com>
111591
111592         Unreviewed GTK gardening.
111593
111594         Adding proper bug modifiers for accessibility failures that don't yet have one.
111595
111596         * platform/gtk/TestExpectations:
111597
111598 2012-10-04  Yury Semikhatsky  <yurys@chromium.org>
111599
111600         Removed duplicate entries introduced by r130355
111601
111602         * platform/chromium/TestExpectations:
111603
111604 2012-10-04  Csaba Osztrogonác  <ossy@webkit.org>
111605
111606         [Qt][WK2] Unreviewed gardening, skip new crashing tests to paint the bot green.
111607
111608         * platform/qt-5.0-wk2/TestExpectations:
111609
111610 2012-10-03  Kent Tamura  <tkent@chromium.org>
111611
111612         DateTimeYearFieldElement should respect min/max values specified by page authors
111613         https://bugs.webkit.org/show_bug.cgi?id=98227
111614
111615         Reviewed by Hajime Morita.
111616
111617         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Added.
111618         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Added.
111619
111620 2012-10-03  Douglas Stockwell  <dstockwell@chromium.org>
111621
111622         Chromium needs support for border radius clipping
111623         https://bugs.webkit.org/show_bug.cgi?id=69866
111624
111625         Reviewed by Stephen White.
111626
111627         * platform/chromium-linux/fast/clip/overflow-border-radius-combinations-expected.png:
111628         * platform/chromium-linux/fast/clip/overflow-border-radius-fixed-position-expected.png:
111629         * platform/chromium-linux/fast/clip/overflow-border-radius-transformed-expected.png:
111630         * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
111631         * platform/chromium-linux/media/audio-controls-rendering-expected.png:
111632         * platform/chromium-linux/media/audio-repaint-expected.png:
111633         * platform/chromium-linux/media/controls-after-reload-expected.png:
111634         * platform/chromium-linux/media/controls-strict-expected.png:
111635         * platform/chromium-linux/media/controls-styling-expected.png:
111636         * platform/chromium-linux/media/controls-styling-strict-expected.png:
111637         * platform/chromium-linux/media/controls-without-preload-expected.png:
111638         * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.png:
111639         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.png:
111640         * platform/chromium-linux/media/video-controls-rendering-expected.png:
111641         * platform/chromium-linux/media/video-display-toggle-expected.png:
111642         * platform/chromium-linux/media/video-no-audio-expected.png:
111643         * platform/chromium-linux/media/video-playing-and-pause-expected.png:
111644         * platform/chromium-linux/media/video-zoom-controls-expected.png:
111645         * platform/chromium/TestExpectations:
111646
111647 2012-10-03  Tony Chang  <tony@chromium.org>
111648
111649         Unreviewed, remove 2 tests that were moved in http://trac.webkit.org/changeset/130150.
111650
111651         http/tests/inspector-enabled/contentSecurityPolicy-blocks-setInterval.html and
111652         http/tests/inspector-enabled/contentSecurityPolicy-blocks-setTimeout.html were
111653         refactored away.
111654
111655         * platform/qt/TestExpectations:
111656
111657 2012-10-03  Emil A Eklund  <eae@chromium.org>
111658
111659         Unreviewed chromium/win rebaseline for r130329.
111660
111661         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
111662         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
111663         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
111664         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
111665         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
111666         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
111667
111668 2012-10-03  Emil A Eklund  <eae@chromium.org>
111669
111670         Unreviewed chromium/mac rebaseline for r130329.
111671
111672         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
111673         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
111674         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
111675         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
111676         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
111677         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
111678         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
111679         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
111680         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
111681
111682 2012-10-03  Ojan Vafai  <ojan@chromium.org>
111683
111684         Simplify the magnitude-perf test harness
111685         https://bugs.webkit.org/show_bug.cgi?id=98305
111686
111687         Reviewed by Ryosuke Niwa.
111688
111689         -Remove the chromium.Interval stuff. This API no longer exists.
111690         -Reduce the number of iterations to 8.
111691         -Start magnitude at 1 instead of 0.
111692         -Remove all the iterationsPerRun junk. This complexity was not achieving the goal of
111693         reducing flakiness.
111694
111695         With these changes, the perf tests are not flaky for me locally.
111696         I ran all the perf tests with --iterations=100 and had no failures,
111697         All the complexity was increasing flakiness.
111698
111699         This also reduces the runtime of the tests by >2x.
111700
111701         * perf/adding-radio-buttons.html:
111702         This test is clearly linear. It should never have been marked constant.
111703         The patch that landed it was fixing an n^2 behavior.
111704
111705         * perf/array-binary-search.html:
111706         Search for the first item in the array so that the search is always actually log n.
111707
111708         * perf/nested-combined-selectors.html:
111709         Now that we run fewer iterations, we don't need to artificially limit this test.
111710
111711         * resources/magnitude-perf.js:
111712         (Magnitude.run):
111713         (Magnitude._run):
111714         (Magnitude._rSquared):
111715         (Magnitude._logIterationInfo):
111716         (Magnitude._bigOGuess):
111717         (Magnitude._runIteration):
111718         (Magnitude):
111719
111720 2012-10-03  Joshua Bell  <jsbell@chromium.org>
111721
111722         [Chromium] storage/indexeddb tests sometimes timeout
111723         https://bugs.webkit.org/show_bug.cgi?id=65862
111724
111725         Reviewed by Ojan Vafai.
111726
111727         storage/indexeddb/index-cursor.html was taking up to 26 seconds on some debug configurations
111728         due to the large amount of output. Tweak the test to reduce the spam. On my test box this
111729         drops the runtime of this single test from 7s to 2s.
111730
111731         * storage/indexeddb/index-cursor-expected.txt:
111732         * storage/indexeddb/resources/index-cursor.js:
111733         (cursorIteration):
111734
111735 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
111736
111737         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 5.
111738
111739         Finally finish rebaselining fast/.
111740
111741         * platform/efl/fast/repaint/transform-repaint-descendants-expected.png:
111742         * platform/efl/fast/replaced/absolute-image-sizing-expected.png:
111743         * platform/efl/fast/replaced/width100percent-image-expected.png:
111744         * platform/efl/fast/replaced/width100percent-textfield-expected.png:
111745         * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.png: Added.
111746         * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.png: Added.
111747         * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.png: Added.
111748         * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.png: Added.
111749         * platform/efl/fast/ruby/ruby-inline-table-expected.png:
111750         * platform/efl/fast/runin/001-expected.png:
111751         * platform/efl/fast/runin/generated-expected.png:
111752         * platform/efl/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
111753         * platform/efl/fast/table/floatingTablePaintBackground-expected.png:
111754         * platform/efl/fast/table/form-with-table-style-expected.png:
111755         * platform/efl/fast/text/backslash-to-yen-sign-euc-expected.png:
111756         * platform/efl/fast/text/emphasis-avoid-ruby-expected.png:
111757         * platform/efl/fast/text/emphasis-combined-text-expected.png:
111758         * platform/efl/fast/text/emphasis-overlap-expected.png:
111759         * platform/efl/fast/text/large-text-composed-char-expected.png:
111760         * platform/efl/fast/text/whitespace/002-expected.png:
111761         * platform/efl/fast/text/whitespace/003-expected.png:
111762         * platform/efl/fast/text/whitespace/004-expected.png:
111763         * platform/efl/fast/text/whitespace/005-expected.png:
111764         * platform/efl/fast/text/whitespace/006-expected.png:
111765         * platform/efl/fast/text/whitespace/007-expected.png:
111766         * platform/efl/fast/text/whitespace/008-expected.png:
111767         * platform/efl/fast/text/whitespace/009-expected.png:
111768         * platform/efl/fast/text/whitespace/010-expected.png:
111769         * platform/efl/fast/text/whitespace/011-expected.png:
111770         * platform/efl/fast/text/whitespace/012-expected.png:
111771         * platform/efl/fast/text/whitespace/013-expected.png:
111772         * platform/efl/fast/text/whitespace/014-expected.png:
111773         * platform/efl/fast/text/whitespace/015-expected.png:
111774         * platform/efl/fast/text/whitespace/016-expected.png:
111775         * platform/efl/fast/text/whitespace/018-expected.png:
111776         * platform/efl/fast/text/whitespace/020-expected.png:
111777         * platform/efl/fast/text/whitespace/021-expected.png:
111778         * platform/efl/fast/text/whitespace/025-expected.png:
111779         * platform/efl/fast/text/whitespace/027-expected.png:
111780         * platform/efl/fast/text/whitespace/030-expected.png:
111781         * platform/efl/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
111782         * platform/efl/fast/text/whitespace/pre-break-word-expected.png:
111783         * platform/efl/fast/text/whitespace/pre-wrap-last-char-expected.png:
111784         * platform/efl/fast/text/whitespace/pre-wrap-line-test-expected.png:
111785         * platform/efl/fast/text/whitespace/pre-wrap-overflow-selection-expected.png:
111786         * platform/efl/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png:
111787
111788 2012-10-03  Emil A Eklund  <eae@chromium.org>
111789
111790         Round image sizes when zooming
111791         https://bugs.webkit.org/show_bug.cgi?id=98205
111792
111793         Reviewed by Eric Seidel.
111794
111795         Add test for zoomed large image tiles.
111796
111797         * fast/images/zoomed-img-size.html:
111798         * fast/sub-pixel/zoomed-image-tiles-expected.html: Added.
111799         * fast/sub-pixel/zoomed-image-tiles.html: Added.
111800         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
111801         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
111802         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
111803         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
111804         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
111805         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
111806         * platform/chromium/fast/images/zoomed-img-size-expected.txt: Added.
111807         * platform/gtk/TestExpectations:
111808         * platform/mac-lion/TestExpectations:
111809         * platform/mac-snowleopard/TestExpectations:
111810         * platform/mac-wk2/TestExpectations:
111811         * platform/mac/TestExpectations:
111812         * platform/qt-4.8/TestExpectations:
111813         * platform/qt/TestExpectations:
111814         * platform/win-wk2/TestExpectations:
111815         * platform/win-xp/TestExpectations:
111816         * platform/win/TestExpectations:
111817         * platform/wincairo/TestExpectations:
111818         * platform/wk2/TestExpectations:
111819
111820 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
111821
111822         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 5.
111823
111824         * platform/efl/fast/repaint/list-marker-2-expected.png:
111825         * platform/efl/fast/repaint/list-marker-expected.png:
111826         * platform/efl/fast/repaint/make-children-non-inline-expected.png:
111827         * platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.png:
111828         * platform/efl/fast/repaint/outline-child-repaint-expected.png:
111829         * platform/efl/fast/repaint/outline-inset-expected.png:
111830         * platform/efl/fast/repaint/outline-repaint-glitch-expected.png:
111831         * platform/efl/fast/repaint/outline-shrinking-expected.png:
111832         * platform/efl/fast/repaint/overflow-delete-line-expected.png:
111833         * platform/efl/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
111834         * platform/efl/fast/repaint/overflow-outline-repaint-expected.png:
111835         * platform/efl/fast/repaint/overflow-scroll-body-appear-expected.png:
111836         * platform/efl/fast/repaint/overflow-scroll-delete-expected.png:
111837         * platform/efl/fast/repaint/reflection-redraw-expected.png:
111838         * platform/efl/fast/repaint/repaint-resized-overflow-expected.png:
111839         * platform/efl/fast/repaint/scale-page-shrink-expected.png:
111840         * platform/efl/fast/repaint/scroll-inside-table-cell-expected.png:
111841         * platform/efl/fast/repaint/selected-replaced-expected.png:
111842         * platform/efl/fast/repaint/selection-after-remove-expected.png:
111843         * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
111844         * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.png:
111845         * platform/efl/fast/repaint/selection-rl-expected.png:
111846         * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png:
111847         * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
111848         * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png:
111849         * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png:
111850         * platform/efl/fast/repaint/stacked-diacritics-expected.png:
111851         * platform/efl/fast/repaint/static-to-positioned-expected.png:
111852         * platform/efl/fast/repaint/table-cell-collapsed-border-expected.png:
111853         * platform/efl/fast/repaint/table-cell-move-expected.png:
111854         * platform/efl/fast/repaint/table-collapsed-border-expected.png:
111855         * platform/efl/fast/repaint/table-extra-bottom-grow-expected.png:
111856         * platform/efl/fast/repaint/text-append-dirty-lines-expected.png:
111857         * platform/efl/fast/repaint/text-emphasis-v-expected.png: Added.
111858         * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
111859         * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.png:
111860         * platform/efl/fast/repaint/text-shadow-expected.png:
111861         * platform/efl/fast/repaint/text-shadow-horizontal-expected.png:
111862         * platform/efl/fast/repaint/textarea-set-disabled-expected.png: Added.
111863         * platform/efl/fast/repaint/transform-relative-position-expected.png:
111864
111865 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
111866
111867         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 4.
111868
111869         * platform/efl/fast/repaint/bugzilla-7235-expected.png:
111870         * platform/efl/fast/repaint/change-transform-expected.png:
111871         * platform/efl/fast/repaint/clipped-relative-expected.png:
111872         * platform/efl/fast/repaint/containing-block-position-change-expected.png:
111873         * platform/efl/fast/repaint/control-clip-expected.png:
111874         * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
111875         * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
111876         * platform/efl/fast/repaint/fixed-table-cell-expected.png:
111877         * platform/efl/fast/repaint/flexible-box-overflow-expected.png:
111878         * platform/efl/fast/repaint/flexible-box-overflow-horizontal-expected.png:
111879         * platform/efl/fast/repaint/float-move-during-layout-expected.png:
111880         * platform/efl/fast/repaint/focus-layers-expected.png:
111881         * platform/efl/fast/repaint/inline-block-overflow-expected.png:
111882         * platform/efl/fast/repaint/layer-child-outline-expected.png:
111883         * platform/efl/fast/repaint/layer-outline-expected.png:
111884         * platform/efl/fast/repaint/layer-outline-horizontal-expected.png:
111885         * platform/efl/fast/repaint/layout-state-scrolloffset-expected.png:
111886         * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png:
111887         * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png:
111888         * platform/efl/fast/repaint/line-flow-with-floats-1-expected.png:
111889         * platform/efl/fast/repaint/line-flow-with-floats-10-expected.png:
111890         * platform/efl/fast/repaint/line-flow-with-floats-2-expected.png:
111891         * platform/efl/fast/repaint/line-flow-with-floats-3-expected.png:
111892         * platform/efl/fast/repaint/line-flow-with-floats-4-expected.png:
111893         * platform/efl/fast/repaint/line-flow-with-floats-5-expected.png:
111894         * platform/efl/fast/repaint/line-flow-with-floats-6-expected.png:
111895         * platform/efl/fast/repaint/line-flow-with-floats-7-expected.png:
111896         * platform/efl/fast/repaint/line-flow-with-floats-8-expected.png:
111897         * platform/efl/fast/repaint/line-flow-with-floats-9-expected.png:
111898         * platform/efl/fast/repaint/line-overflow-expected.png:
111899
111900 2012-10-03  Benjamin Poulain  <bpoulain@apple.com>
111901
111902         Fix Geolocation/window-close-crash.html and harden WebKitTestRunner for Geolocation
111903         https://bugs.webkit.org/show_bug.cgi?id=97608
111904
111905         Reviewed by Sam Weinig.
111906
111907         * platform/wk2/TestExpectations:
111908         Unskip fast/dom/Geolocation/window-close-crash.html.
111909         * platform/mac-wk2/TestExpectations:
111910         Unskip fast/dom/Geolocation/maximum-age.html.
111911
111912 2012-10-03  Stephen Chenney  <schenney@chromium.org>
111913
111914         REGRESSION(r130160): It made 3 tests crash
111915         https://bugs.webkit.org/show_bug.cgi?id=98158
111916
111917         Unreviewed testExpectations update.
111918
111919         * platform/qt/TestExpectations: Removed expectations from tests that were crashing due to this bug.
111920
111921 2012-10-03  Stephen Chenney  <schenney@chromium.org>
111922
111923         Font data is purged while fonts are still using it
111924         https://bugs.webkit.org/show_bug.cgi?id=93640
111925
111926         Reviewed by Eric Seidel.
111927
111928         Tests for font purging. The seamless-custom-font-pruning-crash test
111929         was only failing in Chromium Asan, while the seamless-nested-crash
111930         case was only failing in Asan DumpRenderTree.
111931
111932         * fast/frames/seamless/seamless-custom-font-pruning-crash-expected.txt: Added.
111933         * fast/frames/seamless/seamless-custom-font-pruning-crash.html: Added.
111934         * fast/frames/seamless/seamless-nested-crash-expected.txt: Added.
111935         * fast/frames/seamless/seamless-nested-crash.html: Added.
111936
111937 2012-10-03  Ojan Vafai  <ojan@chromium.org>
111938
111939         Fix some style violations in perparation for changing this code.
111940         * resources/magnitude-perf.js:
111941         (Magnitude.run):
111942         (Magnitude._logIterationInfo):
111943         (Magnitude._runIteration):
111944
111945 2012-10-03  Dirk Pranke  <dpranke@chromium.org>
111946
111947         Mark platform/chromium/virtual/gpu/fast/canvas/getPutImageDataPairTest.html as slow on Mac Lion Release
111948         https://bugs.webkit.org/show_bug.cgi?id=79679
111949
111950         Unreviewed, expectations change.
111951
111952         * platform/chromium/TestExpectations:
111953
111954 2012-10-03  Adam Barth  <abarth@webkit.org>
111955
111956         Crash when calling document.open during unload
111957         https://bugs.webkit.org/show_bug.cgi?id=98287
111958
111959         Reviewed by Nate Chapin.
111960
111961         Test that we don't crash when calling document.open during the unload event.
111962
111963         * fast/parser/document-open-in-unload-expected.txt: Added.
111964         * fast/parser/document-open-in-unload.html: Added.
111965
111966 2012-10-03  Hans Wennborg  <hans@chromium.org>
111967
111968         Speech JavaScript API: Add SpeechRecognition.interimResults attribute
111969         https://bugs.webkit.org/show_bug.cgi?id=98279
111970
111971         Reviewed by Adam Barth.
111972
111973         Update test to check for the interimResults attribute.
111974
111975         * fast/speech/scripted/basics-expected.txt:
111976         * fast/speech/scripted/basics.html:
111977
111978 2012-10-03  Hans Wennborg  <hans@chromium.org>
111979
111980         Speech JavaScript API: Remove resultdeleted event
111981         https://bugs.webkit.org/show_bug.cgi?id=98272
111982
111983         Reviewed by Adam Barth.
111984
111985         Update layout test not to check for onresultdeleted event handler.
111986
111987         * fast/speech/scripted/basics-expected.txt:
111988         * fast/speech/scripted/basics.html:
111989
111990 2012-10-03  Andrey Kosyakov  <caseq@chromium.org>
111991
111992         Unreviwed gardening -- adjusted expectations for tiny-layer-rotated.html
111993
111994         * platform/chromium/TestExpectations:
111995
111996 2012-10-03  Andrey Kosyakov  <caseq@chromium.org>
111997
111998         Unreviewed gardening -- added expectations for 3 time-suggestion-picker-appearance tests.
111999
112000         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
112001         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
112002         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
112003         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
112004         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
112005         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
112006
112007 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
112008
112009         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 3.
112010
112011         * platform/efl/fast/media/mq-js-media-except-03-expected.png:
112012         * platform/efl/fast/media/mq-js-stylesheet-media-01-expected.png:
112013         * platform/efl/fast/media/mq-js-stylesheet-media-02-expected.png:
112014         * platform/efl/fast/media/mq-js-stylesheet-media-03-expected.png:
112015         * platform/efl/fast/media/mq-js-stylesheet-media-04-expected.png:
112016         * platform/efl/fast/media/mq-orientation-expected.png:
112017         * platform/efl/fast/media/mq-relative-constraints-02-expected.png:
112018         * platform/efl/fast/media/mq-relative-constraints-03-expected.png:
112019         * platform/efl/fast/media/mq-relative-constraints-04-expected.png:
112020         * platform/efl/fast/media/mq-relative-constraints-05-expected.png:
112021         * platform/efl/fast/media/mq-relative-constraints-06-expected.png:
112022         * platform/efl/fast/media/mq-relative-constraints-07-expected.png:
112023         * platform/efl/fast/media/mq-relative-constraints-08-expected.png:
112024         * platform/efl/fast/media/mq-relative-constraints-09-expected.png:
112025         * platform/efl/fast/media/mq-transition-expected.png:
112026         * platform/efl/fast/media/mq-width-absolute-01-expected.png:
112027         * platform/efl/fast/media/mq-width-absolute-02-expected.png:
112028         * platform/efl/fast/media/mq-width-absolute-03-expected.png:
112029         * platform/efl/fast/media/mq-width-absolute-04-expected.png:
112030         * platform/efl/fast/media/viewport-media-query-expected.png:
112031         * platform/efl/fast/overflow/001-expected.png:
112032         * platform/efl/fast/overflow/002-expected.png:
112033         * platform/efl/fast/overflow/003-expected.png:
112034         * platform/efl/fast/overflow/004-expected.png:
112035         * platform/efl/fast/overflow/006-expected.png:
112036         * platform/efl/fast/overflow/007-expected.png:
112037         * platform/efl/fast/overflow/border-radius-clipping-expected.png:
112038         * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.png:
112039         * platform/efl/fast/overflow/dynamic-hidden-expected.png:
112040         * platform/efl/fast/overflow/float-in-relpositioned-expected.png:
112041         * platform/efl/fast/overflow/hit-test-overflow-controls-expected.png:
112042         * platform/efl/fast/overflow/image-selection-highlight-expected.png:
112043         * platform/efl/fast/overflow/line-clamp-expected.png:
112044         * platform/efl/fast/overflow/overflow-auto-table-expected.png:
112045         * platform/efl/fast/overflow/overflow-focus-ring-expected.png:
112046         * platform/efl/fast/overflow/overflow-rtl-expected.png:
112047         * platform/efl/fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
112048         * platform/efl/fast/overflow/overflow-rtl-vertical-expected.png:
112049         * platform/efl/fast/overflow/overflow-text-hit-testing-expected.png:
112050         * platform/efl/fast/overflow/overflow-with-local-background-attachment-expected.png:
112051         * platform/efl/fast/overflow/scrollbar-position-update-expected.png:
112052         * platform/efl/fast/overflow/table-overflow-float-expected.png:
112053         * platform/efl/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
112054         * platform/efl/fast/reflections/inline-crash-expected.png:
112055         * platform/efl/fast/reflections/opacity-reflection-transform-expected.png:
112056         * platform/efl/fast/reflections/reflection-nesting-expected.png:
112057         * platform/efl/fast/reflections/reflection-with-zoom-expected.png:
112058         * platform/efl/fast/repaint/add-table-overpaint-expected.png: Added.
112059         * platform/efl/fast/repaint/background-scaling-expected.png: Added.
112060         * platform/efl/fast/repaint/backgroundSizeRepaint-expected.png:
112061         * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
112062         * platform/efl/fast/repaint/border-radius-repaint-expected.png:
112063         * platform/efl/fast/repaint/border-repaint-glitch-expected.png:
112064         * platform/efl/fast/repaint/box-shadow-h-expected.png:
112065         * platform/efl/fast/repaint/box-shadow-v-expected.png:
112066         * platform/efl/fast/repaint/bugzilla-3509-expected.png:
112067         * platform/efl/fast/repaint/bugzilla-5699-expected.png:
112068         * platform/efl/fast/repaint/bugzilla-6278-expected.png:
112069         * platform/efl/fast/repaint/bugzilla-6388-expected.png:
112070         * platform/efl/fast/repaint/bugzilla-6473-expected.png:
112071
112072 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
112073
112074         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 2.
112075
112076         * platform/efl/fast/css3-text-decoration: Added.
112077         * platform/efl/fast/css3-text-decoration/repaint: Added.
112078         * platform/efl/fast/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png: Added.
112079         * platform/efl/fast/doctypes/001-expected.png:
112080         * platform/efl/fast/doctypes/002-expected.png:
112081         * platform/efl/fast/doctypes/003-expected.png:
112082         * platform/efl/fast/doctypes/004-expected.png:
112083         * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
112084         * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.png:
112085         * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png:
112086         * platform/efl/fast/flexbox/002-expected.png:
112087         * platform/efl/fast/flexbox/003-expected.png:
112088         * platform/efl/fast/flexbox/004-expected.png:
112089         * platform/efl/fast/flexbox/005-expected.png:
112090         * platform/efl/fast/flexbox/006-expected.png:
112091         * platform/efl/fast/flexbox/007-expected.png:
112092         * platform/efl/fast/flexbox/008-expected.png:
112093         * platform/efl/fast/flexbox/009-expected.png:
112094         * platform/efl/fast/flexbox/010-expected.png:
112095         * platform/efl/fast/flexbox/011-expected.png:
112096         * platform/efl/fast/flexbox/012-expected.png:
112097         * platform/efl/fast/flexbox/016-expected.png:
112098         * platform/efl/fast/flexbox/017-expected.png:
112099         * platform/efl/fast/flexbox/018-expected.png:
112100         * platform/efl/fast/flexbox/019-expected.png:
112101         * platform/efl/fast/flexbox/020-expected.png:
112102         * platform/efl/fast/flexbox/021-expected.png:
112103         * platform/efl/fast/flexbox/022-expected.png:
112104         * platform/efl/fast/flexbox/023-expected.png:
112105         * platform/efl/fast/flexbox/024-expected.png:
112106         * platform/efl/fast/forms/file/file-input-pressed-state-expected.png:
112107         * platform/efl/fast/forms/input-align-expected.png:
112108         * platform/efl/fast/forms/input-text-double-click-expected.png:
112109         * platform/efl/fast/gradients/css3-color-stop-units-expected.png:
112110         * platform/efl/fast/gradients/css3-color-stops-expected.png:
112111         * platform/efl/fast/gradients/css3-linear-angle-gradients-expected.png:
112112         * platform/efl/fast/gradients/css3-linear-right-angle-gradients-expected.png:
112113         * platform/efl/fast/gradients/css3-radial-gradients-expected.png:
112114         * platform/efl/fast/gradients/css3-radial-gradients2-expected.png:
112115         * platform/efl/fast/gradients/css3-repeating-linear-gradients-expected.png:
112116         * platform/efl/fast/gradients/css3-repeating-radial-gradients-expected.png:
112117         * platform/efl/fast/gradients/gradient-after-transparent-border-expected.png:
112118         * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
112119         * platform/efl/fast/images/image-map-anchor-children-expected.png:
112120         * platform/efl/fast/images/imagemap-case-expected.png:
112121         * platform/efl/fast/images/imagemap-circle-focus-ring-expected.png:
112122         * platform/efl/fast/images/imagemap-focus-ring-expected.png:
112123         * platform/efl/fast/images/imagemap-focus-ring-outline-color-expected.png:
112124         * platform/efl/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png:
112125         * platform/efl/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png:
112126         * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
112127         * platform/efl/fast/images/imagemap-polygon-focus-ring-expected.png:
112128         * platform/efl/fast/inline-block/002-expected.png:
112129         * platform/efl/fast/inline-block/003-expected.png:
112130         * platform/efl/fast/inline-block/006-expected.png:
112131         * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.png:
112132         * platform/efl/fast/inline-block/overflow-clip-expected.png:
112133         * platform/efl/fast/inline-block/tricky-baseline-expected.png:
112134         * platform/efl/fast/inline/001-expected.png:
112135         * platform/efl/fast/inline/25277-2-expected.png:
112136         * platform/efl/fast/inline/25277-expected.png:
112137         * platform/efl/fast/inline/br-text-decoration-expected.png:
112138         * platform/efl/fast/inline/continuation-outlines-expected.png:
112139         * platform/efl/fast/inline/drawStyledEmptyInlines-expected.png:
112140         * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
112141         * platform/efl/fast/inline/emptyInlinesWithinLists-expected.png:
112142         * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.png:
112143         * platform/efl/fast/inline/inline-continuation-borders-expected.png:
112144         * platform/efl/fast/inline/inline-focus-ring-expected.png:
112145         * platform/efl/fast/inline/inline-padding-disables-text-quirk-expected.png:
112146         * platform/efl/fast/inline/inline-text-quirk-bpm-expected.png:
112147         * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.png:
112148         * platform/efl/fast/inline/vertical-align-text-bottom-expected.png:
112149         * platform/efl/fast/innerHTML/002-expected.png:
112150         * platform/efl/fast/innerHTML/003-expected.png:
112151         * platform/efl/fast/innerHTML/006-expected.png:
112152         * platform/efl/fast/invalid/002-expected.png:
112153         * platform/efl/fast/invalid/014-expected.png:
112154         * platform/efl/fast/invalid/016-expected.png:
112155         * platform/efl/fast/invalid/021-expected.png:
112156         * platform/efl/fast/invalid/table-inside-stray-table-content-expected.png:
112157         * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
112158         * platform/efl/fast/layers/layer-visibility-expected.png:
112159         * platform/efl/fast/layers/layer-visibility-sublayer-expected.png:
112160         * platform/efl/fast/layers/normal-flow-hit-test-expected.png:
112161         * platform/efl/fast/layers/opacity-outline-expected.png:
112162         * platform/efl/fast/layers/opacity-transforms-expected.png:
112163         * platform/efl/fast/layers/remove-only-this-layer-update-expected.png:
112164         * platform/efl/fast/layers/scroll-rect-to-visible-expected.png:
112165         * platform/efl/fast/media/mq-animation-expected.png:
112166         * platform/efl/fast/media/mq-aspect-ratio-expected.png:
112167         * platform/efl/fast/media/mq-js-media-except-01-expected.png:
112168         * platform/efl/fast/media/mq-js-media-except-02-expected.png:
112169
112170 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
112171
112172         [EFL] Update more pixel expectations in preparation for running pixel tests on the bots.
112173
112174         * platform/efl/css3/flexbox/repaint-rtl-column-expected.png:
112175         * platform/efl/fast/backgrounds/size/contain-and-cover-expected.png:
112176         * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
112177         * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.png:
112178         * platform/efl/fast/body-propagation/background-color/003-declarative-expected.png:
112179         * platform/efl/fast/body-propagation/background-color/003-expected.png:
112180         * platform/efl/fast/body-propagation/background-color/003-xhtml-expected.png:
112181         * platform/efl/fast/body-propagation/background-color/004-declarative-expected.png:
112182         * platform/efl/fast/body-propagation/background-color/004-expected.png:
112183         * platform/efl/fast/body-propagation/background-color/004-xhtml-expected.png:
112184         * platform/efl/fast/body-propagation/background-color/006-declarative-expected.png:
112185         * platform/efl/fast/body-propagation/background-color/006-expected.png:
112186         * platform/efl/fast/body-propagation/background-color/006-xhtml-expected.png:
112187         * platform/efl/fast/body-propagation/background-color/007-declarative-expected.png:
112188         * platform/efl/fast/body-propagation/background-color/007-expected.png:
112189         * platform/efl/fast/body-propagation/background-color/007-xhtml-expected.png:
112190         * platform/efl/fast/body-propagation/background-image/003-declarative-expected.png:
112191         * platform/efl/fast/body-propagation/background-image/003-expected.png:
112192         * platform/efl/fast/body-propagation/background-image/003-xhtml-expected.png:
112193         * platform/efl/fast/body-propagation/background-image/004-declarative-expected.png:
112194         * platform/efl/fast/body-propagation/background-image/004-expected.png:
112195         * platform/efl/fast/body-propagation/background-image/004-xhtml-expected.png:
112196         * platform/efl/fast/body-propagation/background-image/006-declarative-expected.png:
112197         * platform/efl/fast/body-propagation/background-image/006-expected.png:
112198         * platform/efl/fast/body-propagation/background-image/006-xhtml-expected.png:
112199         * platform/efl/fast/body-propagation/background-image/007-declarative-expected.png:
112200         * platform/efl/fast/body-propagation/background-image/007-expected.png:
112201         * platform/efl/fast/body-propagation/background-image/007-xhtml-expected.png:
112202         * platform/efl/fast/body-propagation/background-image/009-expected.png:
112203         * platform/efl/fast/body-propagation/background-image/009-xhtml-expected.png:
112204         * platform/efl/fast/body-propagation/background-image/010-expected.png:
112205         * platform/efl/fast/body-propagation/background-image/010-xhtml-expected.png:
112206         * platform/efl/fast/body-propagation/overflow/001-expected.png:
112207         * platform/efl/fast/body-propagation/overflow/001-xhtml-expected.png:
112208         * platform/efl/fast/body-propagation/overflow/002-expected.png:
112209         * platform/efl/fast/body-propagation/overflow/002-xhtml-expected.png:
112210         * platform/efl/fast/body-propagation/overflow/003-declarative-expected.png:
112211         * platform/efl/fast/body-propagation/overflow/003-expected.png:
112212         * platform/efl/fast/body-propagation/overflow/003-xhtml-expected.png:
112213         * platform/efl/fast/body-propagation/overflow/004-declarative-expected.png:
112214         * platform/efl/fast/body-propagation/overflow/004-expected.png:
112215         * platform/efl/fast/body-propagation/overflow/004-xhtml-expected.png:
112216         * platform/efl/fast/body-propagation/overflow/005-declarative-expected.png:
112217         * platform/efl/fast/body-propagation/overflow/005-expected.png:
112218         * platform/efl/fast/body-propagation/overflow/005-xhtml-expected.png:
112219         * platform/efl/fast/body-propagation/overflow/006-declarative-expected.png:
112220         * platform/efl/fast/body-propagation/overflow/006-expected.png:
112221         * platform/efl/fast/body-propagation/overflow/006-xhtml-expected.png:
112222         * platform/efl/fast/body-propagation/overflow/007-declarative-expected.png:
112223         * platform/efl/fast/body-propagation/overflow/007-expected.png:
112224         * platform/efl/fast/body-propagation/overflow/007-xhtml-expected.png:
112225         * platform/efl/fast/borders/bidi-002-expected.png:
112226         * platform/efl/fast/borders/bidi-009a-expected.png: Added.
112227         * platform/efl/fast/borders/bidi-012-expected.png:
112228         * platform/efl/fast/borders/border-color-inherit-expected.png:
112229         * platform/efl/fast/borders/border-image-01-expected.png:
112230         * platform/efl/fast/borders/border-image-border-radius-expected.png:
112231         * platform/efl/fast/borders/border-image-longhand-expected.png:
112232         * platform/efl/fast/borders/border-image-massive-scale-expected.png:
112233         * platform/efl/fast/borders/border-image-outset-expected.png: Added.
112234         * platform/efl/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
112235         * platform/efl/fast/borders/border-image-repeat-expected.png:
112236         * platform/efl/fast/borders/border-image-rotate-transform-expected.png:
112237         * platform/efl/fast/borders/border-image-scale-transform-expected.png:
112238         * platform/efl/fast/borders/border-image-scaled-expected.png:
112239         * platform/efl/fast/borders/border-image-scrambled-expected.png:
112240         * platform/efl/fast/borders/border-image-side-reduction-expected.png: Added.
112241         * platform/efl/fast/borders/border-image-slices-expected.png:
112242         * platform/efl/fast/borders/border-image-source-expected.png:
112243         * platform/efl/fast/borders/border-radius-complex-inner-expected.png:
112244         * platform/efl/fast/borders/border-radius-constraints-expected.png:
112245         * platform/efl/fast/borders/border-radius-huge-assert-expected.png:
112246         * platform/efl/fast/borders/border-radius-inset-outset-expected.png:
112247         * platform/efl/fast/borders/border-radius-split-inline-expected.png:
112248         * platform/efl/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
112249         * platform/efl/fast/borders/different-color-borders-expected.png:
112250         * platform/efl/fast/borders/mixed-border-styles-expected.png:
112251         * platform/efl/fast/borders/mixed-border-styles-radius-expected.png:
112252         * platform/efl/fast/borders/mixed-border-styles-radius2-expected.png:
112253         * platform/efl/fast/borders/outline-alpha-block-expected.png:
112254         * platform/efl/fast/borders/outline-alpha-inline-expected.png:
112255         * platform/efl/fast/borders/rtl-border-01-expected.png:
112256         * platform/efl/fast/borders/rtl-border-02-expected.png:
112257         * platform/efl/fast/borders/rtl-border-03-expected.png:
112258         * platform/efl/fast/borders/rtl-border-04-expected.png:
112259         * platform/efl/fast/borders/rtl-border-05-expected.png:
112260         * platform/efl/fast/canvas/arc360-expected.png:
112261         * platform/efl/fast/canvas/canvas-before-css-expected.png:
112262         * platform/efl/fast/canvas/canvas-composite-expected.png:
112263         * platform/efl/fast/canvas/canvas-composite-transformclip-expected.png:
112264         * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png:
112265         * platform/efl/fast/canvas/canvas-transforms-during-path-expected.png:
112266         * platform/efl/fast/canvas/canvas-zoom-expected.png:
112267         * platform/efl/fast/canvas/check-stale-putImageData-expected.png: Added.
112268         * platform/efl/fast/canvas/drawImage-with-globalAlpha-expected.png:
112269         * platform/efl/fast/canvas/fillrect-gradient-zero-stops-expected.png:
112270         * platform/efl/fast/canvas/fillrect_gradient-expected.png:
112271         * platform/efl/fast/canvas/image-object-in-canvas-expected.png:
112272         * platform/efl/fast/canvas/patternfill-repeat-expected.png:
112273         * platform/efl/fast/canvas/quadraticCurveTo-expected.png:
112274         * platform/efl/fast/canvas/setWidthResetAfterForcedRender-expected.png:
112275         * platform/efl/fast/canvas/shadow-offset-1-expected.png:
112276         * platform/efl/fast/canvas/shadow-offset-2-expected.png:
112277         * platform/efl/fast/canvas/shadow-offset-3-expected.png:
112278         * platform/efl/fast/canvas/shadow-offset-4-expected.png:
112279         * platform/efl/fast/canvas/shadow-offset-5-expected.png:
112280         * platform/efl/fast/canvas/shadow-offset-6-expected.png:
112281         * platform/efl/fast/canvas/shadow-offset-7-expected.png:
112282         * platform/efl/fast/canvas/zero-size-fill-rect-expected.png:
112283         * platform/efl/fast/clip/004-expected.png:
112284         * platform/efl/fast/clip/005-expected.png:
112285         * platform/efl/fast/clip/006-expected.png:
112286         * platform/efl/fast/clip/007-expected.png:
112287         * platform/efl/fast/clip/009-expected.png:
112288         * platform/efl/fast/clip/010-expected.png:
112289         * platform/efl/fast/clip/013-expected.png:
112290         * platform/efl/fast/clip/014-expected.png:
112291         * platform/efl/fast/clip/nestedTransparencyClip-expected.png:
112292         * platform/efl/fast/clip/outline-overflowClip-expected.png:
112293         * platform/efl/fast/clip/overflow-border-radius-combinations-expected.png:
112294         * platform/efl/fast/clip/overflow-border-radius-composited-expected.png:
112295         * platform/efl/fast/clip/overflow-border-radius-fixed-position-expected.png:
112296         * platform/efl/fast/clip/overflow-border-radius-transformed-expected.png:
112297         * platform/efl/fast/compact/001-expected.png:
112298         * platform/efl/fast/compact/002-expected.png:
112299         * platform/efl/fast/css-generated-content/007-expected.png:
112300         * platform/efl/fast/css-generated-content/012-expected.png:
112301         * platform/efl/fast/css-generated-content/016-expected.png:
112302         * platform/efl/fast/css-generated-content/after-order-expected.png:
112303         * platform/efl/fast/css-generated-content/before-with-first-letter-expected.png:
112304         * platform/efl/fast/css-generated-content/beforeAfter-interdocument-expected.png:
112305         * platform/efl/fast/css-generated-content/hover-style-change-expected.png:
112306         * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.png:
112307         * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.png:
112308         * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.png:
112309         * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.png:
112310         * platform/efl/fast/css-generated-content/wbr-with-before-content-expected.png:
112311         * platform/efl/fast/css/percent-top-value-with-relative-position-expected.png:
112312         * platform/efl/media/controls-layout-direction-expected.png:
112313         * platform/efl/printing/page-rule-in-media-query-expected.png:
112314         * platform/efl/transitions/suspend-transform-transition-expected.png: Added.
112315
112316 2012-10-03  Andrey Kosyakov  <caseq@chromium.org>
112317
112318         Unreviewed. Skip media/event-queue-crash.html so that its console message does not cause next test to flake.
112319
112320         * platform/chromium/TestExpectations:
112321
112322 2012-10-03  Csaba Osztrogonác  <ossy@webkit.org>
112323
112324         [Qt] Unreviewed gardening, add expected files for new passing tests.
112325
112326         * platform/qt/css3/masking/clip-path-circle-expected.png: Added.
112327         * platform/qt/css3/masking/clip-path-circle-filter-expected.png: Added.
112328         * platform/qt/css3/masking/clip-path-circle-overflow-expected.png: Added.
112329         * platform/qt/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added.
112330         * platform/qt/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
112331         * platform/qt/css3/masking/clip-path-ellipse-expected.png: Added.
112332         * platform/qt/css3/masking/clip-path-polygon-evenodd-expected.png: Added.
112333         * platform/qt/css3/masking/clip-path-polygon-expected.png: Added.
112334         * platform/qt/css3/masking/clip-path-polygon-nonzero-expected.png: Added.
112335         * platform/qt/css3/masking/clip-path-rectangle-expected.png: Added.
112336         * platform/qt/fast/canvas/canvas-render-layer-expected.png: Added.
112337         * platform/qt/fast/overflow/paged-x-div-expected.png: Added.
112338         * platform/qt/fast/overflow/paged-x-div-with-column-gap-expected.png: Added.
112339         * platform/qt/fast/overflow/paged-x-on-root-expected.png: Added.
112340         * platform/qt/fast/overflow/paged-x-with-column-gap-expected.png: Added.
112341         * platform/qt/fast/overflow/paged-y-div-expected.png: Added.
112342         * platform/qt/fast/overflow/paged-y-on-root-expected.png: Added.
112343
112344 2012-10-03  Keishi Hattori  <keishi@webkit.org>
112345
112346         Implement DataList UI for input type time on chromium
112347         https://bugs.webkit.org/show_bug.cgi?id=98240
112348
112349         Reviewed by Kent Tamura.
112350
112351         * fast/forms/number/number-spinbutton-click-in-iframe.html:
112352         * fast/forms/resources/common-spinbutton-click-in-iframe.js:
112353         (getSpinButton): This broke because of the change to shadow DOM structure.
112354         * fast/forms/resources/common.js:
112355         (traverseNextNode):
112356         (getElementByPseudoId): This finds a descendant node with a matching pseudo id.
112357         * fast/forms/resources/suggestion-picker-common.js: Added.
112358         (highlightedEntry):
112359         (openPicker):
112360         (sendKey):
112361         * fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html:
112362         * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-click-in-iframe.html:
112363         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
112364         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
112365         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
112366         * platform/chromium/TestExpectations:
112367         * platform/chromium/fast/forms/datalist/input-list-expected.txt:
112368         * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations-expected.txt:
112369         * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations.html:
112370         * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations.html:
112371         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.txt: Added.
112372         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.txt: Added.
112373         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl.html: Added.
112374         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
112375         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar.html: Added.
112376         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance.html: Added.
112377         * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt: Added.
112378         * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations.html: Added.
112379         * platform/chromium/fast/forms/time/time-suggestion-picker-mouse-operations-expected.txt: Added.
112380         * platform/chromium/fast/forms/time/time-suggestion-picker-mouse-operations.html: Added.
112381
112382 2012-10-03  Csaba Osztrogonác  <ossy@webkit.org>
112383
112384         [Qt] Enable mock scrollbars
112385         https://bugs.webkit.org/show_bug.cgi?id=98011
112386
112387         Unreviewed gardening, update expected files after enabling mock scrollbars. (r130283)
112388
112389         * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
112390         * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png:
112391         * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.txt: Added.
112392         * platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.png:
112393         * platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.txt: Added.
112394         * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png:
112395         * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.txt: Added.
112396         * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
112397         * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
112398         * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
112399         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
112400         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
112401         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
112402         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
112403         * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
112404         * platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.png: Added.
112405         * platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.txt: Added.
112406         * platform/qt-5.0-wk2/compositing/iframes/iframe-in-composited-layer-expected.png:
112407         * platform/qt-5.0-wk2/compositing/iframes/iframe-in-composited-layer-expected.txt:
112408         * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
112409         * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
112410         * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
112411         * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
112412         * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
112413         * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
112414         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.png: Added.
112415         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
112416         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
112417         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
112418         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
112419         * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.
112420         * platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.png: Added.
112421         * platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.txt: Added.
112422         * platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.png:
112423         * platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.txt: Added.
112424         * platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.png:
112425         * platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.txt: Added.
112426         * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
112427         * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.png:
112428         * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.txt: Added.
112429         * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
112430         * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.png: Added.
112431         * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
112432         * platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.png: Added.
112433         * platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.txt: Added.
112434         * platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.png: Added.
112435         * platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.txt: Added.
112436         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.png: Added.
112437         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
112438         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.png: Added.
112439         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
112440         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Added.
112441         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
112442         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.png: Added.
112443         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
112444         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.png: Added.
112445         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
112446         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.png: Added.
112447         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
112448         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.png: Added.
112449         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
112450         * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.png:
112451         * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.txt: Added.
112452         * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
112453
112454 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
112455
112456         [EFL] Rebaseline pixel expectations for scrollbars/ and tables/mozilla_expected_failures/.
112457
112458         * platform/efl/scrollbars/scrollbars-on-positioned-content-expected.png:
112459         * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
112460         * platform/efl/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
112461         * platform/efl/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
112462         * platform/efl/tables/mozilla_expected_failures/bugs/bug11331-expected.png:
112463         * platform/efl/tables/mozilla_expected_failures/bugs/bug1164-expected.png:
112464         * platform/efl/tables/mozilla_expected_failures/bugs/bug11945-expected.png:
112465         * platform/efl/tables/mozilla_expected_failures/bugs/bug1262-expected.png:
112466         * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
112467         * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
112468         * platform/efl/tables/mozilla_expected_failures/bugs/bug14489-expected.png:
112469         * platform/efl/tables/mozilla_expected_failures/bugs/bug17826-expected.png:
112470         * platform/efl/tables/mozilla_expected_failures/bugs/bug18770-expected.png:
112471         * platform/efl/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
112472         * platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
112473         * platform/efl/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
112474         * platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
112475         * platform/efl/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
112476         * platform/efl/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
112477         * platform/efl/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png:
112478         * platform/efl/tables/mozilla_expected_failures/bugs/bug3105-expected.png:
112479         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-1-expected.png:
112480         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-10-expected.png:
112481         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-15-expected.png:
112482         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png:
112483         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
112484         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
112485         * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
112486         * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
112487         * platform/efl/tables/mozilla_expected_failures/bugs/bug33784-expected.png:
112488         * platform/efl/tables/mozilla_expected_failures/bugs/bug42043-expected.png:
112489         * platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
112490         * platform/efl/tables/mozilla_expected_failures/bugs/bug45621-expected.png: Added.
112491         * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
112492         * platform/efl/tables/mozilla_expected_failures/bugs/bug47163-expected.png:
112493         * platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
112494         * platform/efl/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
112495         * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
112496         * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
112497         * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
112498         * platform/efl/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
112499         * platform/efl/tables/mozilla_expected_failures/bugs/bug7113-expected.png:
112500         * platform/efl/tables/mozilla_expected_failures/bugs/bug7121-2-expected.png:
112501         * platform/efl/tables/mozilla_expected_failures/bugs/bug73629-expected.png:
112502         * platform/efl/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
112503         * platform/efl/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
112504         * platform/efl/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
112505         * platform/efl/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
112506         * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
112507         * platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.png:
112508         * platform/efl/tables/mozilla_expected_failures/core/col_span2-expected.png:
112509         * platform/efl/tables/mozilla_expected_failures/core/cols1-expected.png:
112510         * platform/efl/tables/mozilla_expected_failures/core/columns-expected.png:
112511         * platform/efl/tables/mozilla_expected_failures/core/conflicts-expected.png:
112512         * platform/efl/tables/mozilla_expected_failures/dom/appendCells1-expected.png:
112513         * platform/efl/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
112514         * platform/efl/tables/mozilla_expected_failures/dom/appendCol1-expected.png:
112515         * platform/efl/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
112516         * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
112517         * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
112518         * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
112519         * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
112520         * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
112521         * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
112522         * platform/efl/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
112523         * platform/efl/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
112524         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
112525         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
112526         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
112527         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
112528         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
112529         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
112530         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
112531         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
112532         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png:
112533         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png:
112534         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png:
112535         * platform/efl/tables/mozilla_expected_failures/other/empty_cells-expected.png:
112536
112537 2012-10-03  Vsevolod Vlasov  <vsevik@chromium.org>
112538
112539         Web Inspector: UISourceCode commitWorkingCopy should not fail when original script had syntax error.
112540         https://bugs.webkit.org/show_bug.cgi?id=97272
112541
112542         Reviewed by Pavel Feldman.
112543
112544         This patch is based on patch by John J. Barton.
112545
112546         * http/tests/inspector/live-edit-test.js:
112547         (initialize_LiveEditTest.InspectorTest.replaceInSource):
112548         (initialize_LiveEditTest):
112549         * inspector/debugger/live-edit-expected.txt:
112550         * inspector/debugger/live-edit.html:
112551         * inspector/debugger/resources/edit-me-syntax-error.js: Added.
112552         (syntaxError):
112553         * platform/chromium/TestExpectations: re-enabled the test.
112554
112555 2012-10-03  Csaba Osztrogonác  <ossy@webkit.org>
112556
112557         [Qt] Enable mock scrollbars
112558         https://bugs.webkit.org/show_bug.cgi?id=98011
112559
112560         Unreviewed gardening, update expected files after enabling mock scrollbars.
112561
112562         * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.png: Removed.
112563         * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.txt: Removed.
112564         * platform/qt-5.0/fast/forms/form-element-geometry-expected.png: Removed.
112565         * platform/qt-5.0/fast/forms/form-element-geometry-expected.txt: Removed.
112566         * platform/qt-5.0/fast/forms/listbox-bidi-align-expected.txt: Removed.
112567         * platform/qt-5.0/fast/forms/textarea-align-expected.png: Removed.
112568         * platform/qt-5.0/fast/forms/textarea-align-expected.txt: Removed.
112569         * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.png: Removed.
112570         * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.txt: Removed.
112571         * platform/qt-5.0/fast/table/003-expected.png: Removed.
112572         * platform/qt-5.0/fast/table/003-expected.txt: Removed.
112573         * platform/qt-5.0/fast/table/border-collapsing/004-expected.txt: Removed.
112574         * platform/qt-5.0/fast/text/backslash-to-yen-sign-euc-expected.txt: Removed.
112575         * platform/qt-5.0/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Removed.
112576         * platform/qt-5.0/fast/text/large-text-composed-char-expected.png: Removed.
112577         * platform/qt-5.0/fast/text/large-text-composed-char-expected.txt: Removed.
112578         * platform/qt-5.0/fast/text/softHyphen-expected.txt: Removed.
112579         * platform/qt-5.0/fast/text/text-letter-spacing-expected.txt: Removed.
112580         * platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Removed.
112581         * platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Removed.
112582         * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt: Added.
112583         * platform/qt/compositing/overflow/nested-scrolling-expected.txt: Added.
112584         * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.txt: Added.
112585         * platform/qt/compositing/overflow/remove-overflow-crash2-expected.txt: Added.
112586         * platform/qt/css1/basic/comments-expected.png:
112587         * platform/qt/css1/basic/comments-expected.txt:
112588         * platform/qt/css1/basic/containment-expected.png:
112589         * platform/qt/css1/basic/containment-expected.txt:
112590         * platform/qt/css1/basic/id_as_selector-expected.png:
112591         * platform/qt/css1/basic/id_as_selector-expected.txt:
112592         * platform/qt/css1/basic/inheritance-expected.png:
112593         * platform/qt/css1/basic/inheritance-expected.txt:
112594         * platform/qt/css1/box_properties/border-expected.png:
112595         * platform/qt/css1/box_properties/border-expected.txt:
112596         * platform/qt/css1/box_properties/border_bottom-expected.png:
112597         * platform/qt/css1/box_properties/border_bottom-expected.txt:
112598         * platform/qt/css1/box_properties/border_bottom_width-expected.png:
112599         * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
112600         * platform/qt/css1/box_properties/border_left-expected.png:
112601         * platform/qt/css1/box_properties/border_left-expected.txt:
112602         * platform/qt/css1/box_properties/border_left_width-expected.png:
112603         * platform/qt/css1/box_properties/border_left_width-expected.txt:
112604         * platform/qt/css1/box_properties/border_right_inline-expected.png:
112605         * platform/qt/css1/box_properties/border_right_inline-expected.txt:
112606         * platform/qt/css1/box_properties/border_right_width-expected.png:
112607         * platform/qt/css1/box_properties/border_right_width-expected.txt:
112608         * platform/qt/css1/box_properties/border_style-expected.png:
112609         * platform/qt/css1/box_properties/border_style-expected.txt:
112610         * platform/qt/css1/box_properties/border_top-expected.png:
112611         * platform/qt/css1/box_properties/border_top-expected.txt:
112612         * platform/qt/css1/box_properties/border_top_width-expected.png:
112613         * platform/qt/css1/box_properties/border_top_width-expected.txt:
112614         * platform/qt/css1/box_properties/border_width-expected.png:
112615         * platform/qt/css1/box_properties/border_width-expected.txt:
112616         * platform/qt/css1/box_properties/clear-expected.png:
112617         * platform/qt/css1/box_properties/clear-expected.txt:
112618         * platform/qt/css1/box_properties/clear_float-expected.png:
112619         * platform/qt/css1/box_properties/clear_float-expected.txt:
112620         * platform/qt/css1/box_properties/float_elements_in_series-expected.png:
112621         * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
112622         * platform/qt/css1/box_properties/float_margin-expected.png:
112623         * platform/qt/css1/box_properties/float_margin-expected.txt:
112624         * platform/qt/css1/box_properties/float_on_text_elements-expected.png:
112625         * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
112626         * platform/qt/css1/box_properties/height-expected.png:
112627         * platform/qt/css1/box_properties/height-expected.txt:
112628         * platform/qt/css1/box_properties/margin-expected.png:
112629         * platform/qt/css1/box_properties/margin-expected.txt:
112630         * platform/qt/css1/box_properties/margin_bottom-expected.png:
112631         * platform/qt/css1/box_properties/margin_bottom-expected.txt:
112632         * platform/qt/css1/box_properties/margin_inline-expected.png:
112633         * platform/qt/css1/box_properties/margin_inline-expected.txt:
112634         * platform/qt/css1/box_properties/margin_left-expected.png:
112635         * platform/qt/css1/box_properties/margin_left-expected.txt:
112636         * platform/qt/css1/box_properties/margin_right-expected.png:
112637         * platform/qt/css1/box_properties/margin_right-expected.txt:
112638         * platform/qt/css1/box_properties/margin_top-expected.png:
112639         * platform/qt/css1/box_properties/margin_top-expected.txt:
112640         * platform/qt/css1/box_properties/padding-expected.png:
112641         * platform/qt/css1/box_properties/padding-expected.txt:
112642         * platform/qt/css1/box_properties/padding_bottom-expected.png:
112643         * platform/qt/css1/box_properties/padding_bottom-expected.txt:
112644         * platform/qt/css1/box_properties/padding_inline-expected.png:
112645         * platform/qt/css1/box_properties/padding_inline-expected.txt:
112646         * platform/qt/css1/box_properties/padding_left-expected.png:
112647         * platform/qt/css1/box_properties/padding_left-expected.txt:
112648         * platform/qt/css1/box_properties/padding_right-expected.png:
112649         * platform/qt/css1/box_properties/padding_right-expected.txt:
112650         * platform/qt/css1/box_properties/padding_top-expected.png:
112651         * platform/qt/css1/box_properties/padding_top-expected.txt:
112652         * platform/qt/css1/box_properties/width-expected.png:
112653         * platform/qt/css1/box_properties/width-expected.txt:
112654         * platform/qt/css1/cascade/cascade_order-expected.png:
112655         * platform/qt/css1/cascade/cascade_order-expected.txt:
112656         * platform/qt/css1/classification/display-expected.png:
112657         * platform/qt/css1/classification/display-expected.txt:
112658         * platform/qt/css1/classification/list_style_type-expected.png:
112659         * platform/qt/css1/classification/list_style_type-expected.txt:
112660         * platform/qt/css1/classification/white_space-expected.png:
112661         * platform/qt/css1/classification/white_space-expected.txt:
112662         * platform/qt/css1/color_and_background/background-expected.png:
112663         * platform/qt/css1/color_and_background/background-expected.txt:
112664         * platform/qt/css1/color_and_background/background_attachment-expected.png:
112665         * platform/qt/css1/color_and_background/background_attachment-expected.txt:
112666         * platform/qt/css1/color_and_background/background_position-expected.png:
112667         * platform/qt/css1/color_and_background/background_position-expected.txt:
112668         * platform/qt/css1/color_and_background/background_repeat-expected.png:
112669         * platform/qt/css1/color_and_background/background_repeat-expected.txt:
112670         * platform/qt/css1/conformance/forward_compatible_parsing-expected.png:
112671         * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
112672         * platform/qt/css1/font_properties/font-expected.png:
112673         * platform/qt/css1/font_properties/font-expected.txt:
112674         * platform/qt/css1/font_properties/font_family-expected.png:
112675         * platform/qt/css1/font_properties/font_family-expected.txt:
112676         * platform/qt/css1/font_properties/font_size-expected.png:
112677         * platform/qt/css1/font_properties/font_size-expected.txt:
112678         * platform/qt/css1/font_properties/font_weight-expected.png:
112679         * platform/qt/css1/font_properties/font_weight-expected.txt:
112680         * platform/qt/css1/formatting_model/height_of_lines-expected.png:
112681         * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
112682         * platform/qt/css1/formatting_model/horizontal_formatting-expected.png:
112683         * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
112684         * platform/qt/css1/formatting_model/inline_elements-expected.png:
112685         * platform/qt/css1/formatting_model/inline_elements-expected.txt:
112686         * platform/qt/css1/formatting_model/replaced_elements-expected.png:
112687         * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
112688         * platform/qt/css1/formatting_model/vertical_formatting-expected.png:
112689         * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
112690         * platform/qt/css1/pseudo/anchor-expected.png:
112691         * platform/qt/css1/pseudo/anchor-expected.txt:
112692         * platform/qt/css1/pseudo/firstletter-expected.png:
112693         * platform/qt/css1/pseudo/firstletter-expected.txt:
112694         * platform/qt/css1/pseudo/firstline-expected.png:
112695         * platform/qt/css1/pseudo/firstline-expected.txt:
112696         * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.png:
112697         * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
112698         * platform/qt/css1/text_properties/letter_spacing-expected.png:
112699         * platform/qt/css1/text_properties/letter_spacing-expected.txt:
112700         * platform/qt/css1/text_properties/line_height-expected.png:
112701         * platform/qt/css1/text_properties/line_height-expected.txt:
112702         * platform/qt/css1/text_properties/text_decoration-expected.png:
112703         * platform/qt/css1/text_properties/text_decoration-expected.txt:
112704         * platform/qt/css1/text_properties/text_indent-expected.png:
112705         * platform/qt/css1/text_properties/text_indent-expected.txt:
112706         * platform/qt/css1/text_properties/text_transform-expected.png:
112707         * platform/qt/css1/text_properties/text_transform-expected.txt:
112708         * platform/qt/css1/text_properties/vertical_align-expected.png:
112709         * platform/qt/css1/text_properties/vertical_align-expected.txt:
112710         * platform/qt/css1/text_properties/word_spacing-expected.png:
112711         * platform/qt/css1/text_properties/word_spacing-expected.txt:
112712         * platform/qt/css1/units/color_units-expected.png:
112713         * platform/qt/css1/units/color_units-expected.txt:
112714         * platform/qt/css1/units/length_units-expected.png:
112715         * platform/qt/css1/units/length_units-expected.txt:
112716         * platform/qt/css2.1/20110323/absolute-replaced-height-007-expected.txt:
112717         * platform/qt/css2.1/20110323/absolute-replaced-height-014-expected.txt:
112718         * platform/qt/css2.1/20110323/absolute-replaced-height-021-expected.txt:
112719         * platform/qt/css2.1/20110323/absolute-replaced-height-028-expected.txt:
112720         * platform/qt/css2.1/20110323/absolute-replaced-height-035-expected.txt:
112721         * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
112722         * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-expected.txt:
112723         * platform/qt/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
112724         * platform/qt/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
112725         * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
112726         * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
112727         * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.png:
112728         * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
112729         * platform/qt/css2.1/20110323/block-non-replaced-height-002-expected.png:
112730         * platform/qt/css2.1/20110323/block-non-replaced-height-002-expected.txt:
112731         * platform/qt/css2.1/20110323/block-non-replaced-height-004-expected.png:
112732         * platform/qt/css2.1/20110323/block-non-replaced-height-004-expected.txt:
112733         * platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.png:
112734         * platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.txt:
112735         * platform/qt/css2.1/20110323/block-non-replaced-height-008-expected.png:
112736         * platform/qt/css2.1/20110323/block-non-replaced-height-008-expected.txt:
112737         * platform/qt/css2.1/20110323/block-non-replaced-height-010-expected.png:
112738         * platform/qt/css2.1/20110323/block-non-replaced-height-010-expected.txt:
112739         * platform/qt/css2.1/20110323/block-non-replaced-height-012-expected.png:
112740         * platform/qt/css2.1/20110323/block-non-replaced-height-012-expected.txt:
112741         * platform/qt/css2.1/20110323/block-non-replaced-height-014-expected.png:
112742         * platform/qt/css2.1/20110323/block-non-replaced-height-014-expected.txt:
112743         * platform/qt/css2.1/20110323/block-non-replaced-height-016-expected.png:
112744         * platform/qt/css2.1/20110323/block-non-replaced-height-016-expected.txt:
112745         * platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
112746         * platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
112747         * platform/qt/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
112748         * platform/qt/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
112749         * platform/qt/css2.1/t0803-c5505-mrgn-02-c-expected.png:
112750         * platform/qt/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
112751         * platform/qt/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
112752         * platform/qt/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
112753         * platform/qt/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
112754         * platform/qt/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt:
112755         * platform/qt/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
112756         * platform/qt/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt:
112757         * platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
112758         * platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
112759         * platform/qt/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
112760         * platform/qt/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt:
112761         * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.png:
112762         * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.txt:
112763         * platform/qt/css2.1/t1202-counters-08-b-expected.png:
112764         * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
112765         * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
112766         * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
112767         * platform/qt/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
112768         * platform/qt/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt:
112769         * platform/qt/css2.1/t1508-c527-font-07-b-expected.png:
112770         * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
112771         * platform/qt/css3/masking/clip-path-circle-expected.txt: Added.
112772         * platform/qt/css3/masking/clip-path-circle-filter-expected.txt: Added.
112773         * platform/qt/css3/masking/clip-path-circle-overflow-expected.txt: Added.
112774         * platform/qt/css3/masking/clip-path-circle-overflow-hidden-expected.txt: Added.
112775         * platform/qt/css3/masking/clip-path-circle-relative-overflow-expected.txt: Added.
112776         * platform/qt/css3/masking/clip-path-ellipse-expected.txt: Added.
112777         * platform/qt/css3/masking/clip-path-polygon-evenodd-expected.txt: Added.
112778         * platform/qt/css3/masking/clip-path-polygon-expected.txt: Added.
112779         * platform/qt/css3/masking/clip-path-polygon-nonzero-expected.txt: Added.
112780         * platform/qt/css3/masking/clip-path-rectangle-expected.txt: Added.
112781         * platform/qt/editing/deleting/delete-after-span-ws-001-expected.png:
112782         * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt:
112783         * platform/qt/editing/deleting/delete-after-span-ws-002-expected.png:
112784         * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt:
112785         * platform/qt/editing/deleting/delete-after-span-ws-003-expected.png:
112786         * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt:
112787         * platform/qt/editing/deleting/delete-line-end-ws-001-expected.png:
112788         * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt:
112789         * platform/qt/editing/deleting/delete-line-end-ws-002-expected.png:
112790         * platform/qt/editing/deleting/delete-line-end-ws-002-expected.txt:
112791         * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
112792         * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
112793         * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.png:
112794         * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.txt:
112795         * platform/qt/editing/inserting/4960120-1-expected.png:
112796         * platform/qt/editing/inserting/4960120-1-expected.txt:
112797         * platform/qt/editing/inserting/insert-div-023-expected.png:
112798         * platform/qt/editing/inserting/insert-div-023-expected.txt:
112799         * platform/qt/editing/selection/focus_editable_html-expected.png:
112800         * platform/qt/editing/selection/focus_editable_html-expected.txt:
112801         * platform/qt/editing/selection/iframe-expected.png:
112802         * platform/qt/editing/selection/iframe-expected.txt:
112803         * platform/qt/editing/selection/select-all-001-expected.png:
112804         * platform/qt/editing/selection/select-all-001-expected.txt:
112805         * platform/qt/editing/selection/select-all-002-expected.png:
112806         * platform/qt/editing/selection/select-all-002-expected.txt:
112807         * platform/qt/editing/selection/select-all-003-expected.png:
112808         * platform/qt/editing/selection/select-all-003-expected.txt:
112809         * platform/qt/editing/selection/select-all-004-expected.png:
112810         * platform/qt/editing/selection/select-all-004-expected.txt:
112811         * platform/qt/editing/selection/unrendered-001-expected.png:
112812         * platform/qt/editing/selection/unrendered-001-expected.txt:
112813         * platform/qt/editing/selection/unrendered-002-expected.png:
112814         * platform/qt/editing/selection/unrendered-002-expected.txt:
112815         * platform/qt/editing/selection/unrendered-003-expected.png:
112816         * platform/qt/editing/selection/unrendered-003-expected.txt:
112817         * platform/qt/editing/selection/unrendered-004-expected.png:
112818         * platform/qt/editing/selection/unrendered-004-expected.txt:
112819         * platform/qt/editing/selection/unrendered-005-expected.png:
112820         * platform/qt/editing/selection/unrendered-005-expected.txt:
112821         * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.png:
112822         * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
112823         * platform/qt/fast/backgrounds/background-leakage-transforms-expected.png:
112824         * platform/qt/fast/backgrounds/background-leakage-transforms-expected.txt:
112825         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
112826         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
112827         * platform/qt/fast/backgrounds/size/backgroundSize15-expected.png:
112828         * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
112829         * platform/qt/fast/block/basic/016-expected.png:
112830         * platform/qt/fast/block/basic/016-expected.txt:
112831         * platform/qt/fast/block/basic/truncation-rtl-expected.png:
112832         * platform/qt/fast/block/basic/truncation-rtl-expected.txt:
112833         * platform/qt/fast/block/float/008-expected.png:
112834         * platform/qt/fast/block/float/008-expected.txt: Added.
112835         * platform/qt/fast/block/float/013-expected.png:
112836         * platform/qt/fast/block/float/013-expected.txt:
112837         * platform/qt/fast/block/float/019-expected.png:
112838         * platform/qt/fast/block/float/019-expected.txt: Added.
112839         * platform/qt/fast/block/float/021-expected.png:
112840         * platform/qt/fast/block/float/021-expected.txt:
112841         * platform/qt/fast/block/float/025-expected.png:
112842         * platform/qt/fast/block/float/025-expected.txt:
112843         * platform/qt/fast/block/float/027-expected.png:
112844         * platform/qt/fast/block/float/027-expected.txt:
112845         * platform/qt/fast/block/float/032-expected.png:
112846         * platform/qt/fast/block/float/032-expected.txt:
112847         * platform/qt/fast/block/float/033-expected.png:
112848         * platform/qt/fast/block/float/033-expected.txt:
112849         * platform/qt/fast/block/float/035-expected.png:
112850         * platform/qt/fast/block/float/035-expected.txt: Added.
112851         * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.png:
112852         * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
112853         * platform/qt/fast/block/float/br-with-clear-2-expected.png:
112854         * platform/qt/fast/block/float/br-with-clear-2-expected.txt:
112855         * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.png:
112856         * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.txt:
112857         * platform/qt/fast/block/float/float-avoidance-expected.png:
112858         * platform/qt/fast/block/float/float-avoidance-expected.txt:
112859         * platform/qt/fast/block/float/nested-clearance-expected.png:
112860         * platform/qt/fast/block/float/nested-clearance-expected.txt:
112861         * platform/qt/fast/block/float/overhanging-tall-block-expected.png:
112862         * platform/qt/fast/block/float/overhanging-tall-block-expected.txt:
112863         * platform/qt/fast/block/float/relative-painted-twice-expected.png:
112864         * platform/qt/fast/block/float/relative-painted-twice-expected.txt: Added.
112865         * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
112866         * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
112867         * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.png:
112868         * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.txt:
112869         * platform/qt/fast/block/margin-collapse/103-expected.png:
112870         * platform/qt/fast/block/margin-collapse/103-expected.txt:
112871         * platform/qt/fast/block/margin-collapse/104-expected.png:
112872         * platform/qt/fast/block/margin-collapse/104-expected.txt:
112873         * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.png:
112874         * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
112875         * platform/qt/fast/block/positioning/047-expected.png:
112876         * platform/qt/fast/block/positioning/047-expected.txt:
112877         * platform/qt/fast/block/positioning/051-expected.png:
112878         * platform/qt/fast/block/positioning/051-expected.txt:
112879         * platform/qt/fast/block/positioning/055-expected.png:
112880         * platform/qt/fast/block/positioning/055-expected.txt:
112881         * platform/qt/fast/block/positioning/auto/007-expected.png:
112882         * platform/qt/fast/block/positioning/auto/007-expected.txt:
112883         * platform/qt/fast/block/positioning/auto/vertical-lr/005-expected.png:
112884         * platform/qt/fast/block/positioning/auto/vertical-lr/005-expected.txt:
112885         * platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.png:
112886         * platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.txt:
112887         * platform/qt/fast/block/positioning/auto/vertical-rl/005-expected.png:
112888         * platform/qt/fast/block/positioning/auto/vertical-rl/005-expected.txt:
112889         * platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.png:
112890         * platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.txt:
112891         * platform/qt/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png:
112892         * platform/qt/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
112893         * platform/qt/fast/block/positioning/negative-rel-position-expected.png:
112894         * platform/qt/fast/block/positioning/negative-rel-position-expected.txt: Added.
112895         * platform/qt/fast/block/positioning/relative-overflow-block-expected.png:
112896         * platform/qt/fast/block/positioning/relative-overflow-block-expected.txt:
112897         * platform/qt/fast/block/positioning/relative-overflow-replaced-expected.png:
112898         * platform/qt/fast/block/positioning/relative-overflow-replaced-expected.txt:
112899         * platform/qt/fast/block/positioning/relative-overflow-replaced-float-expected.png:
112900         * platform/qt/fast/block/positioning/relative-overflow-replaced-float-expected.txt:
112901         * platform/qt/fast/body-propagation/overflow/001-expected.png:
112902         * platform/qt/fast/body-propagation/overflow/001-expected.txt:
112903         * platform/qt/fast/body-propagation/overflow/001-xhtml-expected.png:
112904         * platform/qt/fast/body-propagation/overflow/001-xhtml-expected.txt:
112905         * platform/qt/fast/body-propagation/overflow/002-expected.png:
112906         * platform/qt/fast/body-propagation/overflow/002-expected.txt:
112907         * platform/qt/fast/body-propagation/overflow/002-xhtml-expected.png:
112908         * platform/qt/fast/body-propagation/overflow/002-xhtml-expected.txt:
112909         * platform/qt/fast/body-propagation/overflow/003-declarative-expected.png:
112910         * platform/qt/fast/body-propagation/overflow/003-declarative-expected.txt:
112911         * platform/qt/fast/body-propagation/overflow/003-expected.png:
112912         * platform/qt/fast/body-propagation/overflow/003-expected.txt:
112913         * platform/qt/fast/body-propagation/overflow/003-xhtml-expected.png:
112914         * platform/qt/fast/body-propagation/overflow/003-xhtml-expected.txt:
112915         * platform/qt/fast/body-propagation/overflow/004-declarative-expected.png:
112916         * platform/qt/fast/body-propagation/overflow/004-declarative-expected.txt:
112917         * platform/qt/fast/body-propagation/overflow/004-expected.png:
112918         * platform/qt/fast/body-propagation/overflow/004-expected.txt:
112919         * platform/qt/fast/body-propagation/overflow/004-xhtml-expected.png:
112920         * platform/qt/fast/body-propagation/overflow/004-xhtml-expected.txt:
112921         * platform/qt/fast/body-propagation/overflow/005-declarative-expected.png:
112922         * platform/qt/fast/body-propagation/overflow/005-declarative-expected.txt:
112923         * platform/qt/fast/body-propagation/overflow/005-expected.png:
112924         * platform/qt/fast/body-propagation/overflow/005-expected.txt:
112925         * platform/qt/fast/body-propagation/overflow/005-xhtml-expected.png:
112926         * platform/qt/fast/body-propagation/overflow/005-xhtml-expected.txt:
112927         * platform/qt/fast/body-propagation/overflow/006-declarative-expected.png:
112928         * platform/qt/fast/body-propagation/overflow/006-declarative-expected.txt:
112929         * platform/qt/fast/body-propagation/overflow/006-expected.png:
112930         * platform/qt/fast/body-propagation/overflow/006-expected.txt:
112931         * platform/qt/fast/body-propagation/overflow/006-xhtml-expected.png:
112932         * platform/qt/fast/body-propagation/overflow/006-xhtml-expected.txt:
112933         * platform/qt/fast/body-propagation/overflow/007-declarative-expected.png:
112934         * platform/qt/fast/body-propagation/overflow/007-declarative-expected.txt:
112935         * platform/qt/fast/body-propagation/overflow/007-expected.png:
112936         * platform/qt/fast/body-propagation/overflow/007-expected.txt:
112937         * platform/qt/fast/body-propagation/overflow/007-xhtml-expected.png:
112938         * platform/qt/fast/body-propagation/overflow/007-xhtml-expected.txt:
112939         * platform/qt/fast/borders/border-image-massive-scale-expected.png:
112940         * platform/qt/fast/borders/border-image-massive-scale-expected.txt:
112941         * platform/qt/fast/borders/border-image-rotate-transform-expected.png:
112942         * platform/qt/fast/borders/border-image-rotate-transform-expected.txt:
112943         * platform/qt/fast/borders/border-image-scale-transform-expected.png:
112944         * platform/qt/fast/borders/border-image-scale-transform-expected.txt:
112945         * platform/qt/fast/borders/border-image-scaled-expected.png:
112946         * platform/qt/fast/borders/border-image-scaled-expected.txt:
112947         * platform/qt/fast/borders/inline-mask-overlay-image-expected.png:
112948         * platform/qt/fast/borders/inline-mask-overlay-image-expected.txt:
112949         * platform/qt/fast/borders/rtl-border-01-expected.png:
112950         * platform/qt/fast/borders/rtl-border-01-expected.txt:
112951         * platform/qt/fast/borders/rtl-border-02-expected.png:
112952         * platform/qt/fast/borders/rtl-border-02-expected.txt:
112953         * platform/qt/fast/borders/rtl-border-03-expected.png:
112954         * platform/qt/fast/borders/rtl-border-03-expected.txt:
112955         * platform/qt/fast/box-shadow/basic-shadows-expected.png:
112956         * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
112957         * platform/qt/fast/box-sizing/box-sizing-expected.png:
112958         * platform/qt/fast/box-sizing/box-sizing-expected.txt:
112959         * platform/qt/fast/canvas/canvas-bg-expected.png:
112960         * platform/qt/fast/canvas/canvas-bg-expected.txt: Added.
112961         * platform/qt/fast/canvas/canvas-render-layer-expected.txt: Added.
112962         * platform/qt/fast/clip/014-expected.png:
112963         * platform/qt/fast/clip/014-expected.txt:
112964         * platform/qt/fast/css-generated-content/014-expected.png:
112965         * platform/qt/fast/css-generated-content/014-expected.txt:
112966         * platform/qt/fast/css-generated-content/table-parts-before-and-after-expected.png:
112967         * platform/qt/fast/css-generated-content/table-parts-before-and-after-expected.txt: Added.
112968         * platform/qt/fast/css/005-expected.png:
112969         * platform/qt/fast/css/005-expected.txt:
112970         * platform/qt/fast/css/MarqueeLayoutTest-expected.png:
112971         * platform/qt/fast/css/MarqueeLayoutTest-expected.txt:
112972         * platform/qt/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
112973         * platform/qt/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt:
112974         * platform/qt/fast/css/bidi-override-in-anonymous-block-expected.png:
112975         * platform/qt/fast/css/bidi-override-in-anonymous-block-expected.txt:
112976         * platform/qt/fast/css/border-height-expected.png:
112977         * platform/qt/fast/css/border-height-expected.txt:
112978         * platform/qt/fast/css/clip-text-in-scaled-div-expected.png:
112979         * platform/qt/fast/css/clip-text-in-scaled-div-expected.txt:
112980         * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.png:
112981         * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.txt:
112982         * platform/qt/fast/css/empty-pseudo-class-expected.png:
112983         * platform/qt/fast/css/empty-pseudo-class-expected.txt:
112984         * platform/qt/fast/css/first-child-pseudo-class-expected.png:
112985         * platform/qt/fast/css/first-child-pseudo-class-expected.txt:
112986         * platform/qt/fast/css/first-of-type-pseudo-class-expected.png:
112987         * platform/qt/fast/css/first-of-type-pseudo-class-expected.txt:
112988         * platform/qt/fast/css/font_property_normal-expected.png:
112989         * platform/qt/fast/css/font_property_normal-expected.txt:
112990         * platform/qt/fast/css/hsl-color-expected.png:
112991         * platform/qt/fast/css/hsl-color-expected.txt:
112992         * platform/qt/fast/css/last-child-pseudo-class-expected.png:
112993         * platform/qt/fast/css/last-child-pseudo-class-expected.txt:
112994         * platform/qt/fast/css/last-of-type-pseudo-class-expected.png:
112995         * platform/qt/fast/css/last-of-type-pseudo-class-expected.txt:
112996         * platform/qt/fast/css/line-height-overflow-expected.png:
112997         * platform/qt/fast/css/line-height-overflow-expected.txt:
112998         * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.png:
112999         * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
113000         * platform/qt/fast/css/nested-rounded-corners-expected.png: Added.
113001         * platform/qt/fast/css/nested-rounded-corners-expected.txt: Added.
113002         * platform/qt/fast/css/only-child-pseudo-class-expected.png:
113003         * platform/qt/fast/css/only-child-pseudo-class-expected.txt:
113004         * platform/qt/fast/css/only-of-type-pseudo-class-expected.png:
113005         * platform/qt/fast/css/only-of-type-pseudo-class-expected.txt:
113006         * platform/qt/fast/css/positioned-overflow-scroll-expected.png:
113007         * platform/qt/fast/css/positioned-overflow-scroll-expected.txt:
113008         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
113009         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt:
113010         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
113011         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt:
113012         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
113013         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt:
113014         * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
113015         * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt:
113016         * platform/qt/fast/css/resize-corner-tracking-expected.png:
113017         * platform/qt/fast/css/resize-corner-tracking-expected.txt:
113018         * platform/qt/fast/css/shadow-multiple-expected.png:
113019         * platform/qt/fast/css/shadow-multiple-expected.txt:
113020         * platform/qt/fast/css/text-transform-select-expected.png:
113021         * platform/qt/fast/css/text-transform-select-expected.txt:
113022         * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
113023         * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
113024         * platform/qt/fast/dom/clone-node-dynamic-style-expected.png:
113025         * platform/qt/fast/dom/clone-node-dynamic-style-expected.txt:
113026         * platform/qt/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.png:
113027         * platform/qt/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt:
113028         * platform/qt/fast/dom/scroll-reveal-left-overflow-expected.png:
113029         * platform/qt/fast/dom/scroll-reveal-left-overflow-expected.txt:
113030         * platform/qt/fast/dom/scroll-reveal-top-overflow-expected.png:
113031         * platform/qt/fast/dom/scroll-reveal-top-overflow-expected.txt:
113032         * platform/qt/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
113033         * platform/qt/fast/dynamic/008-expected.png:
113034         * platform/qt/fast/dynamic/008-expected.txt:
113035         * platform/qt/fast/dynamic/anchor-lock-expected.png:
113036         * platform/qt/fast/dynamic/anchor-lock-expected.txt:
113037         * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
113038         * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
113039         * platform/qt/fast/encoding/utf-16-big-endian-expected.png:
113040         * platform/qt/fast/encoding/utf-16-big-endian-expected.txt:
113041         * platform/qt/fast/encoding/utf-16-little-endian-expected.png:
113042         * platform/qt/fast/encoding/utf-16-little-endian-expected.txt:
113043         * platform/qt/fast/events/pointer-events-2-expected.png:
113044         * platform/qt/fast/events/pointer-events-2-expected.txt:
113045         * platform/qt/fast/events/resize-events-expected.png:
113046         * platform/qt/fast/events/resize-events-expected.txt:
113047         * platform/qt/fast/events/reveal-link-when-focused-expected.png:
113048         * platform/qt/fast/events/reveal-link-when-focused-expected.txt:
113049         * platform/qt/fast/flexbox/009-expected.png:
113050         * platform/qt/fast/flexbox/009-expected.txt:
113051         * platform/qt/fast/flexbox/016-expected.png:
113052         * platform/qt/fast/flexbox/016-expected.txt:
113053         * platform/qt/fast/flexbox/flex-hang-expected.png:
113054         * platform/qt/fast/flexbox/flex-hang-expected.txt:
113055         * platform/qt/fast/forms/HTMLOptionElement_label05-expected.png: Added.
113056         * platform/qt/fast/forms/HTMLOptionElement_label05-expected.txt:
113057         * platform/qt/fast/forms/basic-textareas-quirks-expected.png:
113058         * platform/qt/fast/forms/basic-textareas-quirks-expected.txt:
113059         * platform/qt/fast/forms/button-default-title-expected.png: Added.
113060         * platform/qt/fast/forms/button-default-title-expected.txt:
113061         * platform/qt/fast/forms/button-table-styles-expected.png:
113062         * platform/qt/fast/forms/button-table-styles-expected.txt:
113063         * platform/qt/fast/forms/disabled-select-change-index-expected.png:
113064         * platform/qt/fast/forms/disabled-select-change-index-expected.txt:
113065         * platform/qt/fast/forms/fieldset-align-expected.png:
113066         * platform/qt/fast/forms/fieldset-align-expected.txt:
113067         * platform/qt/fast/forms/file/file-input-direction-expected.png:
113068         * platform/qt/fast/forms/file/file-input-direction-expected.txt:
113069         * platform/qt/fast/forms/form-element-geometry-expected.png:
113070         * platform/qt/fast/forms/form-element-geometry-expected.txt:
113071         * platform/qt/fast/forms/form-hides-table-expected.png:
113072         * platform/qt/fast/forms/form-hides-table-expected.txt:
113073         * platform/qt/fast/forms/hidden-listbox-expected.png: Added.
113074         * platform/qt/fast/forms/hidden-listbox-expected.txt:
113075         * platform/qt/fast/forms/input-appearance-selection-expected.png:
113076         * platform/qt/fast/forms/input-appearance-selection-expected.txt:
113077         * platform/qt/fast/forms/listbox-bidi-align-expected.png:
113078         * platform/qt/fast/forms/listbox-bidi-align-expected.txt:
113079         * platform/qt/fast/forms/listbox-scrollbar-incremental-load-expected.png: Added.
113080         * platform/qt/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
113081         * platform/qt/fast/forms/number/number-appearance-rtl-expected.png:
113082         * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt:
113083         * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
113084         * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
113085         * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
113086         * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
113087         * platform/qt/fast/forms/option-strip-whitespace-expected.png: Added.
113088         * platform/qt/fast/forms/option-strip-whitespace-expected.txt:
113089         * platform/qt/fast/forms/placeholder-position-expected.png:
113090         * platform/qt/fast/forms/placeholder-position-expected.txt:
113091         * platform/qt/fast/forms/select-block-background-expected.png: Added.
113092         * platform/qt/fast/forms/select-block-background-expected.txt:
113093         * platform/qt/fast/forms/select-change-listbox-size-expected.png: Added.
113094         * platform/qt/fast/forms/select-change-listbox-size-expected.txt:
113095         * platform/qt/fast/forms/select-change-popup-to-listbox-expected.png: Added.
113096         * platform/qt/fast/forms/select-change-popup-to-listbox-expected.txt:
113097         * platform/qt/fast/forms/select-initial-position-expected.png: Added.
113098         * platform/qt/fast/forms/select-initial-position-expected.txt:
113099         * platform/qt/fast/forms/select-item-background-clip-expected.png: Added.
113100         * platform/qt/fast/forms/select-item-background-clip-expected.txt:
113101         * platform/qt/fast/forms/select-list-box-with-height-expected.png: Added.
113102         * platform/qt/fast/forms/select-list-box-with-height-expected.txt:
113103         * platform/qt/fast/forms/select-listbox-multiple-no-focusring-expected.png:
113104         * platform/qt/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
113105         * platform/qt/fast/forms/select-overflow-scroll-expected.png:
113106         * platform/qt/fast/forms/select-overflow-scroll-expected.txt:
113107         * platform/qt/fast/forms/select-overflow-scroll-inherited-expected.png:
113108         * platform/qt/fast/forms/select-overflow-scroll-inherited-expected.txt:
113109         * platform/qt/fast/forms/textarea-align-expected.png:
113110         * platform/qt/fast/forms/textarea-align-expected.txt:
113111         * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.png:
113112         * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
113113         * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.png:
113114         * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.txt:
113115         * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.png:
113116         * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.txt:
113117         * platform/qt/fast/forms/textarea-setinnerhtml-expected.png:
113118         * platform/qt/fast/forms/textarea-setinnerhtml-expected.txt:
113119         * platform/qt/fast/frames/calculate-fixed-expected.png: Added.
113120         * platform/qt/fast/frames/calculate-fixed-expected.txt:
113121         * platform/qt/fast/frames/calculate-order-expected.png: Added.
113122         * platform/qt/fast/frames/calculate-order-expected.txt:
113123         * platform/qt/fast/frames/calculate-percentage-expected.png: Added.
113124         * platform/qt/fast/frames/calculate-percentage-expected.txt:
113125         * platform/qt/fast/frames/calculate-relative-expected.png: Added.
113126         * platform/qt/fast/frames/calculate-relative-expected.txt:
113127         * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png:
113128         * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
113129         * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.png:
113130         * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt:
113131         * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.png:
113132         * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.txt:
113133         * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
113134         * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
113135         * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.png:
113136         * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
113137         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png:
113138         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
113139         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.png:
113140         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt:
113141         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png:
113142         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
113143         * platform/qt/fast/frames/frame-scrolling-attribute-expected.png:
113144         * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
113145         * platform/qt/fast/frames/iframe-scaling-with-scroll-expected.png: Added.
113146         * platform/qt/fast/frames/iframe-scaling-with-scroll-expected.txt: Added.
113147         * platform/qt/fast/frames/iframe-scrolling-attribute-expected.png:
113148         * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
113149         * platform/qt/fast/frames/inline-object-inside-frameset-expected.png:
113150         * platform/qt/fast/frames/inline-object-inside-frameset-expected.txt:
113151         * platform/qt/fast/frames/invalid-expected.png: Added.
113152         * platform/qt/fast/frames/invalid-expected.txt:
113153         * platform/qt/fast/frames/take-focus-from-iframe-expected.png:
113154         * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
113155         * platform/qt/fast/frames/valid-expected.png: Added.
113156         * platform/qt/fast/frames/valid-expected.txt:
113157         * platform/qt/fast/gradients/background-clipped-expected.png:
113158         * platform/qt/fast/gradients/background-clipped-expected.txt: Added.
113159         * platform/qt/fast/html/details-position-expected.png:
113160         * platform/qt/fast/html/details-position-expected.txt:
113161         * platform/qt/fast/html/details-writing-mode-expected.png:
113162         * platform/qt/fast/html/details-writing-mode-expected.txt:
113163         * platform/qt/fast/images/gif-large-checkerboard-expected.png:
113164         * platform/qt/fast/images/gif-large-checkerboard-expected.txt: Added.
113165         * platform/qt/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
113166         * platform/qt/fast/images/gray-scale-jpeg-with-color-profile-expected.txt:
113167         * platform/qt/fast/inline-block/tricky-baseline-expected.png:
113168         * platform/qt/fast/inline-block/tricky-baseline-expected.txt:
113169         * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.png:
113170         * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.txt:
113171         * platform/qt/fast/inline/inline-continuation-borders-expected.png:
113172         * platform/qt/fast/inline/inline-continuation-borders-expected.txt:
113173         * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
113174         * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
113175         * platform/qt/fast/inline/long-wrapped-line-expected.png:
113176         * platform/qt/fast/inline/long-wrapped-line-expected.txt:
113177         * platform/qt/fast/layers/overflow-scroll-auto-switch-expected.png:
113178         * platform/qt/fast/layers/overflow-scroll-auto-switch-expected.txt:
113179         * platform/qt/fast/layers/scroll-rect-to-visible-expected.png:
113180         * platform/qt/fast/layers/scroll-rect-to-visible-expected.txt:
113181         * platform/qt/fast/line-grid/line-grid-inside-columns-expected.png:
113182         * platform/qt/fast/line-grid/line-grid-inside-columns-expected.txt:
113183         * platform/qt/fast/lists/001-expected.png:
113184         * platform/qt/fast/lists/001-expected.txt:
113185         * platform/qt/fast/lists/001-vertical-expected.png:
113186         * platform/qt/fast/lists/001-vertical-expected.txt:
113187         * platform/qt/fast/lists/008-expected.png:
113188         * platform/qt/fast/lists/008-expected.txt:
113189         * platform/qt/fast/lists/008-vertical-expected.png:
113190         * platform/qt/fast/lists/008-vertical-expected.txt:
113191         * platform/qt/fast/lists/li-br-expected.png:
113192         * platform/qt/fast/lists/li-br-expected.txt:
113193         * platform/qt/fast/lists/ol-start-parsing-expected.png:
113194         * platform/qt/fast/lists/ol-start-parsing-expected.txt:
113195         * platform/qt/fast/lists/olstart-expected.png:
113196         * platform/qt/fast/lists/olstart-expected.txt:
113197         * platform/qt/fast/media/mq-relative-constraints-02-expected.png:
113198         * platform/qt/fast/media/mq-relative-constraints-02-expected.txt:
113199         * platform/qt/fast/media/mq-relative-constraints-03-expected.png:
113200         * platform/qt/fast/media/mq-relative-constraints-03-expected.txt:
113201         * platform/qt/fast/media/mq-relative-constraints-04-expected.png:
113202         * platform/qt/fast/media/mq-relative-constraints-04-expected.txt:
113203         * platform/qt/fast/media/mq-relative-constraints-05-expected.png:
113204         * platform/qt/fast/media/mq-relative-constraints-05-expected.txt:
113205         * platform/qt/fast/media/mq-relative-constraints-06-expected.png:
113206         * platform/qt/fast/media/mq-relative-constraints-06-expected.txt:
113207         * platform/qt/fast/media/mq-relative-constraints-07-expected.png:
113208         * platform/qt/fast/media/mq-relative-constraints-07-expected.txt:
113209         * platform/qt/fast/media/mq-relative-constraints-08-expected.png:
113210         * platform/qt/fast/media/mq-relative-constraints-08-expected.txt:
113211         * platform/qt/fast/media/mq-relative-constraints-09-expected.png:
113212         * platform/qt/fast/media/mq-relative-constraints-09-expected.txt:
113213         * platform/qt/fast/media/mq-width-absolute-01-expected.png:
113214         * platform/qt/fast/media/mq-width-absolute-01-expected.txt:
113215         * platform/qt/fast/media/mq-width-absolute-02-expected.png:
113216         * platform/qt/fast/media/mq-width-absolute-02-expected.txt:
113217         * platform/qt/fast/media/mq-width-absolute-03-expected.png:
113218         * platform/qt/fast/media/mq-width-absolute-03-expected.txt:
113219         * platform/qt/fast/media/mq-width-absolute-04-expected.png:
113220         * platform/qt/fast/media/mq-width-absolute-04-expected.txt:
113221         * platform/qt/fast/multicol/block-axis-horizontal-tb-expected.png:
113222         * platform/qt/fast/multicol/block-axis-horizontal-tb-expected.txt:
113223         * platform/qt/fast/multicol/client-rects-expected.png:
113224         * platform/qt/fast/multicol/client-rects-expected.txt:
113225         * platform/qt/fast/multicol/column-break-with-balancing-expected.png:
113226         * platform/qt/fast/multicol/column-break-with-balancing-expected.txt:
113227         * platform/qt/fast/multicol/column-rules-stacking-expected.png:
113228         * platform/qt/fast/multicol/column-rules-stacking-expected.txt:
113229         * platform/qt/fast/multicol/columns-shorthand-parsing-expected.png:
113230         * platform/qt/fast/multicol/columns-shorthand-parsing-expected.txt:
113231         * platform/qt/fast/multicol/float-multicol-expected.png:
113232         * platform/qt/fast/multicol/float-multicol-expected.txt:
113233         * platform/qt/fast/multicol/float-paginate-complex-expected.png:
113234         * platform/qt/fast/multicol/float-paginate-complex-expected.txt:
113235         * platform/qt/fast/multicol/float-paginate-expected.png:
113236         * platform/qt/fast/multicol/float-paginate-expected.txt:
113237         * platform/qt/fast/multicol/layers-in-multicol-expected.png:
113238         * platform/qt/fast/multicol/layers-in-multicol-expected.txt:
113239         * platform/qt/fast/multicol/layers-split-across-columns-expected.png:
113240         * platform/qt/fast/multicol/layers-split-across-columns-expected.txt:
113241         * platform/qt/fast/multicol/paginate-block-replaced-expected.png:
113242         * platform/qt/fast/multicol/paginate-block-replaced-expected.txt:
113243         * platform/qt/fast/multicol/pagination-h-horizontal-bt-expected.png:
113244         * platform/qt/fast/multicol/pagination-h-horizontal-bt-expected.txt:
113245         * platform/qt/fast/multicol/pagination-h-horizontal-tb-expected.png:
113246         * platform/qt/fast/multicol/pagination-h-horizontal-tb-expected.txt:
113247         * platform/qt/fast/multicol/pagination-h-vertical-lr-expected.png:
113248         * platform/qt/fast/multicol/pagination-h-vertical-lr-expected.txt:
113249         * platform/qt/fast/multicol/pagination-h-vertical-rl-expected.png:
113250         * platform/qt/fast/multicol/pagination-h-vertical-rl-expected.txt:
113251         * platform/qt/fast/multicol/pagination-v-horizontal-bt-expected.png:
113252         * platform/qt/fast/multicol/pagination-v-horizontal-bt-expected.txt:
113253         * platform/qt/fast/multicol/pagination-v-horizontal-tb-expected.png:
113254         * platform/qt/fast/multicol/pagination-v-horizontal-tb-expected.txt:
113255         * platform/qt/fast/multicol/pagination-v-vertical-lr-expected.png:
113256         * platform/qt/fast/multicol/pagination-v-vertical-lr-expected.txt:
113257         * platform/qt/fast/multicol/pagination-v-vertical-rl-expected.png:
113258         * platform/qt/fast/multicol/pagination-v-vertical-rl-expected.txt:
113259         * platform/qt/fast/multicol/positioned-with-constrained-height-expected.png:
113260         * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
113261         * platform/qt/fast/multicol/progression-reverse-expected.png:
113262         * platform/qt/fast/multicol/progression-reverse-expected.txt:
113263         * platform/qt/fast/multicol/scrolling-overflow-expected.png:
113264         * platform/qt/fast/multicol/scrolling-overflow-expected.txt:
113265         * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png:
113266         * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.txt:
113267         * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
113268         * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
113269         * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
113270         * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
113271         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
113272         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
113273         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.png:
113274         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
113275         * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
113276         * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
113277         * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.png:
113278         * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.txt:
113279         * platform/qt/fast/multicol/span/span-margin-collapsing-expected.png:
113280         * platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt:
113281         * platform/qt/fast/multicol/table-vertical-align-expected.png:
113282         * platform/qt/fast/multicol/table-vertical-align-expected.txt:
113283         * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
113284         * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
113285         * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.png:
113286         * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.txt:
113287         * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
113288         * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
113289         * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.png:
113290         * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.txt:
113291         * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.png:
113292         * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.txt:
113293         * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
113294         * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
113295         * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
113296         * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
113297         * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.png:
113298         * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.txt:
113299         * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
113300         * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
113301         * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.png:
113302         * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.txt:
113303         * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.png:
113304         * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.txt:
113305         * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
113306         * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:
113307         * platform/qt/fast/overflow/002-expected.png:
113308         * platform/qt/fast/overflow/002-expected.txt:
113309         * platform/qt/fast/overflow/006-expected.png:
113310         * platform/qt/fast/overflow/006-expected.txt:
113311         * platform/qt/fast/overflow/007-expected.png:
113312         * platform/qt/fast/overflow/007-expected.txt:
113313         * platform/qt/fast/overflow/008-expected.png:
113314         * platform/qt/fast/overflow/008-expected.txt:
113315         * platform/qt/fast/overflow/childFocusRingClip-expected.png:
113316         * platform/qt/fast/overflow/childFocusRingClip-expected.txt:
113317         * platform/qt/fast/overflow/float-in-relpositioned-expected.png:
113318         * platform/qt/fast/overflow/float-in-relpositioned-expected.txt:
113319         * platform/qt/fast/overflow/hidden-scrollbar-resize-expected.txt:
113320         * platform/qt/fast/overflow/hit-test-overflow-controls-expected.png:
113321         * platform/qt/fast/overflow/hit-test-overflow-controls-expected.txt:
113322         * platform/qt/fast/overflow/image-selection-highlight-expected.png:
113323         * platform/qt/fast/overflow/image-selection-highlight-expected.txt:
113324         * platform/qt/fast/overflow/overflow-auto-position-absolute-expected.png:
113325         * platform/qt/fast/overflow/overflow-auto-position-absolute-expected.txt:
113326         * platform/qt/fast/overflow/overflow-auto-table-expected.png:
113327         * platform/qt/fast/overflow/overflow-auto-table-expected.txt:
113328         * platform/qt/fast/overflow/overflow-float-stacking-expected.txt:
113329         * platform/qt/fast/overflow/overflow-rtl-vertical-expected.png:
113330         * platform/qt/fast/overflow/overflow-rtl-vertical-expected.txt:
113331         * platform/qt/fast/overflow/overflow-stacking-expected.png:
113332         * platform/qt/fast/overflow/overflow-stacking-expected.txt:
113333         * platform/qt/fast/overflow/overflow-update-transform-expected.png:
113334         * platform/qt/fast/overflow/overflow-update-transform-expected.txt: Added.
113335         * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.png:
113336         * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.txt:
113337         * platform/qt/fast/overflow/paged-x-div-expected.txt: Added.
113338         * platform/qt/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added.
113339         * platform/qt/fast/overflow/paged-x-on-root-expected.txt: Added.
113340         * platform/qt/fast/overflow/paged-x-with-column-gap-expected.txt: Added.
113341         * platform/qt/fast/overflow/paged-y-div-expected.txt: Added.
113342         * platform/qt/fast/overflow/paged-y-on-root-expected.txt: Added.
113343         * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.png:
113344         * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
113345         * platform/qt/fast/overflow/scrollbar-position-update-expected.png:
113346         * platform/qt/fast/overflow/scrollbar-position-update-expected.txt:
113347         * platform/qt/fast/overflow/table-overflow-float-expected.png:
113348         * platform/qt/fast/overflow/table-overflow-float-expected.txt:
113349         * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
113350         * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
113351         * platform/qt/fast/parser/entity-comment-in-textarea-expected.png:
113352         * platform/qt/fast/parser/entity-comment-in-textarea-expected.txt:
113353         * platform/qt/fast/parser/open-comment-in-textarea-expected.png:
113354         * platform/qt/fast/parser/open-comment-in-textarea-expected.txt:
113355         * platform/qt/fast/reflections/reflection-direction-expected.png:
113356         * platform/qt/fast/reflections/reflection-direction-expected.txt:
113357         * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
113358         * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
113359         * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.png:
113360         * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.txt:
113361         * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
113362         * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
113363         * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
113364         * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
113365         * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
113366         * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
113367         * platform/qt/fast/repaint/fixed-move-after-scroll-expected.png:
113368         * platform/qt/fast/repaint/fixed-move-after-scroll-expected.txt:
113369         * platform/qt/fast/repaint/fixed-tranformed-expected.png:
113370         * platform/qt/fast/repaint/fixed-tranformed-expected.txt:
113371         * platform/qt/fast/repaint/layout-state-only-positioned-expected.png:
113372         * platform/qt/fast/repaint/layout-state-only-positioned-expected.txt:
113373         * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.png:
113374         * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.txt:
113375         * platform/qt/fast/repaint/overflow-scroll-delete-expected.png:
113376         * platform/qt/fast/repaint/overflow-scroll-delete-expected.txt:
113377         * platform/qt/fast/repaint/repaint-during-scroll-expected.png:
113378         * platform/qt/fast/repaint/repaint-during-scroll-expected.txt:
113379         * platform/qt/fast/repaint/select-option-background-color-expected.png:
113380         * platform/qt/fast/repaint/select-option-background-color-expected.txt:
113381         * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
113382         * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
113383         * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.png:
113384         * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
113385         * platform/qt/fast/replaced/005-expected.png:
113386         * platform/qt/fast/replaced/005-expected.txt:
113387         * platform/qt/fast/replaced/border-radius-clip-expected.png:
113388         * platform/qt/fast/replaced/border-radius-clip-expected.txt:
113389         * platform/qt/fast/replaced/replaced-breaking-expected.png:
113390         * platform/qt/fast/replaced/replaced-breaking-expected.txt:
113391         * platform/qt/fast/replaced/width100percent-image-expected.png:
113392         * platform/qt/fast/replaced/width100percent-image-expected.txt:
113393         * platform/qt/fast/replaced/width100percent-searchfield-expected.png:
113394         * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
113395         * platform/qt/fast/replaced/width100percent-textfield-expected.png:
113396         * platform/qt/fast/replaced/width100percent-textfield-expected.txt:
113397         * platform/qt/fast/selectors/166-expected.png:
113398         * platform/qt/fast/selectors/166-expected.txt:
113399         * platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.png:
113400         * platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
113401         * platform/qt/fast/table/003-expected.png:
113402         * platform/qt/fast/table/003-expected.txt:
113403         * platform/qt/fast/table/023-expected.png:
113404         * platform/qt/fast/table/023-expected.txt:
113405         * platform/qt/fast/table/027-vertical-expected.png:
113406         * platform/qt/fast/table/027-vertical-expected.txt:
113407         * platform/qt/fast/table/034-expected.png:
113408         * platform/qt/fast/table/034-expected.txt:
113409         * platform/qt/fast/table/038-vertical-expected.png:
113410         * platform/qt/fast/table/038-vertical-expected.txt:
113411         * platform/qt/fast/table/040-expected.png:
113412         * platform/qt/fast/table/040-expected.txt:
113413         * platform/qt/fast/table/040-vertical-expected.png:
113414         * platform/qt/fast/table/040-vertical-expected.txt:
113415         * platform/qt/fast/table/border-collapsing/002-vertical-expected.png:
113416         * platform/qt/fast/table/border-collapsing/002-vertical-expected.txt:
113417         * platform/qt/fast/table/border-collapsing/004-expected.png:
113418         * platform/qt/fast/table/border-collapsing/004-expected.txt:
113419         * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
113420         * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt:
113421         * platform/qt/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
113422         * platform/qt/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt:
113423         * platform/qt/fast/table/edge-offsets-expected.png:
113424         * platform/qt/fast/table/edge-offsets-expected.txt:
113425         * platform/qt/fast/table/empty-cells-expected.png:
113426         * platform/qt/fast/table/empty-cells-expected.txt:
113427         * platform/qt/fast/table/frame-and-rules-expected.png:
113428         * platform/qt/fast/table/frame-and-rules-expected.txt:
113429         * platform/qt/fast/table/height-percent-test-expected.png: Added.
113430         * platform/qt/fast/table/height-percent-test-expected.txt:
113431         * platform/qt/fast/table/height-percent-test-vertical-expected.png:
113432         * platform/qt/fast/table/height-percent-test-vertical-expected.txt:
113433         * platform/qt/fast/table/overflowHidden-expected.png:
113434         * platform/qt/fast/table/overflowHidden-expected.txt:
113435         * platform/qt/fast/table/prepend-in-anonymous-table-expected.png:
113436         * platform/qt/fast/table/prepend-in-anonymous-table-expected.txt:
113437         * platform/qt/fast/table/table-display-types-vertical-expected.png:
113438         * platform/qt/fast/table/table-display-types-vertical-expected.txt:
113439         * platform/qt/fast/table/wide-colspan-expected.png:
113440         * platform/qt/fast/table/wide-colspan-expected.txt: Added.
113441         * platform/qt/fast/table/wide-column-expected.png:
113442         * platform/qt/fast/table/wide-column-expected.txt: Added.
113443         * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.png:
113444         * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.txt:
113445         * platform/qt/fast/text/hyphenate-limit-lines-expected.png:
113446         * platform/qt/fast/text/hyphenate-limit-lines-expected.txt:
113447         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
113448         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
113449         * platform/qt/fast/text/large-text-composed-char-expected.png:
113450         * platform/qt/fast/text/large-text-composed-char-expected.txt:
113451         * platform/qt/fast/text/softHyphen-expected.png:
113452         * platform/qt/fast/text/softHyphen-expected.txt:
113453         * platform/qt/fast/text/text-letter-spacing-expected.png:
113454         * platform/qt/fast/text/text-letter-spacing-expected.txt:
113455         * platform/qt/fast/text/updateNewFont-expected.png: Added.
113456         * platform/qt/fast/text/updateNewFont-expected.txt:
113457         * platform/qt/fast/text/wbr-expected.png:
113458         * platform/qt/fast/text/wbr-expected.txt:
113459         * platform/qt/fast/text/word-break-expected.png:
113460         * platform/qt/fast/text/word-break-expected.txt:
113461         * platform/qt/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
113462         * platform/qt/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt:
113463         * platform/qt/fast/transforms/rotated-transform-affects-scrolling-2-expected.png:
113464         * platform/qt/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt:
113465         * platform/qt/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
113466         * platform/qt/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt:
113467         * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.png:
113468         * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.txt:
113469         * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
113470         * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.txt:
113471         * platform/qt/fast/writing-mode/fieldsets-expected.png:
113472         * platform/qt/fast/writing-mode/fieldsets-expected.txt:
113473         * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.png:
113474         * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.txt:
113475         * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png:
113476         * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt:
113477         * platform/qt/http/tests/navigation/error404-subframeload-expected.png:
113478         * platform/qt/http/tests/navigation/error404-subframeload-expected.txt:
113479         * platform/qt/http/tests/navigation/javascriptlink-frames-expected.png:
113480         * platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt:
113481         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png:
113482         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt:
113483         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png:
113484         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt:
113485         * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
113486         * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt:
113487         * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
113488         * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
113489         * platform/qt/printing/width-overflow-expected.txt:
113490         * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.png:
113491         * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.txt:
113492         * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.png:
113493         * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.txt:
113494         * platform/qt/svg/custom/altglyph-expected.png:
113495         * platform/qt/svg/custom/altglyph-expected.txt:
113496         * platform/qt/svg/custom/clip-mask-negative-scale-expected.txt: Added.
113497         * platform/qt/svg/custom/external-paintserver-reference-expected.png:
113498         * platform/qt/svg/custom/external-paintserver-reference-expected.txt:
113499         * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
113500         * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
113501         * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
113502         * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
113503         * platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
113504         * platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
113505         * platform/qt/svg/custom/invisible-text-after-scrolling-expected.png:
113506         * platform/qt/svg/custom/invisible-text-after-scrolling-expected.txt:
113507         * platform/qt/svg/custom/linking-base-external-reference-expected.png:
113508         * platform/qt/svg/custom/linking-base-external-reference-expected.txt:
113509         * platform/qt/svg/custom/object-sizing-no-width-height-expected.png:
113510         * platform/qt/svg/custom/object-sizing-no-width-height-expected.txt:
113511         * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
113512         * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
113513         * platform/qt/svg/custom/svg-fonts-in-text-controls-expected.txt:
113514         * platform/qt/svg/custom/text-xy-updates-SVGList-expected.png:
113515         * platform/qt/svg/custom/text-xy-updates-SVGList-expected.txt:
113516         * platform/qt/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
113517         * platform/qt/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.txt:
113518         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
113519         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.txt:
113520         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
113521         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.txt:
113522         * platform/qt/svg/in-html/circle-expected.png:
113523         * platform/qt/svg/in-html/circle-expected.txt:
113524         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
113525         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.txt: Added.
113526         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
113527         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.txt: Added.
113528         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
113529         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.txt: Added.
113530         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
113531         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.txt: Added.
113532         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
113533         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
113534         * platform/qt/svg/text/kerning-expected.png:
113535         * platform/qt/svg/text/kerning-expected.txt:
113536         * platform/qt/svg/text/multichar-glyph-expected.png:
113537         * platform/qt/svg/text/multichar-glyph-expected.txt:
113538         * platform/qt/svg/wicd/rightsizing-grid-expected.png:
113539         * platform/qt/svg/wicd/rightsizing-grid-expected.txt:
113540         * platform/qt/svg/wicd/test-rightsizing-b-expected.png:
113541         * platform/qt/svg/wicd/test-rightsizing-b-expected.txt:
113542         * platform/qt/svg/wicd/test-scalable-background-image1-expected.png:
113543         * platform/qt/svg/wicd/test-scalable-background-image1-expected.txt:
113544         * platform/qt/svg/zoom/page/absolute-sized-document-scrollbars-expected.png:
113545         * platform/qt/svg/zoom/page/absolute-sized-document-scrollbars-expected.txt:
113546         * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
113547         * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
113548         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
113549         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
113550         * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
113551         * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
113552         * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
113553         * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
113554         * platform/qt/tables/mozilla/bugs/bug101674-expected.png:
113555         * platform/qt/tables/mozilla/bugs/bug101674-expected.txt:
113556         * platform/qt/tables/mozilla/bugs/bug10269-2-expected.png:
113557         * platform/qt/tables/mozilla/bugs/bug10269-2-expected.txt:
113558         * platform/qt/tables/mozilla/bugs/bug1055-1-expected.png:
113559         * platform/qt/tables/mozilla/bugs/bug1055-1-expected.txt:
113560         * platform/qt/tables/mozilla/bugs/bug113235-1-expected.png:
113561         * platform/qt/tables/mozilla/bugs/bug113235-1-expected.txt:
113562         * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
113563         * platform/qt/tables/mozilla/bugs/bug113235-3-expected.txt:
113564         * platform/qt/tables/mozilla/bugs/bug11944-expected.png:
113565         * platform/qt/tables/mozilla/bugs/bug11944-expected.txt:
113566         * platform/qt/tables/mozilla/bugs/bug120364-expected.png:
113567         * platform/qt/tables/mozilla/bugs/bug120364-expected.txt:
113568         * platform/qt/tables/mozilla/bugs/bug1302-expected.png:
113569         * platform/qt/tables/mozilla/bugs/bug1302-expected.txt:
113570         * platform/qt/tables/mozilla/bugs/bug131020-expected.png:
113571         * platform/qt/tables/mozilla/bugs/bug131020-expected.txt:
113572         * platform/qt/tables/mozilla/bugs/bug131020_iframe-expected.png:
113573         * platform/qt/tables/mozilla/bugs/bug131020_iframe-expected.txt:
113574         * platform/qt/tables/mozilla/bugs/bug137388-2-expected.png:
113575         * platform/qt/tables/mozilla/bugs/bug137388-2-expected.txt: Added.
113576         * platform/qt/tables/mozilla/bugs/bug149275-1-expected.png:
113577         * platform/qt/tables/mozilla/bugs/bug149275-1-expected.txt:
113578         * platform/qt/tables/mozilla/bugs/bug16252-expected.png:
113579         * platform/qt/tables/mozilla/bugs/bug16252-expected.txt:
113580         * platform/qt/tables/mozilla/bugs/bug194024-expected.png:
113581         * platform/qt/tables/mozilla/bugs/bug194024-expected.txt:
113582         * platform/qt/tables/mozilla/bugs/bug22019-expected.png:
113583         * platform/qt/tables/mozilla/bugs/bug22019-expected.txt:
113584         * platform/qt/tables/mozilla/bugs/bug23151-expected.png:
113585         * platform/qt/tables/mozilla/bugs/bug23151-expected.txt:
113586         * platform/qt/tables/mozilla/bugs/bug2479-1-expected.png:
113587         * platform/qt/tables/mozilla/bugs/bug2479-1-expected.txt:
113588         * platform/qt/tables/mozilla/bugs/bug2479-3-expected.png:
113589         * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
113590         * platform/qt/tables/mozilla/bugs/bug2479-4-expected.png:
113591         * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
113592         * platform/qt/tables/mozilla/bugs/bug27038-2-expected.png:
113593         * platform/qt/tables/mozilla/bugs/bug27038-2-expected.txt:
113594         * platform/qt/tables/mozilla/bugs/bug29314-expected.png:
113595         * platform/qt/tables/mozilla/bugs/bug29314-expected.txt:
113596         * platform/qt/tables/mozilla/bugs/bug2947-expected.png:
113597         * platform/qt/tables/mozilla/bugs/bug2947-expected.txt:
113598         * platform/qt/tables/mozilla/bugs/bug30559-expected.png:
113599         * platform/qt/tables/mozilla/bugs/bug30559-expected.txt:
113600         * platform/qt/tables/mozilla/bugs/bug32205-2-expected.png:
113601         * platform/qt/tables/mozilla/bugs/bug32205-2-expected.txt:
113602         * platform/qt/tables/mozilla/bugs/bug38916-expected.png:
113603         * platform/qt/tables/mozilla/bugs/bug38916-expected.txt:
113604         * platform/qt/tables/mozilla/bugs/bug3977-expected.png:
113605         * platform/qt/tables/mozilla/bugs/bug3977-expected.txt:
113606         * platform/qt/tables/mozilla/bugs/bug43039-expected.png:
113607         * platform/qt/tables/mozilla/bugs/bug43039-expected.txt:
113608         * platform/qt/tables/mozilla/bugs/bug43854-1-expected.png:
113609         * platform/qt/tables/mozilla/bugs/bug43854-1-expected.txt:
113610         * platform/qt/tables/mozilla/bugs/bug44505-expected.png:
113611         * platform/qt/tables/mozilla/bugs/bug44505-expected.txt:
113612         * platform/qt/tables/mozilla/bugs/bug46480-1-expected.png:
113613         * platform/qt/tables/mozilla/bugs/bug46480-1-expected.txt:
113614         * platform/qt/tables/mozilla/bugs/bug46480-2-expected.png:
113615         * platform/qt/tables/mozilla/bugs/bug46480-2-expected.txt:
113616         * platform/qt/tables/mozilla/bugs/bug50695-1-expected.png:
113617         * platform/qt/tables/mozilla/bugs/bug50695-1-expected.txt:
113618         * platform/qt/tables/mozilla/bugs/bug56405-expected.png:
113619         * platform/qt/tables/mozilla/bugs/bug56405-expected.txt:
113620         * platform/qt/tables/mozilla/bugs/bug5797-expected.png:
113621         * platform/qt/tables/mozilla/bugs/bug5797-expected.txt:
113622         * platform/qt/tables/mozilla/bugs/bug5835-expected.png:
113623         * platform/qt/tables/mozilla/bugs/bug5835-expected.txt:
113624         * platform/qt/tables/mozilla/bugs/bug625-expected.png:
113625         * platform/qt/tables/mozilla/bugs/bug625-expected.txt:
113626         * platform/qt/tables/mozilla/bugs/bug650-expected.png:
113627         * platform/qt/tables/mozilla/bugs/bug650-expected.txt:
113628         * platform/qt/tables/mozilla/bugs/bug67915-1-expected.png:
113629         * platform/qt/tables/mozilla/bugs/bug67915-1-expected.txt:
113630         * platform/qt/tables/mozilla/bugs/bug7112-1-expected.png:
113631         * platform/qt/tables/mozilla/bugs/bug7112-1-expected.txt:
113632         * platform/qt/tables/mozilla/bugs/bug7112-2-expected.png:
113633         * platform/qt/tables/mozilla/bugs/bug7112-2-expected.txt:
113634         * platform/qt/tables/mozilla/bugs/bug73321-expected.png:
113635         * platform/qt/tables/mozilla/bugs/bug73321-expected.txt:
113636         * platform/qt/tables/mozilla/bugs/bug92143-expected.png:
113637         * platform/qt/tables/mozilla/bugs/bug92143-expected.txt:
113638         * platform/qt/tables/mozilla/bugs/bug96334-expected.png:
113639         * platform/qt/tables/mozilla/bugs/bug96334-expected.txt:
113640         * platform/qt/tables/mozilla/bugs/bug96343-expected.png:
113641         * platform/qt/tables/mozilla/bugs/bug96343-expected.txt:
113642         * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
113643         * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
113644         * platform/qt/tables/mozilla/core/bloomberg-expected.png:
113645         * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
113646         * platform/qt/tables/mozilla/core/captions-expected.png:
113647         * platform/qt/tables/mozilla/core/captions-expected.txt:
113648         * platform/qt/tables/mozilla/core/cell_heights-expected.png:
113649         * platform/qt/tables/mozilla/core/cell_heights-expected.txt:
113650         * platform/qt/tables/mozilla/core/col_span-expected.png:
113651         * platform/qt/tables/mozilla/core/col_span-expected.txt:
113652         * platform/qt/tables/mozilla/core/col_widths_auto_fix-expected.png:
113653         * platform/qt/tables/mozilla/core/col_widths_auto_fix-expected.txt:
113654         * platform/qt/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
113655         * platform/qt/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
113656         * platform/qt/tables/mozilla/core/nested1-expected.png:
113657         * platform/qt/tables/mozilla/core/nested1-expected.txt:
113658         * platform/qt/tables/mozilla/core/one_row-expected.png:
113659         * platform/qt/tables/mozilla/core/one_row-expected.txt:
113660         * platform/qt/tables/mozilla/core/row_span-expected.png:
113661         * platform/qt/tables/mozilla/core/row_span-expected.txt:
113662         * platform/qt/tables/mozilla/marvin/backgr_index-expected.png:
113663         * platform/qt/tables/mozilla/marvin/backgr_index-expected.txt:
113664         * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
113665         * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
113666         * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
113667         * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.txt:
113668         * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
113669         * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
113670         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
113671         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
113672         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
113673         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
113674         * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
113675         * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.txt:
113676         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
113677         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
113678         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
113679         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
113680         * platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
113681         * platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
113682         * platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
113683         * platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
113684         * platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
113685         * platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
113686         * platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
113687         * platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
113688         * platform/qt/tables/mozilla/marvin/x_td_height-expected.png:
113689         * platform/qt/tables/mozilla/marvin/x_td_height-expected.txt:
113690         * platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.png:
113691         * platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.txt:
113692         * platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
113693         * platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
113694         * platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
113695         * platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
113696         * platform/qt/tables/mozilla/marvin/x_th_height-expected.png:
113697         * platform/qt/tables/mozilla/marvin/x_th_height-expected.txt:
113698         * platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.png:
113699         * platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.txt:
113700         * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
113701         * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
113702         * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
113703         * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
113704         * platform/qt/tables/mozilla/other/cell_widths-expected.png:
113705         * platform/qt/tables/mozilla/other/cell_widths-expected.txt:
113706         * platform/qt/tables/mozilla/other/nestedTables-expected.png:
113707         * platform/qt/tables/mozilla/other/nestedTables-expected.txt:
113708         * platform/qt/tables/mozilla/other/test3-expected.png:
113709         * platform/qt/tables/mozilla/other/test3-expected.txt:
113710         * platform/qt/tables/mozilla/other/test6-expected.png:
113711         * platform/qt/tables/mozilla/other/test6-expected.txt:
113712         * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
113713         * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
113714         * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.png:
113715         * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.txt:
113716         * platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
113717         * platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
113718         * platform/qt/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
113719         * platform/qt/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
113720         * platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
113721         * platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
113722         * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
113723         * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
113724         * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
113725         * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
113726         * platform/qt/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
113727         * platform/qt/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
113728         * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
113729         * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
113730         * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
113731         * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
113732         * platform/qt/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
113733         * platform/qt/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
113734         * platform/qt/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
113735         * platform/qt/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
113736         * platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
113737         * platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
113738         * platform/qt/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
113739         * platform/qt/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
113740         * platform/qt/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
113741         * platform/qt/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
113742         * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
113743         * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
113744         * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
113745         * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
113746         * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
113747         * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
113748         * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
113749         * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
113750         * platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
113751         * platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
113752         * platform/qt/tables/mozilla_expected_failures/core/backgrounds-expected.png:
113753         * platform/qt/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
113754         * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.png:
113755         * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
113756         * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.png:
113757         * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
113758         * platform/qt/tables/mozilla_expected_failures/core/captions3-expected.png:
113759         * platform/qt/tables/mozilla_expected_failures/core/captions3-expected.txt:
113760         * platform/qt/tables/mozilla_expected_failures/core/col_span2-expected.png:
113761         * platform/qt/tables/mozilla_expected_failures/core/col_span2-expected.txt:
113762         * platform/qt/tables/mozilla_expected_failures/core/columns-expected.png:
113763         * platform/qt/tables/mozilla_expected_failures/core/columns-expected.txt:
113764         * platform/qt/tables/mozilla_expected_failures/core/conflicts-expected.png:
113765         * platform/qt/tables/mozilla_expected_failures/core/conflicts-expected.txt:
113766         * platform/qt/tables/mozilla_expected_failures/core/standards1-expected.png:
113767         * platform/qt/tables/mozilla_expected_failures/core/standards1-expected.txt:
113768         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
113769         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
113770         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
113771         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
113772         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
113773         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
113774         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
113775         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
113776         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
113777         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
113778         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
113779         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
113780         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
113781         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
113782         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
113783         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
113784         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
113785         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
113786         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
113787         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
113788         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
113789         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
113790         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
113791         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
113792         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
113793         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
113794         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
113795         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
113796         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
113797         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
113798         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
113799         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
113800         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
113801         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
113802         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
113803         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
113804         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
113805         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
113806         * platform/qt/tables/mozilla_expected_failures/other/empty_cells-expected.png:
113807         * platform/qt/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
113808         * platform/qt/tables/mozilla_expected_failures/other/test4-expected.png:
113809         * platform/qt/tables/mozilla_expected_failures/other/test4-expected.txt:
113810         * platform/qt/transforms/2d/transform-fixed-container-expected.png:
113811         * platform/qt/transforms/2d/transform-fixed-container-expected.txt:
113812         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
113813         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt:
113814         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.png:
113815         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
113816         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
113817         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
113818
113819 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
113820
113821         [EFL] Update pixel expectations for some css2.1 tests.
113822
113823         * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.png: Added.
113824         * platform/efl/css2.1/20110323/replaced-elements-001-expected.png:
113825
113826 2012-10-03  Jussi Kukkonen  <jussi.kukkonen@intel.com>
113827
113828         getComputedStyle perspective-origin is based on the wrong bounding box
113829         https://bugs.webkit.org/show_bug.cgi?id=98027
113830
113831         Reviewed by Simon Fraser.
113832
113833         Add test for perspective-origin calculation into existing transform-origin test.
113834
113835         * transforms/2d/computed-style-origin-expected.txt:
113836         * transforms/2d/computed-style-origin.html:
113837
113838 2012-10-03  Andrey Kosyakov  <caseq@chromium.org>
113839
113840         Unreviewed test rebaseline.
113841
113842         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
113843         * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
113844         * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
113845
113846 2012-10-03  Dominik Röttsches  <dominik.rottsches@intel.com>
113847
113848         [EFL] Gardening after r130186 and r130231
113849
113850         Unreviewed, EFL gardening.
113851
113852         r130186 introduces usage of Xvfb which allows us to unskip a few X11 dependent cases.
113853         r130231 introduces caching for the Harfbuzz font path, which caused regressions on Harfbuzz NG + Freetype,
113854         see bug 98247. Temporarily going to skip those failures until I check Kenichi's patch.
113855
113856         * platform/efl-wk1/TestExpectations: DRT disables X11 usage, skip a few tests here only for Wk1.
113857         * platform/efl-wk2/TestExpectations: Unskip a couple of X11 dependent cases. (r130186)
113858         * platform/efl/TestExpectations: Temporarily mark a few complex font text as failed (r130231)
113859         * platform/efl/fast/text/atsui-multiple-renderers-expected.png: Rebaseline incorrect result.
113860         * platform/efl/fast/text/atsui-spacing-features-expected.png: Rebaseline incorrect result.
113861         * platform/efl/fast/text/wide-zero-width-space-expected.png: Rebaseline incorrect result.
113862
113863 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
113864
113865         [Qt][DRT] Add support for overriding the "WebKitDisplayImagesKey" preference.
113866         https://bugs.webkit.org/show_bug.cgi?id=98200
113867
113868         Reviewed by Csaba Osztrogonác.
113869
113870         * platform/qt/TestExpectations: Unskip a few tests that depended
113871         on this feature.
113872
113873 2012-10-03  Jochen Eisinger  <jochen@chromium.org>
113874
113875         Make sure that user gestures can't be consumed twice
113876         https://bugs.webkit.org/show_bug.cgi?id=97483
113877
113878         Reviewed by Adam Barth.
113879
113880         * platform/chromium/fast/events/popup-forwarded-gesture-blocked-expected.txt: Added.
113881         * platform/chromium/fast/events/popup-forwarded-gesture-blocked.html: Added.
113882         * platform/chromium/fast/events/popup-forwarded-gesture-expected.txt: Added.
113883         * platform/chromium/fast/events/popup-forwarded-gesture.html: Added.
113884
113885 2012-10-03  Dominic Mazzoni  <dmazzoni@google.com>
113886
113887         AX: Heap-use-after-free when deleting a ContainerNode with an AX object
113888         https://bugs.webkit.org/show_bug.cgi?id=98073
113889
113890         Reviewed by Hajime Morita.
113891
113892         Adds test for heap-use-after-free when container node with AX object is deleted.
113893
113894         * accessibility/container-node-delete-causes-crash-expected.txt: Added.
113895         * accessibility/container-node-delete-causes-crash.html: Added.
113896
113897 2012-10-03  Vsevolod Vlasov  <vsevik@chromium.org>
113898
113899         Web Inspector: SourceURL should be taken from debugger agent when possible.
113900         https://bugs.webkit.org/show_bug.cgi?id=98239
113901
113902         Reviewed by Yury Semikhatsky.
113903
113904         Unskipped test.
113905
113906         * platform/chromium/TestExpectations:
113907
113908 2012-10-03  Harald Alvestrand  <hta@google.com>
113909
113910         Add data passing to the GetStats interface of RTCPeerConnection
113911         https://bugs.webkit.org/show_bug.cgi?id=98003
113912
113913         Reviewed by Adam Barth.
113914
113915         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
113916         * fast/mediastream/RTCPeerConnection-stats.html:
113917
113918 2012-10-02  Arko Saha  <arko@motorola.com>
113919
113920         Microdata: itemprop names must not override builtin properties.
113921         https://bugs.webkit.org/show_bug.cgi?id=98025
113922
113923         Reviewed by Kentaro Hara.
113924
113925         Added test case to verify that itemprop names must not override builtin properties.
113926
113927         * fast/dom/MicroData/itemprop-names-override-builtin-properties-expected.txt: Added.
113928         * fast/dom/MicroData/itemprop-names-override-builtin-properties.html: Added.
113929
113930 2012-10-02  Keishi Hattori  <keishi@webkit.org>
113931
113932         REGRESSION (r129738): Suggestion picker label is placed in the wrong location
113933         https://bugs.webkit.org/show_bug.cgi?id=98094
113934
113935         Reviewed by Kent Tamura.
113936
113937         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
113938         * platform/chromium/TestExpectations:
113939
113940 == Rolled over to ChangeLog-2012-10-02 ==